.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
}


.header .logo {
    padding-left: 80px;
}

.header .logo img {
    height: 50px;
}

.header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header nav .social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.header nav .social-links a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d3d3d3;
    border-radius: 50%;
    color: #5f5f5f;
}

.header nav .menu {
    padding: 10px 30px;
    height: 60px;
    background: #000;
    margin-left: 30px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header nav .menu span {
    font-size: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: "Syne", serif;
}

.header nav .menu i {
    color: #fff;
    font-size: 32px;
}

/* ---- end header ----  */








.hero {
    width: 100%;
    padding: 20px;
    position: relative;
}

.hero .hero-img {
    width: 100%;
    overflow: hidden;
}

.hero .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.hero-content {
    position: absolute;
    bottom: 60px;
    right: 60px;
    background: rgba(0,0,0,0.65);
    padding: 30px;
    border: 1px solid #6e6e6e;
    color: #fff;
    border-left: 5px solid var(--accent);
    font-weight: 700;
}

.hero-content h1{
    font-family: "Syne", serif;
    font-size: 22px;
}

.hero-content h1 span{
    font-family: "Syne", serif;
    color: var(--accent);
    font-size: 32px;
    text-shadow: 2px 2px 0px #000;
}

.splide__arrow{
    background: var(--accent);
    width: 4em;
    height: 4em;
}







/* ---- end hero ----  */












.about-short{
    width: 90%;
    margin: 40px auto;
    text-align: center;
}

.about-short h2{
    font-family: "Yellowtail", serif;
    font-size: 88px;
}

.about-short p{
    color: #3f3f3f;
    font-family: "Syne", serif;
    line-height: 24px;
    display: block;
    width: 60%;
    margin: 0px auto;
}

.checkout-form{
    width: 100%;
    margin: 20px auto;
    border: 1px solid #cacaca;
    padding: 20px;
    text-align: left;
    background: linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)), url('../img/bg/1.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.checkout-form button{
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #a5a5a5;
    transition: .3s ease-in-out;
}

.checkout-form button:hover{
    color: #fff;
    background: #000;
}

.input-field{
    margin-top: 20px;
}

.input-field label{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #3b3b3b;
    display: block;
}

.input-field input,
.input-field select{
    width: 100%;
    display: block;
    border: 1px solid #afafaf;
    padding: 8px;
    margin: 10px 0px;
    color: #353333;
    outline: 0; 
}

/* ---- end short about & checkout ----  */












.room-box{
    width: 100%;
}

.room-img{
    height: 400px;
    position: relative;
}

.room-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.room-img a.room-btn{
    padding: 8px 20px;
    background: #fff;
    color: #000;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    right: 10px;
    z-index: 999;
    font-weight: 600;
    font-size: 14px;
    font-family: "Syne", serif;
}

.room-img a.room-btn:hover{
    color: #fff;
    background: #000;
}

.room-info{
    padding-top: 20px;
}

.room-info p{
    font-size: 12px;
    color: #777;
}

/* ---- end room section ----  */













.quote-section{
    width: 100%;
    display: grid;
    grid-template-columns: 500px 1fr;
    max-height: 450px;
    overflow: hidden;
    gap: 20px;
    align-items: stretch;
    padding: 0;
    background: linear-gradient(-90deg, #000, #0b021b);
}

.quote-section .quote-img{
    height: 100%;
    overflow: hidden;
}

.quote-section .quote-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-box{
    padding: 40px;
    text-align: center;
}

.quote-box img{
    width: 150px;
    border-radius: 15px;
}

.quote-box i{
    font-size: 68px;
    margin-bottom: 30px;
    color: #636262;
}

.quote-box p{
    font-style: oblique;
    color: #cccccc;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 30px;
}

.quote-box a{
    display: block;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
    font-weight: 200;
    transition: .3s ease-in-out;
}

.quote-box a:hover{
    background: #fff;
    color: #000;
}

/* ---- end quote section ----  */










.dining-img{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.dining-img img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.dining-text{
    text-align: center;
    color: #575757;
    font-family: "Syne", serif;
}














.footer{
    width: 100%;
    padding: 30px 100px;
    background: #000000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.footer-box p{
    color: #797979;
    font-family: "Syne", serif;
}

.footer-box a{
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    display: block;
}

.footer-link{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
}

.footer-link li{
    list-style: none;
}

.footer-link li a{
    color: #777;
    font-family: "Syne", serif;
}

.footer-link li a:hover{color: var(--accent);}

.copyright{
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid #181818;
}













.nav-bar{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -120%;
    transform: scale(0);
    opacity: 0;
    z-index: 99999;
    background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('../img/bg/3.jpg');
    transition: .8s ease-in-out;
}

.nav-bar.active{
    right: 0%;
    opacity: 1;
    transform: scale(1);

}

.close-nav{
    background: red;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.close-nav i{
    margin-left: 15px;
}

.nav-bar nav{
    padding: 80px;
}

.nav-bar nav ul li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
}

.nav-bar nav ul li a{
    font-family: "Syne", serif;
    font-weight: 700;
    font-size: 32px;
    padding: 10px;
    display: block;
    transition: .3s ease-in-out;
}

.nav-bar nav ul li:hover a{
    color: var(--accent);
    transform: scale(0.94);
}
















.contact-box {
    width: 100%;
    padding: 40px 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .contact-box div {
    width: 100%;
    text-align: center;
    background: #fffae6;
    border: 1px solid #eed26e;
    padding: 20px;
  }
  
  .contact-box div i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eed26e;
    font-size: 32px;
    margin: 10px auto;
  }
  
  .contact-box div h3 {
    font-size: 15px;
  }
  
  .contact-box div p {
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    font-size: 12px;
  }
  
  .contact-form {
    width: 100%;
    padding: 20px 100px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 20px;
  }
  
  .contact-form iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 10px;
    background: #fff4b7;
  }
  
  .contact-form form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .contact-form form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .contact-form form input,
  .contact-form form textarea {
    width: 100%;
    display: block;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #c5c5c5;
    background: #dadada;
    outline: 0;
  }
  
  .contact-form form textarea {
    resize: none;
    height: 100px;
  }
  
  .contact-form form button {
    padding: 10px 30px;
    background: #d8b534;
    color: #000;
    border: 0;
    outline: 0;
    margin-top: 20px;
    font-weight: 700;
  }

  


.destination-section{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.destination-section .destination-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.destination-section .content{
    padding: 40px;
}

.destination-section .content  h3{
    display: flex;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Syne", serif;
    align-items: center;
    margin-bottom: 30px;
}

.destination-section .content  h3 i{
    width: 35px;
    height: 35px;
    background: #000;
    margin-right: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.destination-section .content p{
    font-size: 14px;
    line-height: 26px;
    font-style: oblique;
}
















.page-header{
    width: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url('../img/page-header.jpeg');
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 40px 80px;
}

.page-header h1{
    font-family: "Noto Serif Display", serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.page-header p{
    font-size: 16px;
    color: #d4d4d4;
    text-shadow: 2px 2px 2px #000;
    font-family: "Syne", serif;
}

.about-page h2 span{
    color: #999;
    display: block;
}

.about-page h2{
    font-size: 32px;
    color: #302f2f;
    font-weight: 700;
    margin-top: 40px;
}

.about-page p{
    color: #535353;
    font-size: 16px;
    margin: 20px 0px;
    font-family: "Syne", serif;
    line-height: 30px;
}

.about-page img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-page table{
    width: 100%;
    min-width: 300px;
    overflow: scroll;
    width: 100%;
    margin-top: 40px;
}

.about-page table tr th,
.about-page table tr td{
    padding: 10px;
    border: 1px solid #c7c7c7;
    font-family: "Syne", serif;
}

.facilities{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.facilities .box{
    padding: 20px;
    border: 1px solid #c7c5c5;
}

.facilities .box i{
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.facilities .box h5{
    font-size: 18px;
    margin-top: 15px;
}

.facilities .box p{
    margin: 0;
    font-size: 13px;
    margin-top: 10px;
}

.gallery{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery img{
    width: 100%;
    height: 200px;
    border: 5px solid #000;
    object-fit: cover;
}






















.site-footer{
    width: 100%;
    padding: 30px 120px;
    background: linear-gradient(rgba(8,8,8,0.95), rgba(8, 8, 8, 0.95)), url('../img/gallery/7.jpeg');
    background-size: cover;
    background-attachment: fixed;
}

.footer-title{
    text-align: center;
}

.footer-title h4{
    font-weight: 400;
    text-align: center;
    color: #7a7a7a;
    font-family: "Syne", serif;
}

.footer-title h1{
    color: #f9f9f9;
    font-weight: 500;
}


.footer-title p{
    margin: 15px auto 40px auto;
    color: #888;
    font-weight: 300;
    display: block;
    width: 70%;
}

.footer-contact{
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
}


.footer-contact a{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.footer-contact a:hover{
    color: var(--accent);
}

.footer-contact a.footer-contact-btn{
    border: 1px solid #888;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 40px;
    transition: .4s ease-in-out;
}

.footer-contact a.footer-contact-btn:hover{
    border-color: #000;
    background: #000;
    color: var(--accent);
}





@media (max-width: 768px) {

    .header nav .social-links{
        display: none;
    }

    .nav-bar nav{
        padding: 80px 20px 20px 20px;
    }

    .nav-bar nav ul li a{
        font-size: 18px;
    }
    
    .header .logo{
        padding-left: 10px;
    }

    .header nav .menu{
        padding: 10px 15px;
    }

    .header nav .menu span{
        font-size: 14px;
    }

    .header nav .menu i{
        font-size: 22px;
    }

    .hero-content{
        left: 30px;
    }

    .hero-content h1{
        font-size: 14px;
    }

    .hero-content h1 span{
        font-size: 22px;
    }

    .about-short h2{
        font-size: 36px;
    }

    .about-short p{
        width: 100%;
    }

    .room-box{
        margin-bottom: 25px;
    }

    .quote-section{
        grid-template-columns: 1fr;
        max-height: 700px;
    }

    .dining-img{
        flex-wrap: wrap;
    }

    .dining-img img{
        height: 100px;
        width: 100px;
    }

    .footer{
        padding: 20px;
        grid-template-columns: 1fr;
    }

    .footer-link{
        align-items: flex-start;
    }

    .gallery{
        grid-template-columns: 1fr;
    }

    .contact-box,
    .contact-form{
        padding: 0;
        grid-template-columns: 1fr;
    }

    .contact-form{
        margin-top: 30px;
    }

    .contact-form form .form-grid{
        grid-template-columns: 1fr;
    }

    .destination-section,
    .facilities{
        grid-template-columns: 1fr;
    }

    .destination-section .content{
        padding: 15px;
    }

    .page-header{
        padding: 20px;  
    }

    .splide__arrow{
        width: 2em;
        height: 2em;
    }

    .site-footer{
        padding: 20px;
    }

    .footer-title p{
        width: 100%;
        font-size: 13px;
    }

    .footer-contact{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero .hero-img img{
        height: 300px;
    }

}