@import url("/font.css");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #f8fafc;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
strong,
em {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

svg {
  margin: 0;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 99;
}

.max-w {
  max-width: 1476px;
  width: 100%;
  margin: 0 auto;
}

.navbar__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar__menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.navbar__item {
}

.navbar__item a {
}

.navbar__item a.navbar__item-message {
  border-radius: 2000px;
  background: #fbc619;
  text-align: center;
  color: #fff;
  padding: 10px 16px;
  font-family: Aeonik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.navbar__item a svg {
}

.navbar__logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  padding: 20px 50px;
  background: #0b1a33;
  z-index: 99;
}

.footer__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer__menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer__item-subitems {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer_item-subitem strong {
  color: #fff;
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_item-subitem a {
  color: #6ea8fe;
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.footer__item.socials .footer__item-subitems {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer__logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.footer__item span {
  display: block;
  font-family: Aeonik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-bottom: 10px;
}

img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.design {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.design svg {
  width: 100%;
  height: auto;
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  overflow: hidden;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.hero-banner__content h1 {
  font-family: Outfit;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hero-banner__content h2 {
  font-family: Aeonik;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hero-banner__content p {
  font-family: Aeonik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-banner__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-banner__image img {
  object-fit: cover;
}

.hero-banner__background {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 26, 51, 0.2) 30%, #0b1a33 100%);
}

.hero-banner__cta {
  border-radius: 2000px;
  background: #fbc619;
  text-align: center;
  color: #fff;
  padding: 10px 16px;
  max-width: 150px;
  width: 100%;
  font-family: Aeonik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.services {
  width: 100%;
  padding: 20px 50px;
}

.services__header {
  margin-bottom: 20px;
}

.services__header h2 {
  font-family: Outfit;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.services__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.services__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: start;
}

.services__image {
  max-width: 265px;
  width: 100%;
  height: auto;
}

.services__content {
  max-width: 300px;
}

.services__content h3 {
  font-family: Aeonik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.services__content p {
  color: #000;
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact {
  width: 100%;
  padding: 20px 50px;
}

.contact__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 60px;
}

.contact__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.contact__info,
.contact__form {
  margin-bottom: 20px;
}

.contact__form {
  max-width: 600px;
  width: 100%;
}

.contact__info h2,
.contact__form h2 {
  font-family: Outfit;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.contact__info p {
  margin-bottom: 20px !important;
}

.contact__info p,
.contact__details p {
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.contact__details strong {
  font-weight: 700;
}

.contact__details a {
  cursor: pointer;
  color: #6ea8fe;
}

.contact__features {
  margin-top: auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.contact__feature {
  background: #0d223f;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.contact__feature h3 {
  font-family: Aeonik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.contact__feature p {
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact__form p {
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.input-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 14px 14px 14px 20px;
  background: transparent;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.input-box label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 10px;
  transition: 0.3s;
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-box input:focus,
.input-box textarea:focus {
  border-color: #6ea8fe;
}

.input-box input:focus + label,
.input-box textarea:focus + label,
.input-box input:valid + label,
.input-box textarea:valid + label {
  top: -3px;
  background: #f8fafc;
}

.contact__btn {
  padding: 10px 16px;
  background: #fbc619;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: Aeonik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s;
}

.contact__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 99;
}

@media (max-width: 980px) {
  .contact__inner {
    flex-direction: column;
    gap: 10px;
  }

  .services__content {
    max-width: unset;
  }
}

@media (max-width: 580px) {
  .navbar__item a svg {
    max-width: 20px;
    width: 100%;
    height: auto;
  }

  .footer__item span {
    font-size: 18px;
  }

  .footer_item-subitem strong,
  .footer_item-subitem a {
    font-size: 10px;
  }

  .footer_item-subitem a svg {
    max-width: 15px;
    width: 100%;
    height: auto;
  }

  .footer__body {
    flex-direction: column;
    align-items: start;
  }

  .navbar__item a.navbar__item-message {
    padding: 5px 10px;
  }

  .navbar__item a.navbar__item-message,
  .hero-banner__cta {
    padding: 5px 10px;
    max-width: 100px;
  }

  .navbar__logo,
  .footer__logo {
    max-width: 100px;
  }

  .services__wrapper {
    flex-direction: column;
  }

  nav,
  .footer,
  .services,
  .contact,
  .hero-banner {
    padding: 10px 20px;
  }

  .contact__features {
    margin-bottom: 10px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .hero-banner__content h1 {
    font-size: 32px;
  }
  .hero-banner__content h2 {
    font-size: 18px;
  }
  .hero-banner__content p {
    font-size: 8px;
  }
  .hero-banner__cta {
    font-size: 12px;
  }
  .services__header h2 {
    font-size: 32px;
  }
  .services__content h3 {
    font-size: 18px;
  }
  .services__content p {
    font-size: 14px;
  }
  .contact__info h2,
  .contact__form h2 {
    font-size: 32px;
  }
  .contact__info p,
  .contact__details p,
  .contact__form p,
  .input-box label {
    font-size: 12px;
  }
  .contact__feature h3 {
    font-size: 16px;
  }
  .contact__feature p {
    font-size: 12px;
  }
  .contact__btn {
    font-size: 10px;
  }
}
