@import url("https://fonts.cdnfonts.com/css/vampire-wars");
:root {
  scroll-behavior: auto !important;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #C0C3C5;
  font-family: "Vampire Wars", sans-serif;
  background-color: #F31313;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

input,
textarea,
button {
  padding: 10px 25px;
  border: 1px solid #4B4B4B;
  outline: none;
  transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  border-color: #F53729;
}

/*Hide number spin button*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

#root {
  overflow: hidden;
}

@media only screen and (min-width: 1581px) {
  .container {
    max-width: 1560px;
  }
}

@keyframes headerAnimation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.logo {
  cursor: pointer;
}

.heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: trans;
  padding: var(--bs-navbar-padding-y) 0;
  --bs-navbar-padding-y: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .heading {
    --bs-navbar-padding-y: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .heading {
    --bs-navbar-padding-y: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading {
    --bs-navbar-padding-y: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    --bs-navbar-padding-y: 20px;
  }
}
.heading.position-fixed {
  animation: headerAnimation 0.5s linear;
  background-color: rgba(243, 19, 19, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  --bs-navbar-padding-y: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading.position-fixed {
    --bs-navbar-padding-y: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .heading.position-fixed {
    --bs-navbar-padding-y: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .heading-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 24px 16px;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
    z-index: 9;
  }
  .heading-menu.show-menu {
    transform: translate(0, 0);
  }
}
.heading-menu .title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .heading-menu .title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .heading-menu .heading-actions {
    margin-top: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .heading-menu .heading-actions {
    margin-top: 26px;
  }
}
.heading-link {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1.08px;
  font-weight: 400;
  font-family: "Vampire Wars", sans-serif;
  display: block;
  padding: 10px 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .heading-link {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .heading-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1279px) {
  .heading-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .heading-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .heading-link {
    font-size: 16px;
  }
}
.heading-link:hover, .heading-link.active {
  color: #F53729;
}
.heading-actions {
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .heading-actions {
    gap: 8px;
  }
}
.heading .site-btn {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .heading .site-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .heading .site-btn .shape {
    width: 140px;
  }
}
.heading-toggler {
  --btn-padding-x: 4px;
  --btn-padding-y: 5px;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  border: none;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.5);
}

.banner {
  min-height: 1400px;
  padding-top: 240px;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .banner {
    min-height: 1160px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner {
    min-height: 1030px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner {
    padding-top: 150px;
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner {
    padding-top: 130px;
    min-height: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: 360px;
    padding-top: 120px;
  }
}
.banner-content h1 {
  color: #fff;
  text-shadow: 12px 7px 0px #000;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #FE9E01;
  font-size: 300px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 18px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-content h1 {
    font-size: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-content h1 {
    font-size: 180px;
    letter-spacing: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content h1 {
    text-shadow: 8px 5px 0px #000;
    -webkit-text-stroke-width: 6px;
    font-size: 160px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content h1 {
    text-shadow: 5px 4px 0px #000;
    -webkit-text-stroke-width: 4px;
    font-size: 70px;
    letter-spacing: 4px;
  }
}
.banner-img {
  width: 100%;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .banner-img {
    width: 76%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-img {
    width: 76%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-img {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-img {
    width: 70%;
  }
}

.about {
  background-color: #CE0C0E;
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about {
    padding-bottom: 80px;
  }
}
.about-shape {
  margin-bottom: -2px;
}
.about-content {
  background-image: url("../img/aboutshap.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 115px;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .about-content {
    padding: 70px 90px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .about-content {
    padding: 50px 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .about-content {
    padding: 38px 83px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    padding: 38px 38px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content {
    padding: 38px 16px;
  }
}
.about-content h2 {
  font-size: 130px;
  line-height: 1.2;
  letter-spacing: 6%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .about-content h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .about-content h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .about-content h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .about-content h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content h2 {
    margin-bottom: 12px;
    font-size: 40px;
  }
}
.about-content p {
  font-size: 26px;
  line-height: 180%;
  letter-spacing: 2%;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .about-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .about-content p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .about-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .about-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content p {
    font-size: 12px;
  }
}

.tokenomics {
  margin-top: 120px;
  padding-bottom: 60px;
  background-image: url(../img/token-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .tokenomics {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics {
    margin-top: 10px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics {
    margin-top: 0;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics {
    margin-top: 0;
    padding-top: 20px;
  }
}
.tokenomics-title {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-title {
    margin-bottom: 40px;
  }
}
.tokenomics-title h2 {
  font-size: 130px;
  line-height: 1.2;
  line-height: 120%;
  letter-spacing: 7.8px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .tokenomics-title h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .tokenomics-title h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-title h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-title h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-title h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-title h2 {
    letter-spacing: 2px;
  }
}
.tokenomics-image {
  width: 740px;
  height: 730px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .tokenomics-image {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .tokenomics-image {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-image {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .tokenomics-image {
    width: 70%;
    height: auto;
    margin: auto;
  }
}
.tokenomics-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tokenomics-content .btnshap {
  width: 762px;
  height: 121px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .tokenomics-content .btnshap {
    width: 669px;
    height: 108px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .tokenomics-content .btnshap {
    width: 594px;
    height: 94px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-content .btnshap {
    width: 527px;
    height: 79px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-content .btnshap {
    width: 698px;
    height: 111px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-content .btnshap {
    width: 350px;
    height: 50px;
  }
}
.tokenomics-content .item {
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.48px;
  left: 102px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-content .item {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-content .item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-content .item {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .tokenomics-content .item {
    left: 70px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .tokenomics-content .item {
    left: 70px;
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-content .item {
    left: 70px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-content .item {
    left: 42px;
    font-size: 12px;
  }
}
.tokenomics-content .itemmenu2 {
  text-align: center;
  left: 45%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.tokenomics-content .itemmenu3 {
  text-align: center;
  left: 43%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.tokenomics-content .btnshapbottom {
  margin-top: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .tokenomics-content .btnshapbottom {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-content .btnshapbottom {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-content .btnshapbottom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-content .btnshapbottom {
    margin-top: 20px;
  }
}
.tokenomics-content .btnshapbottom .image {
  width: 265px;
  height: 78px;
}
@media only screen and (max-width: 767px) {
  .tokenomics-content .btnshapbottom .image {
    width: 180px;
    height: 48px;
  }
}
.tokenomics-content .btnshapbottom .image img {
  width: 1005px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tokenomics-content .btnshapbottom .tokenbtn {
  background-color: transparent;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 6%;
  color: #fff;
  left: 60px;
  top: 24px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .tokenomics-content .btnshapbottom .tokenbtn {
    font-size: 15px;
    left: 48px;
    top: 15px;
  }
}

.footer {
  margin-top: 120px;
  background-image: url(../img/footerbg.png);
  background-position: bottom center;
  background-size: cover;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .footer {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .footer {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding-top: 20px;
  }
}
.footer-shape {
  margin-bottom: -2px;
}
.footer-content h2 {
  font-size: 130px;
  line-height: 1.2;
  letter-spacing: 6%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .footer-content h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .footer-content h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .footer-content h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-content h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content h2 {
    font-size: 50px;
  }
}
.footer-content p {
  letter-spacing: 2%;
  font-size: 22px;
  line-height: 1.8181818182;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content p {
    font-size: 16px;
  }
}
.footer-content .btns {
  margin-top: 44px;
  gap: 25px;
  padding-bottom: 300px;
}
.footer-content .btns .shap {
  cursor: pointer;
}
.footer-content .btns .shap .shap-img {
  width: 175px;
  height: auto;
}
.footer-content .btns .shap .shap-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-content .btns .shap .btn3 {
  width: 205px;
}
.footer-content .btns .shap a {
  font-size: 18px;
  letter-spacing: 6%;
  line-height: 120%;
  color: #fff;
  left: 46px;
  top: 31%;
}
.footer-content .footerimg {
  width: 288px;
  height: 228px;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.footer-content .footerimg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comman-topshap {
  width: 100%;
  height: 210px;
}
.comman-topshap img {
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.min.css.map */