* {
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    font-family: "Poppins", serif;
    background-color: #0F1010;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", serif;
    z-index: 15;
    
}
.logo img{
    height: 66px;
}
.navbar{
    align-items: center;
    margin-right: 150px;
}
.navbar a{
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    color: white;
}
.navbar a:hover{
    color: #c0c0c0;
}
.nav-links{
    margin-right: 110px;
}
.icons{
    margin-right: 10px;
}
.icons i{
    font-size: 21px;
}

.menu-icon {
    display: none; 
  }

  .side-panel {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    z-index: 1000; 
  }
  
  .side-panel a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 17px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .side-panel a:hover {
    background-color: #333; 
  }
  
  .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    text-decoration: none;
    color: white;
    cursor: pointer;
  }
  @media (max-width: 480px) {
    .nav-links {
      display: none; 
    }
    .logo img{
        height: 25px;
        margin-top: 0px;
        margin-left: 30px;
    }
    .side-panel a{
        font-size: 11px;
    }
    .icons{
        display: none;
    }
    .icon-flex{
        display: flex;
    }
  
    .menu-icon {
      display: block; 
      background: none;
      border: none;
      font-size: 15px;
      cursor: pointer;
      padding-top: 2px;
    }
  
    .side-panel {
      flex-direction: column;
      background-color: #000;
      padding: 0px;
    }
  }

.banner-img{
    width: 100%;
    height: auto;
}
.banner{
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

.banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1;
  }
.banner-content {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -70%); 
    text-align: center;
    color: white; 
    z-index: 2; 
    font-family: "Poppins", serif;
}
.banner-logo {
    width: 65%; 
    margin-bottom: 50px;
}
.banner-text {
    font-size: 24px; 
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 5px;
}

.banner-button {
    background-color: #ffffff;
    color: black;
    border: none;
    font-size: 17px;
    font-weight: 500;
    width: 170px;
    height: 50px;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background-color 0.3s; 
}
.banner-button:hover {
    background-color: #000000;
    color: #ffffff;
    border: solid 1px #ffffff;
}

.story-section{
    display: flex;
    background-color: #0F1010;
    color: white;
    justify-content: center;
    gap: 50px;
    padding-top: 90px;
    margin: 50px;
}
.title-story{
    font-size: 65px;
    text-align: center;
    margin-bottom: 80px;
    font-family: "KoPub Dotum", serif;

}
.story-text{
    max-width: 1050px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin-left: 70px;
    margin-right: 70px;
    line-height: 45px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.our-story-img {
    width: 100%; 
    max-width: 650px;
    height: auto; 
    margin: 0 auto 50px auto; 
    display: block; 
}

.viewmenu-bg-container {
    position: relative; 
    width: 100%;
}
.bg-banner{
    width: 100%;
}
.white-container {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    text-align: center;
    width: 45%;
    max-width: 600px;
    height: 65%; 
    padding: 20px 70px 40px 70px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); 
    z-index: 10; 
}
.slogan-title{
    font-size: 52px;
    font-family: "Maname", serif;
    letter-spacing: 3px;
    font-weight: 100;
}
.menu-text{
    font-weight: 300;
    font-size: 24px;
    align-content: center;
    line-height: 37px;
    margin-top: 50px;
    margin-bottom: 45px;
}
.view-menu-btn{
    background-color: black;
    color: white;
    cursor: pointer;
    width: 300px;
    height: 80px;
    font-size: 30px;
    font-family: "Maname", serif;
    font-weight: 100;
    letter-spacing: 2px;
    padding-bottom: 18px;
    border: none;
    transition: background-color 0.3s;
}
.view-menu-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: solid 1.5px #000000;
}
.Accomodation-container{
    background-color: #0F1010;
    text-align: center;
    color: #ffffff;
    margin-bottom: 140px;
}
.Accommodation-title{
    margin-top: 120px;
    font-size: 82px;
    margin-bottom: 100px;
    font-family: "Maname", serif;
    font-weight: 100;
}
.Accommodation-text{
    font-size: 27px;
    justify-content: center;
    margin-right: 300px;
    margin-left: 300px;
    margin-bottom: 90px;
}
.Book-rooms-btn{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
    width: 540px;
    height: 70px;
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 3px;
    transition: background-color 0.3s;
}
.Book-rooms-btn:hover{
    background-color: #000000;
    color: #ffffff;
    border: solid 1.5px #ffffff;
}
.flexdiv {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    margin-bottom: 150px;
    overflow-x: auto; 
    overflow-y: hidden; 
    white-space: nowrap; 
    width: 100%; 
    scroll-behavior: smooth; 
    scrollbar-width: thin;
    scrollbar-color: #000 #f1f1f1;
}

.gallery {
    display: inline-flex; 
    gap: 40px; 
}

.gallery img {
    max-width: 100%; 
    max-height: 700px;
    object-fit: cover; 
}
footer{
    background-color: black;
    color: white;
    text-align: center;
    justify-content: center;
    padding: 40px;
}
.logo-footer{
    height: 80px;
    margin-bottom: 50px;
}
.nav-links-footer{

    justify-content: center;
    display: flex;
    gap: 100px;
    margin-bottom: 40px;
}
.nav-links-footer a{
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
}
.nav-links-footer a:hover{
    color: #c0c0c0;

}
.Social-icons-footer{
    justify-content: center;
    display: flex;
    gap: 35px;
    margin-bottom: 40px;
}
.Social-icons-footer i{
    text-decoration: none;
    color: #ffffff;
}
.footer-text{
    color: #AAAAAA;
    font-size: 13px;
    font-weight: 200;
}
.icons-footer{
    font-size: 25px;
}
@media (max-width: 1800px) {
    .white-container {
        transform: translate(-50%, -50%);
        height: 65%; 
        padding: 20px 60px 40px 60px;
    }
    .slogan-title{
        font-size: 50px;
    }
    .menu-text{
        font-size: 22px;
        margin-bottom: 25px;
    }
}
@media (max-width: 1700px) {
    .nav-links{
        margin-right: 75px;
    }
    .navbar{
        margin-right: 130px;
    }
    .icons i{
        font-size: 19px;
    }
    .story-section{
        display: flex;
        gap: 10px;
        padding-top: 90px;
        margin: 50px;
    }
    .title-story{
        font-size: 60px;
        margin-bottom: 60px;
    
    }
    .story-text{
        max-width: 1050px;
        font-size: 21px;
        font-weight: 300;
        text-align: center;
        margin-left: 70px;
        margin-right: 70px;
        line-height: 40px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    .our-story-img {
        width: 100%; 
        max-width: 650px;
        height: auto; 
        margin: 0 auto 50px auto; 
        display: block; 
    }
    .white-container {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 32%;
        max-width: 600px;
        height: 65%; 
        padding: 20px 50px 40px 50px;
    }
    .slogan-title{
        font-size: 38px;
    }
    .menu-text{
        font-size: 19.5px;
        align-content: center;
        line-height: 30px;
        margin-top: 45px;
        margin-bottom: 40px;
    }
    .view-menu-btn{
        width: 190px;
        height: 60px;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .Accommodation-text{
        font-size: 27px;
        margin-right: 170px;
        margin-left: 170px;
        margin-bottom: 90px;
    }
    
}
@media (max-width: 1440px) {
    .nav-links{
        margin-right: 45px;
        
    }
    .navbar a{
        font-size: 13px;
    }
    .navbar{
        margin-right: 55px;
    }
    .logo img{
        height: 55px;
        margin-left: 0px;
    }
    .icons i{
        font-size: 17px;
    }
    .banner-logo {
        width: 60%; 
        margin-bottom: 5px;
        margin-top: 50px;
    }
    .banner-text {
        font-size: 22px; 
        margin-bottom: 15px;
        letter-spacing: 5px;
        margin-top: 20px;
    }
    
    .banner-button {
        font-size: 15px;
        font-weight: 500;
        width: 160px;
        height: 45px;
        letter-spacing: 2px;
    }
    .story-section{
        display: flex;
        gap: 10px;
        padding-top: 15px;
        margin: 50px;
    }
    .title-story{
        font-size: 45px;
        margin-bottom: 30px;
    
    }
    .story-text{
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        margin-left: 30px;
        margin-right: 30px;
        line-height: 33px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    .white-container {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30%;
        max-width: 600px;
        height: 65%; 
        padding: 20px 50px 40px 50px;
    }
    .slogan-title{
        font-size: 29px;
    }
    .menu-text{
        font-size: 15px;
        align-content: center;
        line-height: 25px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .view-menu-btn{
        width: 170px;
        height: 55px;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .Accommodation-title{
        margin-top: 100px;
        font-size: 75px;
        margin-bottom: 100px;
    }
    .Accommodation-text{
        font-size: 26px;
        margin-right: 100px;
        margin-left: 100px;
        margin-bottom: 80px;
    }
    .Book-rooms-btn{
        width: 500px;
        height: 65px;
        font-size: 20px;
        letter-spacing: 2px;
    }
    .logo-footer{
        height: 60px;
        margin-bottom: 40px;
    }
    .nav-links-footer{
        gap: 60px;
        margin-bottom: 40px;
    }
    .nav-links-footer a{
        font-size: 15px;
    }
    .Social-icons-footer{
        gap: 20px;
        margin-bottom: 40px;
    }
    .footer-text{
        font-size: 12px;
    }
    .icons-footer{
        font-size: 22px;
    }
}
@media (max-width: 1220px) {
    .story-section{
        display: flex;
        gap: 10px;
        padding-top: 15px;
        margin: 50px;
    }
    .title-story{
        font-size: 45px;
        margin-bottom: 30px;
    
    }
    .story-text{
        max-width: 1050px;
        font-size: 17px;
        margin-left: 30px;
        margin-right: 30px;
        line-height: 28px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    .white-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 65%; 
    padding: 20px 40px 40px 40px;
    }
    .slogan-title{
        font-size: 23px;
        letter-spacing: 3px;
    }
    .menu-text{
        font-weight: 300;
        font-size: 14px;
        align-content: center;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 38px;
    }
    .view-menu-btn{
        width: 150px;
        height: 45px;
        font-size: 14px;
        font-family: "Maname", serif;
        font-weight: 100;
        letter-spacing: 2px;
        padding-bottom: 10px;
    }
    .Accommodation-title{
        margin-top: 80px;
        font-size: 65px;
        margin-bottom: 70px;
    }
    .Accommodation-text{
        font-size: 22px;
        margin-right: 80px;
        margin-left: 80px;
        margin-bottom: 70px;
    }
    .Book-rooms-btn{
        width: 420px;
        height: 60px;
        font-size: 18px;
        letter-spacing: 2px;
    }
}
@media (max-width: 1024px) {
    .nav-links{
        margin-right: 30px;
        
    }
    .navbar a{
        font-size: 10px;
    }
    .navbar{
        margin-right: 35px;
    }
    .logo img{
        height: 45px;
        margin-left: 0px;
    }
    .icons i{
        font-size: 16px;
    }
    .banner-logo {
        width: 55%; 
        margin-bottom: 15px;
        margin-top: 70px;
    }
    .banner-text {
        font-size: 17px; 
        margin-bottom: 12px;
        letter-spacing: 4px;
        margin-top: 0px;
    }
    
    .banner-button {
        font-size: 12px;
        font-weight: 500;
        width: 140px;
        height:35px;
        letter-spacing: 1.5px;
        justify-content: center;
    }
    .story-section{
        display: flex;
        gap: 10px;
        padding-top: 0px;
        margin: 50px;
    }
    .title-story{
        font-size: 30px;
        margin-bottom: 25px;
    
    }
    .story-text{
        max-width: 1050px;
        font-size: 13px;
        margin-left: 5px;
        margin-right: 20px;
        line-height: 19px;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }
    .white-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 26%;
        max-width: 600px;
        height: 60%; 
        padding: 20px 30px 30px 30px;
    }
    .slogan-title{
        font-size: 15.1px;
    }
    .menu-text{
        font-size: 10px;
        line-height: 16px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .view-menu-btn{
        width: 120px;
        height: 32px;
        font-size: 11px;
        padding-bottom: 5px;
    }
    .Accommodation-title{
        margin-top: 50px;
        font-size: 45px;
        margin-bottom: 65px;
    }
    .Accommodation-text{
        font-size: 17px;
        margin-right: 50px;
        margin-left: 50px;
        margin-bottom: 60px;
    }
    .Book-rooms-btn{
        width: 350px;
        height: 55px;
        font-size: 15px;
        letter-spacing: 1.5px;
    }
    .Accomodation-container{
        margin-bottom: 100px;
    }
    .gallery{
        gap: 25px;
    }
    .gallery img{
        max-width: 300px;
    }
    .logo-footer{
        height: 50px;
        margin-bottom: 30px;
    }
    .nav-links-footer{
        gap: 40px;
        margin-bottom: 40px;
    }
    .nav-links-footer a{
        font-size: 13px;
        letter-spacing: 1px;
    }
    .Social-icons-footer{
        gap: 15px;
        margin-bottom: 30px;
    }
    .footer-text{
        font-size: 10px;
    }
}
@media (max-width: 860px){
    .white-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 29%;
        max-width: 600px;
        height: 60%; 
        padding: 20px 20px 30px 20px;
    }
    .slogan-title{
        font-size: 14px;
        letter-spacing: 2px;
    }
    .menu-text{
        font-size: 9.5px;
        align-content: center;
        line-height: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .view-menu-btn{
        width: 110px;
        height: 30px;
        font-size: 10px;
        padding-bottom: 5px;
    }
}
@media (max-width: 748px) {
    .nav-links{
        margin-right: 10px;
        
    }
    .navbar a{
        font-size: 7px;
    }
    .navbar{
        margin-right: 25px;
    }
    .logo img{
        height: 35px;
        margin-left: -20px;
        margin-top: 5px;
    }
    .icons i{
        font-size: 9px;
        
    }
    .icons{
        margin-right: 2px;
    }
    .banner-logo {
        width: 55%; 
        margin-bottom: 15px;
        margin-top: 140px;
    }
    .banner-text {
        font-size: 11px; 
        margin-bottom: 5px;
        letter-spacing: 4px;
        margin-top: 0px;
    }
    
    .banner-button {
        font-size: 8px;
        font-weight: 600;
        width: 100px;
        height:27px;
        letter-spacing: 1px;
    }
    .story-section{
        gap: 10px;
        padding-top: 0px;
        margin: 50px;
    }
    .title-story{
        font-size: 23px;
        margin-bottom: 15px;
    
    }
    .story-text{
        max-width: 1050px;
        font-size: 10px;
        margin-left: 5px;
        margin-right: 15px;
        line-height: 14px;
        letter-spacing: 1.5px;
        margin-bottom: 14px;
    }
    .our-story-img {
        margin: 10px auto 50px auto; 
    }
    .white-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:30%;
        max-width: 600px;
        height: 55%; 
        padding: 15px 15px 15px 15px;
    }
    .slogan-title{
        font-size:14px;
        letter-spacing: 1px;
    }
    .menu-text{
        font-size: 7px;
        align-content: center;
        line-height: 11px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .view-menu-btn{
        width: 110px;
        height: 25px;
        font-size: 8px;
        padding-bottom: 3px;
        border: none;
    }
    .Accommodation-title{
        margin-top: 45px;
        font-size:35px;
        margin-bottom: 35px;
    }
    .Accommodation-text{
        font-size: 13px;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 40px;
    }
    .Book-rooms-btn{
        width: 250px;
        height: 45px;
        font-size: 13px;
        letter-spacing: 1.2px;
    }
    .Accomodation-container{
        margin-bottom: 100px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .gallery{
        gap: 20px;
    }
    .gallery img{
        max-width: 250px;
    }
    footer{
        padding: 35px;
    }

    .logo-footer{
        height: 45px;
        margin-bottom: 30px;
    }
    .nav-links-footer{
        gap: 15px;
        margin-bottom: 20px;
    }
    .nav-links-footer a{
        font-size: 10px;
        letter-spacing: 1px;
    }
    .Social-icons-footer{
        gap: 15px;
        margin-bottom: 15px;
    }
    .footer-text{
        font-size: 10px;
    }
    .icons-footer{
        font-size: 15px;
    }
}
@media (max-width: 600px){
    .story-section{
        gap: 20px;
    }
    .title-story{
        font-size: 23px;
        margin-bottom: 15px;
    
    }
    .story-text{
        max-width: 1050px;
        font-size: 7px;
        margin-left: 0px;
        margin-right: 10px;
        line-height: 10.5px;
        letter-spacing: 1.5px;
        margin-bottom: 14px;
    }
    .our-story-img {
        margin: 10px auto 50px auto; 
    }
    .white-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:35%;
        max-width: 600px;
        height: 60%; 
        padding: 15px 15px 15px 15px;
    }
    .slogan-title{
        font-size:12px;
        letter-spacing: 1px;
    }
    .menu-text{
        font-size: 7px;
        align-content: center;
        line-height: 10px;
        margin-top: 15px;
        margin-bottom: 6px;
    }
    .view-menu-btn{
        width: 100px;
        height: 20px;
        font-size: 7px;
        padding-bottom: 3px;
        border: none;
    }

}
@media (max-width: 480px){
    .banner-logo {
        width: 90%; 
        margin-bottom: 15px;
        margin-top: 150px;
    }
    .banner-text {
        font-size: 11px; 
        margin-bottom: 5px;
        letter-spacing: 3px;
        margin-top: 0px;
    }
    .banner-img{
        width: 140%;
        height: auto;
    }
    
    .banner-button {
        font-size: 8px;
        font-weight: 500;
        width: 90px;
        height:22px;
        letter-spacing: 0.7px;
    }
    .story-section{
        display: block;
        margin: 30px;
    }
    .title-story{
        font-size: 23px;
        margin-bottom: 15px;
    
    }
    .our-story-left{
        margin-bottom: 30px;
    }
    .story-text{
        max-width: 1050px;
        font-size: 8px;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 14px;
    }
    .our-story-img {
        max-width: 200px;
        margin: 10px auto 50px auto; 
    }
    .white-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:35%;
        max-width: 600px;
        height: 65%; 
        padding: 8px 15px 15px 15px;
    }
    .slogan-title{
        font-size:11px;
        letter-spacing: 0.5px;
    }
    .menu-text{
        font-size: 6px;
        align-content: center;
        line-height: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .view-menu-btn{
        width: 80px;
        height: 18px;
        font-size: 5px;
        padding-bottom: 3px;
        border: none;
    }
    .Accommodation-title{
        margin-top: 35px;
        font-size: 25px;
        margin-bottom: 30px;
    }
    .Accommodation-text{
        font-size: 10px;
    }
    .Book-rooms-btn{
        width: 180px;
        height: 35px;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .Accomodation-container{
        margin-bottom: 50px;
    }
    .gallery{
        gap: 15px;
    }
    .gallery img{
        max-width: 200px;
    }
    .flexdiv{
        margin-bottom: 80px;
    }
    
    footer{
        padding: 25px;
    }

    .logo-footer{
        height: 40px;
        margin-bottom: 20px;
    }
    .nav-links-footer{
        gap: 10px;
        margin-bottom: 20px;
    }
    .nav-links-footer a{
        font-size: 8px;
        letter-spacing: 0.5px;
    }
    .Social-icons-footer{
        gap: 15px;
        margin-bottom: 10px;
    }
    .footer-text{
        font-size: 8px;
    }
    .icons-footer{
        font-size: 12px;

    }
}
    


