

:root{--bg:#0e0b08;--bg-soft:#1a1411;--panel:#15100e;--text:#e6e0d6;--muted:#bfb7ab;--gold-1:#caa55b;--gold-2:#f1e3a0;--gold-3:#8a6b2a;--accent:#df3a1a;--blue:#3a79ff}
*,*::before,*::after{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:var(--bg);color:var(--text);line-height:1.55;font-family:'Roboto Condensed',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}
@font-face {
  font-family: font_Robins1;
  src: url('../assets/fonts/Robins_1.ttf');
}
img{max-width:100%}
a{color:inherit;text-decoration:none}
.wrap{max-width:1400px;margin-inline:auto;padding-inline:16px}
.gold{background:linear-gradient(180deg,var(--gold-2),var(--gold-1) 55%,var(--gold-3));-webkit-background-clip:text;background-clip:text;color:transparent}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.1rem;border-radius:8px;background:linear-gradient(180deg,#ffefb7,#f0c86d 60%,#b9872d);color:#3a2300;font-weight:700;box-shadow:0 6px 0 #6d4a11,0 8px 18px rgba(0,0,0,.35);text-transform:uppercase;letter-spacing:.04em}
.btn:active{transform:translateY(2px);box-shadow:0 4px 0 #6d4a11,0 6px 14px rgba(0,0,0,.35)}
header.topbar{position:sticky;top:0;z-index:40;background:rgba(10,8,6,.7);backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid rgba(255,255,255,.06)}
.topbar .row{display:flex;align-items:center;justify-content:space-between;padding:0px 0}
.brand{display:flex;align-items:center;gap:.75rem}
nav ul{list-style:none;display:flex;gap:18px;margin:0;padding:0}
nav a{padding:8px 10px;border-radius:6px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
nav a:hover{background:rgba(255,255,255,.06);color:#fff}
.hero{position:relative;isolation:isolate}
.hero .bg{height:420px;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.65)),url('https://images.unsplash.com/photo-1620228885840-375d8db36805?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;border-bottom:1px solid rgba(255,255,255,.1)}
.hero .cta{position:absolute;inset:0;display:grid;place-items:center}
.hero .cta .panel{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
section.news{padding:32px 0 16px;background: url(../assets/images/bg1.jpg) no-repeat center / cover;}
.section-title{font-family:font_Robins1,serif;text-align:center;font-size:50px;letter-spacing:5px;margin:8px 0 0px}
.news .grid{display:grid;grid-template-columns:2fr 1fr;gap:22px}
.news .left{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:linear-gradient(180deg,#1b1512,#0d0a08);border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.35);height: 300px;}
.card .thumb{aspect-ratio:16/10;background:#2a211c url('images/no-image.png') center/cover no-repeat}
.card h4{margin:10px 12px 8px;font-size:16px;color:#fff}
.meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px;margin:0 12px 12px}
.hot{position:sticky;top:88px;align-self:start}
.hot .slot{min-height:340px;background:radial-gradient(60% 60% at 50% 40%,rgba(255,196,79,.15),transparent 60%),linear-gradient(180deg,#1a1411,#0e0b08);border:1px dashed rgba(255,255,255,.12);border-radius:14px;display:grid;place-items:center;text-align:center;padding:18px}
.hot small{color:var(--muted)}
.feat{background:linear-gradient(180deg,#2a211c,#16110e);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px;display:flex;gap:12px;align-items:center}
.feat .icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(180deg,#f7e9b3,#d4ac52);display:grid;place-items:center;color:#2a1a00;font-weight:900}
.power{position:relative;margin:28px 0 8px;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.85)),url('https://images.unsplash.com/photo-1542751371-adc38448a05e?q=80&w=1600&auto=format&fit=crop') center/cover;min-height:200px;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:grid;place-items:center;text-align:center;padding:28px}
.power h2{font-family:Cinzel,serif;font-size:40px;margin:0 0 8px}
.power p{max-width:850px;margin:0 auto;color:var(--muted)}
section.timeline{padding:24px 0 10px}
.timeline .title{display:grid;place-items:center;text-align:center;margin-bottom:20px}
.timeline .title h3{font-family:Cinzel,serif;font-size:52px;line-height:1.5;margin:0}
.timeline .podium{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:end;margin-bottom:14px}
.pod{background:linear-gradient(180deg,#17202a,#0c0f13);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:12px;text-align:center}
.pod .medal{width:88px;height:88px;margin:10px auto;border-radius:50%;background:conic-gradient(from 220deg,var(--gold-2),var(--gold-1),var(--gold-3));display:grid;place-items:center;color:#2b1a00;font-weight:900;font-size:28px;box-shadow:0 8px 24px rgba(0,0,0,.35)}
.filterbar{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:16px 0}
.pill{padding:8px 12px;border-radius:999px;background:#1a1411;border:1px solid rgba(255,255,255,.08);cursor:pointer}
.pill.active{background:linear-gradient(180deg,#ffeaa7,#d7b25c);color:#2b1a00;border-color:#b98b31;font-weight:800}
.table{background:#120e0c;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}
table{width:100%;border-collapse:collapse}
th,td{padding:12px 14px;text-align:left}
thead th{background:#1b1512;color:#e7dcc7;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:12px}
tbody tr:nth-child(2n){background:#15100e}
tbody tr:hover{background:#211a16}
.vip{padding:24px 0}
.vip h3{font-family:Cinzel,serif;text-align:center;font-size:44px;margin:0 0 16px}
.badges{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.badge{background:linear-gradient(180deg,#2a211c,#17110e);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;text-align:center}
.badge .crest{height:80px;display:grid;place-items:center;margin-bottom:8px;background:radial-gradient(circle at 50% 30%,rgba(255,223,138,.28),transparent 65%)}
.join{padding:18px 0 2px;background: url(../assets/images/bg3.jpg) no-repeat center / cover;}
.join h3{font-family: font_Robins1, serif;text-align:center;font-size:50px;margin:0;letter-spacing: 5px;}

.tab-text p:nth-child(1) { margin-left: 0px; }
.tab-text p:nth-child(2) { margin-left: 40px; }
.tab-text p:nth-child(3) { margin-left: 70px; }
.tab-text p:nth-child(4) { margin-left: 100px; }
.tab-text p:nth-child(5) { margin-left: 140px; }
.tab-text p:nth-child(6) { margin-left: 170px; }
.tab-text p:nth-child(7) { margin-left: 200px; }
.tab-text p:nth-child(8) { margin-left: 240px; }
.tab-text p:nth-child(9) { margin-left: 270px; }
.join p.sub{text-align:center;color:var(--muted);margin:6px 0 14px}
.roadmap p.sub{text-align:center;color:var(--muted);margin:6px 0 14px}
.video{background:#000;border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden}
.video .frame{aspect-ratio:16/9;background:url('https://images.unsplash.com/photo-1590608897129-79da98d15969?q=80&w=1600&auto=format&fit=crop') center/cover}
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:12px}
.gallery .g, .gallery > div{aspect-ratio:16/10;background:#2a211c url('https://picsum.photos/300/200?random=2') center/cover;border-radius:10px;border:1px solid rgba(255,255,255,.08)}
footer{margin-top:24px;padding:22px 0 40px;background:linear-gradient(180deg,#0e0b08,#17110e)}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}
.foot small{color:var(--muted)}
.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);margin:16px 0}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.center{text-align:center}
@media (max-width:1100px){.news .grid{grid-template-columns:1fr}.hot{position:relative;top:auto}}
@media (max-width:900px){.features{grid-template-columns:repeat(2,1fr)}.timeline .podium{grid-template-columns:1fr 1fr}.badges{grid-template-columns:repeat(3,1fr)}.foot-grid{grid-template-columns:1fr 1fr}}
@media (max-width:650px){nav ul{display:none}.section-title{font-size:34px}.news .left{grid-template-columns:1fr 1fr}.timeline .podium{grid-template-columns:1fr}.badges{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(3,1fr)}.foot-grid{grid-template-columns:1fr}}

/* Timeline */
.timeline {
 background: url(../assets/images/bg2.jpg) no-repeat center / cover;
 padding: 40px 20px;
  position: relative;
}

.scroll-bg {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding: 0px 30px 0px 30px;
}

.milestone {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2; /* nằm trên arrow */
}

.milestone.left { flex-direction: row; }
.milestone.right { flex-direction: row-reverse; }

.milestone .circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px dashed #c9a75a;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.milestone .content {
  max-width: 300px;
  background: rgb(114 3 3);
  padding: 10px 15px;
  border-radius: 12px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.milestone .content h4 {
  color: #ffd700;
  margin: 0 0 6px;
  font-size: 18px;
}

.milestone .content p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4em;
}

/* SVG arrows layer */
.timeline-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* không che mất click */
  z-index: 1; /* nằm dưới milestone */
}

.timeline-arrows path {
  stroke: #c9a75a;
  stroke-width: 2;
  stroke-dasharray: 6,6;
  fill: none;
  marker-end: url(#arrowhead);
}
.gallery-preview {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-preview::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../assets/images/khung.png") no-repeat center/cover;
  pointer-events: none; /* không ảnh hưởng click */
}

.gallery-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.thumbs-container {
  display: flex;
  overflow: hidden;
  width: 80%;
  gap: 10px;
}

.thumb1 {
  flex: 0 0 100px;
  height: 70px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s;
}
.thumb1:hover {
  transform: scale(1.1);
  border: 2px solid gold;
}

.thumb-nav {
  background: #c9a75a;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 20px;
  transition: background 0.2s;
}
.thumb-nav:hover {
  background: #a48439;
}
.hero {
  position: relative;
  height: 90vh; /* cao 80% màn hình, tùy chỉnh */
  overflow: hidden;
}

.hero .bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* video phủ toàn màn */
}

.hero .cta {
  position: relative;
  z-index: 1; /* nằm trên video */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cat-link {margin:0 8px; padding:6px 12px; border-radius:4px; color:#d4af37; text-decoration:none;}
.cat-link.active {background:#d4af37; color:#000; font-weight:bold;}

.see-more-container {
  width: 66%;
  display: flex;
  justify-content: center; /* căn giữa */
  margin-top: 20px;
}

.see-more-container .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
}

.cat-label {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 6px;
  transition: all 0.2s ease-in-out;
}

/* Sự kiện */
.cat-1 {
  background: #ffe0d6;
  color: #d84315;
}

/* Cập nhật */
.cat-2 {
  background: #d6e9ff;
  color: #0d47a1;
}

/* Hướng dẫn */
.cat-3 {
  background: #d9f7df;
  color: #1b5e20;
}

/* Cảnh báo */
.cat-4 {
  background: #ffe1ec;
  color: #b71c1c;
}

/* Hiệu ứng hover */
.cat-label:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Breadcrumb */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
  color: var(--muted);
}
.breadcrumb a {
  color: var(--primary);
  text-decoration: none;
}
.breadcrumb span {
  color: #fff;
}

/* News detail section */
.news-detail {
  background: #120404;
  padding: 40px 0;
}
.news-detail .article {
  background: #ffffff1a;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  max-width: 1400px;
  margin: 0 auto 40px;
}
.news-detail h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.news-detail .meta {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 15px;
}
.news-detail .thumb-large {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  margin-bottom: 20px;
}
.news-detail .content {
  font-size: 16px;
  line-height: 1.7;
}

/* Share buttons */
.share-box {
  margin-top: 25px;
}
.share-box span {
  font-weight: bold;
  margin-right: 8px;
}
.share-box .share {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
.share.fb { background: #1877f2; }
.share.tw { background: #1da1f2; }
.share.zalo { background: #0068ff; }

/* Related */
.related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related li {
  position: relative;
  padding-left: 20px; /* chừa khoảng trống cho dấu chấm */
}
.related li::before {
  content: "•";          /* dấu chấm */
  position: absolute;
  left: 0;
  top: 0;
  color: #f1c40f;        /* vàng nổi bật */
  font-size: 20px;       /* to hơn mặc định */
  line-height: 1;
}
    .related h3 { margin-bottom:10px; }
    .related a { color:#fff; text-decoration:none; }
    .related a:hover { color:#f1c40f; }
    .related small { color:#aaa; margin-left:8px; font-size:12px; }
	
.grid-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 20px;
}
.rel-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform .2s;
}
.rel-card:hover { transform: translateY(-4px); }
.rel-card .thumb {
  height: 130px;
  background-size: cover;
  background-position: center;
}
.rel-card h4 {
  font-size: 15px;
  margin: 10px;
}
.rel-card small {
  color: var(--muted);
  margin: 0 10px 10px;
  display: block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  position: relative;
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  display: block;
}

nav ul li.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 100%; /* ngay dưới menu chính */
  left: 0;
  background: #222; /* nền tối */
  border-radius: 4px;
  min-width: 180px;
  z-index: 1000;
}

nav ul li.has-submenu .submenu li {
  margin: 0;
}

nav ul li.has-submenu .submenu a {
  padding: 10px;
  color: #fff;
  display: block;
}

nav ul li.has-submenu:hover .submenu {
  display: block;
}

.logo {
     width: 174px;
    height: 69px;
    background: url(../assets/images/logo1.png) no-repeat center / contain;
}
.hot .slot {
  background: var(--panel);
  padding: 0;               /* bỏ padding để ảnh full */
  border-radius: 12px;
  overflow: hidden;         /* ảnh không tràn ra ngoài */
}

.hot-slider {
  width: 100%;
  height: 100%;
}

.hot-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;        /* ảnh full khung */
}

.hot-below {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.hot-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    background: #5a1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid #eb6a00;
    padding: 15px 20px;
    text-align: center;
}

.hot-image {
  max-width: 100px; /* cho ảnh nhỏ gọn */
  display: block;
  margin: 0 auto 10px;
  animation: pulse 1s infinite; /* hiệu ứng phóng to thu nhỏ */
}

.hot-title {
  font-size: 18px;
  color: #ffb300;
  margin: 5px 0;
}

.hot-subtitle {
  font-size: 22px;
  font-weight: bold;
  color: #25ff00;
  margin: 5px 0;
}

/* hiệu ứng to lên rồi nhỏ lại */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}


.basic-info {
  padding: 60px 20px;
  color: #fff;
  text-align: center;
  background: url(../assets/images/bg2.jpg) no-repeat center / cover;
}

.basic-info .tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
    margin-left: 605px;
    z-index: 5;
    position: absolute;
}

.basic-info .tab-link {
   background: #d4af37;
  border: none;
  padding: 12px 18px;
  color: #141005;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
}

.basic-info .tab-link.active,
.basic-info .tab-link:hover {
  background: #b33;
   color: #fff;
}

.basic-info .tab-contents {
  margin-top: 20px;
}

.basic-info .tab-content {
  display: none;
}

.basic-info .tab-content.active {
  display: block;
}

.basic-info .tab-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.basic-info .tab-image img {
    max-width: 1275px;
    border-radius: 8px;
    position: relative;
    z-index: 0;
    margin-top: -70px;
}

.basic-info .tab-text {
    max-width: 700px;
    text-align: left;
    position: absolute;
    margin-left: 485px;
    margin-top: -65px;
    height: 375px;
        width: 700px;
}

.basic-info p.sub{text-align:center;color:var(--muted);margin:6px 0 14px}
.ingame-events p.sub{text-align:center;color:var(--muted);margin:6px 0 14px}



/* Khung tổng */
.ingame-events {
background: url(../assets/images/bg3.png) no-repeat center / cover;
  background-size: cover;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}


.ingame-events .sub {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 40px;
}

/* Tabs */
.ingame-events .tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ingame-events .tab-link {
  background: #d4af37;
  border: none;
  color: #141005;
  padding: 12px 20px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s;
      margin-bottom: 15px;
}

.ingame-events .tab-link:hover {
   background: #b33;
   color: #fff;
}

.ingame-events .tab-link.active {
    background: #b33;
   color: #fff;
  font-weight: bold;
}

/* Nội dung */
.ingame-events .tab-contents {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.ingame-events .tab-content {
    display: none;
    padding: 33px;
    border-radius: 6px;
    animation: fadeIn 0.5s ease;
    background: url(../assets/images/khungevent.png) no-repeat center / cover;
    width: 1000px;
    height: 405px;
}

.ingame-events .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Layout trong content */
.ingame-events .event-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.ingame-events .event-text {
  flex: 1;
  min-width: 300px;
}

.ingame-events .event-text h3 {
font-size: 30px;
    color: #ffd369;
    margin-bottom: 15px;
    font-family: font_Robins1, serif;
    letter-spacing: 5px;
}

.ingame-events .event-text .desc {
  margin-bottom: 15px;
  line-height: 1.6;
}

.ingame-events .event-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.ingame-events .event-meta li {
  margin-bottom: 5px;
  color: #fff;
}

.ingame-events .rewards {
  background: rgba(0,0,0,0.3);
  padding: 8px 12px;
  border-left: 3px solid #ffd369;
  margin-top: 10px;
  font-weight: bold;
  color: #ffd369;
}

.ingame-events .event-image {
  flex: 0 0 300px;
  max-width: 350px;
}

.ingame-events .event-image img {
  max-width: 100%;
  border-radius: 4px;
  border: 2px solid #cda56f;
}




.features {
  text-align: center;
  padding: 50px 20px;
  background: url(../assets/images/bg4.png) no-repeat center / cover;
  color: #fff;
}

.features .feature-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.features .feature-box {
 background: url(../assets/images/khungevent.png) no-repeat center / cover;
  padding: 20px;
  width: 45%;
  text-align: left;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  border-radius: 6px;
}

.features .feature-box h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ffbc58;
  margin-bottom: 15px;
  font-family: font_Robins1, serif;
  letter-spacing: 5px;
}

.features .feature-box .desc {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.features .feature-box .images img {
  width: 22%;
  margin: 5px;
  border: 1px solid #555;
}

.feature-slides .slide {
  display: none;
}
.feature-slides .slide.active {
  display: block;
}

.features .pagination {
  margin-top: 20px;
}
.features .pagination .page-btn {
  background: #1e2b4a;
  border: 1px solid #555;
  color: #fff;
  margin: 0 5px;
  padding: 6px 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.features .pagination .page-btn.active,
.features .pagination .page-btn:hover {
  background: #f39c12;
  border-color: #f39c12;
}


.roadmap {
  padding: 60px 0;
  background: #120404;
  color: #fff;
  text-align: center;
  position: relative;
}


.roadmap .sub {
  font-size: 18px;
  margin-bottom: 50px;
  opacity: 0.9;
}

.roadmap-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 40px;
  position: relative;
}

.roadmap-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.roadmap-box {
  background: rgba(0,0,0,0.55);
  padding: 20px 25px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  text-align: left;
}

.roadmap-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px 12px;
  background: #385c2c;
  color: #d9ffb2;
  display: inline-block;
  border-radius: 5px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  margin: 8px 0;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}

.feature-list li.done::before {
  content: "✔";
  color: #3ecf5e;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.feature-list li.pending::before {
  content: "✖";
  color: #e74c3c;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.roadmap-divider {
  display: flex;
  justify-content: center;
  align-items: start;
}

.roadmap-divider img {
  max-height: 500px;
  opacity: 0.95;
  animation: ic-arrow 3s 0ms infinite 
ease-in-out;
}

@keyframes ic-arrow {
    50% {
        transform: translateY(10px)
    }
}