@import url("https://fonts.googleapis.com/css2?family=Creepster&family=Saira:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'poppins-bold', sans-serif;
  src: url("../fonts/Poppins-Bold.otf");
}

@font-face {
  font-family: 'poppins-regular', sans-serif;
  src: url("../fonts/Poppins-Regular.otf");
}

h1 {
  font-family: 'Saira', sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 126.5%;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-family: 'Saira', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 126.5%;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
}

h4 {
  font-family: 'poppins-bold', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 126.5%;
}

.desc-md-saira {
  font-family: 'poppins-regular', sans-serif;
  font-size: 20px;
}

.desc-md-poppins {
  font-family: 'poppins-regular', sans-serif;
  font-size: 20px;
}

.desc-sm-saira {
  font-family: 'Saira', sans-serif;
  font-size: 16px;
}

.desc-xs {
  font-family: 'poppins-regular', sans-serif;
  font-size: 14px;
}

.mt-100 {
  margin-top: 100px;
}

.py-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.lb-deco {
  position: relative;
}

.lb-deco::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #47d14e;
}

body::-webkit-scrollbar {
  width: 14px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #272727;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
  /* color of the scroll thumb */
  border-radius: 10px;
  /* roundness of the scroll thumb */
}

body {
  padding: 0;
  margin: 0;
  background-color: black;
  color: white;
  font-family: 'Saira', sans-serif;
}

.splash {
  width: 100%;
  background-color: #101010;
  padding: 20px;
}

.splash__nav {
  position: relative;
  z-index: 1000;
  padding: 15px 0;
}

.splash .logo {
  position: absolute;
}

.splash .video-container {
  position: relative;
}

.splash__video {
  width: 100%;
}

.splash__content {
  text-align: center;
  width: 740px;
  max-width: 100%;
}

.splash__content h1 {
  font-size: 40px;
  font-family: 'Creepster', cursive;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .splash__content h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  .splash__content h1 {
    font-size: 24px;
  }
}

.splash .btn-yellow {
  padding: 5px 75px;
  background-color: #47d14e;
  border: 2px solid #47d14e;
  border-radius: 10px;
  font-size: 36px;
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Creepster', cursive;
  letter-spacing: 20px;
}

.splash .btn-yellow:hover {
  color: #47d14e;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .splash .btn-yellow {
    font-size: 28px;
    padding: 5px 100px;
  }
}

@media screen and (max-width: 450px) {
  .splash .btn-yellow {
    font-size: 24px;
    padding: 5px 80px;
  }
}

.splash__footer {
  border-top: 1px solid white;
}

.splash__footer .copyright {
  color: #47d14e;
}

.splash__footer .content {
  max-width: 230px;
  margin: auto;
}

.splash__footer .footer-bottom {
  width: 100%;
  height: 15px;
  background-color: #47d14e;
}

.website-wrapper {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.navbar {
  background-color: #101010;
  padding: 10px 0;
  z-index: 1000;
}

.navbar-brand {
  position: absolute;
  top: 0;
}

.navbar-brand img {
  position: relative;
  top: 30px;
  width: 150px;
}

.navbar .nav-link {
  font-family: Saira;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: white !important;
  margin: 0 9px;
}

.navbar .nav-link:hover {
  color: #2c99c6 !important;
}

.navbar .active {
  color: #2c99c6 !important;
}

.navbar .btn-wallet {
  font-family: Saira;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  padding: 5px 30px;
  border-radius: 12px;
  margin: 0 5px;
  max-width: 200px;
  text-decoration: none;
}

.hero {
  position: relative;
}

.hero__text {
  width: 850px;
  max-width: 100%;
  margin: auto;
}

.hero__text h1 {
  font-size: 40px;
  font-family: 'Creepster', cursive;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .hero__text h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  .hero__text h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero__text {
    bottom: 5%;
  }
}

button {
  padding: 16px 40px;
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  font-size: 22px;
  border-radius: 12px;
  font-style: normal;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1200px) {
  button {
    bottom: 50px;
    padding: 10px 30px;
    font-size: 21px;
  }
}

@media screen and (max-width: 991px) {
  button {
    bottom: 50px;
    padding: 10px 30px;
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  button {
    bottom: 50px;
    padding: 10px 30px;
    font-size: 20px;
  }
}

.btn-green {
  background-color: #47d14e;
  color: white;
  border: 2px solid #47d14e;
}

.btn-green:hover {
  background-color: transparent;
  color: #47d14e;
}

.btn-whtie-outline {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.btn-whtie-outline:hover {
  background-color: white;
  color: #47d14e;
}

.Frankensteins {
  margin-bottom: 100px;
}

.Frankensteins .desc-sm-saira {
  font-size: 19px;
  word-spacing: 2px;
}

.clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clock__title {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 29.6667px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .clock__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 450px) {
  .clock__title {
    font-size: 21px;
  }
}

.clock .btn-mint {
  color: white;
  background-color: #2c99c6;
  border: 2px solid #2c99c6;
  border-radius: 10px;
  font-family: Saira;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 60px;
}

@media screen and (max-width: 767px) {
  .clock .btn-mint {
    padding: 10px 30px;
    font-size: 20px;
  }
}

.clock .timer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
}

.clock .timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .clock .timer__item {
    min-width: 40px;
  }
}

.clock .timer__item-time {
  padding: 7px 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#231351), to(#08011c));
  background: linear-gradient(180deg, #231351 0%, #08011c 100%);
  width: 160px;
  height: 86px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 767px) {
  .clock .timer__item-time {
    padding: 7px 20px;
    width: 100px;
    margin: 0 5px;
    font-size: 32px;
    height: 76px;
    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;
  }
}

@media screen and (max-width: 450px) {
  .clock .timer__item-time {
    padding: 5px 10px;
    width: 70px;
    margin: 0 3px;
    height: 66px;
  }
}

.clock .timer__item-title {
  margin: 0 10px;
  width: 160px;
  height: 86px;
  background: -webkit-gradient(linear, left bottom, left top, from(#08011c), to(#231351));
  background: linear-gradient(0deg, #08011c 0%, #231351 100%);
  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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
  .clock .timer__item-title {
    padding: 7px 20px;
    width: 100px;
    margin: 0 5px;
    height: 76px;
  }
}

@media screen and (max-width: 450px) {
  .clock .timer__item-title {
    padding: 5px 10px;
    width: 70px;
    margin: 0 3px;
    height: 66px;
  }
}

.clock .timer__item-title p {
  font-family: 'poppins-regular', sans-serif;
  font-size: 34px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .clock .timer__item-title p {
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  .clock .timer__item-title p {
    font-size: 15px;
  }
}

.clock .timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
}

.clock .timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

.faq .accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 !important;
}

.faq .accordion-item {
  border-radius: 0;
  border-bottom: 1px solid white !important;
}

.faq .accordion-item p {
  font-family: 'poppins-regular', sans-serif;
}

.faq .accordion .collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq .accordion-button {
  background-color: #101010;
  color: white;
  font-size: 28px;
  font-family: 'poppins-regular', sans-serif !important;
}

@media screen and (max-width: 767px) {
  .faq .accordion-button {
    font-size: 25px;
  }
}

@media screen and (max-width: 450px) {
  .faq .accordion-button {
    font-size: 21px;
  }
}

.faq .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq .accordion-body {
  background-color: #101010;
  border-radius: 0;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .faq .accordion-body {
    font-size: 19px;
  }
}

@media screen and (max-width: 450px) {
  .faq .accordion-body {
    font-size: 18px;
  }
}

.roadmap .timeline__elem {
  position: relative;
  padding-bottom: 70px;
}

@media screen and (max-width: 992px) {
  .roadmap .timeline__elem {
    padding-left: 70px;
  }
}

.roadmap .timeline__elem h4 {
  font-family: 'Saira', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 126.5%;
  color: #47d14e;
}

.roadmap .timeline__elem img {
  width: 200px;
  max-width: 90%;
}

.roadmap .timeline__elem-first {
  padding-right: 70px;
}

.roadmap .timeline__elem-second {
  padding-left: 70px;
}

.roadmap .timeline__elem .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #47d14e;
}

.roadmap .timeline__elem .line .number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #47d14e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 850px) {
  .roadmap .timeline__elem .line {
    left: 35px;
  }
  .roadmap .timeline__elem .line .number {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

.roadmap__footer-text {
  color: #47d14e;
  max-width: 820px;
  margin: auto;
}

.team img {
  width: 150px;
}

.footer {
  background-color: black;
  padding: 50px 0;
}

.footer__content {
  max-width: 230px;
  margin: auto;
}

.footer .desc-xs {
  color: #979797;
}

.footer-bottom {
  width: 100%;
  height: 15px;
  background-color: #47d14e;
}
/*# sourceMappingURL=home.css.map */