* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    /* display: flex; */
}

body {
    background: #202735;
    font-family: font-1;
    padding: 0;
}

@font-face {
    font-family: font-0;
    src: url('https://bzautohub.com//catalog/view/fonts/fonti.ttf');
    font-weight: 400;
}

@font-face {
    font-family: font-1;
    src: url('https://bzautohub.com//catalog/view/fonts/fonti.ttf');
    font-weight: 600;
}

@font-face {
    font-family: font-2;
    src: url('https://bzautohub.com//catalog/view/fonts/fonti.ttf');
    font-weight: 700;
}

@font-face {
    font-family: font-3;
    src: url('https://bzautohub.com//catalog/view/fonts/fonti.ttf');
    font-weight: 900;
}

@font-face {
    font-family: font-4;
    src: url('https://bzautohub.com//catalog/view/fonts/fonti.ttf');
    font-weight: 900;
}

/*header*/
.header_top_carrent {
    background: #14161A;
    border-bottom: 1px solid#E50343;
}

.header_top_carrent header {
    width: 1200px;
}
/* background_image_cover */
.background_image_cover{
    height: 650px;
    width:100%;
    position:relative;
    overflow:hidden;
}
@media (max-width: 880px) {
.background_image_cover{
    height:1000px;
    width:100%;
    position:relative;
    overflow:hidden;
}
}

.bg-layer{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:top;
    opacity:0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

/* slow fade in */
@keyframes fadeIn{
    from{
        opacity:0;
        transform: scale(1.05);
    }
    to{
        opacity:1;
        transform: scale(1);
    }
}

/* dark overlay */
.background_image_cover:before{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(
        to bottom,
        rgba(6,5,27,0.53),
        rgba(6,5,27,0.45),
        #181d27
    );
    z-index: 1;
    pointer-events:none;
}




.search-container h1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    text-shadow: 0 10px 10px rgba(0,0,0,0.1)
}

@media (max-width: 880px) {
    .search-container h1 {
        font-size:30px;
        color: #fff;
        text-align: center;
        padding: 20px 0 40px;
        text-shadow: 0 10px 10px rgba(0,0,0,0.1)
    }
}

.search-container h1 p {
    font-size: 20px;
    color: #ffffff;
}



/*text-service*/
.text-service {
    display: flex;
    margin: 25px 0;
    text-align: center;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
}

.text-service b {
    color: #fff;
    display: flex;
    align-items: center;
}

.text-service b:before {
    content: '';
    color: #fff;
    width: 10px;
    height: 10px;
    background: #0ca74e;
    float: left;
    border-radius: 100px;
    margin-right: 10px;
}

@media (max-width: 880px) {
    .text-service {
        display:flex;
        float: left;
        width: 100%;
        justify-content: space-around;
        margin: auto;
        gap: 11px;
        font-size: 14px;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .text-service b {
        color: #fff;
        margin: 0 0 0 0;
        font-size: 12px;
        display: flex;
        align-items: left;
        border: 1px dashed #ffffff;
        color: #fff;
        border-radius: 100px;
        width: 95%;
        height: 45px;
        justify-content: flex-start;
    }

    .text-service b:before {
        content: '';
        color: #fff;
        width: 10px;
        height: 10px;
        background: #0ca74e;
        float: left;
        border-radius: 100px;
        margin-right: 10px;
        margin-left: 17px;
    }
}

/*conttact_line_header*/
.conttact_line_header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}

.content_line_wrapper {
    width: 1200px;
    padding: 15px 0;
}
@media (max-width:1224px) {
.content_line_wrapper {
    width: 95%;
    padding: 15px 0;
}
}


@media (max-width: 880px) {

.content_line_wrapper {
    width: 95%;
    padding: 15px 0;
}
}

.content_line_wrapper li {
    float: left;
    display: flex;
    margin: 0 10px 0 0 ;
}

.content_line_wrapper li a {
    color: #fff;
    display: flex;
    font-size: 14px;
    align-items: center;
    transition: all,.3s;
}

.content_line_wrapper li a:hover {
    color: #0ca74e;
    transition: all,.3s;
}

.content_line_wrapper li a svg {
    width: 20px;
    font-size: 14px;
    margin-right: 5px;
}
/*about_us_content*/
.about_us_content{
    float:left;
    display:flex;
    width: 100%;
    background:#181d27;
    justify-content: space-around;
}
.section_one_block{
    width:1200px;
    float:left;
}

@media (max-width:1224px) {
.section_one_block{
    width:95%;
    float:left;
}
}

@media (max-width: 880px) {
.section_one_block{
    width:95%;
    float:left;
}
}


.section_one_block h1{
    font-size:30px;
    color:#888;
    text-shadow:0 5px 10px rgba(0,0,0,0.1);
    text-align:center;
    width:50%;
    margin:40px auto;
    font-family:font-4;
}
.section_one_block h1 p{
    font-size:14px;
    color:#fff;
    font-family:font-1;
}
@media (max-width: 880px) {
.section_one_block h1{
	font-size:21px;
	width:90%;
}
	.section_one_block h1 p{
		font-size:12px;
	
	}
}


.block_content{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


@media (max-width: 880px) {
.block_content{
	display:flex;
	flex-wrap: wrap;
}
}




/*benefits_block*/
.benefits_block{
    background: #202735;
    border: 1px solid #2c3852;
    float:left;
    border-radius: 10px;
    width: 32%;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: nowrap;
    height:140px;
}
@media (max-width: 880px) {
.benefits_block{
	width:48%;
}
}
.icon_block{
	height:100%;
	float:left;
	display: flex;
	align-items: center;
	width: 30%;
	justify-content: space-around;
}
@media (max-width: 880px) {
	.icon_block{
		width:50%;
	}
.icon_block svg{
	width:70%;
}
}
.block_title{
	color:#fff;
	width:100%;
	/* margin:20px 0; */
	font-size:18px;
}

.block_desctiption{
	color:#888;
	font-size:12px;
	padding:10px 0;
}
.block_right_offers{
	display:flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 880px) {
	.block_right_offers{
		text-align:right;
		padding-right:10px;
	}
.block_title {
	font-size:15px;
}
}


/*cars_offers*/
.cars_offers{
    float:left;
    display:flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 15px;
	position:relative;
}

.cars_offers:before{
 content:'';
 position:absolute;
 inset:0;
 background-image:radial-gradient(
        rgba(255,255,255,0.08) 1px,
        transparent 1px
    );
 background-size:30px 30px;
 mask-image:linear-gradient(to right,
    rgba(0,0,0,1),
    transparent 70%);
 z-index: 1;
}

.cars_offers_block{
    width:1200px;
    float:left;
    position: relative;
    z-index: 2;
}
@media (max-width: 1224px) {
.cars_offers_block{
    width:95%;
    float:left;
}
}
@media (max-width: 880px) {
.cars_offers_block{
    width:95%;
    float:left;
}
}



.cars_offers_block h1{
    font-size:30px;
    color:#888;
    text-shadow:0 5px 10px rgba(0,0,0,0.1);
    text-align:center;
    width:50%;
    margin:40px auto;
    font-family:font-4;
}


.cars_offers_block h1 p{
    font-size:14px;
    color:#fff;
    font-family:font-1;
}
@media (max-width: 880px) {
.cars_offers_block h1{font-size:21px;width:90%;}
	.cars_offers_block h1 p{font-size:12px;}
}


/*cars_offers_block_content*/
.cars_offers_block_content{
	width:27%;
	overflow:hidden;
	border-radius:20px;
	background:#181d27;
	padding:30px;
	border:1px solid#2c3852;
}

@media (max-width:1224px) {
.cars_offers_block_content{
	width:40%;
	}
}


@media (max-width: 880px) {
.cars_offers_block_content{
	width:100%;
	margin-bottom:10px;
}
}
.cars_image{
	float:left;
	width:100%;
	display:flex;
	height:200px;
	justify-content: space-evenly;
}
@media (max-width: 880px) {
.cars_image{
	float:left;
	width:100%;
	display:flex;
	height:250px;
	justify-content: space-evenly;
}
}


.cars_image a{
	display:flex;
	width:100%;
	align-items: center;
	justify-content: space-evenly;
}
.cars_image img{
	width:90%;
}
@media (max-width: 878px) {
.cars_image img{
	width:70%;
}
}
@media (max-width:768px) {
.cars_image img{
	width:70%;
}
}


.cars_title {
	float:left;
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.cars_t h1{
	font-size:14px;
	width:100%;
	text-align:left;
	padding: 0;
	margin: 0;
}
.cars_rent_price{
	font-size:20px;
	width:50%;
	text-align:right;
	text-align: right;
	color: #0ca04c;
	font-family: font-4;
}
.cars_description{
	float:left;
	width:100%;
	border-radius:10px;
	margin:20px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info_one {
	width:49%;
	background:#202735;
	margin:3px 0;
	text-align:center;
	font-size: 12px;
	font-weight:normal;
	color:#888;
	font-family: 'font-0';
	display: flex;
	border-radius:100px;
	padding:8px 0;
	justify-content: flex-start;
	align-items: center;
}
.info_one svg{
	width:16px;
	float:left;
	margin-right:15px;
	margin-left:15px;
}
.info_footer button{
	width:100%;
	background:#0ca04c;
	padding:15px;
	outline:none;
	font-family:font-4;
	color:#fff;
	border-radius:10px;
	border:none;
	cursor:pointer;
}
/*about_us_content*/
.block_cars_description{
	float:left;
	width:100%;
	position:relative;
	display:flex;
	justify-content: space-between;
}
@media (max-width: 878px) {
.block_cars_description{
	float:left;
	width:100%;
	position:relative;
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}
}


.block_cars_description a{
	background:#202735;
	/* padding:10px 18px 10px 18px; */
	float:left;
	border-radius: 10px;
	font-size:14px;
	position:relative;
	color:#fff;
	display: flex;
	height: 170px;
	align-items: center;
	width: 32%;
	flex-direction: column;
	justify-content: space-evenly;
}
@media (max-width: 878px) {
.block_cars_description a{width: 100%;margin-bottom:15px;}
}



.block_cars_description a:nth-child(1):before{
	content:'1';
}

.block_cars_description a:nth-child(2):before{
	content:'2';
}

.block_cars_description a:nth-child(3):before{
	content:'3';
}

.block_cars_description a:before{
	border-radius:100px;
	width:40px;
	font-size:20px;
	font-family:font-4;
	float:left;
	margin-right:15px;
	display:flex;
	height:40px;
	background:#0ca04c;
	align-items:center;
	justify-content:space-evenly;
}



.block_cars_description_footer{
	float:left;
	width:100%;
	padding-bottom:20px;
	display:flex;
	justify-content: center;
}
.block_cars_description_footer a{
	border:1px dashed#0ca04c;
	padding:15px;
	float:left;
	color:#fff;
	border-radius:100px;
	transition:all,.3s;
	margin:10px;
}
.block_cars_description_footer a:hover{
	background:#0ca04c;
}
.block_cars_description a p{
	color:#888;
	font-size:13px;
	text-align: center;
}
.block_cars_description{
	position:relative;
}
#block_two::after{
	position:absolute;
	content:'';
	width:5px;
	left:-5px;
	bottom:15px;
	transition:all 0.3s;
	top:15px;
	background:none;
	border-radius:20px;
	height:80%;
}


#block_two:hover::after{
	position:absolute;
	content:'';
	width:10px;
	left:-5px;
	bottom:15px;
	transition:all 0.3s;
	top:15px;
	background:#0ca04c;
	border-radius:20px;
	height:80%;
}


/*foooter*/
.footer{
    background:#202735;
    position:relative;
    float:left;
    width:100%;
    overflow:hidden;
    padding:70px 0 25px;
    color:#fff;
    font-family: font-1;
}

/* background glow */
.footer:before{
    content:'';
    position:absolute;
    top:-200px;
    left:-200px;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(12,160,76,0.12) 0%, transparent 70%);
    pointer-events:none;
}

.footer_container{
    max-width: 1200px;
    margin:auto;
    padding:0 20px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:50px;
    position:relative;
    z-index:2;
}

.footer_logo{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
}

.footer_logo h2{
    font-size:34px;
    font-weight:800;
}

.footer_logo h2 span{
    color:#0CA04C;
}



.footer_about p{
    color:#b8c0cf;
    line-height:1.8;
    max-width:320px;
    margin-bottom:30px;
    font-size: 13px;
}

.footer_social{
    display:flex;
    gap:15px;
}

.footer_social a{
    width:45px;
    height:45px;
    border-radius:100px;
    background:rgba(255,255,255,0.06);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s;
    font-size:16px;
}

.footer_social a:hover{
    background:#0CA04C;
    transform:translateY(-3px);
}

.footer_col h3{
    font-size: 15px;
    margin-bottom:30px;
    position:relative;
    padding-bottom:12px;
}

.footer_col h3:before{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:50px;
    height:3px;
    background:#0CA04C;
    border-radius:10px;
}

.footer_col ul{
    list-style:none;
    margin-left: 15px;
}

.footer_col ul li{
    margin-bottom:18px;
}
.footer_col ul li svg{
	margin-right:10px;
}
.footer_col ul li a{
    color:#b8c0cf;
    text-decoration:none;
    transition:0.3s;
    font-size: 13px;
	position:relative;
}
.footer_col ul li a:before{
	content:'';
	width:8px;
	position:absolute;
	height:8px;
	left:-15px;
	top:6px;
	background:#0CA04C;
	border-radius:100px;
}
.footer_col ul li a:hover{
    color:#0CA04C;
    padding-left:6px;
}

.footer_contact li{
    color:#b8c0cf;
    line-height:1.8;
    display: flex;
    font-size: 13px;
}

.footer_hours{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.footer_hours div{
    display:flex;
    justify-content:space-between;
    gap:20px;
    border-bottom:1px solid rgba(255,255,255,0.08);
    padding-bottom:12px;
}

.footer_hours span{
    color:#b8c0cf;
    font-size: 13px;
}

.footer_hours strong{
    color:#fff;
    font-size: 13px;
}

.footer_bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    margin-top:60px;
    padding:25px 20px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    gap:20px;
    flex-wrap:wrap;
}

.footer_bottom p{
    color:#8f98aa;
    font-size: 13px;
}

.footer_bottom_links{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.footer_bottom_links a{
    color:#0CA04C;
    text-decoration:none;
    font-size: 13px;
    transition:0.3s;
}

.footer_bottom_links a:hover{
    opacity:0.7;
}

/* Tablet */
@media(max-width:991px){

    .footer_container{
        grid-template-columns:repeat(2,1fr);
        gap:40px;
    }

}

/* Mobile */
@media(max-width:600px){

    .footer{
        padding:55px 0 20px;
    }

    .footer_container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .footer_logo h2{
        font-size:28px;
    }

    .footer_col h3{
        font-size:20px;
        margin-bottom:20px;
    }

    .footer_about p{
        max-width:100%;
    }

    .footer_hours div{
        flex-direction:column;
        gap:8px;
    }

    .footer_bottom{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .footer_bottom_links{
        gap:15px;
    }

}