*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, h1 {
    font-family: 'GothamBook';
}
h1, h2, h3, h4, h5, h6, p, ul, li, p, figure {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 60px;
    line-height: 1;
    margin: 20px 0 8px;
}
h2 {
    font-size: 50px;
    margin-bottom: 30px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
p,li {
    font-size: 23px;
    line-height: 1.2;
}
a, a:hover {
    text-decoration: none;
}
img{
    width: 100%;
}
:root {
    --black: #000;
    --white: #fff;
    --red: #ad1f2c;
    --navy: #273981;
    --yellow: #f3eb4d;
    --peach: #fce8eb;
    --gray: #aeadad;
    --gray1: #d1d1d1;
    --duskypink: #e5d1d5;
}

@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url('../fonts/GOTHAM-BLACK.TTF');
}
@font-face {
  font-family: 'GOTHAM-MEDIUM';
  src: url('../fonts/GOTHAM-MEDIUM.TTF');
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.ttf');
}
@font-face {
  font-family: 'Fontspring-DEMO-cerapro-black';
  src: url('../fonts/Fontspring-DEMO-cerapro-black.otf');
}

section {
    padding: 80px 0;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

h1, h2, .banner-txt h4 {
    text-transform: uppercase;
}

h1, h2,
.excel-txt h3 {
    font-family: 'GOTHAM-BLACK';
}

h2 span,
.excel-txt h3 {
    color: var(--navy);
}
/* header css start */
header,
.adm-box,
.excellence-txt-sec,
.beyond-box-sec,
.dream,
.campus-vd-sec,
.leader-box-sec,
.leader-box,
.accred-img-sec,
.footer-sec {
    display: flex;
}

header {
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/bannerb.webp) no-repeat;
    background-size: cover;
    height: calc(100dvh - 30px);
}

header,
.adm-box h4, 
.adm-box a,
.career-sec,
.scholarship-sec,
.global-sec,
footer {
    color: var(--white);
}

.logo-sec {
    padding: 30px 30px 0;
}

.logo-sec img {
    width: 280px;
}

.banner-sec,
.scholar-img,
.university,
.global-img,
.std, .eligible-sec,
.main-video-wrapper {
    position: relative;
}

.banner-sec {
    margin-top: 20px;
}

.banner-sec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-sec figure {
    height: 620px;
}

.banner-txt {
    position: absolute;
    top: 80px;
    padding-left: 30px;
}

.banner-txt h4 {
    text-transform: uppercase;
}

.banner-txt h3 {
    font-family: 'Fontspring-DEMO-cerapro-black';
    font-size: 50px;
    margin-top: 20px;
    position: relative;

}

.banner-txt h3 span {
    color: var(--yellow);
}

.banner-txt h3:after {
    content: '';
    position: absolute;
    width: 2.5vw;
    height: 3px;
    background: var(--white);
    left: 0;
    bottom: 0;
}
/* header css end */

/* adm css start */
.adm-box, .career {
    background: var(--red);
}
.adm-box {
    padding: 15px 100px;
    margin-top: -50px;
    position: relative;
    align-items: center;
}

.adm-box h4, 
.adm-box a,
.industry-acc-sec .accordion-body h5,
.dream-txt h5, .uni-btn a {
    font-family: 'GOTHAM-MEDIUM';
}

.adm-box h4, 
.adm-box a {
    font-size: 45px;
}

.adm-box h4 {
    border-right: 3px solid var(--white);
    padding-right: 50px;
    margin-right: 50px;
}
/* adm css end */

/* excellence css start */
.excellence-txt-sec {
    justify-content: center;
}
.excel-txt {
    border-right: 2px dashed var(--gray1);
    padding-right: 40px;
    margin-right: 40px;
    text-align: center;
}

.excel-txt:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.excel-txt h3 {
    font-size: 120px;
}

.excel-txt h3 span {
    font-size: 60px;
}
/* excellence css end */

/* emerging css start */
.emerging {
    background: var(--red);
    color: var(--white);
}

.emerg-sec h2 {
    margin-bottom: 15px;
}

.emerg-sec h5 {
    font-size: 25px;
}

.emerg-sec h4 {
    margin-top: 10px;
    font-weight: 700;
}
/* emerging css end */

/* beyond css start */
.beyond {
    background: #dde3f2;
    margin-left: 20px;
}

h2, .beyond-sec, .eligible-sec figure,
.dream-txt, .university-sec,
.global-sec, .accr-sec,
.emerg-sec {
    text-align: center;
}

.beyond-box-sec,
.industry-acc-sec {
    margin-top: 50px;
}

.beyond-box {
    background: var(--white);
    padding: 0 50px;
    align-content: center;
    min-height: 345px;
}

.beyond-img img {
    width: 100%;
}

.beyond-txt-sec, .beyond-img {
    flex: 1;
}
.beyond-txt-sec img {
    object-fit: contain;
    width: 100px;
}
.beyond-box figure,
.accr-sec figure,
.beyond-sec p:nth-of-type(1) {
    margin-bottom: 10px;
}

.beyond-box.gr {
    background: #e9f0ff;
}
/* beyond css end */

/* career css start */
.career-sec h2,
.industry-sec h2,
.scholarship-sec h2 {
    text-align: left;
}

.career-sec ul {
    padding-left: 20px;
}

.career-sec li {
    margin-bottom: 20px;
}

.career-sec li::marker {
    font-family: sans-serif;
}

.career-sec li::marker {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* career css end */

/* industry css start */
.industry-acc-sec .accordion-item {
    border: 0;
    margin-bottom: 50px;
}

.industry-acc-sec .accordion-item:last-child {
    margin-bottom: 0;
}

.industry-acc-sec .accordion-header {
    border: 2px solid var(--navy);
}

.industry-acc-sec .accordion-item,
.industry-acc-sec .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.industry-acc-sec .accordion-button:not(.collapsed) {
    background: var(--navy);
    color: var(--white);
    box-shadow: none;
}

.industry-acc-sec .accordion-button:focus {
    box-shadow: none;
}

.industry-img {
    padding-left: 100px;
}

.industry-acc-sec .accordion-button {
    padding: 15px 30px;
}
.industry-acc-sec .accordion-body {
    padding: 20px 0;
}

.industry-acc-sec .accordion-body h5 {
    margin-top: 20px;
}
.industry-acc-sec .accordion-body h5,
.dream-txt h5 {
    font-size: 26px;
}

.industry-acc-sec .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    border-radius: 50%;
    transform: rotate(-90deg);
    filter: none !important;
}

.industry-acc-sec .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff; 
    border-radius: 50%;
    transform: rotate(0deg);
    filter: none !important;
}
#img-2 {
    display: none;
}
.show-img-1 #img-1 {
    display: block;
}
.show-img-1 #img-2 {
    display: none;
}
.show-img-2 #img-2 {
    display: block;
}
.show-img-2 #img-1,
.ind-img {
    display: none;
}

.industry-img figure {
    height: 650px;
}

.industry-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* industry css end */

/* dream css start */
.dream-img {
    width: 25%;
}
.dream-txt-sec {
    width: 50%;
}
.dream-txt {
    padding: 100px 50px 50px;
}
.dream-txt p {
    margin-top: 25px;
}
/* dream css end */

/* eligible css start */
.eligible-txt-sec h2 {
    width: 20%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}

.elig-txt p {
    padding: 20px 50px;
    width: 28%;
    left: 50px;
}
.elig-txt:nth-of-type(1) p:nth-of-type(1),
.elig-txt:nth-of-type(2) p:nth-of-type(1) {
    top: 90px;
}

.elig-txt:nth-of-type(1) p:last-child,
.elig-txt:nth-of-type(2) p:last-child {
    bottom: 120px;
}

.elig-txt:nth-of-type(2) p {
    left: initial;
    right: 70px;
}

/* .elig-txt:nth-of-type(2) p:last-child {
    bottom: 100px;
} */
/* eligible css end */

/* scholarship css start */
.scholarship-sec,
.university-sec,
.global-sec,
.eligible-txt-sec h2,
.elig-txt p {
    position: absolute;
}
.scholarship-sec {
    top: 50%;
    right: 250px;
    transform: translateY(-50%);
}
.scholarship-sec h2 {
    margin-bottom: 20px;
}
/* scholarship css end */

/* leader css start */
.leader-img,
.leader-txt,
.leader-box {
    flex: 1;
}
.leader-txt {
    align-content: center;
    
}
.leader-txt > div {
    padding: 0 25px;
}
.leader-txt h6 {
    font-family: 'GothamBold';
    font-size: 23px;
    margin-bottom: 10px;
}
.leader-img img {
    width: 100%;
}
.leader-slider {
    display: none;
}
/* leader css end */

/* campus css start */
.video-thumbnail {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
    transition: 0.2s;
}

.video-thumbnail:last-child {
    margin-bottom: 0;
}

.camp-mvid {
    width: 80%;
}

.campus-vd {
    width: 20%;
}

.main-video-wrapper figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.campus-vd-sec {
    gap: 20px;
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.main-video-wrapper {
    width: 100%;
    height: 100%;
}

.main-video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.main-video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* campus css end */

/* university css start */
.university-sec {
    top: 80px;
}
.university-sec p {
    width: 95%;
}

.uni-btn {
    border: 2px solid var(--navy);
    padding: 8px 20px;
    width: fit-content;
    margin: 20px auto 0;
}
.uni-btn a {
    color: var(--black);
    font-size: 20px;
}
.univ-img img {
    height: 900px;
    width: 100%;
    object-fit: cover;
}
.university-sec-mb,
.univ-img-mb {
    display: none;
}
/* university css end */

/* global css start */
.global-sec {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
/* global css end */

/* acccreditation css start */
.accred-img-sec {
    padding-left: 50px;
}

.accr-sec {
    border-right: 2px solid var(--navy);
    padding-right: 30px;
    margin-right: 30px;
    flex: 1;
}

.accr-sec:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.accr-sec figure img {
    aspect-ratio: 2 / 1;
    object-fit: contain;
    width: 100%;
}
.accr-sec figure {
    min-height: 160px;
}
/* acccreditation css end */

/* student css start */
.student-vd-sec .slick-slide {
    padding-right: 20px;
}

.play-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.student-vd-sec .slick-dots,
.leader-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}

.student-vd-sec .slick-dots button,
.leader-slider .slick-dots button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #373334;
    background: transparent;
}

.student-vd-sec .slick-active button,
.leader-slider .slick-active button {
    border: 2px solid var(--red);
    background: var(--red);
}
/* student css end */

/* footer css start */
footer {
    background: var(--black);
}
.footer-sec {
    justify-content: space-between;
    padding: 20px 0;
}
/* footer css end */

/* form css */
.form-sec {
  position: fixed;
  top: 10%;
  right: 0px;
  width: 360px;
  background: #151d25;
  padding: 13px 24px 20px;
  z-index: 9;
  transition: .3s all;
  z-index: 9999;
  border-radius: 0;
  font-family: sans-serif;
}

.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: 23px;
  color: #ffffff;
}

.adm-txt h4 {
  font-size: 20px;
  color: #f8e91e;
}

.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;
  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: #fff;
  font-weight: bold;
  margin: 14px auto 0;
  width: 100%;
  display: inherit;
  font-size: 20px;
  background-color: #af0e31;
}

.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: sans-serif;
}

::placeholder {
  color: #000000;
}

.form-sec.show.slide {
  right: 40px;
}

.form-sec.show {
  position: fixed;
  right: -940px;
  left: auto;
  transition: all 0.5s;
  z-index: 99;
  top: 48%;
  margin-top: -203px;
}

.topenq1.mobile {
  display: none;
}

.topenq {
  right: 0px;
  transform: rotate(90deg) translatey(-39px);
}

.topenq {
  position: fixed;
  top: 40%;
  right: -55px;
  transform: rotate(90deg);
  overflow: hidden;
  z-index: 300;
  background-color: var(--enquiry-button-background-color);
  color: #fff;
  outline: none;
  z-index: 999;
}

.topenq a:hover {
  outline: none;
  color: #000;
  background: #fff;
  border: 1px solid #af0e31;
}

.topenq a {
  border: 1px solid #af0e31;
  color: #000000;
  font-size: 20px;
  padding: 13px 21px;
  z-index: 999999999;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  text-decoration: none;
}

.error {
  color: #fdf8f8;
  font-size: 12px;
  margin-left: 4px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  line-height: 11px;
  font-family: 'Gothamlight';
}

@media (max-width: 576px) {
  .form-sec {
      width: 95%;
      padding: 20px;
      position: static;
      transform: none;
      transform: initial;
      margin: auto;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }

  .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: #00ada7;
  }

  .special_item:focus-visible {
      outline: none;
  }

  .topenq1.mobile a {
      display: block;
      text-align: center;
      background-color: var(--red);
      padding: 15px;
      transition: all 0.3s ease;
      color: white;
      font-size: 16px;
      text-decoration: none;
  }

  .slide-righta.active .side-slide-form-wrap {
      display: block;
  }

  .admission {
      margin-top: 0rem;
  }
}

.hjghj {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.hjghj a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.7rem;
}
/* form css end */