/*================================================

[  Table of contents  ]

================================================



 :: Typography

 :: Homepage

 :: Rectangle-card



 :: Responsive Media Query Filter Tabs

======================================



[ End table content ]

======================================*/





/*****************************

  Typography

*****************************/


@font-face {

  font-family: helvetica;

  src: url('../font/Helvetica.ttf');

}



:root {

    color-yellow: #ffec45;

    color-black: #010101;

}



html,

body {

    height: 100%;

    font-family: 'Josefin Sans', sans-serif;

    -webkit-font-smoothing: antialiased;

    font-smoothing: antialiased;

    overflow-x: hidden;

}
.text {
    color: white !important;
}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    color: #111111;

    font-weight: 600;

}



h1 {

    font-size: 70px;

}



h2 {

    font-size: 36px;

}



h3 {

    font-size: 30px;

}



h4 {

    font-size: 24px;

}



h5 {

    font-size: 18px;

}



h6 {

    font-size: 16px;

}



p {

    font-size: 14px;

    /*color: #585858;*/

    line-height: 1.6;

}



img {

    max-width: 100%;

}



input {

    border-radius: 0 !important;

}

.form-control,
.input-group-text{
    /*border-color: #d8c30e !important;*/
    border-color: #000 !important;
}

#search_text{
    height: 33px !important;    
}

.input-group-text{
    /*background: #d8c30e !important*/
    background: #000 !important;
}

.submit-btn i.fa-search{
    color: #fff;
}
input:focus,

select:focus,

button:focus,

textarea:focus {

    outline: none;

}



input::placeholder {

    font-size: 12px;

}



a:hover,

a:focus {

    text-decoration: none !important;

    outline: none !important;

}



ul,

ol {

    padding: 0;

    margin: 0;

}



a.submit-btn:focus{

	outline: none;

	box-shadow: none;

}



.contact_abt_veh a.menu-btn {
    background: #fee93b;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 25px;
}


.contact_abt_veh a.menu-btn:hover{
    background: black;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 25px;
}


.sub_heading p{

	font-size: x-large;

    font-weight: 900;

}



.full_heading{
	background: #111111;
	padding: 20px 0;
    margin-top: 20px;
    border-radius: 45px;
}

.full_heading h3{
	font-weight: 700;
	color: #fff;
	font-size: xx-large;
	text-transform: uppercase;
}

@media (max-width: 768px) {
    .full_heading {
        padding: 5px;
        border-radius: 0;
    }
}

/*****************************

  Homepage

*****************************/
.header_logo{
    padding: 15px 0;    
    background:  #111111;
    padding-bottom: 20px;
}

.site-logo img{
    width: 150px;
    height: 100%;
}

.automobile_reg_div {

    /*padding-top: 50px;*/

}



/*.heading h3 {*/

/*    text-transform: uppercase;*/

/*    font-size: 42px;*/

/*    font-weight: 700;*/

/*    color: #d8c30e;*/

/*    text-shadow: 1px 1px #d85d0f;*/

/*}*/

.heading h3 {
    font-family: helvetica;
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 600;
    color:  #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.heading h3 i {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 6px;
}

.content p {
    margin-top: 15px;
    color: white;
}



/*****************************

	Rectangle-card

*****************************/

.rect-card-group{

	display: flex;

	flex-wrap: wrap;

}

.rect-card {
    width: calc(25% - 20px);
    margin: 10px;
    min-height: 100px;
    background: transparent;
    text-align: center;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.rect-card  img.vehicle_image{
    width: 250px;
}

.rect-card p {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.rect-card:hover{
	background: #ffec45;
	transition: 0.5s;
}

.rect-card:hover p{
	color: black;
	transition: 0.5s;
}

@media(max-width: 768px){
    .rect-card {
        width: calc(33% - 20px);
    }
}


@media(max-width: 600px){
    .rect-card {
        width: calc(50% - 20px);
    }
}







.button-group{

    display: flex;

    width: 100%;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 50px;

}



.main-btn a{

    display: flex;

    align-items: flex-end;

}



.main-btn a:hover{

    color: #000;

}



.reprog_filtres__numero {

    background: #0000006b;

    display: flex;

    width: 3.125rem;

    height: 2.5rem;

    padding: 0 0.625rem 0 0;

    position: relative;

    text-align: center;

    color: #000;

    align-items: center;

    justify-content: center;

    font-weight: 600;

}



a.active span.reprog_filtres__numero{

    background: #ffec45;

}

.reprog_filtres__numero:after {

    content: "";

    position: absolute;

    right: 0;

    top: 0;

    width: 0.625rem;

    height: 2.5rem;

    border: 2.5rem solid transparent;

    border-width: 2.5rem 0.625rem 0 0;

    border-color: transparent #fff transparent transparent;

}



.main-btn a {

    color: #000;

    background: transparent;


    font-weight: 600;

    font-size: 20px;

}






/*****************************

  Vehicle-Type-Tab

*****************************/



.vehicle_type {

    display: flex;

}



.vehicle_type-card {

    width: 250px;

    border: 1px solid #ccc;

    margin: 4px;

    text-align: center;

    position: relative;

}



.vehicle-pic {

    width: 100%;

    height: auto;

    display: flex;

    align-items: center;

    padding: 10px 10px 0 10px;

}



.vehicle-pic img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.vehicle_name_define {

    background: #ffec45;

}



.vehicle_name_define p {

    margin-bottom: 0;

    color: #000;


    font-weight: 900;

    letter-spacing: 2px;

}





.vehicle_name_define {

    position: absolute;

    width: 100%;

    bottom: 0;

}







/*****************************

  All-Brand-List

*****************************/
.content_background {
    background-color : #111111 !important;
    min-height: calc(100vh - 157px);
}

.container {
    background-color : #111111;
    color: white;
}

.text {
    color: white;
}

.vehicle_prev_data{

    padding-left: 15px;

}



.prev_data {

    /*display: flex;*/
    display: none;

}



.prev_data_card {

    width: 200px;

    height: 70px;

    border: 1px solid #ccc;

    display: flex;

    align-items: center;

    padding: 10px;

    margin: 0 10px 15px 0;

}



.prev_data_card:hover {

    transition: 0.5s ease;

    border: 1px solid #000;

}



.prev_data_card:hover .prev_data_img img {

    transform: scale(1.2);

    transition: 0.5s ease;

}



.prev_data_img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    overflow: hidden;

}



.prev_data_img img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: 0.5s ease;

}



.prev_data_title {
    margin-bottom: 0;
    padding: 0 10px;
    width: 100%;
}

.prev_data_title p {
    margin-bottom: 0;
}

.brand_list {
    margin-top: 50px;
}

.mobile-brand-list {
    flex-wrap: wrap;
}

.filter-headings p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.brand_card {
    display: inline-table;
    margin: 0 10px 10px 0;
    border-radius: 3px;
}

.brand-img {
    padding: 5px;
    /*width: 150px;*/
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.brand-img img{
    width: auto;
    height: 60px;
    object-fit: contain;
}

.brand_title {
    text-align: center;
    background: #ffec45;
    border-radius: 25px;
    color: black;
}

.main-content-storer {
    margin-top: 15px;
}

.brand_title p {

    margin-bottom: 0;

    color: #000;

}





/*****************************

  vehicle_mini_description

*****************************/

.vehicle_mini_description{

    padding: 50px 0;

}



.vehicle_logo{
    width: 100%;
    height: 100%;
    padding: 0 10px 25px 10px;
	text-align: center;
}

@media(min-width: 768px){
.vehicle_logo img{
width: 150px;
}
}

.vehicle_menu{
    margin-top: 20px;
    padding: 0 10px;
    border-bottom: 1px solid #e5d64ca6;

}

.vehicle_mini_content {
    padding: 0 10px;
}

.table_of_content_vehicle{

    display: flex;

    height: 100%;

    align-items: center;

}

.vehicle_menu .nav-item a:focus{
	box-shadow: none;	
}

.vehicle_tab_det{
    width: 660px;
}

.contact_abt_veh {
    padding-bottom: 4rem;
    margin-left: 100px;
    text-align: center;
}

@media (max-width: 1200px) {
    .vehicle_tab_det{
        width: 450px;
    }
    
    .contact_abt_veh {
        margin-left: 50px;
    }
}


.final_context{

    color: #f00;

}

.total_price{

    font-weight: 700;

    color: #000;

    font-size: xx-large;

}





/*****************************

Vehicle Contact Tab (final tab)

*****************************/







/*****************************

Responsive Media Query Filter Tabs

*****************************/

@media(max-width: 768px) {

    .heading h3{

        font-size: inherit;

    }

    .automobile_reg_div {

        padding-top: 20px;

    }

    .vehicle_tab_det{
        width: 100%;
    }
    
    .contact_abt_veh {
        margin-left: 0;
        margin-top: 20px;
    }


    .vehicle_type {

        display: flex;

        flex-wrap: wrap;

        justify-content: space-around;

    }



    .vehicle_type-card {

        width: 46%;

        position: relative;

        margin: 0 0 10px 0;

    }



    .vehicle-pic {

        display: block;

        height: 120px !important;

    }



    .vehicle_name_define {

        position: absolute;

        width: 100%;

        bottom: 0;

        height: 40%;

        display: flex;

        justify-content: center;

        align-items: center;

    }



    .brand_card {
        /* width: calc(50% - 10px); */
    }



    .brand-img {

        margin: auto;

        display: flex;

        align-items: center;

        justify-content: center;

    }



    .mobile-brand-list {

        display: flex;

        flex-wrap: wrap;

        justify-content: space-around;

    }

    .table_of_content_vehicle{

        flex-direction: column;

    }

}



.flex_group{
    display: flex;
    flex-wrap:wrap;
}

.card_container {
    margin: 0 -10px;
}



@media(max-width: 768px){



.main-content-storer .flex_group{
    
    /*display: block;*/

}

}





.custom-prev-search a.submit-btn{

    padding: 0;

    line-height: auto !important;

    height: 24px;

}

.vehicle_menu .nav-tabs .nav-link{

    color: white;

}

.vehicle_menu .nav-tabs .nav-link.active{

    color: black;
    background-color: #fee93b;
    border: 1px solid #fee93b !important;

}



.small_heading{

    font-weight: 700;

    color: #000;

    font-size: xx-large;

    text-transform: uppercase;

}

.color_white {
    color: white !important;
}



.info_box textarea:focus{

    outline: none;

    box-shadow: none;

}

.main-btn{
    position: relative;
    z-index: 1;
    width: 100%;
}

.main-btn a.vehicle_type_content{
    width: fit-content;
    /*background: #fff;*/
    padding-top: 10px;
    margin-left: 20px;
        font-weight: 100 !important;
    font-size: 22px !important;
}
.main-btn a.vehicle_type_content::before{
    border-top: 1px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

/*.button-group .main-btn:first-child a::before{
position: relative;
}*/
.main-btn a.vehicle_type_content::after{
    content: "";
    margin: 0;
    position: absolute;
    top: -35%;
    left: 25px;
    right: 0;
    width: 22px;
    z-index: -1;
    height: 22px;
    background: #8a8a8a;
    border-radius: 50px;
    border: 1px solid #292929;
}

.main-btn .brand_image_name{
        background: #ffffff;
    height: 50px;
}

a.vehicle_type_content.active::after {
    background: #fee93b;
}

.button-group .main-btn:last-child a.vehicle_type_content::after{
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    background: #ffffff;
    border: 0;
    top: -45%;
    font-weight: 600;
}

.brand_image img {
    max-width: 100px;
    max-height: 100px;
}

.vehicle_steps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.vehicle_step {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #626262;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 25px;
}

.vehicle_step a {
    color: black;
}

.vehicle_step.active {
    background: #fee93b;
    color: #000;
    cursor: pointer;
}

.vehicle_step_after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.vehicle_step_after:after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 780px) {
    .vehicle_step_after:after {
        font-size: 8px;
    }

    .brand_image img {
        max-width: 25px;
        max-height: 25px;
    }

    .vehicle_step {
        font-size: 10px !important;
        padding: 2px 4px;
    }
}

.hidden-item{
    width: fit-content;
    opacity: 0;
}

.header-para{
    margin-bottom: 50px;
    color: white !important;
}

.header-para p{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.down-icon{
    color: #d8c30e;
}

.right-icon{
    color: #d8c30e;
    font-size: small;
    /*margin-right: 5px;*/
}

.selected_data{
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 780px) {
    .selected_data {
       flex-direction: column;
    }
    .selected_data >* {
        margin-bottom: 15px;
    }
}

.data_entries{
    width: 100%;
    border-bottom: 1px solid #0000003b
}

.model_data_feed{
    font-family: helvetica;
    font-size: 50px;
    font-weight: 900;
    /*color: #dac30e7d;*/
    color: #000;
    margin-right: 10px;
    line-height: 1;
}
.year_data_feed{
    font-family: helvetica;
    font-size: 30px;
    font-weight: 900;
    /*color: #dac30e7d;*/
    color: #000;
    margin-right: 10px;
    line-height: 1;
}
.engine_data_feed{
    font-family: helvetica;
    font-size: 38px;
    font-weight: 900;
    /*color: #dac30e7d;*/
    color: #000;
    margin-right: 10px;
    line-height: 1;
}

.brand_image_name span{
    font-size: 22px;
}

.back_btn {
    padding: 15px 0;
}

a.back_btn_option{
    background: #ffec45;
    color: #000;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 25px;
}

a.back_btn_option:hover,
a.back_btn_option:focus{
    color: #ffffff;
    background: #000;
}
@media(max-width: 768px){
    .main-btn a.vehicle_type_content,
    .brand_image_name span{
        font-size: 15px !important;
    }
    .main-btn a.vehicle_type_content::after{
        width: 15px;
        height: 15px;
    }
    .button-group .main-btn:last-child a.vehicle_type_content::after{
        top: -45%;
    }
}

.ourQuality {
    color: white;
    font-size: 20px;
    padding: 180px 20px;
    background-image: url("../img/bgOurQuality.jpg");
    background-position: center;
}

.ourQuality h2 {
    color: white;
}

.ourQuality ul {
    list-style: none;
}

.ourQuality ul li:before {
    content: '✓ ';
}

@media (max-width: 768px) {
    .ourQuality {
        padding: 70px 20px;
    }
}

@media (max-width: 500px) {
    .ourQuality {
        font-size: 16px;
        padding: 75px 10px;
    }
}

.footer {
    padding: 20px;
    background-color: #fee93b;
}

.footer a {
    color: darkslategrey;
}

.textAlign_center {
    text-align: center;
}
