.navbar-brand {
    margin-right: 0rem !important;
}

    .navbar-brand img {
        width: 100px !important;
    }

.right {
    display: flex;
    justify-content: flex-end;
}

.text1 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 400;
    font-size: var(--font-size-nav-main);
    line-height: 100%;
    color: #474b3d;
}

.gift-card {
    margin-right: 30px;
}

.right-menu {
    display: flex;
}

.navbar-nav {
    gap: 22px;
}

.navbar .container-fluid {
    position: fixed;
    margin-top: 100px;
    z-index: 9999;
    background: white;
}

.navbar .row {
    margin:0 !important;
}

.navbar-toggler {
    padding: 0.25rem 0;
}

button:focus {
    outline: none;
}

.custom-navbar-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    background: #959E7B;
    z-index: 10500;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding-left: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(255 255 255 / 87%) transparent;
}

.custom-navbar-dropdown.open {
    transform: translateX(0);
}

.custom-dropdown-header {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}

.navbar-nav .nav-link {
    font-family: 'Alexandria', sans-serif;
    font-weight: 400;
    font-size: var(--font-size-h4);
    line-height: 40px;
    color: #FFFFFF;
}

.close-btn, .close-btn:hover {
    font-size: var(--font-size-display-md) !important;
    background: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}

.custom-dropdown-menu {
    padding: 20px;
}

.custom-blur-area {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10400;
    opacity: 0;
    display: none;
}

.custom-navbar-dropdown.open ~ .custom-blur-area {
    opacity: 1;
}

.custom-navbar-dropdown.open ~ .custom-blur-area {
    display: block;
}

body.no-scroll {
    overflow: hidden;
}

#nav-icon1 {
    display: inline-block;
    cursor: pointer;
    z-index: 10;
}

    #nav-icon1 span {
        display: block;
        width: 70px;
        height: 2px;
        margin: 6px 0;
        background-color: #333;
        transition: all 0.3s ease;
        will-change: transform;
        backface-visibility: hidden;
    }

    #nav-icon1.open span:nth-child(1),
    #nav-icon1.open span:nth-child(2) {
        transform: rotate(0);
        opacity: 1;
    }

    #nav-icon1.open span:nth-child(2) {
        left: 0;
        top: 0;
    }

    #nav-icon1.open span:nth-child(3) {
        display: block;
        transform: rotate(0);
        opacity: 1;
    }

.hamburger-menu {
    display: flex;
    align-items: center;
}

.menu {
    margin-left: 50px;
}

.navbar-nav .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    margin-top: -20px !important;
}

.dropdown-menu {
    background-color: #959e7b;
    border: none;
}

.drop-item {
    font-size: var(--font-size-body) !important;
    margin-left: 20px;
    line-height: 28px !important;
}


input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.checkOffers {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-h5);
    line-height: 40px;
    color: white;
    text-align: center;
    margin: 15px;
}

    .checkOffers a {
        font-weight: 500;
        color: white;
    }

@media(max-width:768px) {
    .custom-dropdown-menu {
        padding: 0 !important;
    }

    .close-btn {
        font-size: var(--font-size-h2) !important;
    }

    .navbar-nav .nav-link {
        font-family: 'Alexandria', sans-serif;
        font-weight: 400;
        font-size: var(--font-size-h5);
        line-height: 36px;
        color: #FFFFFF;
    }

    .custom-dropdown-header {
        padding-left: 0px !important;
    }

    #nav-icon1 span {
        display: block;
        width: 53px !important;
        height: 2px;
        margin: 6px 0;
        background-color: #333;
        transition: all 0.3s ease;
    }

    .right-menu {
        display: flex;
        flex-wrap: wrap !important;
        gap: 15px;
        justify-content: flex-end !important;
    }

    .text1 {
        text-align: right;
        font-size: var(--font-size-body);
    }

    .browser-resized .resize-class .additional-navigation a {
        padding-right: 0;
    }

    .gift-card {
        margin-right: 0px;
    }

    .navbar-brand img {
        width: 65px !important;
    }

    .navbar .container-fluid {
        margin-top: 80px !important;
    }
}

@media(max-width:1200px) and (min-width:1030px) {
    .text1 {
        font-family: 'Alexandria', sans-serif;
        font-weight: 400;
        font-size: var(--font-size-nav-sub);
        line-height: 100%;
        color: #474B3D;
    }
}

@media(max-width:1030px) and (min-width:768px) {
    .text1 {
        font-family: 'Alexandria', sans-serif;
        font-weight: 400;
        font-size: var(--font-size-body-small);
        line-height: 100%;
        color: #474B3D;
    }
}

@media(max-width:480px) {
    .text1 {
        font-family: 'Alexandria', sans-serif;
        font-weight: 400;
        font-size: var(--font-size-body-xs) !important;
        line-height: 100%;
        color: #474B3D;
    }
}

@media(max-width:500px) {
    .hamburger-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .menu {
        display: none;
    }

    #nav-icon1 {
        margin-left: 0;
    }

    .text-end {
        padding: 0 !important;
    }

    .navbar-light .additional-navigation a {
        padding-right: 0px;
    }
}

@media(min-width:1800px) {
    .custom-navbar-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 500px;
        height: 100vh;
        background: #959E7B;
        z-index: 10500;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }
}
