@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&family=Poppins:wght@300;400;600;700&family=Teko:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Barlow:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&family=Poppins:wght@300;400;600;700&family=Teko:wght@400;500&display=swap");

body {
  background-color: #253f3f !important;
  color: #333 !important;
  box-sizing: border-box;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

.section1 .Adbanner {
  width: 100vw;
  background-color: #d2dcbd;
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.section1 .Adbanner h4 {
  font-size: 1.3vw;
  font-family: "poppins";
  padding: 1vw 0 !important;
  text-align: center;
  margin-bottom: 0;
}

.section1 .adv {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 13vw 0 5vw;
  background-color: transparent;
  /* position: fixed; */
  z-index: 10;
  top: 10%;
}

.section1 .adv .buttons .bordered {
  color: #d2dcbd;
  border: 1px solid #d2dcbd;
  padding: 0.5vh 1vw;
  border-radius: 5px;
  font-size: 1.5vw;
}

.section1 .adv .buttons .bolded {
  color: #253f3f;
  background-color: #d2dcbd;
  padding: 0.5vh 2vw;
  border-radius: 5px;
}

.section1 .adv .logo {
  width: 12vw;
}

.section1 .adv .logo img {
  width: 100%;
  height: 100%;
}

.container1 {
  background-image: url(./resources/T\ NEW\ LP\ 26-11\ sec-1\ bg.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  color: #d2dcbd;
}

.container1 .contContent {
  padding: 0vh 8vw 5vh 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3vw;
}

.container1 .content {
  width: 50vw;
}

.container1 .content h2 {
  color: #d2dcbd;
  font-size: 3.2vw;
  word-spacing: 2px;
  font-weight: 550;
  line-height: 3.5vw;
}

.container1 .content h1 {
  color: #d2dcbd;
  font-size: 5.5vw;
  word-spacing: 3px;
  letter-spacing: -1px;
  font-weight: 550;
  line-height: 4.5vw;
  margin-top: 3vh;
}

.container1 .content h3 {
  color: #d2dcbd;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.2vw;
  letter-spacing: 0.7px;
  width: 42vw;
  margin-top: 6vh;
}

.container1 .content h2 span {
  color: #feee35;
}

.container1 .content h1 span {
  color: #feee35;
}

.container1 .picture {
  width: 29vw;
}

.container1 .picture img {
  width: 100%;
  height: 100%;
}

.container1 h1 {
  font-size: 2rem;
  margin-bottom: 2vh !important;
  color: #000;
  text-align: left;
}

.container1 h2 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  color: #000;
}

.container1 h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
  color: #333;
}

.container1 p {
  margin-bottom: 1rem;
}

.container1 .content .down {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  width: 29vw;
  margin-top: 5vh;
  background-color: #d2dcbd;
}

.container1 .content .down {
  padding: 2.5vh 1vw 1vh;
  border-radius: 1vw;
  cursor: pointer;
}

.container1 .content .down h4 {
  color: #253f3f;
  font-size: 1.5vw;
  line-height: 1vw;
}

.container1 .content .down h5 {
  color: #253f3f;
  font-size: 1.5vw;
}

.container1 .content .down .arrow {
  width: 4vw;
}

.container1 .content .down .arrow img {
  width: 100%;
  height: 100%;
}

.FeaturedContainer {
  width: 100vw;
  height: auto;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: #253f3f;
}

.FeaturedContainer .Featurewrap {
  display: flex;
  gap: 0vw;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0vh;
}

@keyframes slide {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.FeaturedContainer .Featurewrap .news {
  align-items: center;
  animation: slide 20s linear infinite;
  display: flex;
  flex-direction: row;
  gap: 1vw;
  justify-content: center;
}

.news .new {
  width: 15vw;
  /* border: 3px dotted #000; */
  border-radius: 0.5vw;
}

.news .new img {
  width: 100%;
  height: 100%;
}

.container2 {
  background-image: url(./resources/T\ LP\ sec\ 2\ video\ bg.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-color: #d2dcbd;
  padding: 20vh 5vw 10vh;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0rem;
}

.vimvideo {
  margin: 1vh 12.5vw;
}

.vimvideo iframe {
  width: 100%;
  height: 100%;
  /* border: 2px solid #008080; */
  border-radius: 15px;
  background-color: black;
  width: 55vw;
  margin: 0vh 5vw 1vh;
  height: 60vh;
  position: relative;
  top: 0;
  left: 0;
}

.container2 h2 {
  display: none;
  text-align: left;
  width: 60vw;
  margin: 5vh 15vw 0vh;
  font-weight: 600;
  color: #253f3f;
  font-size: 2.5vw;
}

.container2 .learning {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
  margin-top: 7vh;
}

.container2 .learning .learn {
  width: 35vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 2vw 2vw;
  background-color: #f7f6dd;
  border-radius: 1vw;
}

.container2 .learning .learn h3 {
  width: 30vw;
  font-size: 1.3vw;
}

.container2 .learning .learn .image2 {
  width: 5vw;
}

.container2 .learning .learn .image2 img {
  width: 100%;
  height: 100%;
}

.container2 .last {
  text-align: center;
  padding: 3vh 2vw 2vh;
  background-color: #253f3f;
  border-radius: 3vw;
  width: 70vw;
  margin: 10vh 10vw 5vh;
}

.container2 .last h3 {
  color: #feee35;
  font-size: 1.5vw;
}

.MapDesktop {
  display: block;
  width: 100vw;
  height: auto;
}

.MapDesktop img {
  width: 100%;
  height: 100%;
}

.MapMobile {
  display: none;
}

.container3 {
  background-color: #253f3f;
  padding: 15vh 10vw 10vh;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0rem;
}

.container3 h3 {
  color: #dad8be;
  font-size: 3.5vw;
  width: 50vw;
  font-weight: 600;
}

.container3 .last {
  text-align: center;
  padding: 3vh 2vw 2vh;
  background-color: #253f3f;
  border-radius: 3vw;
  width: 70vw;
  margin: 10vh 5vw 5vh;
  border: 2px solid #feee35;
}

.container3 .last h5 {
  color: #feee35;
  font-size: 1.5vw;
}

.container3 .threes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-top: 10vh;
}

.container3 .threes .three {
  width: 25vw;
  background-color: #d2dcbd;
  border-radius: 2vw;
  min-height: 55vh;
  max-height: 60vh;
}

.container3 .threes .three .image3 {
  width: 10vw;
  margin: 2vh 7.5vw;
}

.container3 .threes .three .image3 img {
  width: 100%;
  height: 100%;
}

.container3 .threes .three h4 {
  font-size: 1.8vw;
  font-weight: 600;
  text-align: center;
  width: 17vw;
  margin: 2vh 4vw;
  height: 7vh;
}

.container3 .threes .three p {
  font-size: 1.3vw;
  font-weight: 400;
  text-align: center;
  width: 20vw;
  margin: 2vh 2.5vw;
  /* max-height: 35vh; */
}

.whoContainer {
  width: 100vw;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 5vh;
  background-color: #d2dcbd;
}

.whoContainer h2 {
  text-align: center;
  color: #345553;
  font-size: 3vw;
  margin-bottom: 10vh;
}

.whoContainer h2 span {
  color: #345553;
  font-weight: 700;
}

.whoContainer .options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4vh 4vw;
  flex-wrap: wrap;
  width: 70vw;
  margin: 4vh 15vw;
  color: #ffffff;
}

.options .option {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  gap: 1vw;
  border: 2px solid #d2dcbd;
  /* padding: 1vh 1vw; */
  width: 20vw;
  height: 8vh;
  color: #1f1f1f;
  background-color: #f7f6dd;
  border-radius: 0.5vw;
}

.option h4 {
  margin-bottom: 0;
  background-color: #345553;
  color: #d2dcbd;
  padding: 2.5vh 2vw 2.5vh 1.4vw;
  width: 3vw;
  text-align: center;
  border-radius: 0.5vw;
}

.option p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.2vw;
}

.section-3 {
  width: 100vw;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section-3 .headline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.headline .arrow {
  width: 5vw;
}

.headline .arrow img {
  width: 100%;
  height: 100%;
}

.section-3 .videosection {
  position: relative;
  width: 80vw;
  margin: 5vh 10vw;
  background-color: #d2dcbd;
  padding: 8vh 0;
  border-radius: 22vw;
  z-index: 10;
}

.videosection h1 {
  text-align: center;
  font-size: 3.5vw;
  color: #345553;
}

.videosection h1 span {
  font-weight: 700;
}

.videosection .video-container {
  width: 25vw;
  max-width: 25vw;
  box-shadow: rgb(110, 110, 110) 1px 1px 12px -2px,
    rgb(255, 255, 255) -1px 3px 7px -3px;
  margin-right: 3vw;
  border-radius: 1.5vw;
}
.section-3 .video1 video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.5vw;
  /* box-shadow: rgb(110, 110, 110) 0px 6px 12px -2px, rgb(255, 255, 255) 0px 3px 7px -3px; */
}

.video1 {
  width: 27vw; /* Set desired width */
  height: 15vw; /* Set desired height */
  object-fit: cover; /* Adjust to fill the space appropriately (cover, contain, etc.) */
  border-radius: 1vw;
}

.videoFlex {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5vh 5vw;
  z-index: 99 !important;
  gap: 2vw;
}

.flylogo1 {
  position: relative;
  width: 12vw;
  z-index: 0 !important;
  margin-left: 12vw;
  margin-bottom: -13vh;
}

.flylogo2 {
  position: relative;
  width: 12vw;
  margin-left: 77vw;
  margin-top: -13vh;
  z-index: 0 !important;
}

.flylogo1 img,
.flylogo2 img {
  width: 100%;
  height: 100%;
}

.section-4 {
  background-image: url(./resources/SEC4\ BG.avif); /* Make sure the URL is correct */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: contain; /* Ensures the entire image fits within the container */
  width: 100vw;
  height: 95vh;
  padding-top: 10vh;
  padding-bottom: 0vh;
  position: relative; /* Needed if using z-index */
}

.section-4 h1 {
  font-size: 4.5vw;
  font-weight: 400;
  padding-left: 9vw;
}

.section-4 h1 span {
  font-weight: 700;
}

.section-4 h3 {
  font-size: 2vw;
  padding-left: 9vw;
  margin-top: 0vh;
  font-weight: 400;
}

.section-4 h3 span {
  font-weight: 700;
}

.cards12 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 3vw;
}

.cards12 .card12,
.cards12 .card13,
.cards12 .card14 {
  background-color: #253f3f;
  width: 25vw;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 1vw;
  gap: 1vw;
}

.card12 {
  margin-top: 15vh;
}

.card13 {
  margin-top: 8vh;
}

.cards12 .card12 .clipping,
.cards12 .card13 .clipping,
.cards12 .card14 .clipping {
  width: 23vw;
  height: 23vh;
  border-radius: 1vw;
}

.cards12 .card12 .clipping img,
.cards12 .card13 .clipping img,
.cards12 .card14 .clipping img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
}

.card12 h1,
.card13 h1,
.card14 h1 {
  color: #d2dcbd;
  font-size: 1.5vw;
  text-align: center;
  padding-left: 0;
  text-transform: uppercase;
}

.section-5 {
  width: 100vw;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  background-color: #253f3f;
}

.section-5 .topflex,
.section-5 .bottomflex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}

.section-5 .bottomflex {
  margin: 5vh;
}

.section-5 .topflex1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f7f6dd;
  border-radius: 1vw;
  height: 17.5vw;
}

.section-5 .topflex3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1vw;
  height: 17.5vw;
  gap: 9vw;
}

.studentContent {
  color: #253f3f;
}

.studentContent h3 {
  font-size: 2.5vw;
  padding-left: 3vw;
  font-weight: 650;
}

.studentContent p {
  width: 40vw;
  font-size: 1.5vw;
  padding-left: 3vw;
}

.studentContent h1 {
  font-size: 3vw;
  padding-left: 3vw;
  font-weight: 700;
}

.studentContent h1 span {
  font-weight: 650;
}

.section-5 .topflex2 {
  background-color: #f5ee38;
  width: 22vw;
  height: 17.5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4vh 1.5vw 4vh 2vw;
  border-radius: 1vw;
}

.topflex .topflex2 h2,
.bottomflex .topflex2 h2 {
  font-size: 2.5vw;
}

.topflex .topflex2 h1,
.bottomflex .topflex2 h1 {
  font-size: 3vw;
  font-weight: 650;
}

.section-5 .students {
  width: 20vw;
  height: 17.5vw;
  padding-right: 0.1vw;
}

.section-5 .students img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
}

.container-1 {
  width: 100vw;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 10vh;
  background-color: #d2dcbd;
}

.container-1 h2 {
  text-align: center;
  margin-bottom: 2vh;
  font-size: 2.5vw;
}

.container-1 h2 span {
  /* background-image: linear-gradient(to bottom, #f3ad84, #b16a55);
    padding: 1vh 1vw; */
  font-size: 3vw;
  color: #253f3f;
}

.container-1 h6 {
  text-align: center;
  font-size: 1.5vw;
}

.container-1 .studentspics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  margin-top: 5vh;
}

.studentCard1 .simage {
  width: 10vw;
  height: 10vw;
  box-shadow: 5px 5px 1px #000;
  border-radius: 0.4vw;
  margin-top: 5vh;
  border: 1px solid #000;
}

.studentCard2 .simage {
  width: 10vw;
  height: 10vw;
  box-shadow: 5px 5px 1px #000;
  border-radius: 0.4vw;
  border: 1px solid #000;
}

.studentCard1 .simage img,
.studentCard2 .simage img {
  width: 100%;
  height: 100%;
  border-radius: 0.4vw;
}

.studentCard1 button,
.studentCard2 button {
  border: 1px solid #000;
  border-radius: 0.4vw;
  background-color: #000;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  box-shadow: 5px 5px 1px #000;
  margin-top: 1.5vh;
  padding: 0.5vh 1vw;
}

.studentCard1 .names,
.studentCard2 .names {
  border: 1px solid #000;
  border-radius: 0.4vw;
  background-color: #253f3f;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  box-shadow: 5px 5px 1px #000;
  margin-top: 1.5vh;
  padding: 0.5vh 0.5vw 0.1vh;
}

.studentCard1 .names .name,
.studentCard2 .names .name {
  font-size: 1vw;
  text-align: center;
  font-weight: 700;
}

.names .role {
  font-size: 1vw;
  text-align: center;
  margin-top: -1vh;
  color: #fff;
}

.studentCard2 button:hover {
  background-color: #008080;
}

.studentCard1 button:hover {
  background-color: #008080;
}

.container4 {
  background-color: #dad8be;
  padding: 10vh 10vw 10vh;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0rem;
}

.container4 h3 {
  font-size: 8vw;
  font-weight: 700;
  color: #253f3f;
  line-height: 8vw;
  text-align: center;
}

.container4 .tests {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3vw;
  margin-top: 5vh;
}

.tests .test {
  border: 2px solid #d7c875e0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  border-radius: 1vw;
  width: 23vw;
}

.test h4 {
  font-size: 1.2vw;
  padding: 2vh 2vw 0 2vw;
}

.test h5 {
  font-size: 1.2vw;
  padding: 2vh 2vw 0 2vw;
  font-weight: 600;
}

.test h6 {
  font-size: 1.2vw;
  padding: 0vh 2vw 0 2vw;
}

.tests .test .images4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0vw;
  padding: 0vh 1vw 0 1vw;
}

.images4 .image41 {
  width: 5vw;
}

.images4 .image41 img,
.images4 .image42 img {
  width: 100%;
  height: 100%;
}

.images4 .image42 {
  width: 8vw;
}

.successContainer {
  width: 100vw;
  height: auto;
  padding: 10vh 0vw 5vh;
  background-color: #d2dcbd;
}

.successContainer h2 {
  color: var(--primary-pink-light);
  font-size: 2vw;
  font-weight: 500;
  padding: 0vh 5vw;
  text-align: left;
}

.successContainer .successhead {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.successContainer h3 {
  color: var(--primary-pink-light);
  font-size: 2.5vw;
  font-weight: 600;
  padding: 0vh 1vw 0 5vw;
  text-align: left;
}

.successhead .arrowRight {
  width: 10vw !important;
}

.successhead .arrowRight img {
  width: 100%;
  height: 100%;
}

.successContainer .successWrap {
  display: flex;
  gap: 1vw;
  margin-top: 1vh;
  flex-wrap: wrap;
}

.successCards {
  align-items: center;
  /* animation: slide 20s linear infinite; */
  display: flex;
  flex-direction: row;
  gap: 1vw;
  justify-content: center;
  /* padding-top: 5vh; */
}

.successCard {
  /* border: 2px solid grey; */
  /* background-color: #434242; */
  padding: 2.5vh 1vw;
  border-radius: 1.3vw;
}

.successCard .student {
  /* width: 20vw; */
  width: 10vw;
  height: 10vw;
  border-radius: 0.4vw;
  margin-top: 0vh;
}

.successCard .student img {
  width: 100%;
  height: 100%;
  border-radius: 0.4vw;
}

.successCard .names {
  border-radius: 0.4vw;
  color: #000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 1.5vh;
  padding: 0.5vh 0.5vw 0.1vh;
  height: 10vh;
}

.successCard .names .name {
  font-size: 1.2vw;
  text-align: center;
  font-weight: 500;
  color: var(--primary-pink-light);
}

.successCard .names .role {
  font-size: 1vw;
  text-align: center;
  margin-top: -1vh;
  color: #253f3f;
  font-weight: 600;
}

.successCard button {
  border: 1px solid #fff;
  border-radius: 0.4vw;
  background-color: #000;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  box-shadow: 5px 5px 1px #fff;
  margin-top: 1.5vh;
  padding: 0.5vh 1vw;
}

.successCard h4 {
  font-size: 1.5vw;
  text-align: center;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

.successCard h1 {
  text-align: center;
  color: #edb72b;
  font-size: 2vw;
  font-weight: 700;
}

.ContainerNew {
  width: 100vw;
  height: auto;
  padding: 10vh 13vw 5vh;
  background-color: #d2dcbd;
}

.ContainerNew h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 3vh;
}

.ContainerNew .successCards {
  flex-wrap: wrap;
  gap: 2vw;
}

.section-6 {
  width: 100vw;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding: 5vh 10vw;
  background-color: #d2dcbd;
}

.section-6 .headline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section-6 .headline h1 {
  font-size: 3vw;
}

.headline .arrow {
  width: 5vw;
}

.headline .arrow img {
  width: 100%;
  height: 100%;
}

.section-6 .lights {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3vw;
  margin-top: 8vh;
}

.lights .light {
  width: 15vw;
  height: 10vw;
  /* border: 2px solid #253f3f; */
  background-color: #f7f6dd;
  border-radius: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  padding: 1.5vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.lights .light p {
  text-align: center;
  font-size: 1vw;
  font-weight: 600;
}

.light .lightImage {
  width: 4vw;
}

.light .lightImage img {
  width: 100%;
  height: 100%;
}

.section-6 .bottomline {
  background-image: url(./resources/SEC5\ STRIP.avif);
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 8vh 0vw;
  padding: 3vh 5vw;
}

.bottomline h4 {
  color: #f5ee38;
  text-align: center;
  font-size: 1.7vw;
}

.section-7 {
  width: 100vw;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 5vh;
  background-color: #253f3f;
}

.section-7 h1 {
  font-size: 3vw;
  text-align: center;
  color: #f7f6dd;
  font-weight: 450;
}

.section-7 h1 span {
  color: #f5ee38;
  font-weight: 600;
}

.section-7 h4 {
  font-size: 1.5vw;
  text-align: center;
  color: #d2dcbd;
}

.section-7 .programs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  width: 80vw;
  margin: 8vh 10vw;
}

.program {
  position: relative;
  width: 20vw; /* Adjust width as needed */
  height: 12vw; /* Adjust height as needed */
  perspective: 1000px; /* Gives a 3D perspective */
  border-radius: 1vw;
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
  padding: 1vh 2vw;
  box-sizing: border-box;
  border-radius: 1vw;
}

.front {
  background-color: #345553;
  z-index: 2;
  transform: rotateY(0deg);
  text-align: center;
  color: #f7f6dd;
  padding-top: 4vh;
}

.front h2 {
  font-size: 1.7vw;
  margin-bottom: 1.5vh;
  color: #f5ee38;
}

.front h5 {
  font-size: 1.2vw;
  text-align: center;
}

.back {
  background-color: #d3e0ea; /* Back side background */
  transform: rotateY(180deg); /* Starts flipped */
  background-color: #d2dcbd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.back ul li {
  font-size: 0.9vw;
  list-style: square;
  font-weight: 500;
}

/* .program:hover .front {
    transform: rotateY(-180deg);
  }
  
  .program:hover .back {
    transform: rotateY(0deg); 
  } */

.curriculambtn {
  width: 20vw;
  border: none;
  padding: 1.5vh 1vw;
  background-color: #f5ee38;
  font-weight: 600;
  font-size: 1.2vw;
  margin: 1vh 40vw 5vh;
  border-radius: 3vw;
  color: #000 !important;
}

.section-9 {
  background-image: url(./resources/veeru\ bio\ bg\ \(4\).avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  /* padding: 10vh 5vw 10vh 3vw; */
  position: relative;
  color: #d2dcbd;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5vw;
  background-color: #f7f6dd;
}

.newsArticles {
  display: block;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  margin-left: 5vw;
}

.newsArt {
  width: 18vw;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.newsArt img {
  width: 100%;
  height: 100%;
}

.aboutVeeru {
  width: 35vw;
  margin-top: 10vh;
}

.aboutVeeru h1 {
  text-align: left !important;
  color: #f5ee38;
}

.aboutVeeru h3 {
  font-size: 3vw;
}

.aboutVeeru h5 {
  font-size: 1.3vw;
  font-weight: 400;
}

.points {
  margin-top: 5vh;
}

.points .point {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vh;
  padding: 0.5vh 0vw;
  gap: 1vw;
  margin-bottom: 2vh;
}

.points .point p {
  font-size: 1.3vw;
  margin-bottom: 0;
  width: 30vw;
}

.points .point .pointImage {
  width: 4vw;
  border-radius: 0.3vw;
}

.points .point .pointImage img {
  width: 100%;
  height: 100%;
  border-radius: 0.3vw;
}

.section-9 h1 {
  font-size: 2.5vw;
  text-align: center;
}

.container5 {
  background-color: #d2dcbd;
  padding: 15vh 10vw 15vh;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 5vw;
}

.container5 .left {
  width: 50vw;
}

.container5 h6 {
  display: none;
}

.container5 .left h1 {
  font-size: 5vw;
  color: #253f3f;
  font-weight: 600;
  line-height: 5vw;
}

.container5 .left h5 {
  display: block;
  color: #253f3f;
  margin-top: 10vh;
  border: 2px solid #253f3f;
  padding: 2vh 2vw;
  border-radius: 1000px;
  text-align: center;
}

.bonuses {
  width: 45vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3vh;
}

.bonuses .bonus1 {
  width: 25vw;
  background-color: #253f3f;
  padding: 2vh 1vw;
  border-radius: 1vw;
}

.bonuses .bonus1 h3 {
  color: #f5ee38;
  text-align: center;
}

.bonuses .bonus1 h5 {
  color: #d2dcbd;
  text-align: center;
  font-size: 1.3vw;
}

.bonuses .bonus2 {
  width: 25vw;
  background-color: #f5ee38;
  padding: 2vh 1vw;
  border-radius: 1vw;
}

.bonuses .bonus2 h3 {
  color: #253f3f;
  text-align: center;
}

.bonuses .bonus2 h5 {
  color: #253f3f;
  text-align: center;
  font-size: 1.3vw;
}

.section-12 {
  width: 100vw;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
  background-color: #f7f6dd;
}

.section-12 .flexLeft {
  width: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-12 .flexLeft h1 {
  color: #345553;
  font-size: 3vw;
  font-weight: 400;
}

.section-12 .flexLeft h2 {
  color: #345553;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.section-12 .arrow {
  display: block;
}

.section-12 .flexLeft p {
  font-size: 1.2vw;
  width: 18vw;
  margin-top: 3vh;
}

.flexLeft {
}

.flexRight {
  width: 50vw;
}

.flexRight img {
  width: 100%;
  height: 100%;
}

.faq {
  margin-bottom: 20px;
  /* border: 1px solid #e0e0e0; */
  border-radius: 5px;
  overflow: hidden;
}
.faq-container {
  width: 100vw;
  height: auto;
  margin: 0vh auto;
  font-family: Arial, sans-serif;
  background-color: #d2dcbd;
  padding-top: 10vh;
  padding-bottom: 15vh;
}

.faq-container h3 {
  text-align: center;
  margin-bottom: 5vh;
  font-weight: bold;
  font-size: 3vw;
}
.faq {
  width: 60%;
  margin: 1vh 20%;
  /* border-bottom: 1px solid #ccc; */
}
.faq-question {
  cursor: pointer;
  padding: 10px 15px;
  background: #d2dcbd;
  transition: background 0.3s ease;
  font-weight: bold;
  color: #345553;
  font-size: 1.3vw;
  border: 1px solid #345553;
  border-radius: 0.5vw;
}
.faq-question:hover {
  background: #345553;
  color: #d2dcbd;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1vw;
  font-weight: bold;
  background-color: #d2dcbd;
  border: 1px solid #345553;
  border-radius: 0 0 0.5vw 0.5vw;
}

.faq-answer p {
  margin: 15px 0;
  font-size: 1.2vw !important;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.banner {
  display: flex;
  width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 35vw;
  background-color: #345553;
  padding: 2vh 10vw 2vh 10vw !important;
  position: fixed;
  top: 80vh;
  margin-top: 9vh;
  bottom: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: none;
}

.banner .offer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}

.banner .offer p {
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 600;
  color: #d2dcbd;
}

.banner .timer {
  width: 3vw;
}

.banner .timer img {
  width: 100%;
  height: 100%;
}

.banner .book {
  cursor: pointer;
  background-color: #d2dcbd;
  padding: 1.5vh 4vw 1vh;
  border-radius: 0.5vw;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.banner .book p {
  margin-bottom: 0;
  font-size: 1.3vw;
  color: #000;
  text-decoration: none;
  background-color: #d2dcbd !important;
  font-weight: 700;
  border: none !important;
}

.container6 {
  background-image: url(./resources/SEATS\ BG.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: auto;
  padding: 10vh 10vw 10vh 10vw;
  position: relative;
  background-color: #253f3f;
}

.container6 h1 {
  font-size: 5vw;
  text-align: center;
  font-weight: 700;
  color: #dad8be;
}
.container6 h1 span {
  color: #f5ee38;
}

.container6 h3 {
  text-align: center;
  margin-top: 5vh;
  color: #dad8be;
}
.container6 .down {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  width: 29vw;
  margin-top: 5vh;
  background-color: #d2dcbd;
  margin: 8vh 25vw;
  cursor: pointer;
}

.container6 .down {
  padding: 3vh 1vw 2vh;
  border-radius: 1vw;
}

.container6 .down h4 {
  color: #253f3f;
  font-size: 1.5vw;
  line-height: 1vw;
}

.container6 .down h5 {
  color: #253f3f;
  font-size: 1.5vw;
}

.container6 .down .arrow {
  width: 4vw;
}

.container6 .down .arrow img {
  width: 100%;
  height: 100%;
}

.container7 {
  width: 100vw;
  position: relative;
  color: #d2dcbd;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0vw;
  padding: 10vh 0vw 0vh 5vw;
  background-color: #253f3f;
}

.container7 .content {
  /* width: 50vw; */
  margin-bottom: 5vh;
}

.container7 .content h2 {
  color: #d2dcbd;
  font-size: 3.2vw;
  word-spacing: 2px;
  font-weight: 550;
  line-height: 4vw;
}

.container7 .content h1 {
  color: #d2dcbd;
  font-size: 5.5vw;
  word-spacing: 3px;
  letter-spacing: -1px;
  font-weight: 550;
  line-height: 4.5vw;
  margin-top: 3vh;
}

.container7 .content h3 {
  color: #d2dcbd;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.2vw;
  letter-spacing: 0.7px;
  width: 42vw;
  margin-top: 6vh;
}

.container7 .content h2 span {
  color: #feee35;
}

.container7 .picture {
  width: 100% !important;
}

.container7 .picture img {
  width: 100%;
  height: 100%;
}

.container7 h1 {
  font-size: 2rem;
  margin-bottom: 2vh !important;
  color: #000;
  text-align: left;
}

.container7 h2 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  color: #000;
}

.container7 h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
  color: #333;
}

.container7 p {
  margin-bottom: 1rem;
}

.container7 .content .down {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  width: 29vw;
  margin-top: 5vh;
  /* margin-bottom: 5vh; */
  background-color: #d2dcbd;
  cursor: pointer;
}

.container7 .content .down {
  padding: 3vh 1vw 2vh;
  border-radius: 1vw;
}

.container7 .content .down h4 {
  color: #253f3f;
  font-size: 1.5vw;
  line-height: 1vw;
}

.container7 .content .down h5 {
  color: #253f3f;
  font-size: 1.5vw;
}

.container7 .content .down .arrow {
  width: 4vw;
}

.container7 .content .down .arrow img {
  width: 100%;
  height: 100%;
}

.btn-primary {
  width: 17vw !important;
  font-size: 1vw;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 1vw 1.5vw !important;
  /* margin: 0.5vw auto 0vw 10vw !important; */
  color: #fcfcfc;
  border-radius: 0.3vw;
  border: none !important;
  /* background-image: linear-gradient(
    to right,
    #b4c145 23%,
    #739e62 40%,
    #327b80 70%
  ); */
}

.modal-header h1 {
  color: black !important;
}

.emailId {
  color: black;
}

.utmSourcelabel {
  display: none;
}

.utmSourceInput {
  display: none;
}

.modal-dialog {
  max-width: 45vw !important;
  width: 40vw !important;
}

.btn-close {
  font-size: 1vw;
}

.modal-content {
  background-color: #d2dcbd !important;
  background-image: url(./Resources/wim\ \ form\ bg\ 1.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40vw !important;
  height: 20vw;
  margin-top: 10vw;
  margin: 10vw auto 0vw auto;
  border: 2px solid #8d8d8d !important;
}

.modal-header {
  border-bottom: 0 !important;
}

.btn-close {
  color: #ffffff !important;
  background-color: #8d8d8d !important;
  padding: 0.5vw !important;
}

form .inp {
  width: 28vw;
  margin: 1vw 4.95vw 1vw 4.95vw;
  padding: 0.6vw;
  background-color: #fff;
  color: #000000 !important;
  border-radius: 0.4vw;
  font-size: 1.2vw;
}

.inp::placeholder {
  color: black;
  font-weight: 600;
}

#sub {
  width: 20vw;
  /* background-image: linear-gradient(
    to right,
    #b4c145 23%,
    #739e62 40%,
    #327b80 70%
  ); */
  border: none;
  background-color: #253f3f;
  padding: 0.7vw;
  margin: -6vw 8.9vw 1vw 8.9vw;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 1.4vw;
  font-weight: 600;
}

#msg{
  font-size: 1vw;
  color: #253f3f;
  text-align: center;
}

.payment-banner {
  display: none;
}

.payment-bannerDesktop {
  display: block;
  background-color: #253f3f;
  /* background-image: linear-gradient(to bottom, rgb(55, 55, 55) , #000000 ); */
  width: 100vw;
  height: 10vh;
  bottom: 0;
  left: 0;
  gap: 30vw;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: fixed;
}

.Payment_time {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0vw;
}

.payment-clock {
  width: 6vw;
  height: 10vh;
  margin-top: 0.5vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.payment-clock img {
  width: 100%;
  height: 100%;
}

.payment-offer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.payment-offer p {
  font-size: 1.5vw;
  font-weight: 500;
  color: white;
  /* font-family: "Teko", sans-serif; */
  margin-top: 0.6vw;
  width: 10vw;
  margin-bottom: 0;
}

#timer {
  color: white;
  font-size: 1.5vw;
  font-weight: 500;
  /* font-family: "Teko", sans-serif; */
  /* margin-left: -1.5vw; */
  margin-top: 0.6vw;
}

.payment-99 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.payment-99 a {
  text-decoration: none;
}

.payment-link {
  text-decoration: none;
}

.payment-img {
  width: 50px;
}

.payment-99 img {
  width: 20%;
}
.payment-bannerDesktop .slot {
  /* width: 25vw; */
  /* height: 3.5vw; */
  background-color: #d2dcbd;
  border: none;
  text-decoration: none;
  border-radius: 0.5vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  /* padding: 1.8vw; */
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.slot span {
  text-decoration: line-through;
}

.payment-bannerDesktop .slot:hover {
  background-color: #dad8be !important;
}

.btn-primary {
  color: #253f3f !important;
}

footer {
  width: 100vw;
  background-color: #000;
  padding: 2em 4em 6.5em 4em !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

footer h2 {
  text-align: center;
  margin-bottom: 3vh;
  font-size: 1.5vw;
}

footer h2 span {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 700;
  text-align: center;
}

.footer {
  position: inherit;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to right, #f1f0e2, #dad8be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  gap: 8vw;
  align-items: center;
  flex-direction: row;
  bottom: 0 !important;
}

.footer-flex-1 p {
  font-size: 1.3vw !important;
  margin-bottom: 0 !important;
  background: linear-gradient(to right, #f1f0e2, #dad8be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-flex-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4vw;
}

.footer-flex-2 p {
  font-size: 1.3vw !important;
  margin-bottom: 0 !important;
  background: linear-gradient(to right, #f1f0e2, #dad8be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}

.icon {
  font-size: 1.5vw !important;
  background: linear-gradient(to right, #f1f0e2, #dad8be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon i {
  background: linear-gradient(to right, #f1f0e2, #dad8be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privacy-policy a {
  text-decoration: none;
  background: linear-gradient(to right, #f1f0e2, #dad8be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-conditions a {
  text-decoration: none;
  background: linear-gradient(to right, #f1f0e2, #dad8be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 575px) {
  .section1 {
    padding-bottom: 0vh;
  }

  .section1 .Adbanner {
    width: 100vw;
    padding: 1.5vh 5vw;
    background-color: #d2dcbd;
    position: fixed;
    z-index: 10;
    top: 0;
  }

  .section1 .Adbanner h4 {
    font-size: 3.5vw;
  }

  .section1 .adv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    padding: 0vw 10vw 0 3vw;
  }

  .section1 .adv .logo {
    width: 35vw;
    margin-top: 5vh;
  }

  .section1 .adv .arrow-icon {
    padding: 0.5vw 3vw 0.5vw;
    background-color: #fff;
    color: #008080;
    font-size: 3.5vw;
    border-radius: 0.5vw;
  }

  .section1 .adv p {
    /* display: none; */
    width: 60vw;
    margin-bottom: 0;
    color: #dad8be;
    font-size: 3.5vw;
    text-align: left;
  }

  .section1 .adv .buttons .bordered {
    color: #d2dcbd;
    border: 1px solid #d2dcbd;
    padding: 0.5vh 4vw;
    border-radius: 5px;
    font-size: 3.5vw;
  }

  ul,
  ol {
    margin-left: 0rem;
    margin-bottom: 1rem;
  }

  .container1 {
    /* padding: 15vh 5vw 5vh; */
    margin-bottom: 0;
    flex-direction: column;
    padding: 0vh 8vw 0vh 5vw;
  }

  .container1 .contContent {
    flex-direction: column;
  }

  .container1 .content {
    width: 90vw;
  }

  .container1 .content h2 {
    color: #d2dcbd;
    font-size: 7vw;
    word-spacing: 2px;
    font-weight: 550;
    line-height: 9vw;
  }

  .container1 .content h1 {
    color: #d2dcbd;
    font-size: 10vw;
    word-spacing: 3px;
    letter-spacing: -1px;
    font-weight: 550;
    line-height: 7vw;
    margin-top: 2vh;
  }

  .container1 .content h3 {
    font-size: 4vw;
    line-height: 5.5vw;
    letter-spacing: 0.2px;
    width: 90vw;
    margin-top: 2vh;
  }

  .container1 .content .down {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2vw;
    width: 70vw;
    margin-top: 3vh;
    background-color: #d2dcbd;
    padding: 2vh 2vw 1vh;
    border-radius: 2vw;
  }

  .container1 .content .down h4 {
    color: #253f3f;
    font-size: 3.5vw;
    line-height: 1vw;
    margin-bottom: 0;
    margin-top: 0.5vh;
  }

  .container1 .content .down .arrow {
    width: 10vw;
  }

  .container1 .content .down h5 {
    margin-bottom: 0;
    margin-top: 1vh;
    font-size: 4vw;
  }

  .container1 .picture {
    width: 70vw;
    margin: 2vh 10vw;
  }

  .FeaturedContainer {
    width: 100vw;
    height: auto;
    padding-bottom: 2vh;
  }

  .FeaturedContainer h2 {
    font-size: 6vw !important;
    color: #008080;
    text-align: center;
    text-transform: uppercase;
  }

  .FeaturedContainer .Featurewrap {
    display: flex;
    gap: 2vw;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0vh;
  }

  @keyframes slide {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0%);
    }
  }

  .FeaturedContainer .Featurewrap .news {
    align-items: center;
    animation: slide 20s linear infinite;
    display: flex;
    flex-direction: row;
    gap: 0vw;
    justify-content: center;
    /* padding-top: 5vh; */
  }

  .news .new {
    width: 40vw;
    border-radius: 1.5vw;
  }

  .news .new img {
    width: 100%;
    height: 100%;
  }

  .container2 {
    background-image: url(./resources/T\ LP\ sec\ 2\ video\ bg\ mbl.avif);
    background-color: #d2dcbd;
    padding: 1vh 5vw 5vh;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0rem;
  }

  .vimvideo iframe {
    width: 100%;
    height: 100%;
    /* border: 2px solid #008080; */
    border-radius: 10px;
    background-color: black;
    width: 80vw;
    margin: 3vh 5vw 1vh;
    height: 13em;
    position: relative;
    top: 0;
    left: 0;
  }

  .vimvideo {
    margin: 1vh 0vw;
  }

  .container2 h2 {
    display: block;
    text-align: left;
    font-weight: 600;
    color: #253f3f;
    font-size: 5vw;
    margin: 5vh 5vw 0vh;
  }

  .container2 .learning {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 3vh;
  }

  .container2 .learning .learn {
    width: 70vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    padding: 2vh 4vw;
    background-color: #f7f6dd;
    border-radius: 2vw;
  }

  .container2 .learning .learn h3 {
    width: 60vw;
    font-size: 3.5vw;
  }

  .container2 .learning .learn .image2 {
    width: 15vw;
  }

  .container2 .learning .learn .image2 img {
    width: 100%;
    height: 100%;
  }

  .container2 .last {
    text-align: center;
    padding: 2vh 2vw 2vh;
    background-color: #253f3f;
    border-radius: 3vw;
    width: 70vw;
    margin: 5vh 10vw 5vh;
  }

  .container2 .last h3 {
    color: #feee35;
    font-size: 3vw;
  }

  .MapMobile {
    display: block;
    width: 100vw;
    height: auto;
  }

  .MapMobile img {
    width: 100%;
    height: 100%;
  }

  .MapDesktop {
    display: none;
  }

  .container3 {
    background-color: #253f3f;
    padding: 5vh 10vw 5vh;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0rem;
  }

  .container3 h3 {
    color: #dad8be;
    font-size: 8vw;
    width: 80vw;
    font-weight: 600;
  }

  .container3 .last {
    text-align: center;
    padding: 2vh 2vw 2vh;
    background-color: #253f3f;
    border-radius: 3vw;
    width: 70vw;
    margin: 5vh 5vw 5vh;
    border: 1px solid #feee35;
    cursor: pointer;
  }

  .container3 .last h5 {
    color: #feee35;
    font-size: 4.3vw;
    line-height: 6vw;
  }

  .container3 .threes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vh;
    margin-top: 5vh;
  }

  .container3 .threes .three {
    width: 70vw;
    background-color: #d2dcbd;
    border-radius: 2vw;
    min-height: 40vh;
    max-height: 45vh;
  }

  .container3 .threes .three .image3 {
    width: 30vw;
    margin: 2vh 20vw;
  }

  .container3 .threes .three .image3 img {
    width: 100%;
    height: 100%;
  }

  .container3 .threes .three h4 {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    width: 50vw;
    margin: 1vh 10vw 0;
    height: 5vh;
  }

  .container3 .threes .three p {
    font-size: 3.5vw;
    font-weight: 400;
    text-align: center;
    width: 55vw;
    margin: 1vh 7.5vw 2vh;
    /* max-height: 35vh; */
  }

  .whoContainer {
    padding-top: 5vh;
    padding-bottom: vh;
  }

  .whoContainer h2 {
    font-size: 8vw;
    margin-bottom: 5vh;
    width: 80vw;
    margin: 0 10vw 5vh;
  }

  .whoContainer .options {
    flex-direction: column;
    gap: 2vh;
    margin-top: 3vh;
  }

  .options .option {
    width: 70vw;
    gap: 3vw;
  }

  .option h4 {
    width: 12vw;
  }

  .option p {
    font-size: 4vw;
  }

  .section-3 {
    height: auto;
  }

  .section-3 .videosection {
    border-radius: 0 !important;
    margin: 0;
    width: 100vw;
  }

  .videosection h1 {
    font-size: 7vw;
  }

  .videosection .headline .arrow {
    width: 15vw;
  }

  .videoFlex {
    flex-direction: column;
    gap: 3vh;
  }

  .video1 {
    width: 70vw;
    height: 20vh;
    border-radius: 1vw;
  }

  .video-container1 {
    /* width: 70vw !important; */
    height: 20vh !important;
    border-radius: 1vw;
  }

  .FeaturedContainer {
    width: 100vw;
    height: auto;
    padding-bottom: 2vh;
  }

  .FeaturedContainer h2 {
    font-size: 6vw !important;
    color: #008080;
    text-align: center;
    text-transform: uppercase;
  }

  .FeaturedContainer .Featurewrap {
    display: flex;
    gap: 2vw;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0vh;
  }

  @keyframes slide {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0%);
    }
  }

  .FeaturedContainer .Featurewrap .news {
    align-items: center;
    animation: slide 20s linear infinite;
    display: flex;
    flex-direction: row;
    gap: 0vw;
    justify-content: center;
    /* padding-top: 5vh; */
  }

  .news .new {
    width: 40vw;
    border-radius: 1.5vw;
  }

  .news .new img {
    width: 100%;
    height: 100%;
  }

  .section-4 {
    background-image: url(./resources/);
    background-color: #f7f6dd;
    height: auto;
    padding-bottom: 5vh;
    padding: 10vh 3vw 5vh;
  }

  .section-4 h1 {
    font-size: 7vw;
    padding-left: 1vw;
    text-align: center;
  }

  .section-4 h3 {
    font-size: 6vw;
    margin-top: 1vh;
    margin-bottom: 4vh;
    padding-left: 1vw;
    text-align: center;
  }

  .cards12 {
    flex-direction: column;
    gap: 4vh;
  }

  .cards12 .card12,
  .cards12 .card13,
  .cards12 .card14 {
    width: 75vw;
    margin: 0vh 10vw;
    height: 35vh;
    padding-top: 1vh;
    border-radius: 5vw;
    gap: 2vh;
  }

  .cards12 .card12 .clipping,
  .cards12 .card13 .clipping,
  .cards12 .card14 .clipping {
    width: 70vw;
    height: 20vh;
    border-radius: 3vw;
  }

  .cards12 .card12 .clipping img,
  .cards12 .card13 .clipping img,
  .cards12 .card14 .clipping img {
    border-radius: 5vw;
  }

  .section-5 {
    padding-top: 8vh;
    height: auto;
  }

  .section-5 .topflex,
  .section-5 .bottomflex {
    flex-direction: column;
    gap: 5vh;
  }

  .section-5 .topflex1 {
    width: 70vw;
    flex-direction: column;
    background-color: #f7f6dd;
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4vw;
  }

  .section-5 .students {
    width: 70vw;
    height: 30vh;
    border-radius: 4vw;
  }

  .section-5 .students img {
    border-radius: 4vw;
  }

  .studentContent h3 {
    font-size: 6vw;
    margin-top: 2vh;
    font-weight: 600;
    padding-left: 5vw;
  }

  .studentContent p {
    font-size: 4vw;
    width: 70vw;
    font-weight: 600;
    padding-left: 5vw;
  }

  .section-5 .topflex2 {
    width: 70vw;
    height: 20vh;
    border-radius: 4vw;
    justify-content: center;
    align-items: center;
  }

  .topflex .topflex2 h2,
  .bottomflex .topflex2 h2 {
    font-size: 7vw;
    text-align: center;
    padding: 0vh 3vw;
  }

  .topflex .topflex2 h1,
  .bottomflex .topflex2 h1 {
    font-size: 7.5vw;
    font-weight: 650;
    padding: 0vh 3vw;
    text-align: center;
  }

  .section-5 .topflex3 {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5vw;
    border-radius: 3vw;
  }

  .studentContent h1 {
    font-size: 7vw;
    padding-left: 5vw;
  }

  .section-6 .headline {
    gap: 1vw;
  }

  .section-6 .headline h1 {
    font-size: 7vw;
  }

  .section-6 .headline h1 span {
    font-weight: 700;
  }

  .headline .arrow {
    width: 25vw;
  }

  .section-6 .lights {
    flex-direction: column;
    gap: 3vh;
    margin-top: 5vh;
  }

  .lights .light {
    width: 80vw;
    height: 15vh;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
    padding: 2vh 5vw;
    border-radius: 3vw;
  }

  .lights .light p {
    font-size: 4vw;
    font-weight: 500;
    margin-bottom: 0;
    width: 60vw;
  }

  .light .lightImage {
    width: 15vw;
  }

  .section-6 .bottomline {
    background-color: #345553;
    background-image: url(./resources/);
    margin: 3vh 0;
    border-radius: 3vw;
  }

  .bottomline h4 {
    font-size: 4vw;
  }

  .container-1 {
    width: 100vw;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container-1 h2 {
    text-align: center;
    margin-bottom: 2vh;
    line-height: 4vh;
    font-size: 6vw;
    width: 80vw;
    margin: 0 10vw;
  }

  .container-1 h2 span {
    /* background-image: linear-gradient(to bottom, #f3ad84, #b16a55); */
    padding: 0.7vh 1vw;
    font-size: 7vw;
  }

  .container-1 h6 {
    text-align: center;
    width: 85vw;
    margin: 1vh 7vw 0vh;
    font-size: 4vw;
  }

  .container-1 .studentspics {
    width: 90vw;
    margin: 0vh 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5vw 8vw;
    margin-top: 1vh;
  }

  .studentCard1 .simage {
    width: 32vw;
    height: 30vw;
    box-shadow: 5px 5px 1px #000;
    border-radius: 2vw;
    margin-top: 5vh;
    border: 1px solid #000;
  }

  .studentCard2 .simage {
    width: 32vw;
    height: 30vw;
    box-shadow: 5px 5px 1px #000;
    border-radius: 2vw;
    border: 1px solid #000;
  }

  .reviews {
    width: 60vw;
    margin: 2vh 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vw;
  }

  .reviews .student1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5vw;
  }

  .reviews .student1 .review {
    width: 38vw;
    padding: 4vh 3vw;
    border: 1px solid #fff;
    border-radius: 1vw;
  }

  .reviews .student1 .studentImage {
    width: 38vw;
    height: 38vw;
    box-shadow: 5px 5px 1px #fff;
    border-radius: 0.4vw;
    margin-top: 0vh;
    border: 1px solid #000;
  }

  .reviews .student2 .review {
    width: 38vw;
    padding: 4vh 3vw;
    border: 1px solid #fff;
    border-radius: 1vw;
  }

  .reviews .student2 .studentImage {
    width: 38vw;
    height: 38vw;
    box-shadow: 5px 5px 1px #fff;
    border-radius: 1vw;
    margin-top: 0vh;
    border: 1px solid #000;
  }

  .studentImage img {
    width: 100%;
    height: 100%;
  }

  .studentCard1 .simage img,
  .studentCard2 .simage img {
    width: 100%;
    height: 100%;
    border-radius: 2vw;
  }

  .studentCard1 button,
  .studentCard2 button {
    border: 1px solid #fff;
    border-radius: 0.4vw;
    background-color: #000;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 5px 5px 1px #fff;
    margin-top: 1.5vh;
    padding: 0.5vh 2vw;
    font-size: 3.2vw;
  }

  .studentCard1 .names,
  .studentCard2 .names {
    border-radius: 1vw;
    background-color: #253f3f;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 5px 5px 1px #000;
    margin-top: 1.5vh;
    padding: 1vh 1.5vw 1vh;
    height: auto;
  }

  .studentCard1 .names .name {
    font-size: 3.5vw;
    text-align: center;
    font-weight: 700;
  }

  .names .role {
    font-size: 2.8vw;
    text-align: center;
    margin-top: -1vh;
    color: #fff;
    font-weight: 500;
  }

  .studentCard2 .names .name {
    font-size: 3.5vw;
    text-align: center;
    font-weight: 700;
  }

  .studentCard2 button:hover {
    background-color: #008080;
  }

  .studentCard1 button:hover {
    background-color: #008080;
  }

  .container4 {
    background-color: #d2dcbd;
    padding: 5vh 10vw 5vh;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0rem;
  }

  .container4 h3 {
    font-size: 10vw;
    font-weight: 700;
    color: #253f3f;
    line-height: 11vw;
    text-align: center;
  }

  .container4 .tests {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    margin-top: 5vh;
  }

  .tests .test {
    border: 2px solid #253f3f;
    border-radius: 2vw;
    padding: 1vh 1vw 0;
    width: 70vw;
  }

  .test h4 {
    font-size: 3.5vw;
    padding: 2vh 2vw 0 2vw;
  }

  .test h5 {
    font-size: 3vw;
    padding: 1vh 2vw 0 2vw;
    font-weight: 600;
    margin-bottom: 0;
  }

  .test h6 {
    font-size: 3vw;
    padding: 0vh 2vw 0 2vw;
  }

  .tests .test .images4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0vw;
    padding: 0vh 1vw 0 1vw;
  }

  .images4 .image41 {
    width: 15vw;
  }

  .images4 .image41 img,
  .images4 .image42 img {
    width: 100%;
    height: 100%;
  }

  .images4 .image42 {
    width: 25vw;
  }

  .successContainer {
    width: 100vw;
    height: auto;
    padding-top: 4vh;
    padding-bottom: 5vh;
  }

  .successContainer .arrow {
    width: 20vw;
  }

  .successContainer .arrow img {
    width: 100%;
    height: 100%;
  }

  .successContainer h2 {
    text-align: left;
    font-size: 8vw;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
  }

  .successContainer h3 {
    font-size: 5vw;
  }

  .successContainer h2 span {
    color: #ff9000;
  }

  .successhead .arrowRight {
    width: 15vw !important;
  }

  /* .successContainer .successWrap {
  display: flex;
  gap: 6vw;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 1vh;
} */

  .successCards {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5vw;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1vh;
  }

  .successCard {
    padding: 1.5vh 2.5vw;
    border-radius: 1.3vw;
  }

  .successCard .student {
    width: 30vw;
    height: 30vw;
  }

  .successCard .student img {
    width: 100%;
    height: 100%;
  }

  .successCard .names {
    /* border: 1px solid #fff; */
    border-radius: 0.4vw;
    /* background-color: #000; */
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* box-shadow: 5px 5px 1px #000; */
    margin-top: 1.5vh;
    padding: 0.5vh 0.5vw 0.1vh;
    height: 10vh;
  }

  .successCard .names .name {
    font-size: 4vw;
    text-align: center;
    font-weight: 700;
    color: #000;
  }

  .successCard .names .role {
    font-size: 3.5vw;
    text-align: center;
    margin-top: -1vh;
    color: #253f3f;
    font-weight: 600;
  }

  .successCard button {
    border: 1px solid #fff;
    border-radius: 0.4vw;
    background-color: #000;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 5px 5px 1px #fff;
    margin-top: 1.5vh;
    padding: 0.5vh 1vw;
  }

  .successCard h4 {
    font-size: 3vw;
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
  }

  .successCard h1 {
    text-align: center;
    color: #ff9000;
    font-size: 3vw;
    font-weight: 700;
  }

  .section-6 .headline {
    gap: 1vw;
  }

  .ContainerNew {
    width: 100vw;
    height: auto;
    padding: 0vh 13vw 2vh;
    background-color: #d2dcbd;
  }

  .ContainerNew h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 3vh;
    font-size: 8vw;
  }

  .section-6 .headline h1 {
    font-size: 7vw;
  }

  .section-6 .headline h1 span {
    font-weight: 700;
  }

  .headline .arrow {
    width: 25vw;
  }

  .section-6 .lights {
    flex-direction: column;
    gap: 3vh;
    margin-top: 5vh;
  }

  .lights .light {
    width: 80vw;
    height: 15vh;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
    padding: 2vh 5vw;
    border-radius: 3vw;
  }

  .lights .light p {
    font-size: 4vw;
    font-weight: 500;
    margin-bottom: 0;
    width: 60vw;
  }

  .light .lightImage {
    width: 15vw;
  }

  .section-6 .bottomline {
    background-color: #345553;
    background-image: url(./resources/);
    margin: 3vh 0;
    border-radius: 3vw;
  }

  .bottomline h4 {
    font-size: 4vw;
  }

  .section-7 {
    padding-top: 8vh;
  }

  .section-7 h1 {
    font-size: 8vw;
  }

  .section-7 h4 {
    font-size: 4.5vw;
    width: 90vw;
    margin: 1vh 5vw;
  }

  .section-7 .programs {
    gap: 3vh;
  }

  .program {
    width: 70vw;
    height: 170px;
    border-radius: 3vw;
  }

  .program h2 {
    font-size: 6vw;
    margin-bottom: 1vh;
  }

  .program h5 {
    font-size: 4vw;
    width: 55vw;
    margin: 2vw 3vw;
  }

  .front {
    padding-top: 3vh;
    padding: 3vh 6vw;
    border-radius: 3vw;
  }

  .back ul li {
    font-size: 3.5vw;
  }

  .curriculambtn {
    width: 70vw;
    font-size: 4.5vw;
    margin: 1vh 15vw;
  }

  .section-9 {
    background-image: url(./resources/veeruMobilebg.jpeg);
    height: 130vh;
    padding: 12vh 5vw 1vh 3vw;
  }

  .newsArticles {
    display: none;
  }

  .aboutVeeru {
    width: 90vw;
    margin-top: 45vh;
    padding: 0vh 5vw 0 5vw;
  }

  .aboutVeeru h1 {
    text-align: left !important;
  }

  .aboutVeeru h3 {
    font-size: 6vw;
    padding-left: 0vw;
  }

  .aboutVeeru h5 {
    font-size: 4vw;
    font-weight: 400;
    padding-left: 0vw;
  }

  .points {
    margin-top: 2vh;
    gap: 2vh;
  }

  .points .point {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0vh;
    padding: 0.5vh 0vw;
    gap: 2vw;
    margin-bottom: 1vh;
  }

  .points .point p {
    font-size: 4vw;
    margin-bottom: 0;
    width: 60vw;
  }

  .points .point .pointImage {
    width: 15vw;
    border-radius: 0.3vw;
  }

  .points .point .pointImage img {
    width: 100%;
    height: 100%;
    border-radius: 0.3vw;
  }

  .section-9 h1 {
    font-size: 8vw;
    text-align: center;
    color: #f5ee38;
    margin-bottom: 0;
    padding-left: 0vw;
  }

  .container5 {
    background-color: #d2dcbd;
    padding: 5vh 5vw 5vh;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5vw;
  }

  .container5 .left {
    width: 90vw;
  }

  .container5 .left h1 {
    font-size: 8vw;
    color: #253f3f;
    font-weight: 600;
    line-height: 9vw;
  }

  .container5 .left h5 {
    display: none;
  }

  .container5 h6 {
    display: block;
    color: #253f3f;
    margin-top: 5vh;
    border: 2px solid #253f3f;
    padding: 2vh 2vw;
    border-radius: 5vw;
    text-align: center;
  }

  .container5 .bonuses {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vh;
  }

  .container5 .bonuses .bonus1 {
    width: 70vw;
    background-color: #253f3f;
    padding: 2vh 2vw;
    border-radius: 1vw;
    margin: 0 10vw 0 10vw;
  }

  .container5 .bonuses .bonus1 h3 {
    color: #f5ee38;
    text-align: center;
  }

  .container5 .bonuses .bonus1 h5 {
    color: #d2dcbd;
    text-align: center;
    font-size: 4vw;
  }

  .container5 .bonuses .bonus2 {
    width: 70vw;
    background-color: #f5ee38;
    padding: 2vh 2vw;
    border-radius: 1vw;
    margin: 0 10vw 0 10vw;
  }

  .container5 .bonuses .bonus2 h3 {
    color: #253f3f;
    text-align: center;
  }

  .container5 .bonuses .bonus2 h5 {
    color: #253f3f;
    text-align: center;
    font-size: 4vw;
  }

  .section-12 {
    flex-direction: column;
    width: 100vw;
    padding: 5vh 5vw;
  }

  .section-12 .flexLeft {
    width: 80vw;
    margin: 3vh 2.5vw;
  }

  .section-12 .flexLeft h1 {
    font-size: 12vw;
  }

  .section-12 .flexLeft h2 {
    font-size: 11vw;
    line-height: 8vw;
  }
  .section-12 .flexLeft p {
    width: 80vw;
    font-size: 5vw;
  }

  .section-12 .arrow {
    display: none;
  }

  .flexRight {
    width: 90vw;
  }

  .faq {
    margin-bottom: 20px;
    /* border: 1px solid #e0e0e0; */
    border-radius: 5px;
    overflow: hidden;
  }

  .faq-container {
    width: 100vw;
    max-height: auto;
    margin: 0vh auto;
    font-family: Arial, sans-serif;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .faq-container h3 {
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 0vh !important;
    font-weight: bold;
    font-size: 7vw !important;
  }

  .faq {
    width: 90vw;
    margin: 1vh 0vw;
    border-bottom: none;
  }

  .faq-question {
    cursor: pointer;
    width: 80vw;
    padding: 1vh 4vw 1vh 2vw;
    transition: background 0.3s ease;
    font-weight: bold;
    color: #345553;
    font-size: 4vw !important;
    margin: 0 10vw;
  }
  .faq-question:hover {
    /* background: #d2dcbd; */
    background: #345553;
    color: #d2dcbd;
  }
  .faq-answer {
    width: 80vw;
    margin: 0vh 4vw;
    max-height: 0;
    padding: 0vh 4vw;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0 10vw;
    font-weight: bold;
  }
  .faq-answer p {
    margin: 15px 0;
    font-size: 4vw !important;
    color: #000;
  }

  a {
    color: #3498db;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .container6 {
    background-image: url(./resources/SEATS\ BG.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto;
    padding: 10vh 10vw 10vh 10vw;
    position: relative;
    background-color: #253f3f;
  }

  .container6 h1 {
    font-size: 7vw;
    text-align: center;
    font-weight: 700;
    color: #dad8be;
  }
  .container6 h1 span {
    color: #f5ee38;
  }

  .container6 h3 {
    text-align: center;
    margin-top: 2vh;
    color: #dad8be;
    font-size: 4vw;
  }
  .container6 .down {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2vw;
    width: 65vw;
    margin-top: 5vh;
    background-color: #d2dcbd;
    margin: 3vh 10vw;
  }

  .container6 .down {
    padding: 2.5vh 0vw 2vh 2vw;
    border-radius: 2vw;
  }

  .container6 .down h4 {
    color: #253f3f;
    font-size: 3.5vw;
    line-height: 4vw;
    margin-bottom: 0;
  }

  .container6 .down h5 {
    color: #253f3f;
    margin-bottom: 0;
    font-size: 3.5vw;
  }

  .container6 .down .arrow {
    width: 10vw;
  }

  .container6 .down .arrow img {
    width: 100%;
    height: 100%;
  }

  .container7 {
    width: 100vw;
    position: relative;
    color: #d2dcbd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0vw;
    padding: 5vh 5vw 0vh 5vw;
    background-color: #253f3f;
  }

  .container7 .content {
    /* width: 50vw; */
    margin-bottom: 5vh;
    padding-left: 3vw;
  }

  .container7 .content h2 {
    color: #d2dcbd;
    font-size: 8vw;
    word-spacing: 2px;
    font-weight: 550;
    line-height: 9vw;
  }

  .container7 .content h1 {
    color: #d2dcbd;
    font-size: 5.5vw;
    word-spacing: 3px;
    letter-spacing: -1px;
    font-weight: 550;
    line-height: 9vw;
    margin-top: 3vh;
  }

  .container7 .content h3 {
    color: #d2dcbd;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 5.5vw;
    letter-spacing: 0.7px;
    width: 80vw;
    margin-top: 2vh;
  }

  .container7 .content h2 span {
    color: #feee35;
  }

  .container7 .picture {
    width: 100% !important;
  }

  .container7 .picture img {
    width: 100%;
    height: 100%;
  }

  .container7 h1 {
    font-size: 2rem;
    margin-bottom: 2vh !important;
    color: #000;
    text-align: left;
  }

  .container7 h2 {
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
    color: #000;
  }

  .container7 h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    color: #333;
  }

  .container7 p {
    margin-bottom: 1rem;
  }

  .container7 .content .down {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2vw;
    width: 70vw;
    margin-top: 5vh;
    /* margin-bottom: 5vh; */
    background-color: #d2dcbd;
  }

  .container7 .content .down {
    padding: 2.5vh 3vw 2vh;
    border-radius: 2vw;
  }

  .container7 .content .down h4 {
    color: #253f3f;
    font-size: 3.5vw;
    line-height: 1vw;
    margin-bottom: 0;
  }

  .container7 .content .down h5 {
    color: #253f3f;
    margin-bottom: 0;
    margin-top: 1vh;
    font-size: 3.5vw;
  }

  .container7 .content .down .arrow {
    width: 10vw;
  }

  .container7 .content .down .arrow img {
    width: 100%;
    height: 100%;
  }

  .modal-content {
    background-color: black;
    background-image: url(./Resources/wim\ \ form\ bg\ 1.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90vw !important;
    height: 65vw;
    margin-top: 33vw;
    margin-left: 3vw;
    border: 1px solid #8d8d8d !important;
  }

  .modal-header {
    border-bottom: 0 !important;
  }

  .btn-close {
    color: #ffffff !important;
    background-color: #8d8d8d !important;
    font-size: 2.5vw;
    padding: 1.5vw 1.5vw !important;
    border-radius: 0 !important;
  }

  form {
    margin-top: 0vw;
  }

  form .inp {
    width: 70vw;
    margin: 3vw 5vw 0vw 5vw !important;
    padding: 2.5vw;
    background-color: #fff;
    color: #000000 !important;
    border-radius: 1.2vw;
    font-size: 3.8vw;
    border: none;
  }

  .inp::placeholder {
    color: black; /* Change "red" to your preferred color value */
  }

  #sub {
    width: 55vw;
    border: none;
    padding: 2.5vw;
    margin: -7vw 12.5vw 3vw 12.5vw;
    border-radius: 1.5vw;
    color: #ffffff;
    font-size: 4vw;
    font-weight: 600;
  }

  #msg{
    font-size: 4vw;
    color: #253f3f;
    text-align: center;
    font-weight: 500;
    margin-top: 1vh;
  }

  /* .payment-bannerDesktop {
    display: none;
  } */

  .payment-bannerDesktop {
    display: block;
    background-color: #253f3f;
    width: 100vw;
    height: 9vh;
    position: sticky;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: fixed;
    gap: 5vw;
  }

  .payment-clock {
    width: 20vw !important;
    height: 8vh !important;    
  }

  .payment-clock img {
    width: 100%;
    height: 100%;
  }

  .payment-offer {
    /* width: 32vw; */
    /* height: 8vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0vw;
    margin-top: 0vw;
  }

  .payment-offer p {
    font-size: 3.5vw;
    font-weight: 500;
    margin-left: 1vw;
    margin-top: 2vh;
    width: auto;
    color: white;
  }

  #timer {
    color: white;
    width: auto;
    margin-left: -0.2em;
    /* margin-top: 2vh; */
    font-size: 4vw;
    font-weight: 500;
  }

  .payment-99 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .payment-99 a {
    text-decoration: none;
  }

  .payment-link {
    text-decoration: none;
  }

  .payment-img {
    width: 5vw;
    margin-right: -6vw;
  }

  .payment-99 img {
    width: 20%;
  }

  .btn-primary {
    width: 35vw !important;
    height: fit-content;
    font-size: 3vw !important;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 3vw 2vw 2vw 2vw !important;
    margin: 3vw 5vw 0vw 5vw !important;
    color: #253f3f !important;
    border-radius: 0.3vw;
    border: none !important;
    background-color: #d2dcbd !important;
  }

  .payment-99 .slot {
    width: 50vw !important;
    height: 6vh !important;
    font-size: 4vw !important;
    font-weight: 500;
  }

  .slot span {
    text-decoration: line-through;
  }

  footer {
    position: inherit;
    width: 100vw;
    background-color: #000;
    font-family: "Poppins", sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    padding: 2em 4em 6em 4em !important;
  }

  .footer {
    display: flex;
    justify-content: center;
    gap: 4vw;
    align-items: center;
    flex-direction: column;
    padding: 1vh 3vw 5vh 3vw !important;
    bottom: 0 !important;
  }

  footer h2 {
    text-align: center;
    margin-bottom: 2vh;
    font-size: 3.5vw;
  }

  footer h2 span {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 700;
    text-align: center;
  }

  .footer-flex-1 p {
    font-size: 3vw !important;
    margin-bottom: 0 !important;
    color: #fff;
    text-align: center;
  }

  .footer-flex-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4vw;
  }

  .footer-flex-2 p {
    font-size: 3vw !important;
    margin-bottom: 0 !important;
    color: #fff;
    text-align: center;
  }

  .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }

  .icon {
    font-size: 4vw !important;
    color: #fff;
  }

  .icon i {
    color: #fff;
  }

  .privacy-policy a {
    text-decoration: none;
    color: #fff;
  }

  .terms-conditions a {
    text-decoration: none;
    color: white;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .container1 {
    padding: 6vh 0vw 1vh;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  .apply-button {
    padding: 0.75rem 1.5rem;
  }
}
