*,
::before,
::after{
    box-sizing:border-box;
}

:root{
 /* === Brand Colors === */
--brand-green:#072A15;
--brand-green2:#2ddd45;
--bgcolor:#3b6641;

 /* === Text Colors for Dark Backgrounds === */
  --text-light:       #FFFFFF;   /* primary white text */
  --text-light-muted: #E0E0E0;   /* muted white text */
  --text-light-accent:#C7FAD6;   /* light greenish accent */
  --text-light-subtle:#B0B0B0;   /* subtle gray text */

  /* === Text Colors for Light Backgrounds === */
  --text-dark:        #111111;   /* primary dark text */
  --text-dark-muted:  #444444;   /* muted dark text */
  --text-dark-accent: #0F1F17;   /* dark greenish accent */
  --text-dark-subtle: #777777;   /* subtle gray for light bg */
}

html{
    font-size:62.5%;
}

body{
  /*    background-color: var(--bgcolor);*/
  min-height: 100vh;
      background-color: black;
      background-attachment: fixed;
      background-image:
        /* Large, dark green bubble at the top */
        radial-gradient(circle at 75% 15%, #0a013a 0%, transparent 65%),
        /* Medium, middle green bubble at the top-left */
        radial-gradient(circle at 20% 30%, #000000 0%, transparent 70%),
        /* Medium, bright green bubble in the middle */
        radial-gradient(circle at 60% 55%, #151616 0%, transparent 70%),
        /* Small, bright green bubble at the bottom-right */
        radial-gradient(circle at 85% 85%, #06022c 0%, transparent 70%),
        /* Medium, dark green bubble at the bottom-left */
        radial-gradient(circle at 35% 90%, #111311 0%, transparent 70%);
      background-size: 400px, 300px, 300px, 200px, 300px;
    }
  



    .h3-black{
        font-size: 2.4rem;
        color:var(--text-dark);
    }
    .h3-white{
        font-size: 2.4rem;
        color:var(--text-light);
        z-index:2;
       
    }

    .h2-white{
        font-size: 3.2rem;
        color:var(--text-light);
        text-align:center;
        margin:2rem auto;
    }

    .p-black{
        font-size: 1.6rem;
    }

    .p-white{
        font-size: 1.6rem;
        color:var(--text-light);
    }



/* Kounda lounge */
    .KoundaLounge{
        width:100%;
       
    
    }

    .KoundaLounge-img {
        width:85%;
        height: auto; /* ✅ allows image to shrink */
    max-height: 500px; /* optional: limits how tall it can get */
    

    }

    .KoundaLounge-txt{
        width:80%;
        margin:auto;
        

    }

    .smallButton{
        width:150px;
        height:auto;
        background-color: var(--brand-green2);
        color:var(--text-dark);
        font-size:1.6rem;
        font-weight:700;
        text-align:center;
        border-radius:15px;

    }

     .smallButton:hover{
        background-color:var(--brand-green);
        color:var(--text-light);
    }

    .button{
        width:100%;
        height:auto;
        background-color: var(--brand-green2);
        color:var(--text-dark);
        font-size:1.6rem;
        font-weight:700;
        text-align:center;
        border-radius:15px;

    }

    .button:hover{
        background-color:var(--brand-green);
        color:var(--text-light);
    }

    .button-txt{
        padding:5px 10px; 
    }

    .pointer{
        cursor:pointer;
    }
    .koundalounge-days{
        width:90%;
        max-width:1200px;
    }

    .days-box{
        border: 2px solid var(--text-light);
        padding:10px 0;
        border-radius:15px;
    }

    .days-boxtxt{
        font-size: 1.6rem;
        color:white;
        text-align:center;
    }

    .h3-white.text-bg{
        width:100%;
        background-color:black;
        text-align:center;
        padding:5px 0;
    }

    /* contact us */
    form{
        width:100%;
        height:auto;
        max-height: 400px;
        font-size:1.6rem;
        color:var(--text-light);
      /*  background-color: #072A15; */
    }



    .custom-container {
    width: 90%;
    max-width: 1200px;
}

.contact-us-img {
    width: 100%;
    height: auto;
    max-height: 400px;
    background-image: url("../images/home-page/live-band2.jpg");
    background-size: cover;
    background-position: center;
    aspect-ratio: 3 / 2; /* Keeps shape responsive */
}



/* video */
.video-section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin:0 20px;
}

.video-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}
.video-row::-webkit-scrollbar {
  display: none;
}

.video-background {
  flex: 0 0 auto;
  width: 500px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}


.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-btn {
  position: absolute;
  top: 10px;
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 8px 12px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}
.scroll-btn.prev { left: 10px; }
.scroll-btn.next { right: 10px; }

/* video2 */
.video-background2 {
  /* flex: 0 0 auto; */
  width: 400px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* slider */


/* news & Events*/
.news-events
{
  height:500px;
  padding:0 ;
  position:relative;
  margin:20px auto;
  overflow: hidden;
  border-radius:15px;
  

}

.slider-wrapper{
  display:flex;
  height:100%;
  transition: transform 0.5s ease-in-out;
  
  
}



.news-box{
  width: 100%;
  
  height:100%;
  flex-shrink:0;
  border-radius:15px;
  position: relative;

  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

.news-box img{
  width:100%;
  height: 100%;
  border:0cm;
  transition: 0.3s;
  gap: 10px;
}


.news-box::before {
  content: '';
  position: absolute;
  width:100%;
  height:100%;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; /* Ensure it appears behind the content */
}

.news-title {
  color:var(--text-primary);
  font-size: 3rem;
  z-index: 2;
  
}


.news-box p {
  color: var(--text-secondary);
  font-size: 2rem;
  text-align: center;
  z-index: 2;
  
}


.news-box:nth-child(1){
  background:url("../images/slider/slider1.jpg") no-repeat center center;
  background-size: cover;
}

.news-box:nth-child(2){
  background:url("../images/slider/slider2.jpg") no-repeat center center;
  background-size: cover;
}

.news-box:nth-child(3){
  background:url("../images/slider/slider3.jpg") no-repeat center center;
  background-size: cover;
}

.news-box:nth-child(4){
  background:url("../images/slider/slider4.jpg") no-repeat center center;
  background-size: cover;
}


/* end of slider */


/* Welcome Box */
    

    .welcomeInnerBox {
        width:80%;
        max-width:1200px;
         


    }


    .welcomeBoxItem-img {
        width:400px;
        height:400px; 
       
    }
    
    .welcomeBoxItem-img.first {
        background-image: url('../images/home-page/welcome1.jpg'); 
        background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
        
    }
    .welcomeBoxItem-img.second {
        background-image: url('../images/home-page/welcome2.jpg'); 
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;

    }

    .h3-black{
        font-size: 2.4rem;
        color:var(--text-dark);
    }
    .h3-white{
        font-size: 2.4rem;
        color:var(--text-light);
        z-index:2;
       
    }

    .h2-white{
        font-size: 3.2rem;
        color:var(--text-light);
        text-align:center;
        margin:2rem auto;
    }

    .h2-black{
        font-size: 3.2rem;
        color:var(--text-dark);
        text-align:center;
        margin:2rem auto;
    }

    .p-black{
        font-size: 1.6rem;
        color:var(--text-dark);
    }

    .p-white{
        font-size: 1.6rem;
        color:var(--text-light);
    }



