@font-face {
    font-family: farsi;
    src: url(Fonts/Vazirmatn-VariableFont_wght.ttf);
}
#body{
    background-color: #FBFFF4;
}
.nav-logo-parent{
    display: flex;
    justify-content: space-between;
}
.logo{
    width: 50%;
    background-image: url("/static/main/Images/Frame\ 1000004342.png");
    background-size: cover;
    background-position: 50% 50%;
    height: 90vh;
    background-repeat: no-repeat;
}
.logo img{
    width: 12%;
}
.navbar{
    width: 50%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
    flex-wrap: wrap !important;
    direction: rtl !important;
    font-family: farsi;
}
.navbar-nav{
    width: 100% !important;
    margin-top: 4vh;
}
.nav-item{
    width: 100%;
    color: black;
    text-align: center !important;
    transition: 0.5s;
}
.nav-item:hover{
    color: #22A75D;
}



.res-navbar{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.res-logo{
    width: 40%;
    margin-left: -5%;
}
.res-logo img{
    width: 80%;
}
.res-nav-icon{
    width: 15%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.res-nav-icon i{
    width: 40px;
    height: 40px;
    padding: 1vh;
    font-size: 20px;
    border: 2px solid #709759;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res-nav-items{
    width: 60%;
    height: 100%;
    margin-left: 40%;
    text-align: right;
    position: absolute;
    padding: 2vh;
    top: 0;
    z-index: 10;
    background-image: url("/static/main/Images/20250127_004624.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.res-nav-items a{
    margin-top: 2vh;
    display: block;
    color: #000000;
    text-decoration: none !important;
    font-size: 20px;
    font-family: farsi;
}
.res-nav-items a:hover{
    color: #22A75D;
}

.res-nav-close{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.res-nav-close i{
    width: 35px;
    height: 35px;
    padding: 2vh;
    font-size: 16px;
    border: 2px solid #709759;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res-bg-close{
    width: 100%;
    height: 100vh !important;
    z-index: 1;
    background-color: #312f2fbe;
    position: absolute;
    display: none;
}

.res-second-row{
    display: none;
}



.section-1{
    /* width: 80%; */
    width: 70%;
    margin-left: 30%;
    margin-top: 15vh;
    position: absolute;
    direction: ltr !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* left: 50%;
    right: 50%; */
    top: 0;
    font-family: farsi;
    /* background-color: blue; */
}
.section-1 img{
    width: 50%;
}
.text-box{
    width: 35%;
    text-align: center;

}
.text-box h1{
    line-height: 1.8;
    font-weight: bolder;
}
.text-box p{
    font-size: 14px;
    margin-top: 4vh !important;
    line-height: 1.8;
    direction: rtl !important;

}
.text-box span{
    color: #6EB410;
}

.section-2{
    background-image: url("/static/main/Images/Frame\ 574.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    background-position: 50% 50%;
    width: 70%;
    margin: 16vh auto !important;
    border-radius: 50px !important;
    font-family: farsi;
    padding: 8vh;
}
.section-header{
    display: flex;
    justify-content: space-around;
    direction: rtl !important;
}
.section-2 h2{
    line-height: 1.8;
    text-align: right;
    width:65%;
}
.text-btn{
    width:30%;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}
.text-btn p{
    font-size: 14px;
    margin: 0;
}
.text-btn a{
    width: 50%;
    margin-top: 1vh;
    border-radius: 32px;
    height: max-content;
    padding: 1vh;
    box-shadow: 0 2px 4px #767676;
    transition: 0.4s;
}
.text-btn a:hover{
    cursor: pointer;
    background-color: #D9E3C4;
    transform: scale(1.06);
}
.card-parent{
    display: flex;
    justify-content: space-between;
    margin-top: 4vh;
}
.card-basic{
    width: 30%;
    padding: 2vh;
    /* margin-top: -12vh; */
    text-align: right;
    font-family: farsi;
    background-color: #ffffff;
    border-radius: 16px !important;
    transition: 0.3s;
}
.card-basic h3{
    width: 70%;
    margin: 2vh 30%;
}
.card-basic p{
    font-size: 14px;
    direction: rtl;
}

.card-basic:hover{
    cursor: pointer;
    box-shadow: 0 0 8px #8d8d8d;
    transform: scale(1.06);
}
.section-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vh;
}
.section-3 img{
    width: 40%;
}
.section-3-text-box{
    width: 40%;
    margin: 2vh auto;
    font-family: farsi;
    direction: rtl;
    text-align: right;
}
.section-3-text-box p{
    width: 80%;
    margin-top: 4vh;
    line-height: 2;
}
.section-3-text-box h2{
    width:100%;
}


.section-4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vh;
}
.section-4 img{
    width: 30%;
}
.section-4-text-box{
    width: 30%;
    margin: 2vh auto;
    font-family: farsi;
    direction: rtl;
    text-align: right;
}
.section-4-text-box p{
    width: 100%;
    margin-top: 4vh;
    line-height: 2;
}
.section-4-text-box h2{
    width:100%;
}




.first-row{
    font-family: farsi;
    width: 70%;
    margin: 24vh auto 4vh;
    display: flex;
    justify-content: space-evenly;
}
.first-row a{
    color: #000000;
    text-decoration: none !important;
    transition: 0.3s;
}
.first-row a:hover{
    color: #22A75D;
}
.second-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vh;

}
.footer-logo{
    width: 20%;
    margin-left: 2%;
}
.footer-logo img{
    width:40%;
}
.social-box-footer{
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    font-size: 36px;
}
.social-box-footer a{
    color: #000000;
    transition: 0.3s;
}
.social-box-footer a:hover{
    cursor: pointer;
    color: #000000;
    transform: scale(1.3)
}
.copy-right{
    font-family: farsi;
    text-align: right;
    width: 20%;
    margin-right: 2%;
}



.res-navbar{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.res-logo{
    width: 40%;
    margin-left: -5%;
}
.res-logo img{
    width: 80%;
}
.res-nav-icon{
    width: 15%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.res-nav-icon i{
    width: 40px;
    height: 40px;
    padding: 1vh;
    font-size: 20px;
    border: 2px solid #709759;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res-second-row{
    display: none;
}








.res-section-head-btn , .res-section-head{
    display: none;
}












/* .res-section-3{
    display: flex;
    background-image: url(Images/Services-Sec3.png);
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 35vh;
    padding-right: 2vh;
    margin: 0vh;
}
.res-section-3 h2{
    width: 40%;
    background-color: #B9FF66;
    font-size: 24px;
    border-radius: 14px;
    text-align: right;
    padding: 0.5vh;
    box-sizing: border-box;
} */

/* .res-section-4{
    display: flex;
    background-image: url(Images/Services-Sec4.png);
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: start;
    width: 50%;
    margin-left: 50% !important;
    height: 35vh;
    margin: 0;
}
.res-section-4 h2{
    width: 70%;
    margin-left: -30%;
    background-color: #B9FF66;
    font-size: 22px;
    border-radius: 14px;
    text-align: right;
    padding: 1vh;
    box-sizing: border-box;
} */

.res-section-4{
    display: flex;
    align-items: center;
}
.res-section-4 img{
    width: 60%;
}
.res-section-4 h2{
    width: 35%;
    margin-left: 5%;
    background-color: #B9FF66;
    font-size: 20px;
    border-radius: 14px;
    text-align: right;
    padding: 0.5vh;
    box-sizing: border-box;
}

.res-section-3{
    display: flex;
    align-items: center;
}
.res-section-3 img{
    width: 60%;
}
.res-section-3 h2{
    width: 35%;
    margin-right: 5%;
    background-color: #B9FF66;
    font-size: 20px;
    border-radius: 14px;
    text-align: right;
    padding: 0.5vh;
    box-sizing: border-box;
}

.res-last-section{
    display: none;
}
@media screen and (min-width:1200px) and (max-width:1514px){
    .nav-logo-parent{
        align-items: baseline;
    }
    .navbar{
        width: 60%;
        padding: 0 !important;
        margin: 0;
    }
    .navbar-nav{
        display: flex !important;
        justify-content: space-evenly !important;
        align-items: center !important;
    }
    .navbar-nav a{
        width: 100% !important;
        padding: 0 !important;
        /* margin: 0.5vh; */
        font-size: 16px;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        /* background-color: rgb(120, 190, 177); */
    }
    body{
        background-image: url("/static/main/Images/Frame\ 1000004342.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .logo{
        width: 30%;
        height: 80vh;
        background-image: none;
    }
    .logo img{
        width: 40%;
    }
    .section-1 {
        width: 80%;
        margin: 15vh 10% 0;
        /* background-color: #22A75D; */
        justify-content: space-around;
        /* position: relative; */
    }
    .section-1 .text-box{
        width: 50%;
        margin: 0;
    }
    .section-1 img{
        width: 40%;
    }
    .section-2{
        width: 90%;
        height: auto !important;
        margin: 0vh auto;
    }
    .section-2 h2{
        font-size: 24px;
    }
    .section-2 .text-btn{
        width: 40%;
        line-height: 2;
        margin: 0.5vh 2vh;
        /* background-color: #6EB410; */
    }
    .section-2 .text-btn a{
        width: 50%;
    }
    .card-parent{
        flex-wrap: wrap;
    }
    .card-basic{
        width: 30% !important;
        height: auto;
        margin: 0.5vh auto;
    }
    .card-basic h3{
        width: 100%;
        text-align: center;
        margin: 2vh auto;
        font-size: 20px;
    }
    .section-3 img{
        width: 40%;
    }
    .section-3-text-box{
        width: 55%;
    }
    .section-3-text-box h2{
        font-size: 26px;
    }
    .section-3-text-box p{
        width: 100%;
    }
    .section-4 img{
        width: 40%;
    }
    .section-4-text-box{
        width: 55%;
    }
    .section-4-text-box h2{
        font-size: 26px;
    }
    .section-4-text-box p{
        width: 100%;
    }
    .section-5 img{
        width: 40%;
    }
    .section-5-text-box{
        width: 55%;
    }
    .section-5-text-box h2{
        font-size: 26px;
    }
    .section-5-text-box p{
        width: 100%;
    }
    
}

@media screen and (min-width:992px) and (max-width:1200px) and (max-height:1400px){
    .nav-logo-parent{
        align-items: baseline;
    }
    .navbar{
        width: 70%;
        padding: 0 !important;
        margin: 0;
    }
    .navbar-nav{
        display: flex !important;
        justify-content: space-evenly !important;
        align-items: center !important;
    }
    .navbar-nav a{
        width: 100% !important;
        padding: 0 !important;
        /* margin: 0.5vh; */
        font-size: 16px;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        /* background-color: rgb(120, 190, 177); */
    }
    .logo{
        width: 30%;
        height: 70vh;
        background-image: none;
    }
    .logo img{
        width: 50%;
    }
    body{
        background-image: url("/static/main/Images/Frame\ 1000004342.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .section-1 {
        width: 80%;
        margin: 15vh 10% 0;
        /* background-color: #22A75D; */
        justify-content: space-between;
        /* position: relative; */
    }
    .section-1 .text-box{
        width: 60%;
        margin: 0;
    }
    .section-1 img{
        width: 40%;
    }
    .section-2{
        width: 90%;
        height: auto !important;
        margin: 0vh auto;
    }
    .section-2 h2{
        font-size: 24px;
    }
    .section-2 .text-btn{
        width: 60%;
        line-height: 2;
        margin: 0.5vh 2vh;
        /* background-color: #6EB410; */
    }
    .section-2 .text-btn a{
        width: 60%;
    }
    .card-parent{
        flex-wrap: wrap;
    }
    .card-basic{
        width: 30% !important;
        height: auto;
        margin: 0.5vh auto;
    }
    .card-basic h3{
        width: 100%;
        text-align: center;
        margin: 2vh auto;
        font-size: 18px;
    }
    .section-3 img{
        width: 40%;
    }
    .section-3-text-box{
        width: 55%;
    }
    .section-3-text-box h2{
        font-size: 26px;
    }
    .section-3-text-box p{
        width: 100%;
    }
    .section-4 img{
        width: 40%;
    }
    .section-4-text-box{
        width: 55%;
    }
    .section-4-text-box h2{
        font-size: 26px;
    }
    .section-4-text-box p{
        width: 100%;
    }
    .section-5 img{
        width: 40%;
    }
    .section-5-text-box{
        width: 55%;
    }
    .section-5-text-box h2{
        font-size: 26px;
    }
    .section-5-text-box p{
        width: 100%;
    }
    
    footer{
        padding: 2vh;
    }
    .first-row{
        width: 100%;
        margin: 10vh 0 5vh 0;
    }
    .second-row{
        display: none;
    }
    .res-second-row{
        display: flex;
        flex-wrap: wrap;
    }
    .social-box-footer{
        width: 50%;
        margin-left: 25%;
        font-size: 30px;
    }
    .social-box-footer i:hover{
        transform: unset;
    }
    .footer-logo{
        width: 30%;
        margin: 4vh 0 0 0;
    }
    .footer-logo img{
        width: 50%;
    }
    .copy-right{
        width: 70%;
        margin: 4vh 0 0 0;
        align-content: end;
    }
    .copy-right p{
        font-size: 14px;
        margin: 0;
    }
    .copy-right span{
        color: #8f9197;
    }




}

@media screen and (min-width:768px) and (max-width:992px) and (max-height:1400px){
    .nav-logo-parent{
        align-items: baseline;
    }
    .navbar{
        width: 100%;
        padding: 0 !important;
        margin: 0;
    }
    .navbar-nav{
        display: flex !important;
        justify-content: space-evenly !important;
        align-items: center !important;
    }
    .navbar-nav a{
        width: 100% !important;
        padding: 0 !important;
        /* margin: 0.5vh; */
        font-size: 14px;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        /* background-color: rgb(120, 190, 177); */
    }
    .logo{
        width: 30%;
        height: 60vh;
        background-image: none;
    }
    .logo img{
        width: 40%;
    }
    body{
        background-image: url("/static/main/Images/Frame\ 1000004342.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .section-1 {
        width: 100%;
        margin: 15vh auto 0;
        /* background-color: #22A75D; */
        justify-content: center;
        /* position: relative; */
    }
    .section-1 .text-box{
        width: 50%;
        margin: 0;
    }
    .section-1 img{
        width: 40%;
    }
    .section-2{
        width: 90%;
        height: auto !important;
        margin: 0vh auto;
    }
    .section-2 h2{
        font-size: 24px;
    }
    .section-2 .text-btn{
        width: 60%;
        line-height: 2;
        margin: 0.5vh 2vh;
        /* background-color: #6EB410; */
    }
    .section-2 .text-btn a{
        width: 80%;
    }
    .card-parent{
        flex-wrap: wrap;
    }
    .card-basic{
        width: 80% !important;
        height: max-content;
        margin: 0.5vh auto;
    }
    .section-3 img{
        width: 40%;
    }
    .section-3-text-box{
        width: 55%;
    }
    .section-3-text-box h2{
        font-size: 22px;
    }
    .section-3-text-box p{
        width: 100%;
    }
    .section-4 img{
        width: 40%;
    }
    .section-4-text-box{
        width: 55%;
    }
    .section-4-text-box h2{
        font-size: 22px;
    }
    .section-4-text-box p{
        width: 100%;
    }
    .section-5 img{
        width: 40%;
    }
    .section-5-text-box{
        width: 55%;
    }
    .section-5-text-box h2{
        font-size: 22px;
    }
    .section-5-text-box p{
        width: 100%;
    }
    
    footer{
        padding: 2vh;
    }
    .first-row{
        width: 100%;
        margin: 10vh 0 5vh 0;
    }
    .second-row{
        display: none;
    }
    .res-second-row{
        display: flex;
        flex-wrap: wrap;
    }
    .social-box-footer{
        width: 50%;
        margin-left: 25%;
        font-size: 30px;
    }
    .social-box-footer i:hover{
        transform: unset;
    }
    .footer-logo{
        width: 30%;
        margin: 4vh 0 0 0;
    }
    .footer-logo img{
        width: 50%;
    }
    .copy-right{
        width: 70%;
        margin: 4vh 0 0 0;
        align-content: end;
    }
    .copy-right p{
        font-size: 14px;
        margin: 0;
    }
    .copy-right span{
        color: #8f9197;
    }

}

@media screen and (min-width:576px) and (max-width:768px) and (max-height:1200px){
    .nav-logo-parent{
        display: none;
    }
    .res-logo{
        width: 30%;
    }
    .res-navbar{
        display: flex;
    }

    .contact-us-map{
        display: block;
    }
    body{
        background-image: url("/static/main/Images/Frame\ 1000004342.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
   .section-1 {
        width: 100%;
        margin: 0;
        flex-wrap: wrap-reverse;
        justify-content: center;
        position: relative;
    }
    .section-1 .text-box{
        width: 80%;
        margin: 0;
    }
    .section-1 img{
        width: 80%;
    }
    .section-2{
        width: 90%;
        height: auto !important;
        margin: 8vh auto;
    }
    .section-2 h2{
        font-size: 24px;
    }
    .section-2 .text-btn{
        width: 60%;
        line-height: 2;
        /* background-color: #6EB410; */
    }
    .section-2 .text-btn a{
        width: 80%;
    }
    .card-parent{
        flex-wrap: wrap;
    }
    .card-basic{
        width: 100% !important;
        height: max-content;
        margin: 0.5vh;
    }
    .section-3 img{
        width: 40%;
    }
    .section-3-text-box{
        width: 55%;
    }
    .section-3-text-box h2{
        font-size: 22px;
    }
    .section-3-text-box p{
        width: 100%;
    }
    .section-4 img{
        width: 40%;
    }
    .section-4-text-box{
        width: 55%;
    }
    .section-4-text-box h2{
        font-size: 22px;
    }
    .section-4-text-box p{
        width: 100%;
    }
    .section-5 img{
        width: 40%;
    }
    .section-5-text-box{
        width: 55%;
    }
    .section-5-text-box h2{
        font-size: 22px;
    }
    .section-5-text-box p{
        width: 100%;
    }
    
    footer{
        padding: 2vh;
    }
    .first-row{
        width: 100%;
        margin: 10vh 0 5vh 0;
    }
    .second-row{
        display: none;
    }
    .res-second-row{
        display: flex;
        flex-wrap: wrap;
    }
    .social-box-footer{
        width: 50%;
        margin-left: 25%;
        font-size: 30px;
    }
    .social-box-footer i:hover{
        transform: unset;
    }
    .footer-logo{
        width: 30%;
        margin: 4vh 0 0 0;
    }
    .footer-logo img{
        width: 50%;
    }
    .copy-right{
        width: 70%;
        margin: 4vh 0 0 0;
        align-content: end;
    }
    .copy-right p{
        font-size: 14px;
        margin: 0;
    }
    .copy-right span{
        color: #8f9197;
    }


}

@media screen and (max-width:576px) {
    .nav-logo-parent{
        display: none;
    }
    .res-navbar{
        display: flex;
    }

    .contact-us-map{
        display: block;
    }

    body{
        background-image: url("/static/main/Images/Frame\ 1000004342.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .section-3, .section-4, .nav-logo-parent{
        display: none;
    }

    .social-items{
        width: 80%;
        margin-left: 10%;
        margin-top: 3vh;
    }
    .social-items img{
        width: 20%;
    }
    .social-items p{
        width: 75%;
        margin: 0;
    }


    .section-1{
        width: 100%;
        margin: 0;
        flex-wrap: wrap-reverse;
        justify-content: center;
        position: relative;
    }
    .section-1 .text-box{
        width: 80%;
        margin: 0;
    }
    .section-1 img{
        width: 80%;
    }


    .section-2{
        background-image: url("/static/main/Images/20250127_004624.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: unset;
        background-position: 50% 50%;
        width: 100%;
        margin: 4vh 0 0 0 !important;
        border-radius: 0 !important;
        font-family: farsi;
        padding: 1vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-2 .card-parent{
        margin: 2vh 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-2 .card-parent .card-basic{
        width: 90%;
        margin: 4vh 0 0 0;
    }
    .section-header{
        display: none;
    }
    .res-section-head{
        padding: 2vh;
        display: block;
    }
    .res-section-head h2{
        width: 100%;
        text-align: center !important;
    }
    .res-section-head-btn{
        display: block;
        margin-top: 4vh;
    }
    .res-section-head-btn .text-btn{
        width: 90%;
        margin-left: 5%;
        padding: 2vh 0 2vh 0;
        font-size: 22px;
        justify-content: end;
    }
    
    .res-section-head-btn .text-btn a{
        width: 50%;
        margin-top: 5vh;
        border-radius: 32px;
        height: max-content;
        padding: 2vh;
        box-shadow: 0 2px 4px #767676;
        transition: 0.4s;
        background-color: #fff;
    }
    .res-section-head-btn .text-btn a p{
        font-size: 18px;
        margin: 0;
    }










    .res-last-section{
        /* width: 100%;
        margin: 5vh; */
        display: block;
        margin-top: 8vh;
        /* flex-wrap: wrap;
        padding: 0 !important;
        box-sizing: border-box; */
        font-family: farsi;
    }
    .res-last-section p{
        padding: 2vh 4vh 2vh 4vh;
        direction: rtl;
        text-align: right;
        line-height: 2.2;
    }



    footer{
        padding: 2vh;
    }
    .first-row{
        width: 100%;
        margin: 10vh 0 5vh 0;
    }
    .second-row{
        display: none;
    }
    .res-second-row{
        display: flex;
        flex-wrap: wrap;
    }
    .social-box-footer{
        width: 50%;
        margin-left: 25%;
        font-size: 30px;
    }
    .social-box-footer i:hover{
        transform: unset;
    }
    .footer-logo{
        width: 30%;
        margin: 4vh 0 0 0;
    }
    .footer-logo img{
        width: 50%;
    }
    .copy-right{
        width: 70%;
        margin: 4vh 0 0 0;
        align-content: end;
    }
    .copy-right p{
        font-size: 14px;
        margin: 0;
    }
    .copy-right span{
        color: #8f9197;
    }

}