html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    font-family: "Lora";
    overflow-x: hidden;
    background-color: #ffe6e1;
}


/*banner-sec css strt here */

.banner-sec {
    background: url(../img/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.logo {
    padding: 20px 50px;
}

.logo img {
    width: 250px;
}

.logo-img {
    width: 100%;
    height: auto;
    padding: 30px 60px;
}

.banner-sec {
    background: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-sec h1 {
    font-size: 64px;
    line-height: 1.1;
    color: #713f2d;
    font-weight: 400;
    font-family: "Lora";
    position: relative;
    padding-bottom: 12px;
    margin-top: 36px;
}


/* .banner-sec h1:before {
    content: " ";
    position: absolute;
    background: #713f2d;
    width: 40%;
    height: 2px;
    left: 0;
    bottom: 0;
} */

.hero-group {
    background: #713f2d;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
}

.banner-sec h1 span {
    font-size: 104px;
    line-height: 1.1;
    font-weight: 500;
}

.banner-sec h4 {
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: "Lora";
    margin: 16px 0 3px;
}

.banner-sec p {
    font-size: 30px;
    line-height: 1.3;
    color: #231f20;
    font-weight: 400;
    max-width: 400px;
    font-family: "Lora";
}

.hero-group p {
    font-size: 32px;
    line-height: 1.1;
    color: #ffffff !important;
    font-weight: bold;
    font-family: "Flama Trial";
    margin: 0;
    display: inline-block;
}


/*diff-things css strt here*/

.diff-things {
    padding: 70px 0;
}

.head-box {
    margin-bottom: 30px;
}

.head-box h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #221f1f;
    font-weight: 400;
    font-family: "Lora";
}

.head-box h2 span {
    font-size: 40px;
    line-height: 1.1;
    color: #221f1f;
    font-weight: 500;
    font-family: "Lora";
}

.head-box p {
    font-size: 28px;
    line-height: 1.2;
    color: #000000;
    font-family: "Flama Trial";
    text-align: center;
}

.diff-things {
    padding: 70px 0 0;
    background: #ffe6e1;
}

.place-dtl {
    margin-top: 30px;
    position: relative;
    padding-bottom: 90px;
}

.place-dtl p {
    font-size: 24px;
    line-height: 1.1;
    color: #221f1f;
    font-family: "Flama Trial";
    position: relative;
    max-width: 260px;
}

.place-dtl h3 {
    font-size: 100px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    color: #713f2d;
    font-family: "Lora";
    margin-top: 24px;
}

.place-dtl p:before {
    content: " ";
    position: absolute;
    bottom: -33px;
    left: 0px;
    width: 110px;
    height: 3px;
    background-color: #713f2d;
}

.girl-img img {
    width: 100%;
}

.diff-right {
    padding-left: 90px;
}

.girl-img {
    margin-top: 30px;
}

.diff-right .row .place-dtl:nth-child(1) {
    margin-left: 50px;
}


/*humanities sec css strt here */

.humanities .container {
    background: #fff2f0;
    padding: 60px 100px;
}

.hum-box h4 {
    font-size: 54px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #eaaca2;
    font-weight: bold;
    font-family: "Flama Trial";
    margin: 0;
    padding: 0;
}

.hum-box p {
    font-size: 24px;
    line-height: 1.1;
    color: #231f20;
    font-weight: 500;
    font-family: "Amplitude";
    margin: 0;
    padding: 0;
    max-width: 230px;
}

.main-hum .head-box {
    margin-bottom: 50px;
}

.main-hum .row>div:not(:last-child) {
    margin-bottom: 70px;
}

.main-hum .row>div:nth-child(1) {
    border-right: 2px dashed #eaaca2;
}

.main-hum .row>div:nth-child(2) {
    border-right: 2px dashed #eaaca2;
}

.main-hum .row>div:nth-child(4) {
    border-right: 2px dashed #eaaca2;
}

.main-hum .row>div:nth-child(5) {
    border-right: 2px dashed #eaaca2;
}

.hum-box {
    padding-left: 30px;
}


/*glimpse css strt here */

.glimpse {
    padding: 60px 0;
}

.glim-box {
    height: 100%;
}

.glim-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.glim-box h4 {
    font-size: 30px;
    line-height: 1.1;
    color: #000000;
    font-weight: bold;
    font-family: "Flama Trial";
    position: relative;
    padding-bottom: 10px;
}

.glim-txt h4:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #e32b2e;
}

.glim-box p {
    font-size: 24px;
    line-height: 1.1;
    color: #000000;
    font-family: "Flama Trial";
    margin-top: 16px;
    max-width: 180px;
}

.glim-txt {
    padding: 30px 20px;
    background: #fff;
    position: relative;
    height: 70%;
}

.glimpse .row .col {
    height: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
}

.major-tabs .nav-pills .nav-link.active {
    background-color: transparent !important;
    border-bottom: 4px solid #713f2d;
    padding-bottom: 20px;
    width: 100%;
}

.major-tabs .nav-pills .nav-link.active::before {
    position: absolute;
    content: " ";
    background: url(../img/majors-beore.webp) no-repeat center / cover;
    background-size: 22px;
    top: -6px;
    left: -64px;
    width: 100%;
    height: 100%;
}

.major-tabs .nav-pills .nav-link::before {
    position: absolute;
    content: " ";
    background: url(../img/majors-beore2.webp) no-repeat center / cover;
    background-size: 22px;
    top: -6px;
    left: -64px;
    width: 100%;
    height: 100%;
}

.major-tabs .nav-item.active img {
    width: 28px;
}

.major-tabs .nav-pills .nav-link {
    font-size: 40px;
    line-height: 1.1;
    color: #713f2d;
    font-weight: bold;
    font-family: "Flama Trial";
}

.major-tabs li.nav-item {
    position: relative;
}

.major-tabs li.nav-item.active {
    border-bottom: 2px solid #713f2d;
    padding-bottom: 30px;
}

.major-tabs .nav {
    justify-content: space-evenly;
}

.tailCon h4 {
    font-size: 32px;
    line-height: 1.1;
    color: #231f20;
    font-weight: 400;
    font-family: "Lora";
    border-bottom: 5px solid #713f2d;
    padding-bottom: 20px;
}

.tailored .row>div {
    margin-top: 60px;
    margin-bottom: 40px;
}

.Specialisation .head-box p {
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-family: "Flama Trial";
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 22px !important;
}


/*who-apply css strt here */

.who-apply {
    padding: 70px 0 0;
}

.apply-box {
    background: #713f2d;
    padding: 40px;
    height: 100%;
}

.apply-box img {
    width: 60px;
}

.apply-box p {
    font-size: 26px;
    line-height: 1.2;
    color: #ffffff;
    font-family: "Flama Trial";
    margin-top: 14px;
}

.light-chocolate {
    background-color: #966759;
}


/*unlock css strt here */

.unlock {
    background: #fff2f0;
    padding: 60px 0;
}

.unlock-box {
    display: flex;
    align-items: end;
    vertical-align: bottom;
}

.unlock-box h3 {
    font-size: 135px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #713f2d;
    font-weight: 400;
    font-family: "Lora";
    padding: 0;
    margin: 0;
}

.unlock-box h3 span {
    font-size: 54px;
}

.unlock-box p {
    font-size: 30px;
    line-height: 1.1;
    color: #000000;
    font-family: "Flama Trial";
    margin-left: 10px;
}

.unlock-box small {
    font-size: 26px;
    line-height: 41px;
    color: #000000;
    font-family: "Flama Trial";
}


/* mentorship section css start */

.mentorship .heading {
    text-align: center;
    padding-bottom: 60px;
}

.mentorship .menCon h4 {
    font-weight: 700;
    padding-top: 0px;
    font-size: 19px;
    line-height: 1.1;
}

.mentorship .menCon p {
    padding-top: 0px;
    font-size: 16px;
    line-height: 1.1;
    color: #000000;
    font-family: "Flama Trial";
    padding: 0;
    margin: 0;
}

.mentorship .heading h2 {
    padding-bottom: 15px;
}

.mentSli .swiper-slide {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
}

.mentSli .swiper-slide .menCon {
    height: 50%;
    border-bottom: 3px solid #713f2d;
    padding-bottom: 15px;
}

.mentSli .swiper-slide .menCon figure {
    background: #fff;
}

.mentorship {
    padding: 80px 0;
}


/* impact section css start */

.impact {
    padding: 60px 0 100px;
}

.hr {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.hr hr {
    width: 90%;
    border-width: 3px;
    border-color: var(--red);
    opacity: 1;
}

.hr figure {
    width: 10%;
}

.impCon {
    display: flex;
}

.impCon figure {
    width: 15%;
}

.impCon .immpa {
    width: 85%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.impCon .immpa p {
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 1.3;
    color: #231f20;
    font-family: "Flama Trial";
}

.impCon .immpa h5 {
    padding-bottom: 0px;
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    color: #713f2d;
    font-weight: bold;
    font-family: "Flama Trial";
}

.impCon .immpa h6 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-family: "Flama Trial";
}

.impact .heading {
    /* padding-bottom: 0px; */
    position: relative;
    bottom: -50px;
}

.impAl {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.impAl .imp:nth-child(2) .immpa {
    padding: 0 30px 0 0;
}

.impSlid .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: -10px;
    right: 80px;
    left: unset;
    width: auto;
}

.yrSlider {
    padding-bottom: 60px;
}

.your {
    padding-top: 60px;
    background: #fff2f0;
}

.your .heading {
    padding-bottom: 50px;
    text-align: center;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #713f2d;
}

.copy-right.text-center {
    padding-bottom: 20px;
    background-color: #fff2f0;
}

.copy-right p {
    font-size: 22px;
    line-height: 26px;
    color: #221f1f;
    font-weight: 400;
    font-family: "Lora";
    text-align: center;
}

.unlock-box h3 {
    font-size: 95px;
}

.unlock-box h3 span {
    font-size: 42px;
}

.unlock-box p {
    font-size: 20px;
}

.glim-box p {
    font-size: 18px;
    line-height: 1.2;
}

.glim-box h4 {
    font-size: 24px;
}

.glim-txt {
    padding: 30px 20px;
    height: 65%;
    margin-bottom: 10px;
}

.Specialisation .head-box p {
    font-size: 20px;
}

.major-tabs .nav-pills .nav-link {
    font-size: 28px;
}

.major-tabs .nav-item img {
    width: 22px;
}

.tailCon h4 {
    font-size: 20px;
}

.tailored .row {
    justify-content: center;
    align-items: center;
    display: flex;
}

.tailored .row>div {
    margin-top: 30px;
    margin-bottom: 0px;
}

.apply-box {
    background: #713f2d;
    padding: 20px;
    height: 100%;
}

.apply-box img {
    width: 35px;
}

.apply-box p {
    font-size: 16px;
    line-height: 1.2;
}


/* form css */

.form-sec {
    position: fixed;
    top: 19%;
    right: 0px;
    width: 360px;
    background: #713f2d;
    padding: 30px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    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: #ffffff;
}

.adm-txt h4 {
    font-size: 23px;
    color: #ffffff;
}

.adm-txt {
    color: #ffffff;
    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 #ffffff;
    /* 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 #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;
    /* 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: #713f2d;
    color: #fff;
    outline: none;
    z-index: 999;
    border-radius: 5px;
}

.topenq a:hover {
    outline: none;
    color: #ffffff;
    background-color: var(--blue);
    border: none;
}

.topenq .btn:first-child:active {
    color: #000;
}

.topenq a {
    border: none;
    color: #ffffff;
    background-color: var(--blue);
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    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;
        margin-top: 14px;
    }
    .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;
        padding: 15px;
        transition: all 0.3s ease;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}


/* img section css */

.card {
    position: relative;
}

.card-ntu p {
    position: absolute;
    bottom: 4%;
    left: 20px;
    color: #fff;
    font-size: 18px;
}

.card {
    position: relative;
}

.card p {
    position: absolute;
    bottom: 4%;
    left: 20px;
    color: #fff;
    font-size: 18px;
}

.card-group {
    gap: 20px;
}

.hero-box img {
    width: 180px;
    aspect-ratio: 3 / 1;
    object-fit: contain;
}

.real-story2 {
    padding: 10px 0 60px 0;
}

@media(max-width:768px) {
    .hero-box {
        margin-bottom: 30px;
    }
    .hero-box img {
        width: 128px;
        aspect-ratio: 3 / 1;
        object-fit: contain;
    }
}

.hero-sec {
    background: #fff2f0;
}

.impact .shvni {
    text-align: right;
}