﻿* {
    padding:0;
    margin:0;
}
html, body {
    height:100%;
    width:100%;
}

.main {
    width:auto;
    position:relative;
}
.firstSection {
    width:auto;
    position:relative;
}
.home {
    width:auto;
    position:sticky;
    left:0;
    top:0;
}

.bg-image {
    width: 100%;
    height: 100%;
    clip-path: circle(var(--clip) at 50% 50%);
    position: absolute;
    z-index: 1;
    /*display:none;*/
}

    .bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-1 {
    width: 100%;
    height: 100%;
}

    .image-1 img {
        width: 100%;
        height: 100%;
    }

.KV-First {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
}

.box-1 {
    position: absolute;
    height: 100%;
    width: 70%;
    left: 65%;
    top: 35%;
    transform: translate(-50%, -50%);
    padding: 0 50px;
    margin: 30vh 0;
}

.content-box {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.content-box-1 {
    padding-top: 30px;
    width: 50%;
    text-align:justify;
}

    .content-box-1 .heading,
    .content-box-1 .para {
        padding: 0 50px;
    }

    .content-box-1 .para {
        border-right:2px solid;
    }

.content-box-2 {
    padding: 0 0 0 50px;
    width: 50%;
    height: 37%;
    position: relative;
    text-align: justify;
}

.firstdiv {
    width: 100%;
    position: relative;
    top: 0%;
    border-bottom: 2px solid;
}

.seconddiv {
    padding-top: 30px;
}

.logo {
    display: flex;
    justify-content: center;
}

    .logo img {
        width: 10%;
        margin-bottom: 10px;
    }

.box-1 h1 {
    font-size: 1.3rem;
    text-align: center;
}

.box-1 h3 {
    font-size: 1.5rem;
    text-align: center;
}

.box-1 p {
    padding-left:15px;
    font-size: 0.8rem;
    text-align: justify;
}

h1 {
    font-size: 1.4rem;
}

.AwardSection {
    width: 100%;
}

    .AwardSection .l-div {
        width: 100%;
        padding-top: 50px;
    }

    .AwardSection .r-div {
        display:flex;
        justify-content:center;
        align-items:center;
        width: 100%;
        margin-top:20px;
    }

.award-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .award-img img:nth-child(1) {
        width: 10%;
    }

    .award-img img:nth-child(2) {
        width: 8%;
    }

.l-award-content {
    padding: 50px;
    margin-left: 25%;
    border-bottom: 2px solid;
    width: 50%;
    text-align: center;
}

    .l-award-content h1 {
        font-size: 1.4rem;
    }

    .l-award-content p {
        font-size: 1rem;
    }

.l-content-2 {
    margin-top: 10vh;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.vision {
    border: 1px solid;
    margin: 30px;
    padding: 30px;
    text-align: justify;
}

.mission {
    padding: 30px;
    border: 1px solid;
    text-align: justify;
    margin: 30px;
}

    .vision h1,
    .mission h1 {
        font-size: 1.4rem;
    }

.r-div {
    display: flex;
    flex-direction: column;
    margin-bottom:50px;
}


.card-1 {
    display: flex;
    position: relative;
    gap: 20px;
}

.card-2 {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.card-award {
    display: flex;
    align-items: center;
    width: 70vh;
    height: 30vh;
    background-color: rgb(10 134 205 / 14%);
    padding: 0 30px;
}

.card-title {
    width: 55%;
}

.card-image {
    width: 45%;
}

.card-award img {
    width: 100%;
    object-fit: cover;
}


.USP_Section {
    background-image: url(../assets/img/About/USP-bg.png);
    background-position: bottom;
    width: 100%;
    display: flex;
}

.USP_overlay {
    background: #0000007d;
}

.left_usp {
    width: 100%;
    padding: 0 100px;
    text-align: center;
}

.right_usp {
    width: 100%;
    margin-top: 10%;
}

.box-usp h1 {
    font-size: 1.2rem;
}

.box-usp p {
    font-size: 0.8rem;
}

.f-title {
    color: white;
}

    .f-title h1 {
        color: white;
    }

.s-title h3 {
    font-size: 0.7rem;
    font-weight: 900;
    color: white;
}

.t-title {
    color: #a6d7f0;
}

    .t-title p {
        font-size: 0.7rem;
    }

.h3 {
    font-size: 1.2rem;
}

.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}

.course_box {
    /* background-color: #a6d7f0; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0;
    padding: 50px;
}

.course-col {
    /* background-color: antiquewhite; */
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    gap: 1vh;
    margin-right: 10px;
}

.course {
    width: 100%;
    height: auto;
    /* background-color: aquamarine; */
}

    .course h1 {
        padding: 10px;
        color: white;
        border-left: 5px solid white;
        font-size: 1.2rem;
    }

    .course-content {
        width:100%;
    }

.course-content li {
    color: white;
    font-size: 0.8rem;
}
.box-usp {
    width: 40%;
    text-align: center;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}


.Programe {
    height: 100%;
    width: 100%;
}

.AllPrograme {
    height: 500vh;
    background-color: #a6d7f0;
    position: relative;
}

.slides {
    display: flex;
    position: sticky;
    overflow:hidden;
    top: 0;
    left: 0;
    height: 100vh;
    width: auto;
    background-color: antiquewhite;
}

.slide {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-shrink: 0;
    position: relative;
}

.one-box {
    height: 100%;
    width: 100%;
    display: flex;
}

.left-p {
    width: 50%;
    height: 100%;
    /* background-color: #f2f3f4; */
}

.right-p {
    width: 50%;
    height: 100%;
    /* background-color: #9dc2d4; */
}

.kv-logo {
    width: 50%;
    height: 50%;
    position: relative;
    top: 35%;
    left: 35%;
    transform: translate(-50%, -50%);
}

    .kv-logo img {
        width: 100%;
    }

.prog_card-l {
    width: 50%;
    height: 50%;
    position: relative;
    top: 20%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.prog_card-r {
    width: 50%;
    height: 41%;
    position: relative;
    top: 24%;
    left: 35%;
    transform: translate(-50%, -50%);
    padding-top: 30px;
}

.kv-kidz {
    background-image: url(../assets/img/About/kidz_pattern.png);
    background-size: cover;
}

    .kv-kidz h1 {
        color: #00aeef;
        font-size: 1.2rem;
    }

    .kv-kidz p {
        color: #000;
    }

.kv-champs {
    background-image: url(../assets/img/About/champs_pattern.png);
    background-size: cover;
}

    .kv-champs h1 {
        color: #e60371;
        font-size: 1.2rem;
    }

    .kv-champs p {
        color: #000;
    }

    .kv-champs .prog_card-r {
        width: 50%;
        height: auto;
        position: relative;
        top: 26%;
        left: 21%;
        transform: translate(-50%, -50%);
        padding-top: 0;
    }

.kv-edge {
    background-image: url(../assets/img/About/edge_pattern.png);
    background-size: cover;
}

    .kv-edge .prog_card-r {
        width: 50%;
        height: 28%;
        position: relative;
        top: 20%;
        left: 35%;
        transform: translate(-50%, -50%);
        padding-top: 0px;
    }

        .kv-edge .prog_card-r:nth-child(1) {
            height: 22%;
        }

    .kv-edge h1 {
        color: #849b44;
        font-size: 1.2rem;
    }

.kv-futureready {
    background-image: url(../assets/img/About/futureready_pattern.png);
    background-size: cover;
}

    .kv-futureready .prog_card-l {
        width: 50%;
        height: 20%;
        position: relative;
        top: 5%;
        left: 35%;
        transform: translate(-50%, -50%);
    }

    .kv-futureready .prog_card-r {
        width: 50%;
        height: 30%;
        position: relative;
        top: 24%;
        left: 35%;
        transform: translate(-50%, -50%);
        padding-top: 30px;
    }

        .kv-futureready .prog_card-r:nth-child(1) {
            height: 24%;
        }

    .kv-futureready h1 {
        color: #9d1273;
    }


/*about_DVK Section*/

.about img {
    width: 100%;
}

.about h1::before,
.about h1::after {
    content: "";
    position: absolute;
    width: 50px; /* Adjust the width of the shadow */
    height: 50px; /* Adjust the height of the shadow */
    background: rgba(102, 249, 244, 0.5); /* Adjust shadow color and opacity */
    border-radius: 50%; /* Creates a circular shadow */
    z-index: -1; /* Ensure shadow appears behind text */
}

.about h1::before {
    top: -10px; /* Adjust distance of the shadow from the top of the text */
    left: -10px; /* Adjust distance of the shadow from the left of the text */
}

.about h1::after {
    bottom: -10px; /* Adjust distance of the shadow from the bottom of the text */
    right: -10px; /* Adjust distance of the shadow from the right of the text */
}

.about h1 {
    position: absolute;
    font-family: "Poppins";
    z-index: 2;
    font-size: 80px;
    left: 10%;
    top: 50%;
    color: white;
}
