/*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=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&display=swap');

html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Open Sans", sans-serif;
background:#efe5dc;
  color: rgb(0, 0, 0);

}


  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
      text-transform: uppercase;

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
    color: #000000 !important;
    font-size: 18px !important;
    font-family: "Spectral", serif;
    font-weight: 800!important;
    font-style: normal;
    }
    


.rooms-h1{
  font-size: 50px !important;
  font-family: "Spectral", serif;
  font-weight: 800!important;
  font-style: normal;
}


    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#024436;
    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: "Forum", serif;
    font-size: 18px;
    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: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(0);
   }
  

   .header-section{
    margin-top: 130px;
    text-align: center;
    margin-bottom: 40px;
   }


.nav-h1{
  margin-bottom: 120px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
 letter-spacing: 2px;
 line-height: 60px;
   }


   
.cover-bg{
  background: url('../img/img-cover.JPG') rgba(0, 0, 0, 0.438);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  margin-top: 60px;
}




.feature-icon {
      font-size: 40px;
      color: #a86c3e; 
    }

    .feature {
      margin-bottom: 30px;
    }

    .schedule-btn {
      background-color: #a86c3e;
      color: white;
      border: none;
      padding: 10px 20px;
      letter-spacing: 1px;
      border-radius: 10px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 17px;
      font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
    }

 .apartemnt-name{
  color: black;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
 }   

 .text-muted{
  color: rgba(0, 0, 0, 0.836);
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
 }

 .home{
    background-color: rgba(128, 128, 128, 0.144);
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
 }

 .services-section1{
    margin-top: 30px!important;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 45px;
 }

 .footer {
  background-color: #0b3d3a;
  color: white;
  padding: 40px 0;
   padding-top: 80px;
}

.footer-logo {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  margin-bottom: 25px;
}

.contact-info h4 {
  margin-top: 15px;
  color: #ffffff;
}

.contact-info p {
  color: #bcbcbc;
  margin-bottom: 20px;
}

.contact-info img {
  margin-bottom: 10px;
}

.footer-copyright{
  font-size: 18px;
  font-weight: 500px;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
}

@media (max-width: 768px) {

  

  .contact-info .col-md-4 {
    margin-bottom: 20px;
  }
}


.testimonials-section{
  margin-top: 60px;
  margin-bottom: 50px;
}

.guest-name{
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;

}

.guest-country{
  color: #000000;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}

.testimonal-tittle{
  font-size: 30px;
  font-family: "Marcellus", serif;
  font-weight: 520;
  font-style: normal;
}

.testimonal-name{
  font-size: 50px;
  font-family: "Marcellus", serif;
  font-weight: 520;
  font-style: normal;
}

.navbar-toggler-icon{
background-color:#024436;
}

  @media only screen and (max-width: 870px) {
 .rooms-img{
    height: 200px;
  }
     .name{
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px!important;
  color: #a86c3e;
 }

    .rooms-h1{
  font-size: 35px !important;
  font-family: "Spectral", serif;
  font-weight: 800!important;
  font-style: normal;
}


    .info-tittle{
  color: #b07e50!important;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px!important;
}

    .map{
  margin-bottom:60px;
  margin-top: 40px;
  width: 30px!important;
}

    .testimonal-name{
  font-size: 30px;
  
}
.row {
    display: flex;
    flex-wrap: wrap;
  }

  .feature {
    width: 50%;
  }
    
.nav-h1{
  margin-bottom: 60px;
   font-style: normal;
  font-size: 30px;
 letter-spacing: 2px;
 line-height: 40px;
   }

     .header-section{
    margin-top: 80px;
    text-align: center;
    margin-bottom: 40px;
   }

   .header-img{
    width: 340px;
   }

   .elements{
font-size: 15px;
   }

   }


   #rooms-home {
  background-color: #1C3035;
  color: white;
  padding: 60px 0;
}

.rooms-intro-box {
  padding: 20px;
}

.rooms-intro-box h2 {
  font-size: 36px;
  font-weight: bold;
}

.rooms-intro-box p {
  font-size: 16px;
  line-height: 1.6;
}

.btn2 {
  background-color: #b88d49;
  color: white;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  transition: background 0.3s ease;
}

.btn2:hover {
  background-color: #a0773f;
}

.room-home-box {
  background-color: #b07e50;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.room-home-box:hover {
  transform: translateY(-5px);
}

.room-content {
  padding: 20px;
}

.room-content h2 {
  font-size: 22px;
  font-weight: 600;
}

.room-content p {
  font-size: 14px;
  margin-bottom: 15px;
}

.room-spec i {
  color: #b88d49;
}

.room-spec p {
  margin: 0;
  font-size: 14px;
}

.rom img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.icon-rooms {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 24px;
  color: white;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.icon-rooms:hover {
  background-color: #b88d49;
}



    .section-bg3{
 background: url('../img/Room-3/P1262240.JPG'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
  }


    .section-bg4{
 background: url('../img/Room-3/P1262238.JPG'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
  }


@media (max-width: 1199px) {
  .accommodate .row:nth-child(even) .col-xl-7 {
    order: 0;
  }
}

.room-details{
  color: #000000d0;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.room-name{
  color: #024436;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 10px;
}

.room-description{
  color: black;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.book-now-link{
  color: #b07e50;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.book-now-link:hover{
color: #024436;
}

.room-description{
  color: #000000;
   font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}


.section-bg5{
 background: url('../img/Room-2/P1262230.JPG'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
}



.section-bg6{
 background: url('../img/Room-3/P1262239.JPG'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
}



.info{
  margin-left:60px;
  margin-bottom:20px;
}

.map{
  margin-bottom:60px;
  margin-top: 40px;
}

.info-tittle{
  color: #b07e50!important;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}

.info-details{
  color: #000000;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}


.feature-section {
    position: relative;
   padding-top: 100px;
   padding-bottom: 30px;
  }
 
  
  .feature-row:nth-child(even) .image-column .inner-column {
    margin-right: 0;
    margin-left: -170px;
  }
  .feature-row:nth-child(even) .content-column .inner-column {
    padding: 23px 0 40px 80px;
  }
  .feature-row:hover .image-column .inner-column .image-box .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .feature-row .image-column .inner-column {
    margin-right: -170px;
    position: relative;
    z-index: 9;
  }
  .feature-row .content-column {
    margin-bottom: 60px;
  }
  .feature-row .content-column .inner-column {
    position: relative;
    background-color: #f8f5f0;
    padding: 23px 0 40px 200px;
  
  }
  @media (max-width: 1199.98px) {
    .feature-row .content-column .inner-column {
        padding: 23px 0 40px 200px;
    }
  }
  @media (max-width: 991.98px) {
    .feature-row .content-column .inner-column {
      padding-left: 40px;
      padding-right: 0;
    }
  }
  @media (max-width: 575.98px) {
    .feature-row .content-column .inner-column {
      padding: 61px 40px 70px 40px;
      margin-top: 0;
    }
  }
  .feature-row .content-column .inner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 232px;
    width: 95px;
    height: 11px;
    background-color:#85714C;
  }
  .feature-row .content-column .inner-column .sec-title {
    margin-bottom: 34px;
  }
  .feature-row .content-column .inner-column .sec-title .text {
    margin-top: 31px;
  }
  .feature-row .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 13px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
  }
  .feature-row .content-column .inner-column .sec-title .sub-title::before {
    display: none;
  }
  
  @media only screen and (max-width: 991px) {
    .feature-row .content-column .inner-column {
      margin-top: 0;
    }
    .feature-row .content-column .inner-column::before {
      left: 40px;
    }
    .feature-row .image-column .inner-column {
      margin-right: 0;
    }
    .feature-row:nth-child(even) .image-column .inner-column {
      margin: 0;
    }
    .feature-row:nth-child(even) .content-column {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
      max-width: 100%;
    }
    .feature-row:nth-child(2n) .content-column .inner-column {
      padding: 61px 40px 70px 40px;
    }
  }
  @media only screen and (max-width: 576px) {
    .feature-row .image-column .inner-column {
      margin-bottom: 20px;
    }
    .feature-row:nth-child(even) .content-column .inner-column .sec-title {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 480px) {
    .feature-row:nth-child(2n) .content-column .inner-column {
      padding: 61px 40px 70px 40px;
    }
  }
 

  .sec-title h2{
    font-family: "Cormorant Garamond", serif;
  }
  .text58{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
  }
  .pp{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
  }

 
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 50%; 
    width: 50px; 
    height: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; 
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }


  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.8); 
    transform: translateY(-50%) scale(1.1); 
  }

 .apartment-name{
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
 }

 .room-p{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: 30px;
 }

 .name{
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  color: #a86c3e;
 }

 .sub-title{
  color: #000000;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
 }