@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html {
  font-size: 16px;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Times New Roman;
}

.secondary-font, .btn, .services h3 {
  font-family: "Bebas Neue", cursive;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Times New Roman
  ;
}

a {
  text-decoration: none !important;
}

.green {
  color: #4fce5d;
}

.nav__red {
  background-color: #e4280f;
}

.nav__red {
  background-color: #e4280f;
}

.yellow-text {
  color: #e3b322;
}

.banner__text_control {
  width: 100%;
}

@media (max-width: 1100px) and (min-width: 991px) {
  .banner__text_control {
    width: 50%;
  }
}

@media (max-width: 990px) and (min-width: 820px) {
  .banner__text_control {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .banner__text_control {
    width: 80%;
  }
}

.social__control {
  display: block;
}

@media (max-width: 991px) {
  .social__control {
    display: none;
  }
}

.social_mobile_control {
  display: block;
}

@media (min-width: 991px) {
  .social_mobile_control {
    display: none;
  }
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0 1rem;
  font-weight: 900;
  color: #1c1c1c;
  border-bottom: 4px solid transparent;
  padding-bottom: 3px;
}

.navbar-expand-lg .navbar-nav .nav-item.active, .navbar-expand-lg .navbar-nav .nav-item:hover {
  border-bottom: 4px solid #e4280f;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child:hover {
  border-color: transparent;
}

.img-fit {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1 !important;
}

.red {
  color: #ee2224;
}

.red-back {
  background-color: #ee2224;
  font-size: 16px;
}

@media (max-width: 400px) {
  .red-back {
    font-size: 12px;
  }
}

.text-red {
  color: #e4280f;
}

.font_24px {
  font-size: 24px;
}

@media (max-width: 550px) {
  .font_24px {
    font-size: 19px;
    text-align: center !important;
  }
}

.font_16px {
  font-size: 16px;
}

@media (max-width: 550px) {
  .font_16px {
    font-size: 11px;
  }
}

@media (max-width: 1050px) {
  .font_16px {
    font-size: 12px;
  }
}

.font_35px {
  font-size: 35px;
}

@media (max-width: 550px) {
  .font_35px {
    font-size: 30px;
  }
}

.font_23px {
  font-size: 23px;
  word-spacing: 3.5px;
}

@media (max-width: 550px) {
  .font_23px {
    font-size: 20px;
  }
}

.font_50px {
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
}

@media (max-width: 550px) {
  .font_50px {
    font-size: 22px !important;
    line-height: 18px !important;
  }
}

@media (max-width: 1050px) {
  .font_50px {
    font-size: 40px;
  }
}

@media (max-width: 820px) {
  .font_50px {
    line-height: 50px;
  }
}

.font_50px_fix {
  font-size: 50px;
}

@media (max-width: 1000px) {
  .font_50px_fix {
    font-size: 44px;
  }
}

.font_95px {
  font-size: 95px;
  word-spacing: 3.5px;
  font-weight: 900;
}

@media (max-width: 550px) {
  .font_95px {
    font-size: 46px !important;
  }
}

@media (max-width: 1050px) {
  .font_95px {
    font-size: 85px;
  }
}

.font_85px {
  font-size:70px;
  word-spacing: 3.5px;
  font-weight: 900;
}

@media (max-width: 550px) {
  .font_85px {
    font-size: 33px !important;
  }
}

@media (max-width: 1050px) {
  .font_85px {
    font-size: 46px;
    margin-top: 10px !important;
  }
}

.p_w__70 {
  width: 70%;
  margin: auto auto;
}

@media (max-width: 550px) {
  .p_w__70 {
    width: 100%;
  }
}

.border-footer-5px {
  border-bottom: 5px solid #e4280f;
  padding-bottom: 30px;
}

.border-menu-2px {
  border-bottom: 2px solid white;
  max-width: 120px;
  padding-bottom: 5px;
}

.shadow-bottom {
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}

.social-icons li {
  margin-left: 1rem;
}

.social-icons li i {
  color: #ff351a;
  font-size: 1.3rem;
}

.battery-logo-head {
  width: 160px;
  margin-top: -30px;
}

@media (max-width: 577px) {
  .battery-logo-head {
    margin-top: 0;
  }
}

header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 1rem;
}

@media (max-width: 577px) {
  header {
    padding-top: 0;
  }
}

header .logo-battery-600 {
  position: absolute;
  top: 0px;
  left: auto;
}

@media (max-width: 577px) {
  header .logo-battery-600 {
    position: inherit;
  }
}

header .logo-battery-600 h3 {
  color: #ee2224;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.3rem;
}

@media (max-width: 577px) {
  header .battery-logo-head {
    width: 70px;
  }
  header .logo-battery-600 {
    position: none;
  }
  header .logo-battery-600 h3 {
    font-size: 12px;
  }
}

header .phone-info {
  font-weight: 900;
  font-size: 2.3rem;
}

@media (max-width: 900px) {
  header .phone-info {
    font-size: 1.2rem;
  }
}

.banner {
  position: relative;
}

.banner .banner__back_img {
  background-image: url(../img/final-abnner_02.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 300px;
}

@media (max-width: 1000px) {
  .banner .banner__back_img {
    padding-bottom: 250px;
  }
}

@media (max-width: 900px) {
  .banner .banner__back_img {
    padding-bottom: 160px;
  }
}

@media (max-width: 820px) {
  .banner .banner__back_img {
    /* background-image: url(../img/small-screen.png); */
    background-color: #f74c25;
    padding-bottom: 130px;
    background-size: cover;
  }
}
.banner .banner__front_text span {
  font-style: italic;
  font-size: 24px;
}
@media (max-width: 550px) {
  .banner .banner__back_img {
    padding-bottom: 50px;
    padding-top: 1rem;
    background-position-x: right;
  }
  .banner .banner__front_text span{
    font-size: 14px;
  }
  .banner .banner__front_text  .btn {
    font-size: 1rem;
  }
}

.banner .banner__modal {
  border-bottom: 10px solid #ee2224;
}

.banner .banner__text {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translate(9%, -50%);
          transform: translate(9%, -50%);
}

.banner .banner__text h1 {
  font-size: 60px;
  font-weight: 900;
  word-spacing: 10px;
}

@media (max-width: 550px) {
  .banner .banner__text h1 {
    font-size: 30px;
  }
}



.banner .banner__front_text h1 {
  font-size: 40px;
  font-weight: 900;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .banner__front_text h1 em {
  font-style: normal;
  line-height: 1;
  margin-left: 1rem;
}
@media (max-width: 600px) {
  .banner .banner__front_text h1 {
    font-size: 14px;
  }
  .banner .banner__front_text h1 em{
    margin-left: .5rem;
    font-size: 30px !important;
  }

}



.font-900 {
  font-weight: 900;
}

.banner__no_02 {
  background-image: url(../img/banner-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner__no_02 img {
  margin: 0 0 -64px;
}

@media (max-width: 600px) {
  .banner__no_02 img {
    margin-bottom: 1rem;
  }
}

.banner__no_02 .banner__front_text h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 600px) {
  .banner__no_02 .banner__front_text h1 {
    line-height: 1 !important;
  }
  .service_content .font_85px{
    font-size: 23px !important;
  }
  .service_content p{
    padding-right: 11.5rem;
    margin-top: 1rem;
    font-size: 12px;
  }
}

.cards .card {
  background-color: #f5f4f2;
  border-bottom: 10px solid #ee2224;
}

.cards .card .card-img__text {
  position: relative;
  height: 150px;
}

.cards .card .card-img__text img {
  width: 110px;
  z-index: 0;
  position: absolute;
  right: 20px;
  top: 30px;
}

.cards .card .card-body {
  z-index: 1;
}

.cards .card .card-body h3 {
  font-size: 60px;
  margin-top: -50px;
  color: black;
}

.cards .card {
  border-bottom: 10px solid #ee2224;
}

.battery_special__car form input {
  background: #f2f2f2 !important;
  border-radius: 30px;
}

.battery_special__car form input:active {
  background-color: #f2f2f2;
}

footer {
  background-color: #0d0c0c;
}

@media (max-width: 1200px) {
  .cards .card .card-body h3 {
    font-size: 48px;
  }
}

.Car__Models_logo-sec .row {
  grid-gap: 6px;
}

.Car__Models_logo-sec .row .car-logo {
  width: 100px;
  padding: 3px;
}

.btn {
  font-size: 1.4rem;
}

.bg-black {
  background-color: #000000;
}

.card-produts-section {
  /* margin-top: -16rem; */
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .card-produts-section {
    margin-top: 0;
  }
}

.card-produts-section .card__mean {
  background-color: #f5f4f2;
  -webkit-box-shadow: -1px 3px 5px 0px #00000021;
          box-shadow: -1px 3px 5px 0px #00000021;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-produts-section .card__mean:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-produts-section .card__mean .card__mean_img {
  margin-top: -100px;
}

.card-produts-section .card__mean .card__mean_body h1 {
  font-weight: 900;
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.card-produts-section .card__mean .card__mean_body p {
  font-size: 14px;
}

.card-produts-section .card__mean .card__mean_body h2 {
  font-size: 28px;
  font-weight: bold;
  color: #ffc61a;
}

.card-produts-section .card__mean .card__mean_body .btn {
  background-color: #ffc61a;
}

.card-produts-section .col-md-4:nth-child(2) .card__mean {
  background-color: #e4280f;
}

.card-produts-section .col-md-4:nth-child(2) .card__mean .btn {
  background-color: #1b1b1b;
  color: white;
}

.card-produts-section .col-md-4:nth-child(5) .card__mean {
  background-color: #e4280f;
}

.card-produts-section .col-md-4:nth-child(5) .card__mean .btn {
  background-color: #1b1b1b;
  color: white;
}

.form-page {
  height: auto;
}

.form-page .form-page__img_back {
  height: 700px;
}

.form-page .form-page__img_back img {
  height: 100%;
  width: 100%;
}

.form-page .form-page__form-page {
  padding: 120px 0px;
}

.form-page .form-page__form-page form label {
  color: #e4280f;
}

.form-page .form-page__form-page form input,
.form-page .form-page__form-page form textarea {
  max-width: 400px;
  min-width: 200px;
  background-color: #e6e6e6;
  border: none;
  border-radius: 2px;
}

.service_page {
  height: 200px;
}

.service_page img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  background-image: url(../img/service.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

footer ul li a i {
  color: #ffc61a;
}

.banner__modal img {
  width: 100%;
}

.services h3 {
  line-height: 1;
}

.services > [class^="col-"] {
  margin-bottom: 2rem;
}

.bg-gray {
  background-color: #e8e8e8;
}
.SERVICES h3{
  margin-bottom: 2rem;
}
.img-h-w__100 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=style.css.map */


.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  margin: auto;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card h1{
  font-weight: 900;
  font-size: 20px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #f5f4f2;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #e4280f;
  color: white;
  transform: rotateY(180deg);
}
.bg-red + .flip-card-back{
  background-color: #f5f4f2;
  color: #000;
}
.heading {
  text-align: center;
  color: red;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  z-index: 999;
}
.bg-red{
  background-color: #e4280f;
}
.heading:after {
  content: ' ';
  position: absolute;
  top:64px;
  left: 50%;
  height: 1px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: #fac60d;
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  /* background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg); */
  padding-top: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
/* .testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
} */
.testimonial4_slide p {
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:0;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.float{
	position:fixed;
	width:80px;
	height:80px;
	bottom:100px;
	right:10px;
  z-index:100;
}

.float-whatsapp{
   	position:fixed;
	width:80px;
	height:80px;
	bottom:30px;
	right:10px;
  z-index:100; 
}

.my-float{
	margin-top:16px;
}
/* ------testimonial  close-------*/