:root{
	--primary-color: #FEB614;
	--secondary-color: #af7900;
	--text-color: #000;
	--header-color: #0e0e0e;
	--text-white: #ffff;
	--primary-font: "Bree Serif", serif;
	--secondary-font: "Poppins", sans-serif;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	color: #fff;
}
ul, ol{
	list-style-type: none;
}
body{
	font-family: var(--secondary-font);
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
}
html, body{
	scroll-behavior: smooth;
}
h1{
	font-family: var(--primary-font);
	font-weight: 900;
}
h2, h3, h4, h5{
	font-family: var(--primary-font);
	margin: 0;
}
P{
	margin: 0;
}
section{
	padding: 70px 0;
}
.btns{
	padding: 12px 40px;
    text-transform: uppercase;
	background: var(--primary-color);
	color: var(--text-white);
	border-radius: 40px;
	transition: all .5s ease-in-out;
	border: 2px solid var(--primary-color);
	position: relative;
	display: inline-block;
}
.btns span{
	position: relative;
	z-index: 5;
}
.btns::before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: var(--secondary-color);
	z-index: 1;
	border-radius: 50px;
	transition: all .5s ease-in-out;
}
.btns:hover::before{
	width: 100%;
	height: 100%;
}
.btns:hover{
	color: var(--text-white);
}
.hero-text h1{
	font-size: 60px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
/*Header*/
header{
	background: var(--header-color);
}
.navbar-brand{
	max-width: 150px;
}
header .nav-link{
	color: var(--text-white);
	text-transform: uppercase;
}
header .nav-item{
	padding: 0 0 0 15px;
}
header .nav-item .nav-link{
	position: relative;
	transition: all .5s ease-in-out;
}
header .nav-item .nav-link:hover{
	color: var(--primary-color);
}
header .nav-item .nav-link::before{
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: 0;
	transition: all .5s ease-in-out;
}
header .nav-item .nav-link:hover::before{
	width: 100%;
	background: var(--primary-color);
}

/*Hero section*/
.hero {
  background: url('../images/slider1_3.jpg') center center/cover no-repeat;
  height: 90vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
.hero:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0000009e;
	z-index: 0;
}
.hero .container{
	position: relative;
	z-index: 1;
}
.hero p.lead{
	font-size: 23px;
    font-weight: 300;
}
.product-card img {
  height: 200px;
  object-fit: cover;
}
footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
}
.partner{
	background: #131313;
    padding: 5px 0;
}
.left-img img{
	border-radius: 50%;
	animation: rotate 15s linear infinite;
}
.icon-img {
    min-width: 14%;
    padding: 0px 10px;
}
.left-img{
	max-width: 12%;
}
.icon-img img{
	backdrop-filter: invert(1);
}
#marqueeText  {
  display: inline-block;
  animation: scroll-left 15s linear infinite;
}

@keyframes rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes scroll-left {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/*About Section*/
#aboutUs{
	background: url('../images/bg.jpg') center center/cover no-repeat;
	position: relative;
}
#aboutUs:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0000009e;
	z-index: 0;
}
.about-p h2{
	font-size: 50px;
	color: var(--text-white);
	margin-bottom: 20px;
}
.about-p p{
	color: var(--text-white);
	font-size: 19px;
}

/*Wheels Section*/
.wheels-sec{
	background: var(--header-color);
}
.wheels-img{
	border: 1px solid #ffffff1f;
	padding: 10px;
	transition: all .5s ease-in-out;
	background: #292929;
}
.wheels-img:hover{
	border: 1px solid #ffffff;
	border-radius: 20px;
}

.wheels-img img{
	transition-duration: 1.1s;
}
.wheels-img img:hover {
    transform: scale(1.1);
}
.wheels-dec{
	background: var(--text-color);
	padding: 30px 20px;
}
.wheels-dec p{
	color: var(--text-white);
	margin: 10px 0;
}
.wheels-dec h2{
	color: var(--text-white);
}
.wheels-dec img{
	max-width: 85px;
}
.wheels-dec h2{
	font-size: 25px;
}
.heading h2{
	color: #fff;
    font-size: 40px;
    margin-bottom: 25px;
}
.new-sec{
	background: var(--text-color);
	padding: 0;
}
.wheels-slide{
    height: 100vh;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-wheels .slick-next {
    right: 6%;
}
.slider-wheels .slick-prev {
    left: 4%;
    z-index: 1;
}
.wheels-slide img{
	margin: auto;
	max-height: 150px;
    margin-top: 40px;
}
.slider-wheels  .slick-prev:before, .slider-wheels  .slick-next:before{
	font-size: 50px;
}

/*Tire Section*/
.tire-sec{
	position: relative;
    background: url(../images/bg.jpg) center center / cover no-repeat;
}
.tire-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
}
.tire-sec h2{
	text-align: center;
	color: var(--text-white);
}
.full-img img{
	width: 100%;
    margin-bottom: -181px;
    margin-top: 50px;
    opacity: 0.4;
}
.dealer-sec{
	background: #090909;
	padding-top: 100px;
}
.dealer-box{
	background: #765407;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 10px solid #9f9f9f;
    aspect-ratio: 1 / 1;
}
.dealer-box.send{
	position: relative;
}
.dealer-box.send:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000d6;
	border-radius: 50%;
}
.dealer-box h2{
	color: #fff;
}
.card-img-top{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.ride-card{
	background: var(--primary-color);
	padding: 6px;
}
/*Footer section*/
footer{
	position: relative;
    background: url(../images/bg.jpg) center center / cover no-repeat;
    padding: 60px 0 20px;
}
footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
}

  footer h5 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
  }

  footer h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    margin-top: 8px;
  }

  footer a {
    color: #fff;
    display: block;
    margin-bottom: 8px;
    font-weight: 300;
  }

  footer a:hover {
    color: var(--primary-color);
  }

  .footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    color: #aaa;
  }
  .copyright{
  	background: var(--header-color);
  	padding: 14px 0;
  }
  .copyright p{
  	color: var(--text-white);
  }


/*  Inner pages*/

.brodcrum{
	position: relative;
    background: url(../images/brodcrum.jpg) center center / cover no-repeat;
    padding: 60px 0 20px;
}
.brodcrum::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgb(0 0 0 / 10%);
}
.abs{
	background: var(--text-color);
}
.img-s{
	background: #feb61447;
}
.desc{
	background: #484141;
	padding: 20px;
	text-align: center;
	color: #fff;
}
.img-s img{
	aspect-ratio: 1/1;
}
.brodcrum.arm:before{
	background: rgb(0 0 0 / 62%);
}
.book-sc iframe{
	height: 90vh;
}
.brand-logo{
	margin: 20px;
	background: #fff;
}

.accessories .img-s img {
    aspect-ratio: 2;
    object-fit: contain;
    height: 200px;
    width: 100%;
}
.accessories .wheels-img {
    background: #484141;
    height: 100%;
}
.access-sec img{
	width: 100%;
}


/*Contact*/

.contact-section {
  padding: 60px 0;
  background: #2c2c2c;
}

.contact-info i {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 15px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #343434;
}
.cont h3{
	color: #fff;
	margin-bottom: 20px;
}
.cont h4{
	color: var(--primary-color);
	margin-bottom: 10px;
}
.cont i{
	color: var(--primary-color);
	padding-right: 10px;
}
.cont hr{
	color: var(--primary-color);
}
.cont p{
	font-size: 15px;
}
.form-sc{
	border-radius: 20px;
	background: var(--secondary-color);
}
.form-sc input, .form-sc textarea{
	padding: 12px;
  background: #e6e6e6;
  width: 100%;
  border-radius: 0;
  border: 1.5px solid var(--secondary-color);
  color: #fff;
}
input::placeholder, }
textarea::placeholder{
	color: #fff !important;
	opacity: 1;
}
.form-control:focus{
	background: #e6e6e6 !important;
	border: 1.5px solid var(--secondary-color) !important;
}