/*Animations*/
.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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color: #0e1618;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'CormorantInfant';
   
    letter-spacing: 5px;
}

p{
    font-family: 'Outfit';
}



/*main-button*/
.main-btn {
    padding: 10px 35px;
    border: 1px solid #c6ac83;
    border-radius: 0px;
    color: white;
    z-index: 1;
    background: #c6ac83;
    position: relative;
    font-weight:500;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Cinzel';
    
   }
   
   .main-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: white;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms
   }
   
   .main-btn:hover {
    color: black;
   }
   
 

   .main-btn:hover::before {
    width: 100%;
   }


/*sec-button*/
.sec-btn {
    padding: 10px 35px;
    border: 1px solid #c6ac83;
    border-radius: 0px;
    color: white;
    z-index: 1;
    background: transparent;
    position: relative;
    font-weight:500;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Poppins';
    
   }
   
   .sec-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #c6ac83;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms
   }
   
   .sec-btn:hover {
    color: black;
   }
   
 

   .sec-btn:hover::before {
    width: 100%;
   }


.navbar{
    background-color: #0e1618!important;
    padding: 20px 0px;
}

.navbar li a,.dropdown-toggle{
    color: rgb(241, 241, 241)!important;
    font-family: 'CormorantInfant';
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.navbar li{
    margin: 0px 20px;
}

.container-fluid{
    max-width: 90%;
}

.top-bar{
    background-color: #0e1618;
    padding: 20px 0px;
}

.phone-icon{
    border: 1px solid #c6ac838a;
    border-radius: 50px;
    padding: 8px 14px;
}


.carousel-1{
    background: url('../image/img1.jpeg')rgba(0,0,0,0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

 
.carousel-2{
    background: url('../image/imag2.jpeg')rgba(0,0,0,0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-caption{
    margin-bottom: 8%;
}

.caption{
  margin-bottom: 0%!important;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }


  #bg-stats{
    background: url('../image/images6.webp')rgba(0,0,0,0.65);
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  .stat-box{
    background-color: #1e3035;
    border-radius: 60px;
    width: 120px;
    height: 120px;
  }

  #banner{
    background: url('../image/images8.jpeg')rgba(0,0,0,0.57);
    height: 50vh;
    background-size: cover;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }

  .snare-left{
    background: url('../img/snare.png');
    background-repeat: no-repeat;
  }

  .snare-right{
    background: url('../img/snare-right.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }

  .meeting-service{
    background: url('../img/meeting.jpg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .meeting-1{
    background: url('../image/image9.webp')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .wedding-1{
    background: url('../image/images13.jpeg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .private-1{
    background: url('../img/private.jpg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .birthday-1{
    background: url('../image/image11.jpeg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .service-p{
    display: none;
    color: white;
    padding: 10px 25px;
  }

  .meeting-service:hover{
    filter: opacity(85%);
    background-size: 105%;
   
    
  }

  .content-service{
    transition-duration: 0.4s;
   
  }

  .meeting-service:hover .content-service{
    transform: translateY(-100px);
    transition-duration: 0.4s;
  }

  .meeting-service:hover .service-p{
    display: block;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }


  @media only screen and (max-width: 600px) {
    .about-img{
      width: 100%!important;
      margin: 30px 0px;
    }
    #bg-stats{

      height: auto;
    }
    .carousel-review{
      height: 700px!important;
      margin-bottom: 0%;
      padding: 10px 0px;
    }
    .buton-wrapper{
      width: 180px;
    }
  }


  #about-head{

    background: url('../image/63.webp')rgba(0,0,0,0.57);
    background-size: cover;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #gallery-head{
    background: url('../image/images45.webp')rgba(0,0,0,0.57);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #contact-head{
    background: url('../image/imag2.jpeg')rgba(0,0,0,0.47);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    
  }

  #menu-head{
    background: url('../image/images27.webp')rgba(0,0,0,0.47);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #pizza-menu-head{
background: url('../img/pizza-head.webp')rgba(0,0,0,0.47);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  form{
   background-color: rgb(236, 210, 169);
    padding: 4em 2em;
} 

.form-container {
    max-width: 800px;
    margin: 0 auto;
   
}

.fcf-form-group {
   width: 100%;
   padding: 0.2em;
   
}

.fcf-label {
    position: absolute;
    left: -9999px;
    color: white;
    overflow: hidden;
    border: none;
}

.fcf-form-control {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    
}

.fcf-form-control::placeholder {
    color: #666;
}

select.fcf-form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 10px;
    border: none!important;
}

textarea.fcf-form-control {
   
    resize: vertical;
    min-height: 60px;

    max-height: 80px;
}

.fcf-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Quicksand';
    
}

.fcf-btn-primary {
    color: #ffffff;
    background-color: #dbb78d;
}

.fcf-btn-primary:hover {
    background-color: #c88c00;
}

.fcf-btn-block {
    display: block;
    width: 200px;
}

.fcf-btn-lg {
    padding: 15px 30px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .fcf-form-group {
        flex: 1 1 100%;
    }
}



     
        .phone-head-box a {
            text-decoration: none;
        }

        .language-switcher .form-select {
            background-color: transparent;
            border: 1px solid var(--primary-gold);
            color: white;
            font-size: 18px;
            width: 80px;
            cursor: pointer;
        }

        .language-switcher .form-select:focus {
            border-color: var(--light-gold);
            box-shadow: 0 0 0 0.2rem rgba(198, 172, 131, 0.25);
        }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../image/R3.jpeg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            height: 450px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
        }

        .hero-content h1 {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-weight: 600;
            margin-bottom: 15px;
            letter-spacing: 2px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .hero-content p {
            font-size: 1.3rem;
            font-weight: 300;
            letter-spacing: 1px;
        }

        .breadcrumb-nav {
            background-color: rgba(0,0,0,0.3);
            padding: 15px 0;
            position: absolute;
            bottom: 0;
            width: 100%;
        }

        .breadcrumb-nav a {
            color: white;
            text-decoration: none;
            padding: 0 10px;
            font-size: 14px;
        }

        .breadcrumb-nav a:hover {
            color: var(--primary-gold);
        }

        /* Rooms Grid Section */
        .rooms-section {
            padding: 80px 0;
            background-color: var(--cream-bg);
        }

        .room-card {
            background: white;
            border-radius: 0;
            overflow: hidden;
            margin-bottom: 40px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .room-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }

        .room-image-wrapper {
            position: relative;
            overflow: hidden;
            height: 320px;
        }

        .room-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .room-card:hover .room-image-wrapper img {
            transform: scale(1.1);
        }

        .room-size-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: var(--dark-bg);
            color: white;
            padding: 8px 18px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            z-index: 2;
        }

        .room-details {
            padding: 30px;
        }

        .room-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            font-weight: 600;
            color: #2c2c2c;
            margin-bottom: 15px;
        }

        .room-description {
            color: #666;
            line-height: 1.7;
            margin-bottom: 20px;
            font-size: 15px;
        }

        .room-features {
            display: flex;
            align-items: center;
            gap: 25px;
            margin-bottom: 25px;
            font-size: 14px;
            color: #555;
            flex-wrap: wrap;
        }

        .room-features i {
            color: var(--primary-gold);
            margin-right: 5px;
        }

        .book-btn {
            background-color: #6b5638;
            color: white;
            border: none;
            padding: 12px 35px;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-transform: uppercase;
        }

        .book-btn:hover {
            background-color: #5a482e;
        }
 
       

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }

            .room-card {
                margin-bottom: 30px;
            }

            .room-image-wrapper {
                height: 250px;
            }
 
        }