@font-face {
  font-family: "helvetica";
  src: url('../fonts/Helvetica.ttf');
}
@font-face {
  font-family: "Supermolot";
  src: url("../fonts/Supermolot.otf");
}
@font-face {
  font-family: "Supermolot-bold";
  src: url("../fonts/supermolot-bold.ttf");
}
:root{
  --var-primary-font : "Supermolot";
  --var-secondary-font : "helvetica";
  --var-bold-italic : "supermolot-bold";
  --var-primary-color : #22b34b;
}

body{
  font-family: var(--var-secondary-font);
}
p{
  padding: 0px;
  margin: 0px;
  font-family: var(--var-secondary-font);
}
a{
  text-decoration: none;
  font-family: var(--var-secondary-font);
}
.ptb100{
  padding: 100px 0px;
}
.ptb70{
  padding: 70px 0px;
}
.mb70{
  margin-bottom: 70px 0px !important;
}
.pb70{
  padding-bottom: 70px;
}
.ptb50{
  padding: 50px 0px;
}
.pb50{
  padding-bottom: 70px;
}
.ptb30{
  padding: 30px 0px;
}
.pb30{
  padding-bottom: 30px;
}
.pt70{
  padding-top: 70px;
}
.pt30{
  padding-top: 30px;
}
.menu-img{
  position: relative;
}
.menu-overlay{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
  left: 0%;
  top: 0%;
  z-index: 2;
}
.menu-overlay h2{
  color: #fff;
  font-family: var(--var-bold-italic) !important;
}
.menu-overlay p{
  color: #fff;
  font-size: 15px;
}
#sticky-head {
    position: sticky;
    top: 0%;
    left: 0%;
    z-index: 999; 
    background: #fff;
    transition: transform 0.3s ease-in-out;
}
.slider-wrapper{
  position: relative;
}
.slider-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  left: 0%;
  top: 0%;
}
.slider-text h2{
  color: #fff;
  font-family: var(--var-bold-italic);
  font-size: 65px;
  margin: 0px;
  padding: 0px;
}
.slider-text p{
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.hero-btn{
  background-color: var(--var-primary-color);
  color: #fff;
  font-family: var(--var-primary-font);
  padding: 15px 30px;
  border-radius: 50px;
  transition: .3s;
  text-decoration: none;
}
.hero-btn:hover{
  color: #fff;
  /* transform: scale(1.2); */
  transition: .3s;
}
.slider-text{
  position: absolute;
  width: 65%;
  left: 50%;
  top: 50%;
  transform: translate(-60%,-50%);
}
.heading-1{
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-family: var(--var-secondary-font);
}
.prod-text a{
  text-decoration: none;
  color: #000;
  
  font-family: var(--var-secondary-font);
  text-align: center !important;
}
.prod-text a:hover{
  text-decoration: underline;
  color: #000;
}
.prod-box{
  transition: .3s;
}
 
.prod-text{
  padding: 15px 0px;
  text-align: center !important;
}
.prod-img{
  position: relative;
}
.product-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  visibility: hidden;
  transition: .3s;
}
.prod-btn{
  position: absolute;
  width: 100%;
  padding: 10px 0px;
  background-color: var(--var-primary-color);
  color: #fff;
  font-family: var(--var-primary-font);
  border-radius: 50px;
  transition: .3s;
  text-decoration: none;
  left: 0%;
  bottom: 20px;
  font-weight: lighter;
  font-size: 16px;
  text-transform: uppercase;
  visibility: hidden;
}
.prod-btn:hover{
  color: #fff;
}
.prod-box:hover .product-overlay{
  visibility: visible;
  transition: .3s;
}
.prod-box:hover .prod-btn{
  visibility: visible;
}
.prod-desc{
  position: relative;
}
.prod-desc-overlay{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.445) 100%);
  left: 0%;
  top: 0%;
  z-index: 2;
  align-items: end;
}
.prod-desc-overlay h3{
  font-size: 28px;
  font-family: var(--var-bold-italic);
  color: #fff;
  text-align: right;
  font-style: italic;
}
.prod-desc-overlay p{
  font-size: 18px;
  color: #fff;
  text-align: right;
}
.row-gap-3{
  row-gap: 30px;
}
.wheel-tire-sec{
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('../images/home-midddle-banner.webp');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.wheel-tire-text h4{
  font-size: 40px;
  font-family: var(--var-secondary-font);
  color: #fff;
  font-weight: bold;
}
.wheel-tire-text p{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  font-family: var(--var-secondary-font);
}
.swiper-wrapper {
  padding-bottom: 50px !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 95% !important;
}


.slider-text h2 a:hover {
  text-decoration: underline !important;
}

ul.banner-text li a:hover {
  text-decoration: underline !important;
}

.party-vd-sec {
background-image: url(../images/party-bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  position: relative;
}

section.party-vd-sec:before {
  content: "";
  background:#000000ab;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
} 

.party-vd-sec video.vd {
width: 90%;
height: 450px;
object-fit: cover;
/* margin-top: 54px; */
}
.owl-carousel .owl-stage {
display: flex;
align-items: center;}
.owl-item.active.center video.vd{
width: 100%;
height:560px;
}
.party-vd-sec .owl-item img{height:560px;
object-fit: cover;}
.section-padding{
width:1170px;
margin: 0 auto;
padding:0;
}

.owl-item .item {
transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
/* transform: scale(0.9); */
/* 
transition: all .25s ease-in-out;  */
margin: 0; /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
transition: 0.3s;
transform: scale(0.80);
}
.owl-carousel .owl-nav.disabled {
display: block;
}

.screenshot_slider .owl-item.center .item img {
transform: scale(1.15);
}

.screenshot_slider .owl-nav {
text-align: center;
/* margin: 40px 0; */
}

.screenshot_slider .owl-nav button {
font-size: 24px !important;
margin: 10px;
color: #fff !important;
}



.desc-btn{
  display: inline-block;
  width: fit-content;
  text-align: right;
}
.btm-bg-sec{
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('../images/clean-condition-rejuvenate-section.webp');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
/*.btm-bg-text{*/
/*  text-align: right;*/
/*}*/
.btm-bg-text h4{
  font-size: 40px;
  font-family: var(--var-secondary-font);
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.btm-bg-text p{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  font-family: var(--var-secondary-font);
}
.speciality-text{
    text-align: center;
  font-family: var(--var-primary-font);
}
.speciality-box{
  display: flex;
  padding-right: 50px;
}
.speciality-box img{
  width: 72px;
  height: 72px;
  margin-right: 10px;
}
.speciality-text h5{
  font-weight: 600;
  padding: 0px;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
.speciality-text p{
  font-family: var(--var-primary-font);
  font-size: 15px;
}
.footer-top{
  background-image: url('../images/footer-img.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0px;
}

.footer-top-text h3{
  font-size: 35px;
  font-family: var(--var-primary-font);
  color: #fff;
}
.footer-top-text strong{
  font-family: var(--var-bold-italic);
}
.footer-top-text input{
  padding: 15px;
  width: 50%;
  margin-top: 20px;
}
.social-icon{
  height: 45px;
  width: 45px !important;
  background-color: #fff;
  display: inline-block;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:5px;
}
.social-icon a{
  padding: 0px !important;
  margin: 0px !important;
  text-decoration : none;
}
.social-icon i{
  color: #000;
  font-size: 23px;
   display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom{
  padding: 30px 0px;
  background-color: #141414;
}
.inner-links{
  color: #fff;
  padding-left: 25px;
}
.inner-links a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  font-family: var(--var-secondary-font);
}
.inner-links a:hover{

  text-decoration: underline;
 
}
.inner-links ul{
  list-style: none;
  padding: 0px;
}
.inner-links h4{
  font-size: 20px;
  font-weight: bolder;
}
.footer-text p{
  color: #fff;
  font-size: 15px;
  font-family: var(--var-secondary-font);
  /* text-align: justify; */
  padding-top: 20px;
}
.green-layer{
  background-color: #22b34b;
  padding: 3px 0px;
}
.middle-head{
  padding: 20px 0px;
  background-color : #fff;
}
.head-contact i{
  color: #22b34b;
  padding: 10px;
  border-radius: 50%;
  border: 3px solid #22b34b;
  font-size: 16px;
  margin-right: 10px;
}
.head-contact a{
  color: #000;
  text-decoration: none;
  font-family: var(--var-secondary-font);
  font-weight: 500;
  font-size: 18px;
}
.sm-menu{
  display: none;
}
.menu-list-01{
  display: none;
}
.menu-list-01{
  list-style: none;
}
.sm-menu{
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.menu-list-01 li{
  line-height: 2;
}
.menu-01{
  display: flex !important;
  justify-content: space-between;
}
.sm-menu-wrapper{
  padding: 25px;
}
.sm-menu-list{
  list-style: none;
  padding: 0px;
  line-height: 2;
}
.drop-down-menu{
  padding: 10px 10px 10px 10px ;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
}
ul.slideContent {
  display: none;
  list-style: none;
}
.sm-btn{
  font-size: 20px !important;
  color: #000;
}
.dbg-none{
  display: none !important;
}
   .slider-text a {
    color: #fff;
}
.slider-text h2 {
    margin-bottom: 15px;
}
.slider-text h2 a{
  font-family: var(--var-bold-italic);
}

ul.banner-text {
    padding: 0px;
    list-style: none;
    line-height: 35px;
    display: grid !important;
    grid-template-columns: auto auto;
    width: 65%;
}
ul.banner-text li a{
  font-size: 18px;
  font-weight: 500;
}
.slider-text h2 a:hover {
    text-decoration: underline!important;
}
ul.banner-text li a:hover {
    text-decoration: underline!important;
}
.search-bar{
  margin-left: 95px;
  display: flex;
  align-items: center;
  width: 72%;
  position: relative;
}
.search-bar input{
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #000;
}
.search-bar input::placeholder{
  font-size: 20px;
  color: #000;
}
.search-bar i{
  position: absolute;
  font-size: 20px;
  color: #000;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.top-left{
  display: flex;
  width: 100%;
}

.search-bar form{
  width: 100%;
}

















@media (max-width : 1200px) {
  .search-bar {
    margin-left: 15px;
    margin-right: 10px;
  }
}

@media (max-width : 992px) {
  .justify-content-md-center{
    justify-content: center;
  }
  .header_area {
    display: none;
  }
  .sm-menu{
    display: block;
  }
  .speciality-box {
    display: flex;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .inner-links{
    padding-left: 0px;
  }
}
@media (max-width : 767px) {
  .dsm-none{
    display: none !important;
  }
  .dbg-none{
    display: block !important;
  }
  .slider-text h2{
   
     text-align: center!important;
  }
   .slider-text h2 a{
        font-size: 30px;
   }
  .slider-text {
    position: absolute;
    width: 89%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-100%);}
    
    .heading-1 {
      font-size: 28px;
  }
  ul.banner-text li a{
    display: none !important;
      
  }

  
}
@media (max-width : 576px) {
  .slider-text h2{
    font-size: 25px;
  }
  .slider-text p{
    font-size: 13px;
    margin-bottom: 14px;
  }
  .heading-1 {
    font-size: 20px;
  }
  .prod-desc-overlay h3{
    font-size: 20px;
  }
  .prod-desc-overlay p {
    font-size: 15px;
  }
  .prod-text a {
 
  }
  .prod-btn{
    font-size: 15px;
  }
  .wheel-tire-text h4 {
    font-size: 26px;
  }
  .wheel-tire-text p {
    font-size: 15px;
  }
  .btm-bg-text h4 {
    font-size: 25px;
  }
  .btm-bg-text p {
    font-size: 15px;
  }
  .prod-text {
    padding: 15px 0px;
   
  }
  .hero-btn {
    background-color: var(--var-primary-color);
    color: #fff;
    font-family: var(--var-primary-font);
    padding: 10px 20px;
    border-radius: 50px;
    transition: .3s;
    text-decoration: none;
    font-size: 14px;
  }
  .footer-top-text strong {
    font-family: var(--var-bold-italic);
  }
  b, strong {
    font-weight: bolder;
  }
  .footer-top-text h3 {
    font-size: 20px;
  }
  .footer-top-text input {
    padding: 10px;
    width: 100%;
  }
  .footer-top {
    padding: 40px 10px;
  }
  .social-icon{
    margin-top: 25px !important;
  }
  .justify-sm-center{
    justify-content: center !important;
  }
/*  .head-contact i{*/
/*    display : none !important;*/
/*}*/
.prod-btn {
  visibility: visible;
  bottom : 0px;
}
.top-left{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-bar{
  margin-top: 15px;
  width: 100%;
}
}

/* Update 18-02-2025 */

.head-contact i {
  color: #22b34b;
  padding: none !important;
  border-radius: 50%;
  border: none !important;
  font-size: 17px !important;
  margin-right: 5px !important;
}
.head-contact a {
  font-size: 15px !important;
}
.top-btn{
  color: #fff !important;
    padding: 5px 8px;
 
    transition: .3s;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
}

/*RRR start 18-3-25*/
 .slider-text h2 a:hover {
    text-decoration: underline!important;
}
ul.banner-text li a:hover {
    text-decoration: underline!important;
}

   .grand-opening-box { position: relative;}
   .grand-opening-box  h4 {
    text-align: center;
    padding: 10px 0;
    background: #159138;
    color: #fff;}
    .grand-opening-box:hover h4{ background: #000} 
/*RRR end 18-3-25*/

@media (max-width : 1200px) {
  .head-contact a {
    font-size: 11px !important;
  }
  .head-contact i {
 
    border: none !important;
    font-size: 13px !important;
    margin-right: 0px !important;
    padding: 0px;
  }
  .top-btn {
    padding: 5px 3px;
  }
}
@media (max-width : 992px) {
  .head-contact a {
    font-size: 15px !important;
  }
  .top-btn {
    padding: 5px 15px;
  }
  .head-contact i {
    font-size: 17px !important;
    margin-right: 8px !important;
    padding: 0px;
  }
  .row-gap-md-4{
    row-gap: 15px;
  }
}


/* Update 19-03-2025 */
.center-swiper .swiper-button-next::after {
  font-size: 20px;
  background-color: #fff;
  color: #22b34b;
  height: 40px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.center-swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.center-swiper .swiper-button-prev::after {
  font-size: 20px;
  background-color: #fff;
  color: #22b34b;
  height: 40px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.center-swiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
 .form {
    padding: 25px;
    background: #efefef;
    margin: 5px;}
.form .headding11{font-size:25px;}
.form .form-btn {margin-top:15px;}


.gallery-box img{
    width: 100% !important;
}

.center_logo {
    position: absolute;
    right: -10px;
    top: -15px;
    background: #fff;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.center_logo img {
    width:62px;
}

 
    .center-locator-page i {
      position: absolute;
      left: 0;
      top: 4px;
    }

    .center-locator-page p {
      position: relative;
      padding-left: 25px;
    }

    .center-locator-page p {
      font-size: 17px;
      margin-bottom: 7px;
    }

    .center-locator-page p a {
      color: #212529;
    }

    .location-time {
      background: #efefef;
      padding: 23px 23px 90px;
    }

    .center-locator-page iframe {
      width: 100%;
      border: solid 5px #efefef;
    }

    .gallery-box img {
      aspect-ratio: 0.7;
      object-fit: cover;
    }
 
    .center-locator-page i {
      position: absolute;
      left: 0;
      top: 4px;
    }

    .center-locator-page p {
      position: relative;
      padding-left: 25px;
    }

    .center-locator-page p {
      font-size: 17px;
      margin-bottom: 7px;
    }

    .center-locator-page p a {
      color: #212529;
    }

    

    .center-locator-page iframe {
      width: 100%;
      border: solid 5px #efefef;
    }
    .gallery-box img{
      aspect-ratio: 0.7;
      object-fit: cover;
    }
    .title {
      font-weight: 700;
      text-align: center; margin-top:25px ;
    
   }

   .service-card {
      border: none;
      border-radius: 15px;
      padding: 25px;
      background: white;
      transition: 0.3s;
      text-align: center;      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
   }

   .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
   }

   .service-card p {
      text-align: center;
   }

   .icon {
      font-size: 40px;
      color: #22b34b;
      margin-bottom: 15px;
   }

   .why-box li {
      margin-bottom: 12px;
      list-style: none; font-size:20px;
   }
   
   
  .why-box li i{color: #22b34b;}
    .bg-grey{ background-color: #efefef; padding: 70px 0; margin-bottom: 50px;}
    .green-text{ font-size: 25px; color: #22b34b; font-style: italic;}
     .why-box{    padding: 25px;
    border: solid #bdbdbd  5px;
    }
    .why-box img{ width:100%; }
 
 

