body {
  margin: 0;
  scroll-behavior: smooth;
  background: #000006;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  background-color: #000006;
  background-image: url(../img/nigeriabet_lp_female_pic_v1.png);
  background-repeat: no-repeat;
  background-position: right 75%;
  color: #fff;
  /* padding-bottom: 1em; */
}
.logo {
  padding: 1.5em 0;
}

.pill {
  background-color: #04f39e;
  color: #000;
  font-size: 1em;
  width: max-content;
  padding: 4px 10px;
  font-family: "Gilroy-Regular-INT";
  font-weight: bold;
  margin-bottom: 1.5em;
}
header h1 {
  font-family: "Gilroy-ExtraBold-INT";
  font-weight: 900;
  margin: 0;
  line-height: 1;
  font-size: 5em;
}
.secondary_color {
  color: #ff8a00;
}
header p {
  font-family: "Gilroy-ExtraBold-INT";
  font-weight: 900;
  font-size: 2.5em;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.button_link {
  text-decoration: none;
  background: #ff8a00;
  padding: 0.25em 1.2em;
  font-family: "Gilroy-Medium-INT";
  font-weight: normal;
  color: #000;
  border-radius: 4px;
  font-size: 1.7em;
  display: block;
  width: fit-content;
  margin: 1.3em 0;
}

.key_terms {
  padding: 0 1em;
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
}
.key_terms p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
}
.plus18 img {
  max-width: 25px;
  vertical-align: middle;
}
.steps {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0.5em 15px;
  background: #000006;
}
.steps_container {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  max-width: 768px;
  margin: 0 auto;
}

.step h2 {
  font-family: "VeneerClean-Reg";
  color: #ff8a00;
  font-size: 3.5em;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: center;
}
.step span {
  color: #fff;
  font-family: "Gilroy-Regular-INT";
  font-size: 18px;
}

/*.card section*/
.cards_section {
  background: #000006;
  padding: 1em 15px;
}
.cards_container {
  max-width: 980px;
  margin: 0 auto;
  gap: 15px;
  display: flex;
  justify-content: space-between;
}
.card {
  width: 300px;
  color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  /* display: flex;
  justify-content: space-between;
  flex-direction: column; */
  position: relative;
}
.card > div img {
  width: 100%;
}
.card > div {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.card p {
  padding: 15px;
  margin: 0;
  font-family: "Gilroy-Regular-INT";
  font-size: 13px;
}
.card > div p:last-of-type {
  margin-bottom: 35px;
}
.card_terms {
  position: absolute;
  bottom: 0%;
  margin: 0;
  font-size: 10px !important;
  font-family: "DINPro" !important;
}
.payment_methods {
  background: #000006;
  padding: 2em 0;
}
.payment__logos {
  max-width: 850px;
  margin: 0 auto;
  grid-gap: 12px 0;
}
.regulatory__logos img,
.payment__logos img {
  margin: 0 3em;
}
.regulatory__logos,
.payment__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_navigation {
  background: #000006;
  padding: 2em 0;
}
.footer_container {
  display: flex;
  row-gap: 2em;
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer_container a {
  width: 33%;
  color: #fff;
  font-family: "DINPro" !important;
  text-align: center;
}

footer {
  background: #000006;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-family: "DINPro" !important;
  padding: 0.3em;
  padding-top: 2em;
  margin-bottom: 120px;
}
footer a {
  color: inherit;
}
.footer p {
  margin: 0;
}

.enter-view {
  display: block !important;
}
.mobile-button {
  text-align: center;
  display: block !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  padding: 2em 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-button.enter-view {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.mobile-button .button_link {
  margin: 0 auto;
}
@media (max-width: 1280px) {
  header {
    background-position: 465px;
  }
}
@media (max-width: 1024px) {
  header {
    background-position: 330px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .step h2 {
    font-size: 3em;
  }
  .step span {
    font-size: 15px;
  }
}
@media (min-width: 680px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 680px) {
  header {
    background-image: none;
    text-align: center;
  }
  .pill,
  .button_link {
    margin-left: auto;
    margin-right: auto;
  }
  .hero_img {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mobile_wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  .mobile_wrapper h1 {
    font-size: 9vw;
  }
  .cards_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cards_container .card > p:first-of-type {
    margin-bottom: 25px;
  }
  .card_terms {
    margin-bottom: 0 !important;
  }
  .steps {
    padding: 0;
  }
  .steps_container {
    flex-direction: column;
    gap: 0;
  }

  .step {
    border-bottom: 2px solid #fff;
    padding: 15px 5px;
  }
  .step:last-of-type {
    border-bottom: none;
  }
  .step h2 {
    font-size: 3.5em;
    max-width: 300px;
    margin: 0 auto;
  }
  .step span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .mobile_wrapper h1 {
    font-size: 8.7vw;
  }
  header p {
    font-size: 2em;
  }
  .hero_img {
    width: 240px;
  }
}
@media (max-width: 350px) {
  .mobile_wrapper h1 {
    font-size: 8.5vw;
  }
}
