html[lang="vi"] .banner__content--text,
html[lang="vi"] .solutions .solutions__main--item .item__front,
html[lang="vi"] .solutions .solutions__main--item .item__back {
  font-family: "Montserrat";
}

/* section banner */
.banner {
  justify-content: space-between;
  background-size: cover;
  position: relative;
}

.banner .banner__img img.desktop {
  max-height: 480px;
  object-position: center center;
}

.banner__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.4;
}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[lang="vi"] .banner__content {
  max-width: 790px;
  width: 100%;
}

.banner__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50%));
  padding-top: 90px;
  max-width: 830px;
  color: var(--white);
  text-align: center;
}

.banner__content--title {
  color: var(--white);
  font-family: "Poppins";
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  line-height: 72px;
  margin-bottom: 24px;
  filter: drop-shadow(0px 4px 2.5px #124643);
  transition: 0.2s all ease-in-out;
}

.banner__content .line {
  margin: 22px 0;
  display: none;
}

.banner__content--text {
  color: var(--white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 36px;
  filter: drop-shadow(0px 2px 1.5px #124643);
  transition: 0.2s all ease-in-out;
}

.banner__content .enter-website {
  display: flex;
  justify-content: center;
  width: max-content;
  box-shadow: 0px 0px 0px 1px #fff;
  height: 52px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.banner__content .enter-website span input {
  border-radius: 0;
}

.banner__content .enter-website input[type="submit"] {
  width: 96%;
  width: fit-content;
  font-weight: 600;
  padding: 15px 18px;
}

.banner .enter-website-form .error-message {
  width: 78%;
  margin: 0 auto;
  text-align: left;
  margin-top: 8px;
}

/* section solution */
.solutions {
  padding: 70px 0 40px;
}

.solutions .general-title .subtitle {
  max-width: 850px;
}

.solutions .solutions__main {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 357px));
  grid-template-rows: repeat(1, minmax(0, 293px));
  justify-content: center;
  gap: 16px;
}

.solutions .solutions__main--item {
  font-family: "Poppins";
  height: 100%;
  border-radius: 0;
}

.solutions .solutions__main--item .item__front,
.solutions .solutions__main--item .item__back {
  border-radius: 0;
}

.solutions .solutions__main--item .item__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 14px;
}

.solutions .solutions__main--item .item__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  filter: drop-shadow(0 2px 1px rgba(17, 42, 89, 0.7));
  text-transform: capitalize;
}

.solutions .solutions__main--item .item__back .item__title {
  filter: none;
}

.solutions .solutions__main--item .item__content {
  font-size: 14px;
  margin-top: 16px;
}

.solutions .solutions__main--item .item__cta {
  margin-top: 24px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 2px 1px rgba(17, 42, 89, 0.7));
}

.solutions .solutions__main--item .item__cta img {
  height: 14px;
  margin-left: 16px;
  transform: rotate(-45deg);
}

.solutions .solutions__main--item .item__background::after {
  background-color: rgba(179, 176, 176, 0.35);
}

/* section brands */
.brands {
  padding: 66px 0px 72px;
  background: rgba(151, 154, 160, 0.09);
}

/* section story */
.stories {
  padding: 66px 0 57px;
}

.stories .projects__content {
  padding-bottom: 0;
}

/* section industry article */
.industry__article {
  padding: 69px 0 39.5px;
}

.industry__article .industry__article--main {
  display: flex;
  margin-top: 80px;
}

.industry__article .industry__article--main .article__details .article__details--script {
  margin: 0;
}

/* contact */
.contact {
  padding: 29.5px 0 52px;
}

/* faq */
.answer {
  margin-top: 0;
}

.answer__list {
  width: 45%;
}

.answer__list .answer__list--item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  .banner__content {
    padding-top: calc(20px + 0.1116 * (100vw - 1024px));
    left: 50%;
    transform: translateX(-50%);
  }

  .answer {
    padding: 70px 70px 146px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 577px) {
  .banner__content {
    padding: 40px 0 0 16px !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner__content {
    padding-top: calc(90px - (48 / 304) * (1024px - 100vw));
  }

  .banner .banner__img img.desktop {
    height: 480px;
  }

  .banner .enter-website>span {
    height: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
  }

  .banner .banner__content {
    width: 70%;
  }

  .banner .enter-website {
    width: 78%;
    flex-direction: row;
    justify-content: start;
    flex-wrap: nowrap;
  }

  .banner .enter-website input[type="submit"] {
    height: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
  }

  .solutions .general-title .left .title,
  .brands .general-title .left .title {
    margin: 0 auto;
  }

  .solutions .solutions__main--item .item__title {
    font-size: 16px;
    line-height: 20px;
  }

  .solutions .solutions__main--item .item__cta {
    display: none;
  }

  .answer {
    padding: 70px 20px 146px;
  }
}

@media (max-width: 720px) {
  .banner__content {
    padding-top: calc(64px - (32 / 144) * (720px - 100vw));
  }

  .banner .enter-website {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    flex-wrap: nowrap;
  }

  /* 
  .banner__content--title .desktop {
    font-size: 36px;
  }

  .banner__content--text {
    font-size: 16px;
  } */
}

@media only screen and (max-width: 575px) {
  html[lang="en"] .banner .banner__content--title h1 {
    font-family: "Renogare";
    font-weight: 400;
  }

  .banner .banner__overlay {
    max-height: 293px;
  }

  .banner .banner__img img {
    height: 293px;
  }

  .banner .banner__content {
    position: static;
    transform: none;
    padding-top: 36px;
    margin: 0 auto;
  }

  .banner .banner__content .line {
    display: block;
    margin: 16px auto;
    width: 50px;
    height: 4px;
  }

  .banner .banner__content--text,
  .banner .banner__content--title {
    filter: none;
    color: #323539;
  }

  .banner .banner__content--title {
    font-size: 24px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
  }

  .banner .banner__content--text {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
  }

  .banner .enter-website {
    height: auto;
    overflow: visible;
    flex-direction: column;
  }

  .banner .enter-website span {
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
  }

  .banner .enter-website input[type="submit"] {
    margin-top: 36px;
  }

  .banner__content .enter-website {
    width: auto;
    margin-top: 24px;
  }


  .banner__content:has(form) .enter-website-form {
    position: relative;
  }

  .banner .enter-website span input {
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 50px;
  }

  .banner .enter-website input::placeholder {
    color: #858e95;
  }

  .banner .enter-website input[type="submit"] {
    border-radius: 50px;
    padding: 12px 18px;
    letter-spacing: -0.4px;
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    height: 50px;
    width: 100%;
  }

  /* solution */
  .solutions {
    padding-top: 34px;
    padding-bottom: 25px;
  }

  .general-title {
    padding: 36px 20px 0;
  }

  .general-title .subtitle {
    margin-top: 8px;
  }

  .solutions .solutions__main {
    margin-top: 0;
    grid-template-columns: repeat(1, minmax(0, 311px));
    grid-template-rows: repeat(3, minmax(0, 250px));
    gap: 24px;
  }

  .solutions .solutions__main .service__item--inner {
    border-radius: 5px;
    overflow: hidden;
  }

  .solutions .solutions__main--item .item__title {
    font-size: 24px;
    line-height: 28px;
  }

  .solutions .solutions__main--item .item__front .item__content {
    filter: drop-shadow(0 2px 1px rgba(17, 42, 89, 0.7));
  }

  .solutions .solutions__main--item .item__cta {
    display: none;
  }

  /* brands */
  .brands {
    padding-top: 25px;
    padding-bottom: 25px;
    background: none;
  }

  .brands .container {
    padding: 0;
  }

  .brands .general-title {
    padding-top: 0;
  }

  .brands .client__content.content__box {
    margin-top: 0;
    min-height: 193px;
  }

  .brands .content__box .owl-carousel.owl-theme .owl-dots button.owl-dot span,
  .brands .content__box .owl-carousel.owl-theme .owl-dots button.owl-dot {
    width: 70px;
  }

  /* stories */
  .stories {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .stories .container {
    padding: 0;
  }

  .stories .general-title {
    padding-top: 0;
  }

  .stories .projects__content.slide__content.owl-carousel.owl-theme .owl-dots {
    margin-top: 39px;
  }

  /* discover */
  .discover {
    margin: 0;
  }

  .discover .enter-website input[type="submit"] {
    background: linear-gradient(-92deg, #3470e1 0%, #9642fe 100%);
    margin-top: 0;
  }

  /* industry article */
  .industry__article {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .industry__article .general-title {
    padding-top: 0px;
  }

  .industry__article .industry__article--main {
    margin-top: 0;
  }

  /* contact */
  .contact {
    padding-top: 0;
    margin-top: 0 !important;
    background: none;
  }

  .contact .general-title {
    padding-top: 0;
  }

  .answer__list {
    width: 90%;
  }

  .banner .banner__content {
    width: 100%;
  }

  .banner .enter-website-form .error-message {
    margin-top: 0px;
    text-align: center;
  }
}