@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-color: #fcfcfc;
  font-family: "Roboto", sans-serif;
  color: #353535;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

header {
  padding-top: 18px;
}

.header-call {
  display: none;
  align-items: center;
  justify-content: center;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 5vw;
}

.header-top-rt {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 550px) {
  .header-top-rt {
    align-items: flex-end;
    flex-direction: column;
  }
}

.header-top-rt a {
  display: flex;
}

a {
  text-decoration: none;
  color: #353535;
  cursor: pointer;
}

@media screen and (max-width: 550px) {
  .header-top-rt a {
    display: none;
  }
  .header-call {
    display: flex;
  }
}

button {
  background-color: #353535;
  color: white;
  min-height: 50px;
  font-family: "Roboto", sans-serif;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  padding: 0px 22px;
  cursor: pointer;
}

.button-big {
  min-height: 70px;
  font-size: 22px;
  padding: 0px 32px;
  margin: 0;
}

.button-hollow {
  background-color: white;
  color: #353535;
  border-color: #353535;
  border-width: 1px;
  border-style: solid;
  margin-right: 12px;
  margin-bottom: 12px;
}

.button-gray {
  background-color: #e6e6e6;
  color: #353535;
}

nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

nav button {
  min-height: 32px;
  width: 118px;
  font-size: 12px;
  margin: 12px;
  background-color: #d8d8d8;
  color: black;
}

.nav-selection {
  background-color: #353535;
  color: white;
}

@media screen and (max-width: 550px) {
  nav button {
    margin: 8px;
    width: 108px;
  }
}

h1 {
  font-size: 32px;
  font-family: "Abel", sans-serif;
  font-weight: 400;
}

h2,
h3 {
  font-size: 32px;
}

hr {
  height: 2px;
  width: auto;
  background-color: #353535;
  border: none;
}
.section-landing {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.section-landing-bg-video {
  position: absolute;
  top: 0;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
}

.section-landing .section-landing-content {
  position: relative;
  z-index: 1;
  color: rgba(91, 98, 86);
  background: linear-gradient(white, rgba(255, 255, 255, 0));
}

.section-landing-content h1 {
  font-size: 42px;
  color: #353535;
}

.section-landing-content p {
  font-size: 22px;
  color: #353535;
  max-width: 600px;
}

.section-landing-content-2 {
  padding: 0 5%;
}

.slider-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0px;
  justify-content: center;
  background: #fafafa;
  font-family: Arial, sans-serif;
}

.carousel-wrapper {
  position: relative;
  max-width: 1000px;
  overflow: hidden;
}

.carousel {
  overflow: hidden;
  border-radius: 12px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: #353535;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.left {
  left: 10px;
}

.right {
  right: 10px;
}

/* Dots */
.carousel-dots {
  margin-top: 12px;
  text-align: center;
}

.carousel-dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.carousel-dots .active {
  background-color: #333;
}

.section-feature {
  max-width: 1200px;
  padding: 50px 18px;
  margin: auto;
}

.section-feature-p1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-feature-p2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-feature-p2 a {
  display: flex;
  align-items: center;
  color: #9875ff;
}

.section-feature-p2 a h5 {
  border-bottom-style: dotted;
  border-bottom-width: 5px;
  margin: 0px;
}

.section-feature-p2 h5 {
  margin: 0px;
}

@media screen and (max-width: 1025px) {
  .section-feature-p2 {
    margin: 25px 0px;
  }
  .section-feature-p2 a {
    margin: 12px 0px;
  }
}

.section-feature-p3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 18px;
}

.section-feature-p3 h5,
.section-feature-p3 p {
  margin: 0px;
}

.section-feature-item {
  display: flex;
  max-width: 220px;
  padding: 18px;
  border: 1px solid #353535;
  border-radius: 8px;
  margin: 12px;
}

.section-feature-item div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-feature-item div p {
  margin-top: 12px;
}

.section-feature-p3 div img {
  margin-right: 18px;
}

.section-teacher {
  max-width: 1200px;
  padding: 50px 18px;
  margin: auto;
}

.section-teacher-checks {
  display: flex;
  flex-wrap: wrap;
}

.section-teacher-checks h5 {
  display: flex;
  align-items: center;
  margin-right: 50px;
  margin: 0px 50px 20px 0px;
}

.section-teacher-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.section-teacher-item {
  display: flex;
  max-width: 500px;
  background-color: #f6f6f6;
  margin: 12px;
  padding: 12px;
  border-radius: 10px;
}

.section-teacher-item img {
  border-radius: 8px;
  height: 210px;
  width: 180px;
}

@media screen and (max-width: 500px) {
  .section-teacher-item img {
    height: 140px;
    width: 120px;
  }
  .section-teacher-item {
    font-size: small;
  }
  .section-teacher-item h4 {
    margin: 0px;
  }
}

.section-teacher-item-detail {
  display: flex;
  flex-direction: column;
  margin-left: 18px;
  justify-content: space-between;
}

.section-recomended {
  max-width: 1200px;
  padding: 50px 18px;
  margin: auto;
}

.section-recomended-item-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 50px 0px;
}

.section-recomended-item {
  max-width: 500px;
  width: 100%;
  margin-bottom: 50px;
}

.section-recomended-item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-recomended-item p {
  margin: 0px;
}

.section-recomended-item div {
  display: flex;
  justify-content: space-between;
}

.section-recomended-item-video {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}

.section-discount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  padding: 12px 50px;
  margin: auto;
  border-radius: 22px;
  box-shadow: 0px 10px 20px 20px #35353517;
}

.section-discount img {
  border-radius: 12px;
}

@media screen and (max-width: 975px) {
  .section-discount {
    flex-direction: column-reverse;
  }
}

.section-classes {
  max-width: 1200px;
  padding: 100px 18px 0px;
  margin: auto;
}

.section-classes-toor {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}

.section-classes h3 {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-size: large;
}

.section-classes-location {
  display: flex;
  background-color: #e9eef2;
  padding: 8px;
  border-radius: 8px;
  width: fit-content;
}

.section-classes-location h5,
.section-classes-location p {
  padding-left: 8px;
  margin: 0px;
}

.section-classes-location p {
  font-size: small;
  font-weight: 400;
}

.section-testimoni {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 200px 0px 100px;
}

.section-testimoni-carousel-container {
  display: flex;
  align-items: center;
}

.section-testimoni-arrow {
  background-color: #e6edf380;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  margin: 0 50px;
  height: 150px;
  width: 40px;
  color: black;
}

.section-testimoni-testimonial-box {
  background: #e6edf380;
  border-color: #353535;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  max-width: 500px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s ease-in-out;
}

.section-testimoni-tag {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  display: flex;
  align-items: center;
}

.section-testimoni-tag::before {
  content: "•";
  margin-right: 6px;
}

.section-testimoni-stars {
  position: absolute;
  top: 10px;
  right: 20px;
  color: orange;
  font-size: 18px;
}

.section-testimoni-quote {
  margin: 40px 0;
  font-size: xx-large;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
}

.section-testimoni-name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

@media screen and (max-width: 975px) {
  .section-testimoni-arrow {
    margin: 12px;
    height: auto;
  }
}

.section-exploreOffer {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 50px 25px;
}

.section-getapp {
  max-width: 1200px;
  padding: 50px 18px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.section-getapp div p {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 880px) {
  .section-getapp {
    flex-direction: column-reverse;
    align-items: center;
  }
}

footer {
  background-color: #f6f6f6;
  padding: 5% 8%;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-main-item {
  min-width: 40%;
}

.footer-main-item p {
  width: 300px;
}

.footer-call {
  display: flex;
  align-items: center;
}

.footer-call div {
  display: flex;
  align-items: center;
}

.footer-call h5 {
  margin: 0;
}

.footer-main-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-social-links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-ack {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .footer-main-item {
    min-width: 100%;
  }
  .footer-links {
    margin-top: 50px;
  }
}

.section-contact {
  max-width: 1200px;
  padding: 0px 18px 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.section-contact p {
  width: 100%;
  max-width: 400px;
}
.section-contact img {
  width: 100%;
  max-width: 400px;
}
.section-contact div {
  margin-bottom: 50px;
}

.section-batches-lock {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  margin-top: -310px;
  background: inherit;
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 1100px) {
  .section-batches-lock {
    margin-top: -450px;
  }
}
@media screen and (max-width: 750px) {
  .section-batches-lock {
    margin-top: -900px;
    height: 900px;
  }
}

.section-batches-lock h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #797979;
  font-size: xxx-large;
  margin: 12px;
  text-align: center;
}

.section-batches-lock p {
  font-size: larger;
  max-width: 600px;
  text-align: center;
  margin: 18px;
}

.section-batches-demo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
  margin: auto;
  flex-direction: column;
}

.section-batches-demo-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-batches-demo-item {
  max-width: 300px;
}

.section-about-us,
.section-privacy-policy,
.section-refund-policy,
.section-terms-and-conditions {
  margin: 25px;
}

.section-about-us li,
.section-privacy-policy li,
.section-refund-policy li,
.section-terms-and-conditions li {
  margin: 12px 0px;
}
