.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* Ensure it stays on top */
}
.whatsapp-button img {
    width: 60px; /* Adjust size of the icon */
    height: 60px;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Add some shadow for a nice effect */
}

.room__box--is-relative {
    background: rgba( 240, 168, 104, 0.05 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.room-p {
    color: white;
    font-style: italic;
    font-weight: bold;
}

/* .drag-slider-slide {
    background: rgba( 240, 168, 104, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 10.5px );
-webkit-backdrop-filter: blur( 10.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
} */
/* fitness and wellness */
.parallax-bg, .contactt {
    background: rgba( 240, 168, 104, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 10.5px );
-webkit-backdrop-filter: blur( 10.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );

}
.butt {
    background-color: transparent;
    border-radius: 12px;
   
    padding-left: 8px;
    padding-right: 8px;
    font-size: medium;
    border: 2px solid gray;
    position: absolute ;
    right: 120px;
    top: 30px;
    
 
}

   
.download{
    margin-left: 1070px;
    color: white;
}
@media  screen and (max-width : 748px) {
    .download {
        margin-left: 100px;

    }
    .room-p, .room__text--ubytovanie {
        color: white;
    }
    .laymap {
        height: 100%;
        width: 100%;
    }

    
}
.laymap {
    align-items: center;
    align-content: center;
    
    margin-left: 20%;
    width: 60%;
    height: 60%;
}
.amenties {
    justify-content: center;
    margin-bottom: 10px;
    background: rgba( 240, 168, 104, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 10.5px );
-webkit-backdrop-filter: blur( 10.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
text-transform: capitalize;

}
.event-box__sub {
    text-align: start;

}
/* .events__tops {
    background: rgba( 240, 168, 104, 0 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
} */
.drag-slider-slide {
    background: rgba( 240, 168, 104, 0 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );


}
/* .box-border {
    background: rgba( 240, 168, 104, 0 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
} */
/* mudhouse */
.parallax-bg , .invest-text  {
    background: rgba( 240, 168, 104, 0 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );

}
.foo {
    margin-top: 20%;
    margin-left: 20%;
}
.invest {
    
    margin-left: 40px;
    margin-bottom: 40px;
    margin-right: 40px;
}
/* invest */
/* .numbering  {
    background: rgba( 240, 168, 104, 0 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
} */
/* .welcome-title {
    background: rgba( 240, 168, 104, 0 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
} */
@media screen and (max-width: 768px) {
     .room-p {
    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: large;
}
.room__text--ubytovanie {
    color: white;
    font-weight: bold;

}
    
}

  /* Main Navigation Styles */
  .nav__bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
  }
  
  .nav-logo img {
      max-height: 250px;
      margin-left: 20px;
  }
  
  .nav-toggle, .nav-close {
      cursor: pointer;
      padding: 10px;
      background-color: transparent;
      color: white;
      text-align: right;
      margin: 10px 0;
      margin-right: 20px;
      font-size: 18px;
  }
  
  .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #fff;
      text-align: left; /* Ensure the text is aligned to the left */
  }
  
  .nav-links.active {
      display: flex; /* Switch to column layout when active */
  }
  
  .nav-link {
      display: block;
      padding: 15px 20px;
      color: #e34e0d;
      text-decoration: none;
      border-bottom: 1px solid #f0f0f0;
  }
  
  .nav-link:hover {
      background-color: #f0f0f0;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
      .nav__bottom {
          flex-direction: row; /* Keep the toggle and close buttons in a row */
          width: 100%;
          justify-content: space-between;
      }
  
      .nav-links {
          flex-direction: column; /* Ensure links are stacked in column format */
          width: 100%;
          padding: 0;
      }
  }
  
