.header-container{
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
    background-color: var(--primary);
    padding-top: 20px;
}
.header-container .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
/*.logo-img{
    width: 154px;
    float: left;
    display: flex;
    padding: 0 15px;
    margin-left: 40px;
}
.logo-img img{
    max-width: 100%;
    height: auto;
    display: block;
}*/
.button{
    text-decoration: none;
}
/*.btn-login{
    background-color: var(--white);
    border-color: var(--white)!important;
    color: var(--secondary) !important;
    height: 42px;
    font-size: 14px;
    font-weight: bold;
    line-height:1.5em;
    align-items: center;
    display: inline-flex;
    border: 1px solid #fff;
    cursor: pointer;
}
    .btn-login:hover {
        color: var(--secondary) !important;
        background-color: transparent;
    }*/
.btn-signup{
    background-color: #fff;
    color: var(--primary) !important;
    border-color: #fff;
    height: 42px;
    margin-left: 3px;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    line-height:1.5em;
    cursor: pointer;
}
.btn-signup:hover{
    color: #000;
    background-color: rgba(255, 255, 255, 0.897)
}
.btn-menu-toggle{
    position: absolute;
    left: 0;
}
@media screen and (max-width:992px){
    .header-container{
        position: relative;
    }
    .logo-img{
        width: 92px;
        margin: 0;
        padding: 0;
    }
    .btn-menu-toggle{
        right: 0;
        left: auto;
    }
    .login-sign{
        padding-right: 45px;
    }
}
@media only screen and (max-width:767px){
    .btn-login{
        height:33px;
        width: auto;
    }
    .btn-signup{
        height:33px;
        width: auto;
    }
}
@media screen and (max-width: 424px){
    .btn-signup span{
        display: none;
    }
    .login-sign{
        display: flex;
    }
}

.featured-banner, .banner-img{
    height: 600px;
}
.featured-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    margin-top: 80px;
}
.banner-img{
    background-image: url(https://c4b.s3-eu-west-1.amazonaws.com/Public-Web/press/careem-lebanon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section{
    padding-top:50px !important;
    padding: 80px 0;
    min-height: 80px;
    /*margin-top: 50px;*/
}
.banner-img::before{
    background-color:unset !important;
}