body {
  background-color: #ab0000 !important;
  background-image: url('https://tk-newsletter-assets.s3.ap-northeast-1.amazonaws.com/global-assets-khelraja/khelraja-crypto-event/BG.png');
  background-repeat: no-repeat;
}

/* body main {
  padding: 0px 36px;
} */

.border-black {
  border: 2px solid black;
}

.logo {
  height: auto;
  /* width: 350px !important; */
  width: 200px !important;
}

.slogan {
  font-family: 'Poppins';
  line-height: 40px;
  /* line-height: 75px; */
  font-size: 34px;
  /* font-size: 64px; */
  text-align: center;
  font-weight: 900;
  margin-top: 12px !important;
  background: -webkit-linear-gradient(
    270deg,
    rgba(231, 184, 70, 1) 50%,
    rgba(255, 242, 164, 1) 60%,
    rgba(231, 184, 70, 1) 70%,
    rgba(224, 188, 56, 1) 85%,
    rgba(212, 153, 34, 1) 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content {
  margin-top: 24px;
}

.bonus-text {
  color: white;
  font-family: 'Poppins', sans-serif;
}

.bonus-text p:nth-child(1),
.bonus-text p:nth-child(3) {
  font-weight: 700;
  font-size: 16px;
  /* font-size: 48px; */
  margin-bottom: 0;
}

.bonus-text p:nth-child(2) {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  /* font-size: 180px; */
  /* line-height: 170px; */
  /* margin-left: -15px; */
}

.btn-bonus {
  margin-top: 20px;
  font-size: 9px !important;
  height: 40px;
  /* margin-top: 40px; */
  /* font-size: 30px !important; */
  /* height: 80px; */
  /* width: 90%; */
  width: 100%;
  font-weight: 900 !important;
  border-radius: 16px !important;
  font-family: 'Poppins';
  color: #ab0000 !important;
  background: rgb(231, 184, 70);
  background: linear-gradient(
    180deg,
    rgba(231, 184, 70, 1) 10%,
    rgba(255, 242, 164, 1) 30%,
    rgba(231, 184, 70, 1) 60%,
    rgba(224, 188, 56, 1) 75%,
    rgba(212, 153, 34, 1) 90%
  );
}

.img-patrice {
  height: auto;
  width: 198px;
  /* width: 91%; */
  /* margin-top: -45px; */
  margin-left: -50px;
}

.signup-card {
  padding: 24px;
  /* padding: 48px 24px; */
  border-radius: 12px !important;
  margin-top: 50px;
}

.signup-card form {
  position: relative;
}

.btn-signup {
  margin: 0;
  position: relative;
  height: 60px;
  text-align: center;
  font-family: 'Poppins';
  width: 100% !important;
  font-weight: 900 !important;
  font-size: 26px !important;
  color: #ab0000 !important;
  border-radius: 100px !important;
  background: rgb(231, 184, 70);
  background: linear-gradient(
    180deg,
    rgba(231, 184, 70, 1) 10%,
    rgba(255, 242, 164, 1) 30%,
    rgba(231, 184, 70, 1) 60%,
    rgba(224, 188, 56, 1) 75%,
    rgba(212, 153, 34, 1) 90%
  );
}

.email-input {
  margin: auto;
  height: 52px;
  text-align: center;
  border: 0 !important;
  width: 100% !important;
  font-family: 'Poppins';
  border-radius: 32px !important;
  background-color: #e9e9e9 !important;
}

.crypto-icons {
  bottom: 0;
  margin-top: 40px !important;
  margin-bottom: 12px !important;
  /* margin-top: 100px !important; */
  height: auto !important;
  width: 70% !important;
}

@media (min-width: 375px) {
  .img-patrice {
    margin-left: -25px;
  }

  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 19px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
  }

  .btn-bonus {
    font-size: 12px !important;
    height: 45px;
  }

  .bonus-text {
    margin-top: 50px;
  }
}

@media (min-width: 425px) {
  .img-patrice {
    width: 220px;
    margin-left: -19px;
  }

  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 23px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 80px;
    line-height: 80px;
  }

  .btn-bonus {
    font-size: 16px !important;
    height: 50px;
  }
}

@media (min-width: 576px) {
  .logo {
    width: 250px !important;
  }

  .slogan {
    line-height: 55px;
    font-size: 40px;
  }

  .img-patrice {
    width: 270px;
    margin-left: 0px;
  }

  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 30px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 100px;
    line-height: 100px;
  }

  .btn-bonus {
    font-size: 18px !important;
    height: 60px;
  }
}

@media (min-width: 768px) {
  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 40px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 120px;
    line-height: 120px;
  }

  .img-patrice {
    width: 350px;
  }
}

@media (min-width: 992px) {
  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 35px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 100px;
    line-height: 100px;
  }

  .img-patrice {
    width: 350px;
  }

  .bonus-text {
    margin-top: 100px;
  }

  .signup-card {
    margin-top: 100px;
  }

  .crypto-icons {
    margin-top: 85px !important;
  }
}

@media (min-width: 1200px) {
  .img-patrice {
    width: 405px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 140px;
    line-height: 140px;
  }

  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 43px;
  }

  .btn-bonus {
    font-size: 27px !important;
    height: 70px;
  }

  .crypto-icons {
    margin-top: 140px !important;
  }
}

@media (min-width: 1400px) {
  .slogan {
    line-height: 80px;
    font-size: 60px;
  }

  .img-patrice {
    width: 478px;
  }

  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 48px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 160px;
    line-height: 160px;
  }
}

@media (min-width: 1600px) {
  .slogan {
    line-height: 80px;
    font-size: 60px;
  }

  .img-patrice {
    width: 561px;
  }

  .bonus-text {
    margin-top: 180px;
  }

  .bonus-text p:nth-child(1),
  .bonus-text p:nth-child(3) {
    font-size: 48px;
  }

  .bonus-text p:nth-child(2) {
    font-size: 160px;
    line-height: 160px;
  }

  .btn-bonus {
    width: 90%;
  }

  .signup-card {
    margin-top: 180px;
  }
}

@media (min-width: 1800px) {
  .img-patrice {
    width: 566px;
  }

  .bonus-text {
    margin-top: 200px;
    margin-left: -50px;
  }

  .bonus-text,
  .btn-bonus {
    margin-left: -50px;
  }

  .signup-card {
    margin-top: 230px;
  }

  .crypto-icons {
    margin-left: 60px;
  }
  .signup-card {
    left: 50px !important;
  }
}
