



.navbar{
    z-index: 1;
}
.logo{
    height: 100px;
    width: auto;
}
.nav-link{
    font-weight: bolder;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 10px;
    font-size: 15px;
    color: aliceblue;
    text-shadow: 1px 1px black;   
}



.bg-logo{
    display: block;
    height: 300px;

}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
 
  }

  .bg {
    position: relative;
    height: 300px; /* Height of the container */
}

.bg::before {
  
    content: '';
    background-image: url("images/Carosol/logo.png");
    background-repeat: no-repeat;
    background-size: auto 300px; /* Adjust the height (200px in this example) */
    background-position: center; /* Center the background image horizontally and vertically */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2; /* Set the opacity of the background image */
}


.Room-img{
   height: 250px;
   width: 300px;
}

.Address{
    font-family: "Playfair Display", serif;
    
}