* {
    padding: 0px;
    margin: 0px !important;
}

@font-face {
    font-family: 'Brown-Bold';
    src: url('/fonts/Brown-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.side-padding {padding: 50px 7%;}

body {
    font-family: 'Brown-Bold', sans-serif !important;
}

h1 {
    font-family: 'Brown-Bold', sans-serif !important;
}

h2 {
    font-family: 'Brown-Bold', sans-serif !important;
}

h3 {
    font-family: 'Brown-Bold', sans-serif !important;
}

h4 {
    font-family: 'Brown-Bold', sans-serif !important;
}

h5 {
    font-family: 'Brown-Bold', sans-serif !important;
}

h6 {
    font-family: 'Brown-Bold', sans-serif !important;
}

p {
    font-family: 'Brown-Bold', sans-serif !important;
}

a {
    font-family: 'Brown-Bold', sans-serif !important;
}

span {
    font-family: 'Brown-Bold', sans-serif !important;
}

.col-20   {width: 20% !important;
           }

.col-20 .looking-battery-box {min-height:370px !important;
                              display: flex;
                              flex-direction: column;
                               justify-content:end;}

.col-20 a           {text-decoration:none;}

@media (max-width:1100px) {
  .col-20   {width: 25% !important;}
}

@media (max-width:990px) {
  .col-20   {width:50% !important;}
}

@media (max-width:500px) {
  .col-20   {width:100% !important;}
}


/* For Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}



html {font-family: 'Brown-Bold', sans-serif !important;
    margin:0;
    padding:0;
    overflow-x:hidden;
  }

@charset "UTF-8";

.navigation {
    position: fixed;
    width: 100% !important;
    z-index: 999999;
    border-bottom: 2px solid #E68A45;
    padding: 20px;
    min-height:105px;
    background: #000000;
}

.brand {

    padding-left: 20px;

}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    margin: 0 auto;
}

nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: right !important;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav a   {color:white;
         text-decoration:none;}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #E68A45;
    color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display:flex;
    justify-content: center;
    align-items: baseline;
    position: absolute;
    top:15px;
    padding-left:50px;
    /* left: 0; */
    right:10px;
    /* background: #262626; */
    height: 70px;
    /* width: 70px; */
}

@media only screen and (max-width:666px) {

    nav {right: 0px !important;
        /* left:50px; */
         top:20px !important;}

    .navigation {
        border-bottom: 2px solid #E68A45;
        padding: 20px;
        height:200px;
        position: relative !important;
        background: #000000;
    }

 

    .nav-mobile {
        display:flex;
        justify-content: center;
        align-items: baseline;
        position: relative;
        top:15px;
        right:10px;
        /* background: #262626; */
        height: 70px;
        /* width: 70px; */
    }

    .nav-mobile {
        display:flex;
        justify-content: center;
        align-items: baseline;
        position: relative;
        top:15px;
        right:10px;
        /* background: #262626; */
        height: 70px;
        /* width: 70px; */
    }
}


    .nav-mobile {
        /* flex-direction: row-reverse; */
        gap: 20px;
        /* display: block; */
    }

    nav {
        width: 100%;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 99999;
        padding: 70px 0 15px;
    }

    nav hr  {
             width:100%;
             color:white;
             rotate: 90deg;
             opacity: 1;}
                

    .nav-mobile i   {font-size:2rem;}

    nav ul {
        width: 100%;
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
.nav-list   {margin-top:20px !important;}

@media screen and (min-width: 799px) {
    .nav-list {
        /* display: block !important; */
    }
}

#nav-toggle {
    /* position: absolute; */
    /* left: 18px;
    top: 22px; */
    cursor: pointer;
    /* padding: 10px 35px 16px 0px; */
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}



/* nav css end */



.home-header {
  position: relative;
  width: 100%;
  min-height:850px;
  height:auto;
  overflow: hidden;
}

@media (max-width:1250px) {
  .home-header {
                min-height:600px;
  }
}

@media (max-width:900px) {
  .home-header {
                min-height:500px;
  }
}

@media (max-width:600px) {
  .home-header {
                min-height:300px;
  }
}

@media (max-width:500px) {
  .home-header {
                min-height:250px;
  }
}


.home-slider {
  margin-top:100px !important;
  position: absolute;
  width: 100%;
  /* height: 100%; */ 
}



@media (max-width:666px) {

  .fd-box {min-height: 0px !important;}

  .home-slider  {margin-top: 0px !important;}


  .home-header {
    position: relative;
    margin-top:0px !important;
  }
}

.home-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.home-slide {
  min-width: 100%;
  height:auto;
  background-size: cover;
  background-position: center;
}

.home-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.home-prev, .home-next {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: white;
  font-size: 30px;
}

@media (max-width: 768px) {
  .home-prev, .home-next {
      font-size: 20px;
  }
}

/* .slideshow {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
    display: grid;
    background-image: url('{{ asset('images/head-banner-1.png') }}'); 
    background-size: cover;
    justify-items: stretch;
    grid-template-columns: 120px 1fr 120px;
    grid-auto-rows: 120px 1fr 120px;
    grid-gap: 1em;
    grid-template-areas: ". . ."". s ."". b .";
}

@media screen and (max-width: 768px) {
    .slideshow {
        grid-template-columns: 20px 1fr 20px;
        min-height: auto;
    }
}

.slideshow-items {
    position: relative;
    display: grid;
    justify-items: stretch;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
    grid-area: s;
    grid-template-areas: "i";
}

.item-content {
    grid-area: c;
    display: grid;
    align-content: start;
}

.item {
    position: relative;
    grid-area: i;
    display: grid;
    background-image: url('{{ asset('images/head-banner-1.png') }}');
    justify-items: stretch;
    grid-template-columns: 1fr 120px 1.5fr;
    grid-auto-rows: 60px 1fr 60px;
    grid-gap: 1em;
    grid-template-areas: ". . f""c . f"". . f";
    max-height: calc(100vh - 240px - 2rem);
}
.head-item1  { background-image: url('{{ asset('images/head-banner-1.png') }}');}

@media screen and (max-width:1100px) {
    .item {
        grid-template-columns: 1fr;
   
        grid-template-rows: auto auto;
        
        grid-template-areas:
            "f"
            
            "c";
      
    }
}

.item-image-container {
    grid-area: f;
}

figure {
    height: 100%;
    width: 100%;
}

.item-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    display: block;
    transition: opacity 0.3s ease-out 0.45s;
}

.item.active .item-image {
    opacity: 1;
}

.item.active .item-image-container::before {
    opacity: 0.8;
}

.item-header {
    margin-bottom: 2rem;
    width: max-content;
}

.item-header .vertical-part {
    margin: 0 -4px;
    -webkit-font-smoothing: auto;
    font-size: 5vw;
    color: #2a2a2a;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .item-header .vertical-part {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
}

.vertical-part {
    overflow: hidden;
    display: inline-block;
}

.vertical-part b {
    display: inline-block;
    transform: translateY(100%);
}

.item-header .vertical-part b {
    transition: 0.5s;
}

.item-description .vertical-part b {
    transition: 0.21s;
}

.item.active .item-header .vertical-part b {
    transform: translateY(0);
}

.item.active .item-description .vertical-part b {
    transform: translateY(0);
} */

/* Controls ----------------------------------------------------------------------*/
.bullets {
    position: relative;
    text-align: left;
    z-index: 1000;
    grid-area: b;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-image: initial;
    vertical-align: middle;
}

.bullet svg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.bullet::before {
    width: 6px;
    height: 6px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    transform-origin: center center 0px;
    background: rgb(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.41, 0.33, 0, 0.87) 0s;
}

.bullet.active::before {
    opacity: 1;
}

.bullet.active .svg-circle {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bullet.active circle {
    stroke-dashoffset: 0;
}

.bullet:hover .svg-circle {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bullet:hover circle {
    stroke-dashoffset: 0;
}

circle {
    fill: transparent;
    stroke: #E68A45;
    stroke-width: 2;
    transition: all 0.5s ease-out 0s;
    cx: 50%;
    cy: 50%;
    r: 45%;
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    pointer-events: none;
}


/************************************************************************* find-product css start */

.find-product {
    opacity: 1 !important;

}

.find-product .row {
    row-gap: 15px;
}

.find-product .row a {
    color: black;
    text-decoration: none;
}

.find-product .card {
    border:none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items:center;
    /* width: 350px; */
    max-width: 100%;
    min-height: 300px;
    background: white;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(255, 255, 255, 0.08);
}

@media (max-width:1230px) {
  .find-product {padding-top: 100px !important;}
}

@media (max-width:990px) {
  .find-product {padding-top:0px;}
}



.find-product .card:hover {
    /* height: 400px; */
}

.find-product .card .img-box {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 150px;
    /* background: #ffffff; */
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.find-product .card:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.find-product .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    opacity: 0.8;
    left: 20%;
    /* height: 100%; */
    object-fit: cover;
}


.find-product .card .content {
    color: white;
    position: absolute;
    top: 190px;
    /* width: 100%; */
    height: 60px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.find-product .card:hover .content {
    top: 100px;
    height: 250px;
}

.find-product .card .content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color:black;
}

.find-product .card .content p {
    color:white;
}

.find-product .card .content a {
    position: relative;
    top: 32px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: var(--clr);
    color: white;
    font-weight: 500;
}

.find-product .card .content a:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .find-product .card {
        /* width: 230px; */
        border-radius: 15px;
    }

    .find-product .card .img-box {
        width: 185px;
        border-radius: 10px;
    }

    .find-product .card .content p {
        font-size: 0.8rem;
    }

    .find-product .card .content a {
        font-size: 0.9rem;
    }
}

.fd-box h5 {
    font-weight:800;
}
.fd-box h2 {
    font-weight:700;
    font-size:2rem;
}

.fd-box {
    padding: 30px 50px !important;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* .find-product-deatil    {border:2px solid rgba(0, 0, 0, 0.263);} */

/* .find-product-deatil h2  {font-size:1.8rem;} */


/************************************************************************* footer css start  */

footer {
    background: black;
    padding: 40px 7%;
    /* min-height:400px; */
    color: white;
}

footer h2 {    font-size: 1.8rem;
  border-bottom: 3px solid #E68A45;
  display: inline-block;
    font-weight: 700;
}

footer p {font-size: 0.9rem;}
/* .foot-boxs  {min-height:300px;} */

footer ul {
    padding: 0;
    /* padding-left:17px; */
}

footer li {
    list-style-type:circle ;
    padding-bottom: 10px;
}

.social-media li  {list-style-type:none;}

footer li::marker {
  color:#E68A45; 
}

footer a {
    font-size:0.9rem;
    text-decoration: none;
    color: white;
}

.foot-logo-box {
    position: relative;
}

.icon-content img {
    width: 70%;
}

.fb-content img {
    width: 35% !important;
}

.social-media {
    margin-top: 50px !important;
    /* position: absolute; */
    bottom: 0;
}

/*
@media (max-width:760px){
    .social-media {
        margin-top:50px;
        position:relative;
        bottom: 0;
    }
}

.social-media ul {
    list-style: none;
}

.example-1 {
    gap: 10px;
    display: flex;
    align-items: center;
}

.example-1 .icon-content {
    margin: 0 1 0px;
    position: relative;
}

.example-1 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}

.example-1 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}

.example-1 .icon-content .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.example-1 .icon-content .link:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-1 .icon-content .link svg {
    width: 30px;
    height: 30px;
} */


.card {
    background: transparent !important;
    max-width: fit-content;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 1rem;
    backdrop-filter: blur(15px);
    /* box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.192),
      inset 0 0 5px rgba(255, 255, 255, 0.274), 0 5px 5px rgba(0, 0, 0, 0.164); */
    transition: 0.5s;
}

.card:hover {
    animation: ease-out 5s;
    background: rgba(173, 173, 173, 0.05);
}

.card ul {
    /* padding: 1rem; */
    display: flex;
    list-style: none;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.card ul li {
    cursor: pointer;
}

.svg {
    transition: all 0.3s;
    /* if you find some problems change w - h : 30px*/
    padding: 1rem;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #E68A45;
    fill: currentColor;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3),
        inset 0 0 5px rgba(255, 255, 255, 0.5), 0 5px 5px rgba(0, 0, 0, 0.164);
}

.text {
    opacity: 0;
    border-radius: 5px;
    padding: 5px;
    transition: all 0.3s;
    color: #E68A45;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 9999;
    box-shadow: -5px 0 1px rgba(153, 153, 153, 0.2),
        -10px 0 1px rgba(153, 153, 153, 0.2),
        inset 0 0 20px rgba(255, 255, 255, 0.3),
        inset 0 0 5px rgba(255, 255, 255, 0.5), 0 5px 5px rgba(0, 0, 0, 0.082);
}

/*isometric prooyection*/
.iso-pro {
    transition: 0.5s;
}

.iso-pro:hover a>.svg {
    transform: translate(15px, -15px);
    border-radius: 100%;
}

.iso-pro:hover .text {
    opacity: 1;
    transform: translate(25px, -2px) skew(-5deg);
}

.iso-pro:hover .svg {
    transform: translate(5px, -5px);
}

.iso-pro span {
    opacity: 0;
    position: absolute;
    color: #1877f2;
    border-color: #1877f2;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3),
        inset 0 0 5px rgba(255, 255, 255, 0.5), 0 5px 5px rgba(0, 0, 0, 0.164);
    border-radius: 50%;
    transition: all 0.3s;
    height: 60px;
    width: 60px;
}

.iso-pro:hover span {
    opacity: 1;
}

.iso-pro:hover span:nth-child(1) {
    opacity: 0.2;
}

.iso-pro:hover span:nth-child(2) {
    opacity: 0.4;
    transform: translate(5px, -5px);
}

.iso-pro:hover span:nth-child(3) {
    opacity: 0.6;
    transform: translate(10px, -10px);
}



.copy-right {
    /* background: linear-gradient(86deg, rgb(230, 138, 69) 0%, #9C6032 100%); */
    background: black;
    display: flex;
    color:white;
    border-top: 2px solid #E68A45;
    /* border-top: 2px linear-gradient(86deg, rgb(230, 138, 69) 0%, #9C6032 100%); */
    /* padding: 20px 7%; */
}

.copy-right2 {
    /* background: linear-gradient(86deg, rgb(230, 138, 69) 0%, #9C6032 100%); */
    background:white;
    color:black;
    padding: 20px 8%  20px 8%;

}

/* .product-inner-page   {padding-top: 100px;}

@media (max-width:666px) {
.product-inner-page   {padding-top:200px !important;}
} */

/**************************************************************************************************************************************************/
/**************************************************************************************************************************************************/

.container-box {
    display: flex;
    flex-direction: column;
    text-align: left;

    margin-left: 5%;
    margin-right: 5%;
}

.features {
     
    text-align: center;


}

.selector {
   
    display: flex;
    flex-direction: column;

}


.tab-cont {
    width: 100%;
    display: flex;
    position: -webkit-sticky;
    top: 16px;
    flex: 1;
    justify-content:center;
    background-color: #FFFFFF;
    height: 100%;
    border: 2px solid #F0F0F0;
    outline: 0;
    z-index: 1;
}

.tab-cont button {
    display: flex;
    width: 235px;
    background-color: #FFFFFF;
    padding: 24px;
    color: #303132;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    border-color: transparent;
    border-bottom: 2px solid #F0F0F0;
    outline: 0;
}

.tab-cont button:hover {
    background-color: #F8F9FA;
    cursor: pointer;
}

.tab-content {
    background: linear-gradient(black 66.6%, #E68A45 33.3%);
    /* background-image:url('{{ asset('images/p-back-family.jpg') }}'); */
    /* background: #000000; */
    flex: 9;
    min-height: 250px;
    height: 100%;
    background-position: center center;
    /* justify-content: center; */
    color: white;
    align-items: center;
    gap: 10px;
    text-align: center;
    flex-direction: column;
    animation: anime 1.5s;
    text-align: left;
    display: none;
}

.tab-content h2 {
    font-weight: 700;
}

.tab-content img {
    width:50%;
    margin-top: 50px !important;
}

@media (max-width:990px) {
    .tab-content img {
                        width:70%;
    }
}

@media (max-width:660px) {
    .tab-content img {
                        width:100%;
    }
}

.tab-content.active {
    display: flex;
}

.tab-cont .but.active {
    background-color: #FFFFFF;
    color: #E68A45;
    /* border: 3px solid #E68A45; */
    box-shadow: 0px 0px 75px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    outline: 0;
    font-weight: 500;
}

@keyframes anime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* @media only screen and (max-width: 800px) {
    
    .tab-cont {
      display: flex;
      flex-direction: row;
      border: none;
    }
  
    .tab-cont .but.active{
      border-left: none;
      border-bottom: 4px solid #3A62CA;
  
    }
  
    .selector {
      flex-direction:column;
    }
  
    .tab-content {
      padding-left: 0;
    }
  
  } */


.right-battery {
    padding: 50px 7%;
    text-align: center;
}

.right-battery h1 {
    font-weight: 700;
}

.right-battery h1 span {
    color: #E68A45;
}





/* .looking-battery-box {
    position: relative;
    height: 300px;
    border-radius: 14px;
    z-index: 1111;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    ;
  }

  .looking-battery-box img  {width:90%;}
  
  .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width:90%;
    height: 290px;
    z-index: 2;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
  }
  
  .blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ff0000;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
  }
  
  @keyframes blob-bounce {
    0% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  
    25% {
      transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }
  
    50% {
      transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }
  
    75% {
      transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }
  
    100% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  } */

  .looking-battery-box2 {
    padding: 20px 20px;
    flex-direction: column;
    gap: 15px;
    background: #EDEDF0;
    display: flex;
    font-size: 2em;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: all 0.7s ease-in-out;
    overflow: hidden;
}


.looking-battery-box {
    /* width: 190px; */
    /* height: 254px; */
    padding: 20px 20px;
    flex-direction: column;
    gap: 15px;
    background: #EDEDF0;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 2em;
    color: #333;
    /* border-radius: 40px; */
    cursor: pointer;
    position: relative;
    transition: all 0.7s ease-in-out;
    overflow: hidden;
}

.looking-battery-box:hover {background: #E68A45;
                            color:white !important;}

.looking-battery-box2:hover {background: #E68A45;
                            color:white !important;}

/* .looking-battery-box::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background-color: #E68A45;
    bottom: 0;
    right: 0;
    transform: translatey(70px);
    transition: all 0.7s ease-in-out;
} */

.c-txt {
    z-index: 2;
}

.c-txt-img img    {max-height:250px;
                   position: relative;
                   z-index: 9999 !important;}

.looking-battery-box:hover::before {
    transform: scale(7) translate(-20px);
}

.looking-battery-box:hover {
    box-shadow: 1px -10px 500px 500px #e68b4528;
    /* color: #f3f3f3; */
}



.learn-more {
    font-size: 18px;
    color: black;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;

    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.learn-more a   {color: black;
                  text-decoration: none;}

.learn-more:focus,
.learn-more:hover {
    /* color: white; */
}

.learn-more:focus:after,
.learn-more:hover:after {
    width: 100%;
    left: auto;
    /* Ensure left is auto to override the initial value */
}

.learn-more:after {
    content: "";
    pointer-events: none;
    bottom: -7px;
    right: auto;
    /* Start from the right */
    left: 0;
    /* Ensure left is auto to override the initial value */
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: black;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 500ms;
    transition-property: width, right;
}

.svg-icon {
    width: 0.9em;
    height: 0.8em;
    margin-left: 10px;
    fill: black;
    transform: rotate(-45deg);
    transition: transform 0.5s ease-out;
}

.learn-more:hover .svg-icon {
    transform: rotate(0deg);
    fill: black;
}


.faq-img {
    background: #E68A45;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-text {
    display: flex;
    flex-direction: column;
    gap:10px;
    background: black;
    color: white;
    padding: 40px 5% !important;
}

.faq-text h5    {font-weight:700;}

.faq-text h1    {color: #E68A45;
                 font-weight:700;}

.accordion      {display: flex;
                 flex-direction: column;
                 row-gap:20px;}

.accordion-item     {border: 1px solid #E68A45 !important;
                     border-radius:0px;}

.accordion-button   {background: white !important;
                     color:black !important;
                     font-weight:700;}

/*********************************************************************** faq css start **************************************************/




.send-query {
    padding: 50px 7%;
}

.send-query img {
    width: 100%;
}

.send-query h1 {
    font-weight: 700;
}

.send-query form {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.send-query input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 80%;
    min-width: 300px;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
}

.send-query input:focus {
    outline: none;
}

.send-query label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.input:focus~label, .input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}

.bar {
    position: relative;
    display: block;
    /* width: 200px; */
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.input:focus~.bar:before, .input:focus~.bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.input:focus~.highlight {
    animation: inputHighlighter 0.3s ease;
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.main-btn {
    padding: 15px 35px;
    border: unset;
    border-radius: 15px;
    color: #212121;
    z-index: 1;
    background: #e8e8e8;
    position: relative;
    font-weight: 1000;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
}

.main-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    /* border-radius: 15px; */
    background-color: #212121;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.main-btn:hover {
    color: #e8e8e8;
}

.main-btn:hover::before {
    width: 100%;
}


.conatct-head-text  {background: black;
                     display: flex;
                     padding:50px 5% 5px 5% !important;
                     min-height:400px;
                     flex-direction: column;}

.conatct-head-text h1 {color:white;
                        font-size:2.4rem;
                       margin:auto !important;
                        margin-left:0px !important;}

.conatct-head-text h1 span  {color: #E68A45;
                              font-size: 3rem;
                             font-weight:800;}

.conatct-head-img       {background: #E68A45;
                         position: relative;}

.breadcrumb-item         {color:white !important;}
.breadcrumb-item a        {color:white !important;
                           text-decoration:underline black;}

.breadcrumb-item+.breadcrumb-item::before  {color:white !important;}

.breadcrumb            {color:white !important;
                       position: absolute;
                       bottom: 10px;
                       right: 15px;
                        float: right;}

.contact-form-section   {padding: 50px 7%;}

/* .contact-header-part    {margin-top:105px !important;} */


.container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .form {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: all 1s ease;
  }
  
  .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    backface-visibility: hidden;
    padding: 65px 45px;
    border-radius: 15px;
    box-shadow: inset 2px 2px 10px rgba(0,0,0,1),
    inset -1px -1px 5px rgba(255, 255, 255, 0.6);
  }
  
  .form_details {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: white;
  }
  
  .contact-form .input {
    width: 100%;
    min-height: 45px;
    /* color: #fff; */
    outline: none;
    transition: 0.35s;
    padding: 0px 7px;
    background-color: white;
    border-radius: 6px;
    border:0px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.49),
    1px 1px 10px rgba(255, 255, 255, 0.6);
  }
  
  .contact-form .input::placeholder {
    color: #999;
  }
  
  .contact-form .input:focus.input::placeholder {
    transition: 0.3s;
    opacity: 0;
  }
  
  .contact-form .input:focus {
    transform: scale(1.05);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.503),
    1px 1px 10px rgba(255, 255, 255, 0.6),
    inset 2px 2px 10px rgba(0, 0, 0, 0.5),
    inset -1px -1px 5px rgba(255, 255, 255, 0.6);
  }
  
  .btn {margin: 0;
    padding: 10px 35px;
    cursor: pointer;
    background-color: #212121;
    border-radius: 6px;
    border: 2px solid #212121;
    box-shadow: 6px 6px 10px rgba(0,0,0,1),
    1px 1px 10px rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: 0.35s;
  }
  
  .btn:hover {
    transform: scale(1.05);
    box-shadow: 6px 6px 10px rgba(0,0,0,1),
    1px 1px 10px rgba(255, 255, 255, 0.6),
    inset 2px 2px 10px rgba(0, 0, 0, 0.499),
    inset -1px -1px 5px rgba(255, 255, 255, 0.6);
  }
  
  .btn:focus {
    transform: scale(1.05);
    box-shadow: 6px 6px 10px rgba(0,0,0,1),
    1px 1px 10px rgba(255, 255, 255, 0.6),
    inset 2px 2px 10px rgba(0, 0, 0, 0.51),
    inset -1px -1px 5px rgba(255, 255, 255, 0.6);
  }
  
  .form .switch {
    font-size: 13px;
    color: white;
  }
  
  .form .switch .signup_tog {
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .container #signup_toggle {
    display: none;
  }
  
  .container #signup_toggle:checked + .form {
    transform: rotateY(-180deg);
  }


  .contact-form textarea         {width:100%;
                                  min-height:150px;}

.contact-side-text h5           {font-size:1.6rem;}

.contact-side-text h2           {font-size:1.8rem;
                                 color:#E68A45;
                                 font-weight:700;}

.office-address                 {background: #000000;
                                 display: flex;
                                 padding:50px 5% !important;
                                 flex-direction: column;
                                 justify-content: center;
                                 color: white;}

.office-address h2              {font-weight:700;
                                 font-size:2.5rem;}

.office-address h5              {color: #E68A45;
                                 font-weight:600;}

.office-address a               {color: white;
                                 text-decoration:none;}


.portal-content                 {padding:50px 7%;}

.portal-content h2              {color: #E68A45;
                                 font-weight: 700;}

.portal-content p span          {color: #E68A45;
                                font-weight: 700;}

/* .about-header                   {padding: 120px 7% 0px 7%;
                                 min-height:500px;
                                 background: black;} */

  .about-header                     {padding-top:100px !important;
                                     padding-bottom: 0px !important;
                                     /* display: flex;
                                     flex-direction:column;
                                     align-items: center;
                                     justify-content: center; */
                                     min-height:650px;
                                     max-height:650px;
                                     position: relative;
                                     }

.history-box                        {padding:40px 10%;}

.history-box h1                        {font-weight:800;}

.left-side-history                    {padding: 40px 40px 40px 10%;
                                       width:90%;
                                       background:#f4f4f4;}

.right-side-history                    {padding: 40px 10% 40px 40px;
                                        width:90%;
                                        margin-left:10% !important;
                                        background:#f4f4f4;}

.history-date                             {text-align:right;
                                           display: flex;
                                           flex-direction: column;
                                           justify-content: center;
                                }

.history-date-right                        {text-align:left;
                                           display: flex;
                                           flex-direction: column;
                                           justify-content: center;
                                }

.history-p p                              {font-size:1.3rem;}

.history-date h1                          { font-size:3rem;}

.history-date h3                          {color: #E68A45;}

.history-date-right h1                          { font-size:3rem;}

.history-date-right h3                          {color: #E68A45;}

.flex-box-center                  {display: flex;
                                   flex-direction: column;
                                   justify-content: center;
                                  align-items: center;}

.about-head-bottom h1             {font-size:16.3vw;
                                    color:white;
                                    text-align: center;
                                    position: absolute;
                                    width: 100%;
                                    opacity: 0.1;
                                    bottom:-30px;
                                    padding: 0;
                                    font-weight: 800;}



.about-autocare-text              {height: 100%;}

@media (max-width:666px) {
  .about-autocare-text              {padding: 40px;
  }
}

.about-autocare-text p            {display: flex;
                                   flex-direction: column;
                                   text-align: justify;}

.about-head-container           {
                                 color:white;
                                 /* border-top: 5px solid #E68A45;
                                 border-left: 5px solid #E68A45;
                                 border-right: 5px solid #E68A45; */
                                 width:100%;
                                 display: flex;
                                 padding:50px 15%;
                                 /* margin-top:105px !important; */
                                 flex-direction: column;
                                 /* align-items: center; */
                                 justify-content: center;
                                 row-gap: 30px !important;
                                 gap: 50px;
                                 min-height:350px;}

.about-head-container h1          {color: #E68A45;
                                   font-size:3rem;
                                   font-weight:800;}

.about-head-container img       {width:90%;}

.bunny-history img              {width:100%;
                                 position: relative;
                                 z-index: 999;}

.about-head-container p         {opacity: 0.5;}

.company-profile                {padding:50px 15%;}

.company-row                    {padding:50px 15%;}

.company-text                   {background: black;
                                 color:white;
                                 padding:100px 30px !important;}

.company-text h1                {color:#E68A45;
}

.company-img                    {
                                 background-image: url('{{ asset('images/company-side.jpg') }}');
                                 /* background-image: url('{{ mix('images/company-side.jpg') }}'); */
                                 /* background-color:red;  */
                                 background-size: cover;
                                 background-position: center center;}

.vision-mission                 {padding:80px 7%;
                                 background: #EDEDF0;
                                 }

.img-cercle                     {background: #000000;
                                 min-width:250px !important;
                                 height:250px;
                                 display: flex;
                                 justify-content: center;
                                 align-items: center;
                                 border-radius:100%;}

.img-cercle img                    {width:70%;
                                    }

.vision-text                    {
                                 align-items: center;
                                 gap:20px;
                                 border-radius:200px 0px 0px 200px;
                                 box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
                                 display: flex;}

@media (max-width:600px) {

    .vision-text                {flex-direction: column;
                                 padding-bottom:50px;
                                 border-radius:200px 200px 0px  0px;}

    .vision-text2               {flex-direction: column;
                                 padding-top:50px;
                                 border-radius:0px 0px 200px 200px !important;}

    .v-text-box                 {padding-left:40px;}

    .company-profile {
                                padding: 50px 7%;
    }
    
}

.vision-text h2                 {color: #E68A45;
                                 font-weight:700;}

.v-text-box                     {display:flex;
                                 flex-direction:column;}


.vision-text2                    {
                                 align-items: center;
                                 gap:20px;
                                 border-radius:0px 200px 200px 0px;
                                 box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
                                 display: flex;}

.vision-text2 h2                 {color: #E68A45;
                                 font-weight:700;}

.mile-stone                     {
                                 padding:50px 7%;
                                background: #000000;
                                /* overflow-x: hidden; */
                                 /* color:white; */
                                }

.timeline                       {height:90vh;
                                scrollbar-width: none;
                                 overflow-x:hidden;
                                 /* overflow-y:scroll; */
                                }

.timeline ul {
    width:100%;
  padding: 50px 0;
}
.timeline ul li {
  background:white;
  position: relative;
  margin: 0 auto !important;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
}
.timeline ul li:before {
  content: "";
  background: #faf8eb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #E68A45;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .content {
  background: #67CC8E;
  position: relative;
  top: 7px;
  width: 328px;
  padding: 20px;
  transition: all 0.4s ease-in-out;  
  z-index: 14;
  box-shadow: 7px 6px 15px 0px rgba(0,0,0,0.25);
}
.timeline ul li .content *{

}
/* ***************** non vosible elements ***************** */
.timeline ul li .content.non-focus::before{
    display: none;
}
.timeline ul li .content.non-focus{
    transform: rotate(20deg);
    opacity: 0.4;
    filter: blur(5px);
    z-index: 11;
}
/* ***************** non vosible elements ***************** */

.timeline ul li .content {
    background: #e6e6e6;
}
.timeline ul li .content p {
  text-align: left;
}
.timeline ul li .content:before {
  content: "";
  background: inherit;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}
.timeline ul li:nth-child(odd) .content {
  left: 50px;
  background: #EDEDF0;
  /* color: #ffffff !important; */
  border-radius: 0px 4px 4px 4px;
}
.timeline ul li:nth-child(odd) .content:before {
  left: -38px;
}
.timeline ul li:nth-child(even) .content {
  left: calc(-328px - 45px);
  background:#EDEDF0;
  border-radius: 4px 0px 4px 4px;
}

.timeline ul li:nth-child(odd) .content:hover  {
    background: #E68A45;
}

.timeline ul li:nth-child(even) .content:hover {
    background: #E68A45;
}

.timeline ul li:nth-child(even) .content:before {
  right: -38px;
}
/* **** custom css*/
.timeline-content-info{
    display: flex;
    justify-content:center;
    border-radius: 4px;
    padding: 2%;
    background-color: #000000;
}
.content-skills{
    margin: 15px 0px 0px 0px;
}
.content-skills span{
    background: #d8031c;
    border-radius: 4px;
    padding: 2px;
}
/*****************/
/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: 41vw;
  }

  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}
@media screen and (max-width: 700px) {
  .timeline ul li {
    margin: 0 !important;
  }
     
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .content {
    width: calc(90vw - 100px);
  }
  .timeline ul li:nth-child(even) .content {
    left: 45px;
    /* background: #01016f; */
    border-radius: 0px 4px 4px 4px;
  }
  .timeline ul li:nth-child(even) .content:before {
    left: -33px;
  }
}


.about-carrer        {padding: 50px 10%;
                       background: #f4f4f4;
                       }

.about-carrer h1        {font-weight:700;}

.about-carrer p        {margin-top:20px !important;
                        margin-bottom:20px !important;}

.Success-through        {padding: 50px 10%;}

.Success-through h2     {color: #E68A45;
                         font-weight:700;}

.trust-Innovation       {padding:80px 7%;
                         background: #e6e6e6;}

.trust-Innovation h1      {font-weight:700;}


/* .color-change-box       {min-height:550px !important;} */



.color-change-box p {
                    font-size: 17px;
                    font-weight: 400;
                    line-height: 20px;
                    color: #ffffff;
}

.color-change-box h2 {
                        font-weight:600;
                        color: #ffffff;
  }
  

.color-change-box p.small {
  font-size: 14px;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  bottom: 0;
  right: 0;
  background-color: #E68A45;
  /* border-radius: 0 4px 0 32px; */
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
}

.card1 {
  display: block;
  position: relative;
  /* max-width: 400px; */
  height:100%;
  background-color: #000000;
  border-radius: 4px;
  min-height:250px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -16px;
  right: -16px;
  background: #E68A45;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card1:hover:before {
  transform: scale(30);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}


.registration-form          {padding:100px 15%;}

.registration-form .row         {row-gap: 25px;}

.registration-input         {padding: 0.875rem;
                            font-size: 1rem;
                            width: 100%;
                            border: 1.5px solid #00000055;
                            border-radius: 0.5rem;
                            box-shadow: 2.5px 3px 0 #00000055;
                            outline: none;
                            transition: ease 0.25s;
  }
  
  .registration-input:focus {
                                    box-shadow: 5.5px 7px 0 black;
  }

  .registration-btn         {padding: 0.875rem;
                            font-size: 1rem;
                            /* width: 100%; */
                            min-width:200px;
                            border: 1.5px solid #00000089;
                            border-radius: 0.5rem;
                            box-shadow: 2.5px 3px 0 #00000089;
                            outline: none;
                            transition: ease 0.25s;
}

.registration-btn:focus {
            box-shadow: 5.5px 7px 0 black;
}

/* *********************************************************************************************************** */

.Technical-Specifications   {padding:50px 7%;
                             display: flex;
                             flex-direction: column;
                             align-items: center;
                             justify-content: center;
                             background: #000000;
                             color:white;}

.Technical-Specifications h1   {text-align: center;
                                font-weight:700;}

@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-125px * 2));
              transform: translateX(calc(-125px * 2));
    }
  }
  .loop--slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 130px !important;
    margin: auto;
    overflow: hidden;
    position: relative;
    width:100%;
    padding: 20px 0px !important;
    max-width: 860px;
  }
  .loop--slider::before, .loop--slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .loop--slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .loop--slider::before {
    left: 0;
    top: 0;
  }
  .loop--slider .loop--slide--track {
    -webkit-animation: scroll 5s linear infinite;
            animation: scroll 5s linear infinite;
    display: -webkit-box;
    display: flex;
    width: calc(125px * 9);
  }
  .loop--slider .loop--slide {
    height: 100px;
    width: 125px;
  }

  .loop--slider .loop--slide img    {width:75%;
                                     margin-left:12.5%;}

.about-autocare             {padding: 0px 7% 0px 0%;}

@media (max-width:666px) {
.about-autocare             {padding: 50px 0% 50px 0%;}
}
  

.Warranty-registration      {padding: 50px 7%;}

.Warranty-registration h1   {font-size:3.5rem;
                             font-weight: 700;}

.flex-column2               {display: flex;
                             flex-direction: column;
                             align-items: center;
                             justify-content: center;}

.email-us-dec               {border: 2px solid black;
                             padding:20px;}

.side-flex h4                  {font-weight:600;}
.side-flex                  {display: flex;
                               gap: 15px;
                             align-items: center;}

.flex-column3               {display: flex;
                             flex-direction: column;
                             justify-content: center;}

/* .registration-btn2          {min-width:250px !important;} */

 .registration-btn2 a        {padding: 0.875rem;
                            font-size: 1rem;
                            text-decoration:none;
                            margin-top:80px !important;
                            background: #000000;
                     
                            border: 1.5px solid #00000089;
                            border-radius: 0.5rem;
                            color: #ffffff;
                            box-shadow: 2.5px 3px 0 #00000089;
                            outline: none;
                            transition: ease 0.25s;
}

.registration-btn2 a:focus {
                            box-shadow: 5.5px 7px 0 rgb(186, 186, 186);
}

.registration-btn2 button        {padding: 0.875rem;
  font-size: 1rem;
  text-decoration:none;
  /* margin-top:80px !important; */
  background: #000000;

  border: 1.5px solid #00000089;
  border-radius: 0.5rem;
  color: #ffffff;
  box-shadow: 2.5px 3px 0 #00000089;
  outline: none;
  transition: ease 0.25s;
}

.registration-btn2 button:focus {
  box-shadow: 5.5px 7px 0 rgb(186, 186, 186);
}

.why-duracell               {padding:50px 7%;
                             background: #000000;
                             color:white;}

.why-duracell h1              {font-size:3.5rem;}



/* 

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 80vh;
  }
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content--headings {
  text-align: center;
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
} */

.tec-main           {padding:0px 7%;
                    }

.tec-row            {padding:40px 0px;}

.Technology-head  {background:black;
                   color:white;
                   display: flex;
                   padding:145px 7% 40px 7%;
                   /* margin-top:105px !important; */
                   flex-direction: column;
                   justify-content: center;
                   min-height:400px;}

.Technology-head p    {font-size:1.5rem;}

.Technology-head h1   {font-size:3.5rem;}

.tec-text-box         {display: flex;
                       justify-content: center;
                       align-items: center;}

.Technology-head img  {width:60%;
                       margin-left:40% !important;}

.gray-box           {padding:50px 10px;
                     background:#EDEDF0;
                     display: flex;
                     flex-direction: column;
                     justify-content: center;
                     align-items: center;}

.tec-section-2      {padding:50px 0px;}
.tec-section-2 img  {width:100%;}

.tec-section-3      {padding:50px 0px;}

.tec-section-3 h1   {color: #E68A45;}

.tec-main-ul li   {list-style-type:decimal;
                    }

.tec-section-4      {background:#EDEDF0;
                     padding:50px 7%;}


.terms-header      {background:black;
                   min-height:400px;}

.gray-box2          {padding:50px 7%;
                    background:#EDEDF0;}

.terms-main         {padding:50px 7%;}

.terms-main h2      {font-weight:600;}

.table-img img          {max-width:100%;}

.terms-main ol li      {margin-top:10px !important;}

.copper-box         {background: #E68A45;
                     padding:20px 15px 20px 7% !important;
                     font-size: 0.9rem;
                     color:white;}

.black-box         {background: black;
                    padding:20px 1% 20px 15px !important;
                    font-size: 0.9rem;

                      color:white;}

.career-header      {padding-top:115px;
                      /* min-height:450px;  */
                      /* padding-bottom: 40px; */
                     /* background-image: url('{{ asset('images/careers-banner1.svg') }}'); */
                     background: #000000;
                     }

.career-header img  {width:100% !important;
                     /* margin-left:10% !important; */
                    }

.career-content     {padding:50px 7%;}

.career-form-section     {padding:50px 7%;
                          background: black;
                           color:white;}

.career-content-text    {padding:50px !important;}

@media (max-width:666px) {
  .career-header      {padding-top:220px;}

  .career-content-text    {padding: 30px 0px !important;}
}



.formbold-mb-3 {
  margin-bottom: 15px;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 48px; */
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 570px;
  width: 100%;
  background: #ffffff27;
  padding: 40px;
}

.formbold-img {
  display: block;
  margin: 0 auto 45px;
}

.formbold-input-wrapp>div {
  display: flex;
  gap: 20px;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.formbold-input-flex>div {
  width: 50%;
}

.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  resize: none;
}

.formbold-form-input::placeholder,
select.formbold-form-input,
.formbold-form-input[type='date']::-webkit-datetime-edit-text,
.formbold-form-input[type='date']::-webkit-datetime-edit-month-field,
.formbold-form-input[type='date']::-webkit-datetime-edit-day-field,
.formbold-form-input[type='date']::-webkit-datetime-edit-year-field {
  color: rgba(83, 99, 135, 0.5);
}

.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-form-label {
  color:white;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-form-file-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.formbold-form-file-flex .formbold-form-label {
  margin-bottom: 0;
}

.formbold-form-file {
  font-size: 14px;
  line-height: 24px;
  color: #536387;
}

.formbold-form-file::-webkit-file-upload-button {
  display: none;
}

.formbold-form-file:before {
  content: 'Upload file';
  display: inline-block;
  background: #EEEEEE;
  border: 0.5px solid #FBFBFB;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 3px 12px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  color: #637381;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}

.formbold-btn {
  text-align: center;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  padding: 14px 25px;
  border: none;
  font-weight: 500;
  background-color: #E68A45;
  color: white;
  cursor: pointer;
  margin-top: 25px;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-w-45 {
  width: 45%;
}






























































