body {
    background-image: url('1.jpg');
    background-attachment: fixed; /* تصویر پس‌زمینه ثابت (فیکس) می‌شود */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.logo-container
{
    margin-top: 50px;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.button-container {
    display: flex;
    align-items: center;
    margin: 10px;
}

.button-container a {
    text-decoration: none;
}

.button {
    display: inline-block;
    width: 300px;
    padding: 20px 12px;
    background-image: url('bb1.png');
    background-repeat: repeat;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 26px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

.flag {
    width: 30px;
    margin-right: 10px;
}

.button:hover {
    background-color: #0077b6;
    transform: scale(0.9) rotateX(3deg) rotateY(3deg);
}

.button {
    transform-style: preserve-3d;
    transition: transform 0.3s;
}





.about
{
    width: 70%;
}
.section
{
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 3%;
    opacity:95%;
    text-align: right;
    font-size: 22px;
    line-height: 50px;
    direction: rtl;
    text-align: justify;
}


/* این قسمت مربوط به استایل فرم است */
.cform form {
    max-width: 400px;
    margin: 0 auto;
}

.cform label {
    display: block;
    margin-bottom: 8px;
}

.cform input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.cform button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cform button:hover {
    background-color: #45a049;
}

/* این قسمت مربوط به استایل فرم پاسخ است */
.success-message {
    color: #4CAF50;
}

.error-message {
    color: #D8000C;
}
/* style.css */

.cform form input,
.cform form textarea {
    height: 50px;
    border: 1px #000;
    background-color: #a5c0a5; /* رنگ سبز مورد نظر خود را قرار دهید */
    padding: 8px; /* یک حاشیه داخلی برای زیبایی افزوده شده است */
}
.cform form #message {
    height: 200px; /* ارتفاع مورد نظر خود را قرار دهید */
    padding: 8px; /* یک حاشیه داخلی برای زیبایی افزوده شده است */
}
.employee img
{
    width: 200px;
}
.employee
{
    padding: 20px;
}




