/*
------------------------------------
HEADER
------------------------------------
*/

.header {
    width: 100%;
    height: 850px;
    z-index: -1;
    background-image: url("../img/curse-speciale/background-header-curse-speciale-nobless-drive.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-title {
    width: 50%;
    float: right;
    padding-right: 90px;
}

.title-text-header-curse-speciale{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.title-text-header-curse-speciale h1{
    font-size: 6rem;
    line-height: 6rem;
    color: var(--blue);
    transform: translateY(-70px);
    animation: 1s slideDown forwards ease-out;
    opacity: 0;
    margin-left: 20px;
}

.logo-primary-navbar-mobile{
    display: none;
}

@keyframes slideDown {
    0%  {   transform : translateY(-70px);
            opacity: 0;}
    100% {  transform : translateY(0);
            opacity: 1;}
}

.text-header-curse-speciale h5{
    margin-top: 24px;
    opacity: 0;
    transform: translateY(-70px);
    animation: 1s slideDown forwards ease-out;
    animation-delay : 0.5s;
}

.text-header-curse-speciale .container-btn{
    margin-top: 50px;
}

@media only screen and (max-width: 1240px) {
    .header {
        background-image: url("../img/curse-speciale/background-1620-header-curse-speciale-nobless-drive.png");
    }
    
    .header-title {
        margin-top: -70px;
        width: 55%;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        background-image: url("../img/curse-speciale/background-1000-header-curse-speciale-nobless-drive.png");
    }
    .header-title {
        margin: 100px auto 0;
        width: 70%;
        float: none;
        padding-right: 0px;
        text-align: center;
        z-index: 0;
    }

    .logo-primary-navbar-mobile{
        display: block;
    }

    .logo-primary-navbar-mobile img{
        margin: 0 auto;
    }
    
    .text-header-title h1{
        padding-top: 50px;
    }
    
    .btns-header-title {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        margin-top: 0px;
        width: 100%;
        height: inherit;
        background-image: url("../img/curse-speciale/background-1000-header-curse-speciale-nobless-drive.png");
    }

    .header-title {
        margin: 0 auto;
        padding: 70px 0;
        width: 95%;
    }

    .text-header-title h1{
	    font-size: 5rem;
	    line-height: 5rem;
        text-align: center;
    }

    .text-header-curse-speciale h5{
        color: #ffffff;
    }

    .logo-primary-navbar-mobile img{
        width: 150px;
    }

    .img-title-curse-speciale-section img{
        display: none;
    }
}

/*
------------------------------------
RIDES CATEGORIES
------------------------------------
*/

.rides-categories-content{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 150px 90px;
    width: 100%;
}

.text-rides-categories{
    width: 49%;
}

.text-rides-categories h5{
    color: var(--ridesyellow);
    margin-bottom: 24px;
}

.boxes-rides-categories{
    width: 49%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.box-rides-categories{
    background: linear-gradient(160deg, var(--ridesyellow) 50%, var(--darkyellow) 100%);
    border-radius: 24px;
    box-shadow: 0px 10px 20px #828282;
    width: 200px;
    text-align: center;
    padding: 24px 0;
    margin-left: 20px;
}

.img-box-rides-categories img{
    margin: 0 auto;
}

.box-rides-categories h3{
    color: var(--blue);
    font-size: var(--pharagraph-normal);
}

@media only screen and (max-width: 1240px) {
    
}

@media only screen and (max-width: 1024px) {
    .rides-categories-content{
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 100px 0;
    }
    
    .text-rides-categories{
        width: 100%;
        text-align: center;
        padding: 0 40px;
    }
    
    .boxes-rides-categories{
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
    .box-rides-categories{
        width: 47%;
        text-align: center;
        margin-top: 50px;
        border-radius: 18px;
        margin-left: 10px;
    }

    .img-box-rides-categories img{
        width: 60px;
    }
}

@media only screen and (max-width: 768px) {
    
}

/*
------------------------------------
ABOUT RIDES PARTNER
------------------------------------
*/

.about-rides-content{
    display: inline-flex;
    flex-direction: column;
}

.first-row-about-rides,
.second-row-about-rides{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.first-row-about-rides:not(:last-child),
.second-row-about-rides:not(:last-child) { 
    margin-right: 40px;
}

.one-first-row-about-rides{
    width: 400px;
}

.two-first-row-about-rides{
    width: 500px;
    height: 350px;
    background: linear-gradient(160deg, var(--partneryellow) 50%, var(--darkyellow) 100%);
    padding: 100px 50px 0;
}

.two-first-row-about-rides h3,
.one-second-row-about-rides h3,
.three-second-row-about-rides h3 {
    line-height: 3.2rem;
    padding-bottom: 14px;
    color: var(--lightblue);
}

.three-first-row-about-rides{
    width: 300px;
    height: 350px;
}

.one-second-row-about-rides{
    width: 400px;
    height: 350px;
    background: linear-gradient(160deg, var(--partneryellow) 50%, var(--darkyellow) 100%);
    padding: 80px 50px 0;
}

.second-second-row-about-rides h3 {
    line-height: 3.2rem;
    color: #ffffff;
    padding-bottom: 14px;
}

.second-second-row-about-rides{
    width: 400px;
    height: 350px;
    background: linear-gradient(160deg, var(--lightblue) 50%, var(--blue) 100%);
    padding: 80px 50px 0;
}

.second-second-row-about-rides p{
    color: #ffffff;
}

.three-second-row-about-rides{
    width: 400px;
    height: 350px;
    background: linear-gradient(160deg, var(--partneryellow) 50%, var(--darkyellow) 100%);
    padding: 80px 50px 0;
}

@media only screen and (max-width: 1240px) {
    .one-first-row-about-rides{
        display: none;
    }

    .two-first-row-about-rides{
        width: 100%;
        padding: 130px 80px 0;
    }

    .three-first-row-about-rides{
        display: none;
    }

    .one-second-row-about-rides{
        width: 49%;
        padding: 110px 50px 0;
    }

    .second-second-row-about-rides{
        width: 49%;
        padding: 100px 50px 0;
    }

    .three-second-row-about-rides{
        width: 100%;
        padding: 150px 80px 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
    .about-rides .container{
        width: 100%;
    }

    .first-row-about-rides,
    .second-row-about-rides{
        margin-bottom: 0;
    }

    .first-row-about-rides:not(:last-child),
    .second-row-about-rides:not(:last-child) { 
        margin-right: 0;
    }

    .first-img-row-about-rides img,
    .second-img-row-about-rides img{
        width: 100%;
    }
    
    .one-first-row-about-rides{
        display: block;
        width: 100%;
    }
    
    .two-first-row-about-rides{
        width: 100%;
        padding: 70px 50px 0;
    }
    
    .three-first-row-about-rides{
        display: block;
        width: 100%;
    }
    
    .one-second-row-about-rides{
        width: 100%;
        height: 350px;
        padding: 80px 50px 0;
    }
    
    .second-second-row-about-rides{
        width: 100%;
        height: 350px;
        padding: 70px 50px 0;
    }
    
    .three-second-row-about-rides{
        width: 100%;
        height: 350px;
        padding: 80px 50px 0;
        margin-top: 0;
    }
}

/*
------------------------------------
FEHICLES FLEET
------------------------------------
*/

.vehicles-fleet {
    padding: 150px 0;
}

.vehicles-fleet .container {
	max-width: 80% !important;
	margin: 0 auto;
}

.vehicles-fleet-content {
    text-align: center;
}

.title-vehicles-fleet {
    width: 620px;
    margin: 0 auto;
}

.title-vehicles-fleet h2{
    color: var(--blue);
}



.title-vehicles-fleet h5 {
    color: var(--ridesyellow);
    padding-bottom: 24px;
}

.components-vehicles-fleet {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
}

.img-vehicle-fleet{
    transform: translateY(-70px);
    animation: 1s slideDown forwards ease-out;
    opacity: 0;
}

.vehicle-fleet {
    text-align: center;
    color:var(--blue);
    margin-bottom: 50px;
}

.vehicle-fleet h4{
    font-family: var(--headlines-font-family);
	font-size: var(--pharagraph-medium);
    font-weight: 400;
}

.vehicle-fleet h6{
    line-height: 1rem;
}

.vehicle-options-fleet {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 9px;
}

.vehicle-options-fleet img{
    margin: 5px;
}

@media only screen and (max-width: 1240px) {
    
}

@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 768px) {
    .title-vehicles-fleet{
        text-align: left;
    }

    .title-vehicles-fleet h2{
        font-size: 5rem;
        line-height: 5rem;
        margin-bottom: 10px;
    }

    .vehicles-fleet .container {
        max-width: 100% !important;
    }
    
    .vehicles-fleet-content {
        text-align: center;
    }
    
    .title-vehicles-fleet {
        width: 80%;
        margin: 0 auto 50px;
    }
    
    .components-vehicles-fleet {
        width: 100%;
    }

    .vehicle-fleet h4{
        line-height: 2.5rem;
        margin-bottom: 10px;
    }
    
    .vehicle-fleet {
        width: 48%;
    }

    .vehicle-options-fleet img{
        width: 16px;
    }
}

/*
------------------------------------
CURSE SPECIALE FORM
------------------------------------
*/

.rides-form{
	padding: 0;
}

.rides-form-content {
    background: linear-gradient(160deg, var(--ridesyellow) 50%, var(--darkyellow) 100%);
    border-radius: 24px;
    box-shadow: 0px 10px 20px #828282;
    width: 820px;
    margin: 0 auto;
    padding: 100px 90px;
}

.text-rides-form{
	text-align: center;
    width: 600px;
    margin: 0 auto 50px;
}

.text-rides-form h5{
	color: #ffffff;
    padding-bottom: 24px;
}

.tabel-rides-form{
    width: 600px;
    margin: 0 auto;
}

.formular-solicitare-rides-style{
	width: 100%;
}

.row-formular-rides-placeholder{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.half-formular-rides-placeholder{
    width: 49%;
}

.formular-solicitare-rides-style input[type=text],
.formular-solicitare-rides-style input[type=email],
.formular-solicitare-rides-style input[type=date],
.formular-solicitare-rides-style input[type=time],
.formular-solicitare-rides-style textarea {
	font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-normal);
    text-transform: uppercase;
	color: #000000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
	padding: 10px 0;
	margin: 5px 0px;
    text-align: center;
    width: 100%;
}

.formular-solicitare-rides-style input[type="date"]::-webkit-datetime-edit-text,
.formular-solicitare-rides-style input[type="date"]::-webkit-datetime-edit-month-field,
.formular-solicitare-rides-style input[type="date"]::-webkit-datetime-edit-day-field,
.formular-solicitare-rides-style input[type="date"]::-webkit-datetime-edit-year-field {
  color: #707070;
}

.formular-solicitare-rides-style input[type="time"]::-webkit-datetime-edit-text,
.formular-solicitare-rides-style input[type="time"]::-webkit-datetime-edit-hour-field,
.formular-solicitare-rides-style input[type="time"]::-webkit-datetime-edit-minute-field,
.formular-solicitare-rides-style input[type="time"]::-webkit-datetime-edit-year-field {
  color: #707070;
}

.half-formular-rides-placeholder option{
	font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-normal);
    text-transform: uppercase;
	color: #000000;
}


.formular-solicitare-rides-select-style{
	width: 100%;
    margin-top: 24px;
    text-align: center;
}

.formular-solicitare-rides-name-label{
	font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-normal);
    text-transform: uppercase;
	color: #000000 !important;
    text-align: center;
}

.half-formular-rides-placeholder select{
	font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-normal);
    text-transform: uppercase;
	color: #707070;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
	padding: 10px 0;
	margin: 5px 0px;
	text-align: center;
	width: 100%;
}

.txt-solicitare-rides-select-style {
	margin-top: 50px;
}


.formular-solicitare-rides-button{
    text-align: center;
    margin-top: 50px;
}

.formular-solicitare-rides-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-rides-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-rides-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:1240px) {
    
}

@media (max-width:740px) {
    .rides-form{
        padding: 0;
    }
    
    .rides-form-content {
        width: 95%;
        margin: 0 auto;
        padding: 100px 0;
    }
    
    .text-rides-form{
        width: 80%;
    }
    
    .tabel-rides-form{
        width: 90%;
    }
    
    .formular-solicitare-rides-style{
        width: 100%;
    }
    
    .row-formular-rides-placeholder{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    
    .half-formular-rides-placeholder{
        width: 100%;
    }
}

/*
------------------------------------
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;
    position: relative;
}

.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: -100px;
        height: 1200px;
    }
}

/*
------------------------------------
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;
}

@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) {
    
}