* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
figure {
    margin: 0;
}

h1 {
    font-size: 250px;
    font-family: "Anton", sans-serif;
    font-weight: 900;
    color: #0296d7;
    letter-spacing: 4px;
}

h2 {
    font-size: 50px;
    font-weight: 700;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

p {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
}

a {
    text-decoration: none;
}

section {
    padding: 50px 0;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #000;
}


/* header css start */

header {
    position: relative;
    height: calc(100vh - 61px);
    background: #ececec;
}

.logo-sec {
    position: absolute;
    left: 30px;
    top: 30px;
}

.banner,
.banner figure,
.banner figure img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}


/* header css end */


/* course css start */

.course {
    position: relative;
    padding: 0;
    margin-top: -20px;
    z-index: 99;
}

.course-sec ul {
    list-style: none;
    display: flex;
    justify-content: center;
    background: #ffcb09;
    font-size: 35px;
    font-weight: 700;
    padding: 30px 30px;
}

.course-sec li {
    border-right: 3px solid #221f1f;
    line-height: 1;
    padding: 0 35px;
}

.course-sec li:first-child {
    padding-left: 0;
}

.course-sec li:last-child {
    border-right: 0;
    padding-right: 0;
}

.course-slider {
    display: none;
}


/* course css end */


/* srm-txt css start */

.srm-txt,
.designed,
.university {
    position: relative;
}

.box-img {
    position: absolute;
    top: -85px;
    left: 0;
}

.box-img1 {
    position: absolute;
    top: -130px;
    right: 0;
}

.srm-txt-sec {
    text-align: center;
    padding: 50px 80px 0;
}


/* srm-txt css end */


/* designed css start */

.designed-sec h2,
.university-sec h2,
.campus-sec h2,
.research-sec h2,
.pitch-sec h2,
.connect-txt h2,
.community-sec h2,
.excelllence-sec h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.designed-sec h2,
.designed-txt h3 {
    color: #000;
    font-weight: 700;
}

.designed-txt h3 {
    margin-bottom: 15px;
    font-size: 70px;
}

.designed-sec h2 span,
.university-sec h2 span,
.campus-sec h2 span,
.research-sec h2 span,
.pitch-sec h2 span,
.connect-txt h2 span,
.community-sec h2 span,
.excelllence-sec h2 span {
    color: #0296d7;
}

.designed-slider {
    background: #b6eaff;
    padding: 40px;
    text-align: center;
}

.designed-slider .slick-dots {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.designed-slider .slick-dots .slick-active {
    background: transparent;
    border: 1px solid #231f20;
    padding: 5px;
    border-radius: 50%;
}

.designed-slider .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background: #a5a7aa;
    border: 1px solid #a5a7aa;
}

.designed-slider .slick-dots .slick-active button {
    background: #231f20;
    border: 1px solid #231f20;
}


/* designed css end */


/* university css start */

.university:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 50%;
    border: 2px solid #ffd63c;
    border-left: 0;
    top: 80px;
}

.university-box-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    z-index: 9;
}

.university-sec h2,
.campus-sec h2 {
    border: 3px solid #3fafe1;
    margin: 0 auto 50px;
    width: fit-content;
    padding: 50px 70px 30px 20px;
}

.university-box figure,
.community {
    position: relative;
}

.university-box-sec .slick-track {
    padding: 30px 0;
}

.university-box-sec .slick-slide {
    padding: 0 30px;
}

.university-box figure::after {
    content: '';
    position: absolute;
    background: rgba(60, 61, 61, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.university-box figcaption {
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 9;
    padding: 0 20px;
}

.university-box h4 {
    font-size: 23px;
    line-height: 1;
    font-weight: 600;
}

.university-box figcaption ul {
    padding: 17px;
}


/* .university-box figure:hover figcaption ul {
    display: block;
    cursor: pointer;
    padding-left: 20px;
    margin-top: 10px;
    transition: all 0.3s;
} */


/* .university-box figure:hover {
    scale: 1.2;
    transition: all 0.3s;
} */


/* university css end */


/* campus css start */

.campus {
    background: #caf1ff;
}

.campus-sec h2 {
    border: 3px solid #cacb41;
    padding: 30px 50px;
}

.campus-txt-sec {
    background: url(../images/campus-bckgrnd.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.campus-txt {
    flex-basis: 30%;
    margin-bottom: 40px;
}

.campus-txt h4 {
    font-size: 70px;
    font-weight: 700;
}

.campus-txt:nth-of-type(4),
.campus-txt:nth-of-type(5),
.campus-txt:nth-of-type(6) {
    margin-bottom: 0;
}

.campus-txt .top {
    display: flex;
    justify-content: center;
    align-items: end;
}

.campus p,
.research-sec p {
    text-align: center;
}

.campus-txt span {
    font-size: 45px;
    font-weight: 700;
}


/* campus css end */


/* research css start */

.research-sec {
    padding: 30px 20px;
    border: 2px solid #4bb4e3;
    border-bottom: 0;
    margin: 0 50px;
}

.research-txt p {
    background: #e4e5e6;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
}

.research-txt p:hover {
    background: #b6eaff;
    font-weight: 700;
}


/* research css end */


/* start-up css start */

.pitch {
    padding: 50px 0;
    position: relative;
}

.pitch-txt h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.pitch-box {
    display: flex !important;
}

.pitch-box h4 {
    background: #cecece;
    text-align: center;
    font-size: 23px;
    padding: 20px;
    width: 290px;
    height: 380px;
    align-content: center;
    position: relative;
    left: 60px;
    top: 80px;
}

.pitch-slider .pitch-img figure img {
    width: 1000px;
}

.slider__counter {
    position: absolute;
    top: 100px;
    left: 90px;
}

.pitch-arrows {
    display: flex;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    cursor: pointer;
}

.pitch-arrows #prev,
.pitch-arrows #next {
    position: absolute;
    background: #fff;
    border: 1px solid #cecece;
    box-shadow: 5px 0px 4px #dbdbdb;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
}

.pitch-arrows #prev {
    left: 15%;
}

.pitch-arrows #next {
    right: 20%;
}


/* pitch css end */


/* connect css start */

.connect {
    padding: 50px 0;
    position: relative;
    z-index: 9;
}

.connect-box {
    border: 1px solid #cecece;
    box-shadow: 5px 5px 10px #e2e2e2;
    text-align: center;
    background: #fff;
}

.connect-box h5 {
    font-size: 22px;
    background: #ffcb09;
    padding: 15px;
    font-weight: 700;
}

.connect-box p {
    margin-top: 30px;
}

.connect-slider {
    padding: 20px 30px;
    margin: 20px 0;
}

.connect-img img {
    width: 200px;
    height: 70px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    text-align: center;
}

.connect-slider .slick-dots {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.connect-slider .slick-dots .slick-active {
    background: transparent;
    border: 1px solid #231f20;
    padding: 5px;
    border-radius: 50%;
}

.connect-slider .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background: #a5a7aa;
    border: 1px solid #a5a7aa;
}

.connect-slider .slick-dots .slick-active button {
    background: #231f20;
    border: 1px solid #231f20;
}


/* connect css end */


/* community css start */

.community-slider {
    background: #f1f2f2;
}


/* .community-slider .slick-slide {
    padding: 0 10px;
} */

.comm-img.com-1 figure,
.comm-img.com-4 figure,
.comm-img.com-7 figure {
    width: 270px;
}

.comm-img.com-2 figure,
.comm-img.com-5 figure,
.comm-img.com-6 figure {
    width: 200px;
}

.comm-img.com-3 figure,
.comm-img.com-8 figure {
    width: 240px;
}

.comm-img.com-1 img,
.comm-img.com-2 img,
.comm-img.com-3 img,
.comm-img.com-4 img,
.comm-img.com-5 img,
.comm-img.com-6 img,
.comm-img.com-7 img,
.comm-img.com-8 img {
    width: 100%;
}

.comm-img.com-2 {
    padding-left: 20px;
}

.com-box {
    position: absolute;
    top: -190px;
}

.comm-img.com-1 figure {
    position: absolute;
    top: 20%;
}

.comm-img.com-2,
.comm-img.com-4 {
    margin: 40px 0;
}

.comm-img.com-3,
.comm-img.com-5 {
    margin-bottom: 10px;
}

.comm-img.com-5 figure {
    position: relative;
    left: 50%;
    bottom: 20px;
}

.comm-img.com-6 {
    padding-top: 80px;
    padding-left: 70px;
}

.comm-img.com-8 {
    position: relative;
    right: 20%;
    bottom: -30px;
}


/* community css end */


/* excellence section start */

.excellence {
    position: relative;
}

.excellence-box {
    position: absolute;
    right: 0;
    top: -150px;
    z-index: -1;
}

.excellence-slider,
.excell figure img {
    text-align: center;
    margin: auto;
}

.excell figure {
    padding-top: 20px;
    margin-bottom: 20px;
}

.excell p {
    font-size: 22px;
}


/* excellence section end */


/* footer section start */

footer {
    padding: 30px;
}

footer h5 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}


/* footer section start */


/* form css */

.form-sec {
    position: fixed;
    top: 20%;
    right: 0px;
    width: 320px;
    background: #b3b5b8;
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
    height: 450px;
}

.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: 21px;
    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 #fff;
    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 #ffffff;
    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: #ffffff;
    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: 40%;
    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: #fff; */
    border: none;
    /* background: #b3b5b8; */
}

.topenq a {
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #0296d7;
    text-decoration: none;
}

.error {
    color: #000000;
    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;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 400px;
    }
    .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: #b3b5b8;
        padding: 15px;
        transition: all 0.3s ease;
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}


/* form css end */