/*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*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Federant&family=Gilda+Display&family=Grey+Qo&family=Hind+Madurai:wght@300;400;500;600;700&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=La+Belle+Aurore&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libertinus+Math&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mozilla+Text:wght@200..700&family=Noto+Sans+KR:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.navbar{
    box-shadow: none;
    background-color: white;
    margin-bottom: -10em;
    position: relative;
    z-index: 15;
    margin-top: 30px;

}

.dropdown-toggle{
  color: black;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px!important;
    margin-left: 23px;
    text-transform: uppercase;
}

.nav-link {
    color: black;
    font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
    font-size: 16px!important;
    margin-left: 23px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
 .nav-link.active:hover{
    color: #e66a31!important;
 }

.nav-link:hover {
    color: black;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px!important;
    margin-left: 23px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e66a31;
}
.dropdown-item{
    color: black;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.rooms-name{
      font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: black;

}

.room-name1{
    margin-left: 100px;
    margin-bottom: 20px;
     font-weight: 500;
     padding: 13px!important;
}


  .amenity-card {
            padding: 2rem 1.5rem;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            text-align: center;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .amenity-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        .amenity-icon {
            font-size: 3rem;
            color: #ff6b35;
            margin-bottom: 1.5rem;
        }
        .amenity-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 1rem;
        }
        .amenity-description {
            color: #6c757d;
            font-size: 17px;
            line-height: 1.6;
        }
        .amenities-section {
            padding: 4rem 0;
            background-color: #f8f9fa;
        }


        .amenties-p{
            text-align: center;
 font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 25px;
        }


        .amenties-h1{
            color: black;
             font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  font-style: normal;
        }



.equal-img {
  width: 100%;
  height: 430px!important; 
  object-fit: cover;
  border-radius: 8px; 
}
.paragraph{
    margin-left: 50px;
    font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
.nav-link.active{
    color: #da3c3c!important;
}

.room-name{
    background-color: white;
    color: black;
    margin-bottom: 25px;
    padding: 30px;
    font-size: 23px!important;
    
}

.equal-img {
  width: 100%;
  height: 250px;      
  object-fit: cover;  
  border-radius: 8px; 
}
.btn-danger{
background-color: #e66a31;
color: white;
margin-left: 50px;
padding: 15px;
padding-left: 25px;
padding-right: 25px;}

.btn-danger:hover{
    background-color: #e66a31e0;
    color: white;
}

.nav-link:hover{
   color: #da3c3c!important;
}

.text{
     font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.815);
  margin-left: 50px;
}
.nav-link:hover {
    color:rgba(255, 255, 255, 0.779);
    transition: white;
 background-color:rgba(255, 255, 255, 0.329);
}
.nav-link.active:hover{
    color: rgba(255, 255, 255, 0.779)!important;
    transition: white;
     background-color:rgba(255, 255, 255, 0.329);
}

.book-button{
    background-color:#FFE7B4;
    margin-top: 42px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 10px;
     color: #2C150B;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    }

 .book-button:hover{
    background-color:#f5d486bb;
    color: rgba(0, 0, 0, 0.836);
  }   

.carousel-item.bg-slide {
  height: 100vh;            
  width: 100%;
  background-size: cover;    
}

.bg-slide {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat!important;
  transition: background-image 1s ease-in-out;
}

.slide1 { 
   background: url('../img/slide1.jpeg')rgba(0, 0, 0, 0.44);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

   

  .Check-in{
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 13px;
    color: white;
    background-color: #e66a31;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  }
  
  .relative-box{
    border-top: 2px solid #C19D68;
    position: relative;
    background: white;
    padding: 30px;
    color: rgba(0, 0, 0, 0.863)!important;
    width: 90% !important;
    z-index: 10;
    margin-top: -80px;
  -webkit-box-shadow: 0px 24px 65px -29px #0b2848;
    -moz-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
  }


.slide2 { 
   background: url('../img/slide2.jpeg')rgba(0, 0, 0, 0.44); 
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }



.carousel-text{
  text-align: left;
  font-size: 60px;
  margin-top: 30px;
   font-family: "Spectral", serif;
  font-weight: 550;
  font-style: normal;

}

.primary-btn{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:white;
    font-size: 14px;
    color: #e66a31;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 2px solid #e66a31; 

}

.primary-btn:hover{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#e66a31;
    font-size: 14px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal; 
}
.carousel-h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
  animation: fadeInDown 1.2s ease-out;
  margin-bottom: 25px;
}

.carousel-p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #f8f9fa;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  max-width: 800px;
  margin: 0 auto;
  animation: fadeInUp 1.5s ease-out;
  line-height: 1.7;
  margin-bottom: 270px;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.testimonials-section {
  background-color: #EFEFEF
;
  padding: 100px 0;
  margin-top: 50px;
}

.testimonials-h6 {
  color: #da3c3c;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.testimonials-h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 45px;
  color: black;
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-card {
  background-color: white;
  border: 1px solid rgba(128,128,128,0.15);
  border-radius: 12px;
  padding: 30px;
  margin: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: rgba(128,128,128,0.9);
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-name {
  font-family: "Spectral", serif;
  font-size: 20px;
  font-weight: 600;
  color: #0b2848;
  margin-bottom: 5px;
}

.testimonial-country {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
  



/* ===== Footer Styles ===== */
.footer_wrapper {
  background-color: #f8f9fa;
  padding: 50px 0 0 0;
  border-top: 1px solid #e66a31;
  font-family: "DM Sans", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.footer_wrapper h5 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  color: #2c150b;
}

.footer_wrapper p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}

.footer_wrapper ul {
  list-style: none;
  padding-left: 0;
}

.footer_wrapper ul li {
  margin-bottom: 12px;
}

.footer_wrapper ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer_wrapper ul li a:hover {
  color: #e66a31;
  padding-left: 5px;
}

.footer_wrapper .contact-info li i {
  color: #e66a31;
  margin-right: 8px;
  font-size: 16px;
}

/* Copyright Section */
.copyright-section {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  background-color: #fff;
  margin-top: 30px;
}

.copyright-section p {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}

.copyright-section a img {
  margin-left: 5px;
  vertical-align: middle;
}

 .header-section7{
     background: url('../img/image3.jpeg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }


           .header-section8{
     background: url('../img/gallery7.jpeg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }

 .header-section5{
     background: url('../img/image1.jpeg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }

.contact-section {
            background-color: #2d2d2de7;
            color: white;
            padding: 80px 0;
            margin-top: 55px;
        }
        
        .fa-location-arrow{
             color: #e66a31!Important;
        }
        .fa-phone{
            color: #e66a31!Important;
        }

        .fa-envelope{
               color: #e66a31!Important;
        }
        .contact-item {
            text-align: center;
            padding: 20px;
        }
        
        .contact-icon {
            width: 80px;
            height: 80px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
        }
        
        .contact-icon i {
            font-size: 30px;
            color: #2d2d2d;
        }
        
        .contact-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 30px;

        }
        
        .contact-description {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .contact-link {
            color: white;
            text-decoration: underline;
            font-size: 16px;
            font-weight: 500;
        }
        
        .contact-link:hover {
            color: #f8f9fa;
            text-decoration: underline;
        }
        
        .divider {
            width: 40px;
            height: 2px;
            background-color: #e66a31;
            margin: 0 auto 25px;
        }
          
 .header-section6{
     background: url('../img/image4.jpeg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }

.gallery-section {
  background-color: #ffffff;
}

.gallery-section img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-section img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.text-start{
    font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: black;
  font-weight: 500;
}

@media(max-width:1000px){
    .text {
    margin-left: 0;
    text-align: center;
    font-size: 26px;
  }

  .gallery{
    font-size: 40px;
  }
  .paragraph {
    text-align: center;
    margin: 0 auto;
  }

  .btn {
    display: block;
    margin: 20px auto 0 auto;
  }
   

    .text-muted{
        text-align: left;
    }

    .btn-danger{
margin-left: 20px!important;
}
.testimonials-h1{
    font-size: 30px;
}

.carousel-h1{
    margin-top: 10px!important;
}

.carousel-p{
    margin-bottom: 90px;
}
}



#rooms{
  margin-top: 60px;
}


.room-name{
font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  font-size: 30px;
  color: black;
}

.room-button{
  text-transform: uppercase;
  background-color: #e66a31;
  color: white;
  padding: 10px 20px;
  border: none;
  transition: background-color 0.3s ease;
  text-decoration: none;
  max-width: 160px!important;
  justify-content: center!important;
  text-align: center;
  transition: all ease 0.2s;
  font-size: 15px;
}


.content-column{
  background-color: #e4ddd2;
  margin-right: -50px;
  z-index: 100;
  margin-top: 70px;
  height: 450px;
  padding-left: 50px;
  padding-right: 50px;

}
