/*
------------------------------------
HEADER
------------------------------------
*/

.header-title {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.contact-details-container,
.form-contact-container{
    width:50%;
}

.contact-details-container{
    margin-top: 100px;
}

.form-contact-container{
    margin-top: -100px;
}

.logo-primary-navbar-mobile{
    display: none;
}

@media only screen and (max-width: 1240px) {
    .header-title {
        width: 95%;
        margin: 0 auto !important;
    }

    .contact-details-container{
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-title {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-details-container,
    .form-contact-container{
        width: 100%;
        padding: 0;
    }

    .contact-details-container{
        margin-top: 0;
        margin-bottom: 100px;
        text-align: center;
    }

    .logo-primary-navbar-mobile{
        display: block;
    }

    .logo-primary-navbar-mobile img{
        margin: 100px auto 50px;
    }
}

@media only screen and (max-width: 768px) {
    
    .form-contact-container{
        margin-top: 0;
    }
    
    .logo-primary-navbar-mobile img{
        width: 150px;
        margin: 100px auto;
    }

    .img-title-curse-speciale-section img{
        display: none;
    }
}

/*
------------------------------------
DETALII CONTACT
------------------------------------
*/

.box-contact-details h1{
    color: var(--blue);
}

.box-contact-details h5{
    color: var(--partneryellow);
    margin-bottom: 24px;
}

.box-contact-details a {
    font-family: "Carlito", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: var(--pharagraph-normal);
	color: var(--fontcolor);
}

.box-icons-contact-details{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.box-icons-contact-details img{
    margin-right: 5px;
}

/*
------------------------------------
CONTACT FORM
------------------------------------
*/

.partner-form{
    background: linear-gradient(160deg, var(--lightblue) 50%, var(--blue) 100%);
    border-radius: 24px;
    box-shadow: 0px 10px 20px #828282;
    width: 500px;
    float: right;
    padding: 100px 0;
}

.text-partner-form h2{
	color: var(--partneryellow);
    padding-bottom: 24px;
    font-size: 5rem;
}

.partner-form-content{
    width: 380px;
    margin: 0 auto;
}

.formular-solicitare-partener-style{
	width: 100%;
}

.half-formular-partner-placeholder{
    width: 100%;
}

.formular-solicitare-partener-style input[type=text],
.formular-solicitare-partener-style input[type=email],
.formular-solicitare-partener-style textarea {
	font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-small);
    text-transform: uppercase;
	color: #000000 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #cccccc;
	padding: 8px 0;
	margin: 5px 0px;
    text-align: center;
    width: 100%;
}

input::placeholder{
	color: #ffffff !important;
  }
  
textarea::placeholder{
	color: #ffffff !important;
}

.formular-solicitare-partener-select-style{
	width: 100%;
    margin-top: 24px;
    text-align: center;
}

.formular-solicitare-partener-name-label{
	font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-normal);
    text-transform: uppercase;
	color: #000000 !important;
    text-align: center;
}

.formular-solicitare-partener-button{
    text-align: center;
    margin-top: 10px;
}

.formular-solicitare-partener-button input[type=submit]{
	background: linear-gradient(to bottom, var(--darkblue) , var(--lightblue));
	border-radius: 25px;
	box-shadow: 0px 7px 10px #000000;
	color: #ffffff;
	letter-spacing: 2px;
	padding: 15px 30px;
	font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-small);
	font-weight: 700;
	text-shadow: 0px 2px 5px #000000;
	transition: .3s ease-out;
    margin: 0 auto;
}

.formular-solicitare-partener-button input[type=submit]:hover{
	background: linear-gradient(to bottom, var(--lightblue) , #ffffff);
	box-shadow: 0px 7px 15px #3c3c3c;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 0px -1px 3px #000000;
	transition: .3s ease-out;
}

.formular-solicitare-partener-button input[type=submit]:active {
	background: linear-gradient(to bottom, #ffffff , var(--lightblue));
	box-shadow: 0px 2px 2px #3c3c3c;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 0px 2px 3px #000000;
	transition: .1s;
}

.checkbox-contact-form{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

.checkbox-contact-form label,
.checkbox-contact-form label a{
	font-family: var(--headlines-font-family);
	font-size: var(--font-size-xs);
}

@media (max-width:1024px) {
    .partner-form{
        float: none;
        margin: 50px auto;
    }
}

@media (max-width:740px) {
    .form-contact-container{
        width:100%;
    }

    .partner-form{
        width: 100%;
        float: center;
        padding: 100px 0;
    }

    .partner-form .container{
        width: 100%;
    }
    
    .partner-form-content{
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .formular-solicitare-partener-button{
        margin-top: 50px;
    }
}

/*
------------------------------------
MOTTO
------------------------------------
*/

.motto {
    width: 100%;
    height: 1000px;
    z-index: -1;
    background-image: url("../img/general/background-motto-nobless-drive.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -200px;
}

.motto-content {
    padding-top: 350px;
    text-align: center;
    width: 60%;
    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;
    }

    .motto {
        margin-top: -200px;
        height: 1200px;
    }
}

/*
------------------------------------
APPLICATIONS FORMS
------------------------------------
*/

.application-forms{
    margin-top: -300px;
}

.application-forms-content{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.form-partner-service-content{
    width: 600px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url("../img/contact/background-partener-contact-nobless-drive.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    padding: 100px 60px;
    box-shadow: 0px 10px 20px #828282;
}

.form-rides-service-content{
    width: 600px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url("../img/contact/background-curse-speciale-contact-nobless-drive.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    padding: 100px 60px;
    box-shadow: 0px 10px 20px #828282;
}

.img-form-partner-service,
.img-form-rides-service{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.img-form-partner-service h2{
    font-size: 5rem;
    line-height: 5rem;
    color: var(--lightblue);
    margin-left: 20px;
}

.img-form-rides-service h2{
    font-size: 5rem;
    line-height: 5rem;
    color: var(--blue);
    margin-left: 20px;
}

.btns-partners-sections,
.btns-rideshering-sections{
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.btns-partners-sections .container-btn,
.btns-rideshering-sections .container-btn{
    margin-right: 20px;
}


@media only screen and (max-width: 1240px) {
    .form-partner-service-content,
    .form-rides-service-content{
        width: 49%;
        padding: 100px 60px;
    }
    
    .img-form-partner-service h2{
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    
    .img-form-rides-service h2{
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .form-partner-service-content,
    .form-rides-service-content{
        width: 100%;
        padding: 100px 60px;
    }

    .form-partner-service-content{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .application-forms{
        margin-top: -500px;
    }

    .form-partner-service-content,
    .form-rides-service-content{
        padding: 80px 40px;
    }

    .img-form-partner-service,
    .img-form-rides-service{
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .img-form-partner-service h2,
    .img-form-rides-service h2{
        margin-left: 0;
    }

    .btns-partners-sections,
    .btns-rideshering-sections{
        display: inline-flex;
        flex-direction: column;
        margin-top: 60px;
    }

    .empty-mobile-button {
        margin-top: 50px;
    }
}

/*
------------------------------------
LOGOS
------------------------------------
*/

.vehicles-logo-section{
    padding: 50px 0;
}

.vehicles-logo-content {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@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) {
    
}