@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');

* {
  box-sizing: border-box;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  font-family: "Jersey 10", sans-serif;
}

@font-face {
  font-family: 'BLOODY TYPE PERSONAL USE';
  src: url('../fonts/BLOODYTYPEPERSONALUSE-Bold.eot');
  src: url('../fonts/BLOODYTYPEPERSONALUSE-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BLOODYTYPEPERSONALUSE-Bold.woff2') format('woff2'),
    url('../fonts/BLOODYTYPEPERSONALUSE-Bold.woff') format('woff'),
    url('../fonts/BLOODYTYPEPERSONALUSE-Bold.ttf') format('truetype'),
    url('../fonts/BLOODYTYPEPERSONALUSE-Bold.svg#BLOODYTYPEPERSONALUSE-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cataneo Lt BT';
  src: url('../fonts/CataneoBT-Light.eot');
  src: url('../fonts/CataneoBT-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CataneoBT-Light.woff2') format('woff2'),
    url('../fonts/CataneoBT-Light.woff') format('woff'),
    url('../fonts/CataneoBT-Light.ttf') format('truetype'),
    url('../fonts/CataneoBT-Light.svg#CataneoBT-Light') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

.wrapper {
  background-position: center;
  animation: body_bg 30s linear infinite;
  background: url(../images/main_bg2.jpg) repeat-x 50% 0;
  background-size: 75% 100%;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

@keyframes body_bg {
  0% {
    background-position: -800px 50%, 0 0;
  }

  100% {
    background-position: 50% 0;
  }
}

/*  */
.dragonaire-top {
  position: relative;
  text-align: center;
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
}

.dragonaire-top h1 {
  color: #FF2020;
  font-size: 125px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
}

.dragonaire-top h1 span {
  color: #FCF15B;
  -webkit-text-stroke-color: #000;
}

.dragon1 {
  position: absolute;
  top: -95px;
  left: 0;
}

.dragon2 {
  position: absolute;
  top: -95px;
  right: 0;
}

/*  */


/****** PRELOADER *******/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.container-preloader .animation-preloader .spinner img {
  animation: round 0.5s linear infinite;
}

.container-preloader .loader-section {
  background-position: center;
  animation: body_bg 30s linear infinite;
  background: url(../images/preloader-bg.png) repeat-x 100% 0;
  background-size: cover;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
  left: 0;
}

.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.5s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.container {
  max-width: 1382px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

/****** HEADER *******/
header {
  padding: 24px 0 5px;
}

.position-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: headerAnimation .5s linear;
  background-color: rgba(107, 237, 250, 0.39);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 24px 0;
}

@keyframes headerAnimation {
  0% {
    transform: translateY(-20px)
  }

  100% {
    transform: translateY(0px)
  }
}

.header-inner {
  border-radius: 10px;
  border-right: 5px solid #fcf15b;
  border-bottom: 5px solid #fcf15b;
  background: #00B6F9;
  padding: 5px 22px 5px 7px;
  position: relative;
}

.qrcode {
  border: 2px solid #f00;
  border-radius: 5px;
}

.header-inner .media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo a:hover {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.social-media {
  margin-left: auto;
  margin-right: 25px;
}

.social-media ul {
  display: flex;
  align-items: center;
  gap: 13px;
}

.social-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  font-family: "Jersey 10", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .social-media ul li a:hover {
  color: #FCF15B;
}

.about-bottom {
  padding-top: 143px;
  max-width: 525px;
  width: 100%;
  text-align: center;
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-right ul {
  display: flex;
  align-items: center;
}

.header-right ul li {
  position: relative;
  margin-right: 4px;
}

.header-right ul li.join-list {
  margin-left: 16px;
}

.primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-btn:hover,
.main-btn:hover,
.buy-btn:hover,
.dragon-paper-btn:hover {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.latern-left {
  position: absolute;
  left: -33px;
  top: 100%;
  z-index: 10;
  animation: sway 6.5s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}

@keyframes sway {
  0% {
    transform: rotate(8deg);
  }

  50% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(8deg);
  }
}

.latern-right {
  position: absolute;
  right: -33px;
  top: 100%;
  z-index: 10;
  animation: sway2 4.5s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}

@keyframes sway2 {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.main-btn {
  font-size: 30px;
  color: #FCF15B;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  font-family: "Jersey 10", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 2px solid #000;
  background: #FF2400;
  box-shadow: 4px 4px 4px 0px #000;
  padding: 6px 22px;
  display: inline-flex;
  align-items: center;
}

/***** HEADER MENU ******/
.navbar-menu {
  background: url(../images/dropdown-menu-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  /* box-shadow: 0px 0px 4px 1px rgba(250, 236, 87, 0.87); */
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 10000;
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  width: 265px;
  border-radius: 10px;
  border: 1px solid #FCF15B;
}

.navbar-menu.open {
  display: block;
}

.navbar-menu .media {
  padding: 7px 15px 20px;
}

.navbar-menu .media h4 {
  color: #000;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
}

.menu-title {
  border-radius: 5px;
  border: 1px solid #FAEC57;
  padding: 0 5px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  background: #FF1F00;
}

.crose-btn {
  display: flex;
  align-items: center;
}

.navigation {
  padding: 28px 0 16px;
}

.navigation ol {
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.navigation ol li {
  margin-bottom: 14px;
}

.navigation ol li:last-child {
  margin: 0;
}

.navigation-menu .nav-link {
  justify-content: start;
  gap: 11px;
  padding: 3px 8px;
}

.nav-link {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border-right: 3px solid #faec57;
  border-left: 3px solid #faec57;
  background: linear-gradient(90deg, #FF1F00 0%, #FF6A6A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
}

.nav-link:hover {
  transition: 1s;
  transform: translateY(7px);
  filter: drop-shadow(0px 0px 6px #000);
  box-shadow: 0px 70px 0px 0px #fbed58 inset;
  color: #000;
}

.nav-link.d-mobile {
  display: none;
}

/***** GOLD DRAGON SEC ******/
.gold-dragon-sec {
  padding-bottom: 110px;
}

.temple-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gold-dragon-inner .text-box {
  text-align: center;
  margin: 30px 0 26px 0;
}

.gold-dragon-inner .text-box h1 {
  color: #fff;
  text-shadow: 0px 1px 17px #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  font-family: "New Rocker", system-ui;
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  max-width: 963px;
  width: 100%;
  margin: 0 auto;
}

.gold-dragon-inner .text-box h1 span {
  color: #FAEC57;
}

.buy-dragonaire {
  background: url(../images/buy-dragonaire.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 37px;
  padding-bottom: 65px;
  position: relative;
  border-radius: 10px;
  border: 2px solid #fcf15b;
}

.buy-dragonaire h2,
.buy-dragonaire h3 {
  font-size: 25px;
  color: #FCF15B;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.buy-dragonaire h3 {
  color: #FFF;
}

.buy-dragonaire-form-top {
  text-align: center;
  padding-bottom: 27px;
}

.buy-dragonaire-form {
  border-radius: 10px 10px 10px 10px;
  border: 5px solid #FCF15B;
  background: linear-gradient(180deg, rgba(58, 54, 46, 0.46) 0%, rgba(254, 105, 99, 0.83) 100%);
  max-width: 422px;
  width: 100%;
  margin-left: auto;
  margin-right: 102px;
  padding-top: 15px;
  padding-inline: 20px;
  padding-bottom: 25px;
}

.price-main li {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #000;
  text-align: justify;
  background: #FCF15B;
  line-height: normal;
  margin: 0px 95px 0px;
}

.price-main {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 37px;
}

.pay-main a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swipe-btn {
  margin: 20px 0;
}

.swipe-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coins {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
}

.coins span {
  display: flex;
  align-items: center;
}

.pay-main {
  position: relative;
}

.pay-main .form-control {
  border-radius: 35px;
  border: 1px solid #000;
  background: #00B6F9;
  padding: 6px 10px;
  padding-right: 6px;
  position: relative;
  width: 100%;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  font-family: "Jersey 10", sans-serif;
  height: 50px;
}

.pay-main .form-control.yellow-bg {
  background-color: #FCF15B;
}

.pay-main .form-control::placeholder {
  color: #000;
}

.coin-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #00c8ff;
  padding: 10px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
}

.coin-select .coins {
  display: flex;
  align-items: center;
  gap: 8px;
}

.coin-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 90;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #000;
  background: #1AC1EB;
  padding: 10px 8px;
}

.coin-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coin-dropdown li {
  padding: 3px 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  border: 1px solid #000;
  background: #FCF15B;
  margin-bottom: 6px;
}

.coin-dropdown li:last-child {
  margin-bottom: 0;
}

.main-text {
  font-family: "Jersey 10", sans-serif;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: justify;
}

.pay-main a {
  max-width: 180px;
  width: 100%;
}

.buy-dragonaire-form ol {
  margin-bottom: 22px;
}

.red-dragon {
  background: #FF9393;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.recieve-main {
  background: #FCF15B;
  padding: 9px 10px;
}

.recieve-main .main-text {
  font-size: 20px;
}

.accepting-main .main-text {
  font-size: 20px;
  padding-bottom: 11px;
  text-align: center;
}

.accepting-main {
  border-radius: 10px;
  background: #FFCECE;
  padding: 4px 12px;
}

.accepting-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.accepting-main ul li a {
  display: flex;
  align-items: center;
}

.buy-btn {
  font-size: 18px;
  color: #FCF15B;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  font-family: "Jersey 10", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 2px solid #000;
  background: #00B6F9;
  box-shadow: 4px 4px 4px 0px #1A1818;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 178px;
  width: 100%;
  padding: 6px 0;
}

.buy-btn-main {
  margin-top: 46px;
  text-align: center;
}
.buy-btn-main1 {
  margin-top:5px;
  text-align: center;
}
.star_cartoon {
  position: absolute;
  bottom: 2px;
  right: 26px;
}

.hill_shape {
  position: absolute;
  bottom: 89px;
  right: 217px;
}

.temple {
  position: absolute;
  bottom: 89px;
  left: 50%;
  transform: translateX(-10%);
}

.helicopter {
  position: absolute;
  top: 0;
  left: 37px;
}

.price-tag {
  position: absolute;
  top: 144px;
  left: 90px;
}

.tag-title {
  font-size: 32px;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  transform: rotate(-18.811deg);
  text-align: center;
  position: absolute;
  bottom: 64px;
  left: 64px;
}

.tag-title span {
  color: #FCF15B;
}

.dragon-hand {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bubble-paragraph {
  font-size: 20px;
  color: #000;
  text-align: justify;
  font-family: 'Cataneo Lt BT';
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  transform: rotate(-27.726deg);
  max-width: 186px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-48%, -59%) rotate(-27.726deg);
  left: 50%;
}

.bubble {
  position: absolute;
  left: 269px;
  bottom: 228px;
}

/***** TITLE ******/


.title2 {
  background: url(../images/title-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  max-width: 470px;
  width: 100%;
  padding: 35px 0;
  margin: 0 auto;
  margin-top: -68px;
}

.title2 h2 {
  text-align: center;
  color: #FCF15B;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  font-family: "Jersey 10", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/***** ABOUT US ******/
.about-us {
  position: relative;
  border-top: 6px solid #F65A41;
  padding-bottom: 115px;
}

.about-inner {
  background: url(../images/about-main.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 92px;
  padding-bottom: 83px;
}

.about-us-inner h3 {
  color: #fcf15b;
  font-family: "Jersey 10", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 2px;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
}

.main-text-large {
  font-size: 20px;
  color: #000;
  font-family: "Jersey 10", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 100% */
  text-align: justify;
}

.about-us-inner {
  padding-left: 186px;
}

.about-us-inner p.about-us-para {
  max-width: 686px;
  width: 100%;
  padding-bottom: 17px;
}

.about-us-paragraph {
  padding-left: 201px;
}

.about-us-paragraph p {
  max-width: 420px;
  width: 100%;
}

.join-btn-main {
  padding-top: 36px;
  text-align: center;
  max-width: 395px;
  width: 100%;
  padding-bottom: 24px;
}

.about-us-inner .inner-title,
.inner-title {
  font-size: 30px;
  color: #FFF;
  font-family: "Jersey 10", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
}
}

.about-bottom .inner-title span {
  color: #FCF15B;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
}

.refferal-inner-box {
  border-radius: 5px;
  border: 2px solid #000;
  background: #00B6F9;
  gap: 12px;
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
}

.refferal-inner-box p {
  max-width: 100%;
}

.highlight {
  background-color: #FAEC57;
  /* light green */
  transition: background-color 0.4s ease;
}

.copyLink {
  display: flex;
  align-items: center;
}

/* Tokenomics */
.tokenomics-sec {
  border-top: 6px solid #F65A41;
  padding-bottom: 113px;
}

.tokenomics-sec .title2 {
  padding-bottom: 29px;
}

.chart-left {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 10px;
  border: 3px solid #FCF15B;
  background: radial-gradient(50% 50% at 50% 50%, #FF9393 0%, #FE6963 100%);
  padding-top: 51px;
  padding-bottom: 68px;
  padding-left: 10px;
  padding-right: 20px;
  width: 54%;
  position: relative;
}

.chart-right {
  width: 46%;
}

.chart-right-box {
  border-radius: 10px;
  border: 2px solid #FCF15B;
  background: linear-gradient(180deg, #FF9393 0%, #FE6963 100%);
  padding: 10px 14px;
  margin-bottom: 27px;
}

.chart-main {
  display: flex;
  align-items: flex-start;
  gap: 98px;
  padding-top: 29px;
}

.chart-left ul li:first-child {
  border-radius: 5px;
  border: 2px solid #000;
  background: #6CDF76;
}

.chart-list {
  max-width: 276px;
  width: 100%;
}

.chart-left ul li {
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  border-radius: 5px;
  border: 2px solid #000;
  padding: 2px 10px;
  margin-bottom: 20px;
  text-align: justify;
}

.chart-left ul li:nth-child(2) {
  background: #F14F2F;
}

.chart-left ul li:nth-child(3) {
  background: #FFDB58;
}

.chart-left ul li:last-child {
  background: #6FB8DF;
  margin-bottom: 0;
}

.dragon-tokenomics {
  position: absolute;
  bottom: -3px;
  right: 16px;
}

.chart-right-box .main-text-large {
  padding-bottom: 14px;
}

.chart-right-box .main-text-large:last-child {
  padding-bottom: 0;
}

.chart-right ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 26px;
  justify-content: space-between;
}

.chart-right ol li {
  color: #FFF;
  text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
  font-family: "Jersey 10", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 47%;
  border-radius: 5px;
  border: 2px solid #FCF15B;
  padding: 6px;
}

.chart-right ol li:first-child,
.chart-right ol li:nth-child(2) {
  background: #6CDF76;
}

.chart-right ol li:nth-child(3),
.chart-right ol li:last-child {
  background: #00B6F9;
}

.tokenomics-sec .join-btn-main {
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}

.tokenomics-sec .join-btn-main .main-btn {
  border: 2px solid #000;
  box-shadow: 4px 4px 4px 0px #000;
  display: inline-flex;
  height: auto;
}

.join-btn-main .main-btn {
  display: inline-flex;
}

/* Roadmap */
.roadmap-sec {
  border-top: 6px solid #F65A41;
  padding-bottom: 110px;
}

.roadmap-inner {
  border-radius: 10px;
  border: 3px solid #FCF15B;
  background: radial-gradient(127.84% 19.56% at 50% 50%, #FF9393 0%, #FE6963 100%);
  padding-top: 73px;
  padding-bottom: 65px;
  margin-top: 35px;
}

.boxes-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  gap: 30px;

}

.boxes {
  border-radius: 5px;
  border: 2px solid #F9D554;
  background: #00B6F9;
  padding-left: 21px;
  padding-right: 8px;
  padding-bottom: 71px;
}

.boxes ol li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 40px;
}

.boxes ol li span {
  border: 1px solid #000;
  background: #FCF15B;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.boxes ol li p {
  flex: 1;
}

.boxes ol li:last-child {
  padding-bottom: 0;
}

.diamond {
  text-align: center;
  margin-top: -63px;
  margin-bottom: 16px;
}

.dropdown-open {
  display: block;
}

.diamond .main-text-large {
  text-align: center;
}

.VIpgJd-yAWNEb-L7lbkb {
  display: none !important;
}

.language-dropdown .media {
  margin-bottom: 30px;
}

.language-dropdown .media a {
  background-color: transparent;
  box-shadow: none;
  border: none;
  width: auto;
  height: auto;
}

.dragon-faq-main {
  max-width: 250px;
  width: 100%;
}

.paper-btn-main {
  text-align: center;
  margin-top: 15px;
}

/***** FAQ ******/
.faq-main {
  border-radius: 10px;
  border: 3px solid #FCF15B;
  background: radial-gradient(50% 50% at 50% 50%, #FE9286 0%, #FE6963 100%);
  display: flex;
  align-items: center;
  gap: 54px;
  position: relative;
  margin-top: 46px;
}

.faq-sec {
  border-top: 6px solid #F65A41;
}

.faq-sec .accordion {
  padding-top: 32px;
  width: 56%;
  margin-left: auto;
  margin-right: 22px;
  padding-bottom: 38px;
}

.faq-inner {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  padding: 132px 0 0 0;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.faq-left {
  border-radius: 5px;
  border: 3px solid #FAEC57;
  background: #FE0707;
  padding: 22px 60px;
  max-width: 363px;
  width: 100%;
}

.faq-left ul li {
  margin-bottom: 10px;
}

.faq-left ul li:last-child {
  margin: 0;
}

.faq-left ul li a {
  color: #FAEC57;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px,
    rgb(0, 0, 0) 0.540302px 0.841471px 0px,
    rgb(0, 0, 0) -0.416147px 0.909297px 0px,
    rgb(0, 0, 0) -0.989992px 0.14112px 0px,
    rgb(0, 0, 0) -0.653644px -0.756802px 0px,
    rgb(0, 0, 0) 0.283662px -0.958924px 0px,
    rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  border-radius: 5px;
  border: 2px solid #FAEC57;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/faq-bg.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 45px;
}

.faq-left ul li a.active {
  color: #000;
  background: #FAEC57;
  text-shadow: none;
}

.faq-right {
  flex: 1;
  width: 100%;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.dragon-paper-btn {
  color: #FCF15B;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  font-family: "Jersey 10", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 2px solid #000;
  background: #F02B2B;
  box-shadow: 4px 4px 4px 0px #000;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
}

.dragon-faq-left {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 15px;
  width: 44%;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
}

.faq-tree {
  position: absolute;
  bottom: 0;
  left: 0;
}

/***** ACCORDION ******/
.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 12px;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  border: 2px solid #FF2020;
  background: #00B6F9;
  outline: none;
  cursor: pointer;
  transition: background 0.7s ease;
  text-align: left;
}

.accordion-header p {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Jersey 10", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  gap: 13px;
}

.plus-minus-box {
  display: flex;
  align-items: center;
}

.plus-minus-box span {
  background-color: #FF2020;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #FFF;
  font-family: "Jersey 10", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.plus-minus-box span.minus-btn {
  display: none;
}

.accordion-header.active .plus-minus-box span.plus-btn {
  display: none;
}

.accordion-header.active .plus-minus-box span.minus-btn {
  display: flex;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;


}

.accordion-content p {
  border-radius: 5px;
  border: 2px solid #FECF13;
  background: #F61414E8;
  padding: 14px 21px;
  color: #000;
  text-align: justify;
  font-family: "Jersey 10", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-top: 6px;
}

/**** FOOTER  *******/
footer {
  text-align: center;
  padding: 84px 0 8px 0;
  position: relative;
}

footer .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

footer p {
  font-size: 22px;
  color: #000;
  font-family: "Jersey 10", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

footer p a {
  color: #FAEC57;
}

.footer-img1 {
  position: absolute;
  left: 18px;
  bottom: -16px;
}

.footer-img2 {
  position: absolute;
  right: 30px;
  bottom: -16px;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 13px;
}

.footer-top ul {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.footer-top ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 3px solid #FAEC57;
  background: #FF5740;
  box-shadow: 3px 3px 4px 0px #FAEC57;
  height: 65px;
  width: 70px;
}

.footer-navigation {
  border-radius: 10px;
  border-right: 5px solid #fcf15b;
  border-bottom: 5px solid #fcf15b;
  background: #00B6F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 14px;
  position: relative;
}

.footer-logo a {
  display: flex;
  align-items: center;
}

.footer-nav {
  margin-left: auto;
  margin-right: 38px;
}

.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.footer-nav ul li {
  display: flex;
  align-items: center;
}

.footer-nav ul li a {
  font-size: 25px;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px,
    rgb(0, 0, 0) 0.540302px 0.841471px 0px,
    rgb(0, 0, 0) -0.416147px 0.909297px 0px,
    rgb(0, 0, 0) -0.989992px 0.14112px 0px,
    rgb(0, 0, 0) -0.653644px -0.756802px 0px,
    rgb(0, 0, 0) 0.283662px -0.958924px 0px,
    rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.footer-nav ul li a:hover {
  color: #FAEC57;
}

.footer-nav ul li span {
  color: #000000;
  font-size: 25px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

.footer-navigation .social-media {
  margin-left: 0;
  margin-right: 0;
}

footer .social-media ul li:first-child a {
  display: flex;
  align-items: center;
  gap: 7px;
}

footer .social-media ul li:first-child {
  margin-right: 35px;
}

.d-header-mobile {
  display: none;
}

/* for popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-content {
  border-radius: 10px;
  border: 2px solid #FCF15B;
  background: #FF2020;
  padding: 9px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  max-width: 513px;
  width: 100%;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 9px;
}

.popup .inner-title span {
  color: #FCF15B;
}

.popup .inner-title {
  text-align: left;
  padding-bottom: 11px;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.popup .main-text-large {
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  color: #FFF;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Jersey 10", sans-serif;
}

.popup-inner {
  border-radius: 5px;
  border: 2px solid #000;
  background: #FCF15B;
  padding-top: 14px;
  padding-bottom: 7px;
  padding-inline: 13px;
}

.qrscan {
  padding-bottom: 26px;
}

.popup .status .main-text-large {
  font-size: 22px;
  color: #000;
  font-family: "Jersey 10", sans-serif;
  font-weight: 300;
  text-shadow: none;
  padding-bottom: 18px;
}

.popup .status .main-text-large span {
  color: #FF2020;
}

.popup .status p {
  font-size: 20px;
  color: #000;
  font-family: "Jersey 10", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}

.popup .status p span {
  color: #FF2020;
}

.popup .refferal-inner-box {
  border: 2px solid #000;
  background: #FF2020;
  margin-bottom: 28px;
}

.popup .refferal-inner-box p {
  font-size: 17px;
  color: #000;
  font-family: "Jersey 10", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.d-desktop-social {
  display: none;
}

.navigation-btn {
  text-align: center;
}

.navigation-btn a {
  color: #FCF15B;
  border-radius: 5px;
  border: 2px solid #FCF15B;
  background: #FF2020;
  display: inline-flex;
  align-items: center;
  padding: 6px 22px;
  margin-top: 16px;
}

.main-text-large.copy-text {
  max-width: 100%;
}

/* graph */
.graph-container {
  position: relative;
  display: inline-block;
}

.label-presale {
  top: 38%;
  left: 18%;
}

.label-public {
  top: 70%;
  left: 48%;
}

.label-marketing {
  top: 39%;
  left: 72%;
}

.label-airdrop {
  top: 11%;
  left: 59%;
}

.tokenomics-sec .label {
  position: absolute;
  color: #FFF;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px,
    rgb(0, 0, 0) 0.540302px 0.841471px 0px,
    rgb(0, 0, 0) -0.416147px 0.909297px 0px,
    rgb(0, 0, 0) -0.989992px 0.14112px 0px,
    rgb(0, 0, 0) -0.653644px -0.756802px 0px,
    rgb(0, 0, 0) 0.283662px -0.958924px 0px,
    rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  font-family: "Jersey 10", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  text-align: justify;
}

section {
  scroll-margin-top: 300px;
}

.live_chat {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: flex;
  align-items: center;
}

.about-mbl-bg {
  display: none;
}

/*  */
.dragon img {
  animation-name: dragon;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  transition: 1s;
}

@keyframes dragon {
  0% {
    transform: scale(0.6);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

/* Fade in from Left */
.fade-in-left-custom {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s ease-out;
}

.fade-in-left-custom.wow.animated {
  opacity: 1;
  transform: translateX(0);
}

/* Fade in from Right */
.fade-in-right-custom {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s ease-out;
}

.fade-in-right-custom.wow.animated {
  opacity: 1;
  transform: translateX(0);
}

/* Fade in from Top */
.fade-in-down-custom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
}

.fade-in-down-custom.wow.animated {
  opacity: 1;
  transform: translateY(0);
}