html {
  scroll-behavior: smooth !important;
}
.container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
p {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

/* Mouse Cursor*/
.cursor {      
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s, width 0.3s, height 0.3s;
  width: 10px;
  height: 10px;
  background-color: #1032cc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor.active {
  transform: translate(-50%, -50%) scale(1.5);
}
.cursor.hidden {
  opacity: 0 !important;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.logo img {
    width: 90px;
    margin-left: 20px !important;
    
}

.header {
  display: flex;
  width: 100%;
  background-color: #fff transparent; 
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.booknow {
    background: red;
    color: white;
    padding: 6px;
    border: 1px solid red;
    border-radius: 8px;
    width: 105px;
}

.header__nav-wrap {
    margin-right: 35px !important;
}
/* Parent */
.header__nav-item {
    position: relative;
    list-style: none;
    margin-right: 30px !important;
}
.header__nav-link {
    letter-spacing: 0.05em !important;
}

/* Dropdown Menu Hidden */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; 
  left: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 200px;
  padding: 10px;
  margin: 0;
  z-index: 1000;
}
@media (max-width: 576px) {
  .dropdown-menu {
    left: -78px;
  }
}

/* Dropdown items */
.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: #f0f0f0;
}

/* Show dropdown on hover */
.header__nav-item:hover .dropdown-menu {
  display: block;
}


@media screen and (max-width: 559px) {
  .header {
    height: 60px;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .header {
    height: 70px;
  }
}
@media screen and (min-width: 960px) {
  .header {
    height: 70px;
  }
}
.header__logo {
  display: inline-block;
  height: auto;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 559px) {
  .header__logo {
    margin-left: 16px;
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .header__logo {
    margin-left: 16px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 960px) {
  .header__logo {
    margin-left: 24px;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    margin-left: 32px;
  }
}
.header__nav-wrap {
  height: 100%;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .header__nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .header__nav-wrap {
    display: inline-block;
    margin-right: 16px;
  }
}
.header__nav-wrap.open {
  display: block;
}
.header__nav-list {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .header__nav-list {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .header__nav-list {
    display: flex;
    align-items: center;
  }
}
.header__nav-item {
  width: max-content;
}
@media screen and (max-width: 559px) {
  .header__nav-item {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .header__nav-item {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .header__nav-item {
    display: inline-block;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-item {
    margin-right: 40px;
  }
}
.header__nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.15em;
  color: #1a1c1a;
}
@media screen and (max-width: 959px) {
  .header__nav-link {
    font-size: 21px;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .header__nav-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-link {
    font-size: 20px;
  }
}
.header__nav-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition-duration: 0.25s;
}
@media screen and (max-width: 959px) {
  .header__nav-link::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .header__nav-link::after {
    background-color: #1a1c1a;
  }
}
.header__nav-link:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 959px) {
  .ham-menu {
    display: inline-block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 16px;
    transition: all 0.3s;
    z-index: 20;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #005baa;
    cursor: pointer;
  }
}
@media screen and (min-width: 960px) {
  .ham-menu {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .ham-menu__item {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.3s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #005baa;
    border-radius: 5px;
  }
}
.ham-menu__item:nth-of-type(1) {
  top: 8px;
}
.ham-menu__item:nth-of-type(2) {
  top: 16px;
}
.ham-menu__item:nth-of-type(3) {
  bottom: 8px;
}
.ham-menu.active {
  border: none;
}
.ham-menu.active .ham-menu__item:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}
.ham-menu.active .ham-menu__item:nth-of-type(2) {
  transition-duration: 0s;
  opacity: 0;
}
.ham-menu.active .ham-menu__item:nth-of-type(3) {
  -moz-transform: translateY(-10px) rotate(45deg);
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #fff;
}
@media (max-width: 576px) {
  .logo img {
    width:80px;
  }
}

























@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,700");






















   




















.booking-panel {
            flex: 1;
            min-width: 300px;
            background: white transparent;
            border: 1px solid #b9b6b6;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            padding: 40px 25px 0px 25px;
            height: 100% !important;
        }
        
        .booking_section .match-panel {
            flex: 1;
            min-width: 300px;
            background: white transparent;
            border: 1px solid #b9b6b6;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            padding: 25px;
            display: flex;
            flex-direction: column;
        }
        
       .booking_section h1 {
            font-size: 24px;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
       .booking_section h2 {
            font-size: 20px;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eee;
        }
        
       .booking_section .description {
            color: #7f8c8d;
            margin-bottom: 20px;
            font-size: 15px;
            line-height: 1.5;
        }
        
       .booking_section .features {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 20px;
        }
        
       .booking_section .feature { 
            display: flex;
            align-items: center;
            color: #34495e;
            font-size: 14px;
        }
        
       .booking_section .feature i {
            margin-right: 8px;
            color: #3498db;
        }
        
       .booking_section .price {
            font-size: 22px;
            font-weight: 700;
            color: #2c3e50;
            margin: 25px 0 15px;
        }
        
       .booking_section .date {
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
            margin: 20px 0 25px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
       .booking_section .time-slots {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-bottom: 25px;
        }
        
       .booking_section .time-slot {
            background: #181818;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            padding: 12px 5px;
            text-align: center;
            cursor: pointer;
            transition: all 0.2s ease;
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
        }
        
       .booking_section .time-slot:hover {
            border-color: #ffffff;
        }
        
       .booking_section .time-slot.selected {
            background: #ffffff;
            color: #000000;
            border-color: #000000;
        }
        
       .booking_section .book-btn {
            background: red;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 15px;
            width: 100%;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        
       .booking_section .book-btn:hover {
            background: #ffffff;
            color: #000000;
        }
        
       .booking_section .countdown {
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            color: white;
            margin-bottom: 25px;
        }
        
       .booking_section .countdown-title {
            font-size: 18px;
            color: #000000;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
       .booking_section .timer {
            display: flex;
            justify-content: center;
            gap: 15px;
            color: #000000;
        }
        
       .booking_section .time-unit {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
       .booking_section .time-value {
            font-size: 32px;
            font-weight: 700;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 5px;
        }
        
       .booking_section .time-label {
            font-size: 12px;
            text-transform: uppercase;
            opacity: 0.9;
        }
        
       .booking_section .match-teams {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 20px 0;
            border: 1px solid #e9ecef; border-radius: 10px;
            padding: 10px;
            background-color: #e7dfdf7a;
        }
        
       .booking_section .team {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 40%;
        }
        
       .booking_section .team-logo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            border: 2px solid #e9ecef;
            font-size: 30px;
            color: #3498db;
        }
        
       .booking_section .team-name {
            font-weight: 600;
            font-size: 16px;
            color: #2c3e50;
        }
        
       .booking_section .vs {
            font-size: 20px;
            font-weight: 700;
            color: #7f8c8d;
        }
        
       .booking_section .match-info {
            border-radius: 10px;
            padding: 15px;
            margin-top: 20px;
        }
        
       .booking_section .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
       .booking_section .info-item i {
            margin-right: 10px;
            color: #3498db;
            width: 20px;
        }
        @media (max-width: 576px) {
          .booking-panel {
            margin-bottom: 40px;
          }
          .match-panel {
            margin-top: 40px;
          }
        }
        
        @media (max-width: 768px) {
           .booking_section .time-slots {
                grid-template-columns: repeat(2, 1fr);
            }
            
          .booking_section .container {
                flex-direction: column;
            }
            
           .booking_section .timer {
                gap: 8px;
            }
            
           .booking_section .time-value {
                font-size: 24px;
                width: 50px;
                height: 50px;
            }
        }






































.video-section {
  padding-top: 80px;
}
.turf-video-section {
    background: url(/Turff/img/turf_video.jpg);
    background-position: center;
    background-attachment: fixed;
    background-color: #e9e9e9;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0;
    z-index: 1;
}
.turf-video-section::before {
    position: absolute;
    background: rgb(17, 17, 17);
    z-index: -1;
    content: "";
    mix-blend-mode: multiply;
    background-color: rgba(134, 0, 0, 0.93);
    opacity: 0.902;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.turf-video-section .video-section-inner {
    padding: 80px 0px;
}
.turf-video-section .video-section-inner .play-video .popup-video {
    color: var(--theme-color);
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    display: block;
    font-size: 20px;
    position: relative;
    background: rgb(255, 255, 255);
    margin: 0px auto;
    transition: 0.4s;
}
.turf-video-section .video-section-inner .play-video .popup-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    left: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: 0.4s;
    animation: 3s linear 0s infinite normal none running pulse-border;
}
.video-section .video-section-inner .play-video .popup-video:hover {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}
.video-section .video-section-inner .play-video .popup-video:hover::before {
    border-color: var(--theme-color);
}
.video-section .col-lg-12 {
  padding: 0px;
}
@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(0.9);
  }
}
@keyframes bg-flash {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #e83f43;
  }
  100% {
    background-color: #fff;
  }
}

.turf-video-section .video-section-inner .play-video .popup-video {
  animation: bg-flash 3s linear infinite;
}
  /* i {
    color: #e83f43;
    transition: color 0.2s;
    animation: colorChange 3s linear forwards;
  }

  @keyframes colorChange {
    0% {
      color: #e83f43;
    }
    100% {
      color: #005baa;
    }
  }

  i:hover {
    color: #005baa;
  } */
   @media (max-width: 576px) {
    .video-section {
      padding-top: 40px;
   }
  }




































.about-section::before {
  content: "";
  position: absolute;
  top: 62%;
  right: 298px;
  transform: translateY(-50%);
  width: 435px;
  height: 244px;
  background: url(https://themewant.com/products/html/kester/assets/images/about/shape1.png) no-repeat right center / contain;
  opacity: 100%;
  pointer-events: none;
  z-index: 1;
  max-width: 100%;
  animation: moveLeftRight 4s ease-in-out infinite alternate;
}

@keyframes moveLeftRight {
  0% {
    right: 298px;
  }
  100% {
    right: 200px;
  }
}

  .about-section {
    position: relative;
    overflow: visible;
  }
@media (min-width:768px) and (max-width:991.98px) {
    .about-section::before {
        content: "";
        position: absolute;
        top: 88%;
        right: 273px;
        transform: translateY(-50%);
        width: 350px;
        height: 200px;
        background: url(https://themewant.com/products/html/kester/assets/images/about/shape1.png) no-repeat right center / contain;
        opacity: 100%;
        pointer-events: none;
        z-index: 1;
        max-width: 100%;
    }
}
@media (min-width:576px) and (max-width:767.98px) {
    .about-section::before {
        content: "";
        position: absolute;
        top: 76%;
        right: 79px;
        transform: translateY(-50%);
        width: 350px;
        height: 200px;
        background: url(https://themewant.com/products/html/kester/assets/images/about/shape1.png) no-repeat right center / contain;
        opacity: 100%;
        pointer-events: none;
        z-index: 1;
        max-width: 100%;
    }
}
@media (max-width:576px){
    .about-section::before {
        content: "";
        position: absolute;
        top: 86%;
        right: 9px;
        transform: translateY(-50%);
        width: 350px;
        height: 200px;
        background: url(https://themewant.com/products/html/kester/assets/images/about/shape1.png) no-repeat right center / contain;
        opacity: 100%;
        pointer-events: none;
        z-index: 1;
        max-width: 100%;
    }
}
#slider-image {
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.about-section .slider {
    position: relative;
}
#slider-image1 {
    border-radius: 20px;
    right: -70px;
    position: absolute;
    bottom: -70px;
    height: 255px;
    margin: 8px;
    border: 10px solid #ffffff;
}
.about-section {
    background-color: #ffffff transparent;
    padding: 90px 100px 100px;
    /* background-image: url('/Turff/img/doing-sport-concept copy 2.jpg'); */
    
    
}
.about-section .booknow {
    background: red;
    color: white;
    padding: 8px;
    border: 1px solid red;
    border-radius: 8px;
    width: 150px;
    margin-top: 15px;
}
.about-section .booknow a {
    text-decoration: none;
    color: white;
}
.about-section .booknow:hover {
    background: #000;
    border-color: #f2f2f2;
    transition: ease-in 0.3s;
    transform: scale(1.05);
}
.about-section .content p {
  margin-bottom: 20px !important;
}
#slider-image:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
#slider-image1:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section .heading {
        margin-top: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section .heading {
        margin-top: 40px;
    }
}
@media (max-width: 576px) {
    .about-section .heading {
        margin-top: 40px;
    }
}
@media (max-width:576px) {
    .about-section {
        padding: 90px 20px 20px;
    }
    .swiper-slide {
      height: 360px !important;
    }
    .swiper-pagination {
    bottom: 0.25rem !important;
}
    
    #slider-image1 {
        border-radius: 20px;
        right: -22px;
        position: absolute;
        bottom: -69px;
        height: 216px;
        margin: 8px;
        border: 10px solid #ffffff;
}
}










































.gallery { 
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}
.gallery div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 200px; 
}
.gallery div img { 
  width: 100%; 
  height: auto; 
}
@media screen and (max-width: 400px) {
  .gallery div { margin: 0; }
  .gallery { padding: 0; }
  
}











.map-section {
  padding: 0px 20px 0px 20px;
}
@media (max-width: 576px) {
.map-section iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 12px;
}
}




















.footer-section {
  position: relative;
  background-color: #000000;
  height: fit-content;
  padding: 20px 20px 20px 40px;
}
.footer {
  width: 135px;
  height: auto;
}
.footer-section .footer-text p {
    color: #ffffff;
    font-size: 16px;
}
.footer-section .footer-social i {
    font-size: 23px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
}
.footer-section .footer-social .instagram:hover {
    color: #E1306C;
    transition: ease-in 0.3s;
    transform: scale(1.05);
}
.footer-section .footer-social .whatsapp:hover {
    color: #11ab4a;
    transition: ease-in 0.3s;
    transform: scale(1.05);
}
.footer-section .footer-social .twitter:hover {
    color: #1DA1F2;
    transition: ease-in 0.3s;
    transform: scale(1.05);
}
.footer-section .footer-social .facebook:hover {
    color: #1877F2;
    transition: ease-in 0.3s;
    transform: scale(1.05);
}
.footer-section .footer-social a {
    text-decoration: none;
}
.footer-section .booknow {
    background: red;
    color: white;
    padding: 6px;
    border: 1px solid red;
    border-radius: 8px;
    width: 150px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.footer-section .booknow:hover {
    background: #ffffff;
    color: #ffff;
    border-color: #f2f2f2;
    transition: ease-in 0.3s;
    transform: scale(1.05);
}
.footer-section .booknow a {
    text-decoration: none;
    color: #ffffff;
}
.footer-section .booknow a:hover {
    color: #000000;
}
.footer-section h3 {
    border-bottom: #ffffff 2px solid;
    width: fit-content;
    color: #ffffff;
    padding-bottom: 5px;
    color: #FF0000;
}
.footer-section h3:hover {
  color: #ffffff;
  /* transition: ease-in 0.3s; */
  /* transform: scale(1.05); */
  border-bottom: #ff0000 2px solid;;
}
.footer-section .menu-section {
    padding: 30px 10px 10px 60px;
}
.footer-section .menu-section a {
    text-decoration: none;
    color: #ffffff;
}
.footer-section .footer-menu {
    padding-left: 0px;
}
.footer-section .menu-section ul {
    list-style: none;
    line-height: 2.5;
}
.footer-section .menu-section a:hover {
    color: #FF0000;
    transition: ease-in 0.3s;
    transform: scale(1.05);
  }
.footer-section .contact-section {
    padding: 30px 10px 10px 20px;
}
.footer-section .contact-info {
    list-style: none;
    line-height: 2.5;
    color: #ffffff;
}
.footer-section strong {
    color: #FF0000;
}
.footer-section::before {
    position: absolute;
    content: '';
    background-image: url(https://templates.hibootstrap.com/jovie/default/assets/img/shape/footer.png);
    background-position: center center;
    background-size: cover;
    width: 140px;
    height: 138px;
    right: 60px;
    top: 70px;
    opacity: .2;
    -webkit-animation: rotate 30s infinite linear;
    animation: rotate 30s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.last-section {
    background-color: #121212;
    height: fit-content;
    padding: 0px 20px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}
@media (max-width: 576px) {
  .footer-section {
    padding: 20px;
  }
  .last-section {
    padding: 0px 10px;
    font-size: 12px;
  }
  .footer-section .contact-section {
    padding: 20px 10px 10px 20px;
}
}
.last-section a {
    font-size: 14px;
    text-decoration: none;
    color: #FF0000;
}

.last-section a:hover {
    color: #ffffff;
    transition: ease-in 0.3s;
    transform: scale(1.05);
}
@media (max-width:768px) {
    .footer-section .contact-section {
        padding-left: 0px;
    }
    .footer-section .menu-section {
        padding-left: 0px;
    }
}

  .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 1000;
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            opacity: 0;
            transform: translateY(100%);
            visibility: hidden;
        }
        .whatsapp-float.show {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
            animation: float-up-down 2s ease-in-out infinite;
        }
        .whatsapp-float i { margin-top: 15px; }
        @keyframes float-up-down {
            0% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
            100% {
                transform: translateY(0);
            }
        }















/* image category section */

      
        
        .gallery {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            padding: 20px;
        }
        
        .image-wrapper {
            flex: 1;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
            cursor: pointer;
        }
        
        .image-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
        }
        
        .image-wrapper:hover::before {
            opacity: 1;
        }
        
        .image-wrapper img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            display: block;
            transition: all 0.4s ease;
        }
        
        .image-wrapper .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            color: white;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            z-index: 2;
        }
        
        .image-wrapper:hover .caption {
            transform: translateY(0);
        }
        
        .center {
            flex: 1.5;
        }
        
        .gallery:hover .image-wrapper:not(:hover) {
            flex: 0.8;
        }
        
        .instructions {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 20px;
            border-radius: 15px;
            margin-top: 30px;
            color: white;
            max-width: 600px;
        }
        
        .instructions h2 {
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        .instructions p {
            line-height: 1.6;
            margin-bottom: 10px;
        }
        
        @media (max-width: 768px) {
            .gallery {
                flex-direction: column;
            }
            
            .image-wrapper {
                width: 100%;
                margin-bottom: 20px;
            }
            
            .center {
                flex: 1;
            }
        }
















/* hero-section */


        /* Header and Navigation with Glass Effect */
        header {
            backdrop-filter: blur(10px); /* This creates the glass effect */
            -webkit-backdrop-filter: blur(10px); /* For Safari */
            /* padding: 15px 30px; */
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            transition: background 0.3s ease;
        }

        header.scrolled {
            /* background: rgba(26, 44, 95, 0.95); */
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .logo {
            color: white;
            font-size: 1.8rem;
            font-weight: 700;
            display: flex;
            align-items: center;
        }

        .logo i {
            color: #ff5c00;
            margin-right: 10px;
        }

        .nav-links {
            display: flex;
            list-style: none;
            top: 10px;
            position: relative;
        }

        .nav-links li {
            margin: 0 15px;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            font-size: -2.9rem;
            transition: color 0.3s;
            padding: 8px 12px;
            border-radius: 4px;
            position: relative;
        }

        .nav-links a:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: #ff5c00;
            left: 0;
            bottom: 0;
            transition: width 0.3s ease;
        }

        .nav-links a:hover:after {
            width: 100%;
        }

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

        .hamburger {
            display: none;
            cursor: pointer;
            background: none;
            border: none;
            color: white;
            font-size: 1.8rem;
        }

        /* Hero Section */
        .hero {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            margin-top: 0;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slide.active {
            opacity: 1;
        }

        .slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
        }

        .content {
            position: relative;
            text-align: center;
            color: white;
            max-width: 800px;
            padding: 0 20px;
            z-index: 1;
            margin-top: 60px;
        }

        .content h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
        }

        .content p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            line-height: 1.6;
        }
        .book-now-btn {
            background: #ff5c00;
            color: white;
            padding: 10px 20px;
            border-radius: 30px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            margin-left: 15px;
            top: -9px;
        }

        .book-now-btn:hover {
            background: #ff7b33;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 92, 0, 0.4);
        }

        .btn {
            display: inline-block;
            padding: 12px 30px;
            background: #ff5c00;
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }

        .btn:hover:before {
            left: 100%;
        }

        .btn:hover {
            background: #ff7b33;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .indicators {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            z-index: 2;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            margin: 0 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: white;
            transform: scale(1.2);
        }

        /* Responsive Styles */

        @media (max-width: 992px) {
            .nav-links {
                position: fixed;
                height: 100vh;
                width: 100%;
                flex-direction: column;
                clip-path: circle(0px at 90% -10%);
                -webkit-clip-path: circle(0px at 90% -10%);
                background: rgba(26, 44, 95, 0.95);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                transition: all 0.8s ease-out;
                top: 70px;
                left: 0;
                justify-content: center;
                align-items: center;
                gap: 30px;
            }

            .nav-links.active {
                clip-path: circle(1500px at 90% -10%);
                -webkit-clip-path: circle(1500px at 90% -10%);
            }

            .nav-links li {
                margin: 10px 0;
            }

            .nav-links a {
                font-size: 1.5rem;
                padding: 15px 25px;
            }

            .hamburger {
                display: block;
            }

            .content h1 {
                font-size: 2.8rem;
            }
              .book-now-btn {
                margin-left: 0;
                padding: 15px 30px;
                font-size: 1.2rem;
            }
        }
        @media (max-width: 968px) {
            .nav-links {
                position: fixed;
                height: 100vh;
                width: 100%;
                flex-direction: column;
                clip-path: circle(0px at 90% -10%);
                -webkit-clip-path: circle(0px at 90% -10%);
                background: rgba(26, 44, 95, 0.95);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                transition: all 0.8s ease-out;
                top: 70px;
                left: 0;
                justify-content: center;
                align-items: center;
                gap: 30px;
            }

            .nav-links.active {
                clip-path: circle(1500px at 90% -10%);
                -webkit-clip-path: circle(1500px at 90% -10%);
            }

            .nav-links li {
                margin: 10px 0;
            }

            .nav-links a {
                font-size: 1.5rem;
                padding: 15px 25px;
            }

            .hamburger {
                display: block;
            }

            .content h1 {
                font-size: 2.8rem;
            }
              .book-now-btn {
                margin-left: 0;
                padding: 15px 30px;
                font-size: 1.2rem;
            }
        }

        @media (max-width: 768px) {
            .content h1 {
                font-size: 2.2rem;
            }
            
            .content p {
                font-size: 1rem;
            }
            
            .logo {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .content h1 {
                font-size: 1.8rem;
            }
            
            .btn {
                padding: 10px 25px;
            }
            
            header {
                padding: 15px 20px;
            }
             .book-now-btn {
                padding: 12px 25px;
            }
        }
