.header-first{
    display: flex;
}

.header-top-div{
    margin-left: auto;
}

.header-second{
    display: flex;
    width: 100%;
}

/*.header-second .logo{
    width: 35%;
}*/

.header-second .logo svg{
    height: 66px;
}

.header-second .logo{
    width: 20%;
}

.header-second .searches{
    display: flex;
    width: 60%;
}

.header-second .connexion{
    width: 28%;
    display: flex;
    justify-content: end;
    text-align: center;
}

.header-second .connexion .login{
    margin-right: 20px;
}

.header-second .connexion .login, .header-second .connexion .signup{
    display: flex;
    padding: 13px 20px;
    color: #fff;
    height: 52px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

.header-second .connexion .signup, .header-second .connexion .login{
    background: var(--primary-color);
}

/*Design new design login*/
/*.header-second .connexion .login{
    background: #fff;
}

.header-second .connexion .login .dropdown .btn{
    padding: 0px;
    margin: 0px;
    background: #fff;
    border: 0px;
}

.header-second .connexion .login .dropdown .btn:focus{
    border: 0px;
    box-shadow: 0 0 0 0 rgba(108,117,125,.5);
}

.header-second .connexion .login .dropdown .btn i{
    font-size: 2.9em;
    line-height: .75em;
    vertical-align: -.0667em;
    color: rgb(208, 209, 211);
}*/

.header-second .connexion .login a span, .header-second .connexion .signup a span{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.header-second .searches .input-search, #section-banner .searches .input-search{
    display: inline-block;
    border: 1px solid rgb(213, 216, 220);
    height: 58px;
}

.header-second .searches .input-search input:focus-visible, #section-banner .searches .input-search input:focus-visible{
    border-radius: 5px;
}

.header-second .searches .search-by-country, #section-banner .searches .search-by-country{
    width: 30%;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    padding: 2px;
    padding-right: 6px;
}

.header-second .searches .search-by-cuisine, #section-banner .searches .search-by-cuisine{
    display: flex;
    padding: 2px;
    width: 52%;
    border-radius: 0px;
    margin-left: -5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header-second .searches .search-by-cuisine .input, #section-banner .searches .search-by-cuisine .input{
    display: flex;
    width: 78%;
    padding: 0 10px;
    height: 53px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    border-radius: 10px;
}

.header-second .searches .search-by-cuisine .search-btn, #section-banner .searches .search-by-cuisine .search-btn, #banner-searches-custom .search-btn{
    display: flex;
    position: relative;
    border: 0;
    border-radius: 0.25rem;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: background-color ease 62.5ms,box-shadow ease 62.5ms;
    transition: background-color ease 62.5ms,box-shadow ease 62.5ms;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: RalewayX,arial,sans-serif;
    font-style: normal;
    line-height: 1.375;
    box-shadow: none;
    color: hsl(0, 0%, 100%);
    background-color: var(--primary-color);
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border-radius: 0.5rem;
    margin-right: 2px;
    margin-left: 1px;
}

.header-second .searches .input-search input, #section-banner .searches .input-search input{
    width: 100%;
    height: 36px;
    border: 0px;
}

.header-second .searches .search-by-cuisine .input .svg, #section-banner .searches .search-by-cuisine .input .svg{
    width: 6%;
    display: inline-block;
    top: 2px;
    position: relative;
    left: -10px;
}

.header-second .searches .search-by-cuisine .input .svg svg, #section-banner .searches .search-by-cuisine .input .svg svg{
    height: 53px;
    width: 40px;
}

.header-second .searches .search-by-cuisine .input input, #section-banner .searches .search-by-cuisine .input input{
    width: 93%;
    display: inline-block;
    outline: none;
    height: 49px;
    font-size: 18px;
    font-weight: 500;
}

#searches-header .input-search{
    /*display: none;*/
}

.css-104lxrq {
    border: 2px solid var(--primary-color) !important;
    -webkit-transition: opacity 250ms;
}

.header-second .searches .search-by-country .svg, #section-banner .searches .search-by-country .svg{
    width: 14%;
}

.header-second .searches .search-by-country .svg svg, #section-banner .searches .search-by-country .svg svg{
    height: 50px;
    width: 40px;
}

.header-second .searches .search-by-country .input, #section-banner .searches .search-by-country .input{
    height: 53px;
    width: 100%;
    display: flex;
    border: 2px solid #fff;
    border-radius: 10px;
    border: 2px solid #fff;
}

.header-second .searches .search-by-country .input input, #section-banner .searches .search-by-country .input input{
    height: 49px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.header-second{
    background-color: hsl(0, 0%, 100%);
    border-bottom: none;
    border-bottom-color: currentcolor;
    border-color: hsl(220, 9%, 93%);
    box-shadow: 0 0.1rem 0.1rem hsla(0, 0%, 0%, 0.1),0rem 0.1rem 0.625rem hsla(0, 0%, 0%, 0.08);
    padding-right: 0.25rem;
    height: 75px;
    padding-top: 8px;
}

#section-banner .container-fluid{
    width: 90%;
    background: var(--primary-color);
    padding: 0;
    border-radius: 1rem;
    height: 32.5rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

#section-banner .background{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),linear-gradient(90deg, rgba(0, 21, 0, 0.2) 50%, rgba(0, 21, 0, 0) 100%);
    height: 76%;
    width: 90%;
    border-radius: 1rem;
    position: absolute;
}

#section-banner .content{
    display: flex;
    list-style-type: none;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 0;
    width: 100%;
    position: relative;
    max-width: 64rem;
}

#section-banner .content .text{
    margin-bottom: 50px;
}

#section-banner .content .text h1{
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 3rem;
    max-width: 47.75rem;
    max-width: 47.75rem;
    max-width: 47.75rem;
    font-family: RalewayX,arial,sans-serif;
    line-height: 1.2;
    margin: 0;
    color: hsl(0, 0%, 100%);
    display: inline-block;
}

#section-banner .content .searches{
    display: flex;
}