@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    background-color: #fffffc;
}

/* ::-webkit-scrollbar {
    display: none;
} */

a {
    text-decoration: none;
    /* color: #222; */
}

#main {
    width: 100%;
    height: 100%;
}

.navigation {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 9;
    top: 0;
}

.navigation_container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #fffffc;
    /* border: 1px solid; */
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 5px 5px 60px #22222215;
}

.navigation_container a img {
    width: auto;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.btn1 a {
    padding: 10px 20px;
    border-radius: 15px;
    /* background-color: #0d7c66; */
    background: linear-gradient(45deg, #0d7c66 0%, #219C90 100%);
    border: 1px solid #0d7c66;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
}

.btn1 a:hover {
    /* background-color: #f9f9f9; */
    background: linear-gradient(45deg, #f9f9f9 0%, #fff 100%);
    border: 1px solid #0d7c66;
    color: #333;
}

.hero1 {
    margin-top: 90px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero1_container {
    width: 100%;
    height: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    gap: 20px;
}

.hero1_child1 {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

.hero1_child1 img{
    width: 150px;
    margin-bottom: 20px;
}

.hero1_child2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

.hero1_child1 h5 {
    font-size: 1rem;
    text-align: start;
    background: linear-gradient(45deg, #0B493E 0%, #0d7c66 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
}

.hero1_container
.hero1_child1 h1{
    font-weight: 600;
    color: #981c1c;
}


.buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}


.hero1_btn2 {
    padding: 10px 20px;
    border-radius: 15px;
    background: linear-gradient(45deg, #0d7c66 0%, #219C90 100%);
    border: 1px solid #0d7c66;
    color: #222;
    border: 1px solid;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
}

.hero1_btn1 {
    color: #222;
    font-size: 2rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0B493E;
    box-shadow: 0 0 60px #11111125;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom-right corner */
    right: 30px;
    z-index: 99; /* Make sure it does not overlap */
    background-color: #0B493E; /* Dark background color */
    font-weight: 600;
    color: white; /* White text */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    cursor: pointer; /* Pointer/hand icon */
    height: 50px;
    width: 50px;
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    transition: all .3s ease-in-out;
}

#backToTopBtn:hover {
    background-color: #0d7c66; /* Add a dark-grey background on hover */
}



/* .hero1_btn1 {
    color: #432605;
    background-color: #fefee8;
    font-weight: 600;
    border: 1px solid #432605;
} */

.hero1_btn2 {
    color: #fff;
    background-color: #0D7C66;
    font-weight: 600;
    border: 1px solid #0D7C66;
}

.hero1_container h1 {
    font-weight: 600;
    font-size: 2.2rem;
    color: #222;
    max-width: 850px;
}

.hero1_child2 img {
    width: 100%;
    height: 100%;
}


/* .hero1 {
    margin-top: 90px;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero1_container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: flex;
    padding: 15px 25px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(0deg, #000000 0%, #ffffff00 100%),
        url(./bg_image1.jpg);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 5px 5px 60px #22222215;
    color: #fff;
}

.hero1_container h4 {
    font-weight: 400;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
}

.hero1_container h1 {
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    max-width: 850px;
}

.buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hero1_btn1,
.hero1_btn2 {
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #fff;
    color: #222;
    border: 1px solid;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
}

.hero1_btn1 {
    color: #432605;
    background-color: #fefee8;
    font-weight: 600;
    border: 1px solid #432605;
} */

/* .hero1_btn2{
    color: #fff;
    background-color: #0D7C66;
    font-weight: 600;
    border: 1px solid #0D7C66;
} */

/* .hero1_btn2 {
    color: #fff;
    background-color: #0d7c66;
    font-weight: 600;
    border: 1px solid #0d7c66;
} */

/* .hero1_btn1:hover{
    color: #0D7C66;
    border: 1px solid #0D7C66;
} */

.hero2 {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.hero2_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding: 50px 30px;
    background-color: #fffcc1;
    border-radius: 25px;
    /* border: 1px solid #432605; */
    box-shadow: 0px 0px 60px #00000015;
}

.child1 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.child1 h2 {
    font-size: 1.5rem;
    color: #432605;
    font-weight: 600;
    margin-bottom: 8px;
}

.child1 a {
    color: #222;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
}

.hori1 {
    width: 120px;
    height: 3px;
    border-radius: 50px;
    margin-top: 2px;
    background-color: #d19100;
}

.child2 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.child2 img {
    width: auto;
    height: 200px;
}

.hero3 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero3_container {
    /* margin-bottom: 50px; */
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    /* padding: 15px 25px; */
    gap: 30px;
}
.hero3_child2 h2{
    color: #111;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero4_child2 a{
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #fff;
    color: #440B0B;
    font-weight: 600;
    border-radius: 25px;
}

.footer_child1 h4{
    font-weight: 600;
    color: #111;
}

.image{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.image_containtainer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1200px;
    margin-bottom: 20px;
    margin-top: 50px;
    overflow: hidden;
}

.image_containtainer img{
    width: 100%;
    height: auto;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.hero6_container{
    border-radius: 15px;
    background-color: #fffffc;
    box-shadow: 0 0 60px #0B493E10;
}

.hero3_child2 h2{
    color: #111;
    font-weight: 600;
    font-size: 1.5rem;
}

.hero3_child2 ul {
    gap: 30px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.hero3_child2 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hero3_child2 img {
    width: 30px;
    height: 30px;
}

.hero3_child2 ul li {
    list-style: none;
}

.hero3_child1 {
    width: 50%;
    height: auto;
    padding: 30px;
    background-color: #432605;
    border-radius: 25px;
    color: #fff;
}

.hero3_child1 h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.hero3_child2 {
    width: 50%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 60px #43260515;
}

.hero4 {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero4_container {
    width: 100%;
    height: auto;
    max-width: 1200px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.hero4_child1 {
    width: 50%;
    height: auto;
    padding: 30px;
    /* background-color: #FEFEE8; */
    /* border-radius: 25px; */
    /* box-shadow: 0 0 60px #86580D15; */
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.hero4_child1 h2 {
    color: #981c1c;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.hero4_child1 p {
    font-weight: 400;
    font-size: 1rem;
    opacity: 0.9;
    color: #222;
}

.hero4_child2 li {
    font-size: 1rem;
    font-weight: 500;
}

.hero4_child2 {
    width: 50%;
    height: auto;
    padding: 30px;
    background-color: #981c1c;
    border-radius: 25px;
    box-shadow: 0 0 60px #440b0b15;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    color: #fff;
}

.hero4_child2 ul li img {
    width: 30px;
    height: 30px;
}

.hero4_child2 ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 15px;
    /* padding: 20px 20px; */
    /* background: #fff; */
    /* color: #222; */
    /* border-radius: 15px;
    box-shadow: 5px 5px 60px #00000015; */
    width: 100%;
    /* height: 60px; */
}

.hero4_child2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.hero5 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero5_container {
    width: 100%;
    height: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    gap: 30px;
}

.hero5_child1 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 30px;
}


.hero5_child1 h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #0d7c66;
    margin-bottom: 20px;
    /* filter: drop-shadow(5px 5px 60px #0d7c6620); */
    text-shadow: 5px 5px 60px #0d7c6612;
}

.hero5_child1 ul {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 12px;
}

.hero5_child1 ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hero5_child1 ul li img {
    width: 30px;
    height: 30px;
}

.hero5_child2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
}

.hero5_child2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero6 {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero6_container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    flex-direction: column;
}

.hero6_child1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30%;
    /* padding: 30px; */
}

.boxes {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 70%;
    margin-top: 20px;
    gap: 40px 40px;
    /* padding: 40px; */
}

.hero6_child1 h2 {
    color: #0B493E;
    font-weight: 600;
    font-size: 2rem;
}

.hero6_child1 a {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.hero6_child1 a:hover {
    color: #0B493E;
    text-shadow: 5px 5px 60px #0B493E15;
}



.box {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 10px 20px;
}

.box h3 {
    font-size: 2rem;
    color: #0B493E;
}

.para1 {
    width: 100%;
    max-width: 80%;
    color: #111;
    opacity: .9;
    font-size: 1rem;
}

.box_p {
    font-size: 6rem;
    font-weight: 800;
    margin-bottom: -50px;
    background: linear-gradient(-180deg, #219C90 0%, #ffffff 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.hero7 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero7_container {
    width: 100%;
    max-width: 1200px;
    border-radius: 25px;
    background-color: #FFFCC1;
    border: none;
    height: auto;
    /* height: 250px; */
    padding: 60px 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* .hero8 {
    width: 100%;
    height: auto;
    background-color: #FFF5E1;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero8_container {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 25px;
    background-color: #FDCBCB;
    padding: 50px 30px;
}

.hero8_container h2 {
    font-size: 2.5rem;
    color: #432605;
    font-weight: 650;
    margin-bottom: 40px;
}

.testimonial-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial {
    flex: 0 0 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #432605;
}

.testimonial_content {
    background: transparent;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
}

.testimonial_content p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial_content h4 {
    font-size: 1.4rem;
    color: #440B0B;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial_content span {
    font-size: 1.1rem;
    color: #333;
}





@media (max-width: 768px) {
    .hero8_container h2 {
        font-size: 2rem;
    }

    .testimonial-carousel {
        max-width: 100%;
    }

    .testimonial{
        width: 100%;
    }

    .testimonial_content{
        width: 100%;
    }
    .testimonial_content p {
        font-size: 1rem;
    }

    .testimonial_content h4 {
        font-size: 1.2rem;
    }
} */



.hero8 {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.hero8_container {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 25px;
    background-color: #FDCBCB;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero8_container h2 {
    font-size: 2.5rem;
    color: #432605;
    font-weight: 650;
    /* margin-bottom: 40px; */
    margin-bottom: 15px;
}

.testimonial-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}

.testimonial-wrapper {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial {
    flex: 0 0 100%;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #432605;
}

.testimonial_content {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center !important;
    padding: 0;
    width: 100%;
    max-width: 1000px !important;
    height: auto;
    text-align: left;
}

.testimonial_content p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-style: italic;
    max-width: 750px;
}

.testimonial_content h4 {
    font-size: 1.4rem;
    color: #440B0B;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial_content span {
    font-size: 1.1rem;
    color: #333;
}

/* Mobile adjustments */
/* @media (max-width: 768px) {
    .hero8_container h2 {
        font-size: 2rem;
    }

    .testimonial-carousel {
        max-width: 100%;
    }

    .testimonial {
        width: 100%;
    }

    .testimonial_content {
        width: 100%;
    }

    .testimonial_content p {
        font-size: 1rem;
    }

    .testimonial_content h4 {
        font-size: 1.2rem;
    }
} */

/* Mobile adjustments */
@media (max-width: 768px) {
    .hero8_container h2 {
        font-size: 2rem;
    }

    .testimonial-carousel {
        max-width: 100%;
    }

    .testimonial {
        width: 100%;
    }

    .testimonial_content {
        width: 100%;
        overflow-wrap: break-word; /* Prevent text from overflowing */
        word-wrap: break-word; /* Support for older browsers */
        word-break: break-word; /* Break long words if needed */
        hyphens: auto; /* Add hyphens where possible */
    }

    .testimonial_content p {
        font-size: 1rem;
        margin-bottom: 15px;
        line-height: 1.5; /* Increase line height for better readability */
    }

    .testimonial_content h4 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
}






.hero7_container h2 {
    font-size: 2.5rem;
    color: #432605;
    font-weight: 650;
    max-width: 750px;
}

.hero7_container p {
    font-size: 1.1rem;
    color: #432605;
    font-weight: 400;
    margin-top: 10px;
    max-width: 750px;
}


.footer {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer_container {
    /* margin-bottom: 20px; */
    width: 100%;
    height: 100%;
    max-width: 1200px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    background-color: #EDFCF6;
    box-shadow: 0 0 60px #0d7c6615;
    display: flex;
    align-items: start;
    padding: 20px;
    gap: 30px;
    justify-content: space-between;
}

.footer_child1 {
    /* border: 1px solid; */
    width: 100%;
    /* max-width: 50%; */
    height: 100%;
    min-height: auto;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 25px;
    justify-content: start;
    padding: 30px;
    gap: 8px;
}

.footer_child1:nth-child(1){
    overflow: auto;
}


.footer_child1 h3 {
    color: #0B493E;
    font-weight: 600;
    font-size: 1.5rem;
    max-width: 80%;
}

.footer_child1 a {
    color: #111;
}

.footer_child1 p {
    color: #111;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    max-width: 90%;
}

.socials {
    margin-top: 15px;
}

.socials a i {
    padding: 10px;
    color: #fff;
    font-size: 1.5rem;
    background-color: #0B493E;
    border-radius: 50%;
}

.register {
    margin-bottom: 20px;
    margin-left: 0;
}

.register a {
    color: #fff;
}

.rights {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.copyright {
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    max-width: 1200px;
    background-color: #ACEED6;
    color: #0B493E;
    font-weight: 500;
    font-size: 1.1rem;
}

.copyright a {
    color: #0B493E;
    font-weight: 500;
}


/* responsive css */
@media only screen and (max-width: 767px) {
    .navigation {
        width: 100%;
    }

    .navigation_container {
        width: 100%;
    }

    .btn1 a {
        padding: 9px 12px;
    }
    .hero8{
        margin-bottom: 40px;
        margin-top: 0;
    }

    .hero1 {
        width: 100%;
        padding: 10px;
        padding-bottom: 0;
        height: auto;
    }

    .hero1_container {
        border-radius: 25px;
    }

    .hero1_container h4 {
        font-size: 1rem;
        max-width: 300px;
    }

    .hero1_container h1 {
        font-size: 1.5rem;
    }

    .hero1_container,
    .hero2_container,
    .hero3_container,
    .hero4_container,
    .hero5_container,
    .hero6_container,
    .hero6_child1,
    .boxes,
    .footer_container {
        flex-wrap: wrap;
    }

    .hero2,
    .hero3,
    .hero4,
    .hero5,
    .hero6,
    .hero7,
    .footer , .hero8{
        width: 100%;
        height: auto;
        padding: 10px;
        padding-top: 0;
    }

    .child1,
    .hero1_child1,
    .hero1_child2,
    .hero3_child1,
    .hero3_child2,
    .hero4_child1,
    .hero4_child2,
    .hero5_child1,
    .hero5_child2,
    .box,
    .footer_child1 {
        width: 100%;
        height: auto;
    }

    .hero2_container {
        gap: 30px;
    }

    .hero3_child1,
    .hero3_child2 {
        height: auto;
    }

    .hero5_child2 {
        padding: 0;
    }

    .hero5_child2 img {
        width: 100%;
    }

    .hero5_container, .hero1_container {
        border-radius: 25px;
        border: 1px solid #0d7c66;
    }

    .hero6_child1 a {
        width: 100%;
        max-width: 80%;
    }

    .hero7_container h2 {
        font-size: 1.5rem;
    }

    .footer_child1 {
        padding: 10px;
    }

    .copyright {
        border-radius: 15px;
    }
    /* .hero1_child2 img{
        display: none;
    } */

    .hero1_child1 img{
        width: 120px;
    }

    .navigation_container {
        gap: 10px;
    }

    .hero1_child1 h5{
        max-width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .image_containtainer{
        margin-top: 0;
        margin-bottom: 20px;
    }
    

}