header {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    color: rgb(255, 255, 255);
}


.search-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px 0;
    background-image: url('../images/header.jpg');
    background-position: bottom center;
    width: 100%;
    background-repeat: no-repeat;
}


header .upper-header-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    height: 104px;
}



header .loader {
    width: 100%;
    height: 4px;
}

@keyframes loader-animation {
    0% {
        left: -100%;
    }
    49% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

header .loader .bar {
    width: 100%;
    position: absolute;
    height: 4px;
    background-color: #E2B10A;
    animation-name: loader-animation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }

/* ========================================= Logo ================================================ */


header .upper-header-container .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: #ffffff;
    height: 100%;
    margin-bottom: auto;
    opacity: 1;
}

header .upper-header-container .left-header-placeholder h1 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Dirty Headline', sans-serif;
    margin: 0px;
    width: fit-content;
    max-height: 52px;
    min-width: 120%;
    padding: 30px 0px 22px 64px;
    overflow: visible;
}

header .upper-header-container .logo svg {
    width: 190px;
}


#logo-svg {
    height: 125px;
} 


/* ========================================= Menu ================================================ */
header .upper-header-container .left-header-placeholder {
    display: flex;
    width: 180px;
    height: 100%;
    align-items: center;
}


header .upper-header-container .menu-header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
}


header .upper-header-container .menu-button {
    position: relative;
    top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 2px solid #201F1E;
    background: transparent;
    width: 48px;
    height: 48px;
    cursor: pointer;
}


header .upper-header-container .menu-button span {
    color: #FFF;
    text-align: center;
    /* font-family: Helvetica Neue; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%;
}


/* ========================================= Login ================================================ */


header .upper-header-container .login-header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 390px;
    transition: width 0.8s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
}


header .upper-header-container .login-header-section #google-sign-in-div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #26282C;
    height: 56px;
    color: #FFF;
    text-align: center;
    /* font-family: Helvetica Neue; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}


header .upper-header-container .login-header-section .google-sign-in .user-queries-stats {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .upper-header-container .login-header-section .google-sign-in .user-queries-stats .search-quiries-left-num {
    display: none;
    font-size: 25px;
    font-family: 'Dirty Headline', sans-serif;
}

header .upper-header-container .login-header-section .google-sign-in .user-queries-stats .fa-user-alt {
    font-size: 25px;
    margin-bottom: 5px;
}

header .upper-header-container .login-header-section .google-sign-in .user-queries-stats .fa-user-alt:hover {
    cursor: pointer;
}

header .upper-header-container .login-header-section .google-sign-in .user-queries-stats .search-quiries-left-phrase {
    display: none;
    font-size: 14px;
}


/* ========================================= Descriptor ================================================ */
header .descriptor-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


header .descriptor-container .descriptor-bottom-span-container {
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}


.search-bar-container {
    color: rgb(255, 255, 255);
    position: sticky;
    top: 0;
    z-index: 3;
    background: transparent;
} 


/* ============================= search-section ============================= */





.search-section .search-columns {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    max-width: 1128px;
    height: 44px;
    margin: 0 4px 0 4px;
}

.search-section .search-columns .main-search-column {
    display: flex;
    width: 43%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    transition: width 0.3s ease-in-out;
    border-radius: 2px;
    background: #E2B10A;
    margin-right: 16px;
    border: 2px solid  #201F1E;
    color: #201F1E;
}

.search-section .search-columns .combine-with-column {
    display: flex;
    width: 17.62%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: width 0.3s ease-in-out;
    border-radius: 2px;
    background: #E2B10A;
    margin-right: 16px;
    border: 2px solid  #201F1E;
    color: #201F1E;
}

.search-section .search-columns .open-filters-column {
    display: flex;
    width: 17.62%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #E2B10A;
    transition: width 0.3s ease-in-out;
    margin-right: 16px;
    border: 2px solid  #201F1E;
    color: #201F1E;
}


.search-section .search-columns .ai-search-button-column {
    display: flex;
    /* width: 4.14%; */
    /* width: 48px; */
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: width 0.3s ease-in-out;
    border-radius: 2px;
    background: #E2B10A;
    margin-right: 16px;
    border: 2px solid  #201F1E;
}


.search-section .search-columns .search-button-column {
    display: flex;
    width: 17.62%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: width 0.3s ease-in-out;
    border-radius: 2px;
    background: #0E0E0E;
    border: 2px solid  #0E0E0E;
}


.ai-search-button-tooltip {
    position: absolute;
    max-width: 228px;
    background: #0E0E0E;
    color: #fff;
    border: 2px solid  #FFF;
    padding: 6px 10px;
    font-size: 10px;
    /* white-space: nowrap; */
    opacity: 0;
    transform: translate(-4px, -112px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 1000;
    visibility: hidden;


}
.ai-search-button-tooltip.show {
    opacity: 1;
    transform: translate(-4px, -108px);
    visibility: visible;
}


@media (max-width: 600px) {

    header .upper-header-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        height: auto;
    }

    header {
        height: 172px;
    }

    header .upper-header-container .menu-button {
        top: -8px;
        border: none;
    }

    .menu-header-section {
        position: absolute;
        top: 130px
    }

    .search-section {
        background: #000000;
        padding-top: 0px;
    }

    #google-sign-in-div {
        height: 42px;
    }

    .search-section .search-columns {
        flex-direction: column;
        justify-content: flex-start;
        height: 180px;
        margin: 0px;
    }

    .search-section .search-columns .main-search-column {
        width: 100%;
        height: 56px;
        border-bottom: none;
    }   

    .search-section .search-columns .combine-with-column {
        display: none;
    }

    .search-section .search-columns .open-filters-column {
        width: 100%;
        height: 56px;
    }

    .search-section .search-columns .ai-search-button-column {
        display: none;
    }

    .search-section .search-columns .search-button-column {
        width: 100%;
        height: 56px;
    }

    .search-bar-container {
        background: #000000;
        position: static;
        z-index: 0;
    } 

    .logo-svg-hide-on-mobile {
        display: none;
    }

    header .upper-header-container .left-header-placeholder {
        width: 100%;
        justify-content: center;
    }

    header .upper-header-container .left-header-placeholder h1 {
        padding: 40px 8px;
        min-width: 0px;
        text-align: center;
    }
}