body {
  background-color: #fdf9f4 !important;
}

.academy {
  background: url(assets/Rectangle\ 51academybg.svg);
  background-repeat: no-repeat;

  background-position: 100%;

  display: flex;
  justify-content: space-between;

  align-items: center;
  padding: 80px 0;
  margin-bottom: 3.75rem;
}
.aca-left {
  padding-left: 7%;
}
.aca-text-box {
  max-width: 614px;
  background-color: #fdf9f4;
  padding: 0.5rem;
}

.master-class {
  color: #d09742;
  font-size: 34px;
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.discover {
  color: #000;
  font-size: 68px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.aca-p {
  color: rgba(18, 18, 18, 0.6);
  font-size: 18px;
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.hero-pic {
  max-width: 510px;
  width: 100%;
  animation: scaleUp 1s ease-in-out;
}
.aca-right {
  position: relative;
  right: 10%;
}

.benchmarks {
  display: flex;
  padding: 0px 100px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: center;
}

.numbers {
  display: flex;
  width: 413.33px;
  height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.numbers h2 {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 120%;
  color: #000000;
}
.numbers span {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-family: Quattrocento;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.masterclass {
  padding: 7%;
}
.m-text {
  margin-bottom: 2.5rem;
  padding: 0 10%;
}
.m-head {
  color: #000;
  text-align: center;
  font-size: 54px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.m-para {
  color: #000;
  text-align: center;
  font-size: 23px;
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.m-frame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* This creates a 16:9 aspect ratio (change as needed) */
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* brands section  */

.brands {
  padding: 80px 7%;
}
.brand-h {
  color: #000;
  font-size: 54px;
  font-family: DM Serif Display;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.brands-text {
  display: inline-flex;
  padding: 80px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.b-items {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  gap: 1rem;
}
.b-items img {
  width: 100%;
}
.b-items li {
  list-style: none;
}

/* learn section  */

.learn {
  padding: 80px 7%;
}

.learn-text-box {
  display: flex;

  justify-content: space-between;
  align-items: baseline;
}

.l-btn {
  display: flex;
  flex-direction: row;

  gap: 30px;
}
.learn-h {
  color: #000;
  font-size: 54px;
  font-family: DM Serif Display;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.l-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  background-color: #fff;
  max-width: 405px;
}

.learner {
  max-width: 405px;
  max-height: 300px;
}

.card-text {
  display: flex;
  padding: 0 12px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 76px;
}
.l-para {
  color: #000;
  font-size: 18px;
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.l-loc {
  color: #000;
  font-size: 18px;
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.l-img {
  position: relative;
}

.l-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/ion_play-sharp.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.l-btn img:active {
  transform: scale(0.9);
}
/* store page  */
.categories {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 10px;
}

.categories-btn {
  /* max-width: 301px; */
  width: 100%;
  height: 74px;
  background-color: transparent;
  padding: 10px;
  border: 1px solid #9ea1a1;

  color: #000;
  font-family: "Quattrocento";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 40.8px */
}
.categories-btn:focus {
  border: 2px solid #d09742;
  color: #d09742;
}
.by-sugar {
  padding: 0;
}
.look-text .book-btn::after {
  content: "";
  position: absolute;
  background: url(assets/Vectorglowspark.svg);
  width: 24px;
  height: 24px;
  right: 20px;
  top: 15px;
}

.look-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* gap: 54px; */
  padding: 0 7%;
}

.dream-model {
  max-width: 570px;
}

/* gallery section */

.gallery-grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 7%;
  margin-top: 60px;

  column-gap: 5.5%;
}
.gallery-models {
  width: 100%;
  object-fit: cover;
}
.gallery-images {
  margin-bottom: 6.5%;
}

/* .maps::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    lightgray 50% / cover no-repeat;
  opacity: 0.3;
} */

/* media queries */

@media screen and (max-width: 600px) {
  .discover {
    font-size: 40px;
  }
  .master-class {
    font-size: 22px;
  }
  .m-text {
    padding: 0;
  }

  .aca-left {
    padding: 0;
  }

  .hero-pic {
    padding: 2rem;
  }
  .numbers h2 {
    font-size: 40px;
  }
  .numbers span {
    font-size: 18px;
  }
  .benchmarks {
    padding: 0;
  }

  .m-head,
  .brand-h,
  .learn-h {
    font-size: 34px;
  }
  .m-para {
    font-size: 18px;
  }

  .brands {
    padding: 40px 1.5rem;
  }
  .b-items {
    gap: 0.5rem;
    scale: 1.1;
  }

  .learn {
    padding: 40px 1.5rem;
  }
  .l-btn {
    flex-direction: column-reverse;
    scale: 0.8;
  }

  .categories-btn {
    font-size: 18px;
    height: 40px;
    flex: 1 0 40%;
  }
  .p-btn {
    gap: 1rem;
    flex-direction: row;
  }

  .look-section {
    flex-direction: column;
    gap: 54px;
  }
  .product-store-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .academy {
    flex-direction: column;
    background-position: initial;
    margin: 0;
  }

  .aca-text-box {
    background-color: transparent;
    padding: 1.5rem;
  }

  .aca-right {
    right: 0;
  }
  .username {
    display: none;
  }
  .dream-model {
    width: 100%;
  }
  .categories {
    flex-wrap: wrap;
  }
  .store-bg {
    background-position: center;
  }
}
@media screen and (min-width: 135px) {
  .aca-left {
    z-index: 10;
  }
  .aca-right {
    z-index: 9;
  }
}

@keyframes scaleUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
