* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat";
}

.welcome-course-header {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.header-main {
  width: 289px;
  height: 137px;
  padding: 1.15rem 1.25rem;
}

@keyframes fadeInVideo {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: black;
  z-index: 0;
  opacity: 0;
  animation: fadeInVideo 1.5s ease-out forwards;
}

.welcome-course-header > *:not(video) {
  position: relative;
  z-index: 1;
}

.background-welcome {
  background: radial-gradient(
      circle at 49% -22%,
      rgba(123, 223, 237, 0.3) 5%,
      rgba(255, 255, 255, 1) 30%
    ),
    radial-gradient(
      circle at 112% 40%,
      rgba(255, 149, 233, 0.3) 10%,
      rgba(255, 255, 255, 1) 22%
    );
  background-blend-mode: multiply;
}

.background-course {
  background: radial-gradient(
      circle at 112% 24%,
      rgba(123, 223, 237, 0.3) 10%,
      rgba(255, 255, 255, 1) 30%
    ),
    radial-gradient(
      circle at left center,
      rgba(153, 204, 51, 0.2) 7%,
      rgba(255, 255, 255, 0.2) 27%
    ),
    radial-gradient(
      circle at 112% 85%,
      rgba(255, 149, 233, 0.3) 5%,
      rgba(255, 255, 255, 1) 17%
    );
  background-blend-mode: multiply;
}

.gradient-button-wrapper {
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(to bottom, #ff3399 0%, #51c7df 100%);
  padding: 2px;
  height: 58px;
  box-shadow: 0px 4px 10px 0px #00000040;
}

.continue-course-btn {
  background-color: white;
  border: none;
  border-radius: 8px;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  height: 100%;
}

.entrepreneur {
  width: 220px;
}

.ready-to-start {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.profile-pic-ent {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.alex-photo {
  border-radius: 12px;
}

.image-wyl {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

#navList {
  display: flex;
}

.footer-img {
  width: 18px;
  object-fit: cover;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

#footer {
  background: #231f20;
  padding: 15px;
}

.course-experts {
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2), 4px 4px 8px rgba(0, 0, 0, 0.2),
    0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 8px;
}

.active-course {
  background-color: #b9dfec33;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}

.hamburger .bar {
  width: 25px;
  height: 3px;
  margin: 2.5px 0;
  background-color: white;
}

.tooltip-course {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  color: black;
  border-radius: 5px;
  width: 260px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.tooltip-course h5 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.tooltip-course p {
  font-weight: 300;
  margin: 0;
}

.tooltip-course img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.collar-image {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

#pyramid-container {
  position: relative;
  display: inline-block;
}

#pyramid-img {
  width: 700px;
  height: 670px;
}

.blue-wrapper {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 249, 251, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

.register-section {
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.register-main {
  margin: 2rem 8rem;
}

.input-container-modal {
  border-radius: 12px;
  border: none;
  padding: 1rem 0.625rem 0.625rem;
  box-shadow: 0px 3px 6px #00000029;
  background: #ffffff;
}

.relative {
  position: relative;
}

.input-style {
  display: block;
  width: 100%;
  appearance: none;
  font-size: 0.875rem;
  /* Text-sm */
  color: #111827;
  /* Gray-900 */
  transition: border-color 0.3s;
  background: transparent;
  border: none;
}

.input-style:focus {
  outline: none;
}

.label-style {
  position: absolute;
  cursor: text;
  left: 0.625rem;
  /* Start-2.5 */
  top: 1rem;
  /* Top-4 */
  z-index: 10;
  transform-origin: 0;
  transform: translateY(0);
  font-size: 0.875rem;
  /* Text-sm */
  color: #9297a1;
  /* Gray-500 */
  transition: transform 0.3s, font-size 0.3s, color 0.3s;
}

.input-style:focus + .label-style,
.input-style:not(:placeholder-shown) + .label-style,
.input-style:valid + .label-style {
  transform: translateY(-1rem) scale(0.75);
}

.input-style:placeholder-shown + .label-style {
  transform: translateY(0);
  font-size: 1rem;
}

.input-style:focus + .label-style {
  transform: translateY(-1rem) scale(0.75);
}

[dir="rtl"] .input-style:focus + .label-style {
  left: auto;
  transform: translateX(25%);
}

.testimonial-section p.subtitle {
  font-size: 1.1rem;
  color: #444;
}

.testimonial-card {
  display: grid;
  grid-template-rows: 1fr auto;
}

.swiper {
  margin-top: 3rem;
}

.swiper-slide {
  background: transparent;
  padding: 2rem;
  border-radius: 1rem;
  text-align: left;
  height: 100%;
}

blockquote {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #333;
  min-height: 285px;
}

.testimonial-author {
  display: flex;
  gap: 1rem;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}

.course-image {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.pos-abs {
  position: absolute;
}

.left--70 {
  left: -70%;
}

.right--70 {
  right: -70%;
}

.top-4 {
  top: 4%;
}

.right-5 {
  right: 5%;
}

.p-t-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.w-100 {
  width: 100%;
}

.w-25 {
  width: 25%;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: start;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.align-self-center {
  align-self: center;
}

.d-grid {
  display: grid;
}

.grid-4-1 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-6-5 {
  grid-template-columns: 6fr 5fr;
}

.grid-5-6 {
  grid-template-columns: 5fr 6fr;
}

.grid-3-1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2-1 {
  grid-template-columns: 1fr 1fr;
}

.grid-5-1 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-4-a-2 {
  grid-template-columns: 4fr auto 2fr;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-4-4 {
  margin-top: 4rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.gap-5 {
  gap: 3rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.p-l-2-2 {
  padding-left: 2rem;
}

.pt-4-4 {
  padding-top: 4rem;
}

.p-inl-13 {
  padding-inline: 13rem;
}

.p-2 {
  padding: 0.5rem;
}

.cursor-pointer {
  cursor: pointer;
}

.white-color {
  color: rgb(255, 255, 255);
}

.text-black {
  color: #000;
}

.text-decoration-none {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-42 {
  font-size: 2.625rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-48 {
  font-size: 3rem;
}

.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.blue-text {
  color: #01c5d1;
}

.background-black {
  background-color: black !important;
}

.lh-sm {
  line-height: 1.25;
}

#footer p {
  margin-bottom: 0;
}

.video-rounded {
  border-radius: 10px;
}

.platform-background {
  background: radial-gradient(
    circle at 112% 38%,
    rgba(236, 245, 217, 0.9) 10%,
    rgba(255, 255, 255, 1) 33%
  );
  background-blend-mode: multiply;
}

.accordion-button,
.accordion-body {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }

  .p-inl-13 {
    padding-inline: 1rem;
  }

  .grid-2-1-tab {
    grid-template-columns: 1fr 1fr;
  }

  blockquote {
    min-height: 150px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }

  .d-flex-mob {
    display: flex !important;
  }

  #navList {
    display: none;
    flex-direction: column;
    padding: 1rem 0;
    z-index: 100;
    height: 100vh;
    margin-top: 3rem;
    width: 100%;
  }

  #navList li a,
  #navList li span {
    font-size: 18px;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    color: black;
    width: 100%;
    display: inline-block;
  }

  .hamburger {
    display: flex;
  }

  nav.active ul {
    display: flex;
  }

  nav.active {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem;
  }

  body.nav-open {
    overflow: hidden;
  }

  .d-none-mob {
    display: none;
  }

  .px-1-mob {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .grid-1-mob {
    grid-template-columns: 1fr;
  }

  .grid-2-1-mob {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-1-mob {
    grid-template-columns: repeat(4, 1fr);
  }

  .span2-mob {
    grid-column: span 2;
  }

  .span2-4-mob {
    grid-column: 2 / 4;
  }

  .mobile-styling-footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.5rem;
    -webkit-justify-items: center;
  }

  .flex-column-mob {
    flex-direction: column;
  }

  .flex-col-mob-r {
    flex-direction: column-reverse;
  }

  .register-main {
    margin: 2rem 2rem;
  }

  #pyramid-img {
    width: 350px;
    height: 335px;
  }

  nav {
    z-index: 50;
  }

  .w-200-mob {
    width: 200px;
  }

  .w-200-main-mob {
    width: 200px;
    height: 94.8px;
  }

  .w-full-mob {
    width: 100% !important;
  }

  .tooltip-course {
    width: 175px;
  }

  .tooltip-course img {
    width: 24px;
    height: 24px;
  }
}
