@import url(https://db.onlinewebfonts.com/c/0b5daaee28ed20474e5b2f204add18f0?family=Narkisim);
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

/* font-family: 'Inter',sans-serif; */
/* font-family: "Zilla Slab", serif; */
/* font-family: "Playfair Display SC", serif; */


/* ========================= Section 1 hero section ================== */
.about_sec1 {
    background-color: #EEEEEE;
    padding: 50px;
    text-align: center;
    position: relative;

    h3 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }


}

@media screen and (max-width:800px) {
    .about_sec1 {
        padding: 30px 0px;
    }
}

/* ------------ Bubble effect css (start) -------------- */
.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #009dff57;
    /* background: #2C2C2C; */
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

/* --------------- Bubble Effect css (End) ---------------- */


/* --------------- section 2 about css --------------------- */
.sec2_main_about {
    .left_text {
        padding: 60px 0px;

        h5 {
            font-size: 2.5rem;
            font-family: "Zilla Slab", serif;
            color: #2C2C2C;
        }

        p {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: #717171;
        }
    }

    @media screen and (max-width:800px) {
        .left_text {
            padding: 10px 0px;

            h5 {
                font-size: 1.6rem;
                font-family: "Zilla Slab", serif;
            }

            p {
                font-family: 'Inter', sans-serif;
                font-size: 0.9rem;
            }
        }

    }
}


/* ==================== section 4 Mission and vision =================== */
.sec3_main {
    .sec3_heading {
        font-family: "inter", serif;
        font-size: 2rem;
        font-weight: 900;
        color: #2C2C2C;
        text-align: center;
        margin-top: 50px;
        text-transform: uppercase;
    }

    /* .sec2_dec {
        font-family: 'Inter', sans-serif;
        font-size: 1rem;
        color: #717171;
        text-align: center;
        margin-bottom: 30px;
    } */

    @media screen and (max-width:800px) {
        .sec3_heading {
            font-size: 1.5rem;
        }

        /* .sec2_dec {
            font-size: 0.8rem;
            margin-bottom: 25px;
        } */
    }

    .inner_sec3_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        gap: 20px;
    }

    .card {
        width: 40%;
        height: 150px;
        border: 1px solid #EEEEEE;
        cursor: pointer;

        h4 {
            font-size: 1.4rem;
            font-family: "Zilla Slab", serif;
            color: #2C2C2C;
        }

        p {
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            color: #717171;
        }
    }

    .card:hover {
        box-shadow: 0px 10px 20px 0px #d4d4d4;
        transform: translateY(-5px);
        border: 1px solid #f3f3f3;
    }

    @media screen and (max-width:800px) {
        .card {
            width: 100%;
            height: auto;

            h4 {
                font-size: 1.5rem;
                font-family: "Zilla Slab", serif;
                color: #2C2C2C;
            }

            p {
                font-family: 'Inter', sans-serif;
                font-size: 0.8rem;
                color: #717171;
            }
        }
    }

}



/* ================== section 6 Our Thoughts ======================== */
.main_sec6_thought {

    .main_sec6_thought_inner {
        background-color: #000;
        padding: 10px;
        font-size: 1.2rem;
        border-radius: 20px 20px 0px 0px;
        color: white;
        letter-spacing: 3px;
        border: none;
    }

    @media screen and (max-width:800px) {
        .main_sec6_thought_inner {
            background-color: #000;
            padding: 20px;
            font-size: 0.8rem;
            border-radius: 20px 20px 0px 0px;
            color: white;
            letter-spacing: 3px;
            border: none;
        }
    }
}