/**
* Author: Mohammed Asad
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root{
  --primary: #EE3131;
  --primary-hover: #fe4141;
}
/* ----------------------------------------------------
# Header css
------------------------------------------------------*/
.logo a img{
  /* width:82%; */
width:250px;
height: 100%;
}
.footer-contact a .img-fluid{
  /* width: 82%; */
  width:250px;
  /* height: auto; */
}
#header.header1{
  background-color: transparent;
}
#header.header-scrolled{
  background-color: #fff;
}
#header.header1 .navbar li a{
  color:#fff;
}
#header.header1.header-scrolled .navbar a{
color:#000;
}
#header.header1.header-scrolled .navbar a.active{
  color:red;
}
#header.header1.header-scrolled .navbar a:hover, #header.header-scrolled .navbar a:focus, #header.header-scrolled .navbar a:active{
  color:red;
}
@media(max-width:991px) {
#header.header1 .navbar li a{
  color: #111111;
}
#header.header1 .navbar li a.active{
  color:red;
}
}
@media(max-width:768px) {
  #hero{
    padding-top: 0 !important;
  }
  #header{
    /* padding:10px 0; */
    padding:5px 0;
  }
  #header.header-scrolled{
    padding: 10px 0;
  }
}
@media(max-width:480px){
  /* .swiper-pagination.style2 .swiper-pagination-current{
    border-bottom: 2px solid rgb(0 0 0 / 50%) !important;
  }
  .swiper-pagination.style2 span{
    color:#111111 !important;
    font-size: 20px !important;
  }
  .swiper-pagination.style2:before{
    background-color:rgb(10 8 8 / 50%) !important;
  }
  .swiper-pagination.style2:after{
    background-color: rgb(18 9 9 / 50%) !important;
  }
  .swiper-pagination.style2{
    right: 15px !important;
    width: 15px !important;
  } */
  .bottom-info .about-btn{
    padding: 8px 18px 8px 18px;
    font-size: 10px;
  }
  .logo a img{ 
  width:190px; 
  }
  .footer-contact a .img-fluid{ 
    width:190px; 
  }
}
@media(max-width:380px){
  .logo a img{ 
    width:170px; 
  }
  .footer-contact a .img-fluid{ 
    width:170px; 
  }
}
/* ----------------------------------------------------
# Ends Header css
------------------------------------------------------*/

/* ----------------------------------------------------
# Banner css
------------------------------------------------------*/
img{
  max-width:100%;
}
.home-banner{
  padding-top: 0;
}
.creative-banner-two .swiper-slide {
height: 100vh;
}
.vehicle-box.style2 {
background-color: red;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;
}
.vehicle-box.style2 .left-info {
position: absolute;
top: 50%;
left: 0;
transform: translate(50px, -50%);
}
.vehicle-box.style2 .vehicle-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 700px;
}
.vehicle-box.style2 .right-info {
position: absolute;
right: 0;
bottom: 70px;
width: 50%;
}
.vehicle-box.style2 .title {
  /* font-size: 70px !important; */
  /* font-size: 100px !important; */
  font-size: 50px !important;
  /* line-height: 100px; */
  color: #333 !important;
  /* font-family: Roboto; */
  text-transform: capitalize;
  margin-bottom: 0;
}
.vehicle-box.style2 .main-title{
  font-size: 50px;

  /* ************** 13-01-2023 commented ************** */
/* -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--primary);*/
/* ************** 13-01-2023 commented ************** */

  color:var(--primary);
  /* font-size: 80px; */
  /* font-size: 65px; */
  /* line-height: 80px; */
  margin-bottom: 30px;
}
.bottom-info ul.vehicle-services{
  padding: 0;
  list-style: none;
}
.vehicle-box.style2 .vehicle-services li h3 {
  /* font-family: Roboto; */
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}
.vehicle-box.style2 .vehicle-services li h4 {
  color: var(--primary);
  font-size: 24px;
  /* font-family: Roboto; */
  font-weight: 700;
  margin-bottom: 0;
}
.vehicle-box.style2 .right-info .title {
  color: rgba(255,255,255,0.2) !important;
  font-size: 150px !important;
  /* line-height: 150px; */
  margin-bottom: 0;
  text-transform: uppercase;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
}

.back-to-top{
  background: transparent;
  width: 50px;
}
.back-to-top img{
  width: 100%;
}
.back-to-top:hover{
  background: transparent;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.style2 {
  position: absolute;
  right: 30px;
  left: auto;
  width: 30px;
  bottom: auto;
  color: transparent;
  transform: translateY(-50%);
  top: 46%;
}
.swiper-pagination.style2:before {
content:none;
  /* content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: rgba(255,255,255,0.5);
  bottom: -70px; */
}
.swiper-pagination.style2:after {
  /* content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  background-color: rgba(255,255,255,0.5);
  top: -120px; */
  content:none;
}
.swiper-pagination.style2 span {
/*  color: #fff; 
   font-size: 30px;
  font-weight: 500;
  display: block;
  line-height: 30px;
  margin-bottom: -15px;
  padding-bottom: 10px;
  position: relative; */
  background: transparent;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  opacity: 1;
}
.swiper-pagination.style2 span.swiper-pagination-bullet-active{
  background: #000;
}
.swiper-pagination.style2 .swiper-pagination-current {
  border-bottom: 2px solid rgba(255,255,255,0.5);
}

.creative-banner-two .bottom-aside .btn-discover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e0eaf1;
  width: 50%;
  padding: 25px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #2b4c65;
  /* font-family: Roboto; */
  text-transform: capitalize;
  font-weight: 500;
}
.creative-banner-two .bottom-aside .slide-social {
  float: right;
  margin-right: 50px;
}
.creative-banner-two .bottom-aside .slide-social li {
  display: inline-block;
  margin: 0 20px;
}
.creative-banner-two .bottom-aside .slide-social li a {
  color: #fff;
  /* font-family: Roboto; */
  font-size: 14px;
}
.creative-banner-two .bottom-aside {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 99;
}
@media(max-width:1366px){
  .vehicle-box.style2 .vehicle-img{
    width: 450px;
  }
  .vehicle-box.style2 .title{
    /* font-size: 60px !important; */
    font-size: 36px !important;
  }
  .vehicle-box.style2 .main-title{
    /* font-size: 55px; */
    font-size: 36px;
  }
  .vehicle-box.style2 .vehicle-services li h4{
    font-size: 18px;
  }
  .vehicle-box.style2 .right-info{
    bottom: 35px;
  }
  .vehicle-box.style2 .right-info .title{
    font-size: 90px !important;
  }
}
@media(max-width:1280px){
  .vehicle-box.style2 .left-info{
    top:40%;
  }
  .vehicle-box.style2 .title{
    /* font-size: 55px !important; */
    font-size: 35px !important;
    /* line-height: 80px; */
  }
  .vehicle-box.style2 .main-title{
    /* font-size: 50px; */
    font-size: 35px;
    /* line-height:80px; */
  }
  .vehicle-box.style2 .vehicle-img{
    width: 450px;
  }
  .vehicle-box.style2 .vehicle-img img{
    width: 100%;
  }
  .vehicle-box.style2 .right-info{
    bottom: 60px;
  }
}
@media(max-width:1024px){
  .vehicle-box.style2 .left-info{
    top:30%;
  }
  .swiper-pagination.style2 span {
    width: 14px;
    height: 14px;
  }
}
@media(max-width:991px){
   .vehicle-box.style2 .bottom-info{
    font-size: 12px; 
    text-align: left;
  }
  .vehicle-box.style2 .vehicle-services li h4{
    font-size: 18px;
  }
  .vehicle-box.style2 .vehicle-services li{
    padding: 0;
  }
  .vehicle-box.style2 .vehicle-img{
    width: 400px;
  }
  .about-btn {
    padding: 8px 15px 8px 15px;
  }
}
@media(max-width:768px){
  #hero h2{
    line-height: normal;
    text-align: left;
  }
  .vehicle-box.style2 .vehicle-services li h4, .vehicle-box.style2 .vehicle-services li h3{
  text-align: left;
  line-height: normal;
  }
  .vehicle-box.style2 .main-title{
    text-align: left;
  }
  .vehicle-box.style2 .left-info{
    top: 30%;
  }
}
@media(max-width:767px){
  .vehicle-box.style2 .left-info {
    transform: translate(30px, -50%);
}
.creative-banner-two .bottom-aside .btn-discover {
  padding: 20px 30px;
}
.creative-banner-two .bottom-aside .slide-social li {
  margin: 0 10px;
}
.creative-banner-two .bottom-aside .slide-social{
  margin-right: 10px;
}
.vehicle-box.style2 .right-info .title {
font-size: 50px !important;
}
.vehicle-box.style2 .title{ 
  font-size: 30px !important;
}
.vehicle-box.style2 .main-title{ 
  font-size: 30px; 
}
.vehicle-box.style2 .left-info{
  top: 26%;
}
}
@media(max-width:600px){
  .vehicle-box.style2 .right-info .title {
    font-size: 36px !important;
  }
  .vehicle-box.style2 .right-info {
    bottom: 90px;
}
}
@media(max-width:480px){
  .vehicle-box.style2 .left-info {
    transform: translate(15px, -50%);
}
.vehicle-box.style2 .left-info {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  /* padding: 100px 0 70px; */
  padding: 60px 0 70px;
}
.bottom-info ul.vehicle-services{
  margin-bottom: 0 !important;
}
  .vehicle-box.style2 .bottom-info{
    margin-top: auto;
    width: 85%;
  }
  .vehicle-box.style2 .vehicle-services li h4{
    font-size: 16px;
  }
  .vehicle-box.style2 .vehicle-services li{
    padding: 5px 0;
  }
  .vehicle-box.style2 .vehicle-img{
    width: 250px;
  }
  .creative-banner-two .bottom-aside .slide-social li {
    margin: 0 0px;
}
/* .creative-banner-two .swiper-slide{
  height: 94vh;
}
.vehicle-box.style2{
  height: 94vh;
} */
.vehicle-box.style2 .right-info .title {
  font-size: 28px !important;
}
.swiper-pagination.style2{
  right:20px;
}
}
@media(max-width:380px){
  .vehicle-box.style2 .vehicle-services li h4{
    font-size: 14px;
  }
  .bottom-info .about-btn{
    font-size: 10px;
    padding: 5px;
  }
}
/* ----------------------------------------------------
# Ends Banner css
------------------------------------------------------*/

/* ---------------------------------------------------
# home page video css
-----------------------------------------------------*/
.tabs .tab-content{
  margin-top: 45px;
}
.whatsapp2{ 
    position: fixed;
    top: 80%;
    right: 20px;
    z-index: 9; 
}
#whatsapp2, #whatsapp{
  width:40px;
}
.smoke iframe{
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
.smoke canvas{
  /* opacity: 0.5; */
  opacity: 0.2;
  position: relative;
  z-index: 1;
}
.html5-video-player .video-click-tracking, .html5-video-player .video-stream{
  width: 100% !important;
  left: 0 !important;
}
.service-icon{
  margin: 12px 10px 12px 0px;
  width:48px;
}
.service-icon1{
  margin: 12px 0px 12px 0px;
  width:48px;
}
@media(max-width:1280px){
  .smoke{
    height: 100vh;
  }
}
@media(max-width:1024px){
  canvas.d-canvas{
    display: none;
  }
  .smoke{
    height: 70vh;
  }
  #whatsapp2, #whatsapp{
    width:35px;
  }
}

@media(max-width:991px){
  .service-icon{
    margin: 0px;
  }
  .service-icon1{
    margin: 0px;
  }
}
@media(max-width:600px){
  .smoke{
    height: 55vh;
  }
}
@media(max-width:480px){
  .smoke{
    height: 35vh;
  }
}
/* ---------------------------------------------------
# home page video css
-----------------------------------------------------*/



/* ----------------------------------------------------
# Service css
------------------------------------------------------*/
@keyframes float {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    transform: translatey(0px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
    transform: translatey(-20px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    transform: translatey(0px);
  }
}
.floatimg{
transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
	/* img { width: 100%; height: auto; } */
  .about-btn {
    padding: 8px 30px 9px 30px;
    color: #e03a3c;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #e03a3c;
}
.about-btn:hover {
  background: #e03a3c;
  color:#fff;
}
.bg-tire{
background: url('../img/background/bg-02.png');
}
/* ----------------------------------------------------
# Service css
------------------------------------------------------*/

/* ----------------------------------------------------
# Mojar and minor css
------------------------------------------------------*/
.major-sction ul{
  list-style: none;
  padding: 0;
}
.major-sction ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}

/* ----------------------------------------------------
# Mojar and minor css
------------------------------------------------------*/

/* ----------------------------------------------------
# oil css
------------------------------------------------------*/
.oil-sction{
  background: url('../img/services/car-oil.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
}
.oil-sction:before{
  content: "";
  background: #e03a3cba;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;  
}
.oil-sction h5, .oil-sction p{
  color:#fff;
}
.oil-sction ul {
  list-style: none;
  padding: 0;
}
.oil-sction ul li{
color: #fff;
margin-bottom: 10px;
}
.oil-sction ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fff;
}
/* ----------------------------------------------------
# oil ends css
------------------------------------------------------*/
/* ----------------------------------------------------
# about us css
------------------------------------------------------*/
.top-padding{
  padding-top: 50px;
}
.service-img{
  position: relative;
}
.about .points  ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}
.about .points ul {
  list-style: none;
  padding: 0;
}
.abtservice .icon-block img{
  width: 50px;
  height: 100%;
  margin-right: 10px;
}
.abtservice .icon-block{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  position: relative;
}
.abtservice h5{
  position: relative;
  color: #fff;
}
.abtservice .icon-block p{
  margin-bottom: 0;
}
#footer .footer-newsletter form input[type=email]{
  outline: none;
}
@media(max-width:768px) {
  .about .points ul{
    text-align: left;
  }
}

/* ----------------------------------------------------
# about us css
------------------------------------------------------*/
/* ----------------------------------------------------
#  how to care css
------------------------------------------------------*/
.car-interior .points ul, .car-engine .points ul{
  list-style: none;
    padding: 0;
}
.car-engine .points ul i, .car-interior .points ul i{
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}
.colorr{
  color:#e03a3c;
}
/* ----------------------------------------------------
# how to care css
------------------------------------------------------*/
@media all and (orientation:landscape) {

  @media(max-width:991px){
    .vehicle-box.style2 .left-info {
      top: 50%;
    }
		.vehicle-box.style2 .title{
			font-size: 20px !important;
		}
		.vehicle-box.style2 .main-title{
			font-size: 20px;
		}
		.vehicle-box.style2 .vehicle-services li h4 {
			font-size: 14px;
			width: 210px;
		}
		.vehicle-box.style2 .right-info .title {
			font-size: 50px !important;
		}
		.vehicle-box.style2 .vehicle-img {
			width: 300px;
		}
  }
}