* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: 'arial', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'bodonibook';
    line-height: 1.2;
}

h1 {
    font-size: 80px;
}


/* hover on image start */

.academics .acadAll .acadCon img,
.behindCon figure img {
    transition: all 0.5s;
}

.behindCon figure {
    overflow: hidden;
}

.campSlider figure:hover img,
.academics .acadAll .acadCon:hover img,
.behindCon figure:hover img {
    scale: 1.1;
    transform: rotate(-2deg);
}


/* hover on image end */

.container {
    padding: 0 250px;
    max-width: 100%;
    width: 100%;
}

.madeSlider {
    min-height: 400px;
    /* jitna bhi slider ka height hai */
    position: relative;
    overflow: hidden;
    display: flex;
}


/* .madeSlider {
    min-height: 400px;
    overflow: hidden;
}

.madeSlider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.madeSlider .slick-slide {
    float: none !important;
    height: auto !important;
} */

body {
    width: 100%;
    height: 100%;
}

body.fixed {
    position: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 25px;
}

h2 {
    font-family: 'bodonibook';
    font-size: clamp(2.5rem, 4vw, 5.0625rem);
    color: var(--blue);
}

p {
    font-size: 20px;
    line-height: 1.2;
}

section {
    padding: 100px 0;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #211d70;
    --red: #d31c24;
    --lightgray: #d9d9dd;
    --lightblue: #f8f8ff;
    --skyblue: #e3e3ff;
    --gradient: linear-gradient(45deg, rgba(211, 28, 36, 1) -2%, rgba(33, 29, 112, 1) 80%);
}

.gradientBg {
    background: #D31C24;
    background: linear-gradient(272deg, rgba(211, 28, 36, 1) 38%, rgba(33, 29, 112, 1) 100%);
    height: 5px;
}

@font-face {
    font-family: 'bodonibook';
    src: url('../../fonts/bodonibook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bodonibookitelic';
    src: url('../../fonts/bodonibookitelic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bodonibold';
    src: url('../../fonts/bodonibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bodonibolditelic';
    src: url('../../fonts/bodonibolditelic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.sameBtn a {
    display: inline-block;
    font-size: 30px;
    color: var(--white);
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid var(--white);
    width: fit-content;
    padding-bottom: 7px;
}

.sameBtn a:hover svg,
.sameBtn2 a:hover svg,
.sameArrow .slick-arrow:hover svg {
    /* background: red; */
    background: #D31C24;
    background: linear-gradient(15deg, rgba(211, 28, 36, 1) 38%, rgba(33, 29, 112, 1) 100%);
    border-color: var(--blue);
    fill: var(--white);
}


.sameBtn a svg {
    width: 40px;
    height: 40px;
    border: 2px solid var(--white);
    border-radius: 50%;
    position: relative;
    padding: 5px;
    transition: all 0.3s;
}

.sameBtn2 a svg {
    width: 40px;
    height: 40px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    position: relative;
    padding: 5px;
    fill: var(--blue);
    width: fit-content;
    transition: all 0.3s;
}

.sameArrow .slick-arrow.prev svg {
    transform: rotate(270deg);
}

.sameArrow .slick-arrow {
    cursor: pointer;
}

.sameArrow .slick-arrow svg {
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    padding: 5px;
    transition: all 0.5s;
}

.sameArrow {
    display: flex;
    gap: 10px;
    border-bottom: 3px solid var(--lightgray);
    width: fit-content;
    margin: 30px auto 0;
    padding-bottom: 10px;
}

.sameArrow .slick-arrow svg {
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    padding: 5px;
}

a {
    text-decoration: none;
}


/* header css start */

header .navbar {
    margin: 0;
    padding: 0 70px;
    /* min-height: 140px; */
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

header.headerb .navbar {
    background: var(--white);
    /* border-bottom: 1px solid var(--blue); */
}

header.headerb .navbar::after {
    width: 100%;
}

.toggleItem .items .item ul.diful.difuls {
    gap: 7px;
}

header .navbar::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #ebebeb;
    background: linear-gradient(to right, var(--blue) 29%, var(--red) 60%);
    transition: all 0.5s;
}

header .navbar .logo figure img:last-child {
    opacity: 0;
}

header {
    height: 140px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s ease-out;
    display: flex;
    align-items: center;
}

header.scrolled {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background-color: #ffffff;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

header.scrolled .logo img {
    width: 250px;
    transition: all 0.5s;
}

header.scrolled {
    height: 100px;
    z-index: 999999;
}

header.scrolled .navbar .logo figure img:last-child {
    opacity: 1;
}

header.scrolled .navbar .logo figure img:first-child {
    opacity: 0;
}

header.scrolled .togglewithmenu .toggle {
    border-color: var(--blue);
}

header.scrolled .togglewithmenu .toggle button span {
    background: var(--blue);
}

header .navbar .logo.logoImg figure img:first-child {
    opacity: 0;
}

header .navbar .logo.logoImg figure img:last-child {
    opacity: 1;
}

header .navbar .logo figure img {
    position: absolute;
    transition: all 0.5s;
    top: 50%;
    transform: translate(0, -50%);
}

header.headerb {
    height: 100px;
}

header .navbar .logo.logoImg figure img {
    width: 250px;
}

header .navbar .logo figure {
    width: 400px;
}


/* togglemenu css start */

.togglewithmenu .toggle button {
    position: relative;
    width: 40px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    border: none;
    transition: all 0.5s;
}


/* body::-webkit-scrollbar {
    display: none;
} */

.toggleItem .items::-webkit-scrollbar {
    display: none;
}

.togglewithmenu .toggle button.active span {
    background: var(--black);
}

.toggleItem {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--white);
    overflow: hidden;
    /* opacity: 0; */
    visibility: hidden;
    transition: all 0.5s;
    /* transition: clip-path .3s; */
    z-index: -1;
    clip-path: circle(4% at 99% 2%);
}

.toggle {
    transition: all 0.5s;
}

.togglewithmenu .toggle.active {
    border-color: var(--black);
}

.togglewithmenu .toggle button.active span {
    background: var(--black);
}

.toggleItem.menu {
    overflow: unset;
    clip-path: circle(72% at 50% 50%);
    opacity: 1;
    border-radius: 0;
    left: 0;
    visibility: visible;
    transform: unset;
}

.toggleItem .items .item a {
    color: var(--black);
}

.toggleItem .items {
    display: flex;
    padding: 130px 50px 20px;
    height: 97%;
    overflow: auto;
}

.toggleItem .items .item {
    width: 15%;
}

.toggleItem .items .item:last-child {
    width: 55%;
}

#myAccordionContainer {
    height: 100%;
}

.toggleItem .items .item ul {
    display: flex;
    flex-direction: column;
    gap: 2px 0;
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
}

.toggleItem .items .accordion-item ul {
    display: flex;
    flex-direction: column;
    gap: 0 5px;
    list-style: none;
    margin: 0;
    /* padding: 0 0 30px; */
    flex-direction: row;
    flex-wrap: wrap;
}

.toggleItem .items .item .accordCon ul {
    flex-direction: row;
    flex-wrap: wrap;
}

.toggleItem .items .item .accordCon {
    overflow: hidden;
}

.toggleItem .items .item .accordCon ul li {
    width: 49%;
}

.toggleItem .items .item ul li .accordion .accordion-button::after,
.toggleItem .items .accordion-item .accordion-button::after {
    background-image: url('../../images/plus.svg');
}

.toggleItem .items .item ul li .accordion .accordion-button:focus,
.toggleItem .items .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.toggleItem .items .item ul li .accordion .accordion-button:not(.collapsed)::after,
.toggleItem .items .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url('../../images/minus.svg');
    filter: invert(1);
}

.toggleItem .items .item ul li a:hover svg,
.accordion-item ul li a:hover svg {
    fill: var(--red);
    border-color: var(--red);
}

.toggleItem .items .item ul li a svg,
.accordion-item ul li a svg {
    width: 25px;
    /* width: 45px; */
    fill: var(--blue);
    border: 2px solid var(--blue);
    border-radius: 50%;
    padding: 3px;
}

.toggleItem .items .item ul li a,
.toggleItem .items ul li a {
    color: var(--black);
    font-size: 14px;
}

.toggleItem .items .item p {
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
}

.toggleItem .items .item p {
    padding-bottom: 5px;
    font-size: 16px;
    color: var(--blue);
}

.toggleItem .items .item ul li .accordion .accordion-button,
.toggleItem .items .accordion-item .accordion-button {
    font-family: 'arial', sans-serif;
}

.toggleItem .items .item ul li .accordion .accordion-button:not(.collapsed),
.toggleItem .items .accordion-item .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--blue);
    box-shadow: none;
}

.toggleItem .items .item p a {
    margin-bottom: 20px;
    display: block;
}

.toggleItem .items .item ul:last-child {
    padding: 0;
}

.togglewithmenu .toggle button span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--white);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.togglewithmenu .toggle button span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.togglewithmenu .toggle button span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.togglewithmenu .toggle button span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.togglewithmenu .toggle button.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.togglewithmenu .toggle button.active span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.togglewithmenu .toggle button.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
}

.togglewithmenu .toggle {
    width: 70px;
    height: 70px;
    place-items: center;
    border: 2px solid var(--white);
    border-radius: 50%;
    place-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    place-content: center;
}

.toggleItem .items .item ul.diful {
    flex-direction: row;
    gap: 10px 15px;
    flex-wrap: wrap;
}


/* togglemenu css end */


/* header css end */


/* home page css start */


/* hero section start */

.hero {
    background-image: url(../../images/banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    padding: 0;
}

.heroT {
    position: relative;
}

.hero .container {
    position: relative;
    display: flex;
    align-items: end;
}

.heroT .sameBtn {
    position: absolute;
    bottom: 140px;
}

.hero h1 {
    position: absolute;
    visibility: hidden;
}


/* hero section end */


/* changemaker section css start */

.changemaker {
    background-image: url('../../images/line.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.changemaker .heading {
    text-align: center;
}

.changemaker .heading h4 {
    font-size: 80px;
    color: var(--blue);
    font-family: 'bodonibook';
}

.changemaker .heading h3.difText {
    font-family: 'bodonibolditelic';
    font-size: 120px;
    background: linear-gradient(to right, var(--blue) 29%, var(--red) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1;
    display: inline-block;
    margin-top: -15px;
    padding-bottom: 15px;
}

.changemaker .heading p {
    padding: 40px 0;
}


/* changemaker section css end */


/* building section css start */

.building {
    background-color: var(--lightblue);
}

.heading {
    padding-bottom: 50px;
}

.unrslider .slick-track .item {
    margin-bottom: 10px;
}

.heading p {
    padding-top: 30px;
}

.building .heading {
    text-align: center;
}

.campSlider figure img {
    width: 100%;
    transition: all 0.5s;
}

.academics .acadAll .acadCon img {
    transition: all 0.5s;
}

.campSlider figure:hover img,
.academics .acadAll .acadCon:hover img {
    scale: 1.1;
    transform: rotate(-2deg);
}

.campnavSlider {
    border-bottom: 3px solid var(--lightgray);
}

.campnavSlider .camCon {
    /* background: var(--red); */
    text-align: center;
    padding: 20px 10px;
    color: var(--blue);
    transition: all 0.5s;
    white-space: nowrap;
}

.campnavSlider .item.slick-current .camCon {
    background: var(--red);
    color: var(--white);
}

.campnavSlider .camCon h5 {
    font-size: 25px;
    font-family: 'bodonibook';
    transition: all 0.5s;
}

.campnavSlider .item.slick-current .camCon h5 {
    font-family: 'bodonibold';
}

.camArrow {
    display: flex;
    gap: 10px;
    border-bottom: 3px solid var(--lightgray);
    width: fit-content;
    margin: 30px auto 0;
    padding-bottom: 10px;
}

.camArrow .slick-arrow svg {
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    padding: 5px;
}

.camArrow .slick-arrow.prev svg {
    transform: rotate(270deg);
}

.campnavSlider .slick-track {
    gap: 20px;
    display: flex;
    width: 100%;
}

.campnavSlider .slick-list {
    /* background: red; */
    overflow: hidden;
    display: flex;
    /* justify-content: center; */
}


/* building section css end */


/* academics section css start */

.academics {
    background-color: var(--blue);
    color: var(--white);
}

.academics .heading {
    text-align: center;
}

.academics .heading p,
.academics .heading h2 {
    color: var(--white);
}

.academics .acadAll {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.academics .acadAll .acadCon {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.academics .acadAll .acadCon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background: #D31C24;
    background: linear-gradient(0deg, rgba(211, 28, 36, 1) 38%, rgba(33, 29, 112, 1) 100%);
}

.academics .acadAll .acadCon:hover::after {
    height: 100%;
    transition: all 0.5s;
}

.academics .acadAll .acadCon:hover {
    border: none;
}

.academics .acadAll .acadCon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    background: var(--blue);
    z-index: -1;
    border: 2px solid var(--red);
}


/* academics section css end */


/* success section css start */

.sucCon p {
    font-size: 30px;
    /* line-height: 1.2; */
}

.sucCon figure {
    min-height: 105px;
}

.sucCon p:hover {
    color: var(--blue);
}

.success small {
    padding-top: 40px;
    display: block;
    font-size: 16px;
}


/* success section css end */


/* behind section css start */

.bothA,
.behind {
    padding: 0;
    position: relative;
    z-index: 1;
}

.behindCon figure img {
    width: 100%;
}

.behind .heading {
    padding: 50px;
    background: #D31C24;
    background: linear-gradient(15deg, rgba(211, 28, 36, 1) 38%, rgba(33, 29, 112, 1) 100%);
    width: 46%;
    margin-left: 50px;
}

.behind .heading h2 {
    color: var(--white);
}

.behindCon {
    padding-top: 0;
    background: var(--lightblue);
    margin-top: -280px;
}

.beAll {
    display: flex;
    gap: 20px 0;
    margin-top: 50px;
}

.beAll .beCon {
    width: 25%;
}

.beAll .beCon h6 {
    font-size: clamp(2.5rem, 4vw, 5.0625rem);
    font-family: 'bodonibold';
    color: var(--blue);
}

.beAll .beCon .betop:first-child {
    padding-bottom: 35px;
    border-bottom: 2px solid var(--red);
    margin-bottom: 25px;
    /* text-align: center; */
}

.beAll .beCon .betop {
    text-align: center;
}


/* behind section css end */


/* began section start */

.began {
    background-color: #e3e3ff;
    padding-bottom: 0;
}

.began .heading {
    text-align: center;
}

.began .heading p {
    padding-top: 20px;
}

.began .begleft h4 {
    font-size: 40px;
    font-family: 'bodonibold';
    padding-bottom: 10px;
}

.began .begleft .biob {
    border-top: 2px solid var(--white);
    padding-top: 35px;
    margin-top: 35px;
}

.began .begleft p {
    line-height: 1.4;
}

.begccc {
    background: #d9d9ff;
    text-align: center;
    position: relative;
}

.begNav .slick-list {
    margin: 0 -5px;
}

.begNav .slick-list .slick-slide {
    margin: 0 5px;
}

.begccc figure img {
    margin: auto;
}

.begNav .slick-list .slick-slide.slick-current .begccc {
    background: #b6b6ef;
}

.began .row {
    --bs-gutter-x: 65px;
    align-items: end;
}

.began .row .col-lg-8 {
    margin-top: -123px;
}

.began .begFor .row .col-lg-8 {
    margin: 0 0 150px;
}

.begNav .slick-list .slick-slide.slick-current .begccc::after {
    width: 100%;
}

.begccc::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 4px;
    width: 0;
    background: var(--red);
    transition: all 0.5s;
    transform: translate(-50%, 0%);
}


/* began section end */


/* our alumni section css start */

.ourAlumni {
    text-align: center;
}

.ourAlumni h5 {
    font-size: 100px;
    color: var(--blue);
    font-family: 'bodonibold';
}

.ourAlumni h6 {
    font-size: 30px;
}

.ourAlumni {
    text-align: center;
    background-color: var(--lightblue);
    background-image: url('../../images/line2.webp');
    background-repeat: no-repeat;
    background-size: cover;
}


/* our alumni section css end */


/* founders section css start */

.founders .heading {
    text-align: center;
    margin-bottom: 60px;
}

.founders .heading h2 {
    color: var(--white);
}

.founders {
    background-color: var(--blue);
    color: var(--white);
}

.fountC h4 {
    font-size: 30px;
    font-family: 'arial', sans-serif;
    padding-top: 12px;
}

.fountC h4 span {
    font-weight: 800;
}

.fountC {
    position: relative;
    width: 33%;
}

.fountC h4 sub {
    top: 0;
}

.fountC h4 sup {
    top: -21px;
    font-size: 32px;
}

.founText {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px 0;
}

.foundAll {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.fountC p br {
    display: none;
}

.fountC p {
    max-width: 160px;
    margin: auto;
}


/* founders section css end */


/* made at section start */

.made {
    padding: 0;
    background-color: var(--blue);
}

.rowWrap {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 100px 0;
}

.madeCon {
    display: flex;
    flex-direction: column;
}

.madeCon figure:nth-child(2) {
    padding: 0px 0;
    border: 3px solid var(--lightgray);
    border-right: 0;
    border-left: 0;
}

.madeCon figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    transition: all 1s;
}

.madeCon figure img:hover {
    scale: 1.1;
}

.madeCon figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.made .heading h3 {
    font-size: 38px;
    font-family: 'arial', sans-serif;
    padding: 15px 0 20px;
}

.made .heading {
    padding: 0;
}

.sameArrow .slick-arrow.prev1 svg,
.sameArrow .slick-arrow.prev2 svg {
    transform: rotate(270deg);
}

.madeArror.sameArrow {
    position: absolute;
    left: 12px;
    bottom: -90px;
}

.made .container .row {
    position: relative;
}

.lineg.gradientBg {
    height: 5px;
    margin: 200px 0 0;
}


/* made at section end */


/* unfiltered section start */

.unCon h3 {
    font-size: 55px;
    color: var(--blue);
}

.unCon h4 {
    font-size: 45px;
    color: var(--blue);
}

.unCon figure img:last-child,
.unrCon figure img:last-child {
    position: absolute;
    right: 35px;
    bottom: 20px;
}

.unCon figure,
.unrCon figure {
    position: relative;
    overflow: hidden;
}

.unCon figure img,
.unrCon figure img {
    transition: all 1s;
}

.unCon figure img:hover,
.unrCon figure img:hover {
    scale: 1.1;
    transform: rotate(-2deg);
}

.unrCon figure img:last-child {
    width: 40px;
}

.unCon figure img:first-child,
.unrCon figure img:first-child {
    width: 100%;
}

.unCon .gradientBg {
    margin: 25px 0;
    height: 3px;
}

.unCon figure {
    margin-bottom: 20px;
    height: 512px;
}

.unCon figure img:first-child {
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.unfiltered .row {
    position: relative;
}

.unArrow.sameArrow {
    position: absolute;
    top: -118px;
    right: 13px;
    margin: 0;
}


/* unfiltered section end */


/* event section css start */

.events {
    background-color: var(--skyblue);
}

.events figure img {
    width: 100%;
}

.events .container>.row {
    position: relative;
}

.linkmore .sameBtn2 a {
    border-color: var(--white);
}

.linkmore .sameBtn2 {
    position: absolute;
    top: 10px;
    right: 0;
}

.linkmore .sameBtn2 a::after {
    background: var(--white);
}

.events figure {
    position: relative;
}

.events figure figcaption {
    top: 0;
    position: absolute;
    right: 0;
    background: var(--red);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.events figure figcaption p {
    font-size: 30px;
    color: var(--white);
    font-family: 'bodonibold';
}

.events figure figcaption small {
    color: var(--white);
    font-family: 'bodonibook';
    margin-top: -5px;
}

.eveCon h5 {
    font-size: 45px;
    color: var(--blue);
}

.eveCon h6 {
    font-size: 25px;
}

.events .row {
    --bs-gutter-x: 50px;
    margin-bottom: 20px;
}

.events .row:last-child {
    margin-bottom: 0;
}

.eveCon {
    height: 100%;
    border-bottom: 2px solid var(--white);
    padding-top: 30px;
}


/* event section css end */


/* latest news section start */

.latest {
    background-color: var(--lightblue);
}

.lasTab .nav-item .nav-link svg {
    width: 45px;
    fill: var(--blue);
    border: 2px solid var(--blue);
    border-radius: 50%;
    padding: 7px;
}

.lasTab .nav-item .nav-link {
    background: transparent;
    padding: 0;
}

.lasTab .nav-item .nav-link.active svg {
    fill: var(--red);
    border-color: var(--red);
}

.lasTab .tab-pane figure {
    position: relative;
}

.lasTab .tab-pane figure img {
    width: 100%;
}

.lasTab .tab-pane figure figcaption {
    position: absolute;
    top: 10px;
    right: 10px;
}

.lasTab .tab-pane figure figcaption svg {
    fill: var(--white);
    width: 35px;
}

.latest .heading {
    display: flex;
}

.latest .heading h2 {
    width: 55%;
}

.latest .heading p {
    width: 45%;
    padding-top: 15px;
}

.lasTab .nav {
    padding-bottom: 50px;
    margin-top: -40px;
    gap: 20px;
}


/* latest news section end */


/* question section css start */

.question .gradientBg {
    height: auto;
    padding: 50px 100px;
    background: linear-gradient(45deg, rgba(211, 28, 36, 1) -2%, rgba(33, 29, 112, 1) 80%);
    height: auto !important;
    color: var(--white);
}

.question .gradientBg.Diff p {
    padding-top: 20px;
}

.question .gradientBg h2 {
    color: var(--white);
    font-size: 130px;
    line-height: 1.1;
    font-family: 'bodonibold';
}

.question .gradientBg .sameBtn a {
    justify-content: end;
    margin-left: auto;
}


/* question section css end */


/* be chemical page css start */

.sameBanner {
    padding: 0;
    position: relative;
}

.sameBanner .container {
    position: absolute;
    bottom: 0;
}

.sameBanner .banCon {
    color: var(--white);
}



.banAnc.sameBtn a {
    line-height: normal;
}

.overview {
    padding: 0;
    position: sticky;
    top: 100px;
    z-index: 9;
}

.overviewCon {
    background: var(--skyblue);
    padding: 20px 20px 0;
    display: flex;
    gap: 40px;
    overflow: auto;
}

.overviewCon a {
    line-height: normal;
    display: inline-block;
    color: var(--black);
    font-size: 21px;
    padding-bottom: 20px;
    position: relative;
}

.overviewCon a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: var(--blue);
    height: 7px;
    width: 0;
    transform: translate(-50%, 0%);
    transition: all 0.5s;
}

.overviewCon a.active::after {
    width: 50px;
}

.degree .sameBtn2 a {
    margin: unset;
}

.degree .heading .sameBtn2 {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
}

.degree .heading {
    padding-right: 70px;
}

.degree .heading p {
    text-align: justify;
}

.designDeg,
.programme,
.faculty {
    background-image: url('../../images/line.webp');
}

.designDeg .nav,
.programme .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
}

.designDeg .nav .nav-link,
.programme .nav .nav-link {
    background: transparent;
    color: var(--blue);
    font-size: 40px;
    font-family: 'bodonibook';
    position: relative;
    padding: 0 0 10px;
    transition: all 0.5s;
}

.designDeg .nav .nav-link::after,
.programme .nav .nav-link::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--blue);
    width: 0;
    height: 5px;
    content: "";
    transition: all 0.5s;
}

.programme .row {
    align-items: center;
}

.designDeg .nav .nav-link.active::after,
.programme .nav .nav-link.active::after {
    width: 100%;
}

.designDeg .nav .nav-link.active {
    font-family: 'bodonibold';
}

.designDeg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.desiCon {
    background: var(--skyblue);
    padding: 40px;
    position: relative;
    width: 151%;
    left: -51%;
}

.desiCon .sameBtn2 {
    display: flex;
    justify-content: end;
    margin-top: 40px;
}

.desiCon .sameBtn2 a {
    margin: unset;
}

.designDeg figure {
    height: 500px;
}

.pracCon figure img {
    width: 100%;
}

.pracCon p {
    font-size: 35px;
    font-family: 'bodonibook';
    text-align: center;
    margin-top: 20px;
    color: var(--white);
}

.pracCon {
    position: relative;
}

.pracCon .iconP {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: var(--white);
    z-index: 1;
    border-radius: 50%;
}

.practice {
    background: var(--gradient);
    position: relative;
}

.practice .heading h2,
.practice .heading p {
    color: var(--white);
    text-align: center;
}

.cardCont {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: var(--white);
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: auto;
}

.pracCon figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pracCon.active .cardCont {
    transform: rotateX(0deg);
}

.cardCont p {
    color: var(--black);
}

.iconP .pmb {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.iconP .pmb::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--blue);
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pracCon.active .iconP .pmb::before {
    height: 0;
}

.pracCon.active .iconP .pmb::after {
    background: var(--white);
}

.pracCon.active .iconP {
    background: var(--gradient);
}

.iconP .pmb::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--blue);
    width: 2px;
    height: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.practice .row .col-lg-4:nth-child(2) {
    margin-top: 100px;
}

.practice .row {
    --bs-gutter-x: 80px;
}

.practice>figure {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 42%);
    width: 100%;
    text-align: center;
    mix-blend-mode: screen;
}

.practice>figure img {
    width: 60%;
}

.progConsd {
    padding: 50px;
    background: var(--skyblue);
}

.progConsd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0 0;
}

.progConsd ul li {
    width: 33%;
    font-size: 20px;
}

.train {
    background-image: url(../../images/industry.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.train .heading {
    margin: 0;
    padding: 0;
    background: var(--gradient);
    padding: 50px;
    color: var(--white);
}

.train .heading h2 {
    color: var(--white);
}

.train .heading ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.train .heading ul li {
    display: flex;
    align-items: center;
    gap: 18px;
}

.train .heading ul li figure {
    width: 55px;
}

.train .heading p {
    padding-top: 10px;
}

.train .row .col-lg-5 {
    margin-left: auto;
}

.faculty figure img {
    width: 100%;
}

.faculty figure {
    background: var(--skyblue);
    border-radius: 10px;
    padding: 35px 0 0 0;
}

.faculty figcaption h3 {
    font-size: 40px;
    color: var(--blue);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--blue);
    margin-bottom: 20px;
}

.faculty figcaption p {
    font-size: 25px;
}

.faculty figcaption {
    padding-top: 20px;
}

.faculty .sameBtn2 {
    margin-top: 50px;
}

.admission {
    background-image: url('../../images/adm.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.admiCon {
    background: #e3e3ffe6;
    padding: 50px;
    text-align: center;
}

.admiCon ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    gap: 20px;
}

.admiCon ul li {
    padding: 15px 20px;
    border: 2px solid var(--blue);
    width: 32.3%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.admiCon ul li a {
    font-size: 35px;
    font-family: 'bodonibook';
    color: var(--black);
    margin: unset;
    width: 100%;
    justify-content: space-between;
}

.admiCon .sameBtn2 a::after {
    display: none;
}

.sameEffect {
    position: relative;
}

.admiCon ul li::after,
.sameEffect::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--gradient);
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: rotate(90deg);
    transform: rotateX(95deg);
    transform-origin: bottom;
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.admiCon ul li:hover::after {
    transform: rotateX(0deg);
}

.admiCon ul li:hover a {
    color: var(--white);
}

.faqs .accordion .accordion-button {
    background: var(--skyblue);
    padding: 20px;
    font-size: 25px;
    position: relative;
}

.faqs .accordion .accordion-collapse {
    border: none;
    position: relative;
}

.faqs .accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
}

.faqs .accordion .accordion-button::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate(0, -50%);
    background: var(--blue);
    width: 20px;
    height: 20px;
    border: 2px solid var(--blue);
    transition: all 0.5s;
}

.faqs .accordion .accordion-collapse::after {
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    background: var(--lightgray);
    width: 3px;
    height: 0;
    transition: all 0.5s;
}

.faqs .accordion .accordion-button.collapsed::after {
    clip-path: polygon(40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%, 0 40%, 40% 40%);
    content: "";
    background: var(--blue);
    width: 17px;
    height: 17px;
}

.faqs .accordion .accordion-button::after {
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
    background: var(--blue);
    width: 17px;
}

.faqs .accordion .accordion-collapse.collapse::after {
    height: 115%;
}

.faqs .accordion .accordion-button.collapsed::before {
    background: transparent;
    border-color: var(--lightgray);
}

.faqs .accordion .accordion-button:focus {
    box-shadow: none;
}

.botCon {
    display: flex;
    align-items: end;
    gap: 50px;
    justify-content: end;
    margin-top: 100px;
}

.botCon .sameBtn a {
    align-items: end;
    line-height: 1.1;
}

.question .gradientBg.Diff h2 {
    font-size: 80px;
}


/* be chemical page css end */


/* integrated degree page css start */

.practice.makes {
    background: transparent;
}

.practice.makes .heading h2 {
    color: var(--blue);
}

.practice.makes .heading p {
    color: var(--black);
}

.practice.makes .cardCont {
    background: var(--gradient);
}

.practice.makes .cardCont p {
    color: var(--white) !important;
}

.practice.makes .pracCon p {
    color: var(--blue);
}




.findCon select {
    border-radius: 0;
}

.sameCard:hover {
    color: var(--white);
}

.sameCard:hover .sameBtn2 a {
    color: var(--white);
}

.sameCard:hover::after {
    transform: rotateX(0deg);
}


.sameCard:hover h3 {
    color: var(--white);
}

.findCard {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.findV {
    padding-top: 20px;
}

.backed {
    background-color: var(--blue);
    color: var(--white);
}

.backed .heading h2 {
    color: var(--white);
    text-align: center;
}

.bacCon figure {
    min-height: 100px;
}

.bacCon figcaption p {
    font-size: 28px;
}

.bacCon figcaption p span {
    font-weight: 700;
}

.bacCon {
    border-bottom: 2px solid var(--white);
    height: 100%;
    padding: 0 40px 45px 0px;
}

.backed .row {
    --bs-gutter-x: 0;
    gap: 60px 0;
}

.backed .row .col-lg-3:nth-child(5) .bacCon,
.backed .row .col-lg-3:nth-child(6) .bacCon,
.backed .row .col-lg-3:nth-child(7) .bacCon,
.backed .row .col-lg-3:nth-child(8) .bacCon {
    border: none;
    padding-bottom: 0;
}


/* integrated degree page css end */


/* footer css start */

footer {
    background-image: url('../../images/line.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}


.subsc .input-group {
    border: 2px solid var(--blue);
}

.subsc .input-group input {
    border: none;
    font-size: 25px;
    width: 65%;
    padding: 12px 20px;
}

.subsc .input-group input:last-child {
    color: var(--white);
    text-align: center;
    width: 35%;
    height: auto;
    border-radius: 0;
}

.jgh .gradientBg {
    height: 2px;
}

.adlink {
    padding: 15px 0;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.adlink a {
    color: var(--black);
    font-size: 25px;
}

.uls {
    display: flex;
    margin: 38px 0;
    gap: 60px;
}


.uls ul li a {
    font-size: 20px;
    color: var(--black);
}

.footerAll .container .row:last-child .gradientBg {
    height: 2px;
    margin-bottom: 25px;
}

.copyright p {
    font-weight: 800;
    font-size: 25px;
}

.footerAll .container .row {
    align-items: center;
}

.jgh .gradientBg:first-child {
    margin: 40px 0 0;
}


.heroImg h2.title{display:none;}
.changemaker h2.title{display:none;}

/* footer css end */


/* home page css end */
