@font-face {
    font-family: farsi;
    src: url(Fonts/Vazirmatn-VariableFont_wght.ttf);
}
#body{
    background-color: #FBFFF4;
    position: relative;
    font-family: farsi !important;
    /* width: 100%;
    background-image: url(Images/Frame\ 1000004289\ \(2\).png);
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat; */
}
.nav-logo-parent{
    display: flex;
    justify-content: space-between;
    align-items: center !important;
}
.logo{
    width: 8%;
}
.logo img{
    width: 100%;
}
.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;
}

.section-1{
    width: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100vh;

}
.section-1 img{
    width: 100%;
    height: 100vh;

}
.section-2{
    width: 90%;
    margin: 2vh auto;
    display: flex;
    justify-content: center;
    /* background-color: #e66060; */
}
.text-box{
    width: 30%;
    direction: rtl;
    text-align: center;
    font-family: farsi;
    margin-left: 55%;
    margin-top: 4vh;
}
.text-box h1{
    font-weight: bolder;
}
.text-box .bottom-img{
    width: 70%;
    margin: 2vh auto;
    height: fit-content;
}
.map{
    width:40%;
}
.map iframe{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    box-shadow: 0px 0px 16px rgb(50, 50, 50);
}
.contact-us-social-box{
    width: 40%;
}
.social-items{
    width: 100%;
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vh;
    font-family: farsi;
}
.social-items img{
    width: 10%;
}
.social-items p{
    width: 80%;
    margin: 0;
    text-align: right;
}

.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;

}
.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: 1vh;
}
.res-logo img{
    width: 40%;
}
.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-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;
}






.contact-us-map{
    display: none;
    width: 80%;
    margin-left: 10%;
    
}

.res-map-parent{
    width: 100%;
    text-align: center;
}

.res-map-parent h1{
    font-size: 24px;
    color: #FBFFF4;
    font-family: farsi;
    font-weight: bolder;
}

.res-map-parent p{
    margin-top: 3vh;
}

.res-map-parent p iframe{
    width: 300px;
    height: 300px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px black;
}
@media screen and (min-width:1200px) and (max-width:1514px){
    .section-1{
        width: 45%;
    }
    .navbar{
        width: 55%;
    }
    .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); */
    }
}

@media screen and (min-width:992px) and (max-width:1200px){
    .section-1{
        width: 35%;
    }
    .logo{
        width: 12%;
        margin-top: 2vh;
    }
    .navbar{
        width: 70%;
    }
    .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); */
    }
    
}


@media screen and (min-width:768px) and (max-width:992px){
    .section-1{
        width: 30%;
    }
    .logo{
        width: 12%;
        margin-top: 2vh;
    }
    .navbar{
        width: 70%;
    }
    .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: 13px;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        /* background-color: rgb(120, 190, 177); */
    }
    .section-2{
        display: flex;
        justify-content: space-between !important;
    }
    .social-items img{
        width: 15%;
    }
    .map iframe{
        width: 400px;
        height: 400px;
    }
    

    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){
    .nav-logo-parent{
        display: none;
    }
    .res-navbar{
        display: flex;
    }
    .res-map-parent h1{
        color: #000000;
    }
    .contact-us-map{
        display: block;
    }

    body{
        background-image: url("/static/main/Images/ContactUs-Res1.png");
        background-repeat: no-repeat;
    }

    .section-1, .section-2, .text-box{
        display: none;
    }

    .social-items{
        width: 80%;
        margin-left: 10%;
        margin-top: 3vh;
    }
    .social-items img{
        width: 15%;
    }
    .social-items p{
        width: 75%;
        margin: 0;
    }
    .res-map-parent p iframe{
        width: 400px;
        height: 400px;
        border-radius: 25px;
        box-shadow: 0px 0px 20px black;
    }



    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;
    }
    .res-map-parent h1{
        color: #000000;
    }
    .contact-us-map{
        display: block;
    }

    body{
        background-image: url("/static/main/Images/ContactUs-Res1.png");
        background-repeat: no-repeat;
    }

    .section-1, .section-2, .text-box{
        display: none;
    }

    .social-items{
        width: 80%;
        margin-left: 10%;
        margin-top: 3vh;
    }
    .social-items img{
        width: 15%;
    }
    .social-items p{
        width: 75%;
        margin: 0;
    }



    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;
    }

}