body {
    background: #000 url(../../images/bg.jpg) center top repeat fixed;
    background-size: 100%;
    margin: 0;
    padding: 0;
    font-family: Courier New, "serif";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    font-family: Courier New;
}

.page-title {
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
}

.title {
    width: fit-content;
    text-transform: uppercase;
    font-size: 1.25em;
    text-align: center;
    margin: 0;
}

svg.icon {
    fill: white;
}

svg.icon.stroke {
    fill: none;
    stroke: white;
}

svg.icon.small {
    width: 16px;
    height: 16px;
}

svg.icon.medium {
    width: 24px;
    height: 24px;
}

nav.header-nav {
    /* position: sticky;
    top: 0; */
    width: calc(100% - 192px);
    /* backdrop-filter: blur(6px); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 96px;
    overflow: hidden;
}

nav .brand {
    width: 120px;
}

.header-nav div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
}

.header-nav li,
.header-nav ul a,
.header-nav ul div.dropdown {
    text-transform: uppercase;
    margin: 12px 20px;
    font-size: 18px;
    line-height: 2;
}

.header-nav-responsive {
    display: none;
}

.close-fixed {
    position: fixed;
    left: 40px;
}

.page-content {
    width: calc(100% - 192px);
    padding: 20px 96px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    left: 20px;
}

.whatsapp-btn img {
    width: 10vw;
}

.cart-icon {
    position: relative;
    height: fit-content;
}
.cart-count {
    position: absolute;
    right: -6px;
    top: -3px;
    background-color: green;
    border-radius: 50%;
    padding: 2px 4px 0 4px;
    color: white;
}

.blur-box {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.1);
}

.page-content {
    min-height: 72vh;
}

.hide {
    display: none !important;
}

a.signin .checkmark-icon {
    /* font-size: 20px;
    display: block; */
    position: relative;
    /* height: 30px;
    line-height: 30px; */
    .checkmark-badge {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 12px;
        margin-left: 20px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%;
        background-color: green;
        z-index: 10;
    }

    .checkmark-badge-footer {
        left: unset;
        right: 0;
        margin-bottom: 0;
    }

    .checkmark-badge::before {
        /* content: "\2713"; Unicode character for checkmark */
        position: absolute;
        vertical-align: middle;
        text-align: center;
        top: 0;
        left: 0;
        color: #ffffff !important; /* Change the color as needed */
        font-size: 16px; /* Adjust the font size as needed */
        padding: 2px;
    }
}

@media only screen and (max-width: 961px) {
    body {
        background-size: cover;
    }

    nav.header-nav-responsive,
    .page-content {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .page-content {
        margin-bottom: 120px;
    }

    nav.header-nav {
        display: none;
    }

    nav .brand {
        width: 50px;
    }

    nav.header-nav-responsive {
        display: inherit;
        .navbar {
            width: calc(100%);
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }

        .cta .stroke {
            stroke: greenyellow !important;
        }

        .align-middle {
            vertical-align: middle;
        }

        .menu-icon,
        .booking-icon {
            margin-right: 5px;
        }

        #nav-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 50px;
            background-color: rgba(0, 0, 0, 0.9);
            text-align: center;
            font-size: 20px;
            z-index: 10;
            .brand {
                margin-top: 50px;
            }
            ul {
                list-style: none;
                padding-left: 0;
                a li {
                    text-align: center;
                    padding: 20px 0;
                    line-height: 1;
                    margin: 0;
                    display: block;
                    border-right: 0;
                    text-transform: uppercase;
                    border-bottom: 1px solid transparent;
                    color: #fff;
                }
                div.dropdown {
                    width: 100%;
                }
                div.dropdown button {
                    margin: auto;
                    text-align: center;
                }
                div.dropdown .more {
                    width: 100%;
                }
            }
            .cta {
                margin-top: 20px;
            }
        }
    }
}

@media screen and (max-width: 720px) {
    nav.header-nav {
        padding: 20px;
    }

    .header-nav ul {
        display: none;
    }
    .whatsapp-btn {
        bottom: 80px;
    }
    .whatsapp-btn img {
        width: 25vw;
    }
}
