:root {
  --primaryColor: #19288f;
  --secondaryColor: #8686e0;
  --accentColor: #f4f8fa;
  --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: 18px;
  font-family: "Inter", sans-serif;
  padding: 0 !important;
}
body p {
  color: white;
}

* {
  position: relative;
  z-index: 1;
}

.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: 5.5rem;
}
.image2 {
  width: 7.38rem;
}
.section1 {
  background-color: #e6ebef;
}

.section1::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 9.1rem;
  background: var(--primaryColor);
  content: "";
}

button span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 0.2rem;
  background-color: #f6d06d;
  position: absolute;
  display: block;
}

.section1 h1 {
  font-family: reckless;
  font-size: 3rem;
}

.section1 h2 {
  font-size: 1.3rem;
  position: relative;
}

.section1 h2 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 0.2rem;
  background-color: #f6d06d;
  position: absolute;
  display: block;
}

.section1 h3 {
  color: #f6d06d;
  font-size: 1.3rem;
  font-weight: 700;
}

.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: #19288f;
}
.button1:hover,
.button1:active,
.button1:focus {
  background-color: #19288f;
}

.image-button {
  background-size: contain;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  border: none;
}

.text3 {
  font-size: 1.11rem;
  font-family: reckless;
  text-transform: capitalize;
  font-weight: 700;
  color: #18288f;
  padding: 0;
  margin: 0;
}
.text4 {
  font-size: 0.8rem;
  color: #4d4d4f;
  padding: 0;
  margin: 0;
}

.icon-img {
  width: 2.22rem;
  height: 2.07rem;
}

.section3box {
  background-color: var(--accentColor);
  padding: 7rem 5rem;
}
.section3 h1 {
  font-size: 1.75rem;
  font-family: reckless;
  font-weight: 600;
  color: #18288f;
}
.section3 p {
  color: var(--textColor);
}

.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;
}


.section3boximg {
  width: 100%;
}
.section4box {
  background-color: var(--primaryColor);
  padding: 2rem;
}

.section4 h2 {
  font-size: 1.3rem;
  font-family: reckless;
  font-weight: 600;
  color: #f6d06d;
}

.section5 h1 {
  font-size: 1.3rem;
}
.section5 {
  min-height: 22.3rem;
  padding-top: 15rem;
  padding-bottom: 1rem;
}
.section5-box {
  /* padding-top: 15rem; */
  width: auto;
  height: auto;
  background-color: var(--primaryColor);
  z-index: 1;
}

.section5 .col-3 {
  z-index: 3;
}

.videoBox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.videoBox h2 {
  background-color: #1D54FF;
  padding: 2rem 3rem;
  margin: 0;
  width: 27rem;
  display: flex;
  justify-content: center;
}

.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;
}


.text5 {
  font-size: 1.6rem;
  font-family: reckless;
  font-weight: 600;
  color: var(--primaryColor);
}
.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,
.section7 h1 span::after,
.section8 h1 span::after,
.section9 h1 span::after,
.section10 h1 span::after,
.section11 h1 span::after,
.section13 h1 span::after,
.section14 h1 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 0.2rem;
  background-color: #f6d06d;
  position: absolute;
  display: block;
}

.bg-1 {
  position: relative;
  height: 33.3rem;
  background-image: url(IMAGES/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bg-2 {
  position: relative;
  height: 33.3rem;
  background-image: url(IMAGES/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.bg-3 {
  position: relative;
  height: 33.3rem;
  background-image: url(IMAGES/bg-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section6_inner {
  background-color: #e6ebf0;
}

.section6 p {
  color: #4d4d4f;
}

.text7 {
  font-size: 1.3rem;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.text8 {
  position: absolute;
  bottom: 8%;
}

.bg-1:hover .text7 {
  bottom: 30%;
}


.bg_inner {
  position: absolute;
  inset: 0;
  background: #000a;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}

.bg-1:hover .bg_inner,
.bg-2:hover .bg_inner,
.bg-3:hover .bg_inner {
  transform: translateX(0);
}

.bg-1 > h1,
.bg-2 > h1,
.bg-3 > h1 {
  transform: translateX(0);
  transition: transform 0.4s ease-in-out;
}

.bg-1:hover > h1,
.bg-2:hover > h1,
.bg-3:hover > h1 {
  transform: translateX(-200%);
}

.section7 {
  background-color: var(--secondaryColor);
  position: relative;
}

.section13 h1 {
  font-size: 1.7rem;
  font-family: "reckless";
}
.section13-box {
  background-color: #19288f;
  padding: 4rem 3rem;
  
}

.section10 {
  background-color: #1d54ff;
}
.section10 p {
  font-size: 0.8em;
}
.section10 h3 {
  color: #baff92;
}
.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;
}

.navi-btn{
  position: absolute;
  bottom: 16%;
  left: 10%;
}

.quotes {
  padding-inline: 7rem 4rem;
}

.quotes h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.quotes p {
  font-size: 1.1rem;
}

.quotes h2 {
  font-size: 1.9rem;
}

.comma1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem !important;
}
.comma2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.8rem !important; 
}
.section9 {
  padding-block: 5rem;
  background-color: #e6ebef;
}

.accenture {
  width: 9.11rem;
}
.adani{
  width: 5rem;
}
.amazon{
  width: 8.11rem;
}
.deloitte{
  width: 9.2rem;
}

.boat{
  width: 4.3rem;
}
.upgrad{
  width: 7.1rem;
}
.livspace{
  width: 9.4rem;
}
.glance{
  width: 6.8rem;
}

.section9 h3 {
  font-size: 1.5rem;
  color: #19288f;
}
.section9-box1 {
  background-color: white;
  padding: 4rem;
  position: relative;
}
.section9 p {
  color: #4d4d4f;
}
.section14-box {
 padding: 3rem;
  background-color: #1d54ff;
}
.section14 p {
  font-weight: 500;
}
.color-gold {
  color: #f6d06d;
}

.section11 p {
  color: #4d4d4f;
}

.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: #f6d06d;
  position: absolute;
  display: block;
}

/* modal start */

.modal-dialog {
  max-width: 95%;
  width: 1000px;
}

.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;
}

@media (max-width: 991px) {
  .form-image {
    height: 200px !important;
  }
}

/* modal end */

/* thank you page start */

.button2 {
  width: 17.1rem;
}
.button3 {
  width: 18.5rem;
}
.section span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 0.2rem;
  background-color: #f6d06d;
  position: absolute;
  display: block;
}

.modal-title::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.45rem;
  width: 100%;
  height: 0.25rem;
  background-color: #f6d06d;
  position: absolute;
  display: block;
}

.section h1 {
  font-size: 4rem;
  font-family: "reckless";
}
.text10 {
  font-size: 1rem;
  color: #4d4d4f;
}

/* thank you page end */


.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;
}

.section9 .alumni_nav > div {
  background: #f5f7f8;
}

.alumni_nav img {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.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%);
}

.section9 .item img {
  width: auto !important;
  height: 2rem;
}

.videoModal .modal-content {
  background: transparent;
  border: none;
}

.videoModal iframe {
  aspect-ratio: 16/9;
  max-height: 85vh;
}

.playIcon {
  cursor: pointer;
}

.videoThumb {
  min-height: 300px;
  object-fit: cover;
  object-position: center center;
}

@media( max-width: 1399px ) {
  .section1 h3  {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 1199px) {
  body,
  html {
    font-size: 16px;
  }
  .section3box {
    padding-inline: 6.66rem;
  }
  .section5 {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .section5-box {
    position: absolute;
    bottom: 5%;
    width: 70%;
    height: 7rem;
  }
  .video {
    position: static;
    width: 100%;
    left: 0%;
    padding-bottom: 1rem;
  }

  .navi-btn{
    left: 13%;
  }
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
  }
  .section1 h1 {
    font-size: 2.2rem;
  }
  .section1::after {
    bottom: 5.3rem;
  }
  .section3box {
    padding-inline: 4rem;
  }
  .side {
    padding-inline: 4rem;
  }
  .box1-p {
    padding-right: 0;
  }
  .navi-btn{
    left: 15%;
  }
  .section9 .item img {
    height: 1.5rem;
  }
  .section14-box {
    padding: 1.5rem;
  }
  .section13-box {
    padding: 2rem;
  }
  .videoBox h2 {
    background-color: var(--primaryColor);
    padding: 2rem 2rem;
    margin: 0;
    width: 22rem;
    display: flex;
    justify-content: center;
  }
  .section12  img {
    width: auto;
    height: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section1::after {
    bottom: 9.1rem;
  }

 
  .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 {
    transform-origin: right top;
    transform: scale(1.65);
  }
  .navi-btn{
    left: 20%;
    bottom: 10%;
  }
  .button1 {
    padding-inline: 1rem;
    font-size: 1rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .section3box {
    padding-inline: 2rem;
  }
  .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;
  }

  .image2 {
    width: 5.5rem;
  }
  .banner-image {
    transform: scale(1);
  }
  .quotes {
    padding: 4rem 2rem;
  }
  .comma1 {
    width: 2.8rem;
    top: 2%;
    left: 0%;
    display: none;
  }
  .comma2 {
    bottom: 24%;
    right: 9%;
    width: 2.8rem;
  }
  .section8 h3,
  p {
    font-size: 1.3rem;
  }
  .navi-btn{
    left: 6%;
    bottom: 10%;
  }
  .button1 {
    padding-inline: 1rem;
    font-size: 1rem;
    height: 2.5rem;
  }
  .banner-image {
    height: 70vw;
    object-fit: cover;
    object-position: center top;
    transform-origin: center bottom;
    transform: scale(1.2);
  }
  .section1 {
    overflow: hidden;
  }

  p {
    font-size: 1rem !important;
  }
  .section9-box1 {
    padding: 4rem 1rem;
  }

  .videoBox {
    max-width: 90vw;
    width: 350px;
    gap: 1rem;
  }

  .videoBox .text5  {
    font-size: 20px;
    padding: 15px;
    flex-grow: 1;
  }

  .videoBox .text5 br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .navi-btn{
    left: 10%;
    bottom: 5%;
  }
}

.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: #1d54ff;
}

.hide_field {
  display: none;
}