body {
    /* CHANGE THIS WHEN ADDED THE FOOTER WITH THE HEADER TOGETHER.. CHECK */
    /* overflow: hidden; */
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}


/* TO AVOID HEADER DEPENDENCY TO BOOTSTRAP */
img, svg {vertical-align: middle;}
.tf-mt-0 {margin-top: 0!important}
.tf-m-0 {margin: 0!important}
.tf-mb-1 {margin-bottom: .25rem!important}
.tf-ms-1 {margin-left: .25rem!important}
.tf-pe-1 {padding-right: .25rem!important}


/* BANNER */
#header-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#005F32 ;
    color: #FFFFFF;
    /* position: absolute; */
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
    position: relative;
}

.header-banner-text a:hover {
    color: white !important;
}

.header-banner-text {
    display: flex;
    align-items:center;
}
#header-cross-banner {
    position: absolute;
    right: 20px;
    cursor: pointer;
    /* top: 18px; */
}
.header-cross {
    display: none;
}
.header-banner-text A {
    text-decoration: none;
    color: inherit;
}
/* /BANNER */


/* topbar */

.header-topbar {
    /* position: absolute; */
    top: 50px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--primary-blue);
    z-index: 7777;
}

.header-topbar-sticky{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100000;
}


.header-topbar-main {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    
}

.travelski-logo {
    width: 169px;
    height: 36px;
}

.header-logo-svg {
    width: 169px;
    height: 36px;
}

#header-hamburger-menu {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo {
    width: 169px;
}
.header-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-customer-main {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.header-customer-icons {
    height: 25px;
}
.header-customer-wrapper {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.header-customer-wrapper > .header-desktop-customer-info {
    display: flex;
    flex-direction: column;
}

.header-customer-wrapper > .header-desktop-customer-info > span {
    color: #FFFFFF;
}



/* POP UP FOR CUSTOMER CALL */
.header-popup-customer {
    background-color: #FFFFFF;
    position: fixed;
    z-index: 9999;
    top: 0;
    padding: 1rem;
    border-bottom: 1px solid grey;
    display: none;
    height: 300vh;
    /* backdrop-filter: blur(2px); */
    /* filter: none; */
}
.header-popup-customer.header-show-customer-popup {
    display: block;
}
.header-popup-cta {
    margin-top: 2rem;
}
.header-backdrop.active-popup {
    background: rgba(13, 20, 27, 0.76);
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(2px);
    position: fixed;
    z-index: 1000;   
}
.header-popup-title-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.header-popup-contact-wrapper {
    display: flex;
    gap: 1rem;
}

.header-popup-contact-wrapper > h4 {
    margin: 0;
}

.header-popup-text  {
    padding-left: .5rem;
    padding-top: .8rem;
}
/* /POP UP FOR CUSTOMER CALL */




.header-desktop-customer-info > * {
    display: none;
}

.header-user-account > button {
    border: 1px solid #9FB6E2;
}

.header-user-account-btn {
    padding: 10px 20px;
    display: none;
}

a.header-user-account-link {
    text-decoration: none;
}

.header-desktop-icon {
    margin-right: .5rem;
}

.header-info-bubble {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    box-shadow: 0px 1px 8px rgba(16, 24, 40, 0.1), 0px 1px 3px rgba(16, 24, 40, 0.1);
    border-radius: 30px;
    left: 0px;
    width: 279px;
    height: 56px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none;
    transition: .3s ;
}

.header-bubble-text {
    color: #000000;
    padding: 10px 25px;
    transition: .3s ;
}



/* ---------------------------------- */
/* --------------NAVBAR------------- */
/* ---------------------------------- */


body { 
    font-family: sans-serif;
  }
  
  #header-sidebar {
    /* border: 1px solid blue; */
    height: 100vh;
    width: 0;
    position: fixed;
    /* top: 110px; */
    left: 0;
    transition: .3s;
    /* overflow-x: hidden; */
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    
    white-space: nowrap;
    background-color: #FFFFFF;
    z-index: 9999;
  }
  
  .header-navbar-main  ul:nth-child(1) {
    margin-top: 1rem;
  }

  #header-sidebar>UL {
    margin: 0;
    padding: 0;
  }
  
  #header-sidebar > ul > li {
    list-style-type: none;
  }
  
  #header-sidebar.header-showSidebar {
    width: 100vw;
    /* width: 97vw; */
    margin: 0 auto;
    padding: 0 15px;
    /* width: 250px; */
  }
  
  .header-content {
    height: 250px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    background-color: #ffffff;
    padding: 0;
  
    overflow: hidden;
  }
  
  /* cHANGE THIS LATER */
  /* .dropdown-desktop > li {
    padding: 0 8px 0 32px;
    list-style-type: none;
  } */
/*   
  .content.showSubmenu {
    width: 100vw;
    height: 100vh;
    z-index: 9999;
  } */
  
  .header-back-btn {
    cursor: pointer;
    font-weight: bold;
  }
  


  /* ------------TAKEN FROM THE PREVIOUS---------- */

  .header-link  {
    cursor: pointer;
    position:relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    border-bottom: 1px solid #DEE2E6;
    /* transition: .5s; */
    overflow-x: hidden;
    padding: 0 1rem;
     /* display: block; */
    
}
.header-link:hover{
    color: var(--primary-blue)!important;
}

.header-desktop-dropdown-item {
    position:relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    height: 74px;
    border-bottom: 1px solid #DEE2E6;
    /* transition: .5s; */
    /* overflow-x: hidden; */
    padding-left: 1rem;

}
.header-dropdown-star {
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
}

.header-content .link {
    justify-content: flex-start;
    gap: .5rem;
}

.header-list-item {
    list-style-type: none;
    /* transition: .5s ease-in-out; */
    /* padding-left: 1rem; */
   
    /* margin-left:  1rem; */
}

.header-arrow-small-desktop {
    display: none;
}

.header-arrow-back-container {
    margin-top: 2rem;
    margin-bottom: 1rem;
    /* border: 1px solid red; */
}

.header-arrow-back {
    transform: translateY(-3px);
}

.header-black-arrow-svg {
    --svg: url('data:image/svg+xml;utf8,<svg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.399772 17.0528C-0.133257 16.459 -0.133257 15.4999 0.399772 14.9061L5.70273 8.99904L0.399772 3.09196C-0.133258 2.49821 -0.133258 1.53907 0.399772 0.945314C0.932801 0.351562 1.79385 0.351562 2.32688 0.945314L8.60023 7.93333C9.13326 8.52708 9.13326 9.48622 8.60023 10.08L2.32688 17.068C1.80752 17.6465 0.932802 17.6465 0.399772 17.0528Z" fill="%230D141B"/></svg>');
    width: 9px;
    height: 18px;
    -webkit-mask: var(--svg);    
    mask: var(--svg);
    background-color: var(--grey-900);
}


.header-black-arrow {
    transform: translateX(-20px);
}
.header-link-blue{
    color: var(--primary-black)!important;
}
svg.header-link-blue  {
    stroke: var(--primary-black)!important;
}

.header-dropdown-desktop {
    height: 250px;
    width: 0;
    position: absolute;
    top:0;
    left: -400px;
    transition: 1.0s;
    overflow: hidden;
    position: absolute;
    background: #FFFFFF;
    z-index: 0;
}


.header-dropdown-desktop > * {
    padding: 0 15px;
}

.header-dropdown-desktop.header-showSubmenu {
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    /* Added at the end. */
    left: 0;
    top: 0;
    flex-direction: column;
    transition: 0.5s;
    padding-left: 0;
  }
  


@media only screen and (min-width: 576px) {

    #header-sidebar ul > li {
        position: relative;
    }
    
    #header-banner {
        height: 36px;
    }
    
    /* #header-cross-banner {
        top: 12px;
    } */

    .header-topbar {
        top: 36px;
    }
    .header-topbar-sticky{
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 100000;
    }

    .header-logo-svg {
        width: 229px;
        height: 50px;
    }

    .header-navbar-main  ul:nth-child(1) {
        margin-top: 0;
      }


    .header-dropdown-desktop {
        position: absolute;
        padding: 0;
        left: inherit;
        transform: translateY(100%);
        width: fit-content;
        height: fit-content;
        top: unset;
        /* border: 1px solid red; */
        
        display: flex;
        flex-direction: column;
        padding: 4px 0 ;
        bottom: -5px;
        /* top: 80px; */
        /* padding-right: 1.5rem; */
        /* gap: .5rem; */
        
        /* white */
        margin: 0;
        
        background: #FFFFFF;
        border-radius: 8px;
        
        filter: drop-shadow(0px 1px 8px rgba(16, 24, 40, 0.1)) drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1));
        /* top: 120px; */
        display: none;
        z-index: 100000;
    }

    .header-dropdown-desktop li:nth-child(1) {
        display: none;
    }

    .header-dropdown-star {
        position: relative;
        top: -1px;
        width: 15px;
        height: 14px;
    }

    #header-hamburger-menu {
        display: none;
    }

 
    #header-sidebar{
      
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        top: 100px;
        height:54px ;
        width: 100%;
        box-shadow: 0px 1px 8px rgba(16, 24, 40, 0.1), 0px 1px 3px rgba(16, 24, 40, 0.1);
        position: static;
        background-color:#FFFFFF;


    }

    #header-sidebar.header-showSidebar {
        width: 90vw;
        /* margin: 0 auto; */
        /* width: 250px; */
      }

    /* #sidebar ul {
        display: flex;
    } */

    .header-navbar-main > ul {
        margin: 0;
    }

    .header-list-item {
        /* padding: 15px 0; */
        display: flex;
        justify-content: center;
        height: 100%;
        padding: 0;
    }
    .header-menu-bar {
        display: flex;
        justify-content: center;
        gap: 1rem;
        padding: 0;
    }

    .header-menu-bar > .header-list-item .header-link {
        border: none;
    }

    .header-black-arrow,
    .header-black-arrow-svg {
        display: none;
    }

    .header-link-blue{
        color: var(--primary-blue)!important;
    }
    svg.header-link-blue  {
        stroke: var(--primary-blue)!important;
    }
    

    .header-link {
        height: 50px;
        color: var(--grey-800);
        overflow: visible;
        border: none;
        padding-left: 0;
    }

    .header-logo {
        width: 229px;
        height: 50px;
    }

    .travelski-logo {
        width: 229px;
        height: 50px;
    }


    .header-arrow-small-desktop {
        display: block;
        transform: translateX(5px);
    }

    svg.header-arrow-small-desktop {
        stroke: var(--primary-black); 
    }

    svg.header-arrow-small-desktop:hover {
        stroke: var(--primary-blue)!important;
    }

    .header-desktop-customer-info > * {
        display: flex;
    }
    
    .header-account-icon {
        display: none;
    }

    .header-user-account-btn {
        display: flex;
    }


    .header-customer-service {
        pointer-events: none;
    }


     .header-customer-wrapper:hover > .header-info-bubble, .header-customer-wrapper:hover > .header-info-bubble .header-bubble-text {
        display: flex;
     }



     /* --------Menu dropdown desktop-------- */

/* .header-dropdown-desktop {
    position: absolute;
    padding: 0;
    transform: translateY(58px);
   
    
    display: flex;
    flex-direction: column;
    padding: 4px 0 ;
  
    
    background: #FFFFFF;
    border-radius: 8px;
    
    filter: drop-shadow(0px 1px 8px rgba(16, 24, 40, 0.1)) drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1));
   
    display: none;
} */
.header-dropdown-desktop > * {
    padding: 0;
}

.header-desktop-dropdown-list {
    list-style-type: none;
    padding: 8px 1.5rem 8px 12px;
    /* padding: 8px 12px; */
}

.header-desktop-dropdown-list:hover {
    background: #EEF2FA;
}

.header-desktop-dropdown-item {
    text-decoration: none;
    color: #000000;
    border: none;
    padding: 0;
    height: fit-content;
}

.header-list-item:hover  {
    color: var(--primary-blue);
    margin-top: 2px;
    border-bottom: 3px solid var(--primary-blue);
}

.header-list-item:hover > .header-link {
    color: var(--primary-blue);
    
}

.header-list-item:hover  .header-link .header-black-arrow-container  .header-arrow-small-desktop {
    fill: var(--primary-blue);
}

.header-link:hover .header-arrow-small-desktop {
    stroke: var(--primary-blue)!important;
}


.header-active-item {
    color: var(--primary-blue);
    margin-top: 2px;
    border-bottom: 3px solid var(--primary-blue);
}

.header-list-item:hover .header-link,
.header-active-item .header-link {
    height: 47px;
}



.header-show-desktop-dropdown {
    display: block;
}






.header-topbar-main {
    
    height: 80px;
    /* width: 1140px; */
    max-width: 1140px;
    margin: 0 auto;
}




    

}

.header-topbar-sticky > #header-banner {
    /* position: absolute; */
    top: -100%;
}

@media (max-width: 768px) {
    #header-sidebar {
        overflow-x: hidden;
    }

    #header-banner {
        justify-content: start;
    }
}

