/*header*/

/* .green-header{
    background-color: #000;
    color: #FFF;
} */
.site-header{
    min-height: 70px;
    z-index: 99;
    position: relative;
    box-shadow: none;
    background: rgb(10,57,57);
    background: linear-gradient(180deg, rgba(10,57,57,1) 0%, rgba(31,113,101,1) 94%);
    color: #FFF;
}
.site-header>.v-container {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 100% !important;
}
.my-booking {
    margin-left: 0;
}
/* .page .site-header nav .desktop_menu ul.menu li > a {
    color: var(--black);
} */
.site-header .myBookingBtn {
    background: #e2ad56;
    border-color: #e2ad56;
    background: #e2ad56;
    border-color: #e2ad56;
    color:#0a3939;
}
.desktop_menu li a {
    font-size:15px;
    font-weight: 500;
}
.site-header .main-navigation {
    margin: 0;
}
.top-header {
    background: var(--black);
    padding: 10px 0;
    display: block;
    position: relative;
}
.site-header {
    padding: 3px 0;
}
.desktop_menu li a {
    color: #FFF;
    opacity: 1;
    text-transform: uppercase;
    padding: 0 15px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}
.page .desktop_menu li > a:hover,.page li.current-menu-item > a
.page .site-header .menu-item-has-children:hover > .wrap-toggle-mobile svg,
.page .site-header .menu-item-has-children:hover > a,
.page #page .current_page_item > a {
    color: #e2ad56!important;
}
.home.page .desktop_menu li > a:hover, .home.page li.current-menu-item > a,
.home.page .site-header .menu-item-has-children:hover > .wrap-toggle-mobile svg,
.home.page .site-header .menu-item-has-children:hover > a, #page.home.page .current_page_item > a {
    /* color: var(--black); */
    opacity: 1;
}
.polylang_slink {
    max-width: 95px;
    position: relative;
}
.polylang_slink a.languages__item--current {
    /* background: var(--black); */
    /* color: var(--white); */
    font-weight: 600;
}
.polylang_slink a {
    background: var(--black);
    color: var(--white);
    font-size: var(--size-s);
    font-weight: 500;
    position: relative;
    overflow: visible;
    text-transform: uppercase;
    min-width: unset;
    width: unset;
}
.polylang_slink a:first-child:before {
    content: '|';
    position: absolute;
    right: -11px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 12px;
}
.top-header .grid-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.top-header .grid-column .grid-item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.top-header .grid-column .grid-item .top-header_widget {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.top-header .grid-column .grid-item .top-header_widget li {
    color: var(--white);
    margin: 0;
}
.top-header .grid-column .grid-item .top-header_widget li p {
    font-weight: 400;
    font-size: 13px;
    color: var(--white);
    letter-spacing: 1px;
}
.polylang_slink a .l-text{
    letter-spacing: 1px;
    font-size: 13px;
}
form.form-head {
    display: flex;
    position: relative;
    height: 31px;
}
form.form-head input[type="text"] {
    border: 0;
    border-radius: 0;
    padding: 6px 20px;
    background: var(--black);
    border: 0px solid var(--white);
    border-bottom: 1px solid var(--white);
    color: var(--white);
}
form.form-head button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50px;
    background: var(--black);
    height: 30px;
    display: grid;
    place-content: center;
    height: 26px;
    padding: 0;
}
form.form-head button svg {
    stroke: var(--white);
    width: 21px;
    height: 21px;
}
.top-header .grid-column .grid-item.c-column-2 {
    justify-content: right;
    gap: 30px;
}
.top-header .grid-column .grid-item.c-column-2 .polylang_slink {
    max-width: 110px;
    width: 100%;
    gap: 17px;
    justify-content: end;
}
form.form-head button:hover {
    opacity: 0.7;
}
#toggle-main-menu svg * {
    stroke: #FFF !important;
}
.menu-item-has-children svg {
    height: 17px;
}
.site-branding img {
    max-height: 65px;
    text-align: left;
    padding-left: 0;
    margin: 0;
    margin-top: 5px;
    width: auto;
    height: 65px;
}
.site-header>.v-container {
    min-height: auto !important;
}
.main-navigation li {
    min-height: 55px;
}
.site-header nav .desktop_menu ul.menu li > a {
    padding: 0 25px;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
#mobile-menu .menu-item-has-children .wrap-toggle-mobile svg {
    color: #222;
}
/* .desktop_menu li.menu-item-has-children>.sub-menu li a{
    color: #222;;
} */
.site-header nav .desktop_menu ul.sub-menu li > a {
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 14px;
    color: #222;;
}
.footer-info .img-info a svg g {
    fill: var(--white);
}
.box-search_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.box-search_header .overlay_box {
    background: rgb(0 0 0 / 80%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2em;
    position: relative;
    align-items: center;
}
.box-search_header {
    transform: translateX(5000px);
    transition: all ease-in-out 500ms;
}
span.btn-show_search svg {
    width: 18px;
    height: 18px;
    stroke: var(--black);
}
span.btn-show_search span {
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header.site-header.fixed {
    box-shadow: 0 2px 19px 0 rgba(15,22,30,.07), 0 43px 61px -24px rgba(15,22,30,.04);
    position: fixed!important;
}
.admin-bar header.site-header.fixed {
    margin-top: 31px;
}
/* header.site-header.fixed nav .desktop_menu ul.menu li > a {
    color: var(--black);
} */
/* .page .not-home_page{
    display: block;
}
.home .not-home_page{
    display: none;
}
.page .home-logo{
    display: none;
}
.home .home-logo{
    display: block;
} */
/* .page header.site-header.fixed .not-home_page {
    display: none;
 } */

/* for mobile */
@media (max-width: 767px){
    .my-booking {
        margin-left: 0;
        margin-right: 55px;
    }
}
/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
    .my-booking {
        margin-left: 0;
        margin-right: 60px;
    }
}

/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {
    .site-header {
        padding: 3px 20px;
    }
    #toggle-main-menu {
        margin-right: 110px;
        margin-top: 2px;
    }
}
/* end for tabletH */
