html {
  scroll-behavior: smooth;
}
body.hidden {
  overflow: hidden;
}
.page {
  overflow: hidden;
  position: relative;
  background: #031c33;
}
.header {
  position: relative;
  z-index: 1;
}
.title {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: 110px;
  color: #fff;
}
.desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.sora {
  font-family: "Sora", sans-serif;
}
.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
.button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #031c33;
  transition: 0.3s;
  background: #00c7d2;
  border-radius: 50px;
  position: relative;
  padding: 10px;
  padding-left: 25px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.button:hover {
  opacity: 1;
  background: #ffffff;
}
.button .img {
  width: 34px;
}
.section {
  padding: 0 16px;
}
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/* header */
.header {
  padding: 60px 16px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo .img {
  width: 40px;
}
.logo {
  gap: 15px;
  display: flex;
  align-items: center;
}
.logo .title {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.header .nav {
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 18px 10px;
  display: flex;
  gap: 20px;
}
.header .nav .desc {
  width: 116px;
  display: block;
  text-align: center;
}

.hero-section {
  position: relative;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 290px;
}
.hero-section .wrapper {
  position: relative;
  z-index: 1;
}
.hero-section .bg {
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  height: 685px;
}
.hero-section .bg .img {
  width: 100%;
  height: 100%;
}
.hero-section .bg::after {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #031c33 0%, rgba(3, 28, 51, 0) 100%);
}
.hero-section .title {
  font-size: 40px;
  line-height: 150%;
  max-width: 950px;
  margin: 0 auto;
  text-transform: uppercase;
}
.hero-section .desc-main {
  font-weight: 600;
  color: #a3b4cb;
  max-width: 460px;
  margin: 10px auto 0;
}
.hero-section .tag {
  position: absolute;
  background: #ffffff1a;
  border: 1px solid #a3b4cb;
  backdrop-filter: blur(25px);
  font-weight: 600;
  padding: 10px;
  width: 166px;
  border-radius: 50px;
  text-transform: uppercase;
}

.hero-section .tag-1 {
  bottom: 575px;
  left: calc(50% - 750px);
  transform: translateX(-50%) rotate(-20deg);
}
.hero-section .tag-2 {
  bottom: 595px;
  left: calc(50% + 710px);
  transform: translateX(-50%) rotate(20deg);
}
.hero-section .tag-3 {
  bottom: 395px;
  left: calc(50% - 435px);
  transform: translateX(-50%) rotate(20deg);
}
.hero-section .tag-4 {
  bottom: 450px;
  left: calc(50% + 500px);
  transform: translateX(-50%) rotate(-20deg);
}
.hero-section .tag-5 {
  bottom: 175px;
  left: calc(50% - 610px);
  transform: translateX(-50%) rotate(-20deg);
}
.hero-section .tag-6 {
  bottom: 112px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-section .tag-7 {
  bottom: 205px;
  left: calc(50% + 650px);
  transform: translateX(-50%) rotate(20deg);
}
.hero-section .button {
  margin: 60px auto 0;
}

.services-section {
  padding-top: 162px;
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
}
.services-section .wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 30px;
}
.services-section .img {
  width: 215px;
  height: 215px;
  object-fit: cover;
  border-radius: 5px;
}

.services-section .item {
  padding: 10px 0;
  border-bottom: 1px solid #a3b4cb;
  display: flex;
  gap: 30px;
}
.services-section .item .desc.big {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.services-section .item .desc {
  width: 215px;
}
.services-section .item-main {
  padding: 0;
  flex-direction: column;
  gap: 0;
}
.services-section .item-main .title {
  text-transform: uppercase;
  font-size: 100px;
}
.services-section .item-main .desc {
  margin-top: 20px;
  color: #a3b4cb;
  width: 100%;
}
.services-section .item:nth-child(2) {
  border-top: 1px solid #a3b4cb;
}

.stat-section {
  min-height: 570px;
  padding: 40px 16px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.stat-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.stat-section .img {
  height: 68%;
  width: 100%;
}
.stat-section .bg::before {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #031c33 0%, rgba(3, 28, 51, 0) 100%);
  z-index: 1;
}
.stat-section .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #031c33 0%, rgba(3, 28, 51, 0) 100%);
  z-index: 1;
  transform: scaleY(-1);
}
.stat-section .wrapper {
  gap: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  max-width: 1290px;
}
.stat-section .item {
  flex: 1;
  text-align: center;
}
.stat-section .item .title {
  font-weight: 900;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 120%;
  font-family: "Inter", sans-serif;
}
.stat-section .item .desc {
  line-height: 120%;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

.process-section {
  padding-top: 82px;
  padding-bottom: 184px;
}
.process-section .wrapper {
  position: relative;
}
.process-section .wrapper .img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.process-section .title-main {
  text-align: center;
  text-transform: uppercase;
}
.process-section .list {
  margin-top: 50px;
  display: flex;
  min-height: 384px;
}
.process-section .item {
  width: 300px;
  padding-left: 10px;
}
.process-section .item:first-child {
  width: 310px;
}
.process-section .item:last-child {
  width: 225px;
  padding-top: 282px;
}
.process-section .item .desc {
  max-width: 215px;
}
.process-section .item .desc.big {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  max-width: 280px;
}
.process-section .item:nth-child(2) {
  padding-top: 12px;
}
.process-section .item:nth-child(2) .desc.big {
  margin-top: 42px;
}
.process-section .item:nth-child(3) {
  padding-top: 102px;
}
.process-section .item:nth-child(3) .desc.big {
  margin-top: 36px;
}
.process-section .item:nth-child(4) {
  padding-top: 204px;
}
.process-section .item:nth-child(4) .desc.big {
  margin-top: 48px;
}

.why-section {
  padding-top: 80px;
  padding-bottom: 160px;
}
.why-section .title-main {
  text-align: center;
}
.why-section .desc-main {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  color: #94a3b8;
}
.why-section .flex {
  margin-top: 36px;
  display: flex;
  gap: 30px;
}
.why-section .img {
  max-width: 480px;
}
.why-section .image {
  flex: 1;
  text-align: center;
}
.why-section .list {
  flex: 1;
  list-style: disc;
  padding-left: 40px;
  padding-top: 14px;
}
.why-section .list .desc {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.why-section .list .desc + .desc {
  margin-top: 50px;
}
.industries-section {
  padding-top: 116px;
  padding-bottom: 218px;
}
.industries-section .title-main {
  text-align: center;
}
.industries-section .desc-main {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  color: #94a3b8;
}
.industries-section .carousel-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative;
  height: 600px;
  gap: 30px;
}

.industries-section .slider-galeria .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.industries-section .slider-galeria .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.industries-section .slider-galeria .slick-list {
  height: 600px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.industries-section .slider-galeria-thumbs {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
.industries-section .slider-galeria-thumbs .slick-list {
  width: 100%;
}

.industries-section .slider-galeria {
  width: 340px;
  overflow: hidden;
}

.industries-section .slider-galeria div,
.industries-section .slider-galeria-thumbs div {
  outline: 0;
}

.industries-section .slider-galeria span {
  display: block;
  height: 236px;
  font-size: 0;
  text-align: center;
}
.industries-section .slider-galeria span .img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.industries-section .slider-galeria-thumbs span {
  display: block;
  text-align: center;
  line-height: 120%;
  margin: 10px 0;
  height: 106px;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  filter: blur(3.5px);
  color: #a3b4cb;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.industries-section .slider-galeria-thumbs .slick-current span {
  filter: blur(0);
  color: #fff;
}

.packages-section {
  padding: 50px 16px 212px;
}
.packages-section .wrapper {
  display: flex;
  gap: 30px;
}
.packages-section .title-main {
  font-size: 56px;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 338px;
}
.packages-section .center {
  background: #00c7d2;
  height: 365px;
  border-radius: 30px;
  flex: 1;
  padding-top: 70px;
  padding-left: 40px;
}
.packages-section .right {
  width: 460px;
  height: 365px;
}

.packages-section .slider-center .slick-track,
.packages-section .slider-right-thumbs .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.packages-section .slider-center .slick-slide,
.packages-section .slider-right-thumbs .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.packages-section .slider-center .slick-list {
  height: 600px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.packages-section .slider-right-thumbs {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
.packages-section .slider-right-thumbs .slick-list {
  width: 100%;
  height: 100%;
}

.packages-section .slider-center {
  width: 500px;
  overflow: hidden;
}

.packages-section .slider-center div,
.packages-section .slider-right-thumbs div {
  outline: 0;
}

.packages-section .slider-center span {
  display: block;
  height: 236px;
  font-size: 0;
  text-align: center;
}
.packages-section .slider-center .desc.big {
  line-height: 120%;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  color: #031c33;
  transition: 0.3s;
}
.packages-section .slider-center .list {
  margin-top: 30px;
  padding-left: 20px;
  list-style-type: disc;
}
.packages-section .slider-center .list .desc {
  font-weight: 600;
  color: #031c33;
}
.packages-section .slider-center .list .desc + .desc {
  margin-top: 10px;
}

.packages-section .slider-right-thumbs span {
  text-align: center;
  line-height: 120%;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 365px;
  transform: rotate(-90deg) translateY(-16px) translateX(-120px);
  padding-bottom: 20px;
  border-bottom: 1px solid #a3b4cb;
  cursor: pointer;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.contact-section {
  padding-top: 30px;
  padding-bottom: 80px;
}
.contact-section .title-main {
  text-align: center;
  text-transform: uppercase;
  font-size: 130px;
}
.contact-section .form {
  margin: 30px auto 0;
  padding: 30px 40px 40px;
  max-width: 700px;
  width: 100%;
  border: 1px solid #a3b4cb;
  border-radius: 30px;
  line-height: 0;
}
.contact-section .form .desc-main {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact-section .form label {
  margin-bottom: 10px;
  display: block;
}
.contact-section .form .button {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}
.contact-section .form label .desc {
  padding-left: 20px;
}
.contact-section .form input {
  width: 100%;
  margin-top: 5px;
  background: #021527;
  border-radius: 50px;
  border: 1px solid #a3b4cb;
  line-height: 52px;
  padding-left: 24px;
  outline: 0;
  font-size: 24px;
  color: #fff;
}
.contact-section .form textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-top: 5px;
  background: #021527;
  border-radius: 30px;
  border: 1px solid #a3b4cb;
  line-height: 24px;
  padding-left: 24px;
  padding-top: 12px;
  outline: 0;
  font-size: 16px;
  color: #fff;
  min-height: 106px;
}

.contact-section .form [aria-invalid="true"] {
  border-color: #ff5a5a;
}

.contact-section .form .field-error {
  min-height: 18px;
  padding-left: 20px;
  margin-top: 6px;
  line-height: 18px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #ffb4b4;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 9999;
  width: min(720px, calc(100vw - 32px));
  padding: 14px 22px;
  border-radius: 50px;
  border: 0;
  background: #00c7d2;
  color: #031c33;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  text-align: left;
  word-break: break-word;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.35);
}

.toast[hidden] {
  display: none !important;
}

.toast--success {
  background: #00c7d2;
  color: #031c33;
}

.toast--error {
  background: #ff5a5a;
  color: #ffffff;
}

.footer .wrapper {
  display: flex;
  justify-content: space-between;
}
.footer .logo .img {
  filter: brightness(0);
}
.footer {
  background: #ffffff;
  padding: 30px 16px;
}
.footer .social {
  margin-top: 30px;
  display: inline-block;
}
.footer .social .img {
  width: 24px;
}
.footer .title {
  color: #031c33;
}
.footer .desc {
  color: #031c33;
}
.footer .contact-item {
  text-align: right;
  margin-top: 46px;
}
.footer .contact-item .title {
  font-size: 60px;
  margin-top: 10px;
  text-transform: uppercase;
}

.footer .list {
  text-align: right;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .list .desc {
  text-transform: uppercase;
  font-weight: 600;
}
.footer .column .item + .item {
  margin-top: 10px;
}
.footer .column .item .desc.big {
  font-weight: 600;
  text-transform: uppercase;
}

.text-section {
  padding: 40px 16px;
  text-align: center;
}
.text-section .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .title {
    font-size: 36px !important;
  }
  .header {
    padding: 16px;
  }
  .header .wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .header .nav {
    gap: 15px;
  }
  .header .nav .desc {
    width: auto;
  }
  .text-section .title {
    font-size: 26px !important;
  }
  .footer .wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .footer .list {
    justify-content: flex-start;
    gap: 10px;
  }
  .footer .list .desc {
    width: 100%;
    text-align: left;
  }
  .footer .contact-item {
    text-align: left;
  }
  .footer .contact-item .title {
    font-size: 22px !important;
  }
  .hero-section .title {
    font-size: 24px !important;
  }
  .services-section {
    padding: 40px 16px;
  }
  .services-section .wrapper {
    grid-template-columns: auto;
  }
  .services-section .item {
    flex-direction: column;
  }
  .services-section .item + .item {
    margin-top: 10px;
  }
  .services-section .item:nth-child(2) {
    border-top: 0;
  }
  .services-section .item-main {
    padding-bottom: 10px;
  }
  .services-section .item .desc {
    width: 100%;
  }
  .stat-section .wrapper {
    flex-direction: column;
  }
  .process-section {
    padding: 40px 16px;
  }
  .process-section .list {
    flex-direction: column;
  }
  .process-section .item {
    padding: 0 !important;
  }
  .process-section .img {
    display: none;
  }
  .why-section {
    padding: 40px 16px;
  }
  .why-section .image {
    display: none;
  }
  .industries-section {
    padding: 40px 16px;
  }
  .industries-section .carousel-container {
    flex-direction: column;
  }
  .industries-section .slider-galeria-thumbs {
    order: 1;
    flex: unset;
    height: 300px;
  }
  .industries-section .slider-galeria {
    order: 2;
  }
  .industries-section .slider-galeria-thumbs span {
    font-size: 16px;
    height: 40px;
    margin: 0;
    filter: blur(1.5px);
  }
  .industries-section .slider-galeria {
    width: 100%;
    max-width: 340px;
  }
  .packages-section {
    padding: 40px 16px;
  }
  .packages-section .wrapper {
    flex-direction: column;
  }
  .packages-section .slider-center {
    width: 280px;
  }
  .packages-section .slider-center .desc.big {
    font-size: 24px !important;
  }
  .packages-section .center {
    flex: unset;
    width: 100%;
    height: 230px;
    padding-top: 24px;
    padding-left: 16px;
  }
  .packages-section .right {
    width: 100%;
    height: auto;
  }
  .packages-section .slider-right-thumbs span {
    transform: none;
    width: 280px;
    height: auto;
    font-size: 16px;
    white-space: unset;
    display: inline;
  }
  .contact-section .form {
    padding: 16px;
  }
}
