@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'IndustryUltraItalic';
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn:focus {
	box-shadow: none;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* padding: 20px 0; */
}

.navbar .navbar-brand {
	margin-right: 0;
	padding: 0;
}

.navbar {
	padding: 0;
	justify-content: center;
	margin-top: 32px;
}

.navbar .navbar-nav {
	margin-left: auto;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.banner-section {
	background-image: url("../images/banner.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 308px 0px 245px;
}

.heading {
	font-size: 82px;
	line-height: 70px;
	color: #C80D25;
	text-transform: uppercase;
}

.heading * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
	margin: 0;
}

.head {
	font-size: 130px;
	line-height: 100px;
	color: #ffffff;
	text-transform: uppercase;
}

.head * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
	margin: 0;
}

.banner-section .all-text {
	text-align: right;
}

.title {
	font-size: 70px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.title * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
	margin: 0;
}

.title span {
	display: block;
	color: #C80D25;
	margin-top: 4px;
}

p {
	font-size: 16px;
	line-height: 22px;
	color: #231F20;
	font-family: 'RajdhaniLight';
	margin: 0;
}

.model-range .title {
	margin-top: -61px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li {
	display: inline-block;
	margin: 0px 24px;
}

.model-range .bike-range {
	margin: 58px 0px 35px;
}

.bike-range ul li:first-child {
	margin-left: 0;
}

.bike-range ul li:last-child {
	margin-right: 0;
}

.bike-range ul {
	border-bottom: 1px solid #C80D25;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.bike-range .tab-section ul {
	margin-bottom: 45px;
}

.bike-range ul li a, .tab-section .nav-tabs .nav-item .nav-link {
	font-size: 28px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #BCBEBF;
	text-transform: uppercase;
	padding: 10px 24px;
}

.bike-range ul li a:hover, .bike-range ul li a.active, .tab-section .nav-tabs .nav-item .nav-link:hover, .tab-section .nav-tabs .nav-item .nav-link.active {
	background-color: #C80D25;
	color: #ffffff;
}

.tab-section .nav-tabs {
	border: none;
	justify-content: flex-start;
	border-bottom: 1px solid #C80D25;
}

.tab-section .nav-tabs .nav-item .nav-link {
	border: none;
	line-height: 30px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.tab-section .tab-pane .stroke {
	border: 1px solid #C80D25;
}

.tab-section .tab-pane .stroke .model-no {
	background-color: #C80D25;
	padding: 15px 23px 8px;
}

.tab-section .tab-pane .stroke .model-no p {
	font-family: 'IndustryLightItalic';
	color: #ffffff;
}

.tab-section .tab-pane .stroke span {
	font-size: 28px;
	line-height: 24px;
	color: #ffffff;
}

.tab-section .tab-pane .learn-more {
	padding: 7px 23px 15px;
	font-size: 28px;
	line-height: 35px;
	color: #C80D25;
	display: block;
}

.tab-section .tab-pane .learn-more:hover {
	color: #000000;
}

.slide-arrow {
	padding: 0;
	border: none;
	background-color: transparent;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
}

.slide-arrow svg {
	width: 35px;
}

.slide-arrow.prev-arrow {
	left: 0;
}

.slide-arrow.next-arrow {
	right: 0;
}


.slide-arrow .st0 {
	fill: #BCBEBF;
}

.slide-arrow:hover svg .st0 {
	fill: #C80D25;
}

.bike_model p, .bike_model .stroke {
	position: relative;
	z-index: 1;
}

.bike_slider .image img {
	margin: 0 auto;
}

.bike_model .bike_slider {
	margin-top: -70px;
}

.slick-slider {
    opacity: 0;
}

.slick-slider.slick-initialized {
	opacity: 1;
}

.performance {
	/* background-image: url("../images/background-color.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat; */
	background: linear-gradient(60deg, #810E15, #C60D25 100%);
}

.performance .slider-text {
	padding: 45px 0px 77px;
}

.slider-text .row {
	margin: 0px -23px;
}

.slider-text [class^="col-"] {
	padding: 0px 23px;
}

.performance .heading {
	font-size: 50px;
	line-height: 48px;
	color: #000000;
	margin-bottom: 48px;
	margin-left: -100px;
    position: relative;
}

.performance .heading span {
	margin-left: 25px;
}

.performance .heading span:last-child {
	margin-left: 40px;
}

.performance .text p {
	color: #FFFFFF;
	margin-bottom: 30px;
}

.performance .text p:last-child {
	margin-bottom: 0;
}

.performance-bike .slick-dots {
	position: absolute;
	bottom: 29px;
	left: 0;
	right: 0;
	text-align: center;
}

.slick-dots li {
	margin: 0 3px;
}

.slick-dots li:first-child {
	margin-left: 0px;
}

.slick-dots li:last-child {
	margin-right: 0px;
}

.slick-dots li button {
	border: none;
	font-size: 0;
	padding: 0;
	width: 45px;
	height: 4px;
	line-height: normal;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.slick-dots li.slick-active button {
	background-color: #C80D25;
}

.btn {
	border: none;
	font-size: 28px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 15px 23px 18px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.more-btn .btn-color {
	margin-top: 70px;
}

.btn-color {
	color: #ffffff;
	background-color: #C80D25;
}

.btn-color:hover {
	color: #C80D25;
	background-color: #ffffff;
}

.text-ride {
	position: relative;
}

.text-ride .head {
	font-size: 165px;
	line-height: 145px;
	text-align: right;
}

.text-ride .image {
	width: 256px;
	height: 210px;
	object-fit: cover;
	font-family: "object-fit: cover";
	position: absolute;
	bottom: -108px;
	left: 0;
}

.text-ride .image::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(60deg, #810E15, #C60D25 100%);
	opacity: 0.8;
}

.dealers {
	margin: 115px 0px 35px;
}

.dealers .d-contact {
	margin-bottom: 80px;
}

.dealers .heading {
	font-size: 70px;
	line-height: 60px;
	color: #C80D25;
	margin-bottom: 67px;
}

.d-contact .title {
	font-size: 28px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 24px;
	text-align: left;
	min-height: 70px;
}

.d-contact p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
}

.d-contact p:last-child {
	margin-bottom: 0;
}

.d-contact a {
	font-size: 24px;
	line-height: 30px;
	color: #231F20;
	font-family: 'RajdhaniLight';
	display: block;
}

.d-contact a:hover {
	color: #C60D25;
}

.copy-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d3d4d5;
	padding-top: 30px;
}

.copy-right p {
	font-size: 12px;
	line-height: 30px;
}

.copy-right .back-to-top {
	font-size: 14px;
	line-height: 18px;
	color: #C80D25;
	display: inline-flex;
	align-items: center;
	font-family: 'IndustryBoldItalic';
}

.copy-right .back-to-top:hover {
	color: #000000;
}

.copy-right .back-to-top svg {
	width: 16px;
	height: 9px;
	margin-left: 5px;
}

.copy-right .back-to-top:hover svg .st0 {
	fill: #000000;
}


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
