:root {
  --primaryColor: #19288f;
  --secondaryColor: #8686e0;
  --accentColor: #f9f6b8;
  --textColor: #4d4d4f;
}

@font-face {
  font-family: "reckless";
  src: url("fonts/RecklessGX.woff2") format("woff2"),
    /* Modern browsers */ url("fonts/RecklessGX.woff") format("woff"),
    /* Older browsers */ url("fonts/RecklessGX.ttf") format("truetype"),
    /* TrueType for compatibility */ url("fonts/.otf") format("opentype"),
    /* OpenType format */ url("fonts/RecklessGX.eot")
      format("embedded-opentype"),
    /* IE compatibility */ url("fonts/RecklessGX.svg") format("svg"); /* Legacy iOS support */
}

/* .inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
body,
html {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.fixed_nav {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transform: translateY(-110%);
  box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
  transition: all 0.3s ease-in-out;
}

.fixed_nav.show {
  transform: translateY(0%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.image1 {
  width: 14.22rem;
}
.image2 {
  width: 8.22rem;
}
.section1 {
  background-color: #e6ebef;
}
.section1 .w-100{
  width: 90% !important;
}

.section1::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 8.2rem;
  background: #69e9e9;
  content: "";
}

.section1 h1 {
  font-family: "reckless";
  font-size: 3.1rem;
  color: #19288f;
}

.section1 h2 {
  font-size: 1.5rem;
  position: relative;
  color: #19288f;
  font-weight: 400;
}
.section1 h3 {
  font-size: 1.33rem;
  position: relative;
  color: black;
  font-weight: 700;
}

.section1 h2 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.35rem;
  background-color: #ef5e76;
  position: absolute;
  display: block;
}

.button1 {
  border-radius: 1.66rem;
  padding-inline: 2rem;
  height: 3.1rem;
  display: flex;
  flex-direction: row;
  font-size: 1.16rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #69e9e9;
  color: #19288f;
  transition: all 0.3s ease-in-out;
}

.thank .button1 {
  background-color: #19288F;
  color: white;
}

.button1:hover,
.button1:active,
.button1:focus {
  background-color: #2f3a40;
  color: white;
}

.button1 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.25rem;
  width: 100%;
  height: 0.2rem;
  background-color: #ef5e76;
  position: absolute;
  display: block;
}

.image-button {
  height: 1rem;
  width: 1rem;
  filter: brightness(1);
  transition: filter 0.3s ease-in-out;
}

.button1:hover .image-button,
.button1:active .image-button,
.button1:focus .image-button,
.thank .button1 .image-button {
  filter: brightness(100);
}


.text3 {
  font-size: 1.3rem;
  font-family: "reckless";
  text-transform: capitalize;
  font-weight: 700;
  color: #18288f;
  padding-block: 0.15em 0.25em;
  margin-bottom: 0;
  line-height: 1.1;
}

.text4 {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #4d4d4f;
  padding: 0;
  margin: 0;
}

.icon-img {
  width: auto;
  height: 3rem;
  margin-top: 0.3rem;
}
.section3, .section14 {
  background-color: #e6ebef;
}


.section14 .h-100 h1 {
  min-height: 4rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
}

.section14 .h-100 h1.text5 span::after {
  bottom: 0.3rem;
}

.section3box {
  padding: 7rem 5rem;
}
.per-text {
  font-size: 4rem !important;
  font-family: "reckless";
  color: var(--primaryColor);
}

.per-text-p {
  line-height: 1.3;
}

.text5 {
  font-size: 1.9rem;
  font-family: "reckless";
  font-weight: 600;
  color: #18288f;
}

.section3 h1 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.25rem;
  width: 100%;
  height: 0.2rem;
  background-color: #ef5e76;
  position: absolute;
  display: block;
}


.section3 h4{
  font-size: 0.85rem;
  color: #18288f;
  font-weight: 600;
}

.section3 p {
  color: var(--textColor);
}

.section3 hr {
  border-color: #fff;
  opacity: 1;
  border-width: 2px;
  width: 28rem;
  max-width: 100%;
}

.section3-blue-box {
  padding: 1rem 1.5rem 1.5rem;
  background-color: #19288f;
}

.section3-inner-box-h1 {
  font-size: 3.5rem !important;
  color: #f6d06d !important;
}

.section3-inner-box p:nth-of-type(2) {
  font-size: 0.7rem;
}

.img-box2 img {
  display: block;
  width: 100%;
  height: auto;
}

.img-box2{
  align-items: stretch;
  display: flex;
}

.section3_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  object-fit: cover;
  object-position: center top;
}

.section5-5 {
  position: relative;
  background: white;

  z-index: 1;
}

.bar{
  width: 0.5rem;
  background-color: #2c3387;
}
.play{
  width: 3.5rem;
  height: auto;

}
.img-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}


.text2{
  font-size: 0.88rem;
  font-weight: 700;
}
.small-box-wrap{
  background-color: #24e0ff;
  position: absolute;
  bottom: 0;
  left: 1rem;
}

.videoBox2 {
  gap: 0;
}

.videoBox h2 {
  background-color: #69e9e9;
  margin: 0;
  width: 27rem;
  color: var(--primaryColor);
  font-size: 1.33rem;
  font-weight: 600;
}

.videoBox2 h2 {
  font-size: 0.8rem;
  background: #24E0FF;
  width: auto;
}

.videoBox2 img {
  width: 3.2rem;
}

.video {
  object-fit: cover;
  object-position: center;
  width: 46.27rem;
  height: 22.33rem;
  position: absolute;
  left: 25%;
  bottom: 0%;
  z-index: 0;
}
.video-play img {
  width: 4rem;
}

.videoModal iframe {
  max-height: 85vh;
  aspect-ratio: 16/9;
}

.videoModal .modal-content {
  background: transparent;
  border: none;
}

.playVideo {
  cursor: pointer;
}

.text5-1 {
  font-size: 1.75rem;
  font-family: "reckless";
  font-weight: 600;
  color: white;
}
.text11 {
  font-size: 2rem;
  font-family: "reckless";
  font-weight: 600;
  color: #ffffff;
}
.text6 {
  font-size: 1.1rem;
  color: #4d4d4f;
}


#ptag {
  font-size: 0.75rem;
}

.section3box h1 span::after,
.section4 h1 span::after,
.section6 h1 span::after,
.section5-5 h1 span::after,
.section7 h1 span::after,
.section8 h1 span::after,
.section9 h1 span::after,
.section10 h1 span::after,
.section11 h1 span::after,
.section13 h1 span::after,
.text5 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.2rem;
  background-color: #ef5e76;
  position: absolute;
  display: block;
}

.section6 p {
  color: #4d4d4f;
}

.bg-1:hover .text7 {
  bottom: 30%;
}

.application_outer {
  background-color: #e6ebf0;
}

.box-wrapper p{
  font-family: "reckless";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2em;
}
.box-wrapper h2 {
  font-family: "reckless";
  margin: 0;
  position: relative;
  display: inline-block;  
}

.box-wrapper-boxes h2 {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.box-wrapper-boxes p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1rem;
}

 .blue-bg,
  .pink-bg {
    width: 15rem;
    padding: 1.5rem 1.75rem;
  }
  .blue-bg{
  background-color: #69e9e9;
}
.pink-bg{
  background-color: #ef5e76;
}
.small-text {
    font-family: "Inter", sans-serif !important;
    font-size: 0.6rem !important;
    line-height: 1.3 !important;
}
.blue-text{
  color: #19288f;
  font-family: "reckless";
  font-weight: 700;
}

.white-text{
  color: white;
  font-family: "reckless";
  font-weight: 700;

}

.text12{
  font-size: 1.5rem;
  color: #19288f;
  font-weight: 700;
}

.bg_outer {
  overflow: hidden;
}

.bg_outer img {
  z-index: 1;
}

.bg_outer:hover img {
  opacity: 1;
}

.bg_outer::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: #69e9e9;
  content: "";
  opacity: 1;
  mix-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}

.bg_outer:hover::after {
  opacity: 0;
}

.bg_outer::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(#00000000 25%, #000000 79%);
  content: "";
  opacity: 0;
  transform: translateY(75%);
  transition: all 0.3s ease-in-out;
}

.bg_outer:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.bg_inner {
  position: absolute;
  inset: 0;
  background: #0000;
  transform: translateX(0%);
  transition: transform 0.4s ease-in-out;
  z-index: 3;
}

.bg_inner h3 {
  color: white;
  font-weight: 600;
  font-size: 1.33rem;
  transition: color 0.3s ease-in-out;
}

.bg_outer:hover .bg_inner h3 {
  color: #69e9e9; 
}

.bg_outer:hover .bg_inner h1 {
  color: white;
}

.bg_inner p {
  height: 0;
  overflow: hidden;
}

.bg_outer:hover .bg_inner p {
  height: 14rem;
}

.section7, .section15 {
  background-color: #69e9e9;
  position: relative;
}

#customPrevBtn {
  position: absolute;
  top: 50%;
  left: 1%;
  cursor: pointer;
}
#customNextBtn {
  position: absolute;
  top: 50%;
  right: 1%;
  cursor: pointer;
}

.section7 .owl-carousel img {
  width: 75%;
  margin: 0 auto;
}

.text9 {
  font-size: 3.55rem;
  font-family: "reckless";
  color: #ffffff;
}

.text-grey {
  color: #4d4d4f;
}

.section8 h3 {
  color: #19288f;
  font-size: 1.66rem;
}
.section8 p {
  color: #19288f;
  font-size: 1rem;
}
.quotes {
  padding-inline: 7rem 4rem;
}

.alumni_nav {
  padding-left: 7rem;
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}

.alumni_nav > div {
  width: 2rem;
  height: 2rem;
  background: #e6ebef;
  border-radius: 50%;
  cursor: pointer;
}

.alumni_nav img {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  user-select: none;
}

.alumni_nav .alumni_nav_prev img {
  transform: translate(0%, -50%);
  left: 50%;
}

.alumni_nav .alumni_nav_next img {
  transform: translate(0%, -50%);
  right: 50%;
}

.alumni_nav .alumni_nav_prev:hover img {
  transform: translate(-100%, -50%);
}

.alumni_nav .alumni_nav_next:hover img {
  transform: translate(100%, -50%);
}

.quotes h3 {
  font-size: 1.33rem;
  font-weight: 700;
}

.quotes p {
  font-size: 1.1rem;
}

.quotes h2 {
  font-size: 1.6rem;
}

.comma1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem !important;
}
.comma2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.8rem !important;
}

/* carousel */

.slider img{
  width:  11.1rem !important;
  height: 11.3rem !important;
}

.slider img.comma {
  width: 3.68rem !important;
  height: auto !important;
}



.section8 .text5 {
  padding-right: 2rem;
}

.section8 h6 {
  font-size: 1.45rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 1rem;
  color: #4D4D4F;
}

.section8 .text7 {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;

}
.section8 .text8 {
  font-size: 1.05rem;
  line-height: 1.2;
}

.section8 h6 .end-para {
  display: inline-block;
  width: 0;
  height: 0;
}

.section8 h6 .end-para::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3.68rem;
  height: 3.68rem;
  z-index: 2;
  background-image: url(IMAGES/right-comma.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(10%, -40%);
}


.left-comma{
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.right-comma-wrap::after,
.right-comma-wrap::before {
  content: none !important;
  display: none !important;
}



.right-comma{
 position: absolute;
  bottom: 0%; 
  transform: translateY(30%);
  left: 36%;
}





#alumni_prev {
  position: absolute; 
  bottom: 0%; 
  left: 0%;
  cursor: pointer;
}
#alumni_next {
  position: absolute;
  bottom: 0%;
  left: 60px;
  cursor: pointer;
}


/* carousel end */



.section9 {
  background-color: var(--secondaryColor);
}
.section9-img {
  width: 100%;
  padding-top: 2rem;
}

.img-box{
  position: relative;
}

.section11 p {
  color: #4d4d4f;
}
.img-box img{
 width: 100%;
 height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: left top;
}

.section11-box{
  width: 37.50rem;
  background-color: white;
  position: relative;
  z-index: 3;
}

.section13 h1 {
  font-size: 1.7rem;
  font-family: "reckless";
  color: #19288f;
  font-weight: 600;
}
.section13-box {
  background-color: #69e9e9;
  padding: 4rem 3rem;
}

.section13-box h1 {
  min-height: 5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
}

.section12 {
  background-color: #e6ebf0;
}

.partnerlogo1 {
  width: 7.5rem;
}

.partnerlogo2 {
  width: 8.3rem;
}

.partnerlogo3 {
  width: 2.5rem;
}

.partnerlogo4 {
  width: 9.4rem;
}

.partnerlogo5 {
  width: 2.2rem;
}

.partnerlogo6 {
  width: 4.4rem;
}

.partnerlogo7 {
  width: 8.7rem;
}

.section12-icons2 {
  /* width: 18.3rem; */
  width: 100%;
}

.DottedLine {
  width: 100%;
  height: 2px;
  border-bottom: 1px dotted black;
}

.footer {
  background-color: #18288f;
}
.footer2 {
  background-color: #4d4d4f;
}
.footer2 p {
  color: white;
  font-size: 0.6rem;
  padding: 0;
  margin: 0;
}

.footer h2 {
  font-size: 1.3rem;
}

.footer h2 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.2rem;
  background-color: #EF5E76;
  position: absolute;
  display: block;
}

/* modal start */

.modal-dialog {
  max-width: 95%;
  width: 1000px;
  margin: 0 auto;
}

.modal-content {
  background: #fff;
  border: 2px solid #e6ebef;
  padding-inline: 2rem;
}

.modal-title {
  font-size: 1.6rem;
}

.form-image {
  object-fit: cover;
  object-position: center center;
  border: 1px solid var(--secondaryColor);
}

.form-control {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0e4e6;
  border-radius: 0;
  padding-inline: 0;
  font-size: 0.75rem;
  appearance: none;
  background: transparent !important;
  color: #4d4d4f;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: var(--primaryColor);
  outline: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: #4d4d4f;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #4d4d4f;
}

select.form-control {
  background-color: transparent;
  background-image: url(../assets/icons/select.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

.modal-backdrop {
  background: #fffd;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.form-check-label {
  font-size: 0.7rem;
}

.form-check-input {
  border: 1px solid var(--textColor);
  box-shadow: none !important;
  outline: none !important;
}

.modal-body,
.modal-header {
  border: none;
}

.modal-body {
  padding-top: 0;
}

.modal-header {
  padding-bottom: 0;
}

.site_btn {
  height: 2.5rem;
}

.side-boxes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.section15 .sidebox{
  width: 11.56rem;
  height: 6.17rem;
  background-color: white;
  padding: 1rem;
}

.section15 h4{
  font-size: 2.2rem;
  font-weight: 800;
  color: #19288F;
  font-family: "reckless";
  line-height: 0.9;
  margin-bottom: 0.5rem;
}

.section15 .sidebox p{
  font-size: 0.83rem;
  color: #4D4D4F;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}





/* modal end */

/* thank you page start */

.button2 {
  width: 17.1rem;
  background-color: #69e9e9;
}
.button3 {
  width: 18.5rem;
  background-color: #69e9e9;

}

.section h1 {
  font-size: 4rem;
  font-family: "reckless";
}

.thank a {
  text-decoration: none !important;
}

.header.thank{
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
}


.section span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.35rem;
  background-color: #ef5e76;
  position: absolute;
  display: block;
}

.section span.no-underline::after {
  content: none !important;
}

.modal-title::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.45rem;
  width: 100%;
  height: 0.25rem;
  background-color: #EF5E76;
  position: absolute;
  display: block;
}


.text10 {
  font-size: 1rem;
  color: #4d4d4f;
}

.section12 img {
  width: auto;
  height: 3.3rem;
}

.social_links img {
  width: 1.75rem;
}

/* thank you page end */



img {
  object-fit: cover;
  object-position: center center;
}

.sectionx h6 {
  color: var(--primaryColor);
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1rem;
  margin: 1.5rem 0 0;
}

.sectionx small {
  font-size: 0.75rem;
}

.video-trigger {
  cursor: pointer;
}


@media screen and (max-width: 1399px) {
  body,
  html {
    font-size: 15px;
  }
  .section1 h1 {
    font-size: 3rem;
  }
  .section1 h2 {
    font-size: 1.2rem;
  }
  .quotes h3 {
    font-size: 1.3rem;
  }
  .quotes p {
    font-size: 1rem;
  }
  .quotes h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .box-wrapper-boxes h2 {
    font-size: 4rem;
  }
  .box-wrapper-boxes p {
      font-size: 0.83rem;

  }

}


@media screen and (max-width: 1199px) {

  .section1 h1 {
    font-family: "reckless";
    font-size: 2.5rem;
    color: #19288f;
  }

  .icon-img {
    height: 2.5rem;
  }

  .bg_outer:hover .bg_inner p {
    height: 9rem;
  }

  .section12 img {
    width: auto;
    height: 3rem;
  }

  .box-wrapper-boxes h2 {
    font-size: 4rem;
  }

  .section11-box {
    width:100%;
    background-color: white;
    position: static;
    transform: none;

  }

  .section1 .w-100 {
    width: 100% !important;
  }

  .section1::after {
    bottom: 6rem;
  }
  .blue-bg, .pink-bg {
    width: 15rem;
    padding: 1.5rem 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 14px;
  }
  .image1, .image2 {
  width: auto;
  height: 2.5rem;
}
  .section1 h1 {
    font-size: 2.2rem;
  }
  .section1::after {
    bottom: 6.5rem;
  }
  .side {
    padding-inline: 4rem;
  }
  .box1-p {
    padding-right: 0;
  }
  .bg_outer:hover .bg_inner p {
    height: 12rem;
  }
  .section7 .owl-carousel img {
    width: 100%;
  }
  .quotes {
    padding-inline: 7rem 0;
  }
  .section1 h3 {
    font-size: 1.1rem;
  }
  .section1 h2 {
    font-size: 1.1rem;
  }
  .section1 h1 {
    font-size: 2rem;
  }
  .videoBox h2 {
    width: 22rem;
    font-size: 1.1rem;
    max-width: 90%;
  }
  .playVideo {
    width: 3rem;
  }
  .section13-box {
    padding: 3rem 1.5rem;
  }
    .form-image {
    height: 200px !important;
  }
  .section1 .w-100 {
    width: 100% !important;
  }
  .blue-bg, .pink-bg {
    width: 100%;
    height: 100%;
  }
  .section14 .h-100 h1 {
    min-height: 4.5rem;
  }
  p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section1::after {
    bottom: 6rem;
  }
  .image2 {
    width: 6rem;
  }

  .section7 .owl-carousel img {
    width: 100%;
  }
  .section8 .quotes h1 {
    font-size: 1.4rem;
  }
  .section12 img {
    width: auto;
    height: 3rem;
  }
  .text9 {
    font-size: 3rem;
    font-family: "reckless";
    color: #ffffff;
  }
  .modal-content {
    padding-inline: 0.5rem;
  }
  .banner-image {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .section1 h1 {
    font-size: 2rem;
  }
  .section3_img {
    position: static;
    width: 100%;
  }
  .bg_outer img {
    opacity: 1;
  }
  .bg_outer::after {
    opacity: 0;
  }
  .bg_outer::before {
    opacity: 1;
    transform: translateY(0%);
  }
  .bg_inner h1 {
    color: white;
  }
  .bg_inner p {
    height: auto !important;
    overflow: hidden;
  }
  .videoThumb {
    min-height: 300px;
  }

  .section15 .sidebox {
      width: 100%;
      height: 8.17rem;
      background-color: white;
  }
  .section3 hr {
    width: 100%;
  }

  .section4 .bg-white {
    background: #fffc !important;
    backdrop-filter: blur(5px);
  }

  .bar {
    width: 0.5rem !important;
    padding: 0.25rem;
  }
  .small-box-wrap {
    left: 0.5rem;
  }
   .section14 .h-100 h1 {
    min-height: 0rem;
  }
  .section13-box h1 {
      min-height: 0rem;
  }
  .section15 .sidebox {
    width: 40%;
    flex-grow: 1;
    height: 8.17rem;
    background-color: white;
  }
  .side-boxes {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .img-wrap {
    width: 3rem;
  }
  .video-trigger {
    min-height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .side {
    padding-inline: 2rem;
  }
  .bg_inner {
    transform: translateX(0%);
  }
  .bg-1 > h1,
  .bg-2 > h1,
  .bg-3 > h1 {
    display: none;
    /* transform: translateX(0);
    transition: transform 0.4s ease-in-out; */
  }
  .bg-1,
  .bg-2,
  .bg-3 {
    height: 28.4rem;
  }
  .section h1 {
    font-size: 3.4rem;
  }
  .banner-image {
    transform: scale(1);
    transform-origin: center top;
  }
  .quotes {
    padding: 4rem 2rem;
  }
  .comma1 {
    width: 2.8rem;
    top: 0;
    left: 0%;
  }
  .comma2 {
    bottom: 24%;
    right: 9%;
    width: 2.8rem;
  }
  .section8 p {
    font-size: 1rem;
  }
  .per-text {
    font-size: 3rem !important;
  }
  .button1 {
    padding-inline: 1rem;
    font-size: 1rem;
    height: 2.5rem;
  }
  .banner-image {
    transform-origin: center top;
    transform: scale(1.1);
    height: 70vw;
  }
  .section1::after {
    bottom: 5.5rem;
  }
  .section1 h2 {
    font-size: 1rem;
  }
  .section1 h1 {
    font-size: 2.25rem;
  }
  .section3_img {
    transform-origin: center top;
    transform: scale(1.1);
  }
  .section3box p,
  .bg_inner p {
    font-size: 1rem;
  }
  .bg_inner h1 {
    font-size: 1.5rem;
  }
  .section6 p,
  .section9 p,
  .section11 p,
  .text6 {
    font-size: 1rem;
  }
  .quotes img {
    z-index: -1;
    opacity: 0.5;
  }
  .quotes h2 {
    font-size: 1.3rem;
  }
  .alumni_nav {
    padding-top: 0;
    padding-left: 1.5rem;
  }

  .section12 img {
    height: 2.3rem;
  }
  .videoBox h2 {
    font-size: 1rem;
    max-width: calc( 100vw - 7rem );
  }
  .videoBox2 h2 {
    max-width: calc( 100vw - 3rem );
  }
    .image1, .image2 {
    width: auto;
    height: 2rem;
  }
  .section2 p br {
    display: inline;
  }
  .sectionx h6 br {
    display: none;
  }
}

.video-trigger img.flex-grow-1 {
    width: 10%;
  }

.campuses_wrap .campusBtn_wrap {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: flex;
  gap: 20px;
  transform: translateY(50%);
}

.campuses_wrap .campusBtn_wrap img {
  background: #555;
  filter: invert(1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center center;
  padding: 5%;
  cursor: pointer;
}

.header.thank {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.thank .text5 {
  color: var(--primaryColor);
  font-size: 5rem;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .image-thank {
    transform-origin: center top;
    transform: scale(1.1);
  }
  .thank .text5 {
    font-size: 4rem;
  }
}
