body.hidden {
  overflow: hidden;
}
body {
  background: #282538;
}
html {
  scroll-behavior: smooth;
}
.page {
  overflow: hidden;
  position: relative;
}
.header {
  position: relative;
  z-index: 1;
}
.title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  line-height: 120%;
  color: #fff;
}
.desc {
  font-family: "Fustat", sans-serif;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
.desc b {
  font-weight: 700;
}
.text-120 {
  font-size: 120px;
}
.text-200 {
  font-size: 200px;
}
.text-40 {
  font-size: 40px;
}
.text-22 {
  font-size: 22px;
}
.text-14 {
  font-size: 14px;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-900 {
  font-weight: 900;
}
.text-gold {
  color: #dbb892;
}
.text-blue {
  color: #57cbf5;
}
.text-lavender {
  color: #aba7be;
}
.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
a:hover {
  opacity: 0.5;
}
.button {
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
  padding: 15px 40px;
  background: #282538;
  border: 3px solid #dbb892;
}
.button:hover {
  background: #dbb892;
  color: #282538;
}
.logo .img {
  width: 160px;
}
.section {
  padding: 0 16px;
}
.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/* header */
.header {
  padding: 38px 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .nav__item .desc {
  padding: 3px 8px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
}
.header .nav__item .desc:hover {
  border-color: #57cbf5;
  opacity: 1;
}
.header .lang {
  color: #dbb892;
  font-size: 16px;
  background: transparent;
  border: 0;
  outline: 0;
  padding-right: 30px;
  padding-top: 4px;
  background: url("../assets/select-arrow.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  -moz-appearance: none; /* Firefox */
  line-height: 24px;
}
select::-ms-expand {
  display: none;
}

.hero-shape {
  position: absolute;
  top: 150px;
  width: 1370px;
  left: calc(50% + 400px);
  transform: translateX(-50%);
  z-index: 1;
}
.hero-section {
  text-align: center;
  background: url("../assets/hero.webp");
  background-size: cover;
  background-position: top center;
  padding-top: 170px;
  padding-bottom: 270px;
  position: relative;
}
.hero-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(40, 37, 56, 0) 16.88%,
    rgba(40, 37, 56, 0.8) 58.44%,
    #282538 100%
  );
}
.hero-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    360deg,
    #282538 0%,
    rgba(40, 37, 56, 0.82) 50%,
    rgba(40, 37, 56, 0.3) 100%
  );
}
.hero-section .wrapper {
  position: relative;
  z-index: 2;
}
.hero-section .text-48 {
  margin-top: -30px;
}
.hero-section .text-22 {
  max-width: 990px;
  margin: 0 auto;
  line-height: 150%;
  margin-top: 60px;
}
.hero-section .button {
  display: table;
  margin: 64px auto 0;
}
.hero-section .scroll {
  margin: 112px auto 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
}
.hero-section .scroll svg {
  width: 24px;
  margin-top: 12px;
  transition: 0.3s;
}
.hero-section .scroll svg path {
  transition: 0.3s;
}
.hero-section .scroll:hover {
  opacity: 1;
}
.hero-section .scroll .desc {
  transition: 0.3s;
  line-height: 130%;
}
.hero-section .scroll:hover .desc {
  color: #ffffff;
}
.hero-section .scroll:hover svg {
  margin-top: 2px;
}
.hero-section .scroll:hover svg path {
  stroke: #57cbf5;
}
.top {
  position: fixed;
  right: 64px;
  bottom: 64px;
  z-index: 3;
}
.top rect {
  transition: 0.3s;
}
.top path {
  transition: 0.3s;
}
.top:hover {
  opacity: 1;
}
.top:hover path {
  stroke: #282538;
}
.top:hover rect {
  fill: #dbb892;
}
.about-section {
  position: relative;
  z-index: 1;
  text-align: center;
}
.about-section .img {
  width: 1176px;
}
.about-section .text-22 {
  max-width: 684px;
  margin: 110px auto 0;
  line-height: 150%;
}
.services-section {
  padding-top: 180px;
  padding-bottom: 134px;
  text-align: center;
  position: relative;
}
.services-section .list .img {
  width: 36px;
}
.services-section .list {
  margin-top: 78px;
  border: 1px solid #dbb8924d;
  display: flex;
  flex-wrap: wrap;
}

.services-section .gem {
  width: 584px;
  position: absolute;
  top: -150px;
  left: calc(50% - 750px);
  transform: translateX(-50%);
}
.services-section .list .item {
  width: calc(100% / 4);
  min-height: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: left;
  border-right: 1px solid #dbb8924d;
}
.services-section .list .item:nth-child(1),
.services-section .list .item:nth-child(2),
.services-section .list .item:nth-child(3),
.services-section .list .item:nth-child(4) {
  border-bottom: 1px solid #dbb8924d;
}
.services-section .list .item:nth-child(4),
.services-section .list .item:nth-child(8) {
  border-right: 0;
}
.services-section .list .item-text {
  justify-content: flex-start;
  align-items: flex-start;
}
.services-section .list .item .desc {
  line-height: 150%;
}
.services-section .list .item .desc + .desc {
  margin-top: 16px;
}

.industries-section {
  padding: 175px 16px 275px;
  background: url("../assets/industriesBg.webp");
  background-size: cover;
  position: relative;
}
.industries-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    360deg,
    #282538 0%,
    rgba(40, 37, 56, 0.92) 50%,
    #282538 100%
  );
}
.industries-section .wrapper {
  position: relative;
  text-align: center;
}
.industries-section .list {
  margin-top: 96px;
}

.industries-section .icon .img {
  width: 24px;
}
.industries-section .item + .item {
  margin-top: 16px;
}
.industries-section .item-top {
  display: flex;
  align-items: center;
  background: #282538;
  border: 1px solid #dbb8924d;
  background-image: url("../assets/plus.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  cursor: pointer;
}
.industries-section .item-top .icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dbb8924d;
}
.industries-section .item-top .desc {
  padding-left: 32px;
  flex: 1;
  text-align: left;
  padding-right: 40px;
}
.industries-section .item-bottom {
  background: #282538;
  border: 1px solid #dbb8924d;
  border-top: 0;
  padding: 24px;
  text-align: left;
  display: none;
}

.why-section {
  text-align: center;
  padding-bottom: 112px;
  margin-top: -60px;
  position: relative;
  padding-top: 120px;
}
.why-section .logo2 {
  width: 270px;
  position: relative;
}
.why-section .icon .img {
  width: 32px;
}
.why-section .whyTitle {
  width: 1090px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.why-section .list {
  display: flex;
  max-width: 920px;
  justify-content: space-between;
  margin: 140px auto 0;
}

.why-section .icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 3px solid #dbb892;
}
.why-section ul {
  max-width: 370px;
  text-align: left;
  margin: 90px auto 0;
}
.why-section ul .desc {
  line-height: 200%;
}
.why-section .item {
  position: relative;
}
.why-section .list .tip {
  background: #36334a99;
  padding: 24px 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: max-content;
  max-width: 100vw;
  line-height: 150%;
}
.why-section .list .tip::after {
  content: "";
  position: absolute;
  top: 100%; /* place at the bottom of tooltip box */
  left: 50%;
  margin-left: -15px;
  border-width: 15px; /* size of the caret */
  border-style: solid;
  border-color: #36334a99 transparent transparent transparent;
}
.why-section .list .item:hover .tip {
  opacity: 1;
  visibility: visible;
}
.why-section .list .item:hover .icon {
  background: #dbb892;
}
.why-section .list .item .img {
  transition: 0.3s;
}
.why-section .list .item:hover .img {
  filter: brightness(0);
}

.ready-section {
  text-align: center;
  position: relative;
  padding: 300px 16px 100px;
  background-image: url("../assets/gem.webp");
  background-size: cover;
}
.ready-section .wrapper {
  position: relative;
}
.ready-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    360deg,
    #282538 0%,
    rgba(40, 37, 56, 0.7) 55%,
    #282538 100%
  );
}
.ready-section .button {
  margin-top: 46px;
}
.ready-section .desc {
  margin-top: 46px;
}

.footer {
  padding: 36px 16px;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .left {
  display: flex;
  align-items: center;
  gap: 72px;
}
.footer .right {
  display: flex;
  align-items: center;
  gap: 106px;
}
.footer .nav {
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
}
.footer .nav + .nav {
  margin-top: 12px;
}
.socials {
  gap: 24px;
  display: flex;
}
.socials .img {
  width: 18px;
  transition: 0.3s;
}
.socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbb892;
}
.socials a:hover {
  background: #dbb892;
  opacity: 1;
}
.socials a:hover .img {
  filter: brightness(0);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  z-index: 6;
}
.modal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #38404633;
}
.modal-wrapper {
  max-width: 1158px;
  width: 100%;
  overflow: auto;
  max-height: 100vh;
  background: #36334a;
  padding: 94px 86px 46px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.modal-wrapper .column {
  max-width: 360px;
  flex: 1;
}
.modal-wrapper form {
  max-width: 505px;
  flex: 1;
  text-align: right;
}
.modal .close {
  width: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.modal label {
  width: 100%;
  position: relative;
  display: block;
}
.modal label input,
.modal textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 10px 62px;
  line-height: 24px;
  color: #fff;
  background: #28253880;
  font-size: 16px;

  border: 0;
  outline: 0;
}
.modal textarea {
  min-height: 132px;
  resize: none;
}
.modal label input::placeholder,
.modal label textarea::placeholder {
  color: #aba7be;
}
.modal label + label {
  margin-top: 12px;
}
.modal textare {
  margin-top: 12px;
}
.modal label .img-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 100%;
  background: #282538;
}
.modal label .img {
  width: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.modal .title {
  line-height: 95%;
}
.modal .desc {
  margin-top: 35px;
  line-height: 150%;
  max-width: 270px;
}
.modal .button {
  margin: 46px 0 0 auto;
}

.cookie-modal {
  align-items: flex-end;
  justify-content: flex-end;
  backdrop-filter: unset;
}
.cookie-modal .modal-wrapper {
  display: block;
  max-width: 640px;
  padding: 24px 16px;
  text-align: center;
}
.cookie-modal .desc {
  max-width: 100%;
}
.cookie-modal .buttons {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.cookie-modal .button {
  margin: 0;
  padding: 15px;
}
.cookie-modal .desc {
  margin-top: 16px;
}

.text-section {
  padding-top: 140px;
  padding-bottom: 40px;
}
.text-section h3 {
  margin-top: 24px;
  margin-bottom: 16px;
}
.text-section h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .top {
    display: none;
  }
  .header .nav {
    display: none;
  }
  .header .wrapper {
    padding: 16px;
  }
  .title {
    font-size: 42px;
  }
  .hero-section {
    padding: 120px 16px 50px;
  }
  .hero-section .flex {
    margin-top: 24px;
  }
  .about-section {
    padding: 40px 16px;
  }
  .about-section .wrapper {
    padding-top: 0;
  }
  .about-section .title {
    width: 100%;
    max-width: 288px;
    position: static;
    transform: none;
  }
  .about-section .desc {
    margin-top: 24px;
  }
  .about-section .list {
    gap: 16px;
    margin-top: 32px;
  }
  .solutions-section {
    padding: 40px 16px;
  }
  .solutions-section .list {
    margin-top: 24px;
  }
  .solutions-section .item {
    width: 100%;
    padding: 24px 16px;
  }
  .solutions-section .item + .item {
    border-left: 0;
    border-top: 1px solid #d2d7db;
  }
  .solutions-section .item .desc + .desc {
    margin-top: 16px;
  }
  .global-section {
    padding: 40px 16px;
  }
  .global-section .wrapper {
    flex-direction: column;
  }
  .global-section .column + .column {
    margin-top: 32px;
  }
  .global-curr {
    display: none;
  }
  .global-section .button {
    margin-top: 24px;
  }
  .integration-section {
    padding: 40px 16px;
  }
  .integration-section .wrapper {
    flex-direction: column;
  }
  .integration-section .column + .column {
    margin-top: 32px;
  }
  .business-section {
    padding: 50px 16px;
  }
  .business-section .wrapper {
    flex-direction: column;
  }
  .business-section .business-img {
    display: none;
  }
  .business-section .column + .column {
    margin-top: 32px;
  }
  .compliance-section {
    padding: 50px 16px;
  }
  .compliance-section .wrapper {
    flex-direction: column;
  }
  .compliance-section .column + .column {
    margin-top: 32px;
  }
  .feature-section .column:last-child {
    display: none;
  }
  .feature-section {
    padding: 50px 16px;
  }
  .ready-section .buttons {
    margin-top: 32px;
  }
  .footer .wrapper {
    gap: 24px;
    flex-direction: column;
    text-align: center;
  }
  .modal-wrapper {
    padding: 40px 16px;
    flex-direction: column;
  }
  .modal .desc {
    margin-top: 24px;
  }
  .modal-wrapper form {
    margin-top: 32px;
  }
  .modal .button {
    margin-top: 24px;
  }
  .hero-section .text-48 {
    margin-top: 0;
  }
  .header {
    padding: 16px;
  }
  .services-section .list {
    flex-direction: column;
  }
  .services-section .list .item {
    width: 100%;
  }
  .why-section .list .item:last-child .tip {
    transform: none;
    right: 0;
    left: auto;
  }

  .why-section .list .item:first-child .tip {
    transform: none;
    left: 0;
  }
  .footer .left {
    flex-direction: column;
  }

  .footer .right {
    gap: 24px;
    flex-direction: column;
  }
  .footer .nav {
    gap: 16px;
    flex-direction: column;
  }
}
