@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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;
}

section {
    padding: 60px 0;
}

.banner-txt {
    background: #070606c7;
    padding: 25px;
    width: fit-content;
    font-weight: bold;
}

.banner-txt p {
    font-weight: bold;
}

.banner-txt p span {
    margin-right: 5px;
}

.redBox p {
    font-size: 20px;
    margin-bottom: 7px;
}

h2 {
    font-size: 60px;
}

h2 span {
    font-weight: bold;
    color: var(--red);
}

p,
li {
    font-size: 25px;
}


html,
body {
    font-family: "Poppins", serif;
}

.container {
    max-width: 100%;
    padding: 0 100px;
}

:root {
    --red: #e31937;
    --white: #fff
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.ttf');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.ttf')
}

@font-face {
    font-family: 'GothamMediumItalic';
    src: url('../fonts/GothamMediumItalic.ttf')
}



@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.ttf');
}


/* banner section css start */
.banner {
    background-image: url(../img/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 150px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
}

.banner-con {
    color: #fff;
}

.here .heading h2 span:first-child {
    background: #ffffff;
    color: #000;
    padding: 10px 15px 10px;
}

.here .heading h2 {
    text-transform: uppercase;
}

.here .heading h2 span:last-child {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 3px 0 8px;
}

.banner-con h4 {
    /* max-width: 900px;
    background: #00000099;
    padding: 20px;
    color: #fff; */
    margin-top: 30px;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 26px;
}

header {
    height: 150px;
    display: flex;
    align-items: center;
    padding-right: 50px;
    justify-content: end;
}

header .logo img {
    width: 300px;
}

.banner-con h1 span {
    color: var(--red);
    font-size: 60px;
}

.gloCon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
}

.banner-con h1 {
    font-size: 51px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
}

h4 {
    font-size: 35px;
    padding-bottom: 10px;
}

h3 {
    font-size: 40px;
    color: var(--red);
    font-weight: bold;
}



.banner-con a:hover {
    background-color: transparent;
    color: #000;
}

.banner-con a {
    background-color: var(--red);
    padding: 15px 35px;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid var(--red);
    transition: all 0.5s;
}

.tab-content>.active {
    padding: 10px;
}

.highCon {
    background-color: #e31937;
    padding: 20px;
    margin: auto 70px;
    box-shadow: 2px 9px 25px 2px #dbdbdb9e;
}

.highCon h3 {
    color: #fff;
}

.highCon h6 {
    color: #fff;
}

section.high {
    margin-top: -30px;
    padding-top: 0;
    position: relative;
}

.highCon .hiCon {
    text-align: center;
}

.highCon .hiCon h6 {
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

/* .highCon .hiCon h3{
    color: #fff;
} */

.admi-btn {
    margin: 20px 0;
}

.banner-txt p {
    font-size: 22px;
    line-height: 1.5;
}

/* banner section css end */

/* whatever section css start */
.whatever .heading {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding-bottom: 50px;
}

.redBox ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 0;
}

.redBox small {
    /* padding-left: 31px; */
    padding-top: 15px;
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
}

ul.cr-txt {
    gap: 0;
}

.whatever .nav {
    align-items: start;
}

.whatever .nav .nav-link {
    border-bottom: 2px solid var(--red);
    border-radius: 0;
    padding: 0 0 10px;
    margin-bottom: 15px;
    color: #000;
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
}

.whatever .nav .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.whatever .nav .nav-link.active {
    background: transparent;
    color: var(--red);
}

.redBox {
    background-color: var(--red);
    height: 100%;
    padding: 50px;
    color: #fff;
    position: relative;
}

.whatever .nav .nav-link:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
}

.crse-sec {
    display: flex;
    gap: 20px;
}

.cr-txt {
    flex: 1;
}

.red-acc-sec {
    display: none;
}
/* whatever section css end */


/* here section start */
.here span {
    color: #fff;
}

.hre h5 {
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--red);
}

.hre p {
    font-size: 20px;
    padding: 0 30px;
}

.hre {
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 80px;
    border-bottom: 7px solid #e6e7e8;
    transition: all 0.5s;
}

.hreSlider .swiper-slide:nth-child(even) .hre {
    margin-top: 80px;
}

.hreSlider .swiper-slide:nth-child(even) .hre:hover {
    margin-top: 90px;
}

.hreSlider .swiper-slide .hre:hover {
    margin-top: 10px;
}

section.hereCon {
    padding-top: 0;
    margin-top: -180px;
}

section.here {
    background-color: var(--red);
    color: #fff;
    padding-bottom: 245px;
}


.here .heading {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

/* .hre::after {
    content: "";
    position: absolute;
    right: -7px;
    background-color: #e6e7e8;
    width: 7px;
    height: 100%;
    bottom: 0;
} */

.hreSlider .swiper-wrapper {
    display: flex;
}

/* here section end */

/* global section css start */
.global .heading h5 {
    padding-bottom: 20px;
}
.global .heading h5 {
    font-size: 28px;
    padding: 20px 0 10px;
    font-weight: bold;
}

.gloCon {
    position: relative;
}

.gloCon figure:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}

.gloCon figure:first-child img {
    width: 100%;
}

.gloSlider {
    margin-top: 50px;
    padding-bottom: 60px;
}


.gloSlider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.lisCon .swiper-pagination-clickable .swiper-pagination-bullet-active,
.weekCon1 .swiper-pagination-clickable .swiper-pagination-bullet-active,
.hreSlider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.cut .swiper-pagination-clickable .swiper-pagination-bullet-active,
.meetSlider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: var(--red) !important;
}

.gloSlider .swiper-pagination-clickable .swiper-pagination-bullet,
.lisCon .swiper-pagination-clickable .swiper-pagination-bullet,
.weekCon1 .swiper-pagination-clickable .swiper-pagination-bullet,
.hreSlider .swiper-pagination-clickable .swiper-pagination-bullet,
.cut .swiper-pagination-clickable .swiper-pagination-bullet,
.meetSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--red);
    opacity: 1;
}


.weekCon1 .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.weekCon1 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 94%;
    bottom: 0;
}

.hreSlider .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.hreSlider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.lisCon .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.hreSlider {
    padding-bottom: 30px;
}

section.week .weekCon1 .weekSlider {
    padding-bottom: 40px;
}

.whrSlider .swiper-pagination-clickable .swiper-pagination-bullet,
.FacultySlider .swiper-pagination-clickable .swiper-pagination-bullet,
.interSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid white;
    opacity: 1;

}

.whrSlider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.FacultySlider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.interSlider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: white;
}

section.whre {
    background-color: var(--red);
    color: #fff;
}

section.whre .heading h2 span {
    color: #fff;
}

section.whre .heading {
    padding-bottom: 50px;
}



.whrE p {
    padding-bottom: 20px;
}

.whrE ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 24px;
}

.whrSlider .swiper-pagination-bullets {
    left: 94% !important;
}

.whrSlider figure img {
    width: 100%;
}

.whre .row {
    --bs-gutter-x: 85px;
    padding-left: 120px;
}

/* global section css end */


/* work section css start */
.work .heading h2 {
    padding-bottom: 30px;
}

.work .row {
    margin-top: 70px;
    --bs-gutter-x: 110px;
}

.pack {
    border: 2px solid #d4d6d7;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px 0;

}

.pack .packCon:hover h3,
.pack .packCon:hover p {
    scale: 1.1;
}

.pack .packCon h3,
.pack .packCon p {
    transition: all 0.5s;
}

.pack .packCon {
    width: 50%;
}

.pack .packCon p {
    font-weight: 500;
    font-style: italic;
}

.pack .packCon h3 {
    font-size: 60px;
}

.wLogo {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.wLogo figure:hover img {
    scale: 1.1;
}

.wLogo figure img {
    transition: all 0.5s;
}

.wLogo figure {
    /* border: 2px solid red; */
    width: 23%;
    box-shadow: 0px 1px 3px 2px #00000070;
    background: #ffffff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.meCon h6 {
    font-size: 34px;
    font-weight: bold;
}


.meCon figure img {
    width: 100%;
}

.meCon figcaption {
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #0000003b;
}

.meetSlider {
    padding-bottom: 10px;
    padding: 10px;
}

/* work section css end */


/* faculty section start */

.Faculty {
    background-color: var(--red);
    color: #fff;
}

.Faculty .heading span {
    color: #fff;
}

.FacultySlider,
.cut {
    padding-bottom: 30px;
}

.Faculty .heading {
    padding-bottom: 50px;
}

.faCon figure {
    background: #fff;
    padding-top: 15px;
}

.faCon figure {
    overflow: hidden;
}

.faCon figure img {
    transition: all 0.5s;
}

.faCon:hover figure img {
    scale: 1.1;
}

.faCon figcaption h6 {
    font-size: 34px;
    padding-bottom: 15px;
    font-weight: bold;
}


.faCon figcaption {
    padding-top: 30px;
    text-align: center;
}

.faCon figure img {
    width: 100%;
}

.lisCon .col-lg-8 {
    border: 2px solid var(--red);
    margin-left: -3px;
    padding: 20px 40px;
}

.lisCon .row {
    align-items: center;
    --bs-gutter-x: 0;
}

.lisCon figure img {
    width: 100%;
}

/* faculty section end */


/* listen section css start */
.btCon h4 {
    padding: 0 0 5px;
    font-weight: bold;
}

.btCon p:last-child {
    padding-top: 20px;
}

.listen .heading {
    padding-bottom: 50px;
}

.gallery-bottom {
    position: static;
}

.lisCon {
    position: relative;
}

/* listen section css end */

/* cuting section start */
.cutting {
    background-color: var(--red);
    color: #fff;
    padding-bottom: 260px;
}

.cutting .heading span {
    color: #fff;
}

.cutCon:hover figure img {
    scale: 1.1;
}

.cutCon figure {
    overflow: hidden;
    transition: all 0.5s;
}

.cutCon figure img {
    transition: all 0.5s;
}

.cutting .heading h2 {
    padding-bottom: 20px;
}

.cutCon figcaption p {
    font-weight: bold;
    font-size: 22px;
    padding-top: 15px;
}

.cuttings {
    padding-top: 0;
    margin-top: -200px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 25px;
}

.meet .heading {
    padding-bottom: 50px;
}

/* cuting section end */

/* inter section start */
section.inter {
    background-color: var(--red);
    color: #fff;
    padding-bottom: 200px;
}

section.inter .heading h2 span {
    color: #fff;
}

section.inter .heading h2 {
    padding-bottom: 20px;
    text-align: center;
}

section.inter .heading p {
    line-height: 1.4;
    text-align: center;
}

section.week {
    padding-top: 0;
    margin-top: -150px;
    /* background-color: #fff; */
    position: relative;
    /* z-index: 1; */
}

section.inter .row {
    --bs-gutter-x: 150px;
}

section.week .weekCon1 {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 2px 2px 2px #e7e7e7;
}

.week .heading h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.weekCon {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.weekCon figure img {
    width: 220px;
    object-fit: contain;
    aspect-ratio: 3;
}

/* inter section end */



/* form css */
.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: var(--red);
    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: #fff;
}

.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;
}

/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #fff;
    /* 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;
    font-family: arial;
}

::placeholder {
    color: #000;
    font-family: arial;
    line-height: 1.2;
}

.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: #fff;
    border: none;
    background: var(--red);
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--red);
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .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: #e3a419;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
        text-decoration: none;
        font-weight: 900;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}