/*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=Dancing+Script:wght@400..700&family=Gilda+Display&family=Grey+Qo&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=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&display=swap');

html, body {
  height: 100%;
  margin: 0;
  background-color: #F9F8F7;
  width: 100%;
  overflow-x: hidden;
}

.navbar{
    box-shadow: none;
    background-color: transparent!important;
    margin-bottom: -10em;
    position: relative;
    z-index: 15;
}

.nav-item{

  border-bottom: 0.5px solid rgba(255, 255, 255, 0.507);
  margin-top: 30px;
}

.nav-link {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 21px!important;
    margin-left: 23px;
    
   
}
.nav-link.active{
    color: white!important;
    
}

.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/carousel3.jpeg')rgba(0, 0, 0, 0.44);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide2 { 
   background: url('../img/carousel2.jpeg')rgba(0, 0, 0, 0.44); 
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide3 { 
   background: url('../img/carousel1.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;

}


.language-selector {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 30px!important;
   
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.507);
}

.language-selector li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.language-selector {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.language-selector li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}




.primary-btn{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:white;
    font-size: 15px;
    color: #440000;
    border-radius: 15px;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; 
  margin-top: 30px;
  border: 3px solid #440000;
}


.primary-btn:hover{
   background-color:#440000c4;
   color: white;
}

.primary-btn1{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:white;
    font-size: 15px;
    color: #440000;
    border-radius: 15px;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; 
  margin-top: 30px;
  border: 3px solid #440000;
  margin-bottom: 350px!important;
  margin-top: 30px;
}


.primary-btn1:hover{
   background-color:#440000c4;
   color: white;
}
.carousel-button{
   background-color:#ffde95;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 60px;
    float: left;
    margin-top: 210px;
    margin-right: 50px;
    color: #2C150B;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; 
}

 .room-card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin: 15px;
    }

    .room-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .room-content {
      padding: 20px;
    }

    .room-title {
      font-weight: 600;
      font-size: 20px;
    }

    .room-price {
      color: #e74c3c;
      margin-top: 5px;
    }

    .room-details {
      margin: 10px 0;
      font-size: 14px;
      color: #555;
    }


    .room-buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
    }

    .room-buttons button {
      padding: 8px 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }


    .view-btn {
      background: white;
      color: #333;
      border-bottom: 1px solid #343a40!important;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 17px;
      border-radius: 5px;
    }



        .view-btn:hover {
      background: white;
      color: #333;}
  

        .book-btn:hover { 
     background: white;
      color: #440000;}

    .book-btn {
     background: white;
      color: #440000;
      border-bottom: 2px solid #440000!important;
        font-family: "Poppins", sans-serif;
       font-weight: 600;
      font-size: 17px;
      border-radius: 5px;
    }

    .carousel-h1{
      text-align: center;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 35px;
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
    }

    .rooms-h1{
    text-align: center;
      font-family: "Poppins", sans-serif;
       font-weight: 900;
      font-size: 30px;
      margin-top: 80px;
      text-transform: uppercase;
      margin-bottom: 50px;
      color: #343a40;

    }

    .rooms-p{
      text-align: center;
       font-family: "Poppins", sans-serif;
       font-weight: 500;
      font-size: 20px;
    }

    .room-title{
      font-size: 23px;
      font-family: "Gilda Display", serif;
      font-weight: 550;
      font-style: normal;
      color: #440000;
    }

    .icons-text{
      font-size: 17px;
      margin-left: 5px;
    }

    .about-section {
   
      text-align: center;
    }

    .about-section h2 {
      font-size: 36px;
      font-weight: 700;
    }


    .about-section p.subtitle {
      color: #666;
      margin: 10px auto 30px;
      text-align: center;
     
    }

    .about-content {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 40px;
    }

    .about-text {
      flex: 1;
      min-width: 300px;
      max-width: 50%;
      padding-right: 20px;
    }

    .about-text h3 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .about-text p {
      font-size: 16px;
      color: #444;
      line-height: 1.6;
      margin-bottom: 20px;
    }


    .about-images {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .about-images img {
      width: 48%;
      height: 180px;
      object-fit: cover;
      border-radius: 10px;
    }

    @media screen and (max-width: 768px) {
      .contact-h1{
        font-size: 30px!important;
      }

      .rooms-p{
        text-align: left;
      }
      .rooms-h1{
        font-size: 20px;
      }
.section-h1{
  padding-top: 170px;
  color: white;
  padding-left: 300px;
  font-family: "Poppins", sans-serif;
    font-weight: 700;
}


      .about-content {
        flex-direction: column;
      }

      .about-text, .about-images {
        max-width: 100%;
        padding: 0;
      }

      .about-images img {
        width: 100%;
      }
    }

    .about-h2{
      text-align: center;
      font-family: "Poppins", sans-serif;
       font-weight: 900;
      font-size: 30px;
      margin-top: 100px;
      text-transform: uppercase;
      margin-bottom: 50px;
      color: #343a40;
    }

    .about-h3{
      text-align: left;
      font-family: "Dancing Script", cursive;
      font-optical-sizing: auto;
      font-weight:900;
      font-style: normal;
      font-size: 5px;
      color: #440000;
      text-transform: uppercase;
    }

    .about-{
      text-align: left;
       font-family: "Poppins", sans-serif;
       font-weight: 500;
      font-size: 20px;
    }

    .about-btn{
      background-color: white;
      border-radius: 20px;
      border: 1px solid #440000;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
       font-family: "Poppins", sans-serif;
       font-weight: 800;
     margin-right: 200px!important;
     margin-right: 200px!important;
     font-size: 13px;
     float: left;
     margin-top: 10px;
    }

    .rooms-btn{
margin-left: 500px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
font-family: "Poppins", sans-serif;
font-weight: 800;
border-top: 1px solid #440000;
border-bottom: 1px solid  #440000;
border-radius: 10px;
margin-top: 20px;
color: #343a40;
margin-bottom: 70px;
    }

     .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000bd, #000000b2), url('image/475801254 (1).jpg') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #440000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  #contact{
margin-top: 40px!important;
  }

  
@media only screen and (max-width: 870px) {
  .about-section {
    padding: 40px 20px;
  }

  .about-content {
    flex-direction: column;
    align-items: center;
  }

  .about-text {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-text h3 {
    font-size: 20px;
  }

  .about-text p {
    font-size: 15px;
  }

  .about-btn {
    font-size: 14px;
    padding: 10px 25px;
  }

  .about-images {
    justify-content: center;
  }

  .about-images img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
  }


  .img12{
    width:500px;
    height:300px;
  }

  .nav-link{
    color: #000000!important;
  }

  .nav-link.active{
    color: #000000!important;
  }

  
  .navbar {
    margin-bottom: 0;
    background-color: #c19a6bc4!important;
  }

  .navbar .nav-link {
    font-size: 18px !important;
    margin-left: 0;
    text-align: center;
  }

  .nav-item {
    margin-top: 10px;
    border-bottom: none;
  }

  .language-selector {
    justify-content: center;
    margin-top: 10px !important;
    border: none;
  }

  .book-button {
    margin-top: 20px;
    font-size: 14px;
    padding: 8px 20px;
  }

  .primary-btn,
  .primary-btn1 {
    font-size: 12px;
    padding: 12px 20px;
    margin-top: 15px;
    margin-bottom: 30px !important;
  }


  .primary-btn{
margin-left: 110px;
  }


  .carousel-caption {
    bottom: 80px;
  }

  .carousel-h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .carousel-button {
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 10px 20px;
    float: none;
  }

  .carousel-item.bg-slide {
    height: 80vh;
  }

  .carousel-text {
    font-size: 30px;
    text-align: center;
  }

  .navbar-toggler {
    margin-top: 10px;
  }

  .navbar-collapse {
    background-color: white;
    padding: 10px 0;
  }

}

.testimonials-section {
  padding: 60px 20px;
  background-color: #fdf9f4;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-family: "Playfair Display", serif;
  margin-bottom: 40px;
}

.testimonial-item {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-text {
  font-size: 18px;
  font-style: italic;
  color: #444;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #440000;
  font-family: "Poppins", sans-serif;
}


  .contact-bg1{
    background: url('../img/Triple\ Room\ with\ Sea\ View2.4.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  }

  .contact-bg6{
    background: url('../img/Studio\ with\ Mountain\ View1.2.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  }

  
  .contact-bg2{
    background: url('../img/Quadruple\ Room\ with\ Sea\ View1.1.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  }

   .contact-bg3{
    background: url('../img/Quadruple\ Room\ with\ Sea\ View1.3.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  }

  
   .contact-bg5{
    background: url('../img/mountain2.2.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  }

  
  
  
.Contact-head{
    background: url('../img/deluxe1-4.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.section-contact .inff{
    border: 1px solid #440000;
    padding: 10px 15px;
    border-radius: 10px;
    transition-duration: 0.5s;
    
    }
    .section-contact .inff .icons{
        margin-right: 20px;
        margin-left: 10px;
    }
    .section-contact .inff .icons i{
        font-size: 30px;
        color: white !important;
        background-color:#440000;
        padding: 20px;
        border-radius: 50%;
    }
    .section-contact .inff:hover{
        border: 1px solid #440000ad;
        padding: 10px 15px;
        background-color: #440000b6;
        transition-duration: 0.5s;
        }
     .section-contact .inff:hover .inff-text p{
        color: white !important;
        transition-duration: 0.5s;
     }
     .section-contact .inff:hover .inff-text h5{
        color: white !important;
        transition-duration: 0.5s;
     }

     .details{
      color: black;
        font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
     }

.contact-h1{
margin-top: 30px;
 font-family: "Playfair Display", serif;
 color: #440000!important;
}

.section-h1{
  padding-top: 250px;
  color: white;
  padding-left: 700px;
  font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.description-section{
  margin-top: 100px;
}