@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;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

a {
    color: #000;
}

section {
    padding: 60px 0;
}

p,
li {
    font-size: 20px;
    line-height: 1.3;
}

:root {
    --purple: #9c92d0;
    --yellow: #e1e47f;
    --black: #000000;
}

h2 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'EIL Serif';
    line-height: 1.1;
    padding-bottom: 30px;
}

h1 {
    font-size: 70px;
    font-family: 'EIL Serif';
    padding-bottom: 80px;
    line-height: 1;
}

.container {
    max-width: 100%;
    padding: 0 250px;
}

html,
body {
    font-family: 'EIL Sans';
}


/* banner section css start */

.banner {
    height: 100vh;
    padding: 0;
    position: relative;
    display: flex;
    align-items: end;
}

/*.banCon {*/
/*    padding-bottom: 100px;*/
/*}*/


.banner {
    height: 115vh;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.banner figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}


.banner picture,
.banner img {
    width: 100%;
    height: 100%;
}

.banner img {
    object-fit: cover;
}

.banner .container {
    position: relative;
    z-index: 2;
}


/*.banner figure {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 54%;*/
/*    transform: translate(-50%, 0);*/
/*    width: 70%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: end;*/
/*    justify-content: center;*/
/*}*/


.banner .col-lg-7,
.banner .col-lg-5 {
    display: flex;
    align-items: end;
}

.logo p {
    padding-bottom: 40px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 70px;
    align-items: center;
}

.banCon h1 span {
    color: var(--yellow);
}

.banCon h4 {
    font-size: 28px;
    background: var(--yellow);
    font-weight: 600;
    padding: 10px 20px;
    border-bottom: 5px solid var(--black);
    width: fit-content;
    margin-bottom: 5px;
}

.banCon h5 {
    font-size: 36px;
    color: #fff;
}

.banner .container {
    padding: 0px 230px;
    position: relative;
}

body {
    overflow-x: hidden;
}

.banCon h1 span:last-child {
    border-top: 2px solid white;
    display: block;
    width: fit-content;
    padding-top: 20px;
    margin-top: 20px;
}

.formSec .row .col-lg-2 {
    position: absolute;
    right: 0;
    top: 245px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0;
}


 .banCon {
    padding-top: 90px;
} 

.banCon a {
    position: relative;
    font-size: 34px;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
    border: 2px solid var(--green);
    display: none;
}

.banCon a:hover::after {
    width: 0;
}

.banCon a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--green);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
}


/* banner section css end */


/* careers section start */

.careers {
    background-color: var(--purple);
    color: #fff;
    position: relative;
}

.car {
    display: flex;
}

.car .item h3 {
    font-size: 50px;
    border-bottom: 2px solid #7c76b7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: var(--yellow);
    font-weight: 700;
}

.car .item h3 span {
    font-size: 30px;
}

.car .item h3 sub {
    top: -13px;
    font-size: 30px;
    left: -3px;
}

.car .item {
    width: 20%;
}

.car .item p {
    font-weight: 600;
}

.careers .heading {
    text-align: center;
    padding-bottom: 25px;
}

.ap {
    position: absolute;
    right: 9vw;
    top: 50%;
    writing-mode: vertical-rl;
    /* vertical text */
    transform: translateY(0%) rotate(180deg);
}

.ap a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}


/* careers section end */


/* hired section start */

.hired h2 {
    text-align: center;
}

.hired .mySwiper figure img {
    width: 200px;
    aspect-ratio: 2/2;
    object-fit: contain;
    text-align: center;
    transition: all 0.5s;
}

.hired .mySwiper figure:hover img {
    scale: 1.1;
}

.hired .mySwiper figure {
    text-align: center;
    border: 2px solid #d9d9d9;
    border-style: dashed;
    border-top: 0;
}

.hired .mySwiper .swiper-slide figure:nth-child(2) {
    border-bottom: 0;
}

.mySwiper,
.acaSwiper {
    padding-bottom: 60px;
}

.mySwiper .swiper-pagination-bullet-active,
.acaSwiper .swiper-pagination-bullet-active {
    background: var(--purple);
    width: 100px;
}

.swiper-pagination-bullet {
    width: 35px;
    border-radius: 10px;
    cursor: pointer;
    background: var(--yellow);
    opacity: 1;
}

.mySwiper .swiper-pagination {
    z-index: 99;
}


/* hired section end */


/* future section css start */

.future .heading {
    text-align: center;
}

.future .heading h3 {
    font-family: 'EIL Serif';
    font-size: 13vw;
    line-height: 1;
    margin-top: -30px;
}

.future .heading h3 span {
    color: var(--yellow);
}

.fuTab .nav .nav-item {
    width: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fuTab .nav.active::after {
    left: 50%;
}

.fuTab .nav .nav-item .nav-link {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black);
    border: 2px solid var(--black);
    padding: 10px;
    border-radius: 0;
    width: 100%;
    background: transparent;
}

.fuTab .tab-content ul li {
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 35px;
    padding: 0 0 35px 60px;
    list-style: none;
    position: relative;
    counter-increment: my-counter;
}

.fuTab .tab-content ul li a {
    text-decoration: none;
    font-size: 35px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c1c1c1;
    transition: all 0.5s;
}

.fuTab .tab-content ul {
    margin: 0;
    padding: 0;
}

.fuTab .nav::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    background: var(--yellow);
    width: 50%;
    height: 100%;
    transition: all 0.5s;
}

.fuTab .nav {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.fuTab .tab-content ul li::after {
    content: counter(my-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 33%;
    border: 2px solid #dfdfdf;
    color: #dfdfdf;
    font-weight: bold;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    transform: translate(0%, -50%);
}

.fuTab .tab-content ul li::marker {
    color: red;
    border: 2px solid;
    background: yellow;
}

.fuTab .tab-content ul li a span {
    border: 2px solid #dfdfdf;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fuTab .tab-content ul li:hover a {
    color: var(--black);
    font-weight: 700;
}

.fuTab .tab-content ul li:hover span {
    background: var(--purple);
    border-color: var(--purple);
    box-shadow: 3px 5px 25px -3px #000000b0;
}

.fuTab .tab-content ul li:hover i {
    color: #fff;
}

.fuTab .tab-content ul li:hover::after {
    background: #000000;
    border-color: #000000;
}

.fuTab .tab-content ul li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: var(--black);
    left: 0;
    transition: all 0.5s;
}

.fuTab .tab-content ul li:hover::before {
    width: 100%;
}

.schSwiper .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 115px;
}


/* future section css end */


/* schoolarship sectoin css start */

.scholar .heading {
    background: var(--yellow);
    padding: 60px 60px 280px;
    text-align: center;
}

.scholar .heading h4 {
    font-size: 27px;
}

.scholar .heading h4 span {
    font-weight: 700;
}

.scholar .heading h5 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 35px;
}

.scholar .heading h2 {
    padding-bottom: 20px;
}

.scsl {
    /* background: var(--black); */
    padding: 30px 0 30px 30px;
    position: relative;
    transition: all 0.5s;
}

.scsl:hover {
    scale: 1.1;
}

.scsl h6 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
}

.scsl figure {
    position: relative;
}

.scsl figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--purple);
    transition: all 0.5s;
}

.scsl:hover figure::after {
    width: 0;
}

.schCon {
    margin-top: -220px;
    padding: 0 50px;
}

.scsl::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 90%;
    background: var(--black);
    z-index: -1;
}


/* schoolarship sectoin css end */


/* excellence section css start */

.excellence .heading {
    text-align: center;
    padding-bottom: 20px;
}

.excellence ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 45px 0;
}

.excellence ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 45px;
}

.excellence ul li figure {
    width: 20%;
    text-align: center;
    transition: all 0.5s;
}

.excellence ul li h4 {
    font-size: 35px;
}

.excellence ul li h4 span {
    font-weight: 600;
}

.excellence small {
    text-align: end;
    display: block;
    margin-top: 30px;
}

.excellence ul li:nth-child(5),
.excellence ul li:nth-child(6) {
    border: none;
    padding: 0;
}

.excellence ul li:hover figure {
    scale: 1.1;
}


/* excellence section css end */


/* real journey section css start */

.real {
    background: #f4f3ff;
    text-align: center;
    position: relative;
    height: 790px;
    place-content: center;
}

.real .marq {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    height: 100%;
    width: 100%;
}

.real figcaption {
    font-size: 30px;
    margin: 20px auto 0;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.realSwiper figure img {
    width: 100%;
}

.rla>div {
    background: var(--black);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

.rla .swiper-button-next:after,
.rla .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}

.realSwiper .swiper-button-prev {
    left: 10px;
}

.realSwiper {
    padding: 0 35px;
}

.realSwiper .swiper-button-next {
    right: 10px;
}


/* marquee css start */

.a-section-marquee-box {
    background: var(--yellow);
    rotate: 4.5deg;
    position: absolute;
    top: 0;
    right: 0;
}

.a-section,
.b-section {
    position: relative;
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.b-section-marquee-box {
    background: var(--purple);
    rotate: -4.5deg;
    position: absolute;
    bottom: 0;
    right: 0;
    direction: rtl;
}

.a-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 12s linear infinite;
}

@keyframes a-text-scroll {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    100% {
        transform: translate3d(200%, 0, 0);
    }
}

.b-section-marquee-box,
.a-section-marquee-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px;
}

.b-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 100s linear infinite;
}

@keyframes b-text-scroll {
    0% {
        transform: translate3d(300%, 0, 0);
    }
    100% {
        transform: translate3d(-400%, 0, 0);
    }
}


/* marquee css end */


/* real journey section css end */


/* legacy section css start */

.legCon {
    background: var(--purple);
    padding: 80px;
    margin-top: -31px;
}

.legCon p span {
    font-weight: 600;
}

.legCon p {
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
}

.legCon p:last-child {
    padding: 0;
}


/* legacy section css end */


/* academic section css start */

.academic .heading {
    text-align: center;
    padding-bottom: 40px;
}

.academic .heading h2 {
    padding-bottom: 10px;
}

.academic figure {
    background: var(--yellow);
    padding-top: 15px;
    overflow: hidden;
}

.academic figure img {
    transition: all 0.5s;
    filter: grayscale(1);
}

.academic figure:hover img {
    scale: 1.1;
}

.academic figcaption h4 {
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 5px;
    color: var(--purple);
}

.academic figcaption p {
    max-width: 100%;
    font-weight: 600;
}

.academic figcaption {
    padding: 15px 20px 0;
}

.acaSwiper .swiper-slide {
    border-bottom: 3px solid var(--purple);
    height: auto;
    padding-bottom: 30px;
}

.moving .heading {
    display: flex;
    background: #ededa9;
}

.moving .heading h2 {
    background: var(--yellow);
    display: flex;
    align-items: center;
    width: 65%;
    padding: 75px 50px;
}

.moving .heading figure {
    position: relative;
    width: 35%;
}

.moving .heading figure img {
    position: absolute;
    top: -20vw;
    right: 0;
    max-width: 420px;
}

.moving {
    padding-top: 360px;
}

.mvCon {
    background: var(--purple);
    /* padding: 60px; */
    color: #fff;
    display: flex;
}

.mvCon p {
    width: 70%;
    padding: 60px;
    place-content: center;
}

.mvCon figure {
    width: 30%;
    background: #aca6dd;
    padding: 50px;
    text-align: center;
}

.mvCon figure figcaption {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 600;
}

footer p {
    font-weight: 700;
    padding-bottom: 50px;
    text-transform: uppercase;
}


/* academic section css end */


/* form css */


/* form css */

.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: var(--yellow);
    padding: 30px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slide-righta.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.hides.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.adm-txt h3 {
    font-size: 27px;
    color: #000000;
}

.adm-txt h4 {
    font-size: 23px;
    color: #000000;
}

.adm-txt {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.form-sec .form-group {
    position: relative;
    padding-left: 20px;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 21px;
}

.form-sec .form-group::before {
    position: absolute;
    content: "";
    background-image: url(form-icon.png);
    width: 30px;
    height: 40px;
    background-position: -3px -11px;
    top: 7px;
    left: 4px;
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}


/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #000000;
    /* background: black;
    background-color: black; */
    border-radius: 0;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: -1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #000000;
    line-height: 19px;
}

.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 8px 20px;
    color: #000;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #fff;
}

.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
    background: rgb(255 255 255);
    outline: 0;
    font-weight: 600;
}

::placeholder {
    color: #000000;
}

.form-sec.show.slide {
    right: 40px;
}

.form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
}

.topenq1.mobile {
    display: none;
}

.topenq {
    right: 0px;
    transform: rotate(90deg) translatey(-39px);
}

.topenq {
    position: fixed;
    top: 49%;
    right: -55px;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    background-color: var(--enquiry-button-background-color);
    color: #fff;
    outline: none;
    z-index: 999;
}

.topenq a:hover {
    outline: none;
    color: #000000;
    border: none;
    background: var(--yellow);
}

.topenq .btn:first-child:active {
    background: var(--yellow);
    color: #000;
}

.topenq a {
    border: none;
    color: #000000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background: var(--yellow);
    text-decoration: none;
}

.error {
    color: #ff0000;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
    font-family: 'Gothamlight';
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
    }
    .form-sec .close {
        display: none;
    }
    .slide-righta .form-sec {
        right: 0;
        display: none;
    }
    .topenq {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
    }
    .topenq1.mobile {
        display: block;
    }
    .topenq.desktop {
        display: none;
    }
    .topenq1 {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
        z-index: 9999;
        background: #e31937;
    }
    .special_item:focus-visible {
        outline: none;
    }
    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: var(--red);
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
    
}