*,
::before,
::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  font-family: "Open Sans", Sans-serif;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.section-1 {
  background-color: #0E1028;
  background-image: url(../assets/bg-1.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0em 3em 0em;
}

.logo-1 {
  max-width: 141px;
}

.cta-1 {
  gap: 16px;
  max-width: 50%;
  padding: 10px;
}

.cta-1-image {
  position: absolute;
  height: 860px;
  left: -11rem;
  top: 0;
  max-width: 100vw;
}

.cta-1-image-container {
  width: 50%;
  position: relative;
}

.title-1 {
  color: #FFFFFF;
  font-size: 41px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -3.4px;
}

.title-2 {
  color: #FFC328;
  font-size: 29px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -2.2px;
}

.body-1 {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.body-2 {
  color: #F9BD74;
  font-size: 15px;
  font-weight: bold;
  line-height: 29px;
}

.-text-orange {
  color: #fe950a !important;
}

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

.section-2 {
  background-color: #0E1028;
  padding: 30px 0 10px;
}

.knows {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-classes {
  margin: 120px 0 30px;
  gap: 80px;
}

.carousel-item {
  display: flex;
  gap: 15px;
}

.carousel-date {
  line-height: 1;
}

.day {
  font-size: 45px;
}

.month {
  font-size: 23px;
}

.body-5 {
  font-size: 13px;
  color: white;
  font-weight: 300;
  margin-bottom: 1px;
}

.class-name {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.divider {
  height: 66px;
  width: 8px;
  background: #ffd400;
  margin-top: 6px;
}

.carousel-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 410px;
}

.plane-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.classes {
  max-width: 476px;
  padding: 30px;
  border-radius: 6px;
  background-color: rgb(37 28 52 / 20%);
  gap: 15px;
  position: relative;
}

.know-topic {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid white;
  padding: 8px;
  border-radius: 99px;
  display: flex;
  width: fit-content;
  padding-right: 15px;
}

.body-4 {
  font-size: 13px;
  color: white;
  font-weight: 300;
  margin-bottom: 1px;
}

.circle {
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, rgba(240, 158, 50, 1) 29%, rgba(232, 95, 30, 1) 59%);
  border-radius: 50%;
}

.box-title {
  font-size: 30px;
}

.topics-area {
  gap: 20px;
}

.about-texts {
  margin: 1em 0em 0em 3em;
  padding: 10px;
}

.half-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.about-line {
  color: #FFFFFF;
  border: 1px solid white;
  border-radius: 99px;
  width: 100%;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: space-between;
  gap: 40px;
}

.half-line {
  color: #FFFFFF;
  border: 1px solid white;
  border-radius: 99px;
  width: 100%;
  padding: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: center;
  gap: 50px;
}

.about-line svg,
.half-line svg {
  max-width: 18px;
  max-height: 18px;
}

.section-3 {
  background-color: #0E1028;
  background-image: url(../assets/bg-2.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0em 3em 0em;
}

.date-container {
  margin-top: 90px;
}

.brands-container {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 90px;
  margin-top: 30px;
}

.img-box {
  text-align: center;
}

.img-box img {
  max-height: 50px;
}

.about {
  gap: 30px;
  margin: 100px 0 0;
}

.body-3 {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
}

.button-gradient {
  display: flex;
  align-items: center;
  background: orange;
  background-image: linear-gradient(90deg, #FF7301 0%, #FF9B25 100%);
  border-radius: 48px 48px 48px 48px;
  justify-content: center;
  height: 78px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 23px;
  gap: 36px;
}

.box-1 {
  box-shadow: 0px 0px 77px -30px #FF9A25;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 44px 44px 44px 44px;
  background-color: #13152D;
  max-width: 500px;
  gap: 30px;
  margin-top: 24px;
  position: relative;
}

.plane-2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  max-width: 83px;
}

a svg {
  max-height: 40px;
  max-width: 40px;
}

.section-4 {
  background: #0E1028;
  padding: 2em 0em 3em 0em;
}

.title-3 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -2.2px;
 z-index: 2;
}

.-text-gradient {
  background: rgb(240, 158, 50);
  background: linear-gradient(90deg, rgba(240, 158, 50, 1) 29%, rgba(232, 95, 30, 1) 59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFC328;
  display: block;
}

.logo-footer {
  max-width: 156px;
  margin-bottom: 20px;
}

.subtitle {
  color: #FFC328;
  font-family: "Open Sans", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -2.2px;
}

.link-1 {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 34px;
  letter-spacing: -2.1px;
}

.text-footer {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: -0.9px;
}

.-bolder {
  font-weight: 800;
}

.slider {
  max-width: 440px;
  width: 100%;
  /* height: 300px; */
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  touch-action: pan-y;
}

.slides {
  display: flex;
  position: relative;
  top: 0;
  left: -100%;
  margin: 0;
  padding: 0;
  list-style: none;
  user-select: none;
  touch-action: pan-y;
}

.slides.shifting {
  transition: left 0.2s ease-out;
}

.slides.dragging {
  pointer-events: none;
}

.control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.slider-prev,
.slider-next {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slider-prev:active,
.slider-next:active {
  transform: scale(0.8);
}

.slider-dots {
  text-align: center;
}
.slider-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff9;
  margin: 10px 4px;
  cursor: pointer;
  opacity: .25;
}

.slider-dots span.active {
  background-color: white;
  opacity: 1;
}

@media (max-width: 767px) {
  .title-1 {
    font-size: 29px;
    line-height: 1.1em;
    letter-spacing: -1.5px;
  }

  .cta-1 {
    max-width: 100%;
    text-align: center;
    z-index: 1;
  }

  .cta-1-image {
    max-width: 59.5%;
    height: auto;
    width: 100%;
    position: relative;
    inset: auto;
  }

  .cta-1-image-container {
    width: 100%;
    text-align: center;
    margin-bottom: -5.5rem;
    margin-left: -16px;
    z-index: 0;
  }

  .section-1 > .flex {
    flex-direction: column-reverse;
  }

  .classes {
    max-width: 100%;
    margin: 0 20px;
    padding: 15px;
  }

  .about-classes {
    flex-direction: column;
    gap: 45px;
    margin-top: 45px;
  }

  .about-classes .body-1 {
    font-size: 13px;
  }

  .box-title {
    font-size: 22px;
  }

  .know-topic > p {
    font-size: 10px;
  }

  .know-topic > .circle {
    width: 12px;
    height: 12px;
  }

  .knows {
    column-gap: 5px;
  }

  .know-topic {
    padding: 5px;
    padding-right: 10px;
  }
  .plane-1 {
    max-width: 60px;
    right: 20px;
  }

  .about {
    flex-direction: column;
  }

  .section-2,
  .section-3 {
    overflow: hidden;
  }

  .slider {
    max-width: 100%;
  }
  .carousel-item {
    margin: 0 20px;
  }
  .day {
    font-size: 40px;
  }
  .month {
    font-size: 20px;
  }
  .class-name {
    font-size: 16px;
  }
  .about > img {
    max-width: 56%;
    margin: 0 auto;
  }
  .title-3 {
    font-size: 26px;
  }
  .flex-col.about-texts > p {
    text-align: center;
  }
  .about-texts {
    margin: 0 20px;
    padding: 0px;
  }
  .topics-area {
    gap: 10px;
  }
  .half-lines {
    grid-gap: 10px;
  }
  .subtitle {
    font-size: 26px;
  }
  .brands-container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
  .section-3 {
    padding: 2em 20px 3rem;
  }
  .section-3 p {
    text-align: center;
  }
  .date-container {
    margin-top: 30px;
  }
  .date-container .title-3 {
    line-height: 30px;
  }
  .date-container .body-3 {
    font-size: 21px;
    line-height: 1.1em;
  }
  .box-1 {
    padding: 29px 19px 36px 19px;
  }
  .button-gradient {
    font-size: 19px;
    gap: 10px;
  }
  .link-1 {
    margin: 30px 0;
    font-size: 16px;
  }
  .text-footer {
    line-height: 20px;
    font-size: 16px;
  }
  .section-4 > div {
    gap: 0px;
  }
  .logo-footer {
    max-width: 120px;
  }
  .title-2 {
    font-size: 20px;
    line-height: 1.1em;
  }
  .cta-1 {
    gap: 11px;
  }
  .section-1 {
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
.section-n {
  background-image: url(../assets/main-background-desktop.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0 2rem;
}
.section-n-form {
  text-align: center;
}
.footer-n {
  margin-top: 5rem;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.section-n-form-logo {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 1.5rem;
}
.section-n-form-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: .5rem;
  text-align: center;
}
.section-n-form-logo-mobile {
  width: 100%;
  max-width: 120px;
  margin: 0 auto .25rem;
}
div.form-block-button-n button {
  background-color: #a80000 !important;
  border-radius: 0px !important;
  font-weight: 300 !important;
}
.mobile-hide {
  display: block
}
.desktop-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .text-footer {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
  }
  .footer-n {
    margin-top: 3rem;
  }
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .section-n-main-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-n {
    padding: 3rem 45px 1rem;
  }
  .section-n-form-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  div.form-block-button-n button {
    font-size: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .desktop-hide {
    display: flex;
  }
}
