/*
------------------------------------
HEADER
------------------------------------
*/

.header {
    width: 100%;
    height: 850px;
    z-index: -1;
    background-image: url("../img/despre-noi/background-header-despre-noi-nobless-drive.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 

.logo-primary-navbar-mobile{
    display: none;
}

@media only screen and (max-width: 1240px) {
    
}

@media only screen and (max-width: 1024px) {
    .logo-primary-navbar-mobile{
        display: block;
    }

    .logo-primary-navbar-mobile img{
        margin: 0 auto;
        padding-top: 100px;
    } 
}

@media only screen and (max-width: 768px) {
    .logo-primary-navbar-mobile img{
        width: 150px;
    }
}

/*
------------------------------------
DESPRE NOI
------------------------------------
*/

.about-us{
    margin-top: -300px;
    padding-bottom: 150px;
}

.about-us-content{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us-left{
    height: 560px;
    background: linear-gradient(to bottom, var(--lightblue) , var(--blue));
    color: #ffffff;
    border-radius: 24px;
    width: 30%;
    padding: 200px 70px 50px;
}

.about-us-left h1{
    font-size: 3rem;
    line-height: 3.2rem;
    font-family: var(--pharagraph-font-family);
    font-weight: 400;
}

.about-us-right{
    width: 60%;
    margin-top: 400px;
    padding: 0 70px;
}

.about-us-right h5{
    color: var(--ridesyellow);
    padding-bottom: 24px;
}

@media only screen and (max-width: 1240px) {
    .about-us-left{
        padding: 150px 50px 50px;
    }

    .about-us-right{
        width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .about-us{
        margin-top: -150px;
        padding-bottom: 100px;
    }
    
    .about-us-content{
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .about-us-left{
        height: inherit;
        background: linear-gradient(to bottom, var(--lightblue) , var(--blue));
        color: #ffffff;
        border-radius: 24px;
        width: 100%;
        padding: 70px 100px;
    }
     
    .about-us-right{
        width: 100%;
        margin-top: 100px;
        padding: 0 100px;
    }
}

@media only screen and (max-width: 768px) {
    .about-us-left{
        padding: 70px 70px;
        width: 90%;
        margin: 0 auto;
    }
     
    .about-us-right{
        padding: 0 40px;
    }
}

/*
------------------------------------
VALORILE
------------------------------------
*/

.our-values{
    z-index: 100 !important;
}

.our-values-content{
    position: relative;
    border-radius: 24px;
    padding: 100px 90px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px #828282;
    
}

.our-values-content h5{
    color: var(--ridesyellow);
    padding-bottom: 50px;
}

.our-values-categories{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.our-values-categori{
    width: 30%;
}

.our-values-categori h3{
    color: var(--blue);
    font-size: 4.5rem;
    line-height: 5rem;
}

.our-values-categori h6{
    font-size: 2.5rem;
    padding-bottom: 24px;
}

@media only screen and (max-width: 1240px) {
      
}

@media only screen and (max-width: 1024px) {
    .our-values-categories{
        display: inline-flex;
        flex-direction: column;
    }
    
    .our-values-categori{
        width: 100%;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .our-values-content{
        padding: 100px 40px;
        margin: 0 20px;
    }
    
    .our-values-categori{
        width: 90%;
        margin: 0 auto;
    }
}

/*
------------------------------------
MOTTO
------------------------------------
*/

.motto {
    width: 100%;
    height: 1000px;
    z-index: -100 !important;
    background-image: url("../img/general/background-motto-nobless-drive.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -150px;
}

.motto-content {
    padding-top: 350px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.img-logo-motto img{
    margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
    
}

@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 768px) {
    .motto-content {
        width: 80%;
    }

    .motto-content h2{
        font-size: 5rem;
        line-height: 5rem;
    }
    
    .img-logo-motto img{
        margin: 0 auto 50px;
    }

    .motto {
        margin-top: -200px;
        height: 1200px;
    }
}

@media only screen and (max-width: 480px) {
    
}

/*
------------------------------------
LOGOS
------------------------------------
*/

.vehicles-logo-section{
    padding: 50px 0;
    margin-top: -150px;
}

.vehicles-logo-content {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo-vehicle img{
    background-blend-mode: multiply;
}

@media only screen and (max-width: 1240px) {
    
}

@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 768px) {
    .logo-vehicle img{
        width: 100px;
        margin: 0 10px;
    }

    .vehicles-logo-content {
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    
}