@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.row {
  --bs-gutter-x: 0.5rem;
}
.test22{
    display:none;
}
.w-30{
  width: 30%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 80%;
}
.w-90{
  width: 90%;
}
#hi{
    margin-top:3rem;
}
#kit222{
    display:none !important;
}
.active{
    color: #b91c39 !important;
   
}
.active::after{
     border-bottom: 1.5px solid #b91c38 !important;
}
.copy a{
    color:#ff8989;
    font-weight:500;
    text-decoration:none;
}
.pppp{
    overflow:hidden;
}
.mail{
  display: block;
}
.test1 li a:hover{
    color:#ffffff;
}
.test2 li a,.test3 li a{
transition: all.3s;
}
.test2 li a:hover,.test3 li a:hover{
  color:#ff8989;
}
/* navbar */
.link2{
  padding: 7px 15px !important;
}
.logo img {
    width: 75px;
    height: 75px;
    margin-left: 5rem;
    padding: 5px;
}

.logo {
  display: flex;
  align-items: center;
}
.mail ul {
  display: flex;
  gap: 2rem;
  margin-right: 5rem;
  float: right;
  margin-top: 15px;
}
.mail ul li{
  list-style: none;
  color: white;
}
.mail ul li a {
    text-decoration: none;
    font-family: 'circular';
    font-size: 16px;
}
.test1 li,.test2 li{
  border-right: 1px solid white;
  padding-right: 2rem;
  letter-spacing: 1px;
}
.mail{
  background: linear-gradient(
    135deg, #ffffff 10%,black 0);
}
.mail ul {
    margin: 5px 80px 5px 0;
}
#navbar{
  background-color: #ffffff;
}
.test1,.test2,.test3{
  display: flex;
  gap: 0.5rem;
}
.nav-link{
  transition: all.5s;
  font-family: 'circular';
}
.nav-link:hover{
  color: #b91c39;
}
.test1 span,.test2 span,.test3 span{
  color: white;
  margin-top: 5px;
}
.navbar-nav{
  margin-left: auto;
  margin-right: 5rem;
  gap: 2rem;
  padding-top: 5px;
}
.nav-link{
  color: rgb(0, 0, 0);
   font-family: 'circular';
  /* font-weight: 600; */
  letter-spacing: 1px;
  
}
.link1 {
  position: relative;
  font-size: 17.5px;
}
.link1::after{
  position: absolute;
  content: "";
  border-bottom: 0px solid #b91c38;
  background-size: contain;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 40px;
  transition: all.2s;
}
.nav-link:hover::after {
    border-bottom: 1.5px solid #b91c38;
}
.nav-item span a{
  padding: 7px 15px;
  border: 1px solid #b91c38;
  border-radius: 35px;
  background-color: #b91c38;
  color: #ffffff;
}
.nav-item span a:hover{
  color: rgb(0, 0, 0);
  background-color: #ffffff;
}
#navbar {
  position: fixed;
  width: 100%;
  box-shadow: 2px -3px 2px 2px;
  top: 0;
  z-index: 9;
}
/* Menu Toggler */
#menuToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0px;
  left: 10px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  outline: none;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

#menuToggle input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 5px 0px;
      -ms-transform-origin: 5px 0px;
          transform-origin: 5px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(-3px, -1px);
      -ms-transform: rotate(-45deg) translate(-3px, -1px);
          transform: rotate(-45deg) translate(-3px, -1px);
  background: rgb(7, 7, 7);
}

#menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-4px, -2px);
      -ms-transform: rotate(45deg) translate(-4px, -2px);
          transform: rotate(45deg) translate(-4px, -2px);
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(-3px, -1px);
      -ms-transform: rotate(45deg) translate(-3px, -1px);
          transform: rotate(45deg) translate(-3px, -1px);
}

/* end menu toggler */
/* slider */
#slider {
    overflow: hidden;
    margin-top: 6.2rem;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 24%;
  height: 2px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  color:red
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide{
  position: relative;
}
.slide-txt1{
  position: absolute;
  top: 7rem;
  left: 2rem;
}
.slide-txt1 h1{
  color: rgb(0, 0, 0);
  font-weight: 900;
 float: left;
 margin-top: 2rem;
}
.slide-txt1 h2 {
  font-size: 4.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-right: .08em solid rgb(255, 255, 255);
  width: 0;
  animation: typing 3s steps(18, end) forwards;
  animation-iteration-count: infinite;
  color: rgb(255 255 255);
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px;
  text-shadow: rgb(0 0 0) 2px 5px 3px;
  font-family: 'circular';
  background-color: #0000008f;
}
@keyframes typing {
  0% { width: 0 }
  33% { width: 100% }
  100% { width: 0% }
}
.hd span{
  color: rgb(255, 255, 255);
  text-shadow: blueviolet 3px 3px 0px;
  font-weight: 900;
  font-size: 50px;
}
.swiper-slide-active .slide-txt1 h1{
  animation: fadeInUpBig 3s;
}
@-webkit-keyframes fadeInUpBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUpBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
  
.slide-txt2 {
    position: absolute;
    top: 14rem;
    left: 3rem;
}
.slide-txt2 h1 {
  color: rgb(2 82 176);
  font-weight: 700;
  text-shadow: rgb(234 244 255) 0px 2px 0px;
  position: relative;
  padding: 5px 10px;
  background-color: #000000c9;
  display: inline-block;
  font-family: 'circular';
}
.slide-txt2 h2{
  color: rgb(179, 0, 0);
  font-family: 'circular';
  font-weight: 700;
  margin-top: 1rem;
  text-shadow: white 0px 2px 0px;
}
.swiper-slide-active .slide-txt2 h2{
  animation:fadeInRight 3s ;
}
@-webkit-keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
.slide-txt2 b{
  color: white;
  text-shadow: black -3px 1px 0px;
}
.slide-txt2 img {
  height: 50px;
  width: 150px;
  margin-left: 6rem;
}
 .slide-txt2 h1::after{
   position: absolute;
   content: "";
   border-top: 2px solid white;
   background-size: contain;
   top: 0px;
   left: 0px;
   width: 100%;
 }
 .slide-txt2 span {
  font-weight: 900;
  letter-spacing: 1px;
  color: white;
  text-shadow: rgb(3 75 177) -3px 1px 0px;
}
 .swiper-slide-active .slide-txt2 img{
  animation: fadeOutRightBig 4s;
 }
 @-webkit-keyframes fadeOutRightBig {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  }
  }
  @keyframes fadeOutRightBig {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 1;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(320px, 0, 0);
  }
  }
  .slide-txt3{
    position: absolute;
    top: 4rem;
    right: 17rem;
  }
  .slide-txt3 h1 {
    color: white;
    font-weight: 800;
    text-shadow: black 3px 3px 3px;
    font-size: 60px;
    font-family: 'circular';
    background-color: #000000b0;
    padding: 5px 10px;
    box-shadow: 1px 0px 6px 1px;
}
  .swiper-slide-active .slide-txt3 h1{
    animation:lightSpeedIn 3s ;
  }
  @-webkit-keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    }
    60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
    }
    80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
    }
    100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    }
    }
    @keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    }
    60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
    }
    80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
    }
    100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    }
    } 
    .slide-txt3 h2{
      color: white;
      text-shadow: black 3px 3px 3px;
    }
    .swiper-slide-active .slide-txt3 h2{
      animation: fadeInLeft 3s ;
    }
    @-webkit-keyframes fadeInLeft {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
      }
      @keyframes fadeInLeft {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
      } 
      #slider{
        cursor: pointer;
      }
      .inner-grid img{
        width: 100%;
        margin-right: 20px;
        height: 300px;
        object-fit: cover;
        gap: 1rem
        ;
      }
     
      /* headline */
      #headline{
        margin-top: 4rem;
      }
      .inner-headline{
        text-align: center;
      }
      .inner-headline h1{
           font-family: 'circular';
        letter-spacing: 1px;
        margin-bottom: 2rem;
        position: relative;
        font-weight: 200;
      }
 .inner-headline p {
    font-family: 'circular';
    letter-spacing: 0.5px;
    color: #000000;
    padding-bottom: 3rem;
    line-height: 26px;
    font-size: 17px;
    width: 977px;
    margin: auto;
}
      .inner-headline a{
           font-family: 'circular';
        letter-spacing: 0.5px;
        transition: all.3s;
        color: #000000;
      }
      .inner-headline a:hover{
        color: #b91c38;
      }
      .inner-headline a:hover{
        transform: scale(1.1);
      }
      /* product */
      #product{
        margin-top: 4rem;
      }
     .right-product img {
    width: 100%;
    height: 539px;
    margin-top: 0rem;
    z-index: 9999;
    object-fit: cover;
}
      .product-head h1{
         font-family: 'circular';
        font-weight: 700;
        letter-spacing: 2px;
        color: #000000;
        text-align: center;
        margin-bottom: 5rem;
      }
      .left-product h6{
        font-family: 'circular';
        letter-spacing: 1px;
        color: #ffffff;
        margin-bottom: 2rem;
        margin-top: 3rem;
      }
    .left-product h2 {
    font-family: 'circular';
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 2rem;
    text-shadow: black 1px 2px 0px;
    width: 96%;
    line-height: 39px;
}
    .inner-product{
      background-color: #a10000;
    }
    .left-product{
      padding-left: 3rem;
    }
    .inner-left-producr span{
      font-size: 2rem;
      color:#ffffff;
      margin-bottom: 15px;
    }
    .inner-left-producr:hover span{
      animation: mymove5 5s infinite;
    }
    @keyframes mymove5 {
      0%   {transform: rotate(15deg);}
      25%  {transform: rotate(-15deg);}
      75%  {transform: rotate(15deg);}
      100% {transform: rotate(-15deg);}

    }
    .inner-left-producr p{
      font-family: 'circular';
      letter-spacing: 1px;
      color: white;
    }
    .inner-left-producr{
      padding: 10px;
     transition: all.3s;
    margin-bottom: 0.5rem;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    cursor: pointer;
    margin-left: 1rem;
    }
    .inner-left-producr img{
      width: 50px;
    }
    .inner-left-producr:hover{
      box-shadow: black 1px 2px 4px 1px;
    }
    /* battery */
    .inner-battery h1 {
      color: white;
      font-family: 'circular';
      font-size: 30px;
      text-align: center;
      margin-bottom: 1rem;
      letter-spacing: 1px;
      line-height: 52px;
      position: relative;
      z-index: 8;
      font-weight: 200;
  }
    .left-battery h1,.right-battery h1{
      font-family: 'Poppins';
      font-weight: 800;
      letter-spacing: 2px;
      word-spacing: 5px;
      color: white;
      font-size: 50px;
    }
    .left-battery h3,.right-battery h3{
      color: green;
      font-family: 'Poppins';
      font-weight: 700;
      letter-spacing: 1px;
      margin: 1rem 0;
    }  
    .left-battery p,.right-battery p{
      font-family: 'Poppins';
      letter-spacing: 1px;
      line-break: anywhere;
      color: white;
      width: 425px;
    }
    #gallery,#batt,#gallery1 {
      padding-bottom: 3rem;
    }
    #battery{
    margin-top: 0rem;
    padding: 0rem 0 0rem 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    }
/*   #battery::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: black url(../images/batt.png);*/
/*    background-color: rgb(0 0 0 / 0%);*/
/*    background-blend-mode: color-burn;*/
/*    background-size: contain;*/
/*    top: 0rem;*/
/*    left: -3rem;*/
/*    height: 90%;*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*    #battery::before {*/
/*      position: absolute;*/
/*      content: "";*/
/*      background: black url(../images/batt.png);*/
/*      background-color: rgb(0 0 0 / 0%);*/
/*      background-blend-mode: color-burn;*/
/*      background-size: contain;*/
/*      top: 0rem;*/
/*      right: -66rem;*/
/*      height: 100%;*/
/*      width: 100%;*/
/*      z-index: 2;*/
/*      background-repeat: no-repeat;*/
/*  }*/
    .inner-left img{
      width: 100%;
      height: 339px;
      object-fit: cover;
    }
    .inner-right h1{
      font-family: 'circular';
      font-size: 37px;
      font-weight: 500;
      color: rgb(0, 0, 0);
      margin-bottom: 1rem;
    }
    .inner-right b{
      color: rgb(185 28 56);
      font-weight: 300;
    }
    .inner-right p{
      font-family: 'circular';
      letter-spacing: 1px;
      line-height: 25px;
      margin-bottom: 2rem !important;
    }
    .inner-right a {
    text-decoration: none;
    background-color: rgb(185 28 56);
    padding: 10px 20px;
    border-radius: 35px;
    color: white;
    transition: all.3s;
    font-family: 'circular';
    border: 1px solid #b91c38;
}
    .inner-right a:hover {
    background-color: rgb(75 0 0 / 0%);
    color: black;
}
    .inner{
      background-color: white;
      margin-top: 2rem;
      box-shadow: 5px 4px 8px -5px;
      overflow: hidden;
      z-index: 2;
      position: relative
    }

/* gallery */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} */

/* .gallery,.immm {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 8px;
} */

.gallery img {
  width: 100%;
}
.inner-gallery h6{
  text-align: center;
    font-family: 'circular';
    color: #b91c38;
    font-weight: 700;
    letter-spacing: 1px;
}
.inner-gallery h1 {
    font-family: 'circular';
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 3rem 0 3rem 0;
    color: #525252;
    font-size: 30px;
}
.inner-gallery22 h1 {
    margin: 0rem 0 3rem 0;
}
.immm img {
  width: 100%;
  box-shadow: 0px 0px 5px 0px;
  height: auto;
  transition: all.3s;
  
}
.immm a::after{
  position: absolute;
  content: "";
  background-color: rgb(0 0 0 / 62%);
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100vh;
  width: 0%;
  z-index: 2;
  transition: all.3s;
}
.immm a:hover::after{
  position: absolute;
  width: 100%;
  right: 0rem;
  top: 0rem;
}
.immm a{
  transition: all.8s;
  position: relative;
}
.immm{
  position: relative;
}
.vw h4{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 60px;
color: rgb(255, 255, 255);
opacity: 0;
transition: all.3s;
}
.immm:hover .vw h4{
opacity: 1;
}
.vw:hover .immm::after{
  width: 100%;
  height: 100%;
}
.immm{
  overflow: hidden;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 36px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  bottom: 36rem;
    left: 5rem;
}
/* footer */
#footer {
    margin-top: 0rem;
    background-color: black;
}
.foot-head h6{
  text-align: center;
  letter-spacing: 1px;
  font-family: 'circular';
  font-weight: 600;
  padding: 2rem 0 1rem 0;
    color: white;
    margin: 0;
}
.social-media{
  justify-content: center;
  display: flex;
  gap: 1rem;
}
.social-media span{
  font-size: 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  color: white;
  transition: all.3s;
  cursor: pointer;
}
.social-media span:hover{
  color: #b91c38;
  background-color: white;
}
.fa-google{
  padding: 7px 7px !important;
}
.fa-instagram{
  padding: 7px 8px;
}
.fa-linkedin {
  padding: 6px 8px;
}
.fa-twitter {
  padding: 7px 7px;
}
.fa-facebook{
  padding: 8px 11px;
}
.logo-text img{
  height: 100px;
    width: 100px;
}
.logo-text p{
  color: white;
  letter-spacing: 2px;
  font-family: 'circular';
  font-weight: 100;
  font-size: 15px;
  line-height: 21px;
  margin-top: 2rem;
  width: 488px;
}
.hd h1{
  font-size: 23px;
  color: white;
  /*text-align: center;*/
  margin-right: 57px;
  font-family: 'circular';
}
.quick-link ul li,.our-prdt ul li,.connect ul li{
  color: white;
  list-style: none;
  font-family: 'circular';
  font-weight: 100;
  margin-bottom: 1rem;
  transition: all.3s;
  cursor: pointer;
 
}
.quick-link ul a,.our-prdt ul  a,.connect ul  a{
  text-decoration: none;
}
.quick-link ul li:hover ,.our-prdt ul li:hover{
  color: #b91c38;
  letter-spacing: 2px;
  font-weight: 300;
}
.connect ul li:hover{
  color: #b91c38;
  font-weight: 300;
}
.copy p{
  text-align: center;
  color: white;
  font-family: 'circular';
  letter-spacing: 2px;
  margin-bottom: 0px;
  padding-bottom: 1rem;
}
.inner-right{
  position: relative;
}
.inner-right h5{
  font-size: 14px;
    margin-left: 10px;
    font-family: 'circular';
    letter-spacing: 1px;
    margin-top: 2rem;
    color: rgb(151, 0, 0);
}
#footer{
  position: relative;
}
#header img {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    position: fixed;
    padding: 5px;
    background-color: green;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    z-index: 9999999;
    transition: all.5s;
    cursor: pointer;
}
#header img:hover{
  transform: rotate(360deg);
}
/*---------------------------------------------- Gallery.html -------------------------------------------------------------------------*/
#gallery1{
  margin-top: 2rem;
}
.immm {
    overflow: hidden;
    transition: all.5s;
    margin-bottom: 0;
}
.titl {
    margin-bottom: 8px;
    background-color: #b31b36;
    padding: 13px 8px;
    text-align: center;
}
.titl h4 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}
#item-head{
  margin-top: 5rem;
  position: relative;
  height: 220px;
  width: 100%;
  background-color: rgb(94 0 17 / 0.95);
  overflow: hidden;
}
.item-head-tv {
    background-image: url(../images/tvr.jpg);
    
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-head-ws{
        background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/wsh.jpg);
}
.item-head-ac{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/accr.jpg);
}
.item-head-gl{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Gallery.png);
}
.item-head-con{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Contact.png);
}
.item-head-abt{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/About.png);
}
.item-head-pr{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Produc.png);
}
.item-head-bttr{
        background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/btr.jpg);
}
.inner-head .ul{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-5%);
}
.inner-head .ul ul{
  display: flex;
  gap: 10px;
  position: relative;
  justify-content: center;
}
.inner-head .ul ul::after{
  position: absolute;
  content: "";
  
  background-size: contain;
  top: -1rem;
  left: 1rem;
  bottom: -1rem;
  width: 100%;
}
.inner-head .ul ul li {
  color: white;
  font-weight: 200;
  font-size: 16px;
  list-style: none;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
  font-family: 'circular';
}
.ul h1{
  color: white;
    text-align: center;
    margin-left: 31px;
    font-family: 'circular';
    font-size: 30px;
    position: relative;
}
.ul h1::after{
  position: absolute;
  content: "";
  border-bottom: 2px solid #f89820;
  background-size: contain;
  width: 50%;
  top: 115%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ul ul span{
  color: white;
  font-size: 18px;
  margin-top: 4px;
}
#item-head{
  position: relative;
  margin-bottom: 0rem;
}
#item-head::after {
  position: absolute;
  content: "";
  background-image: url(../images/pngwing.com\ \(12\).png);
  background-size: contain;
  width: 100%;
  height: 943px;
  top: -28rem;
  left: 44rem;
  z-index: -1;
  background-repeat: no-repeat;
}
#item-head::before {
  position: absolute;
  content: "";
  background-image: url(../images/pngwing.com\ \(12\).png);
  background-size: contain;
  width: 100%;
  height: 943px;
  top: -15rem;
  right: 46rem;
  z-index: -1;
  transform: rotate(
187deg);
  background-repeat: no-repeat;
}
.ul ul a{
  text-decoration: none;
}

/* ---------------------------------------------------------------about.html---------------------------------------------------------- */
.inner-abt{
  width: 700px;
  margin: auto;
  position: relative;
  top: 3rem;
}
.inner-abt span{
  position: absolute;
  top: -2rem;
  left: -4rem;
  font-size: 40px;
  color: rgb(185 27 56);
}
.inner-abt p {
    font-family: 'circular';
    color: black;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 17px;
}
#about{
  margin: 4rem 0 8rem 0;
}
#leader{
    padding: 2rem 0;
    position:relative;
}
#leader::after {
    position: absolute;
    content: "";
    background-image: url(../images/a1.png);
    background-size: contain;
    height: 135%;
    width: 116%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.abb{
    
}
.left-img img {
    width: 333px;
    height: 333px;
    border-radius: 50%;
    box-shadow: 0px 2px 7px 0px;
}
.right-text h2 {
   font-family: 'circular';
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 22px;
  color: #b91b38;
}
.right-text h6{
   font-family: 'circular';
    font-weight: 300;
    color: #5e5e5e;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.left-img{
        width: 78%;
        margin: auto;
}
.cntc{
  display: grid;
  margin-bottom: 20px;
}
.cntc span {
  font-family: 'circular';
  font-weight: 700;
  letter-spacing: 1px;
  color: #717171;
}
.right-text p {
    color: black;
    font-family: 'circular';
    letter-spacing: 1px;
    line-height: 23px;
    width: 81%;
    font-size: 16px;
}
.twt span{
  font-size: 17px;
  background-color: gray;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all.3s;
}
.twt span:hover{
  color: rgb(151, 0, 0);
}
.fa-facebook{
  padding: 7px 11px;
}
.fa-twitter{
  padding: 6.7px;
}
.fa-linkedin{
  padding: 7px;
}
.twt{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
/* testimonial */
.testimonial-head h1{
  text-align: center;
  margin-bottom: 4rem;
 
}
.review-img img{
  height: 83px;
  width: 83px;
  border-radius: 50%;
  margin: 0px !important;
}
.review-img{
  display: flex;
  gap: 2rem;
 
}
.review{
  padding: 37px;
  background-color: #b91c39;
}
.review-text p{
  font-family: 'Poppins';
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 23px;
}
.review-details h4{
  color: white;
    letter-spacing: 1px;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
}
.review-details span{
  color: white;
  font-family: 'Poppins';
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 200;
}



#customers-testimonials .item {
  margin-bottom:80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 83px;
  margin: 0 auto 1px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.testimonials{
  background-color: black !important;
  padding-top: 2rem;
  position: relative;
}
/* .testimonials::after{
  position: absolute;
  content: "";
  background-image: url(../images/fffff.png);
  background-size: contain;
  height: 200px;
  width: 200px;
  bottom: -1.5rem;
  right: 0;
  background-repeat: no-repeat;
  animation: mymove 5s infinite;
}
@keyframes mymove {
  0%   {transform: rotate(0deg);}
  25%  {transform: rotate(-10deg);}
  75%  {transform: rotate(10deg);}
  100% {transform: rotate(-10deg);}
} */
.testimonials h1 {
  text-align: center;
  font-weight: 200;
  color: white;
  margin-bottom: 2rem;
  font-family: 'circular';
  font-size: 33px;
  line-height: 50px;
}
/* -----------------------------------------------------------contact.html------------------------------------------------------------- */
.add-lg,.cnt-lg,.ml-lg{
  display: flex;
  gap: 10px;
}
.tp{
  color: gray !important ;
}
.form-control {
  line-height: 1.8;
  color: rgb(0 0 0) !important;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-color: #8080808a;
}
.form-control:focus {
  color: #6e6e6e;
  background-color: #fff !important;
  border-color: #6b0032 !important;
  outline:1px solid red !important;
  box-shadow: none;
  border: none !important;
}
.form-control option {
    background-color: #ffffff !important;
    display: block;
}
.cnt-lg{
  margin-left: 0rem;
}
.add-lg span,.cnt-lg span ,.ml-lg span{
  margin: 5px;
  color: rgb(0, 0, 0);
}
.iiner-dtls {
  background-image: linear-gradient(
    135deg, #29323C 0%, #485563 100%);
  padding: 2rem 1rem 1rem 0rem;
  border-radius: 10px;
  border: 1px solid white;
  margin: 2rem 4rem;
  position: absolute;
  left: 0rem;
  bottom: -16rem;
  z-index: 8;
}
.cntc{
  position: relative;
}
.add-lg p, .cnt-lg p, .ml-lg p {
  color: white;
  font-family: "poppins";
  letter-spacing: 2px;
  line-height: 20px;
  font-size: 14px;
}

.scl {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.left-form h1 {
  font-family: 'circular';
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 28px;
  margin-bottom: 1.5rem;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 4px;
}
.left-form p {
    font-family: 'circular';
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    width: 307px;
}
.name-f input, .mail-f input, .msg-f textarea,.mail-f select {
    width: 98%;
    margin-bottom: 1.5rem;
    padding: 5px;
    font-size: 13px;
    font-weight: 100;
        border: 1px solid #80808082;
            height: 40px;
}
.msg-f textarea{
  height: 114px;
  font-size: 13px;
    font-weight: 100;
}
.name-f input, .mail-f input {
    height: 40px;
    font-size: 13px;
    font-weight: 100;
        border: 1px solid #80808082;
}
.name-f input:focus,.mail-f input:focus,.msg-f textarea:focus{
  outline: none;
  border-color: #b91b38;
  border: 1px solid #b91b38;
}
.hh h1 {
    font-weight: 300;
       font-family: 'circular';
    font-size: 28px;
    margin: 0rem 0 2rem 0;
    color: black;
    border-bottom: 1px solid black;
    display: inline-block;
    padding-bottom: 9px;
    letter-spacing: 1px;
}
.left-form{
    padding-top:37px;
}
#form{
  background-color: rgb(0, 0, 0);
  padding: 10rem 0 5rem 0;
  position: relative;
}
.btn a {
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 24px;
    background-color: #b80626;
    color: white;
    border-radius: 30px;
    transition: all.3s;
    border: 1px solid #b80626;
        font-family: 'circular';
}
.btn a:hover {
    background-color: white;
    color: black;
}
label {
    letter-spacing: 1px;
    color: gray;
    margin-bottom: 0.5rem;
    font-family: "poppins";
    font-weight: 300 !important;
}
.btn span{
  margin-top: 2rem !important;
  margin-bottom: 5rem;
}
.inner-form {
    margin-top: 4rem;
}
.right-form{
   box-shadow: #80808036 1px 1px 3px 2px;
    padding:37px;
}
#cntc-dtls {
  margin: 2rem 0 0rem 0;
  background-color: #d3d3d333;
  padding: 6rem 0 16rem 0;
}
.gm-style .place-card-large {
  padding: 20px 4px 9px 11px !important;
}
.inner-map{
  padding: 0;
  height: 300px;
}
#footer1{
  margin-top: 0rem;
}
#footer1{
  background-color: black;
  overflow: hidden;
}
/* -------------------------------------------------------product------------------------------------------------------------------- */
.weightz {
    top: 98%;
    left: 69%;
    transform: translate(-6%,-10%);
}
.weightz span {
    font-size: 30px;
    font-weight: 900;
    color: #ededed;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
    -webkit-text-fill-color: unset;
}
.pdct-type-img img{
  width: 100%;
  height: 200px;
  transition: all.95s;
}
.pdct-type-img{
  overflow: hidden;
}
.pdct-type:hover img{
  transform: scale(1.2);
}
#pdct{
  background-color: #efefefab;
  padding: 5rem 0;
}
.pdct-type-text a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: 'circular';
  font-size: 13px;
  padding: 7px 10px;
  background-color: #830017;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  transition: all.5s;
  z-index: 2;
  margin: 1rem 0;
  position: absolute;
  bottom: -5rem;
  width: 96%;
}
.hv1{
    display:none;
}
.pdct-type-text a:hover{
  background-color: #0d7f40;
  color: white;
}
.pdct-type:hover a{
bottom: 0rem;
 
}
.pdct-type:hover{
  box-shadow: black 0px 0px 11px -6px;
}
.pdct-type{
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  position: relative;

}
/* .pdct-type::after{
  position: absolute;
  content:"";
  background-color: #810000db;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 0%;
  width: 0%;
  z-index: 1;
  transition: all.3s;
  border-radius: 3px;
} */
.pdct-type:hover::after{
  height: 100%;
  width: 100%;
 
}
.pdct-type-text {
  padding: 0 5px 64px 5px;
  box-shadow: white 0px -20px 25px 20px;
  position: relative;
  background-color: white;
  /* top: -10px; */
}
.pdct-type-text p {
  font-family: 'circular';
  font-size: 13px;
  color: #9b9b9b;
  letter-spacing: 1px;
  color: black;
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 0rem;
}
.pdct-type-text h5 {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: rgb(185 28 56);
  letter-spacing: .7px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'circular';
}
/* ----------------------------------------------------------dealer.html----------------------------------------------------------- */
.enqry-name,.mob-no,.ml-id,.ct,.enqry-msg{
  display: grid;
  margin-bottom: 2rem;
}
.enqry-name label,.mob-no label,.ml-id label,.ct label,.enqry-msg label{
margin-bottom: 10px;
color: rgb(124 124 124);
letter-spacing: 1px;
font-family: "poppins";
font-weight: 300 !important;
color: #000;
}
.enquiry-hd h1{
  text-align: center;
  font-weight: 300;
  font-family: "poppins";
  font-size: 25px;
  margin: 2rem 0 1rem 0;
  color: gray;
}
.enquiry-hd p {
  text-align: center;
  margin: 1rem 0 2rem 0;
  font-family: 'Poppins';
  font-size: 14px;
  letter-spacing: 0.5px;
}
.enquiry-form{
  margin: 0 6rem;
}
.enqry-name input,.mob-no input,.ml-id input,.ct input{
  height: 45px;
  padding-left: 10px;
  border: 1px solid #c0c0c0;
      font-size: 13px;
}
.enqry-msg textarea{
  height: 85px;
  padding-left: 10px;
  border: 1px solid #c0c0c0;
      font-size: 13px;
}
.enqry-name input:focus,.mob-no input:focus,.ml-id input:focus,.ct input:focus,.enqry-msg textarea:focus{
  outline: none;
  border: 1px solid;
  border-color: red;
}
.enquiry-form{
  padding: 2rem;
  background-color: #ececec;
  border-top: 3px solid #b91c39;
  margin-bottom: 3rem;
}
.btnnn a{
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 25px;
  background-color: #b91c39;
  color: white;
  transition: all.5s;
  border-radius: 30px;
  border: 1px solid #b91c39;
}
.btnnn a:hover {
    background-color: white;
    color: #000000;
}
.btnnn{
 text-align: center;
 margin-top: 4rem;
}
.th img {
    margin-left: 0;
    height: 36px;
    width: 156px;
    object-fit: cover;
}
.th h5 {
    font-size: 8px;
    color: green;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-left: 11px;
    margin: 0%;
}
.inner-cycle{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;  
  align-items: center;
}
.left-text, .right-image {
  width: 47%;
}
.right-image img{
  width: 100%;
}
table td {
  width: 320px;
  padding: 0 0 0 24px;
  font-size: 17px;
  letter-spacing: 1px;
  font-family: 'circular';
}
.sp h4 {
 font-size: 27px;
 color: white;
 font-family: 'circular';
 letter-spacing: 2px;
} 
.sp a {
    text-decoration: none;
    font-size: 16px;
    padding: 0px 22px 0px 22px;
    border: 1px solid white;
    transition:all.3s;
    line-height: 30px;
    border-radius: 30px;
    font-family: 'circular';
     color:black;
     background-color:white;
}
.sp a:hover{
    color: white;
    background-color:transparent;
}
.sp {
    display: flex;
    padding: 0 1rem;
    justify-content: space-between;
    background-color: #b91c38;
    padding: 9px 15px;
    align-items: center;
}
.left-text{
  box-shadow: #00000059 0px 5px 4px 0px;
}
.inner-batt{
text-align: center;
}
.left-batt,.right-batt{
  width: 49%;
margin: auto;
}
.left-batt img{
  width: 100%;
}
.right-batt p{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.main-kit {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  gap: 1rem;
  margin: auto;
}
.sub-dt{
  width: 48%;
}
.type img {
  height: 20px;
  width: 20px !important;
  box-shadow: none !important;
}
.type{
  display: flex;
  grid-template: 10px;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}
.inner-kit{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
}
.left-kit{
  width: 29%;
}
.right-lit{
width: 68%;
}
.right-lit img {
  width: 100%;

  box-shadow: grey 0px 0px 3px 0px;
}
.kit-img img{
  height: 400px;
}
.left-kit ul{
  position: sticky;
  top: 150px !important;
  padding: 0px;
}
#kit2,#kit3,#kit4,#kit5{
  display: none;
}
.left-kit ul li {
    list-style: none;
    padding: 15px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.5px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'circular';
    justify-content: space-between;
    display: flex;
}
.type h5{
  font-family: 'circular';
  font-size: 16px;
      line-break: anywhere;
}
.left-kit ul {
  background-color: #ff634726;
  box-shadow: grey 0px 0px 3px 0px;
}
#bt1{
  background-color: rgb(185 28 56);
  color: white;
}
#kit{
  padding: 3rem 0;
}
.dt-hd h1 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: white;
    font-family: 'circular';
}
.dt-hd h6 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'circular';
    color: white;
}
.kit-img{
  width: 85%;
  margin: auto;
}
.hdd {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #8080804f;
    align-items: center;
    background-color: #b91c38;
    margin-top:2.5rem;
}
.kit-dtls{
        box-shadow: grey 1px 1px 4px 0px;
    width: 85%;
    margin: auto;
}
.hdd a {
    padding: 3px 8px 3px 8px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all.3s;
    font-family: 'circular';
    background-color: white;
}
.hdd a:hover{
  color: white;
  background-color: #b91c38;
}
.kn-mr a{
  font-family: 'circular';
  letter-spacing: 0.55px;
  padding: 12px 23px;
  border: 1px solid red;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all.3s;
}
.kn-mr a:hover{
  background-color: #b91c38;
  color: white;
}

.lb-nav a.lb-prev {
  opacity: 1 !important;
}
.lb-nav a.lb-next {
  opacity: 1 !important;
}
.right-image1{
  display: none;
}
.q-bt a{
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  padding: 8px 20px;
  border: 1px solid white;
  border-radius: 30px;
  transition: all.3s;
  z-index: 5;
}
.q-bt a:hover {
  background-color: #b91c38;
  border: 1px solid #b91c38;
  color: white;
}
.q-bt{
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
#kit11{
  display: block;
}
.t1,.t2,.t3,.t4,.t5{
    display:none;
}
#lightbox{
    position:fixed;
    top:55% !important;
    left:50% !important;
    transform:translate(-50%,-50%);
}


/* product--------------------------start */
.inch h1 {
    font-size: 60px;
    font-weight: 900;
    color: #ededed;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
    /* writing-mode: vertical-lr; */
}
.inch {
    top: 47%;
    left: 25%;
    transform: translate(-50%,0%);
}
.dds{
  width: 15px;
  margin-left: 9px;
}
.rg-pd-hd h3 {
    font-weight: 500;
    letter-spacing: 2px;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 31px;
}
.rg-pd-hd span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 300;
    /* font-family: 'circular'; */
}
.tv-dtz {
    left: 0;
    top: 0 !important;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #000000ba 42%, transparent);
    border-radius: 10px;
}
.odx {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(-5%,-50%);
    width: 53%;
}
/* .prd-l {
    background-color: #e7eaf0;
    height: 100%;
    padding: 1.5rem 0.5rem;
} */
.lf-pd-img img {
    border-radius: 10px;
}
.prd-l{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* .prd-l::after {
    position: absolute;
    content: "";
    background-image: url(../images/tv/water.png);
    background-size: cover;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    filter: none;
    transition: all .3s;
        opacity: 0.4;
}
.prd-l:hover::after{
  filter: drop-shadow(0px 9px 4px black);
} */
.uli li span {
    font-size: 13px;
    margin-bottom: 9px;
    font-family: sans-serif;
    letter-spacing: 0.55px;
}
.vx {
    box-shadow: black 0px 0px 10px -8px;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
    position: relative;
}
.vx11{
  height: 100%;
}
.card1 img{
  width: 70px;
}
.card-body h4{
  font-size: 23px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
.card-body span{
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #777;
}
.card1{
  text-align: center;
}
/* .vx::after{
  position: absolute;
  content: "";
  background-color: #c90505;
  background-size: contain;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
} */
hr {
    background-color: lightgray;
}
/* product--------------------------end */
.spdsw{
      font-size: 29px;
}
.prd-l{
    border-radius:10px;
}
.lf-pd-img img{
    transform:scale(1);
    transition:all 1.5s;
}
.prd-l:hover .lf-pd-img img{
    transform:scale(1.1);
}
.dds{
    transition:all .3s;
}
.prd-l:hover .dds{
    margin-left:20px;
}