* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
header {
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 1200px;
  padding: 0.8rem 2rem;

  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;

  background: rgba(0, 0, 0, 0.152);
}
header h1 {
  font-size: 25px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}

.navbar .logo {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-links li {
  margin-left: 1.5rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ffb347;
}

/* Fonts & Colors */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #333;
  height: auto;
  overflow-x: hidden;
}
/*  */
.tours {
  background: #600103;
  padding: 10px 30px 10px;
  border-radius: 5px;
}
.tours:hover {
  cursor: pointer;
}
main {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
header {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 2rem;

  max-width: 1200px;

  z-index: 10;

  background: rgba(0, 0, 0, 0.152);
}
header h1 {
  font-size: 25px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}

.navbar .logo {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-links li {
  margin-left: 1.5rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ffb347;
}
.hero {
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  background: url(/banner-rw.png);
  margin: 0 auto;
  margin-top: -35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 60px;
}
.hero a {
  text-decoration: none;
}
.tour-btn {
  padding: 5px 50px 5px;
  background: #600103;
  color: white;
  border-radius: 10px;
  font-weight: normal;
  height: 50px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tour-btn:hover {
  background: #6001036c;
}
.intro {
  max-width: 1200px;
  width: 100%;
  height: auto;
  background: #60010313;
  margin-top: -35px;
  display: flex;
  flex-flow: row nowrap;
  padding: 70px;
  gap: 10px;
}
.number-div {
  width: 45%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
  line-height: 90px;
}
.count {
  font-size: 200px;
  width: 100%;

  font-weight: bold;
  color: #600103;
  transform: translateY(20px);
  transition: all 0.6s ease;
  margin-bottom: 15px;
}

.count.show {
  opacity: 1;
  transform: translateY(0);
}

.number-div h2 {
  color: black;
  width: 100%;
}
.cent {
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
}
.ov {
  margin-bottom: 10px;
  font-weight: 300;
}
.more-info {
  padding-left: 20px;
  width: 55%;
  border-left: 8px solid #6001038e;
}
.more-info p {
  font-size: 15px;
  color: black;
}
.display {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  /* overflow: scroll; */
  overflow: auto; /* cut off vertical */
  overflow-y: hidden;
}

.tour-scroll {
  overflow: hidden;
  width: 100%;
  padding: 10px;
}

.tour-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: scrollRight 20s linear infinite;
}

.tour-card {
  position: relative;

  min-width: 300px;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
}

/* 🔥 BLACK TRANSLUCENT LAYER */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.212); /* adjust this */
}

/* TEXT ABOVE OVERLAY */
.tour-card h2 {
  position: absolute;
  z-index: 2;
  color: white;
  left: 20px;
  bottom: 20px;
}
.tour-1 {
  background: url(/Assets/1.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-2 {
  background: url(/Assets/2.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-3 {
  background: url(/Assets/3.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-4 {
  background: url(/Assets/4.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-5 {
  background: url(/Assets/5.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-6 {
  background: url(/Assets/6.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-7 {
  background: url(/Assets/7.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-8 {
  background: url(/Assets/8.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-9 {
  background: url(/Assets9.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-10 {
  background: url(/Assets/10.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}
.tour-11 {
  background: url(/Assets/11.jpeg);
  background-position: center;
  background-position: contain;
  background-size: 300px;
}

@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.tour-track:hover {
  animation-play-state: paused;
}
#experience {
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  padding: 50px;
}
#experience h1 {
  font-size: 90px;
  text-align: center;
  line-height: 80px;
  color: #600103;
  font-weight: bold;
}
#experience h2 {
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  color: black;
}
.spots-container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap; /* align-items: center; */
  margin-top: 40px;
  justify-content: center;
  padding: 20px 0 20px;
}

.spots-container2 {
  width: 100%;
  display: flex;
  flex-flow: column nowrap; /* align-items: center; */
  justify-content: center;
  padding: 20px 0 20px;
  /* margin-top: 135px; */
}
.spot-writeup {
  width: 100%;
  height: auto;
  padding: 10px 20px 20px;
}
.spot-writeup h3 {
  font-size: 20px;
  text-align: left;
  color: black;
  padding-bottom: 5px;
}
.spot-writeup p {
  width: 90%;
  text-align: left;
  font-size: 15px;
  color: black;
  line-height: 17px;
}
.spot-hold {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  justify-content: center;

  gap: 20px;
}
.spot {
  color: black;
  padding: 7px 20px 7px;
  border-radius: 20px;
  border: 2px solid #600103;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.spot:active {
  transform: scale(0.95);
}
.spot:hover {
  background: #600103;
  color: white;
}

.compel-section {
  max-width: 1200px;
  width: 100%;
  height: 400px;

  background: url(/Artboard\ 1.png);
  background-position: center;
}
.get-started {
  max-width: 1200px;
  width: 100%;
  height: 100px;
  background: #6001031e;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.get-started div {
  background: #600103;
  padding: 15px 30px 15px;
  border-radius: 50px;
  color: white;
  cursor: pointer;
}

.grand-reveal {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  pointer-events: none;
}

.grand-reveal.active {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  margin-top: 15px;
}

.reveal-top {
  margin-top: 5px;
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.getit {
  text-decoration: none;
}

.slide.active {
  opacity: 1;
}

.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: white;
  opacity: 0.5;
  border-radius: 50%;
  transition: 0.3s;
}

.dot.active {
  opacity: 1;
}

.reveal-bottom {
  padding: 10px 0;
}
img {
  max-width: 100%;
  height: auto;
}

.skeleton-img {
  height: 200px;
  background: #eee;
  animation: shimmer 1.2s infinite;
  border-radius: 10px;
}

.skeleton-text {
  height: 20px;
  margin-top: 10px;
  background: #eee;
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@media (max-width: 780px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .logo {
    max-width: 70%;
  }

  .logo h1 {
    font-size: clamp(14px, 4vw, 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hamburger {
    display: flex;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  /* HERO */
  .hero {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
  .navbar h1 {
    display: none;
  }
  .tour-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  /* INTRO SECTION */
  .intro {
    padding: 20px;
    text-align: center;
  }

  .number-div {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .count {
    font-size: 2.5rem;
  }

  .more-info p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* TOUR CARDS SCROLL */
  .tour-card {
    min-width: 250px;
    height: 180px;
  }

  /* EXPERIENCE HEADER */
  .header-text h1 {
    font-size: 1.8rem;
  }

  .header-text h2 {
    font-size: 1rem;
  }

  /* SPOTS LAYOUT */
  .spots-container,
  .spots-container2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    gap: 0;
  }

  .spot-writeup {
    text-align: center;
  }

  .spot-hold {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .spot {
    padding: 8px 12px;
    font-size: 13px;
  }

  /* GRAND REVEAL */
  .grand-reveal {
    max-height: none;
  }

  .reveal-top {
    height: 180px;
  }

  .reveal-bottom {
    text-align: center;
    padding: 10px;
  }
  .compel-section {
    background-size: 100vw;
    height: 30vh;
    background-repeat: no-repeat;
  }
  /* CTA */
  .get-started {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .count {
    font-size: 2rem;
  }

  .header-text h1 {
    font-size: 1.5rem;
  }

  .header-text h2 {
    font-size: 0.9rem;
  }

  .tour-card {
    min-width: 200px;
    height: 150px;
  }

  .reveal-top {
    height: 150px;
  }

  .spot {
    font-size: 12px;
  }

  .more-info p {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .intro {
    padding: 40px;
  }

  .count {
    font-size: 3rem;
  }

  .tour-card {
    min-width: 280px;
    height: 200px;
  }

  .spots-container,
  .spots-container2 {
    grid-template-columns: 1fr;
  }

  .reveal-top {
    height: 220px;
  }
}

/* =========================
   RESPONSIVE SYSTEM (REFINED)
   ========================= */

/* -------------------------
   Large screens (≤1200px)
   ------------------------- */
@media (max-width: 1200px) {
  .hero {
    height: 90vh;
    background-size: cover;
  }

  .intro {
    padding: 50px;
  }

  .count {
    font-size: 150px;
  }

  #experience h1 {
    font-size: 70px;
  }
}

/* -------------------------
   Tablets (≤1024px)
   ------------------------- */
@media (max-width: 1024px) {
  /* HERO */
  .hero {
    height: 80vh;
    padding: 40px;
  }

  .tour-btn {
    margin-top: 40px;
  }

  /* INTRO STACK */
  .intro {
    flex-direction: column;
    padding: 40px 25px;
    gap: 30px;
  }

  .number-div {
    width: 100%;
    padding-left: 0;
    align-items: center;
    line-height: normal;
  }

  .count {
    font-size: 120px;
    text-align: center;
  }

  .more-info {
    width: 100%;
    border-left: none;
    border-top: 5px solid #6001038e;
    padding: 20px 0 0;
  }

  /* TOUR CARDS */
  .tour-card {
    min-width: 260px;
    height: 200px;
  }

  /* EXPERIENCE */
  #experience {
    height: auto;
    padding: 40px 25px;
  }

  #experience h1 {
    font-size: 55px;
    line-height: 60px;
  }

  #experience h2 {
    line-height: 40px;
  }

  .reveal-top {
    height: 220px;
  }
}

/* -------------------------
   Mobile (≤768px)
   ------------------------- */
@media (max-width: 768px) {
  /* HEADER */
  .tour-btn {
    display: none;
  }
  .navbar {
    flex-wrap: nowrap;
  }

  .logo h1 {
    font-size: 18px;
    white-space: nowrap;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    margin-left: auto;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background: white;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 20px;
    background: #600103;
    flex-direction: column;
    width: 200px;
    padding: 15px;
    border-radius: 10px;

    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.3s ease;
  }

  .nav-links.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links li {
    margin: 10px 0;
  }
  header {
    padding: 12px 20px;
  }

  .navbar .logo h1 {
    font-size: 18px;
  }

  /* HERO */
  .hero {
    height: 70vh;
    background-position: center;
    background-size: contain;
  }

  .tour-btn {
    padding: 10px 20px;
    font-size: 14px;
    height: auto;
  }

  /* INTRO */
  .intro {
    padding: 25px 15px;
    text-align: center;
  }

  .count {
    font-size: 90px;
  }

  .cent {
    font-size: 22px;
  }

  .more-info p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* TOUR SCROLL */
  .tour-card {
    min-width: 230px;
    height: 180px;
  }

  /* EXPERIENCE */
  #experience h1 {
    font-size: 38px;
    line-height: 45px;
  }

  #experience h2 {
    font-size: 16px;
    line-height: 28px;
  }

  /* SPOTS */
  .spots-container,
  .spots-container2 {
    padding: 20px 10px;
    gap: 20px;
  }

  .spot-writeup {
    text-align: center;
  }

  .spot-writeup p {
    width: 100%;
  }

  .spot-hold {
    gap: 10px;
  }

  .spot {
    padding: 7px 12px;
    font-size: 13px;
  }

  /* REVEAL */
  .reveal-top {
    height: 180px;
  }

  .reveal-bottom {
    text-align: center;
  }

  /* CTA */
  .get-started {
    height: 80px;
  }
}

/* -------------------------
   Small phones (≤500px)
   ------------------------- */
@media (max-width: 500px) {
  body {
    font-size: 14px;
  }

  /* HERO */
  .hero {
    height: 60vh;
    padding: 20px;
  }

  .tour-btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  /* INTRO */
  .count {
    font-size: 70px;
  }

  .cent {
    font-size: 18px;
  }

  .more-info p {
    font-size: 13px;
  }

  /* TOUR CARDS */
  .tour-card {
    min-width: 200px;
    height: 150px;
  }

  /* EXPERIENCE */
  #experience h1 {
    font-size: 28px;
    line-height: 34px;
  }

  #experience h2 {
    font-size: 14px;
  }

  /* REVEAL */
  .reveal-top {
    height: 150px;
  }

  .spot {
    font-size: 12px;
  }

  /* CTA */
  .get-started div {
    padding: 10px 20px;
  }
}

/* -------------------------
   Touch optimization
   ------------------------- */
@media (pointer: coarse) {
  .tour-btn,
  .spot,
  .get-started div {
    padding: 12px 18px;
    touch-action: manipulation;
  }
}
/* =========================
   HAMBURGER + MOBILE NAV
   ========================= */

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

/* MOBILE NAV */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 60%;
    height: 100vh;
    background: #600103;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links li {
    margin: 0;
  }

  .nav-links a {
    font-size: 18px;
  }

  /* ANIMATION TO X */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }
}
