/* .container {
  max-width: 1440px;
} */

#footer {
  margin-top: 0;
}
.banner {
  background: url(../img/idx_bg.jpg) top center;
  background-size: cover;
  color: #333;
  padding: 9.1rem 0;
}
.banner_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_text {
  width: 100%;
  max-width: 73rem;
}

.banner_label {
  max-width: max-content;
  font-size: 14px;
  border-radius: 27px;
  background: linear-gradient(90deg, #f2d359 0%, #ff9169 100%);
  color: #fff;
  padding: 6px 25px;
}
.banner_product {
  margin: 10px 0 3rem 0;
}
/* .banner_product img {
  vertical-align: middle;
}
.banner_product span {
  font-weight: 600;
  font-size: 2rem;
  vertical-align: middle;
  margin-left: 1.5rem;
} */
.banner h1 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.3;
}
.banner_desc {
  font-size: 1.8rem;
  margin: 2rem 0 3rem 0;
  max-width: 625px;
}
.banner_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.banner_btns .btn {
  font-size: 2rem;
  padding: 16px 30px;
  font-weight: 600;
  min-width: 234px;
}
.banner_btns .btn_desc {
  font-size: 12px;
  color: #7f7f7f;
  text-align: center;
  margin: 10px 0;
}

.section {
  text-align: center;
  margin-top: 8rem;
}
.section h2 {
  font-weight: 600;
  font-size: 4.4rem;
  color: #111111;
  /* line-height: 1.2; */
}
.section p {
  font-size: 1.6rem;
  color: #666666;
}
.simple_main {
  margin: 6rem auto 4rem auto;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.simple {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.simple h3 {
  font-weight: 600;
  font-size: 3.6rem;
  margin: 10px auto;
}

.simple a {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1rem 0 1.5rem 0;
}
.video_play {
  width: 410px;
  height: 98px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 56px;
  animation: buttonZoom 1s linear infinite;
}
.btn_play {
  width: 100%;
  height: 100%;
  border-radius: 56px;
  background: linear-gradient(180deg, #ffee9a 0%, #ff7a1a 100%);
  font-weight: 600;
  font-size: 2.4rem;
  color: #fff;
}
.btn_play:hover {
  background: linear-gradient(180deg, #ff7a1a 0%, #ffee9a 100%);
}
@keyframes buttonZoom {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    transform: translateX(-50%) translate(1);
  }
}

.feature_list {
  max-width: 1100px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.49) 26.64%,
    rgba(255, 216, 188, 0.7) 100%
  );
  border-radius: 4rem;
  padding: 2rem 0;
}
.feature_item p {
  color: #85440f;
}

.simple_video_mobile {
  display: none;
}

.section1_block {
  display: flex;
  gap: 3rem;
}

.section1_items {
  border-radius: 20px;
  border: 1px solid #fdf4f4;
  position: relative;
  padding: 0 3rem 3rem 3rem;
  background: linear-gradient(180deg, #e9f9ff 0%, #ffffff 100%);
}

.coming_soon {
  padding: 6px 10px;
  background: linear-gradient(90deg, #8ae3f0 0%, #fffbaa 100%);
  font-size: 12px;
  color: #000;
  border-radius: 0 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.section1_items h4 {
  font-weight: 600;
  font-size: 2.8rem;
}
.section1_items p {
  max-width: 450px;
  margin: 0 auto;
}

.section2_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 4rem auto;
}
.section_2 > p {
  margin-top: 10px;
}

.reviews {
  overflow: hidden;
  background: url(../img/reviews_bg.png) bottom center no-repeat;
  padding: 40px 0 100px 0;
}
.reviews_block {
  display: flex;
  gap: 3rem;
  margin-bottom: 10px;
  align-items: stretch;
}
.review_items {
  max-width: 760px;
  border-radius: 3rem;
  padding: 3rem 4.8rem;
  border: 2px solid #ffffff;
  box-shadow: 1.45px 2.9px 8.7px 0px #00000014;
  text-align: left;
  background-color: #fff;
}
.review_items_user {
  margin-bottom: 10px;
}
.review_items_user img {
  vertical-align: middle;
  margin-right: 10px;
}
.review_items_user span {
  font-weight: 500;
  font-size: 1.6rem;
  vertical-align: middle;
  color: #999;
}

@media (max-width: 1200px) {
  .feature_list {
    position: static;
    transform: translate(0);
  }
  .simple {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 6rem 0;
  }
  .banner_main {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .section_1 {
    padding: 0;
  }
  .section_1 h2 {
    padding: 0 21px;
  }
  .simple_main {
    padding: 4rem 21px;
    background: linear-gradient(180deg, #fff6e6 0%, #fd8939 100%);
  }
  .simple > img {
    max-width: 76%;
  }
  .simple_video_pc,
  .video_play {
    display: none;
  }
  .simple_video_mobile {
    display: block;
    margin: 20px auto;
  }

  .simple,
  .feature_list {
    position: static;
    transform: translate(0);
  }

  .video_play {
    width: 60%;
    height: 9rem;
    position: absolute;
    top: 62%;
  }
  .feature_list {
    flex-wrap: wrap;
  }
  .feature_item {
    width: 45%;
  }
  .feature_item p {
    max-width: 130px;
    margin: 0 auto;
  }

  .banner h1 {
    font-size: 4rem;
  }
  .section h2 {
    font-size: 3.2rem;
  }

  .banner_images img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }

  .section1_items h4 {
    font-size: 2.4rem;
  }

  .section {
    margin-top: 4rem;
  }
  .reviews {
    padding-top: 0;
  }

  .simple a {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .banner_btns {
    display: block;
  }
  .banner_btns .btn {
    width: 100%;
  }

  .section1_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .section2_block {
    flex-wrap: wrap;
  }
  .section2_item {
    width: 45%;
    margin-bottom: 20px;
  }
  .video_play {
    width: 52%;
    height: 8rem;
    position: absolute;
    top: 60%;
  }
  .btn_play {
    font-size: 2rem;
  }
}
