/* ==================== in mobile show =============== */

.inMobShow {
  display: none;
}

@media screen and (width < 600px) {
  .inMobShow {
    display: inline;
  }
}

.oneonone {
  margin: 0 -3px;
}


/* ======== Hero Section ======== */

.HeroSection {
  text-align: center;
  padding-bottom: 6rem;
  width: 100vw;
  height: max-content;
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 91.48%, #8276F4 99.34%);
  overflow: hidden;
  background-color: black;
  color: white;
  padding-top: 7rem;
}

.HeroHeading {
  color: var(--text-white, #ffffff);
  text-align: center;

  font-size: 3.3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 5.5rem */
  letter-spacing: var(--Letter-spacing---Display-Web-Letter-spacing-H1,
      -0.125rem);
  overflow: hidden;
}

.HeroHeading span {
  position: relative;
  top: 100px;
  animation: heroHeading 0.5s 1 forwards;
}

.HeroHeading span:nth-child(1) {
  animation-delay: 0.1s;
}

.HeroHeading span:nth-child(2) {
  animation-delay: 0.25s;
}

.HeroHeading span:nth-child(3) {
  animation-delay: 0.45s;
}

@keyframes heroHeading {
  from {
    top: 100px;
  }

  to {
    top: 0px;
  }
}

.HeroSubHeading {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 2.75rem */
  letter-spacing: var(--Letter-spacing---Display-Web-Letter-spacing-Subtitle,
      -0.0875rem);
  margin-top: .8rem;
  overflow: hidden;
}

.HeroSubHeading span {
  position: relative;
  top: 100px;
  animation: heroHeading 0.5s 1 forwards;
}

@media screen and (width < 600px) {
  .HeroSubHeading span:nth-child(1) {
    animation-delay: 0.1s;
  }

  .HeroSubHeading span:nth-child(2) {
    animation-delay: 0.2s;
  }

  .HeroSubHeading span:nth-child(3) {
    animation-delay: 0.3s;
  }

  .HeroSubHeading span:nth-child(4) {
    animation-delay: 0.4s;
  }

  .HeroSubHeading span:nth-child(5) {
    animation-delay: 0.5s;
  }

  .HeroSubHeading span:nth-child(6) {
    animation-delay: 0.6s;
  }

  .HeroSubHeading span:nth-child(7) {
    animation-delay: 0.7s;
  }
}

.HeroSubHeading span:nth-child(1) {
  animation-delay: 0s;
}

.HeroSubHeading span:nth-child(2) {
  animation-delay: 0s;
}

.HeroSubHeading span:nth-child(3) {
  animation-delay: 0s;
}

.HeroSubHeading span:nth-child(4) {
  animation-delay: 0s;
}

.HeroSubHeading span:nth-child(5) {
  animation-delay: 0.1s;
}

.HeroSubHeading span:nth-child(6) {
  animation-delay: 0.2s;
}

.HeroSubHeading span:nth-child(7) {
  animation-delay: 0.4s;
}

@keyframes heroHeading {
  from {
    top: 100px;
  }

  to {
    top: 0px;
  }
}

/* --------------------------------- RESPONSIVE ----------------------------------- */
@media screen and (width <=1100px) {
  .HeroHeading {
    font-size: 3.5rem;
  }

  .HeroSubHeading {
    font-size: 2rem;
  }


}

@media screen and (width <=900px) {
  .HeroHeading {
    font-size: 3rem;
  }

  .HeroSubHeading {
    font-size: 1.8rem;
  }

  .HeroSection {
    padding-bottom: 4rem;
  }
}

@media screen and (width <=800px) {
  .HeroHeading {
    font-size: 3rem;
  }

  .HeroSubHeading {
    font-size: 1.8rem;
  }
}

@media screen and (width <=600px) {
  .HeroHeading {
    font-size: 2.5rem;
    padding: 0 0.5rem;
  }

  .HeroHeading span {
    letter-spacing: -0.02813rem;
  }

  .HeroSubHeading {
    font-size: 1.2rem;
    margin-top: 0.75rem;
    padding: 0 0.5rem;
    font-weight: 600;
  }

  .HeroSubHeading span {
    letter-spacing: -0.0875rem;
  }

  .HeroSection {
    padding-bottom: 4rem;
  }
}

@media screen and (width <=400px) {
  .HeroHeading {
    font-size: 1.8rem;
    /* padding: 0 0.5rem; */
  }
}

/* ========================================================== */
/* ======== USP Section ======== */
/* ========================================================== */

.uspSection {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.usp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.uspimg {
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #012420;
  border-radius: 50%;
}

.uspname {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 1.35rem */
  letter-spacing: -0.03075rem;
}

.Herobtn {
  margin: 0 auto;
  border-radius: 62.5rem;
  background: #4debde45;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  padding: 1rem 2rem;
  margin-top: 1.5rem;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  cursor: pointer;
  z-index: 5;
  position: relative;
}

.waitingList {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.form-container {
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.form {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 400px;
  height: auto;
  gap: 0;
  color: rgb(255, 255, 255);
  position: relative;
}

.input-field {
  width: 100%;
  height: auto;
  padding: 18px 142px 18px 18px;
  border-radius: 34px;
  font-size: 16px;
  font-family: "Balto Book", "Balto Book Placeholder", sans-serif;
  background: rgb(255, 255, 255);
  color: rgb(117, 116, 120);
  box-shadow: inset 0 0 0 1px rgb(10, 10, 10);
  border: none;
  outline: none;
  appearance: none;
}

.submit-container {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.submitdataWebengage {
  width: 124px;
  height: 100%;
  padding: 0 15px;
  border-radius: 26px;
  font-size: 1rem;
  font-weight: 500;
  background: #8276F4;
  color: black;
  border: none;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  appearance: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .form-container {
    padding: 0 16px;
  }

  .submitdataWebengage {
    width: 100%;
  }

  .submitdataWebengage {
    padding: 0 20px;
    font-size: 14px;
  }

  .success-card {
    width: 300px !important;
    padding: 10px !important;
  }

  .success-card h2 {
    font-size: 16px;
  }

  .success-card p {
    font-size: 14px;
  }
}

.success-card {
  display: none;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: slideIn 1s forwards, slideOut 1s 5s forwards;
}

@keyframes slideIn {
  0% {
    top: -100px;
    opacity: 0;
  }

  100% {
    top: 20px;
    /* Adjust as needed */
    opacity: 1;
  }
}

@keyframes slideOut {
  0% {
    top: 20px;
    /* Same as end position of slideIn */
    opacity: 1;
  }

  100% {
    top: -100px;
    /* Move above the viewport */
    opacity: 0;
  }
}

.success-card h2 {
  color: #155724;
  margin-bottom: 10px;
}

.success-card p {
  color: #1e7e34;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 10px;
  height: 0px;
}

/* --------------------------------- RESPONSIVE ----------------------------------- */
@media screen and (width <=1100px) {
  .uspimg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .uspname {
    font-size: 1rem;
  }
}

@media screen and (width <=900px) {
  .uspimg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .uspimg img {
    width: 0.8rem;
    height: auto;
  }

  .uspname {
    font-size: 0.9rem;
  }
}

@media screen and (width <=700px) {
  .uspimg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .uspimg img {
    width: 1rem;
    height: auto;
  }

  .uspname {
    font-size: 1rem;
    letter-spacing: -0.03075rem;
  }

  .uspSection {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.56rem;
    padding: 1rem;
  }
}

/* ====================================================================== */
/* ======== Video Section ======== */
/* ====================================================================== */

.TeacherVideoCard {
  width: 52vw;
  max-width: 1100px;
  margin: 4rem auto;
  border-radius: 2rem;
  /* backdrop-filter: blur(10px); */
  /* background: rgba(191, 154, 154, 0.2); */
  /* background: linear-gradient(to bottom right,
      rgba(255, 255, 255, 0.6),
      rgba(64, 64, 64, 0) 50%); */
  /* box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25); */
  position: relative;
  z-index: 1;
}

/* .TeacherVideoCard:before {
  background: linear-gradient(to bottom right,
      rgba(67, 62, 49, 0.868),
      rgba(27, 27, 29, 0)),
    #202022;
  content: "";
  inset: 1px;
  border-radius: 2rem;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
} */

.threeDots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  padding-left: 2rem;
}

.TeacherVideo {
  padding: 0 0.7rem 0.7rem;
  width: 100%;
  aspect-ratio: 15/9;
  position: relative;
  object-fit: cover;
}

/* ----------------------------------------- Teacher video style -------------------------- */
.TeacherVideo .teachervid {
  border-radius: 1.25rem;
  object-fit: fill;
}

.liveTag {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
}

.liveTag svg {
  width: 90% !important;
  max-width: 7rem;
}

.progressContent {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.progressCircleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.ProgressCircle {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 2.5rem;
  height: 2.5rem;

  border-radius: 50%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.09) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(2px);
  transition: 0.3s ease-in-out;
  animation: ProgressCircleAnimation 0.3s forwards;
}

.ProgressCircle1 {
  animation-delay: 0.5s;
}

.ProgressCircle2 {
  animation-delay: 3.5s;
}

.ProgressCircle3 {
  animation-delay: 8.5s;
}

.ProgressCircle4 {
  animation-delay: 11s;
}

.ProgressCircle5 {
  animation-delay: 14.5s;
}

.whitebg {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.09) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  border: 1px solid transparent;
}

.blackbg {
  background: linear-gradient(180deg,
      rgba(215, 215, 215, 0.443) 0%,
      rgba(90, 90, 90, 0.3) 100%);
  border: 1px solid #8276F4;
}

.yellowbg {
  background: linear-gradient(0deg,
      rgba(251, 186, 17, 1) 0%,
      rgba(255, 226, 145, 1) 100%);
  border: 1px solid transparent;
}

.ProgressCircle:after {
  color: var(--after-color, rgba(255, 255, 255, 0.2));
  display: block;
  width: 200px;
  height: 2rem;
  position: absolute;
  bottom: -2rem;
  margin-bottom: -0.3rem;

  font-size: 0.85rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.5rem */
  letter-spacing: -0.02813rem;
  transition: 0.3s ease-in-out;
}

.progressCircle.blackbg::after {
  background-color: var(--after-color);
  /* Use custom property */
}

.progressCircle.yellowbg::after {
  background-color: var(--after-color);
  /* Use custom property */
}

.ProgressCircle1:after {
  content: "Concept";
}

.ProgressCircle2:after {
  content: "Solved  Example";
}

.ProgressCircle3:after {
  content: "Practice";
}

.ProgressCircle4:after {
  content: "Activity";
}

.ProgressCircle5:after {
  content: "Quiz";
}

.progressbar {
  width: 13%;
  height: 0.25rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
}

.fill {
  height: 100%;
  width: 0;
  background-color: #8276F4;
  /* Color of filled progress */
  animation: fillAnimation 2s ease-in-out forwards;
  border-radius: 1.5rem;
}

.fill1 {
  animation-delay: 0s;
}

.fill2 {
  animation-delay: 1.5s;
}

.fill3 {
  animation-delay: 3s;
}

.fill4 {
  animation-delay: 4.5s;
}

@keyframes fillAnimation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.progressContentName {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.5rem */
  letter-spacing: -0.02813rem;
}

.TeacherVideo::before {
  content: "";
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1.3rem);
  height: 100%;
  /* background: linear-gradient(to top,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 100%); */
  border-radius: 1.4rem;
}

.videoSection {
  position: relative;
  width: 65vw;
  margin: 0 auto;
}

.gradientdot {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(200px);
  transform-origin: 0 0;
  top: 20%;
  left: 35%;
}

/* Dot 1 */
#dot1 {
  background-color: #8276F4;
}

/* Dot 2 */
#dot2 {
  background-color: rgba(255, 255, 255, 0.783);
}

/* Dot 3 */
#dot3 {
  background-color: #8276F4;
}

@keyframes move {
  0% {
    transform: rotate(0deg) translateX(380px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(300px) rotate(-360deg);
  }
}

/* Apply animation individually to each dot */
#dot1 {
  animation: move 20s linear infinite alternate-reverse;
}

#dot2 {
  animation: move 20s linear infinite alternate-reverse;
  animation-delay: 5s;
  /* Staggered start */
}

#dot3 {
  animation: move 20s linear infinite alternate-reverse;
  animation-delay: 10s;
  /* Staggered start */
}



.blurrybox {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.244);
  background: linear-gradient(45deg,
      rgba(57, 53, 42, 0.3) 0%,
      rgba(76, 86, 78, 0.9) 100%);
  backdrop-filter: blur(30px);
  z-index: 5;
}

.graphCard {
  position: absolute;
  top: 30%;
  left: -9%;
  transform: translate(-25%, 25%);
  padding: 1.5vw;
  transition: top 0.5s ease, left 0.5s ease;
}

.graphCard img {
  width: 9vw;
  max-width: 230px;
  height: auto;
}

.formulaCard {
  position: absolute;
  top: 15%;
  right: -11.5%;
  transform: translate(-25%, 25%);
  backdrop-filter: blur(45px);
  padding: 1rem 1.3vw;
  transition: top 0.5s ease, right 0.5s ease;
  border-radius: 1rem;
}

.formulaCard img {
  width: 15vw;
  max-width: 700px;
}

/* ----------------------------------------------------- student video --------------- */

.studentVideoBox {
  position: absolute;
  top: 30%;
  right: -2.5%;
  width: 13vw;
  max-width: 280px;
  height: auto;
  aspect-ratio: 3/2.5;
  transition: top 0.5s ease, right 0.5s ease;
}

.studentVideo {
  object-fit: cover;
  border-radius: 1.25rem;
  border: 2px solid rgba(255, 255, 255, 0.47);
  box-shadow: -12.025px 13.118px 21.863px 0px rgba(0, 0, 0, 0.12);
}

/* ======== Founder Section ======== */

.byFounder {
  color: var(--text-secondary, rgba(255, 255, 255, 0.6));
  text-align: center;
  font-family: var(--Font-Family-Display-style---Web, Inter);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.5rem */
  letter-spacing: var(--Letter-spacing---Display-Web-Letter-spacing-Body,
      -0.02813rem);
  margin-bottom: 1.25rem;
}

.FounderSplit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.FounderSectionLeft,
.FounderSectionRight {
  /* max-width: 27vw; */
  padding: 0rem 2.5rem;
  text-align: left;
}

.Divider {
  width: 0.125rem;
  background-color: rgba(255, 255, 255, 0.4);
  height: 5rem;
}

.FounderName {
  color: var(--text-white, #ffffff);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 1.35rem */
  letter-spacing: -0.03075rem;
  margin-bottom: 0.6rem;
}

.FounderAbout {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  /* 1.21875rem */
  letter-spacing: -0.02813rem;
  max-width: 250px;
  margin-bottom: 100px;
}

.FounderSectionLeft {
  text-align: right;
}

/* --------------------------------------------------- responsive --------------------------- */

@media screen and (width > 2000px) {
  .TeacherVideoCard {
    width: 52vw;
    max-width: 1050px;
  }

  .studentVideoBox {
    max-width: 260px;
  }

  .graphCard img {
    max-width: 160px;
  }

  .formulaCard img {
    max-width: 350px;
  }
}

@media screen and (width <=1100px) {
  .TeacherVideoCard {
    width: 70vw;
    margin: 4rem auto;
    border-radius: 2rem;
  }

  .studentVideoBox {
    min-width: 17vw;
  }

  .graphCard img {
    min-width: 13vw;
  }

  .formulaCard img {
    min-width: 20vw;
  }

  .progressbar {
    width: 12%;
  }

  .FounderSectionLeft,
  .FounderSectionRight {
    max-width: 50vw;
    padding: 0rem 2rem;
  }
}

@media screen and (width <=900px) {
  .TeacherVideoCard {
    width: 75vw;
    margin: 3rem auto;

    border-radius: 2rem;
  }

  .studentVideoBox {
    min-width: 17vw;
  }

  .graphCard img {
    min-width: 13vw;
  }

  .formulaCard img {
    min-width: 20vw;
  }

  .liveTag {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .threeDots svg {
    width: 7px !important;
  }

  .liveTag svg {
    width: 72% !important;
  }

  .progressbar {
    width: 11%;
  }

  .FounderSectionLeft,
  .FounderSectionRight {
    max-width: 40vw;
    padding: 0rem 2rem;
  }

  .ProgressCircle {
    width: 2rem;
    height: 2rem;
  }

  .ProgressCircle img {
    width: 60%;
  }

  .ProgressCircle:after {
    width: 100px;
    font-size: 0.75rem;
  }
}

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

  .topLeftBgGradient,
  .topRightBgGradient,
  .bottomRightBgGradient {
    width: 50vw;
    height: 35vh;
  }

  .topLeftBgGradient {
    top: 0;
    left: 0;
  }

  .topRightBgGradient {
    top: 0;
    right: 0;
  }

  .bottomRightBgGradient {
    bottom: 0;
    right: 0;
  }

  .TeacherVideoCard {
    width: 80vw;
    margin: 2.5rem auto;
    border-radius: 0.7rem;
  }

  /* .TeacherVideoCard::before {
    border-radius: 0.7rem;
    left: -1px;
    top: -1px;
  } */

  .TeacherVideo {
    aspect-ratio: 13/9;
  }

  .TeacherVideo .teachervid {
    border-radius: 0.5rem;
  }

  .studentVideoBox {
    min-width: 30vw;
  }

  .studentVideo {
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.47);
  }

  .graphCard img {
    min-width: 22vw;
  }

  .blurrybox {
    border-radius: 0.5rem;
  }

  .TeacherVideo {
    padding: 0;
    padding-left: 0.2rem;
    padding-right: 0.3rem;
    position: relative;
  }

  .TeacherVideo::before {
    bottom: 0.2rem;
    width: calc(100% - 0.4rem);
    border-radius: 0.5em;
  }

  .formulaCard {
    padding: 0.3rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .formulaCard img {
    min-width: 35vw;
  }

  .liveTag {
    position: absolute;
    top: 0.2rem;
    left: -1rem;
  }

  .threeDots {
    padding: 0.1rem 1rem;
    gap: 0.18rem;
  }

  .threeDots svg {
    width: 4px !important;
  }

  .liveTag {
    top: 0.3rem;
    left: 0.3rem;
  }

  .liveTag svg {
    width: 80% !important;
    max-width: 3rem;
  }

  .progressbar {
    width: 12%;

    height: 2px;
  }

  .progressContent {
    position: absolute;
    bottom: 2rem;
    gap: 0.2rem;
  }

  .FounderSplit {
    flex-direction: column;
  }

  .byFounder {
    text-align: center;
    padding: 0 1rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: -0.03075rem;
    margin-bottom: 1rem;
  }

  .FounderSplit {
    align-items: flex-start;
    padding: 0 1rem;
  }

  .FounderSectionLeft,
  .FounderSectionRight {
    max-width: 100vw;
    padding: 0;
    margin-bottom: 1rem;
    text-align: left;
  }

  .Divider {
    display: none;
  }

  .FounderName {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: -0.03075rem;
  }

  .FounderAbout {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.21875rem */
    letter-spacing: var(--Letter-spacing---Display-Web-Letter-spacing-Body,
        -0.02813rem);
    max-width: 90vw;
  }

  .ProgressCircle {
    width: 1.2rem;
    height: 1.2rem;
  }

  .ProgressCircle img {
    width: 65%;
  }

  .ProgressCircle:after {
    width: 100px;
    font-size: 0.5rem;
  }

  .videoSection {
    margin-top: 6rem;
    width: 85vw;
  }


  .gradientdot {
    width: 150px;
    height: 150px;
    filter: blur(80px);

  }

  @keyframes move {
    0% {
      transform: rotate(0deg) translateX(120px) rotate(0deg);
    }

    100% {
      transform: rotate(360deg) translateX(150px) rotate(-360deg);
    }
  }




  .studentVideoBox {
    top: 65%;
    right: -4%;
  }
}

/* ==================== footer =============================== */

.footerBar {
  width: 80vw;
  margin: 0 auto;
  background-color: transparent;
  color: black;
  padding: 1rem;
  z-index: 9999;
}

.footerBar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.footerBar ul li a {
  /* color: #000000; */
  font-size: 0.9rem;
}

@media screen and (width < 500px) {
  .footerBar ul li a {
    font-size: 0.8rem;
  }

  .footerBar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

/* =========================================================================================================== */
/* =========================================================================================================== */
/* ======================================== */
/* ============= Privacy Policy ==========  */
/* ======================================== */

.PageContent {
  height: max-content;
  background-color: #f3f3f3;
  color: #1a1a1a;
  width: 65vw;
  border-radius: 1rem;
  padding: 2rem;
  margin: 3rem auto;
  margin-bottom: 5rem;
  margin-top: 8rem;
}

.PageContent ul li {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.PageContent h1 {
  color: #242119;
  margin-bottom: 2rem;
}

.PageContent h3 {
  margin-bottom: 0.5rem;
}

.PageContent p {
  font-size: 0.9rem;
  line-height: 1.5em;
  color: rgba(40, 40, 40, 0.874);
  margin-bottom: 1.5rem;
}

@media screen and (width<=700px) {
  .PageContent {
    width: 95vw;
    padding: 1rem;
    margin: 1rem auto;
    margin-bottom: 2rem;
    margin-top: 7rem;
  }

  .PageContent ul li {
    margin-left: 1rem;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
  }

  .PageContent h1 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .PageContent h3 {
    margin-bottom: 0.4rem;
    font-size: 1rem;
  }

  .PageContent p {
    font-size: 0.8rem;
    line-height: 1.5em;
    margin-bottom: 1.5rem;
  }
}


/* .framer-1cuddqx-container {
  flex: none;
  height: auto;
  position: relative;
  transform: perspective(1200px);
  width: 349px;
} */

/* ====================== hide in mobile ====================  */

.showInMob {
  display: none;
}

@media screen and (width < 600px) {
  .hideInMob {
    display: none;
  }

  .showInMob {
    display: flex;
  }

  .showInMob .FounderName {
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
  }
}