* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

@font-face {
  font-family: "Fredoka";
  src: url(/mathbuddy_assets/fonts/fredoka.ttf);
}

@font-face {
  font-family: "Poppins";
  src: url(/mathbuddy_assets/fonts/poppins.ttf);
}

/* utility classes */

.poppins-family {
  font-family: "Poppins", sans-serif;
}

.fredoka-family {
  font-family: "Fredoka", sans-serif;
}

.margin-100 {
  margin-block: 100px;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

.main-section {
  min-height: 100vh;
  position: relative !important;
  overflow-x: hidden;
}

#main-heading {
  position: relative;
}

.bg-container {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 1300px !important;
  width: 100%;
  z-index: -1;
}

.bg-container img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}


/* for lazy loading */

.video-wrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

.video-facade {
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


#scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  width: 96px;
  position: absolute;
  bottom: -70px;
  right: 20px;
  z-index: 3000;
}



#scroll-down img {
  width: 100%;
  height: 100%;
}



#down-arrow{
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}

#main-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 200px !important;
  margin-bottom: 30px;
}
#main-heading h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 100px;
  text-align: center;
  font-weight: 700;
}
#main-heading h2 {
  margin: 0;
  font-size: 26px;
  text-align: center;
  font-weight: 400;
  width: 43%;
  text-align: center;
  line-height: 36px;
}

#scroll-down img {
  animation: rotate-scroll-down 5s linear infinite;
}

@keyframes rotate-scroll-down {
  100% {
    transform: rotate(360deg);
  }
}

#available-for {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 0;
}

#phone-tablet-laptop {
  width: 32px;
  height: 32px;
}

#tablet-container {
  margin-top: 30px;
  height: 520px;
  width: 830px;
  z-index: 4000;
}

#adaptive-practice-img {
  position: absolute;
  left: -18%;
  width: 142px;
  height: 136px;
}

#gif-container {
  border-radius: 9px;
  top: 12.5%;
  left: 8.5%;
  position: absolute !important;
  /* width: 677px;
  height: 510px; */
  width: 82.5% !important;
  height: 74.1% !important;
  overflow: hidden;
  z-index: -1;
}

#video-section {
  margin-bottom: 100px;
}

/* numbers section */

.number-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 217px;
  background-color: #fff6ee;
  border: 2px solid #ffa759;
  border-radius: 32px;
  gap: 20px;
}

.number-section h3 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
}
.number-section p {
  margin: 0;
  color: #00000080;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 14px;
}
.number-section h5 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

/* advantages section */

#advantages-container {
  margin-block: 100px;
}

.yellow-div {
  background-color: #ffdb9e;
  width: 85px !important;
  height: 60px !important;
  flex-shrink: 0 !important;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#vectorpng {
  width: 60px !important;
  height: 60px !important;
  position: absolute !important;
  top: -20px !important;
}

.yellow-div img {
  height: 70px !important;
  width: 70px !important;
  position: absolute;
  top: -28px;
}

#advantages-container h2,
#benefits-container h2,
#offerings-container h2 {
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

.advantages-section {
  border: 3px solid #f9f4f4;
  border-radius: 32px;
  height: 244px;
}

.advantages-section-upper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.advantages-section-upper h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.advantages-section-lower {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages-section-lower p {
  margin: 0;
  width: 85%;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}

.advantages-orange-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  height: 244px;
  background-color: #ff7f56;
  border-radius: 32px;
  padding: 25px;
}

.advantages-orange-div p {
  font-size: 17px;
  color: white;
}

.advantages-orange-div button {
  font-size: 14px;
  padding-inline: 26px;
  padding-block: 10px;
  color: #000000;
  font-weight: 600;
  border-radius: 8px;
  background-color: white;
  border: none;
}

/* benefits section */

#benefits-container {
  margin-block: 100px;
}

.benefits-section-inner {
  margin-top: 25px;
  padding-inline: 20px;
  padding-block: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff6ee;
  border-radius: 32px;
  gap: 20px;
  height: 350px;
}

.benefits-section-inner img {
  width: 100px;
  height: 100px;
}

#Strengthen {
  width: 100%;
}

.benefits-section-inner h4 {
  text-align: center;
  width: 80%;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

.benefits-section-inner p {
  width: 90%;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

/* offerings section */
#offerings-container {
  margin-top: 100px;
  margin-bottom: 150px;
}

.online-img1 {
  position: absolute;
  top: -7%;
  z-index: 200;
}

.online-img2 {
  position: absolute;
  top: -10%;
  z-index: 200;
}

.online-img2 img {
  width: 85px;
  height: 90px;
}

.online-img3 {
  position: absolute;
  left: 10%;
  top: -4%;
  z-index: 200;
}

.online-img3 img {
  width: 85px;
  height: 45px;
}

.offerings-section-inner {
  position: relative;
  padding-inline: 20px;
  padding-block: 50px;
  border-radius: 20px;
  height: 643px;
  display: flex;
  flex-direction: column;
}

.offerings-section-inner-yellow {
  background-color: #fff1a2;
  border: 3px solid #ffe759;
  box-shadow: 0 8px 0 #ffe759;
}
.offerings-section-inner-green {
  background-color: #c6f5d3;
  border: 3px solid #84d89b;
  box-shadow: 0 8px 0 #84d89b;
}
.offerings-section-inner-blue {
  background-color: #cbf4ff;
  border: 3px solid #b0cdf9;
  box-shadow: 0 8px 0 #b0cdf9;
}

.offerings-section-inner h4 {
  margin: 0;
  color: #00000080;
  font-weight: 700;
  font-size: 24px;
}

.offerings-section-inner h4 span {
  font-weight: 400;
}

#offerings-inner {
  margin-block: 80px;
  display: flex;
  justify-content: center;
}

.offerings-section-inner h3 {
  margin: 0;
  margin-top: 30px;
  font-weight: 700;
  font-size: 34px;
}

.offerings-features-section {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
}

.between-div {
  height: 100%; /* calc(643px - 114px); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offerings-feature {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: start;
}

.check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.check i {
  color: #ffbd80;
  font-size: 12px;
}

.check-yellow i {
  color: #ffbf31;
}

.check-green i {
  color: #84d89b;
}

.check-blue i {
  color: #5d51fc;
}

.offerings-feature p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.offerings-signup-button {
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30.8px;
  width: 100%;
  height: 72px;
  padding-block: 14px;
  padding-inline: 32px;
  color: white;
  transition: all 0.2s ease-in;
}

.offerings-signup-button span {
  font-weight: 800;
  text-transform: uppercase;
}

.yellow {
  background-color: #ffbf31;
  border: 1px solid #ffbf31;
}

.yellow:hover {
  background-color: #e0a82e !important;
  border: 1px solid #e0a82e !important;
}

/* .orange {
  background-color: #ff7f56;
  border: 1px solid #ff7f56;
} */
.green-home {
  background-color: #14a312;
  border: 1px solid #14a312;
}

.green-home:hover {
  background-color: #096c07 !important;
  border: 1px solid #096c07 !important;
}
.purple {
  background-color: #5d51fc;
  border: 1px solid #5d51fc;
}

.purple:hover {
  background-color: #160d9d !important;
  border: 1px solid #160d9d !important;
}

/* grades section */

.grades-container {
  border-radius: 32px;
  padding-inline: 50px;
  padding-block: 40px;
  min-height: 458px;
  display: flex;
  align-items: center;
}

.grade-buttons-50 {
  width: 45% !important;
}

.grade-buttons-50 svg{
  width: 40px;
  height: 40px;
}

#specs-svg {
  position: absolute;
  top: -22%;
  left: 6%;
  z-index: -10;
}

#specs-svg img {
  width: 246px;
  height: 160px;
}

.f-group-1 {
  display: flex;
  position: absolute;
  top: -2%;
  left: 11%;
}

.f-group-2 {
  display: flex;
  position: absolute;
  top: -2%;
  left: 25%;
}

.f-group-1 img,
.f-group-2 img {
  width: 19px;
  height: 34px;
}

.grades-container-blue {
  background-color: #cbf4ff;
}

.grades-container-green {
  background-color: #c6f5d3;
}


.grades-container-bg {
  min-height: 300px; /* Adjust based on design */
  background-color: #fff1a2; /* Fallback color */
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease-in-out; /* Optional for smooth transition */
}


.grades-left-part {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.grades-left-part h2 {
  font-weight: 700;
  font-size: 42px;
  margin: 0;
}

.grades-left-part p {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
}

.grades-right-part {
  justify-content: start;
  gap: 45px;
  display: flex;
}

.grades-right-part a{
  color: black !important;
  text-decoration: none !important;
}

#live-classes-section img:nth-child(1) {
  position: absolute;
  width: 114px;
  height: 114px;
  top: -12%;
  left: 10%;
}

#live-classes-section img:nth-child(2) {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -18%;
  left: 35%;
}

#live-classes-section img:nth-child(3) {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10%;
  right: -5%;
}

#live-classes-section img:nth-child(4) {
  position: absolute;
  width: 135px;
  height: 135px;
  bottom: 0%;
  left: 0%;
}

#live-classes-section img:nth-child(5) {
  position: absolute;
  width: 97px;
  height: 97px;
  bottom: -10%;
  left: 25%;
}

#live-classes-section img:nth-child(6) {
  position: absolute;
  width: 93px;
  height: 93px;
  bottom: 20%;
  left: 40%;
}

#live-classes-section img:nth-child(7) {
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: -8%;
  right: 30%;
}

#live-classes-section img:nth-child(8) {
  position: absolute;
  width: 134px;
  height: 134px;
  top: 20%;
  left: -4%;
}

#live-classes-section img:nth-child(9) {
  position: absolute;
  width: 67px;
  height: 67px;
  bottom: -5%;
  right: 2%;
}

/* call to action section */

#call-to-action {
  background-position: left; /* Align background to the left */
  display: flex;
  justify-content: center; /* Center the content horizontally */
  align-items: center; /* Center the content vertically */
  flex-direction: column; /* Stack content vertically */
  padding-block: 40px; /* Vertical padding */
  gap: 30px; /* Space between the content items */
  min-height: 200px; /* Adjust as needed */
  background-color: #f5f5f5; /* Fallback color before background image loads */
  background-size: cover; /* Ensure the background image covers the entire container */
  transition: background-image 0.3s ease-in-out; /* Smooth transition for the background */
}


#call-to-action h3 {
  color: white;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 700;
}

#call-to-action button {
  background-color: white;
  padding-block: 15px;
  padding-inline: 30px;
  border-radius: 12px;
  border: none;
  outline: none;
  color: black;
  font-weight: 600;
  font-size: 22px;
}

/* feedback section */

#feedback-section {
  margin-top: 50px;
  /* margin-block: 100px; */
  position: relative;
  z-index: 2000;
}

.custom-carousel-container {
  position: relative;
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  padding: 10px;
  align-items: center;
  height: 500px !important;
  z-index: -1;
  padding-inline: 100px !important;
}

/* Left Overlay */
#feedback-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px; /* Width of the overlay */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 2000; /* Make sure it's on top of the carousel content */
  pointer-events: none; /* Ensure it's not blocking clicks */
}

/* Right Overlay */
#feedback-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 150px; /* Width of the overlay */
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 2000; /* Make sure it's on top of the carousel content */
  pointer-events: none; /* Ensure it's not blocking clicks */
}
.custom-carousel-container::-webkit-scrollbar {
  display: none;
}

.prev-btn,
.next-btn{
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.next-btn {
  right: 0%;
  z-index: 3000 !important;
}
.prev-btn img,
.next-btn img {
  width: 50px;
  height: 50px;
}

.prev-btn {
  left: 0%;
  z-index: 3000 !important;
}

.active {
  margin-inline: 20px !important;
  width: 750px !important;
  height: 400px !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 50px !important;
  position: relative;
  flex-shrink: 0 !important;
  padding-inline: 30px;
  padding-block: 30px !important;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.small-card {
  margin-inline: 20px !important;
  width: 700px !important;
  height: 300px !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px !important;
  position: relative;
  flex-shrink: 0 !important;
  padding-inline: 20px;
  padding-block: 80px !important;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
  transform: translateY(-50px);
}

.quotes {
  position: absolute;
  top: -13%;
  left: -2%;
  height: 70px;
  width: 200px;
  z-index: 2000;
}

.quotes-small {
  position: absolute;
  top: -13%;
  left: 2%;
  height: 50px;
  width: 90px;
  z-index: 2000;
}

.active h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.small-card h3 {
  font-size: 14px;
  font-weight: 400;
}

.feedback-by {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
}

.feedback-by-small {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 30px !important;
  /* width: 130px !important; */
  width: 100%;
}

.feedback-by-small h5 {
  margin: 0;
  color: #ffbf31;
  font-size: 14px;
  font-weight: 700;
}

.feedback-by-small > div img {
  width: 50px !important;
  height: 50px !important;
}

.feedback-by-small p {
  width: 100%;
  margin: 0;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.feedback-by h5 {
  margin: 0;
  color: #ffbf31;
  font-size: 18px;
  font-weight: 700;
}

.feedback-by p {
  width: 100%;
  margin: 0;
  color: black;
  font-size: 20px;
  font-weight: 700;
}

.feedback-by div:nth-child(1) {
  width: 15%;
}

.feedback-by div:nth-child(2) {
  width: 85%;
}

.feedback-by-small div:nth-child(1) {
  width: 12% !important;
}

.feedback-by-small div:nth-child(2) {
  width: 85%;
}

.feedback-by img {
  height: 70px !important;
}

.feedback-by-img {
  border-radius: 50%;
}

.carousel-blue {
  background-color: #cbf4ff;
  border: 4px solid #b0cdf9;
}

.carousel-green {
  background-color: #c6f5d3;
  border: 4px solid #84d89b;
}

.carousel-yellow {
  background-color: #fff1a2;
  border: 4px solid #ffe759;
}

.blue-name {
  color: #5d51fc;
}

.yellow-name {
  color: #e0a82e;
}

.green-name {
  color: #14a312;
}

.testimonials-left {
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  padding-block: 20px;
}

#name-part {
  width: 250px;
  display: flex;
  justify-content: space-evenly;
}

#name-part img {
  width: 75px;
  height: 75px;
}

#designation {
  font-weight: 700;
  margin: 0;
  color: black;
  font-size: 18px;
}

.quotes-grp {
  margin-top: 30px !important;
  display: flex;
  gap: 5px;
}

.testimonials-left p {
  width: 90%;
  font-size: 18px;
  margin: 0;
}

.testimonials-right {
  overflow: hidden;
  height: 370px;
  border: 4px solid #b0cdf9;
  border-radius: 32px;
}

.testimonials-container-lower {
  margin-top: 50px !important;
  display: none !important;
}

.testimonials-card {
  height: 300px;
  border-radius: 32px;
  border: 4px solid #b0cdf9;
}

.testimonials-blue-card {
  background-color: #cbf4ff;
}

.testimonials-card-upper {
  overflow: hidden;
  padding: 7px;
  height: 70%;
  border-radius: 23px;
}

.testimonials-card-upper iframe {
  border-radius: 23px;
}

.testimonials-card-lower {
  height: 30%;
  padding-inline: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
}
/* connect with us section */

#connect-with-us-section {
  margin-top: 70px;
  margin-bottom: 120px;
}

#connect-with-us-section > div > img {
  position: absolute;
  top: -12%;
  width: 500px;
  height: 300px;
  right: 0%;
}

#connect-with-us-section > div {
  position: relative !important;
  background-color: #5d51fc;
  height: 180px;
  display: flex;
  padding-inline: 60px;
  align-items: center;
  justify-content: start;
  border-radius: 32px;
  height: 244px;
  gap: 40px;
}

.connect-text {
  width: 30%;
}
.connect-text h5 {
  font-weight: 700;
  font-size: 25px;
  color: white;
}

.connect-btns button {
  background-color: transparent;
  width: 160px;
  height: 52px;
  border: none;
  outline: none;
}

.mobile-bg-container {
  display: none !important;
}

.video-section-mobile {
  display: none;
}

.advantages-container-mobile {
  display: none !important;
}

.advantages-orange-div-mobile {
  display: none !important;
}

.mobile-connect-div {
  display: none !important;
}

@media (max-width: 475px) {

  /* for lazy loading */


.video-facade {
  width: 101%;
}

  .grade-buttons-50 svg{
    width: 40px;
    height: 40px;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #main-heading {
    margin-top: 100px !important;
  }

  #main-heading h1 {
    font-size: 40px;
  }

  #main-heading h2 {
    font-size: 14px;
    width: 90%;
    line-height: 20px;
  }

  #available-for {
    font-size: 12px;
  }

  #tablet-container {
    display: none !important;
  }

  #phone-tablet-laptop {
    width: 24px;
    height: 24px;
  }

  #adaptive-practice-img {
    display: none;
  }

  .video-section-mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 50px;
    margin-top: -70px;
    position: relative !important;
  }

  #mobile-tablet-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative; /* Allows absolute positioning for the video within */
  }

  #gif-container-mobile {
    position: absolute;
    top: 13.5%; /* Adjust as needed */
    left: 12.2%; /* Adjust as needed */
    width: 75% !important; /* Adjust to fit tablet screen width */
    height: 73% !important;
  }

  #gif-container-mobile iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  /* numbers section */

  #numbers-container {
    width: 100%;
    margin-top: 50px;
  }

  #numbers-container .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    height: 220px;
  }

  #numbers-container .row::-webkit-scrollbar {
    display: none;
  }

  #numbers-container .col-4 {
    width: 250px;
    height: 130px;
  }

  .number-section {
    flex-shrink: 0 !important;
  }

  .number-section h3 {
    font-size: 22px;
  }

  .number-section p,
  .number-section h5 {
    font-size: 14px;
  }

  /* advantages section */
  #advantages-container {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  #advantages-container h2 {
    font-size: 22px;
  }

  .advantages-container {
    display: none !important;
  }

  .advantages-container-mobile {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  .advantages-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .advantages-container-mobile .col-4 {
    margin-top: 20px;
    width: 300px !important;
    height: 250px !important;
  }

  .yellow-div {
    width: 60px !important;
    height: 24px !important;
  }

  #vectorpng {
    width: 20px !important;
    height: 18px !important;
    position: absolute !important;
    top: -10px !important;
  }

  .yellow-div > img {
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    top: -10px !important;
  }

  .advantages-section-upper h3 {
    font-size: 14px;
    width: 65% !important;
    white-space: wrap;
  }

  .advantages-section-lower p {
    font-size: 12px;
    width: 80% !important;
    white-space: wrap;
  }

  .advantages-orange-div-mobile {
    margin-top: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
    height: 160px;
    background-color: #ff7f56;
    border-radius: 32px;
    padding: 20px;
    padding-inline: 30px;
  }

  .advantages-orange-div-mobile p {
    font-size: 14px;
    color: white;
  }

  .advantages-orange-div-mobile button {
    font-size: 14px;
    width: 122px;
    height: 40px;
    color: black;
    font-weight: 600;
    border-radius: 8px;
    background-color: white;
    border: none;
  }

  /* benefits section */

  #benefits-container {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }

  #benefits-container h2 {
    font-size: 22px;
  }

  #benefits-container .row {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  #benefits-container .row::-webkit-scrollbar {
    display: none;
  }

  #benefits-container .col-4 {
    width: 280px;
    height: fit-content !important;
  }

  .benefits-section-inner {
    height: 230px !important;
    padding-inline: 20px !important;
    padding-block: 0px !important;
  }

  .benefits-section-inner img {
    width: 36px;
    height: 36px;
  }

  .benefits-section-inner h4 {
    white-space: wrap;
    font-size: 14px !important;
  }

  .benefits-section-inner p {
    white-space: wrap;
    font-size: 12px;
    width: 100% !important;
  }

  /* offerings section */
  #offerings-container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  #offerings-container h2 {
    font-size: 22px;
  }

  #offerings-inner {
    margin-top: 30px !important;
    display: flex;
    justify-content: center;
  }

  .offerings-section-inner {
    padding-inline: 30px;
    position: relative;
    height: 430px;
    margin-bottom: 60px !important;
    padding-block: 40px !important;
  }

  #offerings-inner .col-4 {
    width: 100%;
  }

  .online-img1 {
    position: absolute;
    top: -3%;
  }

  .online-img1 img {
    width: 70px !important;
    height: 60px !important;
  }

  .online-img2 {
    position: absolute;
    top: -8%;
    z-index: 200;
  }

  .online-img2 img {
    width: 60px;
    height: 60px;
  }

  .online-img3 {
    position: absolute;
    left: 10%;
    top: -4%;
    z-index: 200;
  }

  .online-img3 img {
    width: 60px;
    height: 35px;
  }

  .offerings-section-inner h4 {
    font-size: 12px;
  }

  .offerings-section-inner h3 {
    font-size: 22px;
  }

  .offerings-features-section {
    gap: 10px;
  }

  .between-div {
    justify-content: space-between;
  }

  .offerings-feature {
    gap: 10px;
  }

  .check {
    width: 20px;
    height: 20px;
  }

  .check i {
    font-size: 10px;
  }

  .offerings-feature p {
    font-size: 12px;
  }

  .offerings-signup-button {
    height: 48px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  /* grades section */

  #home-subscription-section,
  #live-classes-section,
  #school-section {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .grades-container {
    padding-inline: 10px;
    padding-block: 30px;
    min-height: 250px !important;
  }

  #specs-svg {
    top: -15%;
  }

  #specs-svg img {
    width: 87px;
    height: 48px;
  }

  .f-group-1 img,
  .f-group-2 img {
    width: 9px;
    height: 18px;
  }

  .grades-container .col-5 {
    width: 100% !important;
  }

  .grades-left-part {
    gap: 15px;
  }

  .grades-left-part h2 {
    font-size: 22px;
  }

  .grades-left-part p {
    font-size: 12px;
    line-height: 18px;
  }

  .grades-right-part {
    margin-top: 30px !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    white-space: nowrap;
    height: 60px !important;
    gap: 20px;
  }

  .grades-right-part::-webkit-scrollbar {
    display: none;
  }

  .grades-container .col-6 {
    margin-left: 10px !important;
    width: 100% !important;
    height: fit-content !important;
  }

  .grade-btn-mobile {
    border-radius: 12px !important;
    color: black !important;
  }

  .grade-btn-mobile svg{
    width: 20px !important;
    height: 20px !important;
  }

  .grades-right-part .col-5 {
    width: 160px !important;
    height: 50px !important;
    flex-shrink: 0 !important;
  }

  #live-classes-section img:nth-child(1) {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -12%;
    left: 10%;
  }

  #live-classes-section img:nth-child(2) {
    display: none;
  }

  #live-classes-section img:nth-child(3) {
    display: none;
  }

  #live-classes-section img:nth-child(4) {
    position: absolute;
    width: 82px;
    height: 82px;
    bottom: -15%;
    left: -7%;
  }

  #live-classes-section img:nth-child(5) {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 70%;
    left: 65%;
  }

  #live-classes-section img:nth-child(6) {
    display: none;
  }

  #live-classes-section img:nth-child(7) {
    position: absolute;
    width: 66px;
    height: 66px;
    bottom: -8%;
    right: 30%;
  }

  #live-classes-section img:nth-child(8) {
    display: none;
  }

  /* call to action section */

  #call-to-action {
    margin-top: 50px;
    padding-block: 30px;
    gap: 15px;
    margin-bottom: 30px !important;
  }

  #call-to-action h3 {
    font-size: 22px;
  }

  #call-to-action button {
    height: 48px;
    font-size: 14px;
  }

  /* testimonials section */

  #testimonials-section {
    margin-top: 100px !important;
  }

  #testimonials-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-carousel-container {
    width: 95% !important;
    padding-top: 70px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 500px !important;
    z-index: -1;
    padding-inline: 0px !important;
  }

  #feedback-section::before,
  #feedback-section::after,
  .prev-btn-test,
  .next-btn-test {
    display: none !important;
  }

  .active,
  .small-card {
    margin-inline: 10px !important;
    width: 300px !important;
    height: 400px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 10px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .quotes,
  .quotes-small {
    position: absolute;
    top: -10%;
    left: 5%;
    height: 50px;
    width: 100px;
    z-index: 2000;
  }

  .active h3,
  .small-card h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-by,
  .feedback-by-small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: fit-content !important;
    width: fit-content;
  }

  .feedback-by-small h5,
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 12px;
    font-weight: 700;
  }

  .feedback-by-small > div img,
  .feedback-by > div img {
    width: 50px !important;
    height: 50px !important;
  }

  .feedback-by-small p,
  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 12px;
    font-weight: 700;
  }

  .prev-btn,
  .next-btn {
    display: none !important;
  }

  .custom-carousel-container {
    padding-left: 0px !important;
    padding-inline: 0px !important;
  }

  #testimonials-section {
    margin-top: 0px !important;
  }

  /* connect with us section */

  #connect-with-us-section {
    margin-top: 0px !important;
    margin-bottom: 50px;
  }

  .mobile-connect-div {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
  }

  #connect-with-us-section > div {
    display: none;
  }

  .mobile-connect-div > img {
    position: static !important;
    width: 350px !important;
    height: 250px !important;
  }

  #connect-with-us-section > div {
    height: 500px;
    padding-inline: 20px !important;
    flex-direction: column;
    padding-block: 30px;
  }

  .connect-text {
    width: 100% !important;
  }

  .connect-text h5 {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 476px) and (max-width: 767px) {
  .bg-container {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 1300px !important;
    width: 100%;
    z-index: -1;
  }

  /* for lazy loading */

.video-wrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

.video-facade {
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 0;
  left: 0;
  width: 96.7%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .bg-container img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #main-heading {
    margin-top: 100px !important;
  }

  #main-heading h1 {
    font-size: 40px;
  }

  #main-heading h2 {
    font-size: 14px;
    width: 90%;
    line-height: 20px;
  }

  #available-for {
    font-size: 12px;
  }

  #tablet-container {
    display: none !important;
  }

  #phone-tablet-laptop {
    width: 24px;
    height: 24px;
  }

  #adaptive-practice-img {
    display: none;
  }

  .video-section-mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 50px;
    margin-top: -70px;
    position: relative !important;
  }

  #mobile-tablet-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative; /* Allows absolute positioning for the video within */
  }

  #gif-container-mobile {
    position: absolute;
    top: 13.5%; /* Adjust as needed */
    left: 11%; /* Adjust as needed */
    width: 80.2% !important; /* Adjust to fit tablet screen width */
    height: 73.3% !important;
  }

  #gif-container-mobile iframe {
    width: 96.5%;
    height: 99%;
    pointer-events: none;
    border-radius: 10px;
  }

  /* numbers section */

  #numbers-container {
    width: 100%;
    margin-top: 70px;
  }

  #numbers-container .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    height: 220px;
  }

  #numbers-container .row::-webkit-scrollbar {
    display: none;
  }

  #numbers-container .col-4 {
    width: 275px;
    height: 150px;
  }

  .number-section {
    flex-shrink: 0 !important;
  }

  .number-section h3 {
    font-size: 22px;
  }

  .number-section p,
  .number-section h5 {
    font-size: 16px;
  }

  /* advantages section */
  #advantages-container {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  #advantages-container h2 {
    font-size: 25px;
  }

  .advantages-container {
    display: none !important;
  }

  .advantages-container-mobile {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  .advantages-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .advantages-container-mobile .col-4 {
    margin-top: 20px;
    width: 300px !important;
    height: 250px !important;
  }

  .yellow-div {
    width: 60px !important;
    height: 24px !important;
  }

  #vectorpng {
    width: 20px !important;
    height: 18px !important;
    position: absolute !important;
    top: -10px !important;
  }

  .yellow-div > img {
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    top: -10px !important;
  }

  .advantages-section-upper h3 {
    font-size: 14px;
    width: 65% !important;
    white-space: wrap;
  }

  .advantages-section-lower p {
    font-size: 12px;
    width: 80% !important;
    white-space: wrap;
  }

  .advantages-orange-div-mobile {
    margin-top: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
    height: 180px;
    background-color: #ff7f56;
    border-radius: 32px;
    padding: 20px;
    padding-inline: 30px;
  }

  .advantages-orange-div-mobile p {
    font-size: 18px;
    color: white;
  }

  .advantages-orange-div-mobile button {
    padding-inline: 20px;
    font-size: 16px;
    width: 152px;
    height: 50px;
    color: black;
    font-weight: 600;
    border-radius: 8px;
    background-color: white;
    border: none;
  }

  /* benefits section */

  #benefits-container {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }

  #benefits-container h2 {
    font-size: 30px;
  }

  #benefits-container .row {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  #benefits-container .row::-webkit-scrollbar {
    display: none;
  }

  #benefits-container .col-4 {
    width: 280px;
    height: fit-content !important;
  }

  .benefits-section-inner {
    height: 230px !important;
    padding-inline: 20px !important;
    padding-block: 0px !important;
  }

  .benefits-section-inner img {
    width: 36px;
    height: 36px;
  }

  .benefits-section-inner h4 {
    white-space: wrap;
    font-size: 14px !important;
  }

  .benefits-section-inner p {
    white-space: wrap;
    font-size: 12px;
    width: 100% !important;
  }

  /* offerings section */
  #offerings-container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  #offerings-container h2 {
    font-size: 30px;
  }

  #offerings-inner {
    margin-top: 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .offerings-section-inner {
    padding-inline: 30px;
    position: relative;
    height: 430px;
    margin-bottom: 60px !important;
    padding-block: 40px !important;
  }

  .offerings-section-inner>*>a {
    text-decoration: none;
  }

  #offerings-inner .col-4 {
    width: 80%;
  }

  .online-img1 {
    position: absolute;
    top: -5%;
  }

  .online-img1 img {
    width: 70px !important;
    height: 60px !important;
  }

  .online-img2 {
    position: absolute;
    top: -8%;
    z-index: 200;
  }

  .online-img2 img {
    width: 60px;
    height: 60px;
  }

  .online-img3 {
    position: absolute;
    left: 10%;
    top: -4%;
    z-index: 200;
  }

  .online-img3 img {
    width: 60px;
    height: 35px;
  }

  .offerings-section-inner h4 {
    font-size: 16px;
  }

  .offerings-section-inner h3 {
    font-size: 28px;
  }

  .offerings-features-section {
    margin-top: 20px !important;
    gap: 10px;
  }

  .between-div {
    justify-content: space-between;
  }

  .offerings-feature {
    gap: 10px;
  }

  .check {
    width: 24px;
    height: 24px;
  }

  .check i {
    font-size: 12px;
  }

  .offerings-feature p {
    font-size: 14px;
  }

  .offerings-signup-button {
    height: 48px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  /* grades section */

  #home-subscription-section,
  #live-classes-section,
  #school-section {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .grades-container {
    padding-inline: 10px;
    padding-block: 30px;
    min-height: 250px !important;
  }

  #specs-svg {
    top: -15%;
  }

  #specs-svg img {
    width: 87px;
    height: 48px;
  }

  .f-group-1 img,
  .f-group-2 img {
    width: 9px;
    height: 18px;
  }

  .grades-container .col-5 {
    width: 100% !important;
  }

  .grades-left-part {
    gap: 15px;
  }

  .grades-left-part h2 {
    font-size: 30px;
  }

  .grades-left-part p {
    font-size: 14px;
    line-height: 18px;
  }

  .grades-right-part {
    margin-top: 30px !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    white-space: nowrap;
    height: 60px !important;
    gap: 20px;
  }

  .grades-right-part::-webkit-scrollbar {
    display: none;
  }

  .grades-container .col-6 {
    margin-left: 10px !important;
    width: 100% !important;
    height: fit-content !important;
  }

  .grade-btn-mobile {
    border-radius: 12px !important;
  }

  .grades-right-part .col-5 {
    width: 160px !important;
    height: 50px !important;
    flex-shrink: 0 !important;
  }

  #live-classes-section img:nth-child(1) {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -12%;
    left: 10%;
  }

  #live-classes-section img:nth-child(2) {
    display: none;
  }

  #live-classes-section img:nth-child(3) {
    display: none;
  }

  #live-classes-section img:nth-child(4) {
    position: absolute;
    width: 82px;
    height: 82px;
    bottom: -15%;
    left: -7%;
  }

  #live-classes-section img:nth-child(5) {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 70%;
    left: 65%;
  }

  #live-classes-section img:nth-child(6) {
    display: none;
  }

  #live-classes-section img:nth-child(7) {
    position: absolute;
    width: 66px;
    height: 66px;
    bottom: -8%;
    right: 30%;
  }

  #live-classes-section img:nth-child(8) {
    display: none;
  }

  /* call to action section */

  #call-to-action {
    margin-top: 50px;
    padding-block: 30px;
    gap: 15px;
    margin-bottom: 80px !important;
  }

  #call-to-action h3 {
    font-size: 30px;
  }

  #call-to-action button {
    height: 54px;
    font-size: 15px;
  }


  /* testimonials section */

  #testimonials-section {
    margin-top: 100px !important;
  }

  #testimonials-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-carousel-container {
    width: 95% !important;
    padding-top: 70px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 500px !important;
    z-index: -1;
    padding-inline: 0px !important;
  }

  #feedback-section::before,
  #feedback-section::after,
  .prev-btn-test,
  .next-btn-test {
    display: none !important;
  }

  .active,
  .small-card {
    margin-inline: 10px !important;
    width: 400px !important;
    height: 400px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 10px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .quotes,
  .quotes-small {
    position: absolute;
    top: -10%;
    left: 5%;
    height: 50px;
    width: 100px;
    z-index: 2000;
  }

  .active h3,
  .small-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-by,
  .feedback-by-small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: fit-content !important;
    width: fit-content;
  }

  .feedback-by-small h5,
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 12px;
    font-weight: 700;
  }

  .feedback-by-small > div img,
  .feedback-by > div img {
    width: 50px !important;
    height: 50px !important;
  }

  .feedback-by-small p,
  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 12px;
    font-weight: 700;
  }

  .prev-btn,
  .next-btn {
    display: none !important;
  }

  .custom-carousel-container {
    padding-left: 0px !important;
    padding-inline: 0px !important;
  }

  #testimonials-section {
    margin-top: 0px !important;
  }

  /* connect with us section */

  #connect-with-us-section {
    margin-top: 0px !important;
    margin-bottom: 100px;
  }

  .mobile-connect-div{
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    width: 70% !important;
  }

  #connect-with-us-section>div{
    display: none ;
  }

  .mobile-connect-div > img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
  }

  #connect-with-us-section > div {
    height: 600px;
    padding-inline: 20px !important;
    flex-direction: column;
    padding-block: 30px;
  }

  .connect-text {
    width: 100% !important;
  }

  .connect-text h5 {
    font-size: 24px;
    text-align: center;
  }

}


@media (min-width: 768px) and (max-width: 991px) {

/* for lazy loading */

.video-wrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

.video-facade {
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 0;
  left: 0;
  width: 96.7%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


  .bg-container {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 1300px !important;
    width: 100%;
    z-index: -1;
  }

  .bg-container img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #main-heading {
    margin-top: 150px !important;
  }

  #main-heading h1 {
    font-size: 80px;
  }

  #main-heading h2 {
    font-size: 20px;
    width: 90%;
    line-height: 28px;
  }

  #available-for {
    font-size: 16px;
  }

  #tablet-container {
    display: none !important;
  }

  #phone-tablet-laptop {
    width: 30px;
    height: 30px;
  }

  #adaptive-practice-img {
    display: none;
  }

  .video-section-mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 50px;
    margin-top: -70px;
    position: relative !important;
  }

  #mobile-tablet-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative; /* Allows absolute positioning for the video within */
  }

  #gif-container-mobile {
    position: absolute;
    top: 13.5%; /* Adjust as needed */
    left: 10.6%; /* Adjust as needed */
    width: 81.2% !important; /* Adjust to fit tablet screen width */
    height: 73.4% !important;
  }

  #gif-container-mobile iframe {
    width: 96.5%;
    height: 99%;
    pointer-events: none;
    border-radius: 10px;
  }

  /* numbers section */

  #numbers-container {
    width: 100%;
    margin-top: 70px;
  }

  #numbers-container .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    height: 220px;
  }

  #numbers-container .row::-webkit-scrollbar {
    display: none;
  }

  #numbers-container .col-4 {
    width: 275px;
    height: 150px;
  }

  .number-section {
    flex-shrink: 0 !important;
  }

  .number-section h3 {
    font-size: 22px;
  }

  .number-section p,
  .number-section h5 {
    font-size: 16px;
  }

  /* advantages section */
  #advantages-container {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  #advantages-container h2 {
    font-size: 34px;
  }

  .advantages-container {
    display: none !important;
  }

  .advantages-container-mobile {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  .advantages-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .advantages-container-mobile .col-4 {
    margin-top: 20px;
    width: 350px !important;
    height: 300px !important;
  }

  .yellow-div {
    width: 70px !important;
    height: 30px !important;
  }

  #vectorpng {
    width: 26px !important;
    height: 20px !important;
    position: absolute !important;
    top: -10px !important;
  }

  .yellow-div > img {
    width: 26px !important;
    height: 26px !important;
    position: absolute !important;
    top: -10px !important;
  }

  .advantages-section-upper h3 {
    font-size: 16px;
    width: 65% !important;
    white-space: wrap;
  }

  .advantages-section-lower p {
    font-size: 14px;
    width: 80% !important;
    white-space: wrap;
  }

  .advantages-orange-div-mobile {
    margin-top: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
    height: 180px;
    background-color: #ff7f56;
    border-radius: 32px;
    padding: 20px;
    padding-inline: 30px;
  }

  .advantages-orange-div-mobile p {
    font-size: 18px;
    color: white;
  }

  .advantages-orange-div-mobile button {
    padding-inline: 20px;
    font-size: 16px;
    width: 152px;
    height: 50px;
    color: black;
    font-weight: 600;
    border-radius: 8px;
    background-color: white;
    border: none;
  }

  /* benefits section */

  #benefits-container {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }

  #benefits-container h2 {
    font-size: 34px;
  }

  #benefits-container .row {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  #benefits-container .row::-webkit-scrollbar {
    display: none;
  }

  #benefits-container .col-4 {
    width: 320px;
    height: fit-content !important;
  }

  .benefits-section-inner {
    height: 270px !important;
    padding-inline: 20px !important;
    padding-block: 0px !important;
  }

  .benefits-section-inner img {
    width: 42px;
    height: 42px;
  }

  .benefits-section-inner h4 {
    white-space: wrap;
    font-size: 18px !important;
  }

  .benefits-section-inner p {
    white-space: wrap;
    font-size: 14px;
    width: 100% !important;
  }

  /* offerings section */
  #offerings-container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  #offerings-container h2 {
    font-size: 34px;
  }

  #offerings-inner {
    margin-top: 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .offerings-section-inner {
    padding-inline: 30px;
    position: relative;
    height: 500px;
    margin-bottom: 60px !important;
    padding-block: 40px !important;
  }

  #offerings-inner .col-4 {
    width: 70%;
  }

  .online-img1 {
    position: absolute;
    top: -5%;
  }

  .online-img1 img {
    width: 80px !important;
    height: 70px !important;
  }

  .online-img2 {
    position: absolute;
    top: -8%;
    z-index: 200;
  }

  .online-img2 img {
    width: 60px;
    height: 60px;
  }

  .online-img3 {
    position: absolute;
    left: 10%;
    top: -4%;
    z-index: 200;
  }

  .online-img3 img {
    width: 60px;
    height: 35px;
  }

  .offerings-section-inner h4 {
    font-size: 18px;
  }

  .offerings-section-inner h3 {
    font-size: 40px;
  }

  .offerings-features-section {
    margin-top: 20px !important;
    gap: 20px;
  }

  .between-div {
    justify-content: space-between;
  }

  .offerings-feature {
    gap: 10px;
  }

  .check {
    width: 24px;
    height: 24px;
  }

  .check i {
    font-size: 12px;
  }

  .offerings-feature p {
    font-size: 18px;
  }

  .offerings-signup-button {
    height: 54px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  /* grades section */

  #home-subscription-section,
  #live-classes-section,
  #school-section {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .grades-container {
    padding-inline: 10px;
    padding-block: 30px;
    min-height: 250px !important;
  }

  #specs-svg {
    top: -15%;
  }

  #specs-svg img {
    width: 87px;
    height: 48px;
  }

  .f-group-1 img,
  .f-group-2 img {
    width: 9px;
    height: 18px;
  }

  .grades-container .col-5 {
    width: 100% !important;
  }

  .grades-left-part {
    gap: 15px;
  }

  .grades-left-part h2 {
    font-size: 30px;
  }

  .grades-left-part p {
    font-size: 14px;
    line-height: 18px;
  }

  .grades-right-part {
    margin-top: 30px !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    white-space: nowrap;
    height: 60px !important;
    gap: 20px;
  }

  .grades-right-part::-webkit-scrollbar {
    display: none;
  }

  .grades-container .col-6 {
    margin-left: 10px !important;
    width: 100% !important;
    height: fit-content !important;
  }

  .grade-btn-mobile {
    border-radius: 12px !important;
  }

  .grades-right-part .col-5 {
    width: 160px !important;
    height: 50px !important;
    flex-shrink: 0 !important;
  }

  #live-classes-section img:nth-child(1) {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -12%;
    left: 10%;
  }

  #live-classes-section img:nth-child(2) {
    display: none;
  }

  #live-classes-section img:nth-child(3) {
    display: none;
  }

  #live-classes-section img:nth-child(4) {
    position: absolute;
    width: 82px;
    height: 82px;
    bottom: -15%;
    left: -7%;
  }

  #live-classes-section img:nth-child(5) {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 70%;
    left: 65%;
  }

  #live-classes-section img:nth-child(6) {
    display: none;
  }

  #live-classes-section img:nth-child(7) {
    position: absolute;
    width: 66px;
    height: 66px;
    bottom: -8%;
    right: 30%;
  }

  #live-classes-section img:nth-child(8) {
    display: none;
  }

  /* call to action section */

  #call-to-action {
    margin-top: 50px;
    padding-block: 30px;
    gap: 15px;
    margin-bottom: 80px !important;
  }

  #call-to-action h3 {
    font-size: 30px;
  }

  #call-to-action button {
    height: 54px;
    font-size: 15px;
  }


  /* testimonials section */

  #testimonials-section {
    margin-top: 100px !important;
  }

  #testimonials-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-carousel-container {
    width: 95% !important;
    padding-top: 70px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 500px !important;
    z-index: -1;
    padding-inline: 0px !important;
  }

  #feedback-section::before,
  #feedback-section::after,
  .prev-btn-test,
  .next-btn-test {
    display: none !important;
  }

  .active,
  .small-card {
    margin-inline: 10px !important;
    width: 400px !important;
    height: 400px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 10px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .quotes,
  .quotes-small {
    position: absolute;
    top: -10%;
    left: 5%;
    height: 50px;
    width: 100px;
    z-index: 2000;
  }

  .active h3,
  .small-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-by,
  .feedback-by-small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: fit-content !important;
    width: fit-content;
  }

  .feedback-by-small h5,
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 12px;
    font-weight: 700;
  }

  .feedback-by-small > div img,
  .feedback-by > div img {
    width: 50px !important;
    height: 50px !important;
  }

  .feedback-by-small p,
  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 12px;
    font-weight: 700;
  }

  .prev-btn,
  .next-btn {
    display: none !important;
  }

  .custom-carousel-container {
    padding-left: 0px !important;
    padding-inline: 0px !important;
  }

  #testimonials-section {
    margin-top: 0px !important;
  }

  /* connect with us section */

  #connect-with-us-section {
    margin-top: 0px !important;
    margin-bottom: 100px;
  }

  .mobile-connect-div{
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    width: 60% !important;
  }

  #connect-with-us-section>div{
    display: none ;
  }

  .mobile-connect-div > img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
  }

  #connect-with-us-section > div {
    height: 700px;
    padding-inline: 20px !important;
    flex-direction: column;
    padding-block: 30px;
  }

  .connect-text {
    width: 100% !important;
  }

  .connect-text h5 {
    font-size: 24px;
    text-align: center;
  }

}

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

  /* for lazy loading */

.video-wrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

.video-facade {
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 0;
  left: 0;
  width: 96.7%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .bg-container {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 1300px !important;
    width: 100%;
    z-index: -1;
  }

  .bg-container img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  #scroll-down,
  #scroll-up {
    display: none !important;
  }

  #main-heading {
    margin-top: 150px !important;
  }

  #main-heading h1 {
    font-size: 80px;
  }

  #main-heading h2 {
    font-size: 20px;
    width: 90%;
    line-height: 28px;
  }

  #available-for {
    font-size: 16px;
  }

  #tablet-container {
    display: none !important;
  }

  #phone-tablet-laptop {
    width: 30px;
    height: 30px;
  }

  #adaptive-practice-img {
    display: none;
  }

  .video-section-mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 50px;
    margin-top: -70px;
    position: relative !important;
  }

  #mobile-tablet-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative; /* Allows absolute positioning for the video within */
  }

  #gif-container-mobile {
    position: absolute;
    top: 13.5%; /* Adjust as needed */
    left: 10.2%; /* Adjust as needed */
    width: 82% !important; /* Adjust to fit tablet screen width */
    height: 73% !important;
  }

  #gif-container-mobile iframe {
    border-radius: 12px;

    width: 96.5%;
    height: 99%;
    pointer-events: none;
  }

  /* numbers section */

  #numbers-container {
    width: 100%;
    margin-top: 70px;
  }

  #numbers-container .row {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    height: 220px;
  }

  #numbers-container .row::-webkit-scrollbar {
    display: none;
  }

  #numbers-container .col-4 {
    width: 275px;
    height: 150px;
  }

  .number-section {
    flex-shrink: 0 !important;
  }

  .number-section h3 {
    font-size: 40px;
  }

  .number-section p,
  .number-section h5 {
    font-size: 16px;
  }

  /* advantages section */
  #advantages-container {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  #advantages-container h2 {
    font-size: 34px;
  }

  .advantages-container {
    display: none !important;
  }

  .advantages-container-mobile {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  .advantages-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .advantages-container-mobile .col-4 {
    margin-top: 20px;
    width: 400px !important;
    height: 250px !important;
  }

  .yellow-div {
    width: 80px !important;
    height: 45px !important;
  }

  #vectorpng {
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    top: -10px !important;
  }

  .yellow-div > img {
    width: 34px !important;
    height: 34px !important;
    position: absolute !important;
    top: -16px !important;
  }

  .advantages-section-upper h3 {
    font-size: 18px;
    width: 65% !important;
    white-space: wrap;
  }

  .advantages-section-lower p {
    font-size: 14px;
    width: 80% !important;
    white-space: wrap;
    line-height: 22px;
  }

  .advantages-orange-div-mobile {
    margin-top: 15px;
    display: flex !important;
    align-items: start;
    justify-content: space-between;
    height: 180px;
    background-color: #ff7f56;
    border-radius: 32px;
    padding: 20px;
    padding-inline: 30px;
    align-items: center;
  }

  .advantages-orange-div-mobile p {
    font-size: 24px;
    color: white;
    width: 70%;
  }

  .advantages-orange-div-mobile button {
    padding-inline: 30px;
    font-size: 18px;
    width: 220px;
    height: 60px;
    color: black;
    font-weight: 600;
    border-radius: 8px;
    background-color: white;
    border: none;
  }

  /* benefits section */

  #benefits-container {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }

  #benefits-container h2 {
    font-size: 40px;
  }

  #benefits-container .row {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: auto !important;
  }

  #benefits-container .row::-webkit-scrollbar {
    display: none;
  }

  #benefits-container .col-4 {
    width: 370px;
    height: fit-content !important;
  }

  .benefits-section-inner {
    height: 300px !important;
    padding-inline: 20px !important;
    padding-block: 0px !important;
  }

  .benefits-section-inner img {
    width: 50px;
    height: 50px;
  }

  .benefits-section-inner h4 {
    white-space: wrap;
    font-size: 22px !important;
  }

  .benefits-section-inner p {
    white-space: wrap;
    font-size: 16px;
    width: 100% !important;
  }

  /* offerings section */
  #offerings-container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  #offerings-container h2 {
    font-size: 40px;
  }

  #offerings-inner {
    width: 100% !important;
    margin-top: 50px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
  }

  .offerings-section-inner {
    padding-inline: 30px;
    position: relative;
    height: 600px;
    margin-bottom: 60px !important;
    padding-block: 40px !important;
  }

  #offerings-inner .col-4 {
    width: 50%;
  }

  .online-img1 {
    position: absolute;
    top: -5%;
  }

  .online-img1 img {
    width: 80px !important;
    height: 70px !important;
  }

  .online-img2 {
    position: absolute;
    top: -8%;
    z-index: 200;
  }

  .online-img2 img {
    width: 60px;
    height: 60px;
  }

  .online-img3 {
    position: absolute;
    left: 10%;
    top: -4%;
    z-index: 200;
  }

  .online-img3 img {
    width: 60px;
    height: 35px;
  }

  .offerings-section-inner h4 {
    font-size: 18px;
  }

  .offerings-section-inner h3 {
    font-size: 40px;
  }

  .offerings-features-section {
    margin-top: 40px !important;
    gap: 30px;
  }

  .between-div {
    justify-content: space-between;
  }

  .offerings-feature {
    gap: 10px;
  }

  .check {
    width: 24px;
    height: 24px;
  }

  .check i {
    font-size: 12px;
  }

  .offerings-feature p {
    font-size: 18px;
  }

  .offerings-signup-button {
    height: 66px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  /* grades section */

  #home-subscription-section,
  #live-classes-section,
  #school-section {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .grades-container {
    padding-inline: 10px;
    padding-block: 30px;
    min-height: 250px !important;
  }

  #specs-svg {
    top: -15%;
  }

  #specs-svg img {
    width: 87px;
    height: 48px;
  }

  .f-group-1 img,
  .f-group-2 img {
    width: 9px;
    height: 18px;
  }

  .f-group-2{
    left: 14%;
  }

  .grades-container .col-5 {
    width: 100% !important;
  }

  .grades-left-part {
    gap: 15px;
  }

  .grades-left-part h2 {
    font-size: 40px;
  }

  .grades-left-part p {
    font-size: 20px;
    line-height: 18px;
  }

  .grades-right-part {
    margin-top: 30px !important;
    width: 50% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: auto;
    white-space: nowrap;
    height: 60px !important;
    gap: 20px;
    min-height: 150px !important;
  }

  .grades-right-part::-webkit-scrollbar {
    display: none;
  }

  .grades-container .col-6 {
    margin-left: 10px !important;
    width: 100% !important;
    height: fit-content !important;
  }

  .grade-btn-mobile {
    border-radius: 12px !important;
  }

  .grades-right-part .col-5 {
    width: 160px !important;
    height: 50px !important;
    flex-shrink: 0 !important;
  }

  #live-classes-section img:nth-child(1) {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -12%;
    left: 10%;
  }

  #live-classes-section img:nth-child(2) {
    display: none;
  }

  #live-classes-section img:nth-child(3) {
    display: none;
  }

  #live-classes-section img:nth-child(4) {
    position: absolute;
    width: 82px;
    height: 82px;
    bottom: -10%;
    left: -5%;
  }

  #live-classes-section img:nth-child(5) {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 70%;
    left: 65%;
  }

  #live-classes-section img:nth-child(6) {
    display: none;
  }

  #live-classes-section img:nth-child(7) {
    position: absolute;
    width: 66px;
    height: 66px;
    bottom: -8%;
    right: 30%;
  }

  #live-classes-section img:nth-child(8) {
    display: none;
  }

  /* call to action section */

  #call-to-action {
    margin-top: 50px;
    padding-block: 30px;
    gap: 15px;
    margin-bottom: 80px !important;
  }

  #call-to-action h3 {
    font-size: 40px;
  }

  #call-to-action button {
    height: 60px;
    font-size: 18px;
  }


  /* testimonials section */

  #testimonials-section {
    margin-top: 100px !important;
  }

  #testimonials-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-carousel-container {
    width: 100% !important;
    padding-top: 70px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 400px !important;
    z-index: -1;
    padding-inline: 0px !important;
  }

  #feedback-section::before,
  #feedback-section::after,
  .prev-btn-test,
  .next-btn-test {
    display: none !important;
  }

  .active,
  .small-card {
    margin-inline: 10px !important;
    width: 650px !important;
    height: 380px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 10px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .quotes,
  .quotes-small {
    position: absolute;
    top: -10%;
    left: 5%;
    height: 50px;
    width: 100px;
    z-index: 2000;
  }

  .active h3,
  .small-card h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-by,
  .feedback-by-small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: fit-content !important;
    width: fit-content;
  }

  .feedback-by-small h5,
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 16px;
    font-weight: 700;
  }

  .feedback-by-small > div img,
  .feedback-by > div img {
    width: 60px !important;
    height: 60px !important;
  }

  .feedback-by-small p,
  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 20px;
    font-weight: 700;
  }

  .prev-btn,
  .next-btn {
    display: none !important;
  }

  .custom-carousel-container {
    padding-left: 0px !important;
    padding-inline: 0px !important;
  }

  #testimonials-section {
    margin-top: 0px !important;
  }

  /* connect with us section */

  #connect-with-us-section {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  
  #connect-with-us-section > div > img {
    position: absolute;
    top: -23%;
    width: 330px;
    height: 300px;
    right: 5%;
  }
  
  #connect-with-us-section > div {
    position: relative !important;
    background-color: #5d51fc;
    height: 180px;
    display: flex;
    padding-inline: 20px;
    align-items: center;
    justify-content: start;
    border-radius: 32px;
    height: 200px;
    gap: 60px;
  }
  
  .connect-text {
    width: 30%;
  }
  .connect-text h5 {
    font-weight: 700;
    font-size: 25px;
    color: white;
  }
  
  .connect-btns button {
    background-color: transparent;
    width: 100px !important;
    height: 40px !important;
    border: none;
    outline: none;
  }
}  