* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
figure,
ul,
li {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 150px;
    font-weight: 700;
    display: flex;
    margin-bottom: 20px;
}

h2 {
    font-size: 55px;
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

h3 {
    font-size: 40px;
}

p,
.innovation-sec li,
.scholar-txt li {
    font-size: 23px;
    line-height: 1.2;
}

a {
    text-decoration: none;
}

body {
    font-family: "Montserrat", sans-serif;
}

section {
    padding: 80px 0;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

:root {
    --yellow: #ffca09;
    --blue: #80e7ff;
    --lightblue: #c2f6ff;
    --black: #231f20;
    --white: #fff;
    --gray: #dbdbdb;
}


/* header section start */

header {
    padding: 30px 40px;
}

.banner-sec {
    display: flex;
    align-items: center;
    background: url(../images/banner-bckgrnd.png) center center no-repeat;
    background-size: cover;
    margin: 30px 30px 0;
    height: 740px;
}

.btech span {
    opacity: 0;
    transform: translateX(-150px) rotateY(90deg);
    display: inline-block;
}

.banner-hd h3 {
    font-weight: 600;
}

.banner-txt {
    margin-top: 40px;
}

.banner-txt h4,
.banner-txt a {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-txt h4 {
    border-top: 2px solid #131d20;
    border-bottom: 2px solid #131d20;
    width: fit-content;
    padding: 10px 0;
    margin-bottom: 30px;
}

.banner-txt a {
    background: var(--yellow);
    padding: 5px 10px;
    display: inline-block;
    color: var(--black);
}

.banner-img img {
    height: 830px;
}

.m-banner {
    display: none;
}


/* header section end */


/* collaboration css start */

.collaboration-sec,
.degree-txt-sec {
    display: flex;
    justify-content: center;
}

.coll-sec,
.degree-txt {
    background: var(--blue);
    border-radius: 100px 0 0 400px;
    padding: 30px 120px;
    text-align: center;
}

.coll-sec:nth-child(2),
.degree-txt:nth-child(2) {
    background: var(--yellow);
    border-radius: 0;
}

.coll-sec:nth-child(3) {
    border-radius: 0 400px 100px 0;
}

.coll-sec h4 {
    font-size: 30px;
}


/* collaboration css end */


/* specialisation css start */

.specialisation-box {
    position: relative;
    padding: 30px 40px;
}

.specialisation-box-bg {
    position: absolute;
    background: url(../images/bl-cu.png) no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.specialisation-box-bg.bg-right {
    width: 100%;
    height: 65%;
    left: 0;
    top: 0;
}

.spec-txt {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.spec-txt p {
    width: 70%;
    padding-left: 100px;
}

.specialisation-slider {
    padding-left: 10px;
}

.specialisation-slider .slick-list {
    padding: 50px 0 50px 10px;
}

.specialisation-slider .slick-slide {
    padding: 0 10px;
    scale: 0.9;
    transition: all 0.3s ease;
}

.specialisation-slider .slick-current {
    scale: 1.1;
}

.specialisation-slider .slick-current>div {
    margin-right: 20px;
}

.spec-box {
    border-radius: 20px;
    padding: 20px;
    min-height: 470px;
    background: var(--yellow);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.spec-box figure img {
    width: 100%;
    border-radius: 20px;
}

.spec-box h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.spec-box p {
    margin: 15px 0 30px;
}


/* specialisation css end */


/* placement css start */

.placement {
    background: url(../images/placement-bckgrnd.png) no-repeat;
    background-size: cover;
}


/* .placement-box-sec,  */

.top,
.recruiter-sec,
.oppo {
    display: flex;
}


/* .placement-box-sec {
    gap: 50px;
} */

.placement-box {
    border: 2px solid var(--yellow);
    border-radius: 20px 80px;
    padding: 80px 0;
    flex: 1;
    /* align-content: center; */
    justify-items: center;
}

.top h4,
.top span {
    font-family: "Poppins";
    font-weight: 700;
}

.top h4,
.top span.kl {
    font-size: 80px;
    line-height: 1;
}

.top span {
    align-content: end;
    font-size: 45px;
    line-height: 1.1;
}

.top span.lpa {
    transform: rotate(270deg);
    font-size: 30px;
    margin-left: -40px;
}

.placement-box p {
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.animation-bText img,
.specialisation-sec img,
.placement-sec img,
.opportunity-sec img {
    width: 450px;
}

.innovation-sec img {
    width: 400px;
}

.scholarship-sec h2 img {
    width: 500px;
}

.degree-sec img {
    width: 300px;
}

.placement-sec span,
.innovation-sec span {
    vertical-align: bottom;
}


/* .placement-box:nth-of-type(2),
.placement-box:nth-of-type(4) {
    position: relative;
    top: 60px;
} */

.recruiter-sec {
    margin-top: 120px;
    align-items: center;
}

.recruiter-sec h3 {
    width: 20%;
    font-weight: 600;
}

.recruiter-slider {
    background: var(--lightblue);
    padding: 30px 40px;
    border-radius: 50px 100px;
    width: 80%;
}


/* .recruiter-slider .slick-slide {
    padding: 0 30px;
} */

.recruiter-slider .slick-dots {
    padding-right: 70px;
    margin-top: 20px;
}

.recruiter-slider .slick-dots,
.degree-slider .slick-dots,
.specialisation-slider .slick-dots {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.degree-slider .slick-dots,
.specialisation-slider .slick-dots {
    justify-content: center;
    margin-top: -20px;
}

.degree-slider .slick-dots {
    margin-top: 30px;
}

.recruiter-slider .slick-dots li,
.degree-slider .slick-dots li,
.specialisation-box .slick-dots li {
    font-size: 0;
}

.recruiter-slider .slick-dots li button,
.degree-slider .slick-dots li button,
.specialisation-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gray);
    border: 1px solid var(--gray);
}

.recruiter-slider .slick-dots li.slick-active button,
.degree-slider .slick-dots li.slick-active button,
.specialisation-slider .slick-dots li.slick-active button {
    background: var(--yellow);
    border: 1px solid var(--yellow);
}


/* placement css end */


/* opportunity css start */

.opportunity-sec p,
.kdiff h3,
.scholarship-sec p {
    text-align: center;
}

.oppo {
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
}

.kdiff h3 {
    margin: 60px 0;
    font-weight: 700;
}

.opp-img,
.opp-txt {
    width: 18%;
}

.oppo:last-child {
    gap: 0px;
    margin-top: 30px;
}

.opp-mb-sec {
    display: none;
}


/* opportunity css end */


/* degree css start */

.degree-txt p {
    font-size: 25px;
    font-weight: 600;
}

.degree-txt {
    border-radius: 20px 0 0 20px;
    margin: 0 -10px;
}

.degree-txt:nth-child(2) {
    border-radius: 20px;
    position: relative;
}

.degree-txt:nth-child(3) {
    border-radius: 0 20px 20px 0;
    align-content: center;
}

.degree-slider {
    border: 2px solid #828081;
    border-top: 0;
    padding: 50px 30px 30px;
    margin: 0 120px;
    border-radius: 0 0 20px 20px;
}

.degree-slider .degree-img {
    margin: 0 auto;
}


/* degree css end */


/* innovation css start */

.innovation {
    background: url(../images/innovation.jpg) no-repeat;
    background-size: cover;
    color: var(--white);
    height: 850px;
}

.innovation-sec {
    margin-top: 100px;
}

.innovation-sec h2 {
    text-align: left;
    margin-bottom: 10px;
}

.innovation-sec h5 {
    font-size: 25px;
}

.innovation-sec ul {
    margin-left: 20px;
    padding: 50px 0;
}

.innovation-sec li {
    margin-bottom: 5px;
}

.innovation-sec li:last-child {
    margin-bottom: 0;
}

.innovation-sec p {
    border-top: 2px solid var(--white);
    width: fit-content;
    padding-top: 20px;
}


/* innovation css end */


/* scholarship css start */

.scholarship-tab-btn {
    margin-top: 50px;
}

.scholarship-tab-btn ul {
    gap: 45px;
}

.scholarship-tab-btn li {
    width: 31%;
}

.scholarship-tab-btn li .nav-link {
    background: var(--blue);
    text-align: center;
    padding: 20px;
    color: var(--black);
    width: 100%;
    border-radius: 20px 60px;
    font-size: 26px;
    line-height: 1.2;
    min-height: 135px;
    font-weight: 600;
}

.scholarship-tab-btn li .nav-link.active {
    background: var(--yellow);
    color: var(--black);
}

.scholarship-txt-sec {
    border: 2px solid var(--yellow);
}

.scholar-txt {
    padding: 35px 50px;
    margin-left: 30px;
}

.scholar-txt li {
    margin-bottom: 15px;
    line-height: inherit;
}

.scholar-txt li:last-child {
    margin-bottom: 0;
}


/* scholarship css end */


/* excellence css start */

.excell-sec figure img,
.excell-sec p,
.recruiter-img figure img,
.degree-img figure img,
footer p {
    margin: 0 auto;
    text-align: center;
}

.excell-sec p {
    margin-top: 20px;
}


/* excellence css end */


/* footer css start */

footer p {
    font-weight: 700;
    margin-bottom: 30px;
}


/* footer css end */


/* form css */

.form-sec {
    position: fixed;
    top: 20%;
    right: 0px;
    width: 320px;
    background: #b2b4b7;
    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;
    border: none;
    background-color: var(--yellow);
    color: #000;
}

.topenq a {
    border: none;
    color: #000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--yellow);
    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: 0;
        margin-bottom: 1rem;
        height: 600px;
    }
    .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;
    }
    .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: rgb(0, 0, 0);
        font-size: 16px;
        text-decoration: none;
        border-radius: 0;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}


/* form css end */