body {
  font-family: "Inter";
  width: 100%;
  background-color: white;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
}

.row {
  display: flex;
  align-items: center;
}

.colors-top-container {
  gap: 292px;
  margin-top: 44px;
}

.colors-bottom-container {
  margin-right: auto;
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start;
}

.content {
  display: flex;
  width: fit-content;
  flex-direction: column;
  margin: auto;
  text-align: center;
  color: #3F3F3F;
  align-items: center;
  padding-top: 81px;
}

.title {
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1.1px;
  margin: 0;
}

.subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.72px;
  margin: 9px 0 0;
}

.description-container {
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.description {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin: 0;
}

.get-started {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.24px;
  padding: 20px 64px;
  width: fit-content;
  margin-top: 40px;
  border: 0;
  border-radius: 32px;
  background: linear-gradient(90deg, #0373D2 -8.23%, #6D66DB 47.89%, #FE430B 106.18%);
  box-shadow: 3px 3px 20px 0px rgba(89, 104, 217, 0.30), -3px -3px 20px 0px rgba(89, 104, 217, 0.30);
  cursor: pointer;
}

.get-started:hover {
  width: 269px;
  height: 66px;
}

.get-started-container {
  height: 66px
}

.blurred-box-orange {
  width: 553px;
  height: 553px;
  border-radius: 553px;
  background: rgba(255, 87, 34, 0.50);
  filter: blur(100px);
  z-index: 1;
}

.blurred-box-yellow {
  width: 355px;
  height: 355px;
  border-radius: 355px;
  background: rgba(252, 222, 113, 0.50);
  filter: blur(100px);
  z-index: 1;
}

.blurred-box-purple {
  width: 355px;
  height: 355px;
  border-radius: 355px;
  background: linear-gradient(192deg, rgba(88, 79, 214, 0.50) 27.72%, rgba(88, 79, 214, 0.30) 75.75%);
  filter: blur(100px);
  z-index: 1;
}

.blurred-box-purple-small {
  width: 290px;
  height: 290px;
  border-radius: 290px;
  background: linear-gradient(192deg, rgba(33, 105, 213, 0.50) 27.72%, rgba(88, 79, 214, 0.30) 75.75%);
  filter: blur(100px);
  z-index: 1;
}

.home-image {
  border-radius: 16px;
  border: 1px solid rgba(88, 79, 214, 0.60);
  width: 928px;
  height: 478px;
  position: absolute;
  margin-left: 220px;
  z-index: 3;
}

.courses-image {
  border-radius: 16px;
  border: 1px solid rgba(88, 79, 214, 0.60);
  width: 934px;
  height: 482px;
  position: absolute;
  margin-top: 220px;
  z-index: 2;
}

.pricing-image {
  border-radius: 16px;
  border: 1px solid #5AA7E9;
  box-shadow: 0px 60px 46.5px 18px rgba(88, 79, 214, 0.08);
  width: 361px;
  height: 366px;
  position: absolute;
  margin-left: 895px;
  margin-top: 260px;
  z-index: 4;
}

.topnav {
  background-color: white;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100px;
}

.topnav-content {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}

.topnav-buttons {
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.sign-up {
  border-radius: 32px;
  background-color: #0076D9;
  border: 0;
  padding: 12px 20px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.176px;
  cursor: pointer;
}

.sign-up:hover {
  background-color: #0068BF;
}

.log-in {
  border-radius: 32px;
  background-color: #E9F2FB;
  border: 0;
  padding: 12px 20px;
  color: #0076D9;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.176px;
  cursor: pointer;
}

.log-in:hover {
  color: #0068BF;
}

.mobile-images {
  display: none;
}

.description-container-mobile {
  display: none;
}

@media (max-width: 430px) {
  .content {
    padding-top: 32px;
  }

  .logo {
    width: 64px;
    height: 30px;
  }

  .topnav {
    height: 80px;
  }

  .topnav-content {
    padding: 0 16px;
  }

  .topnav-buttons {
    gap: 8px;
  }

  .sign-up {
    font-size: 14px;
    padding: 6px 16px;
  }

  .log-in {
    font-size: 14px;
    padding: 6px 16px;
  }

  .title {
    font-size: 36px;
    max-width: 358px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 20px;
    margin-top: 0;
    line-height: 24px;
  }

  .description {
    font-size: 14px;
    line-height: 20px;
  }

  .get-started {
    font-size: 16px;
    padding: 6px 24px;
    margin-top: 34px;
  }

  .get-started:hover {
    width: 142px;
    height: 38px;
  }

  .colors-top-container {
    display: none;
  }

  .colors-bottom-container {
    display: none;
  }

  .mobile-images {
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 8px;
    position: relative;
  }

  .mobile-background {
    width: 100%;
    height: 100%;
    border-radius: 96px;
    background: linear-gradient(76deg, rgba(255, 87, 34, 0.60) 8.22%, rgba(252, 222, 113, 0.60) 53.39%, rgba(88, 79, 214, 0.60) 99.47%);
    filter: blur(28px);
    z-index: 1;
    position: absolute;
  }

  .post-image {
    width: 100px;
    height: 216px;
    box-shadow: 0px 4px 6px 0px rgba(0, 27, 50, 0.15);
    z-index: 2;
  }

  .post-1-image {
    width: 112px;
    height: 241px;
    box-shadow: 0px 4px 6px 0px rgba(0, 27, 50, 0.15);
    z-index: 2;
  }

  .your-courses-image {
    width: 100px;
    height: 216px;
    box-shadow: 0px 4px 6px 0px rgba(0, 27, 50, 0.15);
    z-index: 2;
  }

  .description-container {
    display: none;
  }

  .description-container-mobile {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
  }
}
