@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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: 25px;
    line-height: 1.3;
    color: #51504f;
}

span {
    font-weight: bold;
}

:root {
    --yellow: #fccf3f;
    --blue: #0094db;
}

h2 span {
    color: var(--blue);
    font-family: 'Super Sliced';
    font-weight: 100;
}

h2 {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

h1 {
    font-size: 135px;
    padding-bottom: 25px;
    line-height: 1;
    color: #006891;
    font-family: 'Super Sliced';
}

.container {
    max-width: 100%;
    padding: 0 250px;
    position: relative;
}

html,
body {
    font-family: "Montserrat", sans-serif;
}


/* banner section css start */

.banner {
    height: auto;
    padding: 160px 0 0;
    position: relative;
    display: flex;
    align-items: end;
    overflow: hidden;
    background-color: var(--blue);
    background: #0095D9;
    background: linear-gradient(90deg, rgba(0, 149, 217, 1) 0%, rgba(0, 177, 172, 1) 100%);
    color: #fff;
}

.banner .container {
    padding: 0 120px;
}

.banner>figure {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
}

.banner>figure img {
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
}

.logo {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 70px;
    align-items: center;
}

.banner .banAll {
    display: flex;
    align-items: end;
}

.banCon h6 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

body {
    overflow-x: hidden;
}

.bnl .banCon {
    position: absolute;
    left: 0;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0 95px 120px;
    color: #000;
    justify-content: center;
}

.bnl {
    position: relative;
}

.banAll figure:last-child img {
    filter: grayscale(1);
}

.bnl .banCon h2 {
    font-size: 27px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.bnl .banCon h2::after {
    position: absolute;
    left: 0;
    width: 5vw;
    bottom: 0;
    background: var(--blue);
    height: 5px;
    content: "";
}

.bnl a {
    font-size: 60px;
    padding: 30px 0 30px 95px;
    display: block;
    text-decoration: none;
    color: var(--yellow);
    font-family: 'Super Sliced';
}

.banAll figure:last-child {
    margin-left: -430px;
}

.logo img {
    width: 230px;
}


/* banner section css end */


/* tuition section css start */

.tuiCon {
    background: #e4e4e4;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
}

.tuiCon h3 {
    font-size: 120px;
    font-family: 'Super Sliced';
    line-height: 1;
}

.tuiCon h3 span {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
}

.tuiCon h3 small {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}

.tuition .row .col-lg-6:nth-child(4) .tuiCon h3 {
    color: var(--yellow);
}

.tuiCon h5 {
    font-size: 30px;
    font-weight: bold;
}

.tuiCon h6 {
    font-size: 25px;
    font-weight: bold;
}

.tuition .row .col-lg-12:nth-child(1) .tuiCon {
    background: #fff;
    margin-left: auto;
}

.tuition {
    padding-top: 0;
    margin-top: -180px;
    position: relative;
}

.tuition .row .col-lg-12:nth-child(2) .tuiCon {
    margin: auto;
    background: var(--blue);
    color: #fff;
}

.tuition .row .col-lg-6:nth-child(3) .tuiCon {
    margin: auto;
}

.tuition .row .col-lg-6:nth-child(4) .tuiCon {
    margin-left: auto;
    background: #006891;
    color: #fff;
}

.tuition .row .col-lg-12:nth-child(1) {
    padding-right: 90px;
}


/* tuition section css end */


/* engineer section css start */

.engineer {
    text-align: center;
    position: relative;
}

.engineer .heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 70px;
}

.engCon h3 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 15px;
}

.engCon {
    padding-bottom: 60px;
}

.engSlider .item {
    position: relative;
}

.engSlider .engslCon {
    position: absolute;
    bottom: 150px;
    transform: translate(-50%, 0%);
    left: 45%;
    color: #fff;
}

.engSlider .engslCon h4 {
    font-size: 40px;
    color: var(--yellow);
    padding-bottom: 20px;
    font-family: 'Super Sliced';
}

.engSlider {
    height: 800px;
}

.engSlider .engslCon h6 {
    font-size: 25px;
    line-height: 1.4;
}


/* engineer section css end */


/* promise section css start  */

.promise {
    position: relative;
}

.promise .heading {
    padding-bottom: 50px;
    text-align: center;
}

.promise .heading h2 {
    padding-bottom: 10px;
}

.proCon h3 {
    font-size: 120px;
    font-family: 'Super Sliced';
    font-weight: bold;
    line-height: 1;
    color: var(--blue);
}

.proCon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.proCon h4 {
    font-size: 37px;
    font-weight: bold;
}

.proCon h3 span {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding-left: 10px;
}

.proCon h3 small {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}


/* promise section css end  */


/* belong section css start */

.belong {
    padding-bottom: 0;
}

.belong .heading {
    text-align: center;
    padding-bottom: 50px;
}

.beSlider .item figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 300px;
}

.beSlider .item figure {
    text-align: center;
}

.swiper-pagination-bullet {
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.beSlider {
    padding-bottom: 50px;
}


/* belong section css end */


/* stay section css start */

.stay {
    position: relative;
}

.stay::after {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    height: 73%;
    background-color: var(--blue);
    background: #0095D9;
    background: linear-gradient(90deg, rgba(0, 149, 217, 1) 0%, rgba(0, 177, 172, 1) 100%);
}

.stay .heading h2,
.stay .heading h2 span {
    color: #fff;
}

.stay .heading h2 span {
    font-weight: 100;
}

.stay .heading {
    text-align: center;
    padding-bottom: 50px;
}

.staySlider .item .styCon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    color: #ffffff;
    padding: 0 50px;
    transition: all 0.5s;
}

.staySlider .item {
    position: relative;
}

.staySlider .item>figure img {
    width: 100%;
}

.staySlider .item .styCon figure {
    /* min-height: 100px; */
    padding-bottom: 20px;
}

.staySlider .item .styCon h5 {
    font-size: 25px;
}

.staySlider .item>figure {
    scale: 0;
    transition: all 0.5s;
    margin-top: 50px;
}

.staySlider .swiper-slide-active .item>figure {
    scale: 1;
    box-shadow: 0px 0px 40px 0px #0000008a;
}

.staySlider .swiper-slide-active .item .styCon {
    color: #fff;
    top: unset;
    bottom: 50px;
    transform: translate(0, 0);
}

.staySlider {
    padding-bottom: 60px;
}


/* stay section css end */


/* global section css start */

.global .heading {
    text-align: center;
    padding-bottom: 30px;
}

.global .heading h2 {
    padding-bottom: 20px;
}

.gloSlider .item figure:nth-child(1) {
    box-shadow: 0px 0px 40px 0px #00000059;
    margin: 40px;
}

.gloSlider .item figure {
    margin: 0 40px;
    position: relative;
}

.gloSlider .item figure:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    background: var(--blue);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.gloSlider .item figure:nth-child(2) img {
    aspect-ratio: 2/1;
    object-fit: contain;
}

.gloSlider .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 170px;
}


/* global section css end */


/* scholarship section start */

.scholarship .heading {
    padding-bottom: 20px;
}

.scholarship {
    padding-bottom: 0;
}

.scholarship ul {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.scholarship ul li {
    font-size: 31px;
    font-weight: bold;
    color: #000;
}


/* scholarship section end */


/* excellence section css start */

.excellence {
    background-color: var(--blue);
    background: #0095D9;
    background: linear-gradient(90deg, rgba(0, 149, 217, 1) 0%, rgba(0, 177, 172, 1) 100%);
}

.excellence .heading {
    text-align: center;
    padding-bottom: 50px;
}

.excellence .heading h2,
.excellence .heading h2 span {
    color: #fff;
}

.staySlider .swiper-pagination {
    bottom: unset;
    top: -10px;
}

.exSlider .item figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 260px;
}

.exSlider .item .exCon p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.exSlider .item figure {
    text-align: center;
    padding-bottom: 20px;
}

footer {
    padding: 50px 0;
}

.engSlider .swiper-pagination {
    left: unset;
    right: 200px;
    transform: translate(0%, -50%);
}

.engSlider .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
}

.engSlider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.engSlider .swiper-pagination {
    right: 90px;
}


/* excellence section css end */


/* 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: #000000;
    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: "";
    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% !important;
        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(--yellow);
        padding: 15px;
        transition: all 0.3s ease;
        color: #000000;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}


/* timelines css start */

.tuition::after {
    content: "";
    position: absolute;
    right: 80px;
    width: 40vw;
    height: 2px;
    background: #b5b5b5;
    top: 280px;
    z-index: -1;
}

.tuition::before {
    content: "";
    position: absolute;
    right: 76px;
    width: 10px;
    height: 114px;
    background: #b5b5b5;
    top: 70%;
    border-radius: 20px;
    transform: translate(0, -50%);
}

.tuition .container::before {
    content: "";
    position: absolute;
    right: 80px;
    width: 2px;
    height: calc(100% -280px);
    background: #b5b5b5;
    top: 280px;
    height: calc(100% - 280px);
}

.engineer::after {
    content: "";
    position: absolute;
    right: 124px;
    width: 2px;
    height: 98%;
    background: #b5b5b5;
    top: -18px;
    z-index: -1;
}

.engineer>figure.bor {
    content: "";
    position: absolute;
    right: 76px;
    top: -63px;
}

.engineer::before {
    content: "";
    position: absolute;
    right: 119px;
    width: 10px;
    height: 114px;
    background: #b5b5b5;
    top: 70%;
    border-radius: 20px;
    transform: translate(0, -50%);
}

figure.bol {
    position: absolute;
    right: 76px;
    bottom: 0;
}

.promise::after {
    content: "";
    position: absolute;
    right: 80px;
    width: 2px;
    background: #b5b5b5;
    top: -5px;
    height: 100%;
}

.promise::before {
    content: "";
    position: absolute;
    right: 80px;
    width: calc(100% - 180px);
    height: 2px;
    background: #b5b5b5;
    bottom: 4px;
    z-index: -1;
}

.promise .container::after {
    content: "";
    position: absolute;
    right: 25%;
    width: 114px;
    height: 10px;
    background: #b5b5b5;
    bottom: -59px;
    border-radius: 20px;
}

.promise .container::before {
    content: "";
    position: absolute;
    left: 90px;
    width: 10px;
    height: 10px;
    background: #b5b5b5;
    bottom: -59px;
    border-radius: 50%;
}

.belong,
.stay,
.global,
.scholarship {
    position: relative;
}

.belong::after {
    content: "";
    position: absolute;
    left: 94px;
    width: 2px;
    height: 100%;
    background: #b5b5b5;
    top: -3px;
}

.stay::before {
    content: "";
    position: absolute;
    left: 94px;
    width: 2px;
    height: 80%;
    background: #b5b5b5;
    top: -3px;
}

.stay .container::after {
    content: "";
    position: absolute;
    left: 90px;
    width: 10px;
    height: 114px;
    background: #b5b5b5;
    top: 0%;
    border-radius: 20px;
}

.stay .container::before {
    content: "";
    position: absolute;
    left: 94px;
    width: calc(100% - 220px);
    height: 2px;
    background: #b5b5b5;
    bottom: 128px;
    z-index: -1;
}

.stay .dot {
    background: #b5b5b5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 90px;
    bottom: 184px;
}

.stay .botL {
    position: absolute;
    right: 25%;
    width: 114px;
    height: 10px;
    background: #b5b5b5;
    bottom: 184px;
    border-radius: 20px;
}

.global::before {
    content: "";
    position: absolute;
    right: 124px;
    width: 2px;
    height: 48%;
    background: #b5b5b5;
    top: -190px;
    z-index: -1;
}

.global::after {
    content: "";
    position: absolute;
    right: 80px;
    width: 2px;
    height: calc(50% + 168px);
    background: #b5b5b5;
    top: 350px;
    z-index: -1;
}

.global .container::after {
    content: "";
    position: absolute;
    right: 75px;
    width: 10px;
    height: 114px;
    background: #b5b5b5;
    top: 50%;
    border-radius: 20px;
}

figure.bolSec {
    position: absolute;
    right: 76px;
    top: 300px;
}

.scholarship::before {
    content: "";
    position: absolute;
    right: 80px;
    width: calc(100% - 174px);
    height: 2px;
    background: #b5b5b5;
    top: -1px;
    z-index: -1;
}

.scholarship .container::after {
    content: "";
    position: absolute;
    left: 35%;
    width: 114px;
    height: 10px;
    background: #b5b5b5;
    top: -5px;
    border-radius: 20px;
    transform: translate(-50%, 0);
}

.scholarship .container::after {
    content: "";
    position: absolute;
    left: 90px;
    width: 10px;
    height: 10px;
    background: #b5b5b5;
    top: -65px;
    border-radius: 50%;
}

.excellence,
footer {
    position: relative;
}

.scholarship::after,
.excellence::after {
    content: "";
    position: absolute;
    left: 90px;
    width: 2px;
    height: 123%;
    background: #b5b5b5;
    top: -4px;
    z-index: -1;
}

.excellence::after {
    z-index: 1 !important;
}

.excellence::before {
    content: "";
    position: absolute;
    left: 86px;
    width: 10px;
    height: 114px;
    background: #b5b5b5;
    top: 50%;
    border-radius: 20px;
}

footer::after {
    content: "";
    position: absolute;
    left: 70%;
    width: 114px;
    height: 10px;
    background: #b5b5b5;
    bottom: 16px;
    border-radius: 20px;
    transform: translate(-50%, 0%);
}

footer p::before {
    content: "";
    position: absolute;
    right: 335px;
    width: 20px;
    height: 20px;
    background: #b5b5b5;
    bottom: 12px;
    border-radius: 50%;
}

footer::before {
    content: "";
    position: absolute;
    left: 90px;
    width: calc(100% - 435px);
    height: 2px;
    background: #b5b5b5;
    bottom: 20px;
    z-index: -1;
}


/* timelines css end */