@font-face {
    font-family: farsi;
    src: url(Fonts/Vazirmatn-VariableFont_wght.ttf);
}
html {
    height: 100%;
}
#body{
    background-color: #FBFFF4;
    /* overflow-y: hidden; */
    min-height: 100%;
    display: flex !important;
    flex-direction: column !important;
}
/* Footer at bottom of page; main content grows when short */
#body > footer {
    margin-top: auto;
}

.intro-content-parent{
    display: flex;
    justify-content: space-between;
}
.hero-intro{
    width: 45%;
    /* background-color: #009ccc; */
}
.hero-intro img{
    width: 100%;
}
.navbar{
    width: 50% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
    flex-wrap: wrap !important;
    direction: rtl !important;
    /* background-color: lightcoral; */
    font-family: farsi;
}
.navbar-nav{
    width: 100% !important;
    margin-top: 4vh;
    display: flex !important;
    justify-content: space-between !important;
    /* background-color: chocolate; */
}
.nav-item{
    width: 100% !important;
    color: black;
    text-align: center !important;
    transition: 0.5s;
}
.nav-item:hover{
    color: #22A75D;
}
.intro-text-box{
    width: 60%;
    margin: 0vh auto 15vh;
    text-align: justify;
    /* background-color: rgb(102, 0, 255); */

}
.intro-text-box a{
    /* width: 100% !important; */
    background-color: #31572C;
    color: aliceblue;
    /* padding: 1vh; */
    /* border-radius: 16px; */
}
.intro-text-box a:hover{
    color: aliceblue;
    background-color: #567743;
}
.section-1{
    background-image: url("../img/Frame\ 1000004283\ 1.png");
    background-size: cover;
    background-position: 50% 50%;
    height: 150vh;
    background-repeat: no-repeat;
    margin-top: 5vh;
    
}
.section-1 img{
    width: 100%;
}
/* .card-parent{
    width: 100%;
    padding: 1vh;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-size: cover;

} */
.swiper-pagination{
    margin-bottom: 20vh !important;
}
.swiper-pagination-bullet{
    background-color: #ffffff !important;
}
.card-basic{
    width: 30% !important;
    padding: 2vh !important;
    margin-top: 2vh !important;
    height: 500px !important;
    text-align: center !important;
    font-family: farsi;
    background-color: #f2f0f4 !important;
    border-radius: 16px !important;
    transition: 0.5s !important;
}
.card-basic h3{
    margin-top: 4vh !important;
}
.card-basic p{
    margin-top: 0vh !important;
    padding: 4vh !important;
    text-align: right;
}
.card-basic img{
    /* margin-top: 2vh; */
    width: 40% !important;
    margin-left: 30% !important;
    margin-block: 2vh;
}
.card-basic:hover{
    cursor: pointer;
    box-shadow: 0 0 8px #31572C;
    transform: scale(1.06) !important;
}
.section-1-second-part{
    direction: rtl !important;
    width: 100%;
    padding: 1vh;
    display: flex;
    justify-content: space-around;
    /* position: absolute;
    z-index: 1; */
    font-family: farsi;
    margin-top: -10vh;
}
.logo-text{
    width: 30%;
    direction: rtl !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: aliceblue;
    text-align: right;
    /* background-color: chocolate; */
}
.logo-text h2{
    margin-right: 5%;
}
.logo-text img{
    width: 30%;
}
.text-box{
    width: 35%;
    text-align: center;
    margin-top: 12vh;
    color: aliceblue;
}
.icon-parent a{
    width: 20% !important;
    margin: 0 !important;
    cursor: pointer;
    background-color: transparent !important;
}
.icon-parent i{
    width: 100% !important;
    font-size: 36px;
    text-align: center;
    margin: 0 !important;
    transition: 0.4s;
    color: #31572C;
}
.icon-parent i:hover{
    transform: scale(1.2);
}
.section-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: absolute;
    z-index: 100; */
}
.section-2 img{
    width: 100%;
}
.text-box-section-2{
    width: 90%;
    padding: 2vh;
    /* background-color: #086784; */
}
.text-box-section-2 p{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 2vh;
    color: #487742;
    font-family: farsi;
}
.text-box-section-2 span{
    color: #6EB410;
}
.text-part-2-section-2{
    direction: rtl;
}
.text-part-2-section-2 p{
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    margin-top: 2vh;
    padding: 4vh;
    color: #000000;
    font-family: farsi;
}
.text-box-section-2 img{
    width: 30%;
    margin: 0vh 35%;
}
.section-2-left-img{
    width: 20%;
    margin-top: 10vh;
    /* background-color: aqua; */
}
.res-section-2-left-img{
    width: 80%;
    margin-left: 10%;
    display: none;
    /* background-color: aqua; */
}
/* .section-2-left-img img{
    width:100% !important;
} */
.section-2-right-img{
    width: 30%;
    /* background-color: #086784; */
}
.section-2-right-img img{
    width: 60% !important;
    margin-top: -24vh;
    margin-left: 20%;
}
.text-box-section-2 a{
    width: 40%;
    /* margin-left: 35%; */
    background-color: #7FBE2C;
    color: aliceblue;
    /* padding: 1vh; */
    font-family: farsi;
    /* border-radius: 20px; */
    transition: 0.4s;
}
.text-box-section-2 a:hover{
    color: aliceblue;
    background-color: #567743;
}
.section-3{
    background-image: url("../img/Subtract.png");
    background-size: cover;
    background-position: 50% 50%;
    height: 150vh;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: start;
    z-index: 2;
    font-family: farsi !important;
    /* margin-top: 5vh; */
}
.carousel-container {
            perspective: 1000px;
            touch-action: pan-y pinch-zoom;
        }

        .carousel-track {
            transform-style: preserve-3d;
            transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .carousel-item {
            backface-visibility: hidden;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .carousel-item.active {
            opacity: 1;
            transform: scale(1) translateZ(0);
        }

        @media (max-width: 640px) {
            .carousel-item.prev {
                opacity: 0;
                transform: scale(0.8) translateX(-50%) translateZ(-100px);
            }

            .carousel-item.next {
                opacity: 0;
                transform: scale(0.8) translateX(50%) translateZ(-100px);
            }
        }

        @media (min-width: 641px) {
            .carousel-item.prev {
                opacity: 0.7;
                transform: scale(0.9) translateX(-100%) translateZ(-100px);
            }

            .carousel-item.next {
                opacity: 0.7;
                transform: scale(0.9) translateX(100%) translateZ(-100px);
            }
        }

        .carousel-item.hidden {
            opacity: 0;
            transform: scale(0.8) translateZ(-200px);
        }

        .nav-button {
            transition: all 0.3s;
            /* background: rgba(255, 255, 255, 0.1); */
            backdrop-filter: blur(8px);
            cursor: pointer;
            -webkit-backdrop-filter: blur(8px);
        }

        @media (hover: hover) {
            .nav-button:hover {
                background: #000000;
                transform: scale(1.1);
            }
        }

        .nav-button:active {
            transform: scale(0.95);
        }

        .progress-bar {
            transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        }
.section-4{
    font-family: farsi !important;
    background-image: url("../img/vector77.png");
    background-size: cover;
    background-position: 50% 50%;
    height: 280vh;
    z-index: 0;
    margin-top: -36vh;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: start;

}
#section-4-top-h2{
    margin-top: 50vh !important;
}
.section-4 h2{
    text-align: center;
    /* color: aliceblue; */
    /* margin-top: 8vh; */
    /* margin-bottom: 8vh; */
}
.section-4 p{
    text-align: center;
    /* color: #FBF6CC; */
}
.section-4 i{
    width: 100%;
    font-size: 18px;
    text-align: center;
    /* color: #FEF4A2; */
}
.card-basic-2{
    width: 28%;
    padding: 2vh;
    height: 600px;
    /* margin-top: -12vh; */
    text-align: center;
    font-family: farsi;
    background-color: #FBFFF4;
    border-radius: 16px !important;
    transition: 0.5s;
}
#mid-card{
    margin-top: 8vh;
}
#left-card h3{
    margin-top: 4vh;
    padding: 2vh;
    background-image: url("../img/03.png");
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mid-card h3{
    margin-top: 4vh;
    padding: 2vh;
    background-image: url("../img/02.png");
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
#right-card h3{
    margin-top: 4vh;
    padding: 2vh;
    background-image: url("../img/01.png");
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-basic-2 p{
    /* margin-top: 2vh; */
    padding: 4vh 6vh;
    text-align: justify;
    direction: rtl;
}

.card-basic-2:hover{
    cursor: pointer;
    box-shadow: 0 0 8px #020202;
    transform: scale(1.06);
}
.section-4 img{
    position: absolute;
    z-index: 1;
    /* margin-top: 2vh; */
    width: 30%;
    /* margin-left: 10%; */
}
#left-img-section-4{
    width:15%;
    margin-top: 24vh;
    margin-right: 35%;
    /* background-color: #22A75D; */
}
#right-img-section-4{
    /* width:20%; */
    margin-top: 24vh;
    margin-left: 35%;

}
.see-all{
    transition: 0.4s;
}
.see-all:hover{
    background-color: #567743;
}
.section-5{
    font-family: farsi;
}
.section-5 h2, .section-5 button, .section-5 svg, .section-5 [id^="accordion-flush-body"] {
    transition: all 0.3s ease-in-out !important;
}

/* Ensure Flowbite's hidden toggle still allows for transitions if possible */
.section-5 [id^="accordion-flush-body"].hidden {
    display: none !important;
}

.section-5 [id^="accordion-flush-body"]:not(.hidden) {
    display: block !important;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#section-5-img{
    width: 2%;
}
.first-row{
    font-family: farsi;
    width: 70%;
    margin: 12vh auto 4vh;
    display: flex;
    justify-content: space-evenly;
}
.first-row a{
    color: #000000;
    text-decoration: none !important;
}
.second-row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.footer-logo{
    width: 20%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.footer-logo img{
    width:30%;
}
.social-box-footer{
    width: 25%;
    display: flex;
    justify-content: space-between;
    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: 25%;
    margin-right: 2%;
    font-size: 14px;
}



.res-navbar{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.res-logo{
    width: 30%;
    margin-left: -5%;
}
.res-logo img{
    width: 90%;
}
.res-nav-icon{
    width: 15%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.res-nav-icon svg{
    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: 100vh;
    margin-left: 40%;
    text-align: right;
    position: absolute;
    padding: 2vh;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.965);
    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 svg{*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    padding: 2vh;*/
/*    font-size: 12px;*/
/*    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;
}

.section-4 .card-parent{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 2vh;
    box-sizing: border-box;
    text-align: center !important;

}

.sec4-card1{
    width: 80%;
    margin-top: 4vh;
    padding: 2vh 6vh 2vh 6vh;
    border-radius: 20px;
    background-color: #FBFFF4;
    font-family: farsi;
    position: relative;
}
.sec4-card1 h1{
    width: 100%;
    height: 30vh;
    background-image: url("../img/01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4-card1 p{
    text-align: center;
    direction: rtl;
    margin-top: 4vh;
}
.sec4-card1 img{
    width: 50%;
    position: absolute;
    left: -25%;
    bottom: -5vh;
}

.sec4-card2{
    width: 80%;
    margin-top: 6vh;
    padding: 2vh 6vh 2vh 6vh;
    border-radius: 16px;
    background-color: #FBFFF4;
    font-family: farsi;
    position: relative;
    
}
.sec4-card2 h1{
    width: 100%;
    height: 30vh;
    background-image: url("../img/02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4-card2 p{
    text-align: center;
    direction: rtl;
    margin-top: 4vh;
}
.sec4-card2 img{
    width: 75%;
    position: absolute;
    left: 60%;
    bottom: -8vh;
}

.sec4-card3{
    width: 80%;
    margin-top: 6vh;
    padding: 2vh 6vh 2vh 6vh;
    border-radius: 16px;
    background-color: #FBFFF4;
    font-family: farsi;
}
.sec4-card3 h1{
    width: 100%;
    height: 30vh;
    background-image: url("../img/03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4-card3 p{
    text-align: center;
    direction: rtl;
    margin-top: 4vh;
}
/* @media screen and (max-width:1440px) and (min-height:600px) and (max-height:800px){
    .section-3{
        height: 500vh;
    }
} */
@media screen and (max-width:1200px) and (min-height:600px) and (max-height:800px){
    .section-3{
        height: 70vh;
    }
    .section-4{
        height: 140vh;
    }
}
@media screen and (min-width:1200px) and (max-width:1440px){
    .navbar{
        width: 100%;
    }
    .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: 15px;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        /* background-color: rgb(120, 190, 177); */
    }
    .card-basic{
        width: 30%;
        height: 480px !important;
    }
    .card-basic-2{
        width: 33%;
        height: 680px;
        /* margin-inline: 25%; */
    }
}

/* Laptop: 1024px - 1200px - section-2 improvements */

@media screen and (min-width:992px) and (max-width:1200px) and (max-height:1400px){
     .navbar{
        width: 70% !important;
        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 !important;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        /* background-color: rgb(120, 190, 177); */
    }
    .hero-intro{
        width: 40%;
    }
    .intro-text-box{
        width: 80%;
        margin: 8vh auto;
    }
    .intro-text-box h1{
        font-size: 28px;
    }
    .res-navbar{
        display: none;
    }
    .nav-item{
        font-size: 12px !important;
    }
    .card-basic{
        width: 50% !important;
        margin-right: 0%;
    }
    .swiper-pagination{
        margin-bottom: 55vh !important;
    }
    .section-1{
        height: 100vh !important;
    }
    .section-1-second-part{
        display: block;
        margin-top: -40vh;
        margin-bottom: 5vh;
    }
    .logo-text{
        width: 50% !important;
    }
    .text-box{
        width: 100% !important;
        margin-top: 2vh;
        padding-bottom: 8vh;
    }
    .navigations-btn{
        display: none;
    }
    /* .section-2 {
    flex-wrap: wrap;
    gap: 2vh;
    } */
    .section-2-left-img {
        width: 25%;
    }
    .text-box-section-2 {
        width: 70%;
        /* background-color: #000000; */
    }
    .section-2-right-img {
        width: 30%;
        display: flex;
        justify-content: center;
    }
    .section-2-right-img img {
        margin-left: 0;
        width: 100% !important;
    }
    .section-3{
        height: 80vh !important;
    }
    .section-4 .card-parent{
        display: none;
    }
    .section-4 .res-card-parent{
        display: flex;
    }
    .card-basic-2{
        width: 50%;
        margin-inline: 25%;
    }
    #mid-card{
        margin-block: 4vh;
    }
    #left-img-section-4{
        width: 20%;
        margin-top: 24vh;
    }
    #right-img-section-4{
        width: 25%;
        margin-left: 70%;
    }
    .section-3{
        height: 550vh;
    }
     .sec4-card1 h1{
        height: 40vh;
    }
    .sec4-card2 h1{
        height: 40vh;
    }
    .sec4-card3 h1{
        height: 40vh;
    }
    .logo-text img{
        width: 10%;
    }
    .text-box{
        width: 60%;
        margin: 4vh auto;
        padding: 1vh 6vh;
        text-align: center;
        color: aliceblue;
    }
    .text-part-2-section-2 p{
        font-size: 18px;
        padding: 0vh;
        line-height: 2;
    }
    .text-box-section-2 a button{
        /* width: 60%; */
        margin-top: 4vh !important;
    }
   
}


@media screen and (min-width:768px) and (max-width:992px) and (max-height:1400px){
    .navbar{
        width: 70% !important;
        padding: 0 !important;
        margin: 0;
    }
    .navbar-nav{
        width: 100% !important;
        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 !important;
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .hero-intro{
        width: 40%;
    }
    .intro-text-box{
        width: 80%;
        margin: 8vh auto;
    }
    .intro-text-box h1{
        font-size: 28px;
    }
    .res-navbar{
        display: none;
    }
    .nav-item{
        font-size: 12px !important;
    }
    .card-basic{
        width: 50% !important;
        margin-right: 0%;
    }
    .swiper-pagination{
    margin-bottom: 42vh !important;
    }
    .section-1-second-part{
        display: block;
        margin-top: -30vh;
        margin-bottom: 5vh;
    }
    .logo-text{
        width: 50% !important;
    }
    .text-box{
        width: 100% !important;
        margin-top: 2vh;
        padding-bottom: 8vh;
    }
    .navigations-btn{
        display: none;
    }
    .section-3{
        height: 100vh !important;
    }
    .section-4{
        height: 350vh;
    }
    .section-4 .card-parent{
        display: none;
    }
    .section-4 .res-card-parent{
        display: flex;
    }
    .card-basic-2{
        width: 60%;
        margin-inline: 20%;
    }
    #mid-card{
        margin-block: 4vh;
    }
    #left-img-section-4{
        width: 20%;
        margin-top: 24vh;
    }
    #right-img-section-4{
        width: 25%;
        margin-left: 70%;
    }
     .sec4-card1 h1{
        height: 40vh;
    }
    .sec4-card2 h1{
        height: 40vh;
    }
    .sec4-card3 h1{
        height: 40vh;
    }
    .logo-text img{
        width: 10%;
    }
    .text-box{
        width: 60%;
        margin: 4vh auto;
        padding: 1vh 6vh;
        text-align: center;
        color: aliceblue;
    }
    .text-part-2-section-2 p{
        font-size: 18px;
        padding: 0vh;
        line-height: 2;
    }
    .text-box-section-2 a button{
        /* width: 60%; */
        margin-top: 4vh !important;
    }



}
@media screen and (min-width:576px) and (max-width:768px) and (max-height:1200px){
    .intro-content-parent{
        display: none;
    }
    .res-navbar{
        display: flex;
    }
    .res-hero-text{
        font-family: farsi !important;
    }
    .card-basic{
        width: 50% !important;
        margin-right: 0%;
    }
    .section-1-second-part{
        display: block;
        margin-top: -15vh;
        margin-bottom: 5vh;
    }
    .swiper-pagination{
    margin-bottom: 24vh !important;
    }
    .logo-text{
        width: 50% !important;
    }
    .text-box{
        width: 100% !important;
        margin-top: 2vh;
        padding-bottom: 8vh;
    }
    .navigations-btn{
        display: none;
    }
    .section-4 .card-parent{
        display: none;
    }
    .section-4 .res-card-parent{
        display: flex;
    }
    .card-basic-2{
        width: 60%;
        margin-inline: 20%;
    }
    #mid-card{
        margin-block: 4vh;
    }
    #left-img-section-4{
        width: 20%;
        margin-top: 24vh;
    }
    #right-img-section-4{
        width: 25%;
        margin-left: 70%;
    }
    .section-3{
        height: 140vh;
    }
     .sec4-card1 h1{
        height: 40vh;
    }
    .sec4-card2 h1{
        height: 40vh;
    }
    .sec4-card3 h1{
        height: 40vh;
    }
    /* .section-3-img{
        display: none;
    }
    .text-box-section-3{
        width: 70%;
        margin: 48vh auto 0;
        padding: 0;
        background-image: url(Images/MainIndex-Sec3.png);
        background-size: contain;
        mix-blend-mode: darken;
    }
    .section-4-top-h2{
        margin: 0;
    }
    .section-4 .card-parent{
        display: block;
        margin: 0;
    }
    .section-4 .card-parent .card-basic-2{
        width: 70%;
        margin: 2vh auto;
        
    } */
   

}

@media screen and (max-width:576px) {
    .intro-content-parent{
        display: none;
    }
    .res-navbar{
        display: flex;
    }
    .section-1{
        height: 140vh;
    }
    .card-basic{
        width: 80% !important;
        margin-right: 0%;
        height: 500px !important;
    }
    .card-basic p{
        padding: 2vh !important;
    }
    .swiper-pagination{
        margin-bottom: 30vh !important;
    }
    .section-1-second-part{
        display: block;
        margin-top: -28vh;
    }
    .logo-text{
        width: 100% !important;
    }
    .text-box{
        width: 100% !important;
        margin-top: 2vh;
    }
    .navigations-btn{
        display: none;
    }
    .section-2{
        height: 75vh;
    }
    .text-part-2-section-2{
        width: 100% !important;
    }
    .text-part-2-section-2 p{
        text-align: justify;
        padding: 0vh;
        padding-block: 2vh;
    }
    .section-2-left-img{
        display: none;
    }
    .text-box-section-2{
        width: 100%;
        margin-top: 30vh;
        padding: 0 !important;
        /* background-color: #22A75D; */
        margin-left: 15%;
    }
    .res-section-2-left-img{
        display: block;
    }
    .res-section-2-left-img img{
        width: 70%;
        margin-inline: 15%;
    }
    .section-3{
        height: 170vh;
    }
    .section-4{
        height: 445vh;
    }
    .section-4 .card-parent{
        display: none;
    }
    .section-4 .res-card-parent{
        display: flex;
    }
    .card-basic-2{
        width: 90%;
        margin-inline: 5%;
    }
    #mid-card{
        margin-block: 4vh;
    }
    #left-img-section-4{
        width: 30%;
        margin-top: 24vh;
    }
    #right-img-section-4{
        margin-left: 70% !important;
        margin-top: 100vh;
    }
    .sec4-card1 h1{
        height: 40vh;
    }
    .sec4-card2 h1{
        height: 40vh;
    }
    .sec4-card3 h1{
        height: 40vh;
    }
    .accordion-title img{
        width: 8% !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;
    }
}
@media screen and (min-width:375px) and (max-width:390px) and (max-height:800px) {
     .section-1{
        height: 180vh;
    }
    .card-basic{
        width: 80% !important;
        margin-right: 0%;
        height: 500px !important;
    }
    .card-basic p{
        padding: 2vh !important;
    }
    .swiper-pagination{
        margin-bottom: 10vh !important;
    }
    .section-1-second-part{
        display: block;
        margin-top: -8vh;
    }
    .section-4{
        height: 550vh;
    }
}