html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

 .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(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

/*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.6s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}





.rotate{

}


h1{
    text-align: left;
}


h2,h3,h4,h5,h6{
    font-family: "Gilda Display";
}

p{
    text-align: left;
    font-family: Outfit;
}

.navbar{
    background-color: #06643d18!important;
    box-shadow: none;

    padding-top: 25px;
    
}

.navbar li{
    margin: 0 15px;
}

.navbar li a{
    font-family: Barlow Condensed;
    font-weight: 400;
    color: #020202;
    font-size: 21px;
    border-bottom: 2px solid transparent;
}

.navbar li a.active{
    color: rgb(15, 15, 15)!important;
    border-bottom: 2px solid #c5a880;
}

.navbar li a:hover{
    border-bottom: 2px solid #c5a880;
    color: rgb(209, 165, 165);
    scale: 0.92;
}



.carousel-1{
    background: url('/photo/3/ab\ \(1\).JPG')rgba(0, 0, 0, 0.6);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;

}

.carousel-2{
    background: url('../photo/2/oba\ \(13\).JPG')rgba(0, 0, 0, 0.6);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;
}

.carousel-3{
    background: url('../photo/1/tba\ \(16\).JPG')rgba(0, 0, 0, 0.6);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;
}

.carousel-caption{
    margin-bottom: 20vh;
    align-items: center;
}





.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}


.img-flag{
    border-radius: 50%;
    width: 70px;
    height:70px;
}

.testimonial-box{
    background-color: white;
    padding: 5%;
    margin: 10px 10px;
}


@media only screen and (max-width: 689px) {
   
    .navbar{
        background-color: black!important;
        padding: 15px 0;
    }
    .button-col-1{
        text-align: center!important;
        margin: 10px 0;
    }

    .button-col-2{
        text-align: center!important;
    }
    .service-box{
        border-radius: 5px;
        margin-bottom: 15px;
    }
   
  }


  #rooms-head{
    background: url('/photo/3/ab\ \(12\).JPG')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: bottom;
  }

  .navbar-2{
    background-color: #06643d18!important;
    padding: 15px 0;
  }

  .navbar-2 li{
    margin: 0 15px!important;
  }


  #about-head{
    background: url('/photo/2/oba\ \(14\).JPG')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }


  #contact-head{
    background: url('/photo/1/tba\ \(21\).JPG')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }
 

   
  #bottone5 {
    align-items: center;
    background-color: #201615!important;
    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);
   }
  

.offer-thumb {
    display: flex; 
    justify-content: space-between; 
    gap: 20px; 
}

.img-small {
    width: 48%; 
    height: auto; 
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease-in-out; 
}

.img-small:hover {
    transform: scale(1.05); /* Slight zoom-in effect on hover */
}

@media (max-width: 768px) {
    .img-small {
        width: 100%; 
        margin-bottom: 15px; 
    }
}

.image-wrapper {
  position: relative;
}

.overlay-text-box {
  position: absolute;
  top: 10%;
  right: -25%;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  max-width: 350px;
}

.info-strip {
  position: absolute;
  bottom: -80px;
  left: 30%;
  transform: translateX(-50%);
  background-color: #f0e8dd;
  padding: 30px 20px;
  border-radius: 15px;
  width: 90%;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .overlay-text-box {
    position: static;
    margin-top: 20px;
  }

  .info-strip {
    position: static;
    transform: none;
    margin-top: 20px;
    width: 100%;
  }
}
.room-card {
  position: relative;
  overflow: hidden;
  border: none;
}

.room-card .card-body {
 
  width: 100%;
  height: 100%;
  
}

  .thumb-img {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .thumb-img:hover {
    transform: scale(1.05);
  }

   @media (max-width: 576px) {
    #mainImage {
      max-height: 300px;
      object-fit: cover;
    }
  }

 


.main-img {
  width: 100%;
  height: auto;
}

.overlay-img {
  position: absolute;
  width: 70%;
  top: 90%;
  left: 90%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
}


  #footer a:hover i {
    color: #AFA278;
    transition: 0.3s;
  }


@media (max-width: 768px) {
  

  .overlay-img {
    position: static;
    transform: none;
    width: 100%;
    border: none;
    box-shadow: none;
  }

  .main-img {
    width: 100%;
  }

  .bottone5 {
    display: inline-block;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }
}


.about-box1{
    padding: 5%;
    background-color: #95b8da;
}

.photo-hover-box .overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.photo-hover-box:hover .overlay-title {
  transform: translateY(0);
}


.phone-box{
    background-color: #0e1927;
    position: relative!important;
    z-index: 100!important;
    color: white;
    padding: 30px;
    width: 25%;
    
}
.reception-box {
  bottom: -50px;
  left: -20px;
  background-color: rgba(96, 174, 198, 0.95);
  width: 250px;
  border-radius: 10px;
}
.badge-years {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 15px;
}

.smaller-img {
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.testimonial-item{
  background-color: #e6e1d9;
}
.contact-box {
  background-size: cover;
  background-position: center;
}
.contact-box h5 {
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-box img {
  filter: brightness(0) invert(1); 
}

@media (max-width: 992px) {
  .container {
    flex-direction: column;
    gap: 30px;
  }
  
  .gallery-right,
  .gallery-left {
    flex: 1 1 100%;
  }
  
  .thumbnail-row {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  section {
    padding: 40px 15px;
  }
  
  #mainPhoto {
    border-radius: 6px;
  }
  
  .thumbnail {
    width: 50px;
    height: 50px;
  }
}
    
  .contact section p {
    color: rgb(2, 2, 2);
    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: #06643d18;
    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(0, 0, 0);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(0, 0, 0);
    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%, 0%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #06643d18;
    color: #000!important;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: rgb(0, 0, 0);
  }
  
  @media (max-width: 767px) {
    .footer_wrapper {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .contact-info{
    color: #000000!important ;
  }

  @media (max-width: 768px) {
  .thumbnail {
    width: 50px;
    height: 50px;
  }

  .main-photo-wrapper img {
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  .thumbnail-row {
    gap: 6px;
  }

  .thumbnail {
    width: 45px;
    height: 45px;
  }
}
.hero-parallax {
  height: 50vh;
  background-image: url('/photo/3/ab\ \(12\).JPG'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
  position: relative;
}

.hero-parallax .content {
  background-color: rgba(0, 0, 0, 0.4); 
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
