/* Sweet Cerise's sweet style sheet * Sweet Cerise's sweet style sheet * Sweet Cerise's sweet style sheet */

html {
    overflow-x: hidden;
}
body {
    padding-bottom: 45px;
}
body {
  position: relative;
  z-index: 1;
}
/* Move the fixed background to a pseudo-element */
body::before {
  content: "";
  position: fixed; /* Bypasses the iOS fixed attachment bug */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; /* Properly covers the viewport on iPads now */

  /* Performance booster to prevent scrolling lag on mobile */
  will-change: transform; 
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5%;
    margin-left: 3%;
}
.hamburger {
    background-color: hsla(340, 100%, 80%, 0.8);
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    width: fit-content;
}
.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}
.logo a {
    color:hsla(340, 100%, 80%, 0.8);
    font-family: 'Playfair Display SC';
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}
.dropbtn, nav a, .navlinks {
    border: none;
    background-color: transparent;
    color: hsla(340, 100%, 80%, 0.8);
    font-family: 'Jost';
    font-size: large;
    font-weight: 700;
    letter-spacing: 0.1em;
    word-spacing: 1em;
    text-align: right;
    text-decoration: none;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1000;
}
.navbar {
    position: relative;
    min-width: fit-content;
}
nav a:hover {
    background-color: hsla(340, 100%, 80%, 0.8);
    color: white;
}
.dropdown {
    display: inline-block;
    position: relative;
    color: white;
    z-index: 1000;
}
.dropdown:hover .dropbtn{
    background-color: hsla(340, 100%, 80%, 0.8);
    color: white;
    z-index: 1000;
}
.dropdown:hover .dropdown-menu {
    display: block;
    z-index: 1000;
}
.dropdown-menu {
    background-color: white;
    display: none;
    position: absolute;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}
.dropdown-menu a {
    color: rgba(0, 0, 0, 0.7);
    display: block;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    word-spacing: 0em;
    z-index: 1000;
}
.dropdown-menu a:hover {
    background-color: hsla(340, 100%, 80%, 0.5);
    color: white;
    z-index: 1000;
}
.btn-booking {
    border: 2px solid hsla(340, 100%, 80%, 0.8);
    background-color: white;
    color:hsla(340, 100%, 80%, 0.8);
    font-family: 'Jost';
    font-size: large;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 10px 24px;
}
.btn-booking:hover {
    background-color: hsla(340, 100%, 80%, 0.8);
    color: white;
}
.no-hover:hover {
    background: none !important;
    color: inherit !important;
    transform: none !important;
    box-shadow: none !important;
}
@media screen and (max-width: 1220px) {
    header {
        display: grid;
        grid-template-columns: 1fr;
    }
    .navbar {
        margin-top: 1%;
    }
}
@media screen and (max-width: 723px) {
    .hamburger {
        position: absolute;
        display: block;
        }
    .logo a {
        text-align: left;
    }
    .navlinks {
        position: absolute;
        display: none;
        flex-direction: column;
        gap: 10px;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        text-align: center;
        z-index: 1;
        }
    nav a {
        text-align: center;
        }
    .dropdown-menu {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;;
        }
    .dropdown-menu a{
        text-align: left;;
        }
    .dropbtn {
        background: none !important;
        color: hsla(340, 100%, 80%, 0.8);
        }
    .dropdown:hover {
        position: relative;
        background-color: hsla(340, 100%, 80%, 0.8);
        color: white;
                cursor: pointer; 
        }
    .btn-booking {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: auto;
        }
    .navlinks.active {
        display: flex;
        }
    }
@media screen and (max-width: 538px) {
    .logo a {
        display: flex;
        white-space: wrap;
    }
}
img {
    pointer-events: none;
}
a {
    color: maroon;
    text-decoration: none;
}
blockquote {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
}
h1 {
    font-family: 'Playfair Display';
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0;
}
h2, h3 {
    font-family: 'Playfair Display';
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
h4 {
    font-family: 'Playfair Display';
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
p, li {
    font-family: 'Jost';
    letter-spacing: 0.1em;
}
span {
    white-space: nowrap;
}
.next-btn {
    font-size: x-large;
    text-align: center;
    padding: 0;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0%;
    padding: 5px;
    width: 100%;
    background-color: black;
    color: white;
    font-family: 'Jost';
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
    text-align: center;
    z-index: 1000;
}
footer a {
    color:white;
    text-align: center;
    text-decoration: none;
}
.iconoir-twitter {
    margin-bottom: -3px;
}