body {
  background: #0c0c0d;
  position: relative;
  overflow-x: hidden;
}
.main {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -2;
  max-height: 336px;
}
.footer {
  background: none;
  padding-top: 0px;
}
.title {
  color: #fafafa;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 106px 0;
}
.bg {
  background-image: url("/img/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
/*Waves*/

.wave1,
.wave2 {
  position: absolute;
  filter: blur(7px);
  z-index: -2;
}
.wave1 {
  left: 0;
  top: 50%;
  transform: translate(0%, -60%);
}
.wave2 {
  right: 0;
  top: 50%;
  transform: translate(0%, -60%);
}
.trust {
  max-width: 1280px;
  width: 100%;
  padding-block: 150px;
}

.partners-preview {
  margin-top: -200px;
}
.planet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 276px;
  position: relative;
  min-height: 980px;
  margin-top: -200px;
  max-width: 1300px;
  margin-inline: auto;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.stat-item h4 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.1px;
  background: linear-gradient(90deg, #005ed3 0%, #02ebfd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-item p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-width: 186px;
}
.earth p {
  color: #fafafa;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin: auto;
}
.earth {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.earth-img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translate(-50%, 0%);
  z-index: -1;
  height: 100%;
  width: 100%;
}
.info {
  max-width: 620px;
}
.info h2 {
  color: #fafafa;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
.info p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.info .button {
  margin-top: 20px;
}
.conv-block .button .header-bttn-link {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.6);
}
.conv-block {
  border-radius: 24px;
  background: rgba(27, 27, 29, 0.5);
  backdrop-filter: blur(8px);
  max-width: 330px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  padding: 20px 18px;
  margin: 0 auto;
}
.crypto-input {
  background: #141a28;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 16px 20px;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.crypto-input input {
  background: none;
  border: none;
  color: #aaa;
  font-size: 1.2rem;
  outline: none;
  width: 100%;
}
.crypto-select {
  display: flex;
  align-items: center;
  gap: 8px;
}
.crypto-select img {
  width: 28px;
  height: 28px;
}
.crypto-select span {
  font-weight: 600;
  color: #fff;
}
.arrow {
  width: 16px;
  height: 16px;
}
.crypto-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.switch {
  display: flex;
  gap: 72px;
}
.switch p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.switch p:first-child {
  color: #02ebfd;
}
.conv-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.conv-title p:first-child {
  color: #fafafa;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.conv-title p:last-child {
  color: #fafafa;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.conv-title p:last-child span {
  color: #92949f;
}

.intro {
  display: flex;
  gap: 12px;
  padding-block: 74px;
}
.converter {
  width: 100%;
  position: relative;
}
.card {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: -1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.header-bttn-link {
  display: block;
  border-radius: 36px;
  background-color: #fafafa;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  color: #0c0c0d;
  font-family: "Outfit";
  font-size: 12px;
  line-height: 14px;
  gap: 12px;
  max-width: 100px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.header-bttn-link:hover {
  background-color: #005ed3;
  color: #fafafa;
}

/* Responsible design */

/* Tablet */
@media (max-width: 1439px) {
  .footer {
    padding: 60px 100px;
  }

  .title {
    padding: 64px 0;
  }
  .wave1,
  .wave2 {
    max-width: 250px;
  }
  .wave1 {
    left: 0;
    top: 50%;
    transform: translate(0%, -100%);
  }
  .wave2 {
    right: 0;
    top: 50%;
    transform: translate(0%, -100%);
  }
  .trust {
    padding-block: 60px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .intro {
    flex-direction: column;
    gap: 24px;
    padding: 60px 102px;
  }
  .card {
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .planet {
    flex-direction: column;
    padding: 0 114px;
    gap: 238px;
    margin-top: 30px;
    margin-bottom: 50px;
    min-height: 650px;
    height: 100%;
  }
  .stat {
    flex-direction: row;
    gap: 78px;
    justify-content: center;
  }
  .earth {
    max-width: 516px;
  }
  .partners-preview {
    margin-top: 70px;
    height: 200px;
    object-fit: cover;
  }
  .stat-item p {
    min-width: auto;
  }
  .wave1,
  .wave2 {
    top: 61%;
  }
  .trust {
    padding-inline: 12px;
  }
  .switch {
    justify-content: center;
    gap: 37px;
  }
  .conv-block .button .header-bttn-link {
    margin-bottom: 12px;
    min-width: 95px;
    padding: 8px 24px;
  }
  .partners {
    margin-block: 100px;
  }
}

/* Phone */
@media (max-width: 744px) {
  .title {
    padding: 64px 0;
  }
  .wave1,
  .wave2 {
    max-width: 110px;
  }
  .wave1 {
    left: 0;
    top: 50%;
    transform: translate(0%, -200%);
  }
  .wave2 {
    right: 0;
    top: 50%;
    transform: translate(0%, -200%);
  }
  .footer {
    padding: 48px 12px;
  }
  .main {
    padding: 48px 0px;
    gap: 0px;
  }
  .trust {
    padding-top: 0px;
    padding-bottom: 10px;
    max-width: 540px;
  }
  .intro {
    gap: 24px;
    padding: 0px 12px;
  }
  .info {
    padding-inline: 12px;
  }
  .info h2 {
    font-size: 30px;
  }
  .info p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .conv-block {
    margin-bottom: 15px;
    padding-inline: 12px;
    gap: 20px;
  }
  .converter {
    overflow: hidden;
    padding-inline: 12px;
  }
  .card {
    height: 100%;
    left: -25px;
    top: 0;
    transform: translate(0%, 0%);
  }
  .switch {
    justify-content: center;
    gap: 16px;
  }
  .conv-block .button .header-bttn-link {
    margin-bottom: 12px;
    min-width: 95px;
    padding: 8px 24px;
  }
  .crypto-input {
    border-radius: 12px;
  }
  .earth p {
    font-size: 30px;
    width: 100%;
    padding-top: 16px;
  }
  .planet {
    padding: 0px 12px;
    margin-block: 128px;
    max-height: 468px;
    min-height: 468px;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 128px;
  }
  .stat {
    gap: 34px;
    justify-content: center;
  }
  .stat-item h4 {
    font-size: 36px;
  }
  .stat-item p {
    font-size: 14px;
  }
  .partners-preview {
    min-height: 154px;
    margin-top: 100px;
    object-fit: cover;
    object-position: bottom;
  }
  .partners {
    margin-block: 30px;
  }
  .trust {
    padding-inline: 12px;
    padding-block: 50px;
  }
}
