/* styles.css */
/* RESET */
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family: 'Roboto', sans-serif; color:#fff; background:#111; line-height:1.6; }

/* UTILS */
.btn {
    display: inline-block;
    padding: 12px 24px;
    background: #FFF;
    color: #111;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
}
.btn-outline {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Gantari", Sans-serif;
    font-weight: 500;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 20px!important;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.tokenomics__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.tokenomics__item img {
    width: 20px;
    object-fit: contain;
}
.btn-outline svg {
    width: 20px;
    height: 20px;
}
h1,h2,h3,h4 { font-weight:600; }
section { padding:60px 20px; text-align:center; }

/* HEADER */
.bg_clr_head {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.custom_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.site-header {
  display:flex; justify-content:space-between; align-items:center;
  padding:20px 0;
}
.site-logo img { height:50px; }
.social-icons a svg {
    width: 50%;
    height: auto;
    color: #fff;
    fill: #fff;
}
.social-icons a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
    background-color: #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
nav.social-icons {
    display: flex;
    align-items: center;
}
.social-icons a svg {
    width: 50%;
    height: auto;
    color: #fff;
    fill: #fff;
}


/* HERO */
.hero {
    background: url('assets/Asset-12.png') center/cover no-repeat;
    padding: 120px 20px;
    background-repeat: no-repeat!important;
    background-size: cover;
    position: relative;
}
.hero h1 {
    font-size: 97px;
    line-height: normal;
}
section.hero:before {
    content: '';
    --background-overlay: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 95%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
section.hero .custom_container {
    z-index: 1;
    position: relative;
}
section.hero p {
    font-size: 20px;
}

/* INTRO */
section.intro {
    padding: 20px 0;
}
.intro h2 {
    font-size: 68px;
    margin-bottom: 10px;
    line-height: normal;
    text-transform: uppercase;
}
.intro p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
}

/* SHOWCASE */
.showcase .swiper-container {
  width:100%; max-width:1024px; margin:0 auto;
}
.swiper-slide img {
  width:100%; border-radius:8px;
}

/* CONTRACT */
.contract h3 { font-size:20px; margin-bottom:8px; }
.contract a {
    color: #000;
    text-decoration: none;
    font-family: monospace;
    font-size: 20px;
    font-weight: 600;
}
section.contract h3 span {
    color: #FFFF00;
}
/*.cntr_btn {*/
/*    background: #FCFCFC;*/
/*    border-radius: 10px;*/
/*    padding: 10px;*/
/*    max-width: 984px;*/
/*    margin: 0 auto;*/
/*}*/
/* ROADMAP */
section.roadmap h2 {
    font-size: 74px;
    line-height: normal;
}
.roadmap__phases {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:20px; margin-top:30px;
}
.phase {
  background:linear-gradient(135deg,#FFB538,#DD8B36);
  padding:20px; border-radius:8px; text-align:left;
}
.phase h4 {
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: normal;
}
.phase ul { list-style:none; }
.phase li {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 30px;
}
section.vortex:before {
    content: '';
    --background-overlay: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 95%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.bg_int {
    position: relative;
}
.bg_int:before {
    content: '';
    --background-overlay: '';
    background-color: transparent;
    background: url('assets/Asset-21.png') center/cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}


.absolute-image, .absolute-image-2 {
    bottom: 0;
    top: unset !important;
}

.absolute-image img, .absolute-image-2 img {
    width: 400px;
    height: auto;
    display: block;
}
section.tokenomics {
    z-index: 1;
    position: relative;
}
section.live-chart {
    padding-bottom: 260px;
}
section.roadmap {
    padding: 60px 0;
}
section.live-chart h2 {
    font-size: 74px;
    line-height: normal;
}
 section.callout {
    padding: 100px 0px 220px;
}
/* CALLOUT */
.callout {
    color:#fff;
}
.callout h2 {
    font-size: 74px;
    line-height: normal;
}
.callout p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 25px;
}
.callout .btn { margin-top:10px; }
.sec_bg {
    background-image: url("assets/Asset-13.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* LIVE CHART */
.chart-widgets {
  display:grid; grid-template-columns:1fr 1fr;
  gap:20px; margin-top:30px;
}

/* TOKENOMICS */
.tokenomics__grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:15px; margin:30px 0;
}
.tokenomics__item {
    background: linear-gradient(135deg,#FFB538,#DD8B36);
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}
section.tokenomics {
    padding-left: 0;
    padding-right: 0;
}
section.tokenomics h2 {
    font-size: 74px;
    line-height: normal;
}p.contract-small {
    gap: 12px;
    display: flex;
    justify-content: center;
}
svg#Layer_1 {
    width: 20px;
    fill: #fff;
}
p.contract-small {
    background-image: linear-gradient(141deg, #FFB538 0%, #DD8B36 100%);
    padding: 10px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 600;
}
.bg_road {
    position: relative;
}

.bg_road:before {
    content: '';
    --background-overlay: '';
    background-color: transparent;
    background: url(assets/Asset-23.png) center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.bg_road section.roadmap {
    z-index: 1;
    position: relative;
}


/* VORTEX */
.vortex {
  position:relative; overflow:hidden;
  padding:80px 0px;
  background:#000 url('assets/Asset-8.png') center/cover no-repeat;
}
.vortex__spin, .vortex__flip {
  position:absolute; top:50%; left:50%;
  transform-origin:center center;
}
.vortex__spin { width:340px; height:340px; margin:-170px 0 0 -170px; animation:spin 6s linear infinite; }
.vortex__flip { width:275px; height:275px; margin:-140px 0 0 -137px; animation:flip 4s linear infinite; transform-style:preserve-3d; }
.vortex__cta {
  position:relative; z-index:2;
  color:#fff; margin-top:200px;
}
.vortex__cta h3 {
    font-size: 74px;
    line-height: normal;
    font-weight: 600;
}
.vortex__cta p {
    margin: 15px 0;
    font-size: 20px;
    line-height: 25px;
}
.vortex__spin img, .vortex__flip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vortx_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.spiner {
    width: 50%;
    position: relative;
}
.vortex__cta {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 50%;
    margin: 80px 0;
    text-align: left;
}
/* FOOTER */
.site-footer {
    background-image: linear-gradient(141deg, #FFB538 0%, #DD8B36 100%);
    padding: 20px;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
}
footer.site-footer p {
    font-size: 20px;
    line-height: 25px;
}
/* IMAGE PAIR SIDE-BY-SIDE */
.image-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 30px 20px;
  max-width: 1024px;
  margin: 0 auto;
}
.image-pair .pair-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
section.intro {
    display: flex;
    align-items: center;
    gap: 60px;
    text-align: left;
    z-index: 0;
    position: relative;
}
section.intro >div {
  width: 50%;
}

section.intro:after {
  background-image: url("Asset-21.png");
  --background-overlay: '';
  background-size: cover;
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
    .hero h1 {
    font-size: 60px;
}
.intro h2, section.roadmap h2, .callout h2, .vortex__cta h3, section.tokenomics h2 {
    font-size: 50px;
}
}
@media (max-width: 768px) {
  .image-pair {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 154px 0 0;
}
header.site-header {
    flex-flow: row wrap;
    justify-content: center;
}
section.intro {
    display: block;
    gap: 30px;
}
.site-logo img {
    height: 35px;
}
.hero h1 br {
    display: none;
}
.social-icons a {
    margin-left: 6px;
    margin-right: 6px;
}
section.intro >div {
    width: 100%;
}
.intro h2, section.roadmap h2, .callout h2, .vortex__cta h3, section.tokenomics h2 {
    font-size: 30px;
}
.phase h4 {
    font-size: 22px;
}
.phase li {
    font-size: 16px;
    line-height: 22px;
}
section.roadmap {
    padding-top: 0;
}
.vortx_flx {
    display: block;
}
.spiner {
    width: 100%;
    height: 200px;
}
.vortex__spin {
    width: 240px;
    height: 240px;
    margin: -130px 0 0 -120px;
}
.vortex__flip {
    width: 175px;
    height: 175px;
    margin: -100px 0 0 -87px;
}
.vortex__cta {
    width: 100%;
    margin: 50px 0 0;
}
.tokenomics__item {
    font-size: 16px;
}
p.contract-small {
    font-size: 14px;
    font-weight: 500;
}
footer.site-footer p {
    font-size: 16px;
    line-height: 22px;
}
section.vortex {
    padding-bottom: 0;
}
}
/* rotated, gradient container base */
.rotated-container {
    position: relative;
    width: 78%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: linear-gradient(141deg, #FFB538 0%, #DD8B36 100%);
    overflow: hidden;
}
  .rotated-container--left {
    margin-top: -25px;
    transform: rotate(-4deg) scale(1.3);
    z-index: 1;
  }
  .rotated-container--right {
    margin-top: -65px;
    transform: rotate(4deg) scale(1.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 3;
  }

  /* Swiper overrides */
  .rotated-container .swiper {
    width: 100%;
  }
  .rotated-container .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
  .rotated-container .swiper-slide {
    flex-shrink: 0;
    width: 366.667px; /* same size as your original */
  }
  .rotated-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 34px;
    object-fit: scale-down;
}
.th_ctr {
    overflow: hidden;
}
button.claimButton {
    height: 100%;
    border: none;
    background: #2596be;
    padding: 20px 43px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 19px;
}

/* ANIMATIONS */
@keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
@keyframes flip { 0% { transform:rotateY(0); } 50% { transform:rotateY(180deg); } 100% { transform:rotateY(360deg); } }

/* RESPONSIVE */
@media (max-width:768px) {
  .hero h1 { font-size:2.5rem; }
  .intro p, .contract a { font-size:0.9rem; }
  .cntr_btn a {
    overflow: hidden!important;
    width: 100%;
    display: block;
}
p.contract-small {
    overflow: hidden;
    width: 100%;
    display: block;
}
.chart-widgets {
    grid-template-columns: 1fr;
    overflow: auto;
}
section.live-chart h2 {
    font-size: 30px;
}
.bg_road {
    padding-top: 40px;
}
section.intro {
    padding: 40px 0;
}
section {
    padding: 60px 0px;
}
}
