body {
  padding: 0;
  margin: 0;
}

.top {
  background-color: #f8faff;
  position: relative;
}
.top-logo {
  width: 150px;
  margin: 70px;
}
.top-title {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -1.26px;
  color: #1f3958;
  margin-bottom: 20px;
  text-align: center;
  word-spacing: 5px;
}
.top-title-bold-wrapper {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: -1.58px;
  color: #33ade2;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.top-title-bold-circle {
  position: absolute;
  width: 89px;
  height: 89px;
  opacity: 0.1;
  background-color: #4ddffd;
  right: -40px;
  bottom: 10px;
  border-radius: 1000px;
}
.top-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: -0.81px;
  text-align: center;
  color: #484860;
  margin-bottom: 40px;
}

.top-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.top-middle-image {
  padding: 0;
  transform: translateY(40%);
  box-shadow: 0 3px 45px 0 rgba(0, 0, 0, 0.04);
  border-radius: 5%;
}
.tools {
  width: 100%;
  padding-top: 15%;
}
.tools-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: -0.51px;
  text-align: center;
  color: #333456;
  margin-bottom: 30px;
  height: 30px;
  display: block;
}

.tools-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.69;
  letter-spacing: -0.35px;
  text-align: right;
  color: #484860;
}

.introduction {
  margin-top: 100px;
}

.feature {
  margin-top: 100px;
  border-radius: 25px;
  background-color: #f5f9fd;
  padding: 24px 80px 40px;
}
.feature-card {
  border-radius: 10px;
  padding: 32px;
  transition: all 0.3s ease-in-out;
}

.feature-card:hover {
  background-color: white;
  box-shadow: 0 6px 12px 0 rgba(203, 190, 190, 0.16);
}

.feature-icon {
  width: 46px;
  height: 46px;
  padding: 9px;
  border-radius: 10px;
  background-color: #3ce5b7;
  margin-bottom: 20px;
}
.feature-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: right;
  color: #004275;
  margin-bottom: 10px;
}
.feature-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: -0.35px;
  text-align: right;
  color: #45455a;
}

.advantages {
  margin: 100px 0;
}

.advantages-icon {
  widows: 80px;
  height: 80px;
}

.advantages-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: -0.35px;
  text-align: center;
  color: #555574;
  margin: 20px 0;
}
.advantages-content {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.31px;
  text-align: center;
  color: #555574;
  padding: 0 30px;
  margin-bottom: 30px;
}

.price {
  /* position: relative; */
  margin: 100px 0 120px;
  /* background-color: red; */
}
.price-card-wrapper {
  position: relative;
  width: 275px;
  height: 362px;
  margin: 20px 20px;
  transition: all 300ms ease-in-out;
}
.price-card-wrapper:hover {
  transform: translateY(-10px);
}
.price-card-bg {
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 22px 0 rgba(0, 0, 0, 0.06);
  z-index: -1;
}
.price-card-content {
  padding: 24px;
  width: 100%;
}
.price-card-label-green {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: -0.33px;
  text-align: center;
  color: #ffffff;
  border-radius: 1000px;
  background-color: #3ce5b7;
  padding: 0 20px;
  box-sizing: border-box;
  width: fit-content;
  margin-bottom: 10px;
}
.price-card-label-gray {
  width: 40px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.41px;
  text-align: center;
  color: #242423;
  border-radius: 6px;
  background-color: #f8f7fb;
  margin-bottom: 20px;
  padding: 3px 10px;
}

.price-amount {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -1.08px;
  text-align: right;
  color: #30bf98;
}
.price-type {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.81px;
  text-align: right;
  color: #242423;
}
.price-detail {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: -0.54px;
  text-align: right;
  color: #242423;
  margin-bottom: 30px;
}
.price-detail-item {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.26px;
  text-align: right;
  color: #242423;
  margin: 15px 0;
}

.seven {
  margin-bottom: 100px;
}

.seven-wrapper {
  border-radius: 27px;
  background-color: #f8faff;
  padding: 50px 100px;
  position: relative;
}
.seven-head {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: -0.42px;
  text-align: right;
  color: #004275;
}

.seven-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.seven-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: -0.62px;
  text-align: right;
  color: #0461db;
}

.footer-wrapper {
  background-color: #22274e;
  border-radius: 20px 20px 0 0;
  padding: 32px 70px 16px;
}

.social-icon {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin: 0 10px;
}
.social-icon:hover {
  transform: scale(1.3);
}
.content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.69;
  letter-spacing: -0.35px;
  text-align: right;
  color: #484860;
}

.title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: -0.51px;
  text-align: right;
  color: #333456;
}

.register-btn {
  width: 180px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(244, 230, 30, 0.24);
  background-color: #f4e61e;
  border: none;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: -0.95px;
  text-align: right;
  color: #0461db;
  transition: all 0.3s ease-in-out;
  padding: 8px 30px 8px 20px;
}

.register-btn:hover,
.register-btn:active,
.register-btn:after {
  transform: scale(1.03);
  box-shadow: 0 3px 20px 5px rgba(244, 230, 30, 0.4);
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.highlight {
  position: relative;
}

.highlight-bg {
  background-color: #f4e61e;
  height: 8px;
  width: auto;
  transform: translateY(22px);
  z-index: -1;
}

.copyright {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
.footer-heart {
  color: red;
  font-size: 20px;
  animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}

@media (max-width: 768px) {
  .introduction-title {
    justify-content: center;
  }
  .content {
    text-align: center;
  }

  .feature {
    padding: 24px 40px 40px;
  }

  .seven-wrapper {
    padding: 24px 40px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .seven-head,
  .seven-title {
    text-align: center;
  }

  .seven-image {
    position: relative;
    margin-bottom: 20px;
  }
}
