*,
::after,
::before {
  box-sizing: border-box;
}
* {
  scroll-behavior: smooth;
}
html {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 123%;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}

h2 {
  font-weight: 600;
  font-size: 52px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  margin: 0;
  letter-spacing: 2px;
}

h3 {
  margin: 0;
}

p {
  margin: 0;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.top-banner {
  position: relative;
  overflow-y: hidden;
  background: #000000;
}

.top-banner-content {
  background: url("img/backgroundDesktop.webp") no-repeat center center;
  background-size: cover;
}

.top-banner-pattern {
  width: 799px;
  height: 896px;
  position: absolute;
  background: url("img/pattern.png") no-repeat center center;
  background-size: 100% 100%;
  top: 125px;
  right: 0;
  z-index: 1;
}

.navbar {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 100;
}

.logo-img {
  margin-right: 16px;
  max-width: 34px;
}

.logo-title {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}

.nav-list {
  column-gap: 32px;
}

.nav-link {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: 0.2s color;
}

.nav-link:hover {
  color: #6fa0fb;
}

.btn {
  height: 48px;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  background: #1968ff;
  outline: none;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s background;
}

.btn:not(:disabled):hover {
  background: #1155d3;
}

.btn:disabled {
  background: #d0d1d7;
  cursor: default;
}

.app-link:hover svg rect {
  fill: rgb(243, 243, 243);
}

.banner-content {
  padding-top: 121px;
  padding-bottom: 300px;
}

.banner-title {
  margin-top: 16px;
}

.banner-subtitle {
  font-size: 20px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
  letter-spacing: 0.3px;
}

.app-links {
  margin-top: 48px;
  column-gap: 10px;
}

.metrics {
  margin-top: 74px;
}

.metrics-value {
  flex-wrap: nowrap;
  font-weight: 600;
  font-size: 52px;
  line-height: 138%;
  color: #fff;
  letter-spacing: 2px;
}

.metrics-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
  margin-top: 12px;
  text-wrap: nowrap;
}

.metrics-item {
  position: relative;
}

.metrics-item:first-child {
  padding-right: 44px;
}

.metrics-item:last-child {
  padding-left: 20px;
}

.metrics-item:not(:first-child):not(:last-child) {
  padding-left: 24px;
  padding-right: 20px;
}

.metrics-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 76px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}

.banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  position: relative;
  z-index: 50;
}

.phone-img-desktop {
  position: absolute;
  width: 682px;
  right: -21px;
}

.star {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.features {
  padding-top: 120px;
  border-radius: 80px 80px 0 0;
  background: white;
  margin-top: -83px;
  position: relative;
  z-index: 60;
}

.features-title {
  max-width: 530px;
  margin: 0 auto;
}

.features-subtitle {
  margin: 45px auto 0;
  max-width: 980px;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.features-list {
  padding: 0 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 60px;
  margin-bottom: 120px;
}

.features-item {
  box-shadow: 0 4px 30px 0 rgba(0, 18, 111, 0.08);
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}

.features-item-icon {
  border-radius: 24px;
  width: 48px;
  height: 48px;
  background: #edf3ff;
}

.features-item-title {
  margin-left: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
}

.features-item-subtitle {
  margin-top: 24px;
  font-size: 16px;
  line-height: 112%;
  color: #000;
  letter-spacing: 0.1px;
}

.feature-btn {
  position: relative;
  margin-top: 48px;
}

.btn-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.logo-title-footer {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #000;
}

.footer-subtitle {
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.footer-links {
  flex-wrap: wrap;
  column-gap: 32px;
  margin-top: 15px;
}

.footer-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.1px;
}

.pay-methods {
  column-gap: 8px;
}

.pay-method {
  max-width: 45.33px;
}

.footer-info {
  padding: 32px 0;
  border-top: 1px solid #e4e7ec;
}

.footer-content {
  padding: 64px 0;
  border-top: 1px solid #e4e7ec;
}

.copyright {
  font-size: 16px;
  line-height: 150%;
  color: #727488;
}

.burger-btn {
  display: none;
}

.phone-img-mobile {
  display: none;
  max-width: 393px;
  width: 100%;
  margin: 48px auto 0;
}

.burger-menu {
  background: url("img/backgroundMobile.webp") no-repeat;
  background-size: cover;
  height: 100%;
}

.burger-layout {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: 100;
  transition: 0.3s opacity;
}

.burger-layout-visible {
  visibility: visible;
  opacity: 1;
}

.burger-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 16px;
  height: calc(100% - 63px);
}

.burger-list-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}

.burger-list-item a {
  color: #fff;
}

.burger-list {
  margin: 0 24px;
}

.burger-list:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}

.burger-lists {
  overflow-y: auto;
}

@media screen and (max-width: 1236px) {
  .phone-img-desktop {
    bottom: 0;
    width: 416px;
  }

  .banner-content {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 1030px) {
  .phone-img-desktop {
    bottom: 0;
    width: 416px;
  }

  .banner-content {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .nav-list,
  .top-btn-container,
  .metrics {
    display: none;
  }

  .navbar {
    padding: 14px 0;
  }

  .burger-btn {
    display: block;
  }

  .banner-content {
    grid-template-columns: 1fr;
    column-gap: 0;
    padding-top: 24px;
    padding-bottom: 0;
    position: relative;
  }

  .banner-title {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #fff;
  }

  .banner-subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    max-width: 270px;
    margin: 24px auto 0;
  }

  .app-links {
    justify-content: center;
    margin-top: 40px;
  }

  .phone-img-desktop {
    display: none;
  }

  .phone-img-mobile {
    display: block;
    position: relative;
    z-index: 50;
  }

  .features-list {
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 24px;
  }

  .footer-text {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .wrapper {
    padding: 0 16px;
  }

  .logo-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
  }

  .features {
    border-radius: 40px 40px 0 0;
    padding-top: 40px;
    margin-top: -38px;
  }

  .top-banner {
    overflow: hidden;
  }

  .top-banner-content {
    background: url("img/backgroundMobile.webp") no-repeat center center;
    background-size: cover;
    padding-bottom: 38px;
  }

  .top-banner-pattern {
    right: -405px;
    top: initial;
    bottom: -416px;
  }

  .features-title {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #101828;
    letter-spacing: 1px;
    max-width: 350px;
  }

  .features-subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #475467;
    margin-top: 30px;
    letter-spacing: 0.1px;
  }

  .features-list {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }

  .features-item {
    padding: 24px;
  }

  .features-item-subtitle {
    font-size: 14px;
    line-height: 143%;
    color: #475467;
  }

  .footer-content {
    padding: 80px 0 64px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 48px;
    row-gap: 16px;
    margin-top: 30px;
  }

  .footer-info {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .pay-methods {
    margin-top: 16px;
  }
}
