.WhiteTwoColumnSection {
  color: black;
  margin: 0 auto;
  width: 100vw;
  padding: 0 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.TutorSection {
  position: sticky;
  top: 0;
  height: 70vh;
}

.GetExams {
  background-color: white;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}

.GetExams {
  height: 250vh;
  position: sticky;
  top: 0;
  transition: filter 0.3s ease-in-out;
  align-items: flex-start;
}

@media (max-height: 600px) {
  .GetExams {
    height: 310vh !important;
  }
}

.sectionHeadingBig {
  color: var(--text-black, #000);
  font-family: var(--Font-Family-Display-style---Web, Inter);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  /* 4.4rem */
  letter-spacing: var(--Letter-spacing---Display-Web-Letter-spacing-Subtitle,
      -0.0875rem);
  margin-bottom: 0.75rem;
}

.sectionHeadingNormal,
.sectionHeadingNormal2 {
  color: var(--text-black, #000);
  font-family: var(--Font-Family-Display-style---Web, Inter);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 2.75rem */
  letter-spacing: var(--Letter-spacing---Display-Web-Letter-spacing-Subtitle,
      -0.0875rem);
  margin-bottom: 1.25rem;
}

.sectionParagrah {
  color: var(--text-secondary-light, #5a5a5a);

  font-family: var(--Font-Family-Display-style---Web, Inter);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  /* 1.5rem */
  letter-spacing: var(--Letter-spacing---Display-Web-Letter-spacing-Body,
      -0.02813rem);
}

.WhiteTwoColumnSection_right_Video {
  width: 100%;
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.WhiteTwoColumnSection_left,
.WhiteTwoColumnSection_right {
  width: 45%;
}

/* ============================================ Rotating circle animation ======================== */

.videoBgCircle_orbit_leftSide {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 280px;
  aspect-ratio: 1;
  animation: rotateLeft 10s linear infinite alternate-reverse;
  border-radius: 50%;
  transform-origin: center;
  z-index: -1;
}

.videoBgCircle_orbit_GetExams {
  position: absolute;
  top: 25%;
  right: 10%;
  width: 300px;
  aspect-ratio: 1;
  animation: rotateRight 10s linear infinite alternate-reverse;
  border-radius: 50%;
  transform-origin: center;
  z-index: -1;
}

.videoBgCircle_orbit_center {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 22vw;
  aspect-ratio: 1;
  animation: rotateRight 10s linear infinite alternate-reverse;
  border-radius: 50%;
  transform-origin: center;
  z-index: -1;
}

.videoBgCircle {
  position: absolute;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
}

.videoBgCircle:nth-child(1) {
  top: 0;
  left: 0%;
  background-color: #8276F4;
  transform: translate(-50%, -50%);
}

.videoBgCircle:nth-child(2) {
  bottom: -50%;
  left: 100%;
  transform: translate(-50%, -50%);
  background-color: #8a21bf;
}

@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.VideoBoxView {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.VideoBox_WhiteSection video {
  /* width: 100%; */
}

.tutoringVideo video {
  /* scale: 1.5; */
}

/* -------------------------------  on video Gradient ----------------  */

.videoBgCircle_orbit_OnVideo_Top {
  position: absolute;
  top: 6%;
  right: -12%;
  width: 7rem;
  aspect-ratio: 1;
  animation: rotateRight 10s linear infinite alternate-reverse;
  border-radius: 50%;
  transform-origin: center;
  z-index: 1;
}

.videoBgCircle_orbit_OnVideo_Bottom {
  position: absolute;
  bottom: -7%;
  left: 0%;
  width: 7rem;
  aspect-ratio: 1;
  animation: rotateRight 10s linear infinite alternate-reverse;
  border-radius: 50%;
  transform-origin: center;
  z-index: 1;
}

.videoBgCircle_orbit_OnVideo_Top_GetExam {
  position: absolute;
  top: 6%;
  left: 50%;
  width: 7rem;
  aspect-ratio: 1;
  animation: rotateRight 10s linear infinite alternate-reverse;
  border-radius: 50%;
  transform-origin: center;
  z-index: 1;
}

.videoBgCircle_orbit_OnVideo_Bottom_GetExam {
  position: absolute;
  bottom: -7%;
  left: 0%;
  width: 7rem;
  aspect-ratio: 1;
  animation: rotateRight 10s linear infinite alternate-reverse;
  border-radius: 50%;
  transform-origin: center;
  z-index: 1;
}

.videoBgCircle_onVideo {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  filter: blur(60px);
}

.videoBgCircle_onVideo:nth-child(1) {
  top: 100%;
  left: 0%;
  background-color: #fbbf2e;
  transform: translate(-50%, -50%);
}

.videoBgCircle_onVideo:nth-child(2) {
  bottom: 0%;
  left: 100%;
  transform: translate(-50%, -50%);
  background-color: #15f145a2;
}

@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* -------------------------------------------------------------------  */

/* ======================== responsiveness ================================ */

@media screen and (width <=900px) {
  .WhiteTwoColumnSection {
    width: 100vw;
    height: 100vh;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    /* gap: 1rem; */
  }

  .WhiteTwoColumnSection_left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .WhiteTwoColumnSection_left,
  .WhiteTwoColumnSection_right {
    width: 100vw;
    padding: 0 1rem;
  }

  .tutoringVideo .teacherVideoInWhite {
    scale: 1;
  }

  .teacherVideoInWhite {
    scale: 1.23 !important;
    margin-left: 2rem;
  }

  .WhiteTwoColumnSection_right_Video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .sectionHeadingBig {
    font-size: 2.7rem;
    text-align: center;
  }

  .sectionHeadingNormal,
  .sectionHeadingNormal2 {
    font-size: 1.7rem;
    text-align: center;
    margin: 1rem 0;
  }

  .sectionParagrah {
    font-size: 1rem;
    text-align: center;
    max-width: 79vw;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .GetExams {
    flex-direction: column-reverse;
    /* gap: 3rem; */
    height: 100vh;
  }

  .videoBgCircle_orbit_leftSide,
  .videoBgCircle_orbit_OnVideo_Bottom {
    display: none;
  }

  .GetExams .videoBgCircle {
    display: none;
  }

  .videoBgCircle_orbit_OnVideo_Top {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 9rem;
    aspect-ratio: 1;
  }

  .videoBgCircle_orbit_OnVideo_Top_GetExam {
    position: absolute;
    top: 26%;
    left: 50%;
    width: 7rem;
    aspect-ratio: 1;
    animation: rotateRight 10s linear infinite alternate-reverse;
    border-radius: 50%;
    transform-origin: center;
    z-index: 1;
  }

  .getExamReadyHeading {
    margin-top: 7rem;
  }

  .getExamReadyPara {
    margin-bottom: -2rem;
  }

  .ScrollFullSection {
    height: 105vh;
  }


  .TutorSection {
    position: sticky;
    top: -11vh;
    height: 100vh;
    padding-bottom: 35vh;
  }

  .GetExams {
    position: sticky;
    top: -15vh;
    height: 135vh;
    padding-bottom: 20vh;
  }
}

@media screen and (width <=430px) {


  .TutorSection {
    position: sticky;
    top: -10vh;
    height: 135vh;
    padding-bottom: 35vh;
  }

  .GetExams {
    position: sticky;
    top: -11vh;
    height: 135vh;
    padding-bottom: 20vh;
  }
}

@media(max-height: 600px) {
  .ges_heading2 {
    font-size: 1.4rem !important;
  }
}

@media screen and (width <=420px) {
  .sectionHeadingBig {
    font-size: 2rem;
  }

  .sectionHeadingNormal,
  .sectionHeadingNormal2 {
    font-size: 1.2rem;
  }

  .sectionParagrah {
    font-size: 0.9rem;
    margin: 0 auto;
  }


}

@media screen and (width <=361px) {

  .TutorSection {
    position: sticky;
    top: -14vh;
    height: 115vh;
    padding-bottom: 0;
  }

  .GetExams {
    position: sticky;
    top: -10vh;
    height: 115vh;
    padding-bottom: 0;
  }
}

@media screen and (width <=500px) {
  .getExamReadyHeading {
    margin-top: 4rem;
  }
}

@media screen and (width <=330px) {
  .getExamReadyHeading {
    margin-top: 2rem;
  }
}