*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, ul, li, figure {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 55px;
    line-height: 1;
    margin: 30px 0;
}
h2 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'EIL-regular';
}
h3 {
    font-size: 30px;
    line-height: 1.1;
}
h4 {
    font-size: 28px;
}
p, .eligibility-sec li,
.learn-txt li, .rtb-sec li {
    font-size: 23px;
    line-height: 1.2;
}
:root {
    --white: #fff;
    --black: #000;
    --yellow: #fddd89;
    --pink: #f38d89;
    --peach: #fff3f3;
    --yellow1: #e1e47f;
    --purple: #9c92d0;
    --green: #abdcc7;
    --pink1: #f38d89;
    --gray: #adadad;
}

@font-face {
  font-family: 'EIL-regular';
  src: url('../fonts/EIL-regular.ttf');
}

@font-face{ 
    font-family: 'EILSans-Bold'; 
    src: url('../fonts/EILSans-Bold.otf'); 
}

@font-face{ 
    font-family: 'EILSans-Book'; 
    src: url('../fonts/EILSans-Book.otf'); 
}

body {
    font-family: 'EILSans-Book'; 
}

section {
    padding: 80px 0;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

/* header section start */
header {
    background: url(../images/ani-banner1.webp) center center no-repeat;
    background-size: cover;
    height: 100vh;
    color: var(--white);
}

.logo-sec {
    padding: 30px 30px 0 50px;
}

.logo-sec, .ch-sec {
    display: flex;
    justify-content: space-between;
}

.logo img {
    width: 180px;
}

.logo-sec p {
    text-align: right;
}

header, .logo-sec, .banner-txt {
    position: relative;
}

header:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.banner-txt {
    margin-top: 100px;
}

h1, .banner-txt h4,
.slider__counter,
.ch-sec,
.oppo-num h3,
.oppo-num p,
.appli,
.schl-txt-sec h4,
.schl-txt-sec p b,
.schl-box h5,
.st-dt h3,
.cam-vt p,
.journey-txt p,
footer p {
    font-family: 'EILSans-Bold';
}

h1, .banner-txt h4,
.schl-txt-sec h4 {
    text-transform: uppercase;
}

.banner-txt h3 {
    font-size: 30px;
    line-height: 1.1;
}

.banner-txt h4 {
    font-size: 25px;
    background: var(--pink);
    color: var(--black);
    width: fit-content;
    padding: 5px 10px;
}

.banner-txt h4:last-child {
    margin-top: 5px;
}
/* header section end */


/* opportunity section start */
.opportunity,
.oppor-sec {
    position: relative;
    z-index: 9;
}

.opportunity::after {
    content: '';
    position: absolute;
    background: var(--pink);
    width: 47%;
    height: 86%;
    left: 0;
    top: 0;
}

.opportunity-txt {
    margin-bottom: 70px;
}

.oppo-num-sec {
    display: flex;
    flex-flow: row wrap;
    padding-left: 150px;
}

.ch-sec small {
    margin-top: 180px;
}

.oppo-num {
    flex-basis: 45%;
    border-bottom: 2px dashed var(--gray);
    border-right: 2px dashed var(--gray);
    padding-bottom: 35px;
    padding-top: 35px;
}

.oppo-num:nth-child(2),
.oppo-num:nth-child(4),
.oppo-num:last-child {
    border-right: 0;
    padding-left: 50px;
}

.oppo-num:nth-child(1),
.oppo-num:nth-child(2) {
    padding-top: 0;
}

.oppo-num:nth-child(5),
.oppo-num:last-child {
    border-bottom: 0;
}

.oppo-num h3 {
    font-size: 75px;
    color: var(--pink);
}

.oppo-num h3 sup,
.oppo-num h3 span {
    font-size: 25px;
    color: var(--black);
    top: -2rem;
}

.oppo-num h3 span {
    font-size: 30px;
    color: var(--pink);
}

.oppo-num:nth-child(1) h3 span,
.oppo-num:nth-child(2) h3 span {
    color: var(--black);
}
/* opportunity section end */


/* design css start */
.des-img figure {
    border-right: 2px dashed var(--gray);
    padding: 20px;
    text-align: center;
}

.des-img figure:nth-child(1) {
    border-bottom: 2px dashed var(--gray);
}

.des-img.ds figure {
    border-left: 2px dashed var(--gray);
}

.des-img figure img {
    width: 150px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    transition: all 0.5s;
    margin: 0 auto;
}

.des-img:last-child figure {
    margin-right: 5px;
}

.design-slider {
    margin-top: 50px;
}

.des-txt {
    text-align: center;
    margin-top: 40px;
}

.des-txt h4 {
    font-weight: 700;
}

.pink-slash {
  color: var(--pink);
  font-weight: bold; /* optional */
}

.slider__counter {
    position: absolute;
    right: 0;
    top: -80px;
    font-size: 20px;
    display: none;
}
/* design css end */

/* eligiblity css start */
.eligibility-sec ul {
    margin-left: 25px;
}
.eligibility-sec li {
    margin-bottom: 10px;
}

.learn-txt li, .rtb-sec li {
    margin-bottom: 5px;
}

.eligibility-sec li:last-child,
.learn-txt li:last-child,
.rtb-sec li:last-child {
    margin-bottom: 0;
}

.elig-key-sec {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: var(--peach);
    padding: 50px 30px;   
}

.appli{
    border-left: 2px dashed var(--pink);
    padding-left: 50px;
    margin-left: 50px;
}

.appli h3 {
    font-size: 80px;
    color: var(--pink);
}
/* eligiblity css end */

/* journey css start */
.journey {
    background: var(--peach);
    position: relative;
}
.journey-sec h2 {
    text-align: center;
}
.journey-slider .journey-card {
    position: relative;
    overflow: hidden;
}

.journey-slider iframe {
    width: 100%;
    height: 350px;
    margin: 0 20px;
}

.journey-slider .slick-slide.slick-current.slick-active iframe {
    border-bottom: 10px solid var(--pink);
}

.journey-card .play-overlay {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--pink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.journey-card .play-overlay::before {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

.journey-txt p {
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

/* marquee css start */
.journey .marq {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.a-section-marquee-box {
    background: var(--pink);
    rotate: 2deg;
    position: absolute;
    top: 120px;
    right: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px;
}

.a-section {
    position: relative;
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.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;
    margin-bottom: 0;
}

@keyframes a-text-scroll {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    100% {
        transform: translate3d(200%, 0, 0);
    }
}

@keyframes b-text-scroll {
    0% {
        transform: translate3d(300%, 0, 0);
    }
    100% {
        transform: translate3d(-400%, 0, 0);
    }
}
/* marquee css end */
/* journey css end */


/* learn section start */
.transform-txt-sec,
.transform-sec {
    display: flex;
}

.transform-txt-sec {
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 30px;
}

.transform-sec {
    flex-basis: 33%;
    gap: 20px;
    justify-content: center;
    border-bottom: 2px solid #f38d89;
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: fit-content;
}

.trans-img img {
    width: 80px;
}

.transform-sec:nth-of-type(4),
.transform-sec:nth-of-type(5) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* learn section end */


/* scholarship css start */
.scholarship {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
}
.scholarship-sec {
    display: flex;   
}

.scholarship-sec,
.schl-txt-sec {
    background: var(--black);
    padding: 90px 0 20px 70px;
    color: var(--white);
}

.schl-txt-sec {
    padding: 20px 0 50px 70px;
}

.scholarship-txt h2 {
    margin-top: 60px;
}

.scholarship-txt,
.sch-img,
.schl-txt-sec p,
.schl-txt-sec h4 {
    flex: 1;
}

.sch-img figure {
    position: absolute;
    top: -50px;
    right: 310px;
}

.sch-img img {
    width: 640px;
}

.schl-txt-sec,
.sch-box-sec {
    display: flex;
}

.schl-txt-sec h4 span {
    border-top: 4px solid var(--pink);
    border-bottom: 4px solid var(--pink);
    display: inline-block;
}

.sch-box-sec {
    justify-content: space-evenly;
    background: #000;
    position: relative;
    gap: 20px;
}

.schl-box h5 {
    position: absolute;
    margin-top: 20px;
    font-size: 21px;
}

.schl-box.aca figure {
    border-bottom: 10px solid #c7cc1f;
}
.schl-box.cre figure {
    border-bottom: 10px solid var(--purple);
}
.schl-box.per figure {
    border-bottom: 10px solid var(--pink);
}
.schl-box.crp figure {
    border-bottom: 10px solid #52c091;
}
.schl-box figure {
    width: fit-content;
}
.schl-box.aca h5 {
    color: #c7cc1f;
}
.schl-box.cre h5 {
    color: var(--purple);
}
.schl-box.per h5 {
    color: var(--pink);
}
.schl-box.crp h5 {
    color: #52c091;
}
/* scholarship css end */


/* innovation css start */
.innov-box-sec, .inno-sec {
    display: flex;
}

.innov-box-sec {
    gap: 120px;
}

.inno-sec {
    gap: 30px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.innovation-sec h2 {
    /* position: sticky; */
    top: 0;
    z-index: 5;
}

.inno-sec:hover figure {
    scale: 1.1;
}

.innov-box {
    flex: 1;
}

.innov-box:first-child {
    margin-top: 100px;
}

.innov {
    background: var(--yellow1);
    padding: 50px;
    min-height: 250px;
    opacity: 0;
    transform: translateY(120px); /* start lower */
    transition: transform 1s ease, opacity 1s ease;
}

.innov.animate {
  opacity: 1;
  transform: translateY(0);
}

.innov:hover {
    box-shadow: 35px 12px 35px rgba(202, 202, 202, 0.6);
    scale: 1.1;
}

.innov.pin {
    background: var(--pink);
    margin-top: 50px;
}
.innov.pur {
    background: var(--purple);
}
.innov.gre {
    background: var(--green);
    margin-top: 50px;
}

.inno-sec img {
    width: 70px;
}
.inno-sec h3 {
    font-family: 'EIL-regular';
}
.innov p {
    text-align: center;
}
/* innovation css end */


/* creative css start */
.creative-sec,
.innovation-sec,
.learn-sec {
    text-align: center;
}

.creative-txt p {
    margin-bottom: 20px;
}

.creative-img {
    margin-top: 70px;
}
/* creative css end */


/* storyteller css start */
.storyteller {
    background: var(--peach);
}

.storyteller-sec h2 {
    margin-bottom: 10px;
}

.storyteller-box-sec {
    margin-top:  50px;
}
/* .storyteller-box-sec {
    display: flex !important;
    gap: 40px;
} */

.storyteller-box-sec .slick-slide {
    margin: 0 10px;
}

.storyteller-box-sec .slick-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 30px;
}

.storyteller-box-sec .slick-dots li {
    font-size: 0;
}

.storyteller-box-sec .slick-dots li button {
    background: #f1dad9;
    border: #f1dad9;
    width: 30px;
    height: 3px;
}
.storyteller-box-sec .slick-dots li.slick-active button {
    background: var(--pink);
    border: 1px solid var(--pink);
}

.storyteller-box {
    background: #f1dad9;
    padding: 20px 20px 0;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 500px;
}

.str-img {
    margin-top: 50px;
}

.storyteller-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.storyteller-box:hover:after {
    background: var(--pink1);
    height: 100%;
}

.storyteller-box .st-dt, .str-img {
    position: relative;
    z-index: 99;
}

.st-dt h3 {
    color: var(--pink);
}

.st-dt p {
    font-size: 16px;
    margin-top: 15px;
    display: none;
}

.storyteller-box:hover .st-dt h3,
.storyteller-box:hover .st-dt small,
.storyteller-box:hover .st-dt p {
    color: var(--white);
}

.storyteller-box:hover .st-dt p {
    display: block;
}

.st-dt small {
    line-height: 1;
    display: block;
    margin-top: 5px;
}
/* storyteller css end */


/* campus css start */
.campus-sec {
    text-align: center;
}
.campus-txt-sec {
    display: flex;
    align-items: center;
    align-items: center;
    gap: 30px;
    border: 2px solid var(--pink);
}
.campus-txt {
    width: 75%;
    padding: 0 40px;
}
.cam-vt {
    width: 25%;
    background: var(--pink);
    padding: 30px;
    text-align: center;
}
.cam-vt figure {
    margin-bottom: 30px;
}
.cam-vt img {
    width: 160px;
}
/* campus css end */


/* footer css start */
footer p {
    text-align: center;
    padding-bottom: 30px;
}
/* footer css end */


/* form css */
.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: var(--pink);
    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;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #000000;
    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;
    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(--pink);
}

.topenq .btn:first-child:active {
    background: var(--pink);
    color: #000;
}

.topenq a {
    border: none;
    color: #000000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background: var(--pink);
    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: 20px 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(--yellow);
        padding: 15px;
        transition: all 0.3s ease;
        color: #000;
        border-radius: 0;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}
/* form css end */