@font-face {
    font-family: farsi;
    src: url(Fonts/Vazirmatn-VariableFont_wght.ttf);
}
#body{
    background-color: #FBFFF4;
    font-family: farsi !important;
}
.nav-logo-parent{
    display: flex;
    justify-content: space-between;
    /* align-items: star; */
}
.logo{
    width: 50%;
}
.logo img{
    width: 16%;
}
.navbar{
    width: 55%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
    flex-wrap: wrap !important;
    direction: rtl !important;
    background-image: url("/static/main/Images/Frame\ -\ Copy.png");
    background-size: cover;
    background-position:50% 50%;
    height: 100vh;
    background-repeat: no-repeat;
    /* background-color: lightcoral; */
    font-family: farsi;
}
.navbar-nav{
    width: 95% !important;
    margin-top: 4vh;
    /* background-color: chocolate; */
}
.nav-item{
    width: 100%;
    color: black;
    text-align: center !important;
    transition: 0.5s;
}
.nav-item:hover{
    color: #22A75D;
}
.section-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.section-1-text-box{
    width: 80%;
    font-family: farsi;
    /* float: right; */
    margin: 4vh auto 0vh auto;
    direction: rtl;
    text-align: center;  
    padding: 2vh; 
    
    /* background-color: aquamarine; */
}
.section-1-text-box h2{
    width: 80%;
    margin: 8vh auto;
    line-height: 1.8;

}
.section-1-text-box p{
    text-align: center !important;
    /* width: 90%;
    margin: 4vh 10%; */
    line-height: 2.5;
    margin-top: 2vh;
}
.section-1-text-box span{
    color: #6EB410;
}
.ticks-box{
    width: 80%;
    margin-top: 4vh;
    flex-wrap: wrap;
    direction: rtl !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: farsi;
    font-weight: bolder;
    /* background-color: #494343; */
}
.ticks-box img{
    width: 10%;
}
.start-row{
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}
.start-option{
    width: 100% !important;
    display: flex;
    justify-content: right;
    align-items: center;
}
.start-option p{
    margin: 0 5%;
}
.carousel{
    margin-top: 8vh;
    padding: 2vh 2vh 8vh 2vh;
    /* background-color: #000000; */
}
.carousel-inner{
    width: 70% !important;
    margin: 0vh auto !important;
    /* position: relative; */
    /* padding: 0vh !important; */
    /* background-color: crimson !important; */
    border-radius: 16px !important;
    /* mask-image: linear-gradient(to right, transparent, #000 1% 99%, transparent); */
}
.carousel-item{
    /* width: 100% !important; */
    /* margin-left: 10%; */
    /* margin: 8vh 25% !important; */
    background-image: url("/static/main/Images/Frame19191919.png");
    background-size: contain;
    /* mask-image: linear-gradient(to right, transparent, #000 2% 98%, transparent); */

    /* background-position:100% 100%; */
    height:55vh;
    background-repeat: no-repeat;
    font-family: farsi;
    display: flex;
    align-items: center;
    text-align: center;
}
.carousel-item-text-box{
    width: 80%;
    margin: 4vh auto;
    text-align: right;
}
.carousel-item-text-box h2{
    margin-top: 6vh;
    /* text-shadow: 0px 0px 36px #037205; */
}
.carousel-item-text-box p{
    width: 70%;
    margin-left: 30%;
    line-height: 2.5;
    direction: rtl;
    text-align: right;
    margin-top: 4vh;
}
.carousel-item-text-box a{
    width: 25%;
    margin-top: 4vh;
    background-color: #FBFFF4;
    font-weight: bolder;
    font-size: 14px;
    padding: 1.5vh;

}
.carousel-indicators{
    /* background-color: cornflowerblue; */
    padding: 2vh;
    width: 40%;
    margin:0vh auto 0vh auto !important;
    
    /* margin-top: -16vh !important; */
    /* margin-bottom:-4vh !important; */
}
.carousel-indicators li{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #626262 !important;
}
#ol-parent{
    position: relative;
    margin:-12vh auto 0 auto;
    width: 20%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
#ol-parent a{
    font-size: 20px;
    color: #000000;
    position: relative;
    padding: 3vh;
    display: flex !important;
    align-items: center !important;
    margin:0vh !important;
}
.carousel-indicators li .active{
    color: #07a04c !important;
}
.section-cards{
    display: flex;
    justify-content: space-evenly;
    padding: 2vh;
    margin-top: 8vh;
}
.card-basic{
    width: 25%;
    padding: 2vh 4vh 2vh 4vh;
    /* margin-top: -12vh; */
    text-align: center;
    font-family: farsi;
    /* background-color: #F8F7F7; */
    /* border: 1px solid #d0cece; */
    /* box-shadow: 0 0 8px #003719; */
    border-radius: 16px !important;
    transition: 0.3s;
}
.card-basic h4{
    width: 100%;
    margin: 2vh 0%;
}
.card-basic p{
    margin-top: 4vh;
    font-size: 14px;
    direction: rtl;
}

.card-basic:hover{
    cursor: pointer;
    box-shadow: 0 0 8px #8d8d8d;
    transform: scale(1.06);
}
.card-basic img{
    width:100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 16px #07a04c;
    margin-top: 2vh;
    /* display: none; */
}
.card-basic-right-text-box{
    display: none;
    margin: 0 !important;
}
.card-basic-right-text-box h4{
    width: 100%;
    margin: 0vh 0%;
}
.card-basic-right-text-box p{
    margin-top: 4vh;
    font-size: 14px;
    direction: rtl;
}

.card-basic-left-text-box{
    display: none;
    margin: 0 !important;
}
.card-basic-left-text-box h4{
    width: 100%;
    margin: 0vh 0%;
}
.card-basic-left-text-box p{
    margin-top: 4vh;
    font-size: 14px;
    direction: rtl;
}
.section-2{
    margin-top: 8vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.section-2 img{
    width:30%;
}
.section-2-text-box{
    width: 45%;
    font-family: farsi;
    float: right;
    direction: rtl;
    text-align: center;  
    padding: 2vh; 
}
.section-2-text-box h2{
    margin-top: 8vh;
    text-align: right;
}
.section-2-text-box p{
    text-align: right !important;
    width: 100%;
    margin: 4vh 0;
    line-height: 2.5;
}
.section-2-text-box img{
    width: 60%;
    margin-left: 40%;
}


.section-3{
    margin-top: 8vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.section-3 img{
    width:30%;
}
.section-3-text-box{
    width: 45%;
    font-family: farsi;
    float: right;
    direction: rtl;
    text-align: center;  
    padding: 2vh; 
}
.section-3-text-box h2{
    margin-top: 8vh;
    text-align: right;
}
.section-3-text-box p{
    text-align: right !important;
    width: 100%;
    margin: 4vh 0;
    line-height: 2.5;
}
.section-3-text-box img{
    width: 60%;
    margin-left: 40%;
}

.section-4{
    margin-top: 8vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.section-4 img{
    width:30%;
}
.section-4-text-box{
    width: 45%;
    font-family: farsi;
    float: right;
    direction: rtl;
    text-align: center;  
    padding: 2vh; 
}
.section-4-text-box h2{
    margin-top: 8vh;
    text-align: right;
}
.section-4-text-box p{
    text-align: right !important;
    width: 100%;
    margin: 4vh 0;
    line-height: 2.5;
}
.section-4-text-box img{
    width: 60%;
    margin-left: 40%;
}

.section-5{
    width: 100%;
    margin: 8vh auto;
    background-image: url("/static/main/Images/section-5.png");
    background-size: cover;
    background-position:50% 50%;
    height: 70vh;
    background-repeat: no-repeat;
    font-family: farsi;
    display: flex;
    align-items: center;
    text-align: center;
}
.section-5-text-box{
    width: 40%;
    margin-left: 10%;
}
.section-5-text-box h2{
    margin-top: 8vh;
}
.section-5-text-box a{
    width: 30%;
    border-radius: 8px;
    font-weight: bolder;
    background-color: #ADC178;
    margin-top: 24vh;
    margin-bottom: 2vh;
    transition: 0.4s;
}
.section-5-text-box a:hover{
    background-color: #004601;
    color: aliceblue !important;
    box-shadow: 0 0 8px #003719;
    transform: scale(1.07);
}


.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-second-row{
    display: none;
}

.res-navbar{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}
.res-logo{
    width: 30%;
    margin-left: 0%;
}
.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;
    z-index: 1;
}

.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: 150vh !important;
    z-index: 1;
    background-color: #312f2fbe;
    position: absolute;
    display: none;
}

.ex-sec1{
    display: none;
}
.ex-sec1 img{
    width: 100%;
    margin-top: -18vh;
    z-index: -10;
}

.ex-sec1-text{
    width: 100%;
    font-family: farsi;
    direction: rtl;
    text-align: center;  
    padding: 2vh; 
}
.ex-sec1-text h2{
    width: 90%;
    margin: 2vh auto;
}
.ex-sec1-text p{
    text-align: center !important;
    line-height: 2.5;
    margin-top: 2vh;
}
.ex-sec1-text span{
    color: #6EB410;
}

.ticks-box2{
    width: 100%;
    margin-top: 0vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: farsi;
    font-weight: bolder;
    padding: 2vh;
}

.start-row2{
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}
.start-option2{
    width: 100%;
    margin-top: 2vh;
    display: flex;
    align-items: center !important;
    /* background-color: #22A75D; */
}
.start-option2 img{
    width: 10% !important;
    margin: 0 !important;
    z-index: 0;
}
.start-option2 p{
    width: 90%;
    margin: 0;
    font-size: 14px;
    text-align: center;
    direction: rtl;
}

.ex-sec2-parent{
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}

.ex-sec2-card{
    width: 90%;
    margin-top: 4vh;
    padding: 4vh 2vh 4vh 2vh;
    border: 4px solid #ADC178;
    border-radius: 25px;
    font-family: farsi;

}

.ex-sec2-card-header{
    text-align: right;
    direction: rtl;
}
.ex-sec2-card-header h1{
    font-size: 26px;
}
.ex-sec2-card-header img{
    width: 50%;
}

.ex-sec2-card-text{
    margin-top: 2vh;
    text-align: right;
    direction: rtl;
    font-size: 20px;
}
.ex-sec2-card-text img{
    width: 100%;
}

.ex-sec3{
    display: none;
    background-color: #CFD8BE;
    text-align: center;
    padding: 4vh;
    box-sizing: border-box;
    margin-top: 4vh;
    font-family: farsi;
}

.ex-sec3 img{
    width: 100%;
}

.ex-sec3 h1{
    font-size: 26px;
    margin-top: 2vh;
    font-weight: bolder;
}

.ex-sec3 p{
    font-size: 20px;
    margin-top: 4vh;
}

.ex-sec3 a{
    width: 45%;
    border-radius: 12px;
    font-weight: bolder;
    background-color: #ADC178;
    margin-top: 4vh;
    margin-bottom: 2vh;
    transition: 0.4s;
}

@media screen and (min-width:1200px) and (max-width:1514px) and (max-height:1400px){
    .navbar{
        width: 65%;
        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); */
    }

    .carousel-item-text-box a{
        width: 30%;
        /* margin-top: -2vh; */
        display: none;
        background-color: #FBFFF4;
        font-weight: bolder;
        font-size: 14px;
        padding: 1vh;
        border-radius: 8px;
    }
    .carousel-indicators{
        
        padding: 2vh;
        width: 50%;
        /* margin-left: 23% !important; */
        /* margin: auto !important; */
        display: flex !important;
        justify-content: space-between !important;
        /* background-color: #6EB410; */
    }
    .carousel-indicators li{
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        margin-left: 0% !important;
        /* background-color: #626262 !important; */
        /* background-color: #6EB410; */
    }
    #ol-parent{
        position: relative;
        margin: -8vh auto !important;
        width:25%;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        /* background-color: cadetblue; */
    }
    #ol-parent ol{
        padding: 2vh !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    #ol-parent li{
        margin: 0 !important;
    }
    #ol-parent a{
        width: 20% !important;
        font-size: 20px;
        color: #000000;
        position: relative;
        padding: 3vh;
        display: flex !important;
        align-items: center !important;
        margin: 0vh !important;
    }
    .carousel-indicators li .active{
        color: #07a04c !important;
    }
    .section-5{
        height: 50vh;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) and (max-height:1400px){
    .navbar{
        width: 100% !important;
        padding: 0 !important;
        margin: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        height: 40vh;
        /* background-color: #004601; */
    }
    .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); */
    }
    .section-1{
        display: none;
    }
    .ex-sec1{
        width: 50%;
        position: absolute;
        top: 0;
        margin: 8vh 2% 0;
        display: block;
    }
    .ex-sec1 #main-picture{
        display: none;
    }
    .ex-sec1 h2{
        font-size: 26px;
    }
    .carousel-inner{
        width: 90% !important;
        margin: 24vh auto !important;
        border-radius: 16px !important;
    }
    .carousel-item{
        background-image: url("/static/main/Images/Frame19191919.png");
        background-size: cover;
        height: max-content;
        background-repeat: no-repeat;
        font-family: farsi;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .carousel-item-text-box{
        width: 100%;
        margin: 0vh auto;
        text-align: right;
        padding: 2vh;
    }
    .carousel-item-text-box h2{
        margin-top: 2vh;
        font-size: 20px;
        /* text-shadow: 0px 0px 36px #037205; */
    }
    .carousel-item-text-box p{
        width: 100%;
        margin-left: 0%;
        line-height: 2;
        direction: rtl;
        text-align: right;
        margin-top: 2vh;
        font-size: 12px;
    }
    .carousel-item-text-box a{
        width: 40%;
        margin-top: 4vh;
        background-color: #FBFFF4;
        font-weight: bolder;
        font-size: 14px;
        padding: 1vh;
        border-radius: 8px;
    }
    .carousel-indicators{
        
        padding: 2vh;
        width: 50%;
        /* margin-left: 23% !important; */
        /* margin: auto !important; */
        display: flex !important;
        justify-content: space-between !important;
        /* background-color: #6EB410; */
    }
    .carousel-indicators li{
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        margin-left: 0% !important;
        /* background-color: #626262 !important; */
        /* background-color: #6EB410; */
    }
    #ol-parent{
        position: relative;
        margin: -16vh auto !important;
        width:30%;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        /* background-color: cadetblue; */
    }
    #ol-parent ol{
        padding: 2vh !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    #ol-parent li{
        margin: 0 !important;
    }
    #ol-parent a{
        width: 20% !important;
        font-size: 20px;
        color: #000000;
        position: relative;
        padding: 3vh;
        display: flex !important;
        align-items: center !important;
        margin: 0vh !important;
    }
    .carousel-indicators li .active{
        color: #07a04c !important;
    }
    .section-5{
        height: 30vh;
    }
    .section-5-text-box a{
        margin-top: 8vh;
    }
}
@media screen and (min-width:768px) and (max-width:992px) and (max-height:1400px){
    .navbar{
        width: 100% !important;
        padding: 0 !important;
        margin: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        height: 40vh;
        /* background-color: #004601; */
    }
    .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: 12px;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        /* background-color: rgb(120, 190, 177); */
    }
    .section-1{
        display: none;
    }
    .ex-sec1{
        width: 55%;
        position: absolute;
        top: 0;
        margin: 8vh 2% 0;
        display: block;
    }
    .ex-sec1 #main-picture{
        display: none;
    }
    .ex-sec1 h2{
        font-size: 26px
    }
    .carousel-inner{
        width: 90% !important;
        margin: 24vh auto !important;
        border-radius: 16px !important;
    }
    .carousel-item{
        background-image: url("/static/main/Images/Frame19191919.png");
        background-size: cover;
        height: max-content;
        background-repeat: no-repeat;
        font-family: farsi;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .carousel-item-text-box{
        width: 100%;
        margin: 0vh auto;
        text-align: right;
        padding: 2vh;
    }
    .carousel-item-text-box h2{
        margin-top: 2vh;
        font-size: 20px;
        /* text-shadow: 0px 0px 36px #037205; */
    }
    .carousel-item-text-box p{
        width: 100%;
        margin-left: 0%;
        line-height: 2;
        direction: rtl;
        text-align: right;
        margin-top: 2vh;
        font-size: 12px;
    }
    .carousel-item-text-box a{
        width: 40%;
        margin-top: 4vh;
        background-color: #FBFFF4;
        font-weight: bolder;
        font-size: 14px;
        padding: 1vh;
        border-radius: 8px;
    }
    .carousel-indicators{
        
        padding: 2vh;
        width: 50%;
        /* margin-left: 23% !important; */
        /* margin: auto !important; */
        display: flex !important;
        justify-content: space-between !important;
        /* background-color: #6EB410; */
    }
    .carousel-indicators li{
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        margin-left: 0% !important;
        /* background-color: #626262 !important; */
        /* background-color: #6EB410; */
    }
    #ol-parent{
        position: relative;
        margin: -16vh auto !important;
        width:40%;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        /* background-color: cadetblue; */
    }
    #ol-parent ol{
        padding: 2vh !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    #ol-parent li{
        margin: 0 !important;
    }
    #ol-parent a{
        width: 20% !important;
        font-size: 20px;
        color: #000000;
        position: relative;
        padding: 3vh;
        display: flex !important;
        align-items: center !important;
        margin: 0vh !important;
    }
    .carousel-indicators li .active{
        color: #07a04c !important;
    }

    .ex-sec2-parent{
        display: flex;
    }

    .ex-sec3{
        display: block;
    }
    .ex-sec2-card{
        width: 70%;
        margin-top: 12vh;
    }
    .ex-sec2-card p{
        font-size: 16px;
    }
    .section-2 , .section-3 , .section-4 , .section-5{
        display: none;
    }
}

@media screen and (min-width:576px) and (max-width:767px) and (max-height:1200px){
    .res-navbar{
        display: flex;
    }

    .nav-logo-parent{
        display: none;
    }
     .carousel{
        width: 100%;
        margin-top: 8vh;
        padding: 2vh;
    }
    .carousel-inner{
        width: 90% !important;
        margin: 0vh auto !important;
        border-radius: 16px !important;
    }
    .carousel-item{
        background-image: url("/static/main/Images/Frame19191919.png");
        background-size: cover;
        height: max-content;
        background-repeat: no-repeat;
        font-family: farsi;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .carousel-item-text-box{
        width: 100%;
        margin: 0vh auto;
        text-align: right;
        padding: 2vh;
    }
    .carousel-item-text-box h2{
        margin-top: 2vh;
        font-size: 20px;
        /* text-shadow: 0px 0px 36px #037205; */
    }
    .carousel-item-text-box p{
        width: 100%;
        margin-left: 0%;
        line-height: 2;
        direction: rtl;
        text-align: right;
        margin-top: 2vh;
        font-size: 12px;
    }
    .carousel-item-text-box a{
        width: 40%;
        margin-top: 4vh;
        background-color: #FBFFF4;
        font-weight: bolder;
        font-size: 14px;
        padding: 1vh;
        border-radius: 8px;
    }
    .carousel-indicators{
        
        padding: 2vh;
        width: 50%;
        /* margin-left: 23% !important; */
        /* margin: auto !important; */
        display: flex !important;
        justify-content: space-between !important;
        /* background-color: #6EB410; */
    }
    .carousel-indicators li{
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        margin-left: 0% !important;
        /* background-color: #626262 !important; */
        /* background-color: #6EB410; */
    }
    #ol-parent{
        position: relative;
        margin: 2vh auto;
        width:50%;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        /* background-color: cadetblue; */
    }
    #ol-parent ol{
        padding: 2vh !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    #ol-parent li{
        margin: 0 !important;
    }
    #ol-parent a{
        width: 20% !important;
        font-size: 20px;
        color: #000000;
        position: relative;
        padding: 3vh;
        display: flex !important;
        align-items: center !important;
        margin: 0vh !important;
    }
    .carousel-indicators li .active{
        color: #07a04c !important;
    }
    .nav-logo-parent , .section-2 , .section-3 , .section-4 , .section-5{
        display: none;
    }

    .ex-sec1{
        display: block;
    }

    .ex-sec2-parent{
        display: flex;
    }

    .ex-sec3{
        display: block;
    }
    .ex-sec2-card{
        width: 80%;
    }
    .ex-sec2-card p{
        font-size: 16px;
    }

    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) {
    .res-navbar{
        display: flex;
    }

    .nav-logo-parent , .section-2 , .section-3 , .section-4 , .section-5{
        display: none;
    }

    .ex-sec1{
        display: block;
    }

    .ex-sec2-parent{
        display: flex;
    }

    .ex-sec3{
        display: block;
    }

    .carousel{
        width: 100%;
        margin-top: 8vh;
        padding: 2vh;
    }
    .carousel-inner{
        width: 90% !important;
        margin: 0vh auto !important;
        border-radius: 16px !important;
    }
    .carousel-item{
        background-image: url("/static/main/Images/Frame19191919.png");
        background-size: cover;
        height: max-content;
        background-repeat: no-repeat;
        font-family: farsi;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .carousel-item-text-box{
        width: 100%;
        margin: 0vh auto;
        text-align: right;
        padding: 2vh;
    }
    .carousel-item-text-box h2{
        margin-top: 2vh;
        font-size: 20px;
        /* text-shadow: 0px 0px 36px #037205; */
    }
    .carousel-item-text-box p{
        width: 100%;
        margin-left: 0%;
        line-height: 2;
        direction: rtl;
        text-align: right;
        margin-top: 2vh;
        font-size: 12px;
    }
    .carousel-item-text-box a{
        width: 60%;
        margin-top: 4vh;
        background-color: #FBFFF4;
        font-weight: bolder;
        font-size: 14px;
        padding: 1vh;
        border-radius: 8px;
    }
    .carousel-indicators{
        
        padding: 2vh;
        width: 50%;
        /* margin-left: 23% !important; */
        /* margin: auto !important; */
        display: flex !important;
        justify-content: space-between !important;
        /* background-color: #6EB410; */
    }
    .carousel-indicators li{
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        margin-left: 0% !important;
        /* background-color: #626262 !important; */
        /* background-color: #6EB410; */
    }
    #ol-parent{
        position: relative;
        margin: 2vh auto;
        width: 70%;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        /* background-color: cadetblue; */
    }
    #ol-parent ol{
        padding: 2vh !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    #ol-parent li{
        margin: 0 !important;
    }
    #ol-parent a{
        width: 20% !important;
        font-size: 20px;
        color: #000000;
        position: relative;
        padding: 3vh;
        display: flex !important;
        align-items: center !important;
        margin: 0vh !important;
    }
    .carousel-indicators li .active{
        color: #07a04c !important;
    }
    

    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;
    }
}