@font-face {
  font-family: "FunnelDisplay-Regular";
  src: url("./assets/fonts/FunnelDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FunnelDisplay-SemiBold";
  src: url("./assets/fonts/FunnelDisplay-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FunnelDisplay-Medium";
  src: url("./assets/fonts/FunnelDisplay-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FunnelDisplay-Light";
  src: url("./assets/fonts/FunnelDisplay-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "FunnelDisplay-Regular", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed; /* фиксируем на экране */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(
    53.43deg,
    #6641eb -0.9%,
    #5e96ff 24.65%,
    #e7def0 37.42%,
    #ffffff 50.2%
  );

  backdrop-filter: blur(64px);
  box-shadow: 0px 94px 80px 0px #0000001f;

  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.logo {
  font-family: "FunnelDisplay-SemiBold";
  font-size: 32px;
  font-weight: 600;
  padding-left: 16px;
  padding-top: 16px;
  color: #0f111b;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.bg-gift {
  position: absolute;
  top: -10px;
  right: -70px;
  z-index: -1;
}

.bg-arrow {
  position: absolute;
  top: -25px;
  left: 10px;
  z-index: -1;
}

.bg-eagle {
  position: absolute;
  bottom: 60px;
  left: 50px;
  z-index: -1;
}

.bg-bubble1 {
  position: absolute;
  bottom: 60px;
  left: 50px;
  z-index: -1;
}

.bg-bubble2 {
  position: absolute;
  bottom: 400px;
  left: 170px;
  z-index: -1;
}

.bg-bubble3 {
  position: absolute;
  bottom: 250px;
  left: 350px;
  z-index: -1;
}

.bg-bubble4 {
  position: absolute;
  bottom: 70px;
  left: 490px;
  z-index: -1;
}

.bg-bubble5 {
  position: absolute;
  bottom: 370px;
  left: 420px;
  z-index: -1;
}

.bg-bubble6 {
  position: absolute;
  top: 60px;
  left: 380px;
  z-index: -1;
}

.bg-bubble7 {
  position: absolute;
  top: 20px;
  left: 530px;
  z-index: -1;
}

.bg-bubble8 {
  position: absolute;
  top: 230px;
  left: 790px;
  z-index: -1;
}

.bg-bubble9 {
  position: absolute;
  bottom: 20px;
  right: 440px;
  z-index: -1;
}

.bg-bubble10 {
  position: absolute;
  bottom: 360px;
  right: 70px;
  z-index: -1;
}

.gift-card-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gift-card-section__title h1,
.gift-card-section__title h2 {
  font-family: "FunnelDisplay-Medium";
  font-size: 56px;
  font-weight: 500;
}

.gift-card-section__title h1 {
  color: #0f111b;
  padding-top: 16px;
}

.gift-card-section__title h2 {
  background: linear-gradient(
    233.11deg,
    #6641eb 18.37%,
    #5e96ff 54.86%,
    #e7def0 73.11%,
    #ffffff 91.35%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gift-card-section__form {
  background: linear-gradient(
    29.77deg,
    rgba(102, 65, 235, 0.8) 19.09%,
    rgba(94, 150, 255, 0.8) 33.77%,
    rgba(231, 222, 240, 0.8) 65.93%,
    rgba(255, 255, 255, 0.8) 81.55%
  );
  backdrop-filter: blur(100px);
  border-radius: 56px;
  padding: 32px;
  width: 456px;
  height: 100%;
}

.gift-card-section__dividing-line {
  height: 665px;
}

.gift-card-section__form__title {
  color: #0f111b;
  font-family: "FunnelDisplay-Light";
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 16px;
}

.custom-input {
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  padding: 2px 8px;
}
.custom-input::placeholder {
  font-family: "FunnelDisplay-Light";
  color: #fff;
}
.custom-input::-webkit-outer-spin-button,
.custom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gift-card-section__form__buy-btn {
  width: 100%;
  height: 58px;
  background-color: #0f111b;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  border-radius: 14px;
  border: none;
  outline: none;
  cursor: pointer;
}

.gift-card-section__form__amounts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.gift-card-section__form__amount-btn {
  background: linear-gradient(
    55deg,
    #6641eb -40.09%,
    #5e96ff 4.81%,
    #e7def0 27.26%,
    #ffffff 49.71%
  );
  width: 124px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  color: #0f111b;
  font-family: "FunnelDisplay-Light";
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

.gift-card-section__form__amount-btn.selected {
  border: 2px solid #2f65e4;
  background: linear-gradient(
    53.43deg,
    #6641eb -0.9%,
    #5e96ff 24.65%,
    #e7def0 37.42%,
    #ffffff 50.2%
  );
  color: #2f65e4;
  padding: 10px;
}

.gift-card-section__form__custom-amount,
.gift-card-section__form__custom-email {
  margin-bottom: 36px;
  color: #fefefe;
  font-family: "FunnelDisplay-Light";
  font-size: 13px;
  cursor: pointer;
  height: 20.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

footer {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer img {
  height: 40px;
  width: 40px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 48px;
  font-family: "FunnelDisplay-Light";
  font-size: 13px;
  color: #ffffff;
}

.footer-left-ip {
  font-weight: 300;
  font-size: 11px;
  color: #000 !important;
  text-decoration: none !important;
  margin-top: 5px;
}

.footer-left-ip a {
  color: #000 !important;
  text-decoration: none !important;
}

.br-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .bg-bubble9 {
    right: -20px;
    bottom: 50px;
  }

  .bg-bubble6 {
    left: 300px;
  }

  .bg-bubble10 {
    display: none;
  }

  .bg-bubble5 {
    bottom: 270px;
    left: 100px;
  }

  .bg-bubble2 {
    bottom: 460px;
  }
  .bg-bubble4 {
    left: 600px;
  }

  .bg-gift {
    right: -400px;
  }
}

@media (max-width: 900px) {
  body {
    display: block;
  }
  main {
    padding-bottom: 120px;
  }

  .gift-card-section {
    display: block;
    height: 85%;
  }

  .gift-card-section__title h1,
  .gift-card-section__title h2 {
    font-size: 36px;
  }

  .gift-card-section__form__title {
    font-size: 20px;
  }

  .gift-card-section__form__amount-btn {
    width: 134px;
  }

  .gift-card-section__dividing-line {
    display: none;
  }

  .gift-card-section__title h1,
  .gift-card-section__title h2 {
    text-align: center;
  }

  .gift-card-section__form {
    height: 80%;
    width: 70%;
    margin: 24px auto 0;
  }

  .br-tablet {
    display: none;
  }

  .bg-gift {
    display: none;
  }
}

@media (max-width: 732px) {
  .gift-card-section__form__amount-btn {
    width: 124px;
  }
}

@media (max-width: 685px) {
  .gift-card-section__form {
    background: none;
    backdrop-filter: none;
  }
  .gift-card-section__title h1,
  .gift-card-section__title h2 {
    font-size: 36px;
  }

  .br-mobile {
    display: block;
  }

  .gift-card-section__form {
    height: auto;
    width: 85%;
    margin-top: 100px;
  }

  .gift-card-section__form__title {
    font-size: 20px;
    text-align: center;
  }

  .bg-eagle {
    bottom: 10px;
    right: -50px;
    left: auto;
  }

  .bg-bubble1,
  .bg-bubble2,
  .bg-bubble3,
  .bg-bubble5,
  .bg-bubble8,
  .bg-bubble9 {
    display: none;
  }

  .bg-bubble4 {
    left: 300px;
  }
}

@media (max-width: 580px) {
  .gift-card-section__form {
    width: 95%;
  }
  .bg-bubble4 {
    left: 200px;
  }
  .bg-arrow {
    width: 150px;
    height: 150px;
    top: 0px;
    left: 0px;
  }
  .gift-card-section__title h1 {
    padding-top: 60px;
  }
  .gift-card-section__form {
    margin-top: 50px;
  }
}

@media (max-width: 525px) {
  .gift-card-section__form {
    width: 100%;
  }
  .bg-bubble4 {
    left: 150px;
  }
}

@media (max-width: 500px) {
  .gift-card-section {
    height: 86%;
  }
  .gift-card-section__form {
    padding: 0;
    width: 85%;
  }

  .gift-card-section__form__amount-btn {
    width: 102px;
    height: 70px;
    font-size: 20px;
  }

  footer img {
    display: none;
  }

  .footer-left {
    justify-content: space-between;
    width: 100%;
  }

  .gift-card-section__title h1 {
    padding-top: 60px;
  }
}

@media (max-width: 440px) {
  .gift-card-section__form {
    width: 95%;
  }
  .bg-bubble4 {
    left: 120px;
  }

  footer p {
    font-size: 12px;
  }
}

@media (max-width: 385px) {
  .gift-card-section__form {
    width: 100%;
  }

  footer p {
    font-size: 11px;
  }
}
