/* :root {
    --primary_color: red;
    --secondary_color: blue;
} */

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
}

/*NAVBAR RESPONSIVE*/
.navbar04__container.nav {
    width: 100%;
    /*background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);*/
    background: transparent;
    position: absolute;
    display: flex;
    top: 0;
    z-index: 99;
}

/*Hide navbar04__link with href location*/
.navbar04__link {
    display: none;
}

.navbar04__link[href^="#location"] {
    display: none;
}

.nav>.nav-header {
    display: inline-flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    display: inline-flex;
    float: right;
    font-size: 18px;
    flex: 1.5;
    column-gap: 5px;
    margin-bottom: 25px;
}

.nav>.nav-links>.navbar04__link {
    display: inline-flex;
    align-items: center;
    padding: 13px 10px 13px 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: #efefef;
    opacity: 1;
    border-radius: 8px;
}

.nav>.nav-links>div {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: #efefef;
}

.nav>.nav-links>.navbar04__link:hover {
    background-color: rgba(99, 97, 97, 0.3);
}

.nav>#nav-check {
    display: none;
}

.navbar04__item.custom-booking {
    box-sizing: border-box !important;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15.4927px;
    line-height: 23px;
    letter-spacing: 0.182267px;
    text-align: center;
    margin-left: auto;
    flex: 1;
    max-width: 182px !important;
    margin-right: 100px;
    padding: 8px 25px !important;
    min-width: 182px;
    /* height: 52px; */
    background: var(--primary_color);
    border-radius: 5px;
}

.navbar04__item.custom-booking:hover,
.navbar04__item.custom-booking:focus {
    border-radius: 8px !important;
    font-size: 15.4927px !important;
}

.navbar04__item:hover,
.navbar04__item:focus {
    border-radius: 8px !important;
}

nav .custom-booking:hover {
    background: var(--primary_color) !important;
    filter: brightness(80%) !important;
}

.navbar04__link:hover {
    background: none;
}

.black-burger {
    display: none;
}

@media (max-width: 1001px) {

    .navbar04__item.custom-booking {
        max-width: 300px;
        margin: 0 auto !important;
        color: #FFFFFF !important;
    }

    .navbar04__container {
        height: 65px;
        padding: 5px !important;     
        /*background: #b11d1d !important;*/
        /* flex-wrap: wrap; */
    }

    .navbar04__btn-contact {
        max-width: 300px;
        margin: 0 auto !important;
    }

    .nav>.nav-header {
        display: inline;
        margin-right: auto;
    }

    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 20px;
        /* top: 0px;*/
    }

    .nav>.nav-btn>label {
        display: inline-block;
    }

    .nav>.nav-btn>label:hover,
    .nav #nav-check:checked~.nav-btn>label {
        cursor: pointer;
    }

    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .nav>.nav-links>.navbar04__link {
        display: block;
        width: 100%;
    }

    .nav>.nav-links>div {
        display: block;
        width: 100%;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }

    .nav>#nav-check:checked~.nav-links {
        overflow-y: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
        row-gap: 10px;
        border-top: 1px solid #C2C2C2;
    }

    .nav #nav-check:checked~.nav-btn>label .black-burger {
        display: block;
    }

    .nav #nav-check:checked~.nav-btn>label .white-burger {
        display: none;
    }

    nav:has(> #nav-check:checked) {
        background: #FFFFFF !important;
    }
}

.navbar04__container {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    box-sizing: border-box;
    z-index: 25;
    position: fixed;
    top: 0;
    backdrop-filter: blur(0px);
    /* background: black;*/
}

.navbar04__link {
    position: relative !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.navbar04__item {
    position: relative !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "liga" off;
    color: white;
}

.navbar04__btn-contact {
    text-align: center;
    margin-left: 130px;
    border-radius: 5px;
    background: #8f8f8f4d;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
}

.navbar04__label {
    cursor: pointer;
}


@media (min-width: 1501px) {

    /*Styles new logo shape*/
    .navbar04__logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 350px !important;
    }

    .navbar04__container {
        /*padding: 0px !important;*/
        height: 180px;
        /* background: red !important;*/
    }
    
    .navbar04__store-name-container {
        padding: 8px;
        box-sizing: border-box;
        background: #000000;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        width: 241px;
        height: 54px;
        display: flex;
        align-items: center;
    }

    .navbar04__parent-store-name-content {
        width: 220px;
        height: 33px;
    }

    .navbar04__store-name-label {
        width: 220px;
        height: 33px;
        background: #000000;
        text-align: center;
        color: white;
        display: flex !important;
        font-family: "Montserrat";
        align-items: center;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.17562px;
        text-transform: uppercase;
        justify-content: center;
    }
}

@media (min-width: 1001px) and (max-width: 1500px) {
    .navbar04__item.custom-booking {
        margin: auto !important;
    }

    /*Styles new logo shape*/
    .navbar04__logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 205px;
    }

    .navbar04__container {
        /*padding: 0px !important;*/
        height: 135px;
        /*background: red !important;*/
    }

    .navbar04__store-name-container {
        padding: 8px;
        box-sizing: border-box;
        background: #000000;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        width: 241px;
        height: 54px;
        display: flex;
        align-items: center;
    }

    .navbar04__parent-store-name-content {
        width: 220px;
        height: 33px;
    }

    .navbar04__store-name-label {
        width: 220px;
        height: 33px;
        background: #000000;
        text-align: center;
        color: white;
        display: flex !important;
        font-family: "Montserrat";
        align-items: center;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.17562px;
        text-transform: uppercase;
        justify-content: center;
    }
}

@media (min-width: 1px) and (max-width: 1000px) {
    .nav>.nav-links {
        text-align: center;
        position: absolute;
        display: block;
        width: 100%;
        background-color: #FFFFFF;
        backdrop-filter: blur(9px);
        height: 0px;
        overflow-y: hidden;
        top: 64px;
        right: 0px;
    }

    .nav>.nav-links>.navbar04__link {
        color: #000000;
    }
    
    /*Styles new logo shape*/
    .navbar04__logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 205px;
        /* pointer-events: none; */
        z-index: 5;
    }

    .navbar04__container {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .navbar04__store-name-container {
        padding: 8px;
        box-sizing: border-box;
        background: #000000;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        width: 241px;
        height: 54px;
        display: flex;
        align-items: center;
        transform: scale(0.9);
        transform-origin: 0;
    }

    .navbar04__parent-store-name-content {
        width: 220px;
        height: 33px;
    }

    .navbar04__store-name-label {
        width: 220px;
        height: 33px;
        background: #000000;
        text-align: center;
        color: white;
        display: flex !important;
        font-family: "Montserrat";
        align-items: center;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.17562px;
        text-transform: uppercase;
        justify-content: center;
    }

    .navbar04__item.custom-booking {
        padding: 6px 15px !important;
        display: inline-flex !important;
    }

    .nav>.nav-header {
        width: 150px;
        flex: none;
    }

    .nav>.nav-links {
        padding-right: 10px;
    }

    .book-tech .black-burger {
        display: block !important;
    }

    .book-tech .white-burger {
        display: none;
    }
}
