@import url(font.css);
@import url(icons.css);
@import url(header.css);
@import url(footer.css);

:root {
  --bs-primary: #2787f4;
  --bs-light-blue: #96d8fa;
  --bs-dark-blue: #1d59f9;
  --bs-body-color: #0e0f0f;
}

body {
  font-family: "Inter";
  font-weight: normal;
  font-feature-settings: "salt" on, "liga" off;
  position: relative;
}

main {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}
.cursor-pointer {
  cursor: pointer;
}
.section-title {
  font-weight: 800;
  line-height: 54px;
}
.section-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.section-subtitle2 {
  line-height: 1;
}

.button-primary {
  background-color: var(--bs-primary);
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-weight: 500;
  padding: 11px 16px;
  text-align: center;
  line-height: 1;
}
.button-primary:hover {
  color: #fff;
}
.button-primary:focus {
  box-shadow: none;
}

.banner {
  background-image: url(../images/banner.png);
  padding: 8px 0 24px;
  background-position: top right;
  background-size: 100% 82%;
  background-repeat: no-repeat;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 80%;
  height: 82%;
}
.banner-title {
  font-weight: 800;
  line-height: 77px;
  margin-bottom: 12px;
}
.banner-text {
  color: #464a4d;
  margin-bottom: 40px;
}
.banner-image {
  width: 100%;
}
.banner-download__image {
  width: 202px;
}

.introduction {
  padding: 120px 0 0;
}
.introduction-card {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px 30px;
}
.introduction-card__icon {
  width: 20px;
  height: 20px;
}
.introduction-card__content {
  margin-left: 19px;
}
.introduction-card__title {
  margin-bottom: 12px;
}
.introduction-card__text {
  line-height: 26px;
}
.introduction-video {
  position: relative;
  margin: 120px auto 0;
  box-shadow: 0px 10px 100px rgb(0 0 0 / 24%);
  border-radius: 12px;
}
.introduction-video::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(39, 135, 244, 0.24),
    rgba(39, 135, 244, 0.24)
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.introduction-video__thumbnail {
  width: 100%;
  border-radius: 12px;
}
.introduction-video .btn-play {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-video .btn-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 10;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.data-content {
  padding-top: 64px;
  margin-top: 80px;
  background: var(--bs-dark-blue);
  border-radius: 12px;
}

.data-content-body {
  padding: 48px 0;
  width: 93%;
}
.data-item__icon {
  width: 48px;
  height: 48px;
}

.data-item__icon img {
  width: 48px;
  height: 48px;
}

.feature .section-title {
  margin-bottom: 48px;
}
.feature-item__text {
  line-height: 26px;
}
.feature-item__icon {
  height: 72px;
  border-radius: 50%;
  background-color: #f2f4f5;
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.feature-item__icon .flag-icon {
  width: 24px;
  height: 24px;
}

.using-app {
  padding-top: 140px;
}
.using-app .wrapper-step {
  position: relative;
}
.wrapper-step__tab .nav-tabs {
  border-radius: 8px 0 0 8px;
  border-bottom: none;
}
.wrapper-step__tab .nav-link {
  border-right: none;
  line-height: 24px;
  background-color: transparent;
  border: none;
  padding-left: 30px;
  padding-right: 62px;
  height: 48px;
  color: #b4b6b8;
  position: relative;
  z-index: 1;
}
.wrapper-step__tab .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-tab-long.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 8px 0 0 8px; */
  z-index: -1;
}
.wrapper-step__tab .nav-item:first-child .nav-link::before {
  top: -2px;
  bottom: -2px;
  height: initial;
}
.wrapper-step__tab .nav-link.active {
  color: #fff;
  background-color: transparent;
}
.wrapper-step__tab .nav-link.active::after {
  content: "";
  background-image: url(../images/arrow-tab-active.svg);
  position: absolute;
  left: 0;
  right: 0px;
  top: 2px;
  bottom: 2px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 6px 0 0 6px;
}
.wrapper-step__tab .nav-item:first-child .nav-link.active::after {
  left: 0px;
  right: 2px;
  top: 0;
  bottom: 0;
}
.wrapper-step__tab .nav-item {
  /* background-color: transparent; */
  color: var(--bs-dark-blue);
}
.wrapper-step__tab .nav-item:first-child .nav-link {
  border-radius: 8px 0 0 8px;
  border: 2px solid #e9eaea;
  border-right: none;
  overflow: hidden;
}
.wrapper-step__tab .nav-item:not(:first-child) .nav-link {
  padding-left: 60px;
  position: relative;
  left: -30px;
  z-index: 0;
}
.wrapper-step__content {
  background-color: var(--bs-dark-blue);
}
.wrapper-step__content .step-item {
  padding: 0;
  transition: opacity 0.1s ease-out;
  color: #fff;
}
.wrapper-step__content .step-item.active {
  background-color: transparent;
}
.wrapper-step__content .step-item:not(.active) {
  opacity: 0.6;
}
.wrapper-step__content .step-item:hover {
  opacity: 1;
}
.wrapper-step__content .step-item__badge {
  background-color: #f6a500;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-right: 16px;
}
.wrapper-step__content .step-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #96d8fa;
}
.summary {
  padding-top: 100px;
}
.summary-card {
  padding: 24px;
  border-radius: 12px;
  background-image: url(../images/image-mask-group.png);
  background-size: cover;
  background-position: right;
  color: #fff;
}
.summary-card--user {
  background-color: var(--bs-primary);
}
.summary-card--download {
  background-color: #332a7c;
}
.summary-card--like {
  background-color: #ff9a3e;
}
.summary-card--rate {
  background-color: #f44771;
}
.app-interface {
  padding-top: 120px;
}
.app-interface .section-title {
  margin-bottom: 64px;
}
.interface-slide {
  position: relative;
}
.interface-slide .owl-item {
  transition: 300ms ease-in;
}
.interface-slide .owl-item.center .interface-slide__item::before {
  opacity: 1;
}
.interface-slide.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.interface-slide.owl-carousel .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0px 8px;
  background-color: #b4b6b8;
}
.interface-slide.owl-carousel .owl-dot.active {
  background-color: var(--bs-primary);
}
.interface-slide.owl-carousel .owl-nav > button {
  color: #fff;
  background-color: var(--bs-primary);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.interface-slide .owl-prev > span,
.interface-slide .owl-next > span {
  display: none;
}
.interface-slide .owl-prev {
  left: 140px;
}
.interface-slide .owl-next {
  right: 140px;
}
.interface-slide .owl-nav .owl-prev::before {
  content: "\e5cb";
  font-family: "Material Icons";
  font-size: 30px;
  opacity: 1;
}
.interface-slide .owl-nav .owl-next::before {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 30px;
  opacity: 1;
}
.interface-slide__item {
  padding: 18px;
  position: relative;
  cursor: pointer;
  transition: all 300ms ease;
}
.interface-slide__item::before {
  content: "";
  background-image: url(../images/image-iphonex.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 16px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  transition: 200ms ease-in;
}
.interface-slide__image {
  padding: 6%;
  box-shadow: 0px 1.79592px 17.9592px rgb(0 0 0 / 16%);
  border-radius: 28px;
}
.download-app {
  background-color: var(--bs-dark-blue);
  margin-top: 120px;
}
.download-app .wrapper-content {
  padding: 10px 0;
}
.download-app .wrapper-content__text {
  color: var(--bs-light-blue);
  line-height: 32px;
}
.download-app__img {
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .banner-download {
    margin-right: 13px;
  }
}
@media (min-width: 768px) {
  .page-main {
    padding-top: 72px;
  }
  .section-title {
    font-size: 40px;
  }
  .section-subtitle2 {
    font-size: 18px;
  }
  .banner-title {
    font-size: 64px;
  }
  .banner-text {
    font-size: 24px;
    line-height: 29px;
  }
  .introduction-title {
    margin-bottom: 32px;
  }
  .introduction-description {
    line-height: 32px;
    max-width: 601px;
    margin: 0 auto 64px;
  }
  .feature {
    padding-top: 120px;
  }
  .wrapper-step__tab {
    padding-bottom: 120px;
  }
  .wrapper-step__content .tab-image {
    position: absolute;
    width: 100%;
    top: -88px;
    left: -22%;
  }
  .wrapper-step__content .tab-image__img {
    width: 370px;
  }
  .summary-total {
    font-size: 40px;
    line-height: 48px;
  }
  .download-app .wrapper-content__text {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 48px;
  }
  .section-subtitle {
    font-size: 24px;
  }
  .banner-content {
    padding-top: 25%;
  }
  .banner-download__image {
    width: 135px;
  }
  .introduction-image {
    padding-right: 44px;
  }
  .introduction-card:not(:last-child) {
    margin-bottom: 32px;
  }
  .introduction-video {
    width: 70%;
  }
  .introduction-video .btn-play {
    height: 80px;
    width: 80px;
  }
  .introduction-video .btn-play__icon {
    width: 20px;
    height: 20px;
  }
  .feature-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .using-app .section-title {
    margin-bottom: 72px;
  }
  .using-app .wrapper-step {
    padding-top: 137px;
  }
  .wrapper-step__tab {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
  }
  .wrapper-step__content .tab-image {
    top: -160px;
    left: -18%;
  }
  .wrapper-step__content .tab-image__img {
    width: 430px;
  }
  .nav-steps {
    padding: 64px 0;
  }
  .nav-steps .step-item:not(:last-child) {
    margin-bottom: 56px;
  }
  .interface-slide {
    padding: 0 75px;
  }
  .interface-slide.owl-carousel .owl-nav {
    display: block;
  }
  .interface-slide .owl-item {
    opacity: 0.16;
  }
  .interface-slide .owl-item.active + .owl-item.active {
    opacity: 1;
  }
  .interface-slide
    .owl-item.active.center
    + .owl-item.active
    + .owl-item.active {
    opacity: 0.16;
  }
  .summary-total {
    font-size: 48px;
  }
  .download-app .wrapper-content__text {
    margin-bottom: 48px;
  }
}

@media (max-width: 991px) {
  .banner {
    text-align: center;
  }
  .banner {
    padding-top: 56px;
  }
  .banner-image {
    max-width: 344px;
    margin: auto;
  }
  .introduction-image {
    max-width: 451px;
    margin: 0 auto 32px;
  }
  .introduction-card:not(:last-child) {
    margin-bottom: 24px;
  }
  .introduction-video {
    width: 100%;
  }
  .introduction-video .btn-play {
    height: 60px;
    width: 60px;
  }
  .introduction-video .btn-play__icon {
    width: 14px;
    height: 14px;
  }
  .feature .section-title {
    text-align: center;
  }
  .feature-img {
    margin-bottom: 42px;
  }
  .feature-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .using-app .section-title {
    margin-bottom: 48px;
  }
  .wrapper-step__tab .nav-tabs {
    justify-content: center;
    margin-right: -30px;
  }
  .nav-steps {
    padding: 48px 0;
  }
  .nav-steps .step-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .summary-card {
    margin-bottom: 24px;
  }
  .download-app .section-title {
    font-size: 32px;
  }
  .download-app .wrapper-content {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: normal;
  }
  .page-main {
    padding-top: 64px;
  }
  .section-title {
    font-size: 32px;
  }
  .banner-title {
    font-size: 40px;
  }
  .banner-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
  }
  .introduction {
    padding: 90px 0 0px;
  }
  .introduction-title {
    max-width: 220px;
    margin: 0 auto 24px;
    line-height: 40px;
  }
  .introduction-description {
    line-height: 21px;
    max-width: 343px;
    margin: 0 auto 56px;
  }
  .introduction-card__text {
    line-height: 21px;
  }
  .introduction-video {
    margin-top: 80px;
  }
  .feature {
    padding-top: 90px;
  }
  .feature-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .feature-item__icon {
    height: 48px;
    flex: 0 0 48px;
  }
  .using-app {
    padding-top: 90px;
  }
  .using-app .section-title {
    line-height: 40px;
  }
  .wrapper-step__content {
    background-color: var(--bs-dark-blue);
    position: relative;
    padding-bottom: 24px;
  }
  .wrapper-step__content::after {
    content: "";
    position: absolute;
    background-color: var(--bs-dark-blue);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56%;
    z-index: -1;
  }
  .nav-steps {
    padding: 0;
  }
  .tab-image .owl-dots {
    text-align: center;
    padding-top: 10px;
  }
  .tab-image .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 8px;
    background-color: #6bbef5;
    padding: 0;
  }
  .tab-image .owl-dots .owl-dot.active {
    background-color: #fff;
  }
  .tab-image .owl-item .tab-image__img {
    position: relative;
    left: -7%;
    bottom: -30px;
    max-width: 310px;
    margin: auto;
  }
  .summary {
    padding-bottom: 56px;
  }
  .summary-card {
    padding: 24px 12px;
  }
  .summary-total {
    font-size: 24px;
    line-height: 1;
  }
  .app-interface .section-title {
    margin-bottom: 56px;
  }
  .app-interface .container-fluid {
    padding: 0;
  }
  .interface-slide__item {
    padding: 12px;
  }
  .interface-slide__item::before {
    top: 8px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
  .app-interface {
    padding-bottom: 80px;
  }
  .download-app {
    padding-top: 90px;
  }
  .download-app .wrapper-content {
    padding: 0 0 48px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .banner-download {
    display: block;
    max-width: 202px;
    margin: 0px auto 17px;
  }
  .banner-image {
    margin-top: 25px;
  }
  .wrapper-step__tab .nav-item {
    flex: 0 0 50%;
    max-width: 200px;
  }
  .wrapper-step__tab .nav-link {
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
  }
  .wrapper-step__tab .nav-item:not(:first-child) .nav-link {
    padding-left: 40px;
  }
}
@media (max-width: 364px) {
  .summary-card {
    flex-direction: column;
  }
}
