html[lang="vi"] .banner__content--text {
  font-family: "Montserrat";
  font-weight: 500;
}

html[lang="vi"] .different__content .slide__item .slide__item-top h3 {
  font-family: "Montserrat";
  font-weight: 600;
}

html[lang="vi"] .answer__title {
  font-family: "Montserrat";
  font-weight: 600;
}

/* banner */
.banner {
  justify-content: space-between;
  background-size: cover;
  position: relative;
}

.banner .banner__img img.desktop {
  max-height: 570px;
  object-position: center center;
}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__content {
  position: absolute;
  top: 0;
  left: calc((100% - 1222px) / 2);
  padding: 90px 0 0 45px;
  max-width: 700px;
  color: var(--white);
}

.banner__content--title {
  color: var(--white);
  font-family: "Renogare";
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  line-height: 72px;
}

.banner__content .line {
  margin: 22px 0;
}

.banner__content--text {
  color: var(--white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 28px;
}

.banner__content .enter-website {
  display: flex;
  justify-content: center;
  width: max-content;
  box-shadow: 0px 0px 0px 1px #333;
  height: 52px;
}

@keyframes color-transition {
  0% {
    background: #3470e1;
  }

  33% {
    background: #28509b;
  }

  66% {
    background: #de4b99;
  }

  100% {
    background: #9642fe;
  }
}

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Popup Box */
.popup-content {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.popup-inner {
  text-align: center;
}

.popup-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90deg, #9642fe 0%, #218bf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup-title .highlight {
  color: #2575fc;
}

.popup-subtitle {
  font-size: 14px;
  margin: 10px 0 20px;
}

.popup-content input {
  width: 100%;
  height: 30px;
  max-height: 50px;
  outline: unset;
  border: none;
  /* background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; */
  box-shadow: none;
  background: #f3f3f3;
  padding: 10px 36px 10px 10px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif; 
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-content .input-group {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.popup-content .input-group img {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  /* để click không bị đè */
}

.popup-content .submit-btn {
  margin-top: 10px;
  border: unset;
  padding: 0px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16.41px;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  /* background: linear-gradient(264deg, #3470e1 36.99%, #b032ff 99.98%); */
  background: linear-gradient(90deg, #9642fe 0%, #218bf8 100%);
  font-weight: 600;
}

/* overview */
.overview>.container {
  margin-top: 70px;
}

.overview .content {
  color: #858c95;
  text-align: center;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 85%;
  margin: 36px auto 24px;
}

.overview .service__grid .general-title .left {
  margin: 0 auto;
}

.overview .general-title .right {
  min-width: 184px;
  margin: 0 calc(82% - 184px);
  display: none;
}

/* craft */
.craft {
  margin-top: 0;
}

.craft .container {
  padding: 0;
}

.craft__grid {
  gap: 24px;
}

.craft-mobile {
  display: none;
}

/* projects */

.project__signature {
  margin-top: 70px;
  margin-bottom: 60px;
}

.project__signature-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px 0px 0px;
  column-gap: 32px;
  row-gap: 10px;
}

.project__signature-content .project__signature-item {
  max-height: 500px;
}

.project__signature-item .project__signature--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project__signature--cta {
  display: flex;
  justify-content: center;
  gap: 36px;
  align-items: center;
  width: 100%;
  margin: 20px auto 0px;
  font-weight: 300;
}

.project__signature-content.slide__content.owl-carousel.owl-theme .owl-dots {
  display: none;
}

.project__signature--cta .cta__type-one {}

/* process */
.process .general-title .right {
  max-width: 185px;
  max-height: 40px;
  text-align: center;
  color: #fff;
  font-family: "Renogare";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.52px;
  display: none;
}

/* different */

.different__content {
  margin-top: 50px;
  padding-bottom: 29px;
}

.different__content .slide__item {
  box-shadow: rgba(0, 0, 0, 0.25) -1px 2px 8px 0px;
  padding: 36px 38px 36px 38px;
  position: relative;
  background-color: #323539;
  color: #fff;
  /* max-height: 324px; */
}

.different__content .slide__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.different__content .slide__item-top .left {
  width: 100%;
}

.different__content .slide__item-top .left img {
  max-height: 52px;
  width: fit-content;
  transform: rotate(0deg);
  transition: 0.7s transform ease-in-out;
}

.different__content .slide__item:hover .slide__item-top .left img {
  transform: rotate(360deg);
}

.different__content .slide__item-top .right {
  font-size: 55px;
  line-height: 64.46px;
  font-weight: 400;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a77ff;
  color: transparent;
  font-family: "Renogare";
  transform: rotate(20deg);
  transition: all 0.2s;
  position: absolute;
  top: 0;
  right: 0;
}

.different__content .slide__item .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  transition: 0.25s;
}

.different__content .slide__item:hover .line {
  width: 100%;
}

.different__content .slide__item:hover .slide__item-top .right {
  transform: rotate(0deg);
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #0a77ff;
}

.different__content .slide__item .slide__item-top h3 {
  font-size: 14px;
  font-family: Poppins;
  color: var(--white);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-top: 36px;
}

.different__content .slide__item .slide__item-bottom {
  margin-top: 16px;
}

.different__content .slide__item .slide__item-bottom p {
  /* display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; */
  /* min-height: 112px; */
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.different__content .slide__item .slide__item-bottom .cta-link {
  margin-top: 18px;
}

.different__content.slide__content.owl-carousel.owl-theme .owl-dots {
  display: none;
}

/* Pricing */

/* pricing */
.pricing *,
.pricing-overall * {
  font-family: "Montserrat" !important;
}

.pricing .container {
  max-width: 1271px;
  padding: 0;
}

.info-package-title {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 28px;
  font-style: normal;
  font-weight: 700;
  color: #596574;
}

.info-package-block {
  margin: auto;
  width: 100%;
  -moz-box-pack: justify;
  justify-content: center;
}

.info-package-item {
  max-width: 470px;
  /* width: 100%; */
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
}

/* pricing - block head */
.block-head-info {
  /* display: flex; */
  border-bottom: 1px solid #c4c4c4;
}

.block-head-info-left {
  padding: 24px 0 13px 15px;
  /* width: 80%; */
  width: 100%;
}

.block-head-info-left-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}

.block-content-left {
  margin-bottom: 0;
  -moz-box-align: end;
  align-items: flex-end;
}

.info-left-title-sub-1,
.info-left-title-sub-2 {
  font-style: normal;
  color: #00b8ac;
  background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
  background: -webkit-linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.info-left-title-sub-1 {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}

.info-left-title-sub-2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 55px;
}

.info-left-title-sub-3 {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #000;
  margin-bottom: 8px;
}

.block-head-info-right {
  background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
  padding: 20px 18px;
  /* width: 25%; */
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  justify-content: center;
  align-items: center;
}

.block-head-info-right-title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

/* pricing - block body */
.block-body-info {
  padding: 22px 44px;
}

.content-container {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
}

.content-left {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.content-left>div {
  min-height: 25px;
  margin-bottom: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.content-left>div>p,
.content-right>div>p {
  margin-bottom: 0;
}

.content-right {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
}

.content-right>div {
  min-height: 25px;
  margin-bottom: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.style-bold {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

/* pricing - overall */
.markdown-render-contain {
  padding: 45px 0;
  font-size: 16px;
  line-height: 24px;
}

.markdown-render-contain p {
  margin-bottom: 16px;
  font-size: 16px;
}

.markdown-render-contain h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}

.markdown-render-contain h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
}

.markdown-render-contain h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 21px;
}

.markdown-render-contain ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 16px;
  font-size: 16px;
}

/* client */
.client {
  margin-top: 0;
  padding-top: 41px;
}

.client .container {
  overflow: hidden;
}

/* .client__tabs-item {
    background-color: var(--white);
    text-align      : center;
    position        : relative;
    cursor          : pointer;
    font-size       : 13px;
    font-style      : normal;
    font-weight     : 500;
    color           : #333;
    text-transform  : capitalize;
    transition      : all 0.2s;
    padding         : 10px 7px;
    border-right    : 1px solid #323539;
} */

.awards .slide .slick-dots {
  bottom: -51px;
}

.awards {
  padding-top: 15px;
}

html[lang="vi"] .enter-website input[type="submit"],
html[lang="vi"] .overview .general-title .right {
  font-weight: 600;
}

.enter-website input[type="submit"] {
  /* width: 96%; */
  width: fit-content;
  font-weight: 600;
  padding: 15px 18px;
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  .banner__content {
    padding-top: calc(20px + 0.1116 * (100vw - 1024px));
    left: calc(((100% - 320px) / 2) - 33vw);
  }
}

@media screen and (max-width: 1024px) {
  .markdown-render-contain {
    padding: 45px 35px;
  }
}

@media screen and (max-width: 940px) {
  .info-package-item {
    max-width: 100%;
  }

  .info-package-block {
    padding: 0 15px;
  }

  .info-package-block .info-package-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 576px) {

  /* banner tablet */
  .banner .banner__img img.desktop {
    height: 480px;
  }

  .banner__content {
    padding-top: clamp(56px, calc(56px + (4 * ((100vw - 576px) / 448))), 60px);
    left: clamp(24px, calc(24px + (8 * ((100vw - 576px) / 448))), 32px);
  }

  .banner__content .line {
    width: 50px;
    height: 4px;
    margin: 16px 0;
  }

  .banner__content--title {
    margin-top: 23px;
    font-family: "Renogare";
    font-size: clamp(24px, calc(24px + (8 * ((100vw - 576px) / 448))), 32px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-shadow: none;
    opacity: 1;
    max-width: 240px;
  }

  .banner__content--text {
    font-size: clamp(14x, calc(14px + (2 * ((100vw - 576px) / 448))), 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    text-shadow: none;
    opacity: 1;
    max-width: 480px;
    margin-bottom: 46px;
  }

  .banner__content .enter-website {
    border-radius: 5px;
    width: fit-content;
    justify-content: start;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 480px;
  }

  .banner__content .enter-website span {
    margin: 0;
  }

  .enter-website span input,
  .enter-website input[type="text"],
  .banner__left .enter-website span,
  .banner .enter-website>span {
    border-radius: 0;
    height: 52px;
    border: 0;
  }

  .enter-website span input,
  .enter-website input[type="text"] {
    box-shadow: none;
  }

  .enter-website input[type="submit"] {
    border-radius: 0;
    margin-top: 0;
    border: 0;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .banner__content--title .desktop {
    display: block;
  }

  .banner__content--title .mobile {
    display: none;
  }

  /* service grid tablet */
  html[lang="vi"] .service__grid {
    margin-top: 0;
  }

  .service__grid .general-title {
    margin-bottom: 0;
  }

  /* client tablet */
  .client__tabs {
    padding: 0 20px;
  }

  .client__tabs-item {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    color: #333333;
    width: auto;
  }

  .client__tabs-item::after {
    display: none;
  }

  /* e.t.c */
  .general-title h2 {
    margin: 0 auto;
  }

  /* service grid tablet */
  .service__grid--item {
    height: 250px;
  }

  /* different tablet */
  .different__content {
    padding: 0;
  }

  /* faq tablet */
  .answer {
    margin-top: 70px;
    padding: 32px 35px 66px;
  }

  .answer__list--item .content {
    max-width: 80%;
  }

  .craft .general-title .left:after {
    margin: 16px auto 36px !important;
  }
}

@media only screen and (max-width: 576px) {

  /* banner */
  .banner {
    padding-bottom: 34px;
  }

  .banner__content {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .banner__content--title {
    margin-top: 23px;
    color: #323539;
    text-align: center;
    font-family: "Renogare";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-shadow: none;
    opacity: 1;
    max-width: 240px;
  }

  .banner__content .line {
    width: 50px;
    height: 4px;
    margin: 16px 0;
  }

  .banner__content--text {
    color: #596574;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    text-shadow: none;
    opacity: 1;
    max-width: 340px;
    margin-bottom: 46px;
  }

  .banner__content .enter-website {
    border: unset;
    height: unset;
    flex-direction: column;
    box-shadow: none;
    width: 100%;
  }

  .banner__content .enter-website span input {
    margin-top: 0px;
    /* margin-bottom: 25px; */
    margin-bottom: 0px;
    border-radius: 5px;
    height: 100%;
    box-shadow: none;
    height: 50px;
  }

  .banner__content form input::placeholder {
    color: var(--Light-base-second);
  }

  .banner__left .enter-website span,
  .banner .enter-website>span {
    margin: 0 auto;
    border: 1px solid black;
    background: transparent;
    border-radius: 5px;
    max-height: 52px;
    overflow: hidden;
  }

  /* overview */
  .overview {
    /* background-color: #fafbfc; */
    padding-top: 0px;
  }

  .overview .container {
    margin: 0;
  }

  .overview__left {
    display: none;
  }

  .overview__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .overview__right .content {
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .overview__right .general-title .left::after {
    margin: 16px 0;
  }

  .overview .general-title .left::after {
    margin-bottom: 16px;
  }

  .overview .general-title .right {
    line-height: 0;
    display: block !important;
    margin: 0 auto;
  }

  .overview .general-title .right img {
    height: 12px;
    width: 23px;
    margin-left: 4px;
  }

  .overview .content {
    margin: 0 auto;
  }

  .overview .general-title:last-of-type {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .overview__right .general-title .right {
    display: flex;
    max-height: 40px;
    max-width: 180px;
    text-align: center;
    font-family: "Renogare";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    padding: 13px 17px;
    margin: 0;
  }

  /* awards */
  .awards {
    padding-top: 0;
    padding-bottom: 37px;
  }

  .awards .slide .slick-dots {
    bottom: -32px;
  }

  .awards .general-title {
    padding-top: 11px;
  }

  .awards__content.content__box {
    min-height: 338px;
  }

  .awards__content .slide__item-top .mobile {
    font-weight: 600;
  }

  /* client */
  .client .client__content.content__box {
    min-height: 235px;
  }

  .client {
    padding-top: 30px;
  }

  .client__content {
    margin-top: 34px;
  }

  .client__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 9px;
    column-gap: 8px;
    justify-content: center;
    padding: 0 20px;
    margin-top: 0;
  }

  .client__tabs-item {
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(151, 154, 160, 0.3);
  }

  .client__tabs-item {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 19.5px;
    /* color: #596574; */
    color: #323539;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .client__tabs-item h3 {
    /* word-break: break-all; */
  }

  .client__tabs-item:not(:last-child, .active)::after {
    display: none;
  }

  .client .slide .slick-dots {
    bottom: 37px;
  }

  /* projects */

  .project__signature {
    margin-top: 14px;
    margin-bottom: 40px;
  }

  .project__signature-content {
    margin: 0px;
  }

  .project__signature-content .project__signature-item {
    max-height: 400px;
  }

  .project__signature--cta {
    margin: 12px 0px 0px;
  }

  /* different */
  .different>.container {
    padding: 0;
  }

  .different .general-title .left::after {
    margin-bottom: 31px;
  }

  .different__content .slide__item-top {
    position: relative;
  }

  .different__content .slide__item-top .left {
    width: 100%;
  }

  .different__content .slide__item-top .left img {
    width: fit-content;
  }

  .different__content .slide__item-top .right {
    position: absolute;
    top: 0;
    right: 0;
  }

  html[lang="en"] .different__content .slide__item .slide__item-bottom {
    letter-spacing: -0.2px;
  }

  .different__content .slide__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(179, 176, 176, 0.21);
    backdrop-filter: blur(3.5px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .different__content .owl-item.active.center .slide__item::before {
    opacity: 0;
  }

  .different__content {
    margin-top: 0px;
  }

  /* Pricing */

  .markdown-render-contain {
    padding: 45px 0px;
  }

  /* service */
  .craft__grid .service__grid--item {
    height: 250px;
  }

  .enter-website span input {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
  }

  .enter-website input[type="submit"] {
    font-weight: normal;
    border-radius: 50px;
    max-width: 300px;
    line-height: 10px;
    letter-spacing: 0.05px;
    width: 100%;
    font-size: 12px;
  }

  .banner .enter-website input[type="submit"] {
    max-width: 240px;
  }

  .service__grid .general-title {
    margin-bottom: 0;
  }

  .service__grid--tabitem::before {
    display: none;
  }

  .service .general-title,
  .client .general-title {
    padding: 36px 16px 0px;
  }
}