body {
  font-family: Proxima Nova, arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
}

.page-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 16px;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 1042px) {
  #logo {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
  }
}

#pink-star {
  width: 100%;
  max-width: 871px;
  position: absolute;
  top: -213px;
  left: 0;
}
@media all and (max-width: 1042px) {
  #pink-star {
    top: -96px;
  }
}
@media all and (max-width: 550px) {
  #pink-star {
    height: auto;
  }
}

#student-text {
  max-width: 619px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
@media all and (max-width: 1300px) {
  #student-text {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 60px;
    height: auto;
    z-index: 10;
  }
}
@media all and (max-width: 655px) {
  #student-text {
    width: 100%;
  }
}
#student-text img {
  width: 100%;
  height: auto;
  display: block;
}

#hand-phone {
  position: relative;
  top: 18px;
  left: 80px;
}
@media all and (max-width: 550px) {
  #hand-phone {
    left: 0;
  }
}

.intro {
  width: 520px;
  position: absolute;
  right: 140px;
  top: 174px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 8px;
}
@media all and (max-width: 1300px) {
  .intro {
    padding: 32px;
    position: relative;
    right: auto;
    top: 0px;
    width: 80%;
    margin: 0 auto;
  }
}
.intro .btn {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  z-index: 999;
}
@media all and (max-width: 1042px) {
  .intro .btn {
    left: 0;
    transform: none;
  }
}

@media all and (max-width: 1042px) {
  .content-wrap.intro-wrap {
    margin-bottom: 0;
  }
}

p {
  margin: 0 0 24px;
}

.star-list {
  padding: 0;
  list-style: none;
}
.star-list li {
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
  background-size: contain;
}
.star-list li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url("../images/tiny-star.svg") no-repeat;
}

.flex {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 104px;
}
@media all and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex .flex-item {
  width: 45%;
}
@media all and (max-width: 768px) {
  .flex .flex-item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.flex .flex-item .header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flex .flex-item .header img {
  display: block;
}

.intro-wrap h2 {
  line-height: 1.3;
}

.details-wrap h2,
.benefits-wrap h2,
.contact-wrap h2 {
  max-width: fit-content;
  display: block;
  margin: 0 0 24px;
  font-size: 40px;
  line-height: 48px;
  width: 100%;
  background: linear-gradient(to right, #662646, #E6007E);
  background-clip: text;
  color: transparent;
}

.details-wrap .social-icon {
  width: 70px;
  height: 70px;
}

.content-wrap {
  max-width: 1440px;
  margin: 0 auto 104px;
  position: relative;
}

.contact-wrap {
  max-width: 700px;
}

.black-dot {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.black-dot li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.black-dot li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.top-spacing {
  padding-top: 700px;
}
@media all and (max-width: 1300px) {
  .top-spacing {
    padding-top: 0;
  }
}

section {
  position: relative;
  margin-bottom: 104px;
}

.align-center {
  display: block;
  margin: 0 auto;
  max-width: 420px;
}

.pink-border {
  border: 10px solid #ED1D88;
  border-radius: 20px;
  padding: 80px;
}
@media all and (max-width: 650px) {
  .pink-border {
    padding: 24px;
  }
}

.benefits {
  position: relative;
}
.benefits:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: -350px;
  width: 373px;
  height: 140px;
  background: url("../images/benefits-stars/shooting-star-left.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
@media all and (max-width: 550px) {
  .benefits:before {
    top: -50px;
    left: -60px;
    display: none;
  }
}
.benefits::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 65px;
  height: 75px;
  background: url("../images/two-star.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}

.contact {
  padding: 40px 80px;
}
.contact a.link {
  color: #ED1D88;
  text-decoration: none;
}
.contact a.link:hover {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .contact.pink-border {
    padding: 24px;
  }
}

.content-wrap.contact-wrap {
  margin-bottom: 24px;
}

.btn {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #ED1D88;
  color: #fff;
  padding: 8px 48px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}
.btn:hover {
  background-color: rgb(199.1393442623, 15.8606557377, 110.143442623);
}

.stars {
  position: absolute;
}

#star1 {
  top: 190px;
  left: -200px;
}

#star2 {
  top: -50px;
  right: -90px;
}

#star3 {
  bottom: 0;
  left: 490px;
}

/*# sourceMappingURL=style.min.css.map */
