/*fonts*/
@font-face {
    font-family: Satoshi-Bold;
    src: url('../fonts/Satoshi-Bold.ttf');
}
@font-face {
    font-family: Satoshi-Medium;
    src: url('../fonts/Satoshi-Medium.ttf');
}

.container{
	max-width: 1320px;
	padding: 0 15px;
}
.row>*{
	padding-left: 15px;
	padding-right: 15px;
}

body{
	color: #404040;
	font-family: Satoshi-Medium;
}

h1,h2,h3,h4,h5{
	font-family: 'Teko', sans-serif;
	color: #000000;
}
h6{
	color: #000000;
	font-family: Satoshi-Bold;
}
a{
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.hero{
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 90px 0 150px 0;
	z-index: 1;
	background-image: url(../images/hero_bg.jpg);
}
.hero:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgb(0, 0, 0, 0.75);
}

.hero_content{
	margin-top: 220px;
}
.hero_content h1{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 72px;
	line-height: 90px;
	margin-bottom: 20px;
}
.hero_content p{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 60px;
}
.hero_btn{
	padding: 25px 30px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;	
	margin: 0 15px;
	display: inline-block;
	font-family: Satoshi-Bold;
	background: linear-gradient(90deg, #C1272D 0.01%, #ED1C24 100%);
	border-radius: 20px;
}
.hero_btn:hover{
	background: #ffffff;
	color: #C1272D;
}
.py-100{
	padding: 100px 0;
}
.heading{
	font-weight: 600;
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 20px;
}
.sub_heading{
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 40px;
}
.desc_heading{
	font-size: 20px;
	line-height: 30px;
}
.bg_gred{
	margin-top: 60px;
	padding: 40px 20px;
	background: linear-gradient(90deg, #C1272D 0.01%, #ED1C24 100%);
	border-radius: 30px;
	color: #ffffff;
}
.bg_gred h3{
	font-weight: 600;
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 20px;
	color: #ffffff;
}
.bg_gred p{
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 20px;
}
.call_links{
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.call_links span{
	font-family: Satoshi-Bold;
}
.call_links a,
.call_links a:hover{
	color: #FFFFFF;
}
.button{
	color: #ED1C24;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
	padding: 15px 30px;
	background: #FFFFFF;
	border-radius: 10px;
	display: inline-block;
}
.button:hover{
	background: #000000;
	color: #ffffff;
}
.bg_unique{
	position: relative;
	z-index: 1;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/car.jpg);
}
.bg_blur{
	background: linear-gradient(135.09deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
	backdrop-filter: blur(10px);
	border-radius: 30px;
	padding: 40px;
}
.bg_blur ul{
	padding-left: 20px;
}
.bg_blur ul li{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.bg_blur ul li:last-child{
	margin-bottom: 0;
}
.border-rd{
	border-radius: 30px;
}
.mt-100{
	margin-top: 100px;
}
.counter_bg{
	background-position: center;
	background-size: cover;
	background-image: url(../images/counter-bg.jpg);
}
.counter-item{
	text-align: center;
}
.counter-item h3{
	font-weight: 600;
	line-height: 100px;
	font-size: 100px;
	color: #fff;
	margin-bottom: 10px;
}
.counter-item p{
	font-weight: 500;
	line-height: 36px;
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
}
.ch_item img{
	margin-bottom: 10px;
}
.ch_item h3{
	font-weight: 500;
	line-height: 48px;
	font-size: 36px;
	color: #ED1C24;
}
.ch_item p{
	font-weight: 500;
	line-height: 30px;
	font-size: 20px;
	color: #404040;
}
.review_section{
	margin-top: 100px;
}
.review_section .slick-list{
	margin: 0 -15PX;
}
.review_slide{
	padding: 0 15px;
}
.review_slider {
	overflow: hidden;
	margin: 50px 0 0 0;
}
.review_slide img{
	margin-bottom: 20px;
}
.review_slide h3{
	margin-bottom: 10px;
}
.review_slide p{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0;
}
.slick-arrow{
	display: none;
}
.slick-dots{
	margin-top: 40px;
	position: inherit;
	bottom: 0;
}
.slick-dots li button:before{
	content: none;
}
.slick-dots li button{
	width: 10px;
	padding: 0;
	opacity: 0.6;
	background: #ED1C24;
	height: 10px;
	border-radius: 100px;
}
.slick-dots li{
	height: auto;
	width: auto;
	display: inline-block;
}
.slick-dots li.slick-active button{
	width: 30px;
	opacity: 1;
}
.footer-btm{
	margin-bottom: 70px;
	padding-top: 60px;
}
footer{
	background-color: #000000;
}
.footer_title{
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 20px;
}
.f_link{
	font-size: 20px;
	color: #ffffff;
    margin-bottom: 10px;
    display: block;
}
a.f_link:hover{
	color: #ED1C24;;
}
.f_link a{
	color: #ffffff;
}
.f_link span{
	color: #ED1C24;
	font-weight: 700;
	margin-bottom: 5px;

}
.social_icon a{
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-align: center;
	line-height: 42px;
	margin-right: 20px;
	display: inline-block;
	border: 2px solid #ffffff;
}
.social_icon a:hover{
	background: #ED1C24;
	border-color: #ED1C24;
}
.social_icon{
	margin-top: 20px;
}
.copyright{
	background: #ffffff;
	text-align: center;
	padding: 12px 0;
	
}
.copyright p{
	font-weight: 500;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 0;
}
.footer-logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo p {
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    margin: 0 10px;
    color: #000;
}
.slick-prev:before,
.slick-next:before{
	content: "";
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
    opacity: 1;
    display: block;
	background-position: center;
	margin: auto;
}
.slick-prev:before{
	background-image: url(../images/left.svg);
}
.slick-next:before{
	background-image: url(../images/right.svg);
}
button.slick-arrow{
    display: inline-block;
    position: absolute;
    top: -90px;
    background: #F5F6F7;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 10px;
   	transform: none;
   	opacity: 1;
}
button.slick-arrow:hover,
button.slick-arrow:focus{
	background: #000000;
}
button.slick-prev:hover:before,
button.slick-next:hover:before,
button.slick-prev:focus:before,
button.slick-next:focus:before{
	filter: invert(1);
}
button.slick-arrow.slick-prev {
 	right: 80px;
    left: auto;
}
button.slick-arrow.slick-next {
 	right: 0px;
    left: auto;
}
.rental_img_slide{
	padding: 0 15px;
}
.rentals_slider .slick-list{
	margin: 0 -15px;
}
.car_wrapper{
	border: 2px solid #F5F6F7;
	box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.06);
}
.car_small_detail{
	border-top: 2px solid #F5F6F7;
	border-bottom: 2px solid #F5F6F7;
	padding: 10px;
}
.car_footer{
	padding: 10px;
}
.car_title{
	color: #000000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	display: inline-block;
	margin: 0 0 9px 0;
}
.car_title:hover{
	color: #ED1C24;
}
.d_span img{
	margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.extra_fields{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.d_span{
	color: #404040;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.car_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.car_footer span{
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #404040;
	margin-bottom: 5px;
	display: block;
}
.car_footer p{
	color: #ED1C24;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}
.rent_btn{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #C1272D 0.01%, #ED1C24 100%);
    border-radius: 10px;
    display: inline-block;
}
.rent_btn:hover{
	color: #ffffff;
	background: #000000;
}
.car_img{
	text-align: center;
    display: block;
}
.car_img img{
	margin: 0 auto;
}
.car_detail_slide{
	padding: 0 15px;
}
.car_slider .slick-list{
	margin: 0 -15px;
}
.car_slider {
	padding-top: 20px;
}

@media(max-width: 1500px){
	.hero_content {
	    margin-top: 100px;
	}
}
@media(max-width: 1199px){
	.hero_content {
	    margin-top: 60px;
	}
	.hero_content h1{
		font-size: 50px;
		line-height: 60px;
	}
	.heading{
		font-size: 45px;
		line-height: 55px;
	}
	.mt-100 {
	    margin-top: 60px;
	}
	.counter-item h3{
		font-size: 70px;
		line-height: 70px;
	}
	.hero{
		padding: 60px 0 100px 0;
	}
}
@media(max-width: 991px){
	.hero_content p{
		    margin-bottom: 40px;
	}
	.hero_btn{
		padding: 15px 20px;
	}
	.py-100 {
	    padding: 70px 0;
	}
	.call_links{
	    font-size: 18px;
    	line-height: 26px;
	}
	.bg_gred h3{
	    font-size: 34px;
    	line-height: 40px;
	}
	.counter-item h3 {
	    font-size: 50px;
	    line-height: 40px;
	}
	.counter-item p{
		font-size: 18px;
		line-height: 24px;
	}
	.ch_item h3{
		font-size: 30px;
		line-height: 40px;
	}
	.ch_item p{
		font-size: 18px;
		line-height: 26px;
	}
	.review_section {
	    margin-top: 60px;
	}
	footer{
		padding-top: 60px;
	}
	.footer_title{
		font-size: 28px;
		line-height: 36px;
	}
	.f_link{
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.hero {
	    padding: 40px 0 50px 0;
	}
	.hero_content{
		margin-top: 30px;
	}
	.hero_content h1 {
	    font-size: 36px;
	    line-height: 48px;
	    margin-bottom: 10px;
	}
	.hero_content p{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.hero_btn{
		margin: 10px;
	}
	.py-100 {
	    padding: 40px 0;
	}
	.heading {
	    font-size: 34px;
	    line-height: 44px;
        margin-bottom: 10px;
	}
	.sub_heading{
	    font-size: 18px;
    	line-height: 26px;
    	margin-bottom: 20px;
	}
	.desc_heading{
		 font-size: 16px;
    	line-height: 24px;
	}
	.bg_gred{
		padding: 30px 15px;
		margin-top: 30px;
	}
	.bg_gred h3 {
	    font-size: 30px;
	    margin-bottom: 10px;
	    line-height: 36px;
	}
	.bg_gred p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.button{
	    font-size: 18px;
	    line-height: 26px;
	    margin-top: 10px;
	    padding: 12px 20px;
	}
	.bg_blur{
		padding: 30px 15px;
	}
	.bg_blur ul li{
		font-size: 18px;
		line-height: 24px;
	}
	.mt-100 ,.review_section {
	    margin-top: 40px;
	}
	.counter-item{
		margin-bottom: 30px;
	}
	.ch_item{
		margin-bottom: 30px;
	}
	.review_slider{
		margin-top: 0;
	}
	.review_slide p{
		font-size: 16px;
		line-height: 26px;
	}
	.review_slide img {
	    margin-bottom: 10px;
	}
	.slick-dots{
		margin-top: 20px;
	}
	footer {
	    padding-top: 40px;
	}
	.footer-btm {
	    margin-bottom: 30px;
	    padding-top: 30px;
	}
	.footer_title {
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}
	.social_icon{
		margin-bottom: 30px;
	}
	.copyright p{
		font-size: 16px;
	}
	.footer-logo  img {
	    min-width: 88px;
	}
	button.slick-arrow{
		height: 50px;
		width: 50px;
		top: -10px;
	}
	.rentals_slider {
		padding-top: 10px;
	}
	button.slick-arrow{
	    display: none !important;
	}

}
@media(max-width: 575px){
	.rentals_slider .slick-list{
		padding-right: 15%;
	}
	.car_slider .slick-list{
		padding-right: 15%;
	}
	.rent_btn,.d_span{
		font-size: 16px;
	}
}
.py-10{
	padding: 10px 0;
}