@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  background: #030014;
  max-width: 1920px;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

p,
span,
a,
button,
ul,
select {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.landing-container {
  position: relative;
  padding: 0 251px;
}

@media screen and (max-width: 1560px) {
  .landing-container {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1366px) {
  .landing-container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .landing-container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 550px) {
  .landing-container {
    padding: 0 20px;
  }
}

.sections-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

section {
  width: -webkit-fill-available;
  font-family: "Poppins", "sans-serif";
  position: relative;
}

.btn-join {
  color: white;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #654df8;
  box-shadow: 0px 4px 20px 0px #654df8;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  transition: 0.3s;
}

.btn-join:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.hero-section .section-container {
  position: relative;
  padding: 100px 0;
}

.section-container .text-content {
  display: flex;
  max-width: 709px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.text-content .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-content .description {
  color: #dbdbdb;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
  font-size: 18px !important;!i;!;
}

.section-container .students_flex {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.students_flex .numbers {
  color: #dbdbdb;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.numbers .count {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.students_flex .flex-images {
  display: flex;
  align-items: center;
}

.flex-images img {
  width: 78px;
  height: 78px;
  border-radius: 62px;
  border: 2px solid #654df8;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  object-fit: cover;
}

.flex-images img:nth-child(2){
  transform: translateX(-20px);
}

.flex-images img:nth-child(3){
  transform: translateX(-40px);
}

.section-container .description {
  color: #dbdbdb;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 470px;
  position: relative;
  z-index: 2;
  margin-top: 25px;
}

.section-container .phones {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 699px;
}

.shape {
  width: 1024px;
  height: 350px;
  transform: rotate(-37.735deg);
  border-radius: 370px;
  background: rgb(100 77 248 / 42%);
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 0;
  filter: blur(132px);
}

/* Parent: courses-section */
.courses-section {
}

/* Child: section-container */
.courses-section .section-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 250px 1px;
}

/* Child: flex-course */
.courses-section .section-container .flex-course {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Child: img inside flex-course */
.courses-section .section-container .flex-course img {
  flex: 1;
  min-width: 450px;
}

/* Child: text-content inside flex-course */
.courses-section .section-container .flex-course .text-content {
}

/* Child: title inside text-content */
.courses-section .section-container .flex-course .text-content .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Child: description inside text-content */
.courses-section .section-container .flex-course .text-content .description {
  color: #dbdbdb;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 708px;
  margin: 0;
}

/* Child: flex-tags inside text-content */
.courses-section .section-container .flex-course .text-content .flex-tags {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Child: tag inside flex-tags */
.courses-section .section-container .flex-course .text-content .flex-tags .tag {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Child: free-course inside flex-tags */
.courses-section
  .section-container
  .flex-course
  .text-content
  .flex-tags
  .tag.free-course {
  border-radius: 52px;
  background: rgba(56, 248, 87, 0.48);
}

/* Child: join-btn inside text-content */
.courses-section .section-container .flex-course .text-content .btn-join {
}
@media screen and (max-width: 1024px) {
  .shape {
    display: none;
  }

  .text-content .title {
  }

  .btn-join {
  }

  .section-container .phones {
    opacity: 0.3;
  }
}

@media screen and (max-width: 697px) {
  .text-content .title {
    font-size: 52px;
  }

  .btn-join {
  }

  .flex-images img {
    width: 58px;
    height: 58px;
  }
}

@media screen and (max-width: 510px) {
  .text-content .title {
    font-size: 36px;
  }

  .btn-join {
    width: -webkit-fill-available;
    font-size: 18px;
    margin-top: 22px;
  }

  .flex-images img {
    width: 58px;
    height: 58px;
  }

  .numbers .count {
    font-size: 32px;
  }

  .numbers .count span {
    font-size: 22px;
  }

  .students_flex .numbers {
    font-size: 24px;
  }
  .courses-section .section-container .flex-course .text-content .title {
    font-size: 28px;
  }
  .courses-section .section-container .flex-course .text-content .description {
    font-size: 18px;
  }
  .courses-section
    .section-container
    .flex-course
    .text-content
    .flex-tags
    .tag {
    font-size: 16px;
  }

  .courses-section .section-container {
    padding: 50px 0;
  }

  .courses-section .section-container .flex-course img {
    min-width: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 410px) {
  .text-content .title {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }

  .section-container .description {
    text-align: center;
    width: 100%;
  }

  .flex-images img {
    width: 52px;
    height: 52px;
  }

  .course-second {
    flex-direction: column-reverse;
  }
}

.pro-course {
  border-radius: 52px;
  background: linear-gradient(
    90deg,
    rgba(21, 0, 147, 0.48) 0%,
    rgba(101, 77, 248, 0.48) 100%
  );
}
