html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

@font-face {
  font-family: 'Supercell-Magic';
  font-weight: 700;
  src: url('../fonts/Supercell-Magic-Regular.woff2') format('woff2'),
       url('../fonts/Supercell-Magic-Regular.woff') format('woff'),
       url('../fonts/Supercell-Magic-Regular.ttf') format('truetype');
}


body {
  font-family: Supercell-Magic;
  font-weight: 700;
  margin: 0;
  background: #4f362c;
}

input {
  font-family: Supercell-Magic;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

h2,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}



*,
:after,
:before {
  border: 0 solid;
}

img {
  border-style: solid;
}

input::-moz-placeholder {
  color: #a1a1aa;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a1a1aa;
  opacity: 1;
}

h2 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

input {
  color: inherit;
  line-height: inherit;
  padding: 0;
}

img {
  display: block;
  vertical-align: middle;
}

img {
  height: auto;
  max-width: 100%;
}

*,
:after,
:before {
  border-color: currentColor;
}

@media only screen and (min-width: 600px) {
  ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
  }

  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #323030;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #8a682c;
  }
}

.font-cw {
  font-family: Supercell-Magic;
}

.content-wr {
  width: 100%;
}

@media (min-width: 1280px) {
  .content-wr {
    width: 1054px;
  }
}

.container {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-3 {
  top: 0.75rem;
}

.top-9 {
  top: 0;
}

.top-12 {
  top: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-25 {
  right: 6.25rem;
}

.-right-0\.5 {
  right: -0.125rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.float-left {
  float: left;
}

.mt10 {
  margin-top: 8px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-21 {
  margin-left: 5.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-62 {
  height: 15.5rem;
}

.h-auto {
  height: auto;
}

.h-16\.5 {
  height: 4.125rem;
}

.w-5 {
  width: 1.25rem;
}

.w-35 {
  width: 8.4rem;
}

.w-1k2 {
  width: 1230px;
}

.w-full {
  width: 100%;
}

.min-w-48 {
  min-width: 12rem;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.gap-4 {
  gap: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-22 {
  padding-top: 4.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-lg {
  font-size: 22px;
}

.text-lg,
.text-xl {
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-yellow3 {
  --tw-text-opacity: 1;
  color: rgba(255, 222, 134, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-brown-seal {
  --tw-text-opacity: 1;
  color: rgba(86, 43, 3, var(--tw-text-opacity));
}
.custom-text {
  --tw-text-opacity: 1;
  color: #b1a394;
  text-align: center;
}

.text-mzdc {
  --tw-text-opacity: 1;
  color: #b1a394;
}

.eggland_bg {
  background-image: url(../img/asset/background/fight-eggland.jpg);
  font-family: Supercell-Magic, sans-serif;
  font-size: 10px;
  font-weight: 500;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  .eggland_bg {
    background-image: url(../img/asset/background/fight-eggland.jpg);
    background-position: center top 36px, center top 754px;
    background-repeat: no-repeat, repeat-y;
    background-size: 1240px 744px, 1240px 1104px;
  }
}

@media (min-width: 1280px) {
  .eggland_bg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

.vp-header .logo {
  transition: filter 0.3s ease-out;
}

.vp-header .logo:hover {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
}

.vp-header .sr-3stin {
  background: transparent url(../img/asset/navbar-head.png) no-repeat;
  background-position: top;
  background-size: 1200px 66px;
}

.vp-header .btn-top {
  color: #783c06;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  height: 32px;
  line-height: 24px;
  padding-top: 4px;
  text-align: center;
  text-transform: uppercase;
  transition: filter 0.3s ease-out;
  margin-left: 100px; /* Add this line */
}



.vp-header .btn-top:hover {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
  background: url(../img/asset/btn-market.hov.png) no-repeat;
}

.vp-header .btn-ah {
  background: url(../img/asset/btn-market.png) no-repeat;
  width: 138px;
}

.vp-header-mobile {
  background: transparent url(../img/asset/navbar-head.png) no-repeat;
  background-position: top;
  background-size: 1073px 59px;
}

@media (min-width: 1024px) {
  .vp-header-mobile {
    background-size: 1500px 52px;
  }
}

.menu-item {
  float: left;
  position: relative;
  min-width: 178px; /* Adjust this value to set a minimum width for the menu items */
  margin-right: 8px; /* Adjust this value to the desired spacing */
}

.menu > .menu-item > a {
  display: inline-block;
  transition: all 0.4s ease-out;
  width: 100%;
  font-size: 16px; /* Adjust this value to the desired font size */
}

.menu > .menu-item > a:hover {
  background: #562b03;
  border-radius: 10px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #e9bd6f;
}

.menu-item > a {
  transition: color 0.4s ease-out;
}

.menu-item > a:hover {
  --tw-text-opacity: 1;
  color: rgba(122, 35, 2, var(--tw-text-opacity));
}

#foxmb {
  background: #754a28;
  border: 2px solid #362723;
  border-radius: 5px;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25);
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-12px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

#foxmb > .menu-item {
  border-bottom: 2px solid #694223;
}

#foxmb > .menu-item:last-child {
  border-bottom: none;
}

#foxmb.toggle-on {
  display: block;
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

#foxmb a {
  text-transform: uppercase;
}

#foxmb a.active,
#foxmb a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 222, 134, var(--tw-text-opacity));
}


#foxmb .sub-menu-mob {
  height: 0;
  overflow: hidden;
}

#foxmb .sub-menu-mob.active {
  height: auto;
}

#foxmb .sub-menu-mob a {
  padding-left: 20px;
  position: relative;
}

#foxmb .sub-menu-mob a:before {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "•";
  display: block;
  font-size: 1.125rem;
  left: 5px;
  line-height: 1.75rem;
  position: absolute;
  top: 0;
}

#foxmb .sub-menu-mob a:hover:before {
  --tw-text-opacity: 1;
  color: rgba(255, 222, 134, var(--tw-text-opacity));
}

.menu-item .sub-menu {
  background: url(../img/asset/submenu.png) no-repeat;
  background-size: 208px 135px;
  height: 0;
  left: -30px;
  opacity: 0;
  overflow: hidden;
  padding-left: 7px;
  padding-right: 7px;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  width: 208px;
  z-index: -2;
}

.menu-item .sub-menu a {
  color: #fafafa;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4.5px 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}

.menu-item .sub-menu a.active,
.menu-item .sub-menu a:hover {
  background: linear-gradient(
    260deg,
    rgba(72, 136, 219, 0) 4%,
    #562b03 32%,
    rgba(82, 148, 223, 0) 120%
  );
  color: #ffde86;
}

.menu-item.option-sb:hover .sub-menu {
  height: 135px;
  opacity: 1;
  transform: translateY(0);
  z-index: 0;
}

.section-title {
  background: url(../img/asset/mobile-divisor.png) no-repeat 50%;
  background-size: 100% 5px;
  color: #c9c1b4;
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-title {
    background-image: url(../img/asset/divisor.png);
    background-size: 100% 67px;
    font-size: 40px;
    height: 64px;
    line-height: 67px;
    max-width: 914px;
    margin-bottom: 20px;
  }
}

.section-home .slogan {
  background: linear-gradient(
    270deg,
    rgba(72, 136, 219, 0) -12.13%,
    rgba(44, 102, 198, 0.652) 18.25%,
    #2b65c4 47.72%,
    rgba(43, 101, 196, 0.739) 78.38%,
    rgba(82, 148, 223, 0) 112%
  );
  font-size: 10px;
  line-height: 20px;
  font-family: Supercell-Magic, sans-serif;
}

@media (min-width: 1280px) {
  .section-home .slogan {
    background: linear-gradient(
      270deg,
      rgba(72, 136, 219, 0) 1.85%,
      #2f3164 49.51%,
      rgba(82, 148, 223, 0) 97.49%
    );
    font-size: 24px;
    line-height: 36px;
  }

  .section-home .slogan > span {
    font-size: 28px;
    line-height: 44px;
  }
}

.section-home .paper-notice {
  background: url(../img/asset/dc-tagline.png) center/contain no-repeat;
  margin-top: -18px;
  position: relative;
  width: 500px;
  height: 148px;
}

@media (min-width: 1280px) {
  .section-home .paper-notice {
    background-size: cover;
    margin-top: -18px;
    width: 500px;
    height: 148px;
  }
}

.section-teamwork {
  background: #201a12;
}

.section-tokenomic {
  background: #201a12;
}

.section-tokenomic .eegt {
  --tw-text-opacity: 1;
  align-items: center;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: flex;
  height: 3.5rem;
  margin-bottom: 0.375rem;
  position: relative;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1280px) {
  .section-tokenomic .eegt {
    height: 6rem;
  }
}

.section-tokenomic .eegt .icon {
  background: url(../img/token/pack.png) center no-repeat;
  background-size: 55px 55px;
  display: block;
  height: 55px;
  line-height: 3.25rem;
  padding-left: 0.25rem;
  position: relative;
  width: 56px;
  z-index: 4;
}

.section-tokenomic .eegt .land {
  background: url(../img/token/land.png) center no-repeat;
  background-size: 55px 55px;
  display: block;
  height: 55px;
  line-height: 3.25rem;
  padding-left: 0.25rem;
  position: relative;
  width: 56px;
  z-index: 4;
}

.section-tokenomic .eegt .lvlup {
  background: url(../img/token/up.png) center no-repeat;
  background-size: 55px 55px;
  display: block;
  height: 55px;
  line-height: 3.25rem;
  padding-left: 0.25rem;
  position: relative;
  width: 56px;
  z-index: 4;
}

.section-tokenomic .eegt .odds {
  background: url(../img/token/odds.png) center no-repeat;
  background-size: 55px 55px;
  display: block;
  height: 55px;
  line-height: 3.25rem;
  padding-left: 0.25rem;
  position: relative;
  width: 56px;
  z-index: 4;
}

@media (min-width: 1280px) {
  .section-tokenomic .eegt .icon {
    background-size: contain;
    height: 96px;
    width: 96px;
  }

  .section-tokenomic .eegt .land {
    background-size: contain;
    height: 96px;
    width: 96px;
  }

  .section-tokenomic .eegt .lvlup {
    background-size: contain;
    height: 96px;
    width: 96px;
  }

  .section-tokenomic .eegt .odds {
    background-size: contain;
    height: 96px;
    width: 96px;
  }

  .mtox {
    margin-top: 10%;
  }
}

.section-tokenomic .eegt .conth {
  background-color: #5c5150;
  border-radius: 0 40px 40px 0;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.25rem;
  line-height: 1.25rem;
  line-height: 2.25rem;
  margin-bottom: 0.25rem;
  margin-left: -2.5rem;
  padding-left: 2.75rem;
  position: relative;
  text-transform: uppercase;
  width: 60%;
}

@media (min-width: 1280px) {
  .section-tokenomic .eegt .conth {
    font-size: 1.125rem;
    height: 3.5rem;
    line-height: 1.75rem;
    line-height: 3.5rem;
    padding-left: 3rem;
  }
}

.sticky-social {
  background: url(../img/asset/rside.png) no-repeat;
  height: 295px;
  transform: scale(0.61224);
  transform-origin: right bottom;
  width: 97px;
  position: fixed;
  right: 0;
}

@media (min-width: 1280px) {
  .sticky-social {
    transform: scale(1);
  }
}

.sticky-social .l {
  background-position: 50%;
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  font-size: 0;
  height: 30px;
  left: 32px;
  position: absolute;
  transition: background-image 0.4s ease-out;
  width: 30px;
}

.sticky-social .l.tw {
  background-image: url(../img/sicon/tw.png);
  top: 64px;
}

.sticky-social .l.tw:hover {
  background-image: url(../img/sicon/tw-h.png);
}

.sticky-social .l.disc {
  background-image: url(../img/sicon/disc.png);
  top: 100px;
}

.sticky-social .l.disc:hover {
  background-image: url(../img/sicon/disc-h.png);
}

.sticky-social .l.tele {
  background-image: url(../img/sicon/tele.png);
  top: 134px;
}

.sticky-social .l.tele:hover {
  background-image: url(../img/sicon/tele-h.png);
}

*,
:after,
:before {
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .sm\:gap-4 {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:mt-35 {
    margin-top: 6.75rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-1k1 {
    width: 1100px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-2xl {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.12rem;
  }
}

@media (min-width: 1024px) {
  .hawk_fox {
    position: absolute;
    box-sizing: border-box;
    display: table;
  }

  .vp-mgo .vp-mgo__img {
    width: 100%;
    display: block;
  }
}

@media (min-width: 240px) {
  .xl\:text-2xl {
    font-size: 1.2rem;
  }
}

.feats_wrapper {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -moz-box-pack: justify;
  margin: 0 auto;
  padding-top: 36px;
  width: 100%;
  max-width: 1200px;
  justify-content: space-evenly;
}

@media (max-width: 1023px) {
  .feats_wrapper {
    -moz-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .feats_wrapper {
    padding-top: 50px;
  }
}

.feats_wrapper .feats_mse {
  width: 319px;
  text-align: center;
  font-size: 20px;
  color: #b5aba3;
}

.egg_img {
  height: 360px;
}

.feats_wrapper .feats_mse .feats_image {
  width: 360px;
}

@media (max-width: 768px) {
  .feats_wrapper .feats_mse .feats_image {
    width: 304px;
  }
}

.feats_wrapper .feats_mse .feats_drp {
  margin-top: 12px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .feats_wrapper .feats_mse .feats_drp {
    margin-top: 8px;
    font-size: 19.2px;
  }
}

@media (max-width: 1023px) {
  .feats_wrapper .feats_mse {
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .feats_wrapper .feats_mse {
    width: 310px;
    font-size: 13px;
    line-height: 20px;
  }
}

.art-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.nft_card {
  position: relative;
  overflow: hidden;
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
}

.nft_card-cover {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: relative;
}

.nft_card-text {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  text-align: center;
  transition: bottom 0.3s ease-in-out;
  pointer-events: none;
  border-radius: 10px;
}

.nft_card-cover:hover .nft_card-text {
  bottom: 20%;
}

@media (max-width: 1024px) {
  .nft_card {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

@media (max-width: 767px) {
  .nft_card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .nft_card {
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}


.roadmap-section {
  background-image: linear-gradient(
      180deg,
      rgba(12, 30, 10, 0.68),
      rgba(32, 7, 7, 0.82)
    ),
    url(../img/roadp/bakroadp.jpg) !important;
  background-position: top center;
  background-size: cover;
  padding: 48px 0;
}

@media (min-width: 992px) {
  .roadmap-section {
    padding: 96px 0;
  }
}

.roadmap-section .title {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.roadmap-section .content {
  padding: 24px 0;
}

.roadmap-section .roadmap-vertical {
  display: block;
  position: relative;
}

.roadmap-section .roadmap-vertical:before {
  content: "";
  display: block;
  width: 4px;
  background-color: #9fab3e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.roadmap-section .roadmap-vertical .roadmap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmap-section .roadmap-vertical .roadmap-content .roadmap-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
}

.roadmap-section
  .roadmap-vertical
  .roadmap-content
  .roadmap-item
  .timeline-icon {
  position: absolute;
  top: -12px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(242, 177, 12, 0.25));
  filter: drop-shadow(0px 0px 8px rgba(242, 177, 12, 0.25));
  height: 50px;
}

.roadmap-section .roadmap-vertical .roadmap-content .roadmap-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  left: 50%;
  margin-left: -2px;
  top: 0;
  bottom: 0;
}

.roadmap-section .roadmap-vertical .roadmap-content .roadmap-item .timeline {
  font-size: 24px;
  color: #fff;
  width: 50%;
  margin-right: 48px;
  text-align: right;
}

.roadmap-section
  .roadmap-vertical
  .roadmap-content
  .roadmap-item
  .timeline-content {
  width: 50%;
  margin-top: 64px;
  margin-left: 48px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.roadmap-section
  .roadmap-vertical
  .roadmap-content
  .roadmap-item
  .timeline-content
  ul {
  margin: 0;
  padding: 0;
}

.roadmap-section
  .roadmap-vertical
  .roadmap-content
  .roadmap-item
  .timeline-content
  ul
  li {
  list-style: none;
  margin-bottom: 30px;
}

.roadmap-section
  .roadmap-vertical
  .roadmap-content
  .roadmap-item
  .timeline-content
  ul
  li
  p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.roadmap-section
  .roadmap-vertical
  .roadmap-content
  .roadmap-item
  .timeline-content
  ul
  li
  p
  img {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.roadmap-section
  .roadmap-vertical
  .roadmap-content
  .roadmap-item
  .timeline-content
  ul
  li:last-child {
  margin-bottom: 0;
}

.roadmap-section .roadmap-horizontal {
  display: none;
}

@media (min-width: 1154px) {
  .roadmap-section .roadmap-horizontal .roadmap-content .roadmap-item {
    position: relative;
    width: 25%;
    padding-top: -9px; /* Adjust this value as needed */
  }
}

@media (min-width: 1154px) {
  .roadmap-section .title {
    text-align: left;
    font-size: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .roadmap-section .roadmap-horizontal {
    display: block;
    margin-top: 51px;
    position: relative;
    width: 100%;
  }

  .roadmap-section .roadmap-horizontal:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #9fab3e;
    margin-bottom: -10px;
  }

  .roadmap-section .roadmap-horizontal .roadmap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .roadmap-section .roadmap-horizontal .roadmap-content .roadmap-item {
    position: relative;
    width: 25%;
  }

  
  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .timeline-icon {
    position: absolute;
    left: -1px;
    margin-top: -18px;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(242, 177, 12, 0.25));
    filter: drop-shadow(0px 0px 8px rgba(242, 177, 12, 0.25));
    height: 50px;
    left: 90px;
  }

  .roadmap-section .roadmap-horizontal .roadmap-content .roadmap-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
  }

  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .timeline {
    font-size: 28px;
    color: #fff;
    margin-top: -72px;
    padding-bottom: 58px;
    font-weight: 600;
    padding-left: 46px;
  }
  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .timeline-content {
    color: #fff;
    margin-top: 64px;
    font-size: 14px;
  }

  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .-content
    ul {
    margin: 0;
    padding: 0;
  }

  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .timeline-content
    ul
    li {
    list-style: none;
    margin-bottom: 12px;
  }

  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .timeline-content
    ul
    li
    p {
    margin-bottom: 0;
    margin-right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    margin-bottom: 12px;
    font-size: 22px;
  }

  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .timeline-content
    ul
    li
    p
    img {
    margin-right: 0.5rem;
    margin-top: 0.25rem;
    height: 28px;
  }

  .roadmap-section
    .roadmap-horizontal
    .roadmap-content
    .roadmap-item
    .timeline-content
    ul
    li:last-child {
    margin-bottom: 0;
  }

  .roadmap-section .roadmap-vertical {
    display: none;
  }
}

.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.tab {
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.bwux {
  border-bottom: 2px solid #9d521a;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.5em;
  font-family: Supercell-Magic, sans-serif;
  background: #8b440e;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
}

.tab-label:hover {
  background: #5c300f;
}

.arrow {
  font-family: Supercell-Magic, sans-serif;
  font-size: 10px;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #462d17;
  background: #947554;
  transition: all 0.35s;
}

input:checked + .tab-label {
  background: #5c300f;
}

input:checked + .tab-label .arrow {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  font-size: 20px;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
#loading {
  background-color: #2d1f19;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0;
}
.cssload-loader {
  width: auto;
  height: 100vh;
  border: dotted #aaa 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cssload-loader-inner {
  text-align: center;
  background: url(../img/logo/dc_your_logo.png) no-repeat center;
  background-size: contain;
  height: 20%;
  width: 20%;
  animation-name: spin;
  animation-duration: 2400ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}