/* #header-container{
    width: 100%;
    height: 8.5vh;
    position: fixed;
    top: 0;
    left: 0;
    border: solid 2px #bb9999;
}
#footer-container{
    width: 100%;
    height: 8.5vh;
    left: 0;
    
}
.content{
    margin-top:8.5vh;
    margin-left: 12.5%;
    width: 75%;
    border: solid 2px #ff0000;
}
.content img{
    left: 0;
} */

html{
    box-sizing: border-box;
    /* border: solid 3px #0400ff; */
    min-width: 320px;
    margin: 0; 
    padding: 0; 
}
body{

    min-width: 320px;
    margin: 0; 
    padding: 0; 
    font-family: "Pangolin", "Arial", sans-serif; 
    font-size: 14px; 
    line-height: 22px; 
    font-weight: 400; 
    color: #ffffff;
    background: #000;
    /* border: solid 3px #ff0000; */
}
.header {
    z-index: 100;
    width: 100%;
    min-height: 80px; 
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.575);
}

.header-content{
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 200px;
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.47vw;
}
.logo-img{
    height: 50px;
}
.logo-text {
    font-size: 25px;
    margin-left: 8px;
}
.header-menu {
    display: flex;
    gap: 70px;
}
.header-menu a{
    text-decoration: none;
    color: #ffffff;
    font-family: "Pangolin", "sans-serif";
    font-size: 25px;
}
.header-menu a i{
    margin-right: 10px;
}
.header-user-menu{
    display: flex;
    gap: 50px;
}
.header-user-menu i:hover{
    cursor: pointer;
}
.mobile_menu_wrapper{
    display: none;
}
.header-mobile {
    background-color: #f1f1f1b6;
    width: 100%;
    text-align: center;
    z-index: 99;
    top: 80px;
    position:fixed;
    display: none;
}
.header-menu-mobile{
    margin-top: 7vh;
    font-size: 7vw;
    font-family: "Pangolin", "sans-serif";
    display:grid;
    min-height: 25vh;

}
.header-menu-mobile a{
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10%;
    color: #000;
    text-decoration: none;
}
.show{
    display: block;
}

.container {
    position: relative; 
    margin: 0; 
    /* width: 1300px; */
    padding: 0;
    /* border: solid 2px #ff9595; */
}
.rooms .container{
    text-align: center;
    /* border: solid 2px red; */
    width: 100%; 
    padding-top: 80px;
}
.titleRooms{
    margin-top: 1.8vw;
    margin-bottom: 0;
    font-family: "Pangolin";
    font-size: 30px;
}
.descriptionRooms{
    margin-top: 1.1vw;
    margin-bottom: 50px;
    font-family: "Pangolin";
    font-size: 20px; 
    color: #666666;
}
.roomsListContainer{
    display: flex;
    justify-content: center;
    width: 90%;
    margin-left: 5%;
    display: block;
}
.roomsList {
    display: inline-block;
    width: 100%;
    /* border: solid 2px red; */
    justify-content: space-between;
    /* gap: 20px; */
    padding: 0;
    overflow: hidden;
}
.photo img{
    width: inherit;
    max-width: 100%;
    background-size: cover;
    /* border-radius: 0.2vw; */
}
.photo{
    width: 800px;
    max-width: 90%;
    padding: 0;
    text-align: center;
    margin-inline: 20px;
    margin-block: 20px;
    background: #00000000;
    /* font-size: 1.1vw;
    font-family: "Pangolin";
    color: #ffffff;
    text-decoration: none; */
    border: none;
    /* border: solid 2px red; */
    /* width: 600px; */
    padding: 0;
}
.photo:hover{
    cursor: zoom-in;
}
.openedPhotoContainer{
    display: block;
}
.closedPhotoContainer{
    display: none;
}
.openedPhotoContainer .close{
    background:none ;
    border: none;
    color: white;
    z-index: 102;
    position: fixed;
    right: 0;
    width: 100px;
    height: 100px;
}
.openedPhotoContainer .close:hover{
    cursor: pointer;
}
.openedPhoto{
    background: #000;
    z-index: 100;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 100vh;
}
.openedPhoto img{
    background-size: cover;
    max-height: 95vh;
    max-width: 80%;
}
.openedPhoto button{
    background: none;
    border: none;
    width: 400px;
    height: 95vh;
}
.openedPhoto button:hover{
    cursor: pointer;
}
.toLeftPhoto{
    position: absolute;
    left: 0;
}
footer{
    margin-top: 40px;
}
.footerio{
    border-top: solid 2px #c7c7c7;
}
.footerio .container{
    width: 100%;
}
.infoLHN{
    display: flex;
}
.infoFuniro{
    width: 30%;
}
.titleFuniro{
    font-size: 26px;
}
.descriptionFuniro{
    font-family: "Pangolin",'Arial';
    color: #9f9f9f;
}
.LHN{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    font-family: "Pangolin",'Arial';
    /* border: solid 2px green; */
    
}
.LHN a{
    text-decoration: none;
    color: #ffffff;
    font-family: "Pangolin",'Arial';
    font-size: 20px;
}
.rights{
    border-top: solid 2px #c7c7c7;
    font-family: "Pangolin",'Arial';
}
.rights p{
    margin-top: 25px;
}
.mobile_footer{
    display: none;
}
.mobile_footer .rights p{
    margin-left: 20px;
}
@media (max-width: 1920px){
    /* .header-menu a{
        font-size: ;
    } */
    .descriptionRooms{
        margin-bottom: 1.2vw;
    }
    .photo{
        width: 530px;
    }
}
@media (max-width: 1440px){
    .header-menu a{
        font-size: 20px;
    }
    .photo{
        width: 360px;
    }
}

@media (max-width: 1100px){

    .photo{
        width: 280px;
    }
}

@media (max-width: 768px){
    
    .photo{
        width: 360px;
    }
}
@media (max-width: 600px){
    .header-menu a{
        font-size: 17px;
    }
    .photo{
        width: 340px;
    }
}
@media (max-width: 480px){
    .titleFuniro{
        font-size: 20px;
    }
    .descriptionFuniro{
        font-size: 15px;
    }
    .LHN a{
        font-size: 15px;
    }
}