
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416!important;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  h2 p{
    font-family: 'Jost', sans-serif;
  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }

 
  .hero1 {
    position: relative;
    height: 60vh;
    background: url('photos/1\ \(3\).jpg') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
  }
 
.navbar-custom {
      background: rgba(0, 0, 0, 0.3);
      color: white;
      padding: 15px 40px;
    }

    .navbar-custom .nav-link,
    .navbar-custom .navbar-brand,
    .navbar-custom .dropdown-toggle {
      color: white !important;
      text-transform: uppercase;
      font-weight: 500;
    }

    .navbar-custom .nav-link:hover,
    .navbar-custom .dropdown-toggle:hover {
      text-decoration: underline;
    }

    .navbar-custom .dropdown-menu {
      background-color: #f7f4f4;
    }

    .navbar-custom .dropdown-item {
      color: rgb(0, 0, 0);
    }

    .navbar-custom .dropdown-item:hover {
      background-color: #333;
    }

    #navbarContent{
        padding-left: 330px;
    }
    @media screen and (max-width: 768px) {
      .navbar-collapse {
        text-align: center;
      }
      #navbarContent{
        text-align: start;
        padding-left: 0px;
      }
    }


.navbar-custom .nav-link {
  color: white !important;
  font-weight: 500;
}



.navbar-brand {
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  /* Center content - big heading and subtitle */
  .hero-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    text-shadow: 0 0 8px rgba(0,0,0,0.7);
  }

  .hero-content h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #000000!important;
  }

  .hero-content p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
.hero-content1 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    text-shadow: 0 0 8px rgba(0,0,0,0.7);
  }
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }

  
  #bottone5 {
    align-items: center;
    background-color: #151d20;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  footer {
  background-color: #132644; 
}

footer a:hover {
  color: #c6b9b9; 
}
#home-banner{
    background: url('/photos/1\ \(5\).jpg')rgba(0, 0, 0, 0.75);
    background-position: 0 50%;
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat:no-repeat;
    height: 90vh;
    margin-top: -90px;
    display: flex;  
   
    align-items: center;

}
.custom-container {
      max-width: 1800px;
      margin: auto;
    }

    .main-image {
      width: 90%;
      height: 660px;
      object-fit: cover;
      padding-left: 50px;
    }

    .extra-image {
      width: 90%;
      height: 250px;
      object-fit: cover;
    }

    .feature-list i {
      color: #000;
      margin-right: 8px;
    }

    

    @media (max-width: 991px) {
      .main-image {
        height: auto;
      }

      .extra-image {
        height: auto;
      }


    }
    .offer-card {
      position: relative;
      height: 100%;
      color: white;
      display: flex;
      align-items: end;
      background-size: cover;
      background-position: center;
    }

    .offer-overlay {
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      padding: 20px;
    }

    .offer-card .btn {
      border: 1px solid white;
      color: white;
    }

    .text-offer {
      background-color: #e6f2ff;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 30px;
      flex-direction: column;
    }

    .text-offer .btn {
      border: 1px solid #000;
      color: #000;
    }

    .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1rem;
    }

    @media (min-width: 992px) {
      .grid-container {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
          "dj cocktails girls girls drink"
          "dj tanning tanning promo promo";
      }

      .dj { grid-area: dj; }
      .cocktails { grid-area: cocktails; }
      .girls { grid-area: girls; }
      .drink { grid-area: drink; }
      .tanning { grid-area: tanning; }
      .promo { grid-area: promo; }
    }
 .content-container {
            text-align: center;
            padding: 100px;
            max-width: 1800px; 
            position: relative;
        }
        .background-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.5; 
            max-width: 300px; 
            z-index: 0; 
        }

        .signature {
            font-family: cursive; 
            font-size: 2.2rem; /
            margin-bottom: 0.5rem;
            color: #344655; 
        }
      .quote{
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      }
        /* Responsive adjustments */
        @media (max-width: 768px) {
           
            .signature {
                font-size: 1.8rem;
            }
            
        }
        @media (max-width: 480px) {
            
            .signature {
                font-size: 1.6rem;
            }
            
        }

        .section-background-light-blue {
            background-color: #e5f3ff; 
        }
        .card-custom {
            border-radius: 0;
            border: none; 
            height: 90%; 
            display: flex;
            flex-direction: column;
        }
        .card-img-overlay-custom {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)); 
            color: white;
            padding: 1rem;
        }
        .card-body-custom {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .card-body-custom .special-offers-text {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 0.5rem;
        }
        .card-body-custom .card-title {
            font-size: 1.8rem;
            font-weight: bold;
            color: #343a40;
        }
        .img-fluid-custom {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }

        .col-md-3, .col-md-6 {
            padding: 0; 
        }

       
        .image-container {
            height: 100%; 
            overflow: hidden; 
            position: relative; 
        }

        @media (max-width: 767.98px) {
            .card-body-custom {
                padding: 1.5rem;
            }
            .card-body-custom .card-title {
                font-size: 1.5rem;
            }
            .card-img-overlay-custom h5 {
                font-size: 1.2rem;
            }
            .card-img-overlay-custom small {
                font-size: 0.8rem;
            }
            .btn-custom, .btn-light-blue-border {
                padding: 0.6rem 1.2rem;
                font-size: 0.8rem;
            }
        }

        .testimonial-section {
            background-color: #e5f3ff; 
            padding: 6rem 0;
        }
        .testimonial-header {
            margin-bottom: 4rem;
            text-align: center;
        }
        .testimonial-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.8rem;
            font-weight: 700;
            color: #343a40;
            margin-bottom: 1rem;
        }
       

        .carousel-item {
            padding: 2rem;
            text-align: center;
        }
        .testimonial-card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 3rem;
            max-width: 800px;
            margin: 0 auto; 
            min-height: 300px; 
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .testimonial-quote {
            font-size: 1.5rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            font-style: italic;
            color: #555;
        }
         
        .testimonial-author-name {
            font-size: 1.2rem;
            font-weight: bold;
            color: #343a40;
            margin-bottom: 0.25rem;
        }


        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-image: none;

        }
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%; 
            opacity: 1; 
        }
       
        .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
        }
        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }


        @media (max-width: 768px) {
            .testimonial-section {
                padding: 3rem 0;
            }
            .testimonial-header h2 {
                font-size: 2rem;
            }
          
            .testimonial-card {
                padding: 2rem 1rem;
                min-height: 250px;
            }
            .testimonial-quote {
                font-size: 1.2rem;
            }
        }
        @media (max-width: 576px) {
            .testimonial-card {
                padding: 1.5rem 0.75rem;
                min-height: 200px;
            }
            .testimonial-quote {
                font-size: 1.1rem;
            }
            
            .testimonial-author-name {
                font-size: 1.1rem;
            }
            .testimonial-author-title {
                font-size: 0.8rem;
            }
        }
        .section-background-light-blue {
            background-color: #e5f3ff; 
        }
        .text-blue-accent {
            color: #000000; 
        }
        .font-playfair-display {
            font-family: 'Playfair Display', serif;
        }
        .text-italic {
            font-style: italic;
        }

        .owner-section {
            padding: 5rem 0; 
            overflow: hidden; 
            position: relative;
        }

        .owner-image-container {
            position: relative;
            height: 100%; 
            display: flex;
            align-items: center; 
            justify-content: center;
            padding-right: 1.5rem; 
        }

        .owner-image {
            width: 100%;
            height: auto;
            max-height: 550px;
            object-fit: cover; 
            display: block;
            border-radius: 5px; 
        }

        .owner-text-content {
            background-color: #e0f2f7; 
            padding: 3rem 2.5rem;
            min-height: 500px; 
            display: flex;
            flex-direction: column;
            justify-content: center; 
        }

        .owner-text-content small {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 0.5rem;
        }

        .owner-text-content h2 {
            font-size: 3rem; 
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .owner-description {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #555;
            margin-bottom: 2rem;
            max-width: 600px;
        }

        .owner-signature {
            font-size: 1.1rem;
            font-weight: bold;
            color: #343a40;
            font-style: italic; 
        }
        .palm-leaf {
            position: absolute;
            top: 0;
            right: 0;
            width: 350px; 
            height: auto;
            opacity: 0.4; 
            pointer-events: none;
            transform: translateY(-20px) translateX(20px); 
            z-index: 0; 
        }

        @media (max-width: 991.98px) {
            .owner-section .row {
                flex-direction: column;
            }
            .owner-image-container {
                height: auto;
                padding-right: 0;
                margin-bottom: 2rem; 
            }
            .owner-image {
                max-height: 400px; 
                width: 70%; 
                margin: 0 auto;
            }
            .owner-text-content {
                padding: 2rem 1.5rem;
                min-height: auto;
            }
            .owner-text-content h2 {
                font-size: 2.2rem;
            }
            .owner-description {
                font-size: 0.95rem;
            }
        }
        @media (max-width: 575.98px) {
            .owner-image {
                width: 90%; 
            }
            .owner-text-content h2 {
                font-size: 1.8rem;
            }
            .owner-description {
                font-size: 0.9rem;
            }
        }

     
        .pool-facilities-section {
            background-color: #e0f2f7;
            padding: 6rem 0;
            text-align: center;
        }

        .section-intro {
            margin-bottom: 4rem;
        }
        .section-intro small {
            font-size: 1rem;
            color: #6c757d;
            margin-bottom: 0.5rem;
            display: block; 
        }
        .section-intro h2 {
            font-size: 3rem; 
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #343a40;
        }
        .section-intro p {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #555;
            max-width: 800px;
            margin: 0 auto; 
        }

        .feature-icon-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 2rem;
        }

        .feature-icon {
            width: 100px; 
            height: 100px;
            background-color: #11338f; 
            border-radius: 50%; 
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 1rem;
        }

        .feature-icon i {
            font-size: 3.5rem;
            color: #fff; 
        }

        .feature-text {
            font-size: 0.95rem;
            font-weight: 500;
            color: #343a40;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

       
        @media (width: 480px) {
            .section-intro h2 {
                font-size: 2.5rem;
            }
            .section-intro p {
                font-size: 1rem;
            }
            .feature-icon {
                width: 80px;
                height: 80px;
            }
            .feature-icon i {
                font-size: 2.8rem;
            }
            .feature-text {
                font-size: 0.85rem;
            }
        }

        .gallery-section {
            padding: 1rem 0;
            text-align: center;
        }

        .gallery-header {
            margin-bottom: 3rem;
        }

        .gallery-header h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #343a40;
        }

       
        .gallery-grid .row {
            margin: 0 -0.5rem; 
        }
       
        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            height: 100%; 
        }

        .gallery-item img {
            width: 100%;
            height: 250px;
            object-fit: cover; 
            display: block;
            transition: transform 0.3s ease; 
        }

        .gallery-item:hover img {
            transform: scale(1.05);
        }

        
     

        @media (max-width: 767.98px) {
            .gallery-header h2 {
                font-size: 2rem;
            }
            .gallery-grid .col-12,
            .gallery-grid .col-sm-6 { 
                padding: 0 0.5rem;
                margin-bottom: 0.75rem;
            }
            .gallery-item img {
                height: 180px;
            }
        }

        @media (max-width: 575.98px) {
            .gallery-item img {
                height: 150px;
            }
            .gallery-grid .col-12 { 
                 padding: 0 0.25rem;
                 margin-bottom: 0.5rem;
            }
        }
.coming-soon-section {
            position: relative;
            height: 70vh; 
            background-color: #e0f2f7; 
           
            justify-content: center;
            align-items: center;
            text-align: center;
            color: rgb(0, 0, 0); 
            overflow: hidden; 
        }

        .coming-soon-content {
            position: relative;
            z-index: 2; 
            padding: 2rem;
            max-width: 800px;
        }

        .coming-soon-content h2 {
            font-size: 4rem;
            font-weight: 700;
          align-items: center;
            color: rgb(0, 0, 0); 
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

 
        @media (max-width: 767.98px) {
            .coming-soon-section {
                height: 50vh;
            }
            .coming-soon-content h2 {
                font-size: 2.5rem;
            }
         
        }
        @media (max-width: 575.98px) {
            .coming-soon-section {
                height: 40vh;
            }
            .coming-soon-content h2 {
                font-size: 2rem;
            }
           
        }
     

        .contact-info-card {
            background-color: #e0f2f7;
            padding: 3rem 2.5rem;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center; 
        }

        .contact-info-card small {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 0.5rem;
            display: block;
        }

        .contact-info-card h2 {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            color: #343a40; 
        }

        .contact-info-card p.description {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #555;
            margin-bottom: 2rem;
        }

        .contact-detail {
            display: flex;
            align-items: flex-start; 
            margin-bottom: 1rem;
            font-size: 1.05rem;
            color: #555;
        }

        .contact-detail i {
            font-size: 1.4rem;
            color: #3785df; 
            margin-right: 0.75rem;
            flex-shrink: 0; 
        }

        .contact-detail a {
            color: #555;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .contact-detail a:hover {
            color: #007bff;
        }

       

        @media (max-width: 991.98px) {
           
            .contact-info-card {
                padding: 2rem 1.5rem;
                margin-bottom: 2rem; 
            }
            .contact-info-card h2 {
                font-size: 2.5rem;
            }
            .contact-info-card p.description {
                font-size: 1rem;
            }
            .contact-detail {
                font-size: 0.95rem;
            }
           
        }
        @media (max-width: 767.98px) {
            .contact-info-card h2 {
                font-size: 2rem;
            }
        }