/* welcome */
.welcome {
  margin-bottom: 244px;
}

.welcome_title {
  margin-bottom: 88px;

  text-align: center;
  font-weight: 700;
  font-size: 75px;
}

.platform01 {
  position: relative;
}

.platform01::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);

  width: 110%;
  height: 19px;

  background-image: url('/apiway/front/images/modern/new/underline.svg');
  background-repeat: no-repeat;
}

.welcome_subtitle {
  text-align: center;
  max-width: 50%;
  margin: auto;
  font-weight: 500;
  line-height: 1.1;
  font-size: 22px;
}

.welcome_instagram,
.welcome_facebook,
.purple_star {
  position: absolute;
  z-index: -1;
}

.welcome_instagram {
  top: 131px;
  left: 8px;
}

.welcome_facebook {
  top: 220px;
  right: 118px;
}

.purple_star {
  left: 152px;
  bottom: -202px;
}

/* auto-reply */
.auto-reply {
  margin-bottom: 180px;
}

.img_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 165px;

  margin-bottom: 74px;
}

.pink_star {
  position: absolute;
  bottom: 260px;
  right: 162px;
}

/* example */
.example {
  margin-bottom: 187px;
}

.decoration {
  position: relative;
}

.decoration::after {
  content: '';
  position: absolute;
  top: -8px;
  right: -65px;

  width: 92px;
  height: 59px;

  background-image: url('/apiway/front/images/modern/new/title_decoration.svg');
  background-repeat: no-repeat;
}

.example_subtitle {
  margin-bottom: 75px;
  text-align: center;

  font-size: 35px;
}

.icons_container {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-bottom: 49px;
}

.arrow {
  padding-bottom: 128px;
}

.info_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  text-align: center;

  max-width: 190px;
}

.info_icon img {
  max-width: 165px;
}

@media screen and (max-width: 1350px) {
  .purple_star {
    bottom: -100px;
  }

  .pink_star {
    bottom: 250px;
    right: 30px;
  }

  .welcome_instagram,
  .welcome_facebook {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .welcome {
    margin-bottom: 150px;
  }

  .welcome_subtitle {
    max-width: 80%;
  }

  .auto-reply {
    margin-bottom: 100px;
  }

  .img_container {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .welcome_title {
    font-size: 40px;
    margin-bottom: 44px;
  }

  .welcome_subtitle {
    font-size: 16px;
  }

  .img_container {
    gap: 20px;
  }

  .icons_container {
    gap: 10px;
    margin-bottom: 36px;
  }

  .info_icon {
    max-width: 120px;
  }

  .info_icon img {
    width: 100px;
  }

  .arrow {
    width: 80px;
  }

  .icon_caption_title {
    font-size: 16px;
  }

  .icon_caption {
    font-size: 13px;
  }

  .platform01::before {
    bottom: -15px;
    background-size: contain;
  }

  .auto-reply_title {
    font-size: 32px;
  }

  .decoration::after {
    top: -2px;
    right: -27px;
    width: 43px;
    height: 28px;
    background-size: contain;
  }

  .example .section_title {
    max-width: 340px;
  }

  .example_subtitle {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .example {
    margin-bottom: 100px;
  }
}
