/* #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: #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(255, 255, 255, 0.575); */
    transition: 0.3s;
}
.header.scrolled{
    background-color: rgba(255, 255, 255, 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: #000;
    font-family: "Pangolin", "sans-serif";
    font-size: 28px;
}
.header-menu a i{
    margin-right: 10px;
}
.header-user-menu{
    display: flex;
    gap: 50px;
}
.header-user-menu i:hover{
    cursor: pointer;
}
.show{
    display: block;
}

.container {
    position: relative; 
    margin: 0; 
    /* width: 1300px; */
    padding: 0;
    /* border: solid 2px #ff9595; */
}
.section.banner{
    background:url(/content/Price-List/back.gif);
    height: 780px;
    max-height: 95%;
    width: 100%;
    background-size: cover;
    background-position:top;
    background-position-x: center;
    position: relative;
}
.section.banner .container{
    position: absolute;
    width: 35%;
    min-height: 100px;
    background-color: #e3f7ff;
    left: 55%;
    top: 20%;
    padding: 2vw;
    padding-left: 2vw;
    border-radius: 15px;
    align-items:flex-start;
}
.element {
  background: linear-gradient(90deg, #ffca56, #ffe986, #ffca56);
  background-size: 200% 100%;
  animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.newArriva {
    color: #000;
    font-family: "Pangolin", "Arial";
    letter-spacing: 0.32vw;
    font-size: 0.9vw;
    margin-top: 20px;
}
.Description1 {
    color: #da3e3e;
    font-family: "Pangolin", "Arial";
    line-height: 4vw; 
    font-size: 4vw;
    margin: 0;
    padding: 0;
    /* border: solid 2px aquamarine; */
}
.Description2 {
    color: #000;
    font-size: 0.8vw;
    font-family: "Pangolin", "Arial";
    margin-block: 20px;
}
.Description2 i{
    color: #da3e3e;
}
.Description2 a{
    color: #da3e3e;
}
.buttBuyNow{
    /* position: absolute; */
    background-color: #da3e3e;
    width: 40%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* bottom: 40px; */
    border-radius: 10px;
    transition: all 0.2s;
    text-decoration: none;
}
.buttBuyNow:hover{
    cursor: pointer;
    border-radius: 3px;
}
.buttBuyNow:hover b{
    font-size: 1.3vw;
}
.buttBuyNow b{
    font-size: 1.2vw;
    color: white;
    transition: all 0.2s;
}

.rooms .container{
    text-align: center;
    /* border: solid 2px red; */
    width: 100%; 
}
.titleRooms{
    margin-top: 1.8vw;
    margin-bottom: 0;
    font-family: "Pangolin";
    font-size: 1.8vw;
}
.descriptionRooms{
    margin-top: 1.1vw;
    margin-bottom: 50px;
    font-family: "Pangolin";
    font-size: 1.2vw; 
    color: #666666;
}
.roomsListContainer{
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
}
.roomsListContainer_mobile{
    display: none;
    justify-content: center;
}
.roomsList_mobile {
    display: block;
    width: 45%;
    /* border: solid 2px red; */
    justify-content: space-between;
}
.roomsList {
    display: flex;
    width: 100%;
    /* border: solid 2px red; */
    justify-content: space-between;
}
.room {
    width: 57%;
    padding: 0;
    text-align: center;
}
.room img{
    width: inherit;
    background-size: cover;
    border-radius: 1vw;
}
.room p{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.3vw;
    font-family: "Pangolin";
}
.priceList{
    display: flex;
    justify-content: center;
}
.priceList .container{
    text-align: center;
    /* border: solid 2px red; */
    display:inline-block;
    justify-content: center;
    width: 60%; 
}
.titlePriceList{
    margin-top: 1.8vw;
    margin-bottom: 0;
    font-family: "Pangolin";
    font-size: 30px;
}
.descriptionPriceList{
    margin-top: 1.1vw;
    margin-bottom: 50px;
    font-family: "Pangolin";
    font-size: 25px; 
    color: #666666;
}
.priceList table{
    /* border: solid 2px green; */
    width: 100%;
    font-size: 20px;
}
th,td{
    border: 1px solid rgb(160 160 160);
    padding: 10px 15px;
}
td i{
    font-size: 15px;
    text-decoration: line-through;
    color: #1d1d1d;
}
footer{
    margin-top: 40px;
}
.footerio{
    border-top: solid 2px #c7c7c7;
}
.footerio .container{
    width: 100%;
    /* border: solid 1px red; */
    /* margin-block: 25px; */
}
.infoLHN{
    /* border: solid 1px red; */
    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: #000;
    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: 26px;
    }
    .section.banner .container{
        left: 53%;
        width: 38%;
    }
    .newArriva{
       font-size: 1.1vw;
    }
    .Description1{
        line-height: 4.3vw; 
        font-size: 4.3vw;
    }
    .Description2{
        font-size: 1.1vw;
    }
    .buttBuyNow{
        width: 45%;
        height: 75px;
    }
    .buttBuyNow b{
        font-size: 25px;
    }
    .buttBuyNow:hover b{
        font-size: 28px;
    }
    .descriptionRooms{
        margin-bottom: 1.2vw;
    }
}
@media (max-width: 1440px){
    .header-content{
        gap: 5vw;
    }
    .header-menu a{
        font-size: 24px;
    }
    .section.banner .container{
        top: 25%;
        left: 42%;
        width: 44%;
    }
    .newArriva{
       font-size: 1.3vw;
    }
    .Description1{
        line-height: 4.7vw; 
        font-size: 4.7vw;
    }
    .Description2{
        font-size: 1.3vw;
    }
    .buttBuyNow{
        width: 48%;
        height: 70px;
    }
    .buttBuyNow b{
        font-size: 22.5px;
    }
    .buttBuyNow:hover b{
        font-size: 24px;
    }
}
@media (max-width: 1100px){
    .header-user-menu{
        gap: 30px;
    }
    .header-menu {
        gap: 30px;
    }
    .header-content{
        gap: 4vw;
    }
    .section.banner .container{
        top: 25%;
        left: 35%;
        width: 53%;
    }
    .newArriva{
       font-size: 1.45vw;
    }
    .Description1{
        line-height: 5vw; 
        font-size: 5vw;
    }
    .Description2{
        font-size: 1.6vw;
    }
    .buttBuyNow{
        width: 48%;
        height: 60px;
    }
    .buttBuyNow b{
        font-size: 20px;
    }
    .buttBuyNow:hover b{
        font-size: 23px;
    }
    .titleRooms{
        font-size: 2.5vw;
        margin-top: 2.2vw;
    }
    .descriptionRooms{
        font-size: 1.5vw; 
        margin-top: 0.9vw;
    }
    .room {
        width: 70%;
    }
    .room p{
        font-size: 1.6vw;
        margin-top: 1.5vw;
        margin-bottom: 1.6vw;
    }
    .priceList .container{
        width: 90%; 
    }
}
@media (max-width: 768px){
    .section.banner .container{
        top: 25%;
        left: 20%;
        width: 70%;
    }
    .newArriva{
       font-size: 2vw;
    }
    .Description1{
        line-height: 7.3vw; 
        font-size: 7.3vw;
    }
    .Description2{
        font-size: 2.5vw;
    }
    .buttBuyNow{
        width: 60%;
        height: 60px;
    }
    .buttBuyNow b{
        font-size: 18px;
    }
    .buttBuyNow:hover b{
        font-size: 20px;
    }
    .titleRooms{
        font-size: 3.5vw;
    }
    .descriptionRooms{
        font-size: 1.8vw;
    }
    .roomsListContainer_mobile{
        display: flex;
    }
    .roomsListContainer{
        display: none;
    }
    .room {
        width: 100%;
    }
    .room p{
        font-size: 3.5vw;
        margin-block: 25px;
    }
    .priceList .container{
        width: 100%; 
    }
}
@media (max-width: 600px){
    .header-content {
        display: flex;
        gap: 100px;
    }
    .header-menu-mobile a{
        font-size: 23px;
    }
    .section.banner .container{
        top: 26%;
        left: 16%;
        width: 73%;
    }
    .newArriva{
       font-size: 2.2vw;
    }
    .Description1{
        line-height: 7.8vw; 
        font-size: 7.8vw;
    }
    .Description2{
        font-size: 2.8vw;
    }
    .buttBuyNow{
        width: 60%;
        height: 60px;
    }
    .buttBuyNow b{
        font-size: 19px;
    }
    .buttBuyNow:hover b{
        font-size: 21px;
    }
    .titleRooms{
        margin-top: 30px;
        font-size: 4.5vw;
    }
    .descriptionRooms{
        margin-bottom: 30px;
        font-size: 2.35vw;
    }
    .roomsList_mobile{
        width: 60%;
    }
    .room p{
        font-size: 3.8vw;
        margin-block: 20px;
    }
}
@media (max-width: 480px){
    .header-menu-mobile a{
        font-size: 9vw;
    }
    .section.banner .container{
        top: 23%;
        left: 10%;
        width: 80%;
    }
    .newArriva{
       font-size: 2.4vw;
    }
    .Description1{
        line-height: 8.1vw; 
        font-size: 8.1vw;
    }
    .Description2{
        font-size: 3vw;
    }
    .buttBuyNow{
        width: 100%;
        height: 57px;
    }
    .buttBuyNow b{
        font-size: 18px;
    }
    .buttBuyNow:hover b{
        font-size: 20px;
    }
    .titleRooms{
        margin-top: 25px;
        font-size: 5vw;
    }
    .descriptionRooms{
        margin-bottom: 25px;
        font-size: 2.5vw;
    }
    .roomsList_mobile{
        width: 80%;
    }
    .room p{
        font-size: 4.1vw;
        margin-block: 14px;
    }
    th,td{
        padding: 0;
        font-size: 12px;
    }
    .titleFuniro{
        font-size: 20px;
    }
    .descriptionFuniro{
        font-size: 15px;
    }
    .LHN a{
        font-size: 15px;
    }
}
