* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
  position: relative;
  background: #000;
  color: white;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
/* navbar */

/* Header Styling */
header {
  background: #000;
  color: #fff;
  padding: 10px 20px;

  top: 0;
  width: 100%;
  z-index: 1000;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.logo {
  font-family: "Pacifico", cursive;
  font-size: 24px;
  color: #fff;
}

/* Navigation Links */
.nav-links {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 20px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #f39c12;
}

.hero {
  background-image:url("../images/page-3-bimg.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.festival-title {
  font-family: "Pacifico", cursive;
  font-size: 3rem;
  margin-bottom: 10px;
}

.subtitle {
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 1rem;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.time-box {
  text-align: center;
}

.time-box span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

.time-box p {
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.btn {
  background-color: #7c1fff;
  padding: 12px 24px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #a46bff;
}

/* just */
.dance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px;
  position: relative;
}
.pho {
  transform: scale(0.8);
  transform-origin: top left;
  margin-top: 20px; /* adds space from top */
}

.pho img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}
.pho::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 15px solid peru;
  top: -30px;
  left: 30px;
  z-index: 2;
}

.meta-d {
  display: flex;
  flex-direction: column;
}

.meta-d .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meta-d p {
  margin: 0;
}

.price-tag {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 14px 25px 12px 30px;
  background: #5c00ce;
  border-radius: 6px;
  white-space: nowrap;
}
.fa-location-dot {
  color: #5c00ce;
}
.fa-clock {
  color: #5c00ce;
}
.meta-d i {
  margin-right: 6px;
}
.buy {
  width: fit-content;
  padding: 5px;
  margin-top: 20px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(135deg, #7c1fff, #b266ff);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 31, 255, 0.6);
}

.buy button {
  border: none;
  background: transparent;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 30px;
}

.nacho {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 50px;
  position: relative;
}

.tin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px;
  position: relative;
}
.char {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px;
  position: relative;
}

/* section whwere do i play */
.where-i-play {
  background-color: #0f0f0f;
  color: white;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.play-card {
  background-color: #1a1a1a;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.play-card:hover {
  transform: translateY(-8px);
}

.card-img-top-wrap {
  position: relative;
}

.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.icon-overlay {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7c1fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.card-title {
  margin-top: 35px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.card-text {
  color: #ccc;
  font-size: 16px;
}

/* Footer section*/
.dj-footer {
  background: linear-gradient(135deg, #000000, #1a1a1a);
  color: #fff;
  padding: 50px 20px 20px;
  position: relative;
  font-family: "Arial", sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 40px;
}

.footer-sec h2 {
  font-size: 1.5em;
  color: #ff0055;
}

.footer-sec ul {
  list-style: none;
  padding: 0;
}

.footer-sec ul li {
  margin-bottom: 10px;
}

.footer-sec ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-sec ul li a:hover {
  color: #ff0055;
}

.social-icons a {
  color: #fff;
  font-size: 1.5em;
  margin-right: 15px;
  transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
  color: #ff0055;
  transform: scale(1.2);
}

.new-letter input[type="email"] {
  padding: 10px;
  width: 70%;
  border: none;
  border-radius: 20px 0 0 20px;
  outline: none;
}

.new-letter button {
  padding: 10px 20px;
  background-color: #ff0055;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
  transition: 0.3s ease;
}

.new-letter button:hover {
  background-color: #e6004c;
}

.footer-bottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #444;
  position: relative;
  font-size: 14px;
  margin-top: 15px;
}

/* counter js css */

.banner-btn {
  background-color: #7c1fff;
  padding: 5px 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.btn button {
  padding: 4px 2px;
  background-color: #7c1fff;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

#hamburger {
  display: none;
}
#closeIcon {
  display: none;
}
/* Base class */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

/* Active state when in view */
.animate-on-scroll.visible {
  opacity: 1;
  transform: none;
}

/* Fade Up */
.fade-up.visible {
  animation: fadeUp 0.8s ease-out forwards;
}
.stats-section {
  background: #000;
  padding: 80px 20px;
  text-align: center;
}

.stats-section h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

/* Stat Box Styling */
.stat-box {
  background: linear-gradient(145deg, #111, #1a1a1a);
  border: 1px solid #333;
  border-radius: 16px;
  padding: 40px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.stat-box:hover {
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(255, 106, 0, 0.4);
}

/* Number Styling */
.stat-number {
  font-size: 3.5rem;
  font-weight: bold;
  color: #ff6a00;
  margin-bottom: 10px;
}

/* Label Styling */
.stat-label {
  font-size: 1.3rem;
  color: #ccc;
  letter-spacing: 1px;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Zoom In */
.zoom-in.visible {
  animation: zoomIn 0.7s ease-out forwards;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Slide Left */
.slide-left.visible {
  animation: slideLeft 0.7s ease-out forwards;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Slide Right */
.slide-right.visible {
  animation: slideRight 0.7s ease-out forwards;
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Flip In */
.flip-in.visible {
  animation: flipIn 0.9s ease-out forwards;
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}

@media (max-width: 820px) {
  .stats-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .col-md-4 {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .stat-box {
    padding: 30px 15px;
  }

  .stat-number {
    font-size: 3rem;
  }

  .stat-label {
    font-size: 1.1rem;
  }
  .dance {
    display: flex;
    flex-direction: column-reverse;

    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .tin {
    display: flex;
    flex-direction: column-reverse;
  }
  .char {
    display: flex;
    flex-direction: column;
  }
  .nacho {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
    position: relative;
  }
  .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-bottom {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #444;
    position: relative;
    font-size: 14px;
    margin-top: 27px;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 23px;
  }
  h2 {
    /* font-size: calc(1.325rem + .9vw); */
    font-size: 40px;
  }
  .price-tag {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 14px 25px 12px 30px;
    background: #5c00ce;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 26px;
  }
  .card-img-top {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    height: auto;
  }
  h2 {
    font-size: 27px;
  }
  footer-sec ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
    font-size: 23px;
  }
  .footer-sec h2 {
    /* font-size: 1.5em; */
    color: #ff0055;
    font-size: 30px;
  }
  .social-icons a {
    font-size: 25px;
  }
  .footer-sec ul li {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .beats{
    
       
        font-size: 24px;
    
  }
}

@media (max-width: 520px) {
  .beats {
    font-size: 19px;
  }

  .stats-section {
    padding: 60px 15px;
  }

  .stats-section h2 {
    font-size: 2rem;
  }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .stat-box {
    padding: 25px 15px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-label {
    font-size: 1rem;
  }

  .nacho {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
    position: relative;
  }

  /*jwjwdj*/

  .dance {
    display: flex;
    flex-direction: column;

    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .tin {
    display: flex;
    flex-direction: column-reverse;
  }
  .char {
    display: flex;
    flex-direction: column;
  }

  .pho {
    width: 100%;
    display: flex;
    justify-content: center; /* Center image */
    margin-bottom: 15px;
  }

  .pho img {
    width: 90%;
    max-width: 320px;
    height: auto;
    border-radius: 8px;
    display: block;
    box-shadow: 0 0 10px rgba(124, 31, 255, 0.3);
  }

  .pho::after {
    display: none;
  }

  .dance-details {
    width: 100%;
  }

  .dance-details h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
  }

  .meta-d {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
  }

  .meta-d .top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
  }

  .meta-d p {
    margin: 5px 0;
  }

  .price-tag {
    font-size: 17px;
    padding: 6px 14px;
    background: #7c1fff;
    color: white;
    border-radius: 20px;
    font-weight: 600;
  }

  .fa-location-dot,
  .fa-clock {
    color: #7c1fff;
    margin-right: 5px;
  }

  .dance-details p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
    margin-top: 10px;
  }

  .buy {
    text-align: center;
    margin-top: 20px;
  }

  .buy button {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(135deg, #7c1fff, #b266ff);
    border: none;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(124, 31, 255, 0.5);
    transition: transform 0.3s ease;
  }

  .buy button:hover {
    transform: scale(1.05);
  }

  hr {
    border: none;
    border-top: 1px solid #444;
    margin: 15px 0;
  }

  #hamburger {
    display: block;
  }
  #closeIcon {
    display: block;
  }
  /* Hero Section */
  .hero {
    padding: 40px 16px;
    height: auto;
    text-align: left;
    background-position: top;
  }

  .festival-title {
    font-size: 1.8rem;
    text-align: left;
  }

  .subtitle {
    font-size: 0.95rem;
    margin-bottom: 20px;
    text-align: left;
  }

  .countdown {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }

  .time-box span {
    font-size: 1.8rem;
  }

  .time-box p {
    font-size: 0.75rem;
  }

  .dance {
    flex-direction: column-reverse;
  }

  .pho {
    width: 100%;
    margin-bottom: 16px;
  }

  .pho img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }

  .meta-d {
    width: 100%;
    font-size: 14px;
    color: #ccc;
  }

  .meta-d .top-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }

  .price-tag {
    font-size: 17px;
    padding: 6px 12px;
  }

  .buy {
    margin-top: 16px;
    align-self: flex-start;
  }

  .buy button {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* Stats */

  .stats-section {
    padding: 40px 16px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 14px;
  }

  /* Footer */

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: left;
  }

  .footer-sec h2 {
    font-size: 1.2rem;
  }

  .footer-sec ul li {
    font-size: 20px;
  }

  .social-icons a {
    font-size: 20px;
  }
  .footer-sec h2 {
    font-size: 23px;
  }
  .copy {
    font-size: 16px;
  }
  .stay {
    font-size: 20px;
  }

  .new-letter input[type="email"] {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .new-letter button {
    width: 100%;
    border-radius: 20px;
  }

  /* Section Titles */
  .section-title {
    font-size: 22px;
    text-align: left;
  }

  .card-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 13px;
  }
  .dance,
  .tin,
  .char {
    padding: 30px 16px;
  }
}

@media (max-width: 768px) {
  .stat-number {
    font-size: 36px;
  }

  .stat-label {
    font-size: 16px;
  }
  .btn {
    display: none;
  }

  #hamburger {
    display: block;
  }
  #closeIcon {
    display: block;
  }

  .nav-container {
    flex-wrap: wrap;
  }

  .close-icon {
    display: block;
    position: relative;
    margin-left: auto;
    z-index: 999;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
  }
  .hamburger {
    display: block;
    position: relative;
    margin-left: auto;
    z-index: 999;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background: #000;
    padding: 20px 0;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    padding: 10px 0;
    display: block;
  }

  .buy {
    text-align: center;
    margin-top: 20px;
  }

  .buy button {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(135deg, #7c1fff, #b266ff);
    border: none;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(124, 31, 255, 0.5);
    transition: transform 0.3s ease;
  }

  .buy button:hover {
    transform: scale(1.05);
  }

  hr {
    border: none;
    border-top: 1px solid #444;
    margin: 15px 0;
  }
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
