header {
    height: 85px !important;
}
.container-fluid {
    display: flex;
    justify-content: center;
}

.header-full .header-container {
    margin: 0 auto !important;
}
body .is-layout-constrained > .alignwide {
    max-width: 100%;
}
.header-full .header-container .header-container-wrap{
    max-width: 1920px !important;
    margin: 0 auto !important;
    /*padding-left: 132px;*/
    /*padding-right: 132px;*/
}

.header-full .header-container .wp-block-navigation__submenu-icon {
    width: 16px;
    height: 16px;
    display: none;
}
.header-full .header-container svg {
    width: 10px;
    height: 10px;
}

.header-container-wrap {
    height: 100px;
    justify-content: space-between !important;
}

.nav-header {
    display: flex;
    column-gap: 36px;
    height: 100px;
}

.nav-header .navigation {
    height: 100%;
}

.nav-header .navigation > ul {
    height: 100%;
}

.nav-header .navigation > ul > li {
    height: 100%;
}

.navigation-header-sp {
    display: none !important;
}

.navigation .wp-block-navigation__container {
    column-gap: 30px !important;
}

.navigation .menu-item > a {
    text-decoration: none !important;
    /* padding: 42px 0; */
    padding: 32px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    font-weight: 750;
    color: #000000;
}

.navigation .menu-item-sp.child:hover>a {
    color: var(--wp--preset--color--hover);
    text-decoration: none;
}
.navigation .menu-item.parent a {
    position: relative;
}
.navigation .menu-item.parent a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--wp--preset--color--bright-gold);
    height: 2px;
    margin-bottom: -2px;
    transition: width 0.5s;
}
.navigation .menu-item.parent a:hover:after {
    width: 100%;
}

.navigation .menu-item.parent .sub-item a {
    position: unset;
}
.navigation .menu-item.parent .sub-item a:after {
    content: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: black;
    height: 2px;
    margin-bottom: -2px;
    transition: width 0.5s;
}
.navigation .menu-item.parent .sub-item a:hover:after {
    width: unset;
}

.navigation .menu-item:hover>button>svg {
    color: var(--wp--preset--color--hover);
}

.navigation .menu-item>ul {
    /* width: 320px !important;
    left: 50% !important;
    margin: 0 auto auto -153px !important;
    position: absolute;
    background: #FFFFFF;
    line-height: 40px;
    list-style: decimal;
    border-radius: 14px;
    box-shadow: 0 24px 56px rgb(167 174 186 / 16%);
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
    padding: 15px 0px;
    margin-top: 0px !important;
    border: none !important; */
    /* width: 100% !important; */
    /* left: auto; */
    margin: unset;
    position: absolute;
    z-index: 0 !important;
    flex-direction: row !important;
    background: #FFFFFF;
    line-height: 40px;
    list-style: decimal;
    box-shadow: 0 24px 56px rgb(167 174 186 / 16%);
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
    padding: 10px 0px;
    margin-top: 0 !important;
    border: none !important;
    left: 0 !important;
}

.navigation .menu-item .ul-container-wrap {
    /* width: 608px!important; */
    /* display: unset; */
    grid-auto-flow: column;
    /* margin: 0px auto auto -275px !important; */
}

.navigation .menu-item .title-header {
    font-family: var(--wp--preset--font-family--heading);
    display: flex;
    padding: 0px 0px 10px 32px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12em;
    color: rgba(0, 0, 0, 0.47);
    font-weight: 750;
    margin: 0px;
    display: none;
}

.navigation .menu-item .ul-container-wrap .title-header {
    grid-area: title;
}

.navigation .menu-item .ul-container-wrap>li.sub-item {
    height: min-content;
    width: fit-content;
    float: left;
    clear: left;
    display: inline-block;
}

.navigation .menu-item .ul-container-wrap>li:nth-child(n+5) {
    float: revert;
    clear: right;
}

.navigation .menu-item:hover>ul {
    pointer-events: all;
    transform: translateY(0px);
    opacity: 1;
}

.navigation .menu-item>ul .sub-item {
    position: relative;
    padding: 10px 32px 10px 32px;
    cursor: pointer;
    box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
}
.navigation .menu-item .ul-container-wrap .sub-item {
    display: block;
    /* padding: 10px 32px 10px 32px; */
    padding: 10px 20px;
}

.navigation .menu-item>ul .sub-item a {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    text-decoration: none !important;
    padding: 0px;
}

.navigation .menu-item>ul .sub-item:hover{
    /* background: var(--wp--preset--color--hover); */
}

.navigation .menu-item>ul .sub-item:hover>a>span{
    /* color: #fff !important; */
    color: var(--wp--preset--color--hover) !important;
}

.navigation .menu-item>ul::before {
    /* content: "";
    border-radius: 4px;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    background-color: white;
    left: 45.7%;
    top: -10px;
    transform: rotate(45deg);
    z-index: -1;
    border-left: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,.15); */
    content: "";
    display: none !important;
    border-radius: 0;
    position: absolute;
    display: block;
    height: 10px;
    width: 30%;
    background-color: #9B7753;
    left: 0;
    top: 0;
    /* transform: rotate(45deg); */
    z-index: -1;
    border-left: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,.15);
}

.navigation .menu-item>ul .sub-item>a>span.wp-block-navigation-item__label {
    font-family: var(--wp--preset--font-family--heading);
    color: rgba(0, 0, 0, 0.81);
}

.navigation .menu-item>ul .sub-item>a>span:first-child {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px;
    /*width: 200px;*/
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    width: 100% !important;
    /* border: 1px solid rgba(0,0,0,.15); */
    position: fixed;    
    align-items: center;
    justify-content: center;
}

.navigation .menu-item>ul .sub-item>a>span:last-child {
    display: block !important;
    color: rgba(0, 0, 0, 0.47);
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    color: #A8A8A8;
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 750 !important;
    font-size: 14px !important;
    line-height: 130%;
}

.button-contact>a {
    width: 139px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #FF671D;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px !important;
    text-decoration: none !important;
}

.button-contact>a>span {
    color: #fff;
}

.header-container-wrap .logo-header .custom-logo {
    margin-left: 20px;
}

@media (max-width: 1620px) {
    header {
        height: 75px !important;
    }
    
    .header-group {
        height: 75px !important;
    }
    
    .header-container-wrap {
        height: 75px;
    }
    
    .nav-header {
        height: 75px;
        column-gap: 0;
    }
    .header-full .navigation .wp-block-navigation__container {
        column-gap: 15px !important;
    }
    .navigation .menu-item > a {
        /* padding: 30px 10px; */
        padding: 28px 10px;
        font-size: 14px;
    }
    .button-contact>a {
        font-size: 14px !important;
    }
    .header-container-wrap {
        flex-wrap: nowrap !important;
    }
    .header-container-wrap .logo-header .custom-logo {
        width: 185px !important;
        height: auto !important;
        padding-bottom: 5px;
    }
}

@media (min-width: 993px) and (max-width: 1800px) {
    .navigation .about-us-header-item.menu-item>ul {
        width: 500px !important;
        left: 76% !important;
    }
    
    .navigation .work-for-us-header-item.menu-item>ul {
        width: 400px !important;
        left: 100% !important;
    }
}

@media (max-width: 1232px) {
    .header-container {
        column-gap: 0.2em;
    }
    .header-full .navigation .wp-block-navigation__container {
        column-gap: 10px !important;
    }
    
    .header-container-wrap .logo-header .custom-logo {
        width: 100px !important;
        height: auto !important;
    }
    
    .navigation .menu-item > a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 992px) {
    .header-container-wrap {
        justify-content: space-between !important;
    }
    
    .nav-header {
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        margin-left: 10px !important;
    }
    
    .navigation {
        display: none !important;
    }
    
    .navigation-header-sp {
        display: block !important;
    }
    
    .navigation-header-sp .wp-block-navigation__responsive-container-open svg {
        width: 35px;
        height: 35px;
    }
    
    .nav-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block;
    }
    
    .nav-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
    
    .navigation-header-sp >div {
        height: 100vh;
    }
    
    .navigation-header-sp  .wp-block-navigation__responsive-container-close {
        position: fixed;
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        height: 64px;
        justify-content: space-between;
        align-items: center;
        padding: 16px 30px;
        z-index: 9;
        background: #fff !important;
    }
    
    .navigation-header-sp  .wp-block-navigation__responsive-container-close > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 168px;
        height: 48px;
    }
    
    .navigation-header-sp  .wp-block-navigation__responsive-container-close a img {
        object-fit: cover;
        object-position: center;
    }
    
    /* .navigation-header-sp .wp-block-navigation__responsive-container-content {
        padding-top: 150px !important;
    } */
    
    .navigation-header-sp .wp-block-navigation__responsive-container-content {
        padding-top: 100px !important;
    }
    
    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul {
        width:100%;
    }
    
    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li.menu-item-sp {
        width:100%;
    }
    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li.menu-item-sp.child {
        font-size: 18px;
        padding: 5px 0px !important;
        font-weight: 600;
    }
    
    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li.menu-item-sp.sub {
        font-size: 24px;
        font-weight: 800;
    }

    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li.menu-item-sp.sub:last-child {
        margin-bottom: 4rem;
    }
    
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        row-gap: 1.5rem;
    }
    
    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li span{
        width:100%;
        margin-left: 2rem;
        /* font-size: 24px; */
    }
    .navigation .wp-block-navigation__container {
        column-gap: 0px !important;
    }
    .menu-item-sp .wp-block-navigation__submenu-container {
        display: none !important;
        padding-top: 0px !important;
        padding-left: 0px !important;
    }
    
    .menu-item-sp > ul .sub-item-sp>a {
        flex-direction: column;
    }
    
    .menu-item-sp button.button-open span.active{
        /* font-weight: 600;
        font-family: var(--wp--preset--font-family--heading);
        color: rgba(0, 0, 0, 0.81); */
    }
    
    .menu-item-sp > ul.open {
        display: block !important;
        background: #F3F3F3 !important;
        width:100% !important;
    }
    
    .menu-item-sp button {
        width: 100%;
        /* padding: 13px 24px !important; */
        position: relative;
    }
    
    .menu-item-sp button span {
        /* font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        font-family: var(--wp--preset--font-family--heading);
        color: rgba(0, 0, 0, 0.47); */
    }
    .menu-item-sp .wp-block-navigation__submenu-container {
        padding-right: 0 !important;
    }
    .menu-item-sp ul li {
        padding: 12px 24px !important;
    }
    
    .menu-item-sp.button-contact a {
        width: 100% !important;
        text-align: center !important;
        height: auto;
        padding: 16px 0px !important;
    }
    
    .menu-item-sp.button-contact a >span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        font-family: var(--wp--preset--font-family--heading);
        color: #FAFBFD;
    }
    
    .header-full .header-container {
        background: #fff;
    }
    
    .navigation-header-sp .is-menu-open.has-modal-open {
        z-index: -1;
    }
    
    .navigation-header-sp .is-menu-open.has-modal-open .wp-block-navigation__responsive-container-close {
        display: none;
    }
    
    .navigation .menu-item>ul .sub-item>a>span:first-child {
        width: 100%;
    }
    
    .menu-item-sp .wp-block-navigation-submenu__toggle::after {
        /* content: '\f078';
        position: absolute;
        font-weight: 900;
        color: #4A5567;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free'; */
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: transparent url(../images/plus.svg) left center no-repeat;
        width: 32px;
        height: 32px;
        display: inline-block;
        position: absolute;
        left: auto;
        margin-left: 10px;
    }
    
    .menu-item-sp .button-open::after {
        background: transparent url(../images/minus.svg) left center no-repeat;
    }
    
    .header-desktop {
        display: none;
    }
    
    .header-mobile {
        display: block !important;
    }
    
    /* .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.menu-item-sp.sub {
        flex-direction: row;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.menu-item-sp.child {
        flex-direction: column;
    } */
    
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
        margin-top: 1rem;
    }
    
    .gtranslate_wrapper {
        position: absolute;
        bottom: -75%;
        /* background: transparent; */
        left: 8%;
    }
    
    .gtranslate_wrapper select {
        background: transparent;
        color: rgba(120, 99, 77, 1);
    }
}

.header-mobile {
    display: none;
}

.gtranslate_wrapper {
    padding: 0;
    line-height: 0 !important;
    text-align: right;
}

.gtranslate_wrapper select {
    border: unset;
    outline: none;
    font-family: var(--wp--preset--font-family--heading);
    font-weight: 750;
    width: 100%;
    font-size: 14px;
    padding: 0;
    line-height: 0;
}

.gtranslate_wrapper select#xyz {
    border: none;
}

.header-left {
    height: 100px;
}

.header-left .book-now a {
    border-radius: 0;
    display: block;
    padding: calc(1.2em + 10px) calc(1.333em + 10px);
    font-weight: 750;
    background-color: var(--wp--preset--color--bright-gold);
}

/* @media (max-width: 993px) and (min-width:1420px ) {
    
    .header-left .book-now a {
        padding: calc(1.2em + 0px) calc(1.333em + 10px);
    }
} */

@media (max-width: 320px) {
    .header-left .book-now a {
        padding: calc(1.2em + 14px) calc(1.2em + 0px);
        font-size: 12px;
    }
    /* .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li span {
        font-size: 24px;
    } */
}

@media (max-width: 992px) {
    
    .header-left .book-now a {
        /* padding: calc(1.2em + 17px) calc(1.2em + 0px); */
        padding: calc(1.2em + 15px) calc(1.2em + 0px);
        font-size: 12px;
    }
    
    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
        background-color: var(--wp--preset--color--surface);
        color: var(--wp--preset--color--primary) !important;
        font-size: 26px;
        align-items: center;
        letter-spacing: -0.02em;
        font-family: var(--wp--preset--font-family--heading);
        font-style: normal;
        font-weight: 850;
        line-height: 130%;
    }
    
    .navigation-header-sp .menu-item-sp.sub::before {
        font-family: 'Avenir LT Std';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        position: absolute;
        text-transform: uppercase;
        color: var(--wp--preset--color--primary);
    }
    
    .navigation-header-sp .menu-item-sp.sub:first-child:before {
        content: "01";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(2):before {
        content: "02";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(3):before {
        content: "03";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(4):before {
        content: "04";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(5):before {
        content: "05";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(6):before {
        content: "06";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(7):before {
        content: "07";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(8):before {
        content: "08";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(9):before {
        content: "09";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(10):before {
        content: "10";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(11):before {
        content: "11";
    }
    
    .navigation-header-sp .menu-item-sp.sub:nth-child(12):before {
        content: "12";
    }
}
@media (min-width: 1500px) {
    .header-left .book-now a {
        padding: calc(1.2em + 8px) calc(1.333em + 10px);
    }
}
