<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Rustic-Printed';
    src: url('../fonts/Rustic\ Printed.ttf');
    /* Ensure the path is correct */
}

@font-face {
    font-family: "Hanken Grotesk";
    src: url('../fonts/HKGrotesk-Bold.ttf');
    /* Ensure the path is correct */
    /* Ensure the path is correct */
}

@font-face {
    font-family: "Hanken-Grotesk";
    src: url('../fonts/HKGrotesk-Regular.ttf');
    /* Ensure the path is correct */
}

.about-us-image-container img {
    width: 319.5px;
    max-width: 100%;
    border-radius: 29px;
}

.about-us-image-one {
    animation-delay: 0.1s;
}

.about-us-heading {
    font-family: 'Rustic-Printed';
    font-size: 200px;
    font-weight: 400;
    line-height: 183.26px;
    letter-spacing: -0.05em;
    text-align: left;
    color: rgba(157, 199, 200, 1);
    width: 650px;
    position: relative;
    z-index: 0;
    /* Ensures the text is behind the SVG */
}



.about-us-heading-container {
    position: relative;
    display: inline-block;
}

.about-us-svg {
    position: absolute;
    top: 17%;
    left: 87%;
    margin-top: 89px;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* Ensures the SVG is on top of the text */

    width: 202px;
    position: absolute;


}

.reveal-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.text-reveal {
    transform: translateY(100%);
    position: relative;

    /* Initially hide the element */
    transition: opacity 0.2s ease-out;
    /* Smooth transition for opacity */
    animation: revealUp 1.2s ease-out forwards;

}

@keyframes revealUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(10%);
    }
}

/* .about-us-heading {
    font-size: 158px;
    font-weight: 400;
    line-height: 91.63px;
    letter-spacing: -0.05em;
    text-align: left;
    width: 505px;

} */
/* .about-us-button-container {

    margin-top: -83px;
    padding-top: 0;
    left: 50px;

    border-radius: 34px;
    position: relative;
} */
/* .about-us-svg {
    position: absolute;
    top: 17%;
    left: 90%;
    margin-top: 89px;
    transform: translate(-50%, -77%);
    z-index: 1;

    width: 232px;
    position: absolute;


} */

@media (max-width: 560.98px) {
    .about-us-heading {
        font-size: 100px;
        font-weight: 400;
        line-height: 91.63px;
        letter-spacing: -0.05em;
        text-align: left;
        width: 388px;

    }

    .about-us-image-container img {
        width: 500.5px;
        max-width: 100%;
        border-radius: 29px;
    }

    .about-us-svg {
        width: 105px;
        top: 17%;
        left: 75%;
        margin-top: 48px;

    }
}

.about-us-button-container {

    margin-top: -180px;
    padding-top: 0;
    left: 50px;

    /* Remove any padding at the top */
    border-radius: 34px;
    position: relative;
}

.about-us-button {
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding: 10px 40px;
    border-radius: 34px;
}

.about-us-button-hide {
    opacity: 0;
    position: relative;
    top: 0px;
    animation: fadeMove 1.8s ease-out;
}

@keyframes fadeMove {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

.about-us-button-hide.ok {
    opacity: 1;
    top: 0px;

    animation-play-state: running;
    /* Start animation when class is added */
}


.about-us-button svg {
    padding-left: 10px;
}

@media (max-width: 560.98px) {
    .about-us-button-container {
        margin-top: 40px;
        left: -50px;
        /* Adjust this value as needed */
        padding-top: 0;
        /* Remove any padding at the top */
        border-radius: 34px;
        position: relative;
    }

}

@media (max-width: 560.98px) {
    .about-us-button-container {
        margin-top: 40px;
        left: -50px;
        /* Adjust this value as needed */
        padding-top: 0;
        /* Remove any padding at the top */
        border-radius: 34px;
        position: relative;
    }

}






/* community */
.community-heading {
    margin-top: 15px;
    font-size: 79px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Hanken Grotesk";

}

.btn-community {
    font-family: "Hanken Grotesk";
    color: white !important;
    background-color: rgba(157, 199, 200, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding: 10px 40px;
    border-radius: 34px;

}


/* .text-button {
    word-spacing: 2px;
    position: relative;
    top: px;
} */

.community-content {
    font-family: "Hanken-Grotesk";
    font-size: 26px;
    font-weight: bold;
    line-height: 31.21px;
    text-align: justify;

}

.img-div {
    transition: opacity 0.2s ease-out;
    /* Smooth transition for opacity */

}

.full-image-para {
    margin-top: 80px;
}

.img-comuniy {
    width: 529px;
}

.reveal-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.text-reveal {
    transform: translateY(10%);
    opacity: 0;
    /* Initially hide the element */
    transition: opacity 0.2s ease-out;
    /* Smooth transition for opacity */
    animation: revealUp 1.2s ease-out forwards;

}

@keyframes revealUp {
    0% {
        transform: translateY(100%);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.community-numbering {

    text-align: end;
    font-size: 35px;
    font-weight: 700;
    color: rgba(42, 45, 43, 1);
}

.community-img2-b {
    display: none;

}

.community-img2-a {
    display: flex;

}

.button-svg-r {
    position: relative;
    top: -5px;
}

@media(max-width:990px) {
    .community-img2-b {
        display: flex;

    }

    .community-img2-a {
        display: none;

    }
}

@media(max-width:1194px) {
    .community-heading {
        margin-top: 15px;
        font-size: 69px;
        font-weight: 700;
        line-height: 62px;
        letter-spacing: -0.02em;
        text-align: left;

        font-family: "Hanken Grotesk";

    }
}


@media(max-width:575px) {
    .community-heading {
        font-size: 43px;
        font-weight: 700;
        line-height: 43px;
        letter-spacing: 0px;
        font-family: "Hanken Grotesk";

    }

    .img-comuniy {
        margin-top: 60px;
        width: 420px;
        height: 397px;
    }

    .community-content {
        font-size: 14px;
        line-height: 31.21px;
        letter-spacing: 0px;
        text-align: justify;
        font-weight: 500;
        width: 320px;
        font-family: "Hanken Grotesk";

    }

}

@media(max-width:430px) {

    .img-comuniy {
        margin-top: 60px;
        width: 350px;
        height: 327px;
    }



}

@media(max-width:430px) {

    .community-content {
        font-size: 14px;
        line-height: 31.21px;
        letter-spacing: 0px;
        text-align: justify;
        font-weight: 500;
        width: 350px;
        font-family: "Hanken Grotesk";

    }



}




/* .about-us-image-container img  */
.community-heading-three {
    font-family: "Hanken Grotesk";
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;

}

.community-para-three {
    font-family: "Hanken-Grotesk";
    font-size: 26px;
    font-weight: bold;
    line-height: 31.21px;
    text-align: justify;

}

.contact-section {
    background-color: rgba(140, 148, 139, 1);
    border-radius: 29px;

}

.contactus-section-heading {
    font-family: "Hanken-Grotesk";
    font-size: 90px;
    color: white;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.05em;
    text-align: left;

}

.contact-section label {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;
}

.contact-section .textarea {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;
}

.contact-section-textarea {
    background-color: transparent !important;
    border: none;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: 100%;

}

.contact-section-input {
    font-weight: bold;
    margin-bottom: 30px;
    color: white;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: 100%;

}

.contact-section-btn {
    width: Fixed (130px)px;
    height: Fixed (51px)px;

    padding: 12px 30px;
    border-radius: 34px;
    font-family: "Hanken-Grotesk";
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: black !important;


}

.contact-info {
    background-color: rgba(42, 45, 43, 1);
    border-radius: 29px;
}

.contactus-section-info-heading {
    font-family: "Hanken-Grotesk";
    font-size: 59px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;

}

.tags-link {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;


}

/* Base styles */
@keyframes bounceAndMoveToBottom {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateY(-20%);
    }

    30%,
    50%,
    70%,
    90% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(55%);
        /* Adjusted for tablets */
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    @keyframes bounceAndMoveToBottom {
        0% {
            transform: translateY(0);
            opacity: 0;
        }

        20%,
        40%,
        60%,
        80% {
            transform: translateY(-10%);
        }

        30%,
        50%,
        70%,
        90% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(55%);
            /* Adjusted for tablets */
            opacity: 1;
        }
    }
}

@media (max-width: 990px) {
    @keyframes bounceAndMoveToBottom {
        0% {
            transform: translateY(0);
            opacity: 0;
        }

        20%,
        40%,
        60%,
        80% {
            transform: translateY(-10%);
        }

        30%,
        50%,
        70%,
        90% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(25%);
            /* Adjusted for tablets */
            opacity: 1;
        }
    }
}

@media (max-width: 768px) {
    @keyframes bounceAndMoveToBottom {
        0% {
            transform: translateY(0);
            opacity: 0;
        }

        20%,
        40%,
        60%,
        80% {
            transform: translateY(-10%);
        }

        30%,
        50%,
        70%,
        90% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(30%);
            /* Adjusted for tablets */
            opacity: 1;
        }
    }
}

@media (max-width: 480px) {
    @keyframes bounceAndMoveToBottom {
        0% {
            transform: translateY(0);
            opacity: 0;
        }

        20%,
        40%,
        60%,
        80% {
            transform: translateY(-10%);
        }

        30%,
        50%,
        70%,
        90% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(20%);
            /* Adjusted for mobile devices */
            opacity: 1;
        }
    }
}

.icon-animate {
    animation: bounceAndMoveToBottom 4s ease-out forwards;
}

.icons-container {
    background-color: #9dc7c8;
    border-radius: 50%;
    position: relative;
    width: 104px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;

}

.icons {
    font-size: 44px;
    color: black;
}

.col {
    padding: 0px;
    padding: 0px;
}

.contact-us-icons {
    padding: 20px;
    border-radius: 25px;
    position: relative;
}

.icon-1 {
    top: 20px;
    left: -20px;
}

.icon-2 {
    top: -20px;
}

.icon-3 {
    top: 20px;
    left: 20px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .icons-container {
        width: 91px;
        height: 93px;
    }


    .icons {
        font-size: 59px;
    }

    .contact-us-icons {
        padding: 15px;
    }

    .icon-1 {
        top: 15px;
        left: -15px;
    }

    .icon-2 {
        top: -15px;
    }

    .icon-3 {
        top: 15px;
        left: 15px;
    }
}

@media (max-width: 1000px) {
    .icons-container {
        width: 145px;
        height: 146px;
    }
}

@media (max-width: 768px) {
    .icons-container {
        width: 129px;
        height: 129px;
    }

    .icons {
        font-size: 51px;
    }

    .contact-us-icons {
        padding: 10px;
    }

    .icon-1 {
        top: 10px;
        left: -10px;
    }

    .icon-2 {
        top: -20px;
    }

    .icon-3 {
        top: 10px;
        left: 10px;
    }

    .about-us-image-container img {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .icons-container {
        width: 99px;
        height: 99px;
    }

    .icons {
        font-size: 43px;
    }

    .contact-us-icons {
        padding: 5px;
    }

    .icon-1 {
        top: 5px;
        left: -5px;
    }

    .icon-2 {
        top: -35px;
    }

    .icon-3 {
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 800px) and (min-width: 560px) {
    .about-us-image-container img {
        width: 100%;
        max-width: 100%;
        border-radius: 29px;
    }

    .about-us-heading {
        font-size: 158px;
        font-weight: 400;
        line-height: 135.63px;
        letter-spacing: -0.05em;
        text-align: left;
        width: 505px;

    }

    .about-us-button-container {

        margin-top: -83px;
        padding-top: 0;
        left: 50px;

        border-radius: 34px;
        position: relative;
    }

    .about-us-svg {
        position: absolute;
        top: 17%;
        left: 90%;
        margin-top: 89px;
        transform: translate(-50%, -77%);
        z-index: 1;

        width: 118px;
        position: absolute;


    }
}
</pre></body></html>