
@font-face{
    font-family: 'gilroy';
    src: url(gilroy/Gilroy-Regular.ttf);
}
@font-face{
    font-family: 'gilroy-bold';
    src: url(gilroy/Gilroy-Bold.ttf);
    font-style: normal;
}
:root{
    --black: #2b2b2b;
    --box: #f2f1f1;
    --color: #ED1C24;
    --kili-box: #08031A;;
}
body{
    overflow-x: hidden !important;
    width: 100%;
    touch-action: manipulation;
    -ms-content-zooming: none;
    -ms-touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background-color: #000E0A;
}
*{
    padding: 0;
    margin: 0;
    font-family: 'gilroy',sans-serif;
    font-style: normal; 
    font-weight: normal;
}
::-webkit-scrollbar{
    display: none;
}
link[rel="icon"]{
    width: 65px;
    height: 65px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.progress{
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}
.progress .progress-value{
    display: block;
    height: 50px;
    width:  50px;
    background-color: #000E0A;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 15px;
}
.progress .progress-value img{
    object-fit: contain;
    width: 20px;
    height: 20px;
}
.fastvolt {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.fastvolt .header-section{
    width: 100%;
    padding: 50px 0;
    display: flex;
    position: relative;
    transition: .3s ease-in;
    z-index: 10;
}
.fastvolt .header-section .fast-volt-left{
    width: 200px;
    position: absolute;
    left: 100px;
}
.fastvolt .header-section .fast-volt-left .logo-container{
    width: 175px;
    height: 50px;
    border-radius: 30px;
    background-color: #001C15;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fastvolt .header-section .fast-volt-left .logo-container img{
    object-fit: contain;
    width: 135px;
    height: 32px;
}
.fastvolt .header-section .fast-volt-right{
      display: flex;
      width: auto;
      position: absolute;
      right: 50px;
}

.hamburger {
    position: absolute;
    right: 10px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    color: #00FFBF;
    background-color: transparent;
    border: 1px solid #00FFBF;
    border-radius: 50%;
}
.fastvolt .header-section .fast-volt-right .fastvolt-link{
    display: flex;
}
.fastvolt .header-section .fast-volt-right .fastvolt-link .closing-tag{
    display: none;
}
.fastvolt .header-section .fast-volt-right .fastvolt-link .link{
    display: flex;
    gap: 10px;
}
.fastvolt .header-section .fast-volt-right .fastvolt-link .link a{
    border-radius: 25px;
    border: 1px solid #00FFBF;
    padding: 12px 18px;
    margin: 0 5px;
    text-decoration: none;
    color: #00FFBF;
    background-color: #00FFF426;
}
@media(max-width: 1080px){
    .fastvolt .header-section .fast-volt-left .logo-container{
        width: 140px;
    }
    .fastvolt .header-section .fast-volt-left .logo-container img{
        width: 100px;
    }
    .hamburger {
        display: flex;
        right: 20px;
    }
    .fastvolt{
        margin: 0;
        width: 100%;
    }
    .fastvolt .header-section{
        padding: 30px 0;
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .fastvolt .header-section .fast-volt-left{
        left: 10px;
    }
    .fastvolt .header-section .fast-volt-right{
        width: 100%;
        display: flex;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        background-color: #0A0A0A;
        height: 580px;
        transition: .3s ease;
        top: -500px;
        left: 0;
        right: unset;
        padding: 10px 0;
        z-index: 10;
    }
    .fastvolt .header-section .fast-volt-right .fastvolt-link{
        display: block;
        margin: 20px 0;
        height: 100%;
        position: relative;
    }
    .fastvolt .header-section .fast-volt-right .fastvolt-link .closing-tag{
        position: absolute;
        top: 5px;
        right: 20px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #00FFBF;
        background-color: transparent;
        border: 1px solid #00FFBF;
        border-radius: 50%;
    }
    .fastvolt .header-section .fast-volt-right .fastvolt-link .closing-tag i{
        color: #00FFBF;
    }
    .fastvolt .header-section .fast-volt-right .fastvolt-link .link{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
        width: 100%;
    }
    .fastvolt .header-section .fast-volt-right .fastvolt-link .link a{
        margin: 10px 0;
        padding: 10px 0;
        border: unset;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid #00FFBF;
    }
}
/* Continuous Gradient Expansion Animation */
.fastvolt .gradient-overlay {
    position: absolute;
    top: 80px;
    left: -280px;
    width: 80vw;
    height: 100vh;
    background: radial-gradient(circle, rgba(0, 255, 100, 0.5) 10%, rgba(0, 255, 100, 0) 50%);
    animation: expand-contract 6s infinite alternate ease-in-out;
    z-index: -1;
    opacity: 0.8;
}

 
/* Hover Effect on Text */
.fastvolt .hover-text {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    background: linear-gradient(90deg, rgba(0, 255, 100, 1), rgba(0, 200, 255, 1));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: background-position 0.5s ease-in-out;
    background-size: 200% 100%;
}

/* Moving Gradient Spot */
/* .fastvolt .hover-gradient {
    position: absolute;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 255, 100, 0.7) 20%, rgba(0, 255, 100, 0) 60%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
    z-index: 1;
}  */

/* Page Layout */
.fastvolt .content {
  width: 100%;
  display: flex;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fastvolt .content .content-holder{
    width: 90%;
    max-width: 1800px;
    display: flex;
    justify-content: center;
}
.fastvolt .content .content-holder .content-sides{
    flex-direction: column;
}
.fastvolt .content .content-holder .content-sides:nth-child(1){  
    display: flex;
    justify-content: left;
    align-items: left;
}
.fastvolt .content .content-holder .content-sides:nth-child(1) img{
    object-fit: contain;
    width: 800px;
    height: 800px;
    margin: 0 -110px;
}

.fastvolt .content .content-holder .content-sides:nth-child(2){
    display: flex;
    width: 800px;
}
.fastvolt .content .content-holder .content-sides .text-top .gradient{
    background: linear-gradient(60deg, #00AC81, #00FFF426, #00FFBF, #014331, #f2f1f1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    line-height: 95px;
    animation: moveGradient 8s linear infinite;
    text-align: left;
    margin: 80px 0 10px 0;
    color: transparent;
    background-size: 200% auto;
}

@keyframes moveGradient {
    0%{
        background-position: 200% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}
.fastvolt .content .content-holder .content-sides .text-top{
    display: flex;
    position: relative;
    flex-direction: column;
}
.fastvolt .content .content-holder .content-sides:nth-child(2) span{
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    color: #CFE8E2;
    font-weight: 400;
}

 @media(min-width: 1161px) and (max-width: 1310px){
    .fastvolt .content .content-holder .content-sides .text-top .gradient{
        font-size: 70px;
        line-height: 75px;
    }
} 
@media(min-width: 1000px) and (max-width: 1160px){
    .fastvolt .content .content-holder .content-sides .text-top .gradient{
        font-size: 60px;
        line-height: 68px;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(1) img{
        width: 700px;
        height: 700px;
    }
}
@media(min-width: 921px) and (max-width: 999px){
    .fastvolt .content .content-holder .content-sides .text-top .gradient{
        font-size: 50px;
        line-height: 58px;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(1) img{
        width: 600px;
        height: 600px;
    }

}
.fastvolt .content .content-holder .content-sides .get-the-app{
    padding: 40px 0;
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: start;
}
.fastvolt .content .content-holder .content-sides .get-the-app a{
    padding: 12px 16px;
    border: 1px solid #00FFBF;
    color: #fff;
    background-color: #00FFF426;
    text-decoration: none;
    border-radius: 30px;
}
.scrolling-text-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    padding: 40px 0;
    margin-top: -250px;
    z-index: -1;
}

.scrolling-text {
    display: inline-block;
    padding-left: 0;
    font-size: 250px;
    animation: scrollText 25s linear infinite;
    background: linear-gradient(to top, #71C05C, #001C15);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    font-family: 'gilroy-bold';
    font-weight: bolder;
}

@keyframes scrollText {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
   
}
@media(max-width: 581px){
    .scrolling-text-container {
        padding: 10px 0;
        margin: -200px 0 80px;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(1){  
        display: flex;
        justify-content: center !important;  
        align-items: center !important;
        width: 100%;
        height: 600px;
        overflow: hidden;
        position: relative;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(1) img{
        height: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        object-position: center;
        margin-left: -20% !important;
     
    }
    .fastvolt .content .content-holder .content-sides .get-the-app{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fastvolt .gradient-overlay {
        left: 0;
        top: 250px;
        height: 100%;
        width: 100vw;
    }
    .fastvolt .content .content-holder .content-sides .text-top{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .fastvolt .content .content-holder .content-sides .text-top .gradient{
        font-size: 45px;
        line-height: 53px;
        text-align: center;
    }
    .fastvolt .content {
        height: 1100px;
        width: 100%;
        flex-direction: column;
    }
    .fastvolt .content .content-holder{
        flex-direction: column-reverse;
    }
    .fastvolt .content .content-holder .content-sides{
        width: 100% !important;
        height: auto;
        margin: 20px 0;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(2) span{
        bottom: 0;
        right: unset;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px 0;
    }
}
@media(min-width: 581px) and (max-width: 920px){
    .fastvolt .gradient-overlay {
        left: 0;
        top: 250px;
        height: 100%;
        width: 100vw;
    }
}
.fastvolt-card{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fastvolt-card .card-holder{
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}
.fastvolt-card .card-holder .top-text{
    padding: 20px 0;
    width: 100%;
}
.blur{
    animation: autoShow both;
    animation-timeline: view();
}
@keyframes autoShow{
    from{
        opacity: 0;
        transform: translateX(50px) scale(0.6);
    }
    to{
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
.fastvolt-card .card-holder .top-text h1{
    font-size: 60px;
    line-height: 68px;
    color: #FFFFFF;
}
.fastvolt-card .card-holder .top-text h1 span{
    color: #00FF37;
    font-size: 60px;
}

.fastvolt-card .card-holder .fast-volt-card-side{
    padding: 20px 0;
    display: flex;
    width: 100%;
    justify-content: left;
    position: relative;
    height: 700px;
}
.fastvolt-card .card-holder .fast-volt-card-side .incard{
    width: 50%;
    display: block;
}
.fastvolt-card .card-holder .fast-volt-card-side .background-gradient{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0, 255, 100, 0.4) 10%, rgba(0, 255, 100, 0) 50%);
    z-index: -1;
       width: 800px;
    height: 600px;
}
.fastvolt-card .card-holder .fast-volt-card-side .card-sides{
    width: 95%;
    height: 300px;
    padding: 20px 0;
    background-color: transparent;
    border: 1px solid #014331;
    border-radius: 30px;
    margin: 20px 10px;
    transition: .3s ease-in;
}

.fastvolt-card .card-holder .fast-volt-card-side .card-sides.active-card{
    background-color: #001C15;
}
.fastvolt-card .card-holder .fast-volt-card-side .card-sides .card-inside{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 20px;
}
.fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data{
    display: flex;
    height: auto;
    margin-bottom: 40px;
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .start-line{
    width: 100px;
    color: #fff;
    font-size: 20px;
    font-family: 'gilroy-bold';
    display: flex;
    justify-content: start;
    align-items: start;
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .start-line img{
    object-fit: contain;
    width: 50px;
    height: 50px;
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .description{
    width: 100%;
    color: #fff;
    font-family: 'gilroy-bold';
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .description .tag{
    width: 100%;
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .description .tag a{
    text-decoration: none;
    display: flex;
    padding: 12px 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 145px;
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .description a img{
    width: 10px;
    height: 10px;
    margin: 5px;
    object-fit: contain;
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .description h1{
    font-size: 20px;
    color: #fff;
    font-family: 'gilroy-bold';
 }
 .fastvolt-card .card-holder .fast-volt-card-side
 .card-sides .card-inside .card-data .description p{
    font-size: 20px;
    color: #CDCAE1;
    line-height: 24px;
    font-weight: 400;
 }
 @media(max-width: 580px){

    .fastvolt-card .card-holder .fast-volt-card-side
    .card-sides .card-inside .card-data .start-line img{
        width: 40px;
        height: 40px;
    }
    .fastvolt-card .card-holder .fast-volt-card-side
    .card-sides .card-inside .card-data .start-line{
        width: 60px;
    }
    .fastvolt-card .card-holder .fast-volt-card-side .card-sides{
         width: 100%;
         margin: 20px 0;
    }
    .fastvolt-card .card-holder .fast-volt-card-side{
        padding: 0;
    }
    .fastvolt-card{
        height: auto;
        margin: 100px 0;
    }
    .fastvolt-card .card-holder{
        width: 90%;
        height: auto;
        margin-left: 0 !important; 
        padding: 0;
    }
    .fastvolt-card .card-holder .fast-volt-card-side .incard{
        width: 100%;
    }
    .fastvolt-card .card-holder .fast-volt-card-side{
        flex-direction: column;
        height: auto;
    }
    .fastvolt-card .card-holder .top-text h1{
        font-size: 30px;
        line-height: 38px;
    }
    .fastvolt-card .card-holder .top-text h1 span{
        font-size: 30px;
    }
    @keyframes autoShow{
        from{
            opacity: 0;
            transform: translateX(50px) scale(0.7);
        }
        to{
            opacity: 1;
            transform: translateX(0) scale(1);
        }
    }
        .fastvolt-card .card-holder .fast-volt-card-side .background-gradient{
        width: 400px;
        height: 400px;
    }
}
 .fastvolt-station{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 900px;
    margin: 50px 0;
    position: relative;
    background-image: url(image/about-us-background-frame\ \(1\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }
 .fastvolt-station .station-image{
    height: 800px;
    width: 800px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .fastvolt-station .station-image .left-card{
    width: 250px;
    height: 150px;
    position: absolute;
    background-color: #00FFF426;
    border-radius: 20px;
    border: 1px solid #00AC81;
    left: 100px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*animation: moveUp 10s linear infinite;*/
 }
 .fastvolt-station .station-image .left-card p{
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    width: 80%;
 }

 .fastvolt-station .station-image .right-card{
    width: 250px;
    height: 150px;
    position: absolute;
    background-color: #00FFF426;
    border-radius: 20px;
    border: 1px solid #00AC81;
    right: 50px;
    top: 0;
    animation: moveDown 10s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .fastvolt-station .station-image .right-card p{
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    width: 80%;

 }

 .fastvolt-station .station-image img{
    height: 1000px;
    width: 1000px;
    object-fit: contain;
 }
/*@media(min-width: 901px) and (max-width: 1140px){*/
/*     .fastvolt-station .station-image{*/
/*        width: 600px;*/
/*        height: 600px;*/
/*     }*/
/*      .fastvolt-station .station-image img{*/
/*        height: 800px;*/
/*        width: 800px;*/
/*    }*/
/*}*/

 @media(max-width: 501px){
    .fastvolt-station{
      height: auto;
    }
    .fastvolt-station .station-image{
        width: 100%;
    }
    .fastvolt-station .station-image .left-card{
             top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
     .fastvolt-station .station-image .right-card{
        bottom: 0;
        right: 0 !important;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
     }
  
    .fastvolt-station .station-image{
        height: 800px;
    }
    .fastvolt-station .station-image img{
        height: auto;
        width: 100%;
    }
 }




 @media(min-width: 501px) and (max-width: 900px){
    .fastvolt-station{
        height: auto;
    }
    .fastvolt-station .station-image .left-card{
           top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

     .fastvolt-station .station-image .right-card{
         bottom: 0;
        right: 0 !important;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
     }
    
    .fastvolt-station .station-image{
        height: 800px;
    }
    .fastvolt-station .station-image img{
        height: 600px;
        width: 600px;
    }
 }

 @media(min-width: 581px) and (max-width: 920px){
  
    .fastvolt-card .card-holder .fast-volt-card-side .incard{
        width: 100%;
    }
    .fastvolt-card .card-holder .fast-volt-card-side{
        flex-direction: column;
        height: auto;
    }
    .fastvolt-card .card-holder .top-text h1{
        font-size: 50px;
        line-height: 58px;
    }
    .fastvolt-card .card-holder .top-text h1 span{
        font-size: 50px;
    }
    .fastvolt .content {
        height: 1200px;
    }
    .fastvolt .content .content-holder{
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 900px;
    }
    .fastvolt .content .content-holder .content-sides{
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fastvolt .content .content-holder .content-sides .text-top .gradient{
        text-align: center;
        font-size: 80px;
        line-height: 88px;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(2) span{
        bottom: -10px;
        right: 140px;
        text-align: center;
    }
    .fastvolt .content .content-holder .content-sides .get-the-app{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(1){  
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fastvolt .content .content-holder .content-sides:nth-child(1) img{
        object-fit: contain;
        width: 600px;
        height: 600px;
        margin: 0;
        margin-left: 50px !important;
    }
}
 .fast-volt-in-flex{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
 }
 .fast-volt-in-flex .inflex-title{
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 }
 .fast-volt-in-flex .inflex-title .flex-view{
    border: 1px solid #00FFBF;
    border-radius: 30px;
    padding: 12px 18px;
    color: #fff;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
 }
 .fast-volt-in-flex .inflex-title h1{
    font-size: 60px;
    line-height: 68px;
    color: #fff;
    text-align: center;
 }
 .fast-volt-in-flex .inflex-title h1 span{
    font-size: 60px;
    line-height: 68px;
    color: #00FF37;
 }
 .fast-volt-flexbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: auto;
 }
 .fast-volt-flexbox .gradient{
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 255, 100, 0.5) 10%, rgba(0, 255, 100, 0) 50%);
    z-index: -1;
    position: absolute;
    animation: growCon 8s ease-in linear infinite;
 }
 @keyframes growCon {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}
@media(max-width: 580px){
    .fast-volt-flexbox .gradient{
        width: 100%;
    }
    .fast-volt-in-flex .inflex-title h1{
        font-size: 30px;
        line-height: 38px;
    }
    .fast-volt-in-flex .inflex-title h1 span{
        font-size: 30px;
        line-height: 38px;
    }
 }
 .fast-volt-flexbox .flex-card-holder{
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
 }
 .fast-volt-flexbox .flex-card-holder .car-box{
    width: 280px;
    height: 300px;
    background-color: #001C15;
    border-radius: 30px;
    margin: 10px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    transition: .3s ease-in;
    display: flex;
    align-items: center;
    flex-direction: column;
 }
 .fast-volt-flexbox .flex-card-holder .car-box:hover{
    transform: scale(1.05);
    background-color: #00FFF426;
    border: 1px solid #00FFBF;
 }
 @media(max-width: 580px){
    .fast-volt-flexbox .flex-card-holder{
        width: 90%;
    }
    .fast-volt-flexbox .flex-card-holder .car-box{
        width: 100%;
        margin: 20px 0;
        height: 320px;
    }
 }
 .fast-volt-flexbox .flex-card-holder .car-box h1{
    margin: 20px 0 30px 0;
    font-size: 30px;
    color: #fff;
 }
 .fast-volt-flexbox .flex-card-holder .car-box .learn-more{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
 }
 .fast-volt-flexbox .flex-card-holder .car-box:hover .learn-more{
    display: flex;
 }
 .fast-volt-flexbox .flex-card-holder .car-box:hover .arror{
    display: none;
 }
 .fast-volt-flexbox .flex-card-holder .car-box .learn-more a{
    background-color: #00FFF457;
    color: #00FFBF;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 30px;
    margin: 30px;
 }
 .fast-volt-flexbox .flex-card-holder .car-box .learn-more a img{
    width: 10px;
    height: 10px;
    object-fit: contain;
 }
 .fast-volt-flexbox .flex-card-holder .car-box p{
    color:  #CFE8E2;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
 }
 .fast-volt-flexbox .flex-card-holder .car-box .arror{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
 }
 .fast-volt-flexbox .flex-card-holder .car-box .arror img{
    height: 30px;
    width: 30px;
    object-fit: contain;
 }
.fatvolt-wire-out{
    display: flex;
    width: 100%;
    margin: 30px 0;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.fatvolt-wire-out .gradient{
    position: absolute;
    width: 800px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 255, 100, 0.4) 5%, rgba(0, 255, 100, 0) 50%);
    animation: expand-contract2 6s infinite alternate ease-in-out;
    z-index: -1;
}
.fatvolt-wire-out .image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fatvolt-wire-out .image img{
    width: 100%;
    height: 700px;
    object-fit: contain;
}
@media(max-width: 580px){
    .fatvolt-wire-out .gradient{
          width: 400px;
        height: 400px;
    }
    .fatvolt-wire-out .image img{
       
    }
}

.fast-volt-carousel-holder-view{
    margin: 100px 0;
}
.fast-volt-carousel-holder-view .carousel-container {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
  }

 .fast-volt-carousel-holder-view .carousel-slide {
    position: relative;
    height: 500px;
    overflow: hidden;
    z-index: 1;
  }
.fast-volt-carousel-holder-view  .carousel-slide::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #C8FFA6;
    border-radius: 8px;
    left: 40px;
    top: 50%;
  }

 .fast-volt-carousel-holder-view .carousel-item {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
  }

 .fast-volt-carousel-holder-view .carousel-item.active {
    display: flex;
    z-index: 2;
  }

.fast-volt-carousel-holder-view  .image-box {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

 .fast-volt-carousel-holder-view .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

 .fast-volt-carousel-holder-view .carousel-item.active .image-box img {
    transform: translateX(0);
    opacity: 1;
  }

 .fast-volt-carousel-holder-view .carousel-item.exit-left .image-box img {
    transform: translateX(-100%);
    opacity: 0;
  }

 .fast-volt-carousel-holder-view .text-box {
    width: 45%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease-in-out;
  }
 .fast-volt-carousel-holder-view .text-box h1{
    margin: 20px 0 30px;
    color: #fff;
    font-weight: bolder;
    font-size: 70px;
  }
  .fast-volt-carousel-holder-view .text-box p span{
    color: #fff;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .fast-volt-carousel-holder-view.fast-volt-carousel-holder-view .text-box p{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }
 .fast-volt-carousel-holder-view.fast-volt-carousel-holder-view .carousel-item.active .text-box {
    opacity: 1;
    transform: translateY(0);
  }

 .fast-volt-carousel-holder-view.fast-volt-carousel-holder-view .thumbnails {
    display: flex;
    justify-content: right;
    margin-top: -50px;
    position: relative;
    z-index: 3;
  }
  .fast-volt-carousel-holder-view.fast-volt-carousel-holder-view .thumbnails .x-right{
   width: 46%;
   display: flex;
   }

 .fast-volt-carousel-holder-view.fast-volt-carousel-holder-view .thumbnails img {
    height: 60px;
    margin: 0 10px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: transform 0.3s, border-color 0.3s;
  }

  .fast-volt-carousel-holder-view.thumbnails img:hover {
    transform: scale(1.1);
  }

 .fast-volt-carousel-holder-view .thumbnails img.active-thumb {
    transform: scale(1.5);
    border-radius: 50%;
  }
  @media(min-width: 780px) and (max-width: 1100px){
  .fast-volt-carousel-holder-view  .text-box h1{
        font-size: 50px;
    }
  }
  @media(min-width: 581px) and (max-width: 779px){
  .fast-volt-carousel-holder-view  .text-box h1{
        font-size: 40px;
    }
  }

  @media(max-width: 580px){
   .fast-volt-carousel-holder-view .carousel-slide::before{
        top: 20%;
    }
   .fast-volt-carousel-holder-view .carousel-slide {
        height: 600px;
    }
   .fast-volt-carousel-holder-view .carousel-container {
        padding: 30px 0;
    }
    .fast-volt-carousel-holder-view .carousel-item.active {
        flex-direction: column;
    }
   .fast-volt-carousel-holder-view .image-box {
        height: 500px;
    }
  .fast-volt-carousel-holder-view  .text-box , .fast-volt-carousel-holder-view .image-box {
        width: 90%;
        margin: 10px 0;
    }
   .fast-volt-carousel-holder-view .text-box h1{
        font-size: 30px;
    }
    .fast-volt-carousel-holder-view.fast-volt-carousel-holder-view .thumbnails {
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
        margin: 0;
    }
   .fast-volt-carousel-holder-view .thumbnails .x-right{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
  }








.fastVolt-price-card{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.fastVolt-price-card .prices-head{
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fastVolt-price-card .prices-head h1{
    font-size: 60px;
    margin: 20px 0;
    color: #00FF37;
}
.fastVolt-price-card .prices-head p{
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}
.translated-card{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.translated-card .card-holder-fastvolt{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.translated-card .price-card{
    width: 280px;
    height: 400px;
    border-radius: 20px;
    background-color: #00FF37;
    padding: 20px;
    position: relative;
    margin: 0 2px;
    transition: .3s ease-in;
}
.translated-card .first-card{
    z-index: 1;
    transform: rotate(-5deg);
    background-color: #70C15C;
}
.translated-card .first-card:hover{
    transform: scale(1.02);
    z-index: 3;
}
.translated-card .second-card{
    z-index: 2;
    transform: rotate(5deg);
    background-color: #2AA583;
}
.translated-card .second-card:hover{
    transform: scale(1);
    transform: rotate(-5deg);
    z-index: 4;
     transform: scale(1.02);
}
.translated-card .third-card{
    z-index: 3;
}
.translated-card .third-card:hover{
    z-index: 5;
     transform: scale(1.02);
}
.translated-card .third-card .upper-section p{
    color: #0A0A0A !important;
}
.translated-card .second-card .bottom-section .clock-animation span{
    color: #fff;
}
.translated-card .second-card .upper-section h1{
    color: #fff !important;
}
.translated-card .second-card .upper-section p{
    color: #fff !important;
}
.translated-card .price-card .upper-section{
    display: block;
}
.translated-card .price-card .upper-section h1{
    color: #000E0A;
    font-size: 48px;
    margin: 30px 0;
}
.translated-card .price-card .upper-section p{
    color: #111118;
    font-size: 18px;
    line-height: 24px;
}
.translated-card .price-card .bottom-section{
    position: absolute;
    bottom: 20px;
    height: auto;
}
.translated-card .price-card .bottom-section .clock-animation{
    width: 100%;
    display: flex;
    margin: 20px 0;
    justify-content: center;
}
.translated-card .price-card .bottom-section .clock-animation span{
    font-size: 30px;
    margin: 0 5px;
}
.translated-card .price-card .bottom-section .clock-animation img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.translated-card .price-card .bottom-section .dollar-btn{
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
}
@media(max-width: 581px){
    .translated-card{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .translated-card .card-holder-fastvolt{
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .translated-card .price-card .upper-section p{
        font-size: 16px;
        line-height: 20px;
    }
    .translated-card .price-card .upper-section h1{
        font-size: 30px;
        line-height: 38px;
    }
    .translated-card .price-card{
        height: 300px;
        width: 100%;
        margin: 20px 0;
    }
    .translated-card .first-card{
        transform: rotate(0);
    }
    .translated-card .second-card{
        transform: translateY(0)  rotate(0) !important;
    }
    .translated-card .price-card .bottom-section{
        display: flex;
        width: 90%;
        justify-content: center;
        align-items: center;
        bottom: 30px;
    }
    .translated-card .price-card .bottom-section .clock-animation{
        width: 40%;
        margin: 0 -10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .translated-card .price-card .bottom-section .dollar-btn{
        margin: 0 15px;
    }
    .translated-card .price-card .bottom-section .clock-animation span{
        font-size: 20px;
    }
}
@media(min-width: 581px) and (max-width: 920px){
    .translated-card .price-card .upper-section p{
        font-size: 16px;
        line-height: 20px;
    }
    .translated-card .price-card .upper-section h1{
        font-size: 30px;
        line-height: 38px;
    }
    .translated-card .price-card{
        height: 300px;
    }
    .translated-card .first-card{
        transform: rotate(-2deg);
    }
    .translated-card .second-card{
        transform: translateY(30px)  rotate(5deg) !important;
    }
    .translated-card .price-card .bottom-section{
        display: flex;
        width: 90%;
        justify-content: center;
        align-items: center;
        bottom: 30px;
    }
    .translated-card .price-card .bottom-section .clock-animation{
        width: 40%;
        margin: 0 -10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .translated-card .price-card .bottom-section .dollar-btn{
        margin: 0 15px;
    }
    .translated-card .price-card .bottom-section .clock-animation span{
        font-size: 20px;
    }
}




.banner-cart{
    width: 100%;
    height: 900px;
    margin: 150px 0 30px;
    background-image: url(Fastvolt-image/banner-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    user-select: none;
}
.banner-cart .banner-text{
    margin: 50px 0;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.banner-cart .banner-text span{
    font-size: 20px;
    margin: 20px 0 10px;
    color: #FFFFFF;
}
.banner-cart .banner-text h1{
       font-size: 60px;
       line-height: 68px;
        color: #FFFFFF;
        text-align: center;
        font-weight: 700;
}
.banner-cart .bottom-image{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    bottom: -40px;
    z-index: 3;
}
.banner-cart .bottom-image img{
    height: 500px;
    width: 100%;
    object-fit: contain;
    
}
  @media(min-width: 600px) and (max-width: 850px){
    .banner-cart .bottom-image{
        height: 350px;
    }
    .banner-cart{
        height: 600px;
    }
    .banner-cart .banner-text h1{
       font-size: 50px;
       line-height: 58px;
    }
 } 
   @media(max-width: 599px){
    .banner-cart .bottom-image{
        height: 200px;
    }
    .banner-cart{
        height: 500px !important;
    }
    .banner-cart .banner-text h1{
       font-size: 35px;
       line-height: 42px;
    }
   }




 /*carousel begin css*/
.Fastvolt-carousel{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Fastvolt-carousel .infinity-carouel{
    display: flex;
    width: 80%;
    max-width: 1200px;
    flex-direction: column;
    position: relative;
    margin: 60px 0;
}
.Fastvolt-carousel .infinity-carouel .gradient{
    position: absolute;
    top: -100px;
    left: -280px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 255, 100, 0.5) 10%, rgba(0, 255, 100, 0) 50%);
    animation: expand-contract 6s infinite alternate ease-in-out;
    z-index: -1;
    opacity: 0.8;
    
}
.Fastvolt-carousel .infinity-carouel .carousel-heading{
    display: block;
    width: 100%;
    margin: 20px 0;
}
.Fastvolt-carousel .infinity-carouel .carousel-heading h1{
    font-size: 60px;
    margin: 10px 0;
    font-weight: 700;
    color: #fff;
} 
.Fastvolt-carousel .infinity-carouel .carousel-heading p{
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
  }
 .carousel-button {
    position: absolute;
    bottom: 0;
    right: 50px;
    background: #D9D9D92B;
    border: none;
    border-radius: 50%;
    color: #00FF37;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
  }

  .carousel-button.left {
    right: 60px;
  }

  .carousel-button.right {
    right: 10px;
  }

  .carousel-button:focus {
    outline: none;
  }
  .carousel-track {
    display: flex;
    width: 800px; 
    transition: transform 0.5s ease-in-out;
  }

  .carousel-item {
    width: 40%;
    flex: 0 0 40%;
    margin-right: 10px;
    height: 400px;
    display: flex;
    align-items: left;
    justify-content: left;
    font-size: 2em;
    color: white;
  }
  .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
@media(min-width: 581px) and (max-width: 900px){
    .Fastvolt-carousel .infinity-carouel .carousel-heading h1{
        font-size: 40px;
    }
}
@media(max-width: 580px){
      .Fastvolt-carousel .infinity-carouel .carousel-heading h1{
        font-size: 30px;
        text-align: center;
    }
    .Fastvolt-carousel .infinity-carouel .carousel-heading p{
        text-align: center;
    }
    .Fastvolt-carousel .infinity-carouel{
        width: 90%;
    }
    .Fastvolt-carousel .infinity-carouel .gradient{
        width: 100%;
        height: 100%;
    }
    .Fastvolt-carousel .infinity-carouel{
        margin: 30px 0;
    }
}
 /*carousel css end*/
.fast-volt-insides{
    margin: 20px 0;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.fast-volt-insides .sides-holder{
    width: 80%;
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fast-volt-insides .sides-holder .sides{
    height: auto;
    width: 50%;
    display: block;
}

.fast-volt-insides .sides-holder .sides:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
}
.fast-volt-insides .sides-holder .sides img{
    object-fit: contain;
    width: 400px;
    height: 500px;
}
.fast-volt-insides .sides-holder .sides .left{
    display: block;
}
.fast-volt-insides .sides-holder .sides .left h1{
    font-size: 40px;
    line-height: 48px;
    color: #fff;
}
.fast-volt-insides .sides-holder .sides .left h1 span{
    font-size: 40px;
    line-height: 48px;
    color: #00FF37;
}
.fast-volt-insides .sides-holder .sides .left .data-{
    width: 70%;
    height: auto;
    display: flex;
    margin: 30px 0;
}
.fast-volt-insides .sides-holder .sides .left .data- .number{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00FF37;
    border: 1px solid #00FF37;
}
.fast-volt-insides .sides-holder .sides .left .data- .data-content{
    width: calc(100% - 40px);
    margin: 0 10px;
}
.fast-volt-insides .sides-holder .sides .left .data- .data-content span{
    color: #00FF37;
    font-size: 20px;
    line-height: 25px;
}
.fast-volt-insides .sides-holder .sides .left .data- .data-content p{
    color: #CFE8E2;
    font-size: 20px;
    line-height: 25px;
}
.fast-volt-insides .sides-holder .sides .left .data- .data-content a{
    display: flex;
    width: 130px;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #00FFF426;
    border: 1px solid #00FFBF;
    margin: 0 40px;
}
@media(min-width: 581px) and (max-width: 920px){
    .fast-volt-insides .sides-holder{
        width: 95%;
    }
    .fast-volt-insides .sides-holder .sides .left .data-{
        width: 100%;
    }
}
@media(max-width: 581px){
    .frame-video-player{
        height: 150px;
        
    }
    .fast-volt-insides .sides-holder .sides{
        width: 100%;
        margin: 30px 0;
    }
    .fast-volt-insides .sides-holder{
        width: 90%;
        flex-direction: column;
    }
      .fast-volt-insides .sides-holder .sides .left .data-{
        justify-content: space-between;
    }
    .fast-volt-insides .sides-holder .sides .left .data- .number{
      margin: 0;
      width: 30px;
      height: 30px;
    }
    .fast-volt-insides .sides-holder .sides .left .data-{
        width: 100%;
        margin: 40px 0;
    }
    .fast-volt-insides .sides-holder .sides .left .data- .data-content p{
        line-height: 30px;
    }
}

  .fastvolt-image-station{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .fastvolt-image-station img{
    object-fit: contain;
    width: 600px;
    height: 600px;
  }
  @media(max-width: 720px){
    .fastvolt-image-station img{
        width: 100%;
        height: auto;
    }
  }
 .fastvolt-inquires{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}
.fastvolt-inquires .inquires-holder{
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
}
.fastvolt-inquires .inquires-holder .inquire-sides{
    width: 70%;
}
.fastvolt-inquires .inquires-holder .bank-image{
    width: 300px;
    display: block;
    justify-content: unset;
    align-items: unset;
}
.fastvolt-inquires .inquires-holder .bank-image h1{
    font-weight: 60px;
    margin: 50px 0 10px 0;
    color: #fff;
}
.fastvolt-inquires .inquires-holder .bank-image a{
    display: flex;
    text-decoration: none;
    color: #5BB5A2;
    font-size: 18px;
}
.fastvolt-inquires .inquires-holder .bank-image span img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin: 0 5px;
}
@media(max-width: 581px){
    .fastvolt-inquires .inquires-holder .inquire-sides{
        width: 100%;
    }
    .fastvolt-inquires .inquires-holder{
        flex-direction: column;
        width: 90%;
    }
    .fastvolt-inquires .inquires-holder .bank-image{
        width: 100%;
    }
    .fastvolt-inquires .inquires-holder .bank-image img{
        height: 400px;
    }
}
@media(min-width: 581px) and (max-width: 920px){
    .fastvolt-inquires .inquires-holder{
        width: 90%;
        flex-direction: column;
    }
    .fastvolt-inquires .inquires-holder .inquire-sides{
        width: 100%;
    }
    .fastvolt-inquires .inquires-holder .bank-image{
        width: 90%;
        margin-left: 30px;
        display: flex;
        flex-direction: column;
    }
}

/*faq start*/
.question-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.question-section a{
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
.section-title{
    padding: 10px 0;
    display: block;
    width: 100%;
}
.section-title h1{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-align: left;
    margin: 0 35px;
}
.section-title p{
    font-size: 1em;
    color: #fff;
    font-weight: 600;
}

.faq{
    margin-top: 2rem;
    width: 90%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E8E8E8;
    transition: .3s ease;
}
.faq:nth-child(7){
    border-bottom: none;
}
@media(min-width: 921px) and (max-width: 1025px){
    .section-title h1{
    font-size: 50px;
    line-height: 58px;
    }
}

@media(max-width: 700px){
    .faq{
        width: 90%;
    }
    .quetion-- h2{
        font-size: .8em;
        width: 80%;
    }
    .section-title h1{
        font-size: 30px;
        line-height: 38px;
        width: 90%;
        margin: 0 20px;
    }
    .section-title{
        font-size: 1.5em;
    }
}
.quetion--{
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: ease-in .3s;
    margin: 10px 0;
}
.quetion-- h2{
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}
.answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height .01s ease;
    color: #fff;
}
.answer p{
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1rem;
    color: #fff;
}
.faq #minus{
    display: none;
}
.faq.active- #minus{
    display: flex;
}
.faq.active- #plus{
    display: none;
}
.faq.active- .answer{
    max-height: 300px;
    animation: fade 1s ease;
}
.faq.active- .icon{
    transform: rotate(45deg);
}
.faq .icon{
width: 20px;
height: 20px;
transition: .3s ease;
}
.faq .icon img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
@keyframes fade{
    from{
        opacity: 0;
        transform: translateY(-10px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}



.fastvolt-saving-display{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 0;
}
.fastvolt-saving-display .saving-display{
    width: 80%;
    height: 600px;
    max-width: 1200px;
    padding: 40px;
    background-color: #0F4026;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fastvolt-saving-display .saving-display .display-data{
    width: 50%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.fastvolt-saving-display .saving-display .display-data .title{
    flex-direction: column;
    margin: 40px 0;
    padding: 0;
}
.fastvolt-saving-display .saving-display .display-data .title h1{
    font-size: 50px;
    line-height: 58px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 30px 0;
}
.fastvolt-saving-display .saving-display .display-data .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.fastvolt-saving-display .saving-display .display-data .content .data-set{
    width: 50%;
    margin: 10px 0;
}
.fastvolt-saving-display .saving-display .display-data .content .data-set p{
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #fff;
}
.fastvolt-saving-display .saving-display .display-data .content .data-set p span{
    background-color: #20543997;
    margin: 0 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
}
.fastvolt-saving-display .saving-display .display-data .store-icon{
    display: flex;
    width: 70%;
    margin: 40px 60px 0 0;
}
.fastvolt-saving-display .saving-display .display-data .store-icon img{
    width: 150px;
    height: 50px;
    object-fit: contain;
    margin: 0 10px;
}
.fastvolt-saving-display .saving-display .display-data .content .data-set p span img{
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.fastvolt-saving-display .saving-display .display-data .title p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.fastvolt-saving-display .saving-display .display-data .over-lap{
    position: absolute;
    object-fit: contain;
    height: 400px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.fastvolt-saving-display .saving-display .display-data .lap-over{
    position: absolute;
    object-fit: contain;
    height: 50px;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media(min-width: 1144px) and (max-width: 1290px){
     .fastvolt-saving-display .saving-display .display-data .title h1{
        font-size: 40px;
        line-height: 48px;
    }
}
@media(min-width: 1144px) and (max-width: 1443px){
     .fastvolt-saving-display .saving-display .display-data .title h1{
        text-wrap: nowrap;
     }
}
@media(min-width: 1101px) and (max-width: 1143px){
    .fastvolt-saving-display .saving-display .display-data .title h1{
        font-size: 35px;
        line-height: 42px;
    }
    .fastvolt-saving-display .saving-display .display-data .title p{
        font-size: 16px;
        line-height: 20px;
    }
}
@media(min-width: 890px) and (max-width: 1100px){
    .fastvolt-saving-display .saving-display{
        width: 95%;
    }
    .fastvolt-saving-display .saving-display .display-data .title h1{
        font-size: 40px;
        line-height: 44px;
    }
    .fastvolt-saving-display .saving-display .display-data .title p{
        font-size: 16px;
        line-height: 20px;
    }
}
@media(min-width: 580px) and (max-width: 890px){
    .fastvolt-saving-display .saving-display{
        flex-direction: column;
        height: 900px;
        padding: 0 10px;
    }
    .fastvolt-saving-display .saving-display .display-data{
        width: 100%;
        height: 450px;
        margin: 10px 0 0 0;
        justify-content: center;
    }
    .fastvolt-saving-display .saving-display .display-data .content .data-set {
        width: 40%;
        
    }
    
   .fastvolt-saving-display .saving-display .display-data .lap-over{
        top: 60%;
        height: 80px;
   }
    .fastvolt-saving-display .saving-display .display-data .title{
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .fastvolt-saving-display .saving-display .display-data .title h1{
        margin: 10px 0;
        text-align: center;
    }
    .fastvolt-saving-display .saving-display .display-data .content{
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .fastvolt-saving-display .saving-display .display-data .store-icon{
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }
}
@media(min-width: 580px) and (max-width: 719px){
    .fastvolt-saving-display .saving-display .display-data .title h1{
        font-size: 40px;
        line-height: 44px;
    }
    .fastvolt-saving-display .saving-display .display-data .title p{
        font-size: 16px;
        line-height: 20px;
    }
}
@media(max-width: 580px){
    .fastvolt-saving-display .saving-display .display-data .store-icon img{
        width: 120px;
    }
    .fastvolt-saving-display .saving-display .display-data .content .data-set{
        width: 100%;
        margin: 10px 0;
        padding: 0 !important;
    }
    .fastvolt-saving-display .saving-display .display-data .content{
        flex-direction: column;
        flex-wrap: unset;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .fastvolt-saving-display .saving-display{
        flex-direction: column;
        height: 900px;
        width: 90%;
        padding: 0 10px;
    }
    .fastvolt-saving-display .saving-display .display-data{
        width: 100%;
        height: 450px;
        margin: 10px 0 0 0;
        justify-content: center;
        
    }
    .fastvolt-saving-display .saving-display .display-data .title{
        align-items: start;
        justify-content: start;
        padding: 0 10px;
    }
    .fastvolt-saving-display .saving-display .display-data .title h1{
        margin: 10px 0;
        text-align: start;
        font-size: 30px;
        line-height: 38px;
    }
    .fastvolt-saving-display .saving-display .display-data .title p{
        font-size: 16px;
        line-height: 20px;
    }
    .fastvolt-saving-display .saving-display .display-data .content{
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .fastvolt-saving-display .saving-display .display-data .store-icon{
        width: 100%;
       
        margin: 20px 0;
    }
    .fastvolt-saving-display .saving-display .display-data .over-lap{
        height: 350px;
    }
    .fastvolt-saving-display .saving-display .display-data .lap-over{
        top: 60%;
    }
}


.fastvolt-footer{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.fastvolt-footer .footer-holder{
    width: 80%;
    display: flex;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
}
.fastvolt-footer .footer-holder .sides{
    width: calc(50% - 20px);
    display: block;
    padding: 20px;
    height: 400px;
}
.fastvolt-footer .footer-holder .sides .logo{
    width: 100%;
    display: block;
}
.fastvolt-footer .footer-holder .sides .logo img{
    width: 200px;
    height: 100px;
    margin: 0 -5px;
    object-fit: contain;
}

@media(min-width: 581px) and (max-width: 920px){
    .fastvolt-footer .footer-holder .sides .logo img{
        width: 180px;
        height: 80px;
    }
}
.fastvolt-footer .footer-holder .sides .link-tab{
    width: 100%;
    display: block;
}
.fastvolt-footer .footer-holder .sides .link-tab h1{
    color: #FFFFFF;
    font-size: 20px;
    margin: 30px 0;
}
.fastvolt-footer .footer-holder .sides .link-tab a{
    color: #fff;
    text-decoration: none;
    margin: 20px 0;
    display: block;
}
.fastvolt-footer .footer-holder .sides .contacts{
    width: 100%;
    display: block;
}
.fastvolt-footer .footer-holder .sides .contacts h1{
    color: #FFFFFF;
    font-size: 20px;
    margin: 30px 0;
}
.fastvolt-footer .footer-holder .sides .contacts .contact{
    margin: 20px 0;
    color: #FFFFFF;
    font-size: 20px;
}
.fastvolt-footer .footer-holder .sides .contacts .contact a{
    text-decoration: none;
    color: #FFFFFF;
}
.fastvolt-footer .footer-holder .sides .social{
    display: flex;
    width: 100%;
}

.fastvolt-footer .footer-holder .sides .social .side-holder{
    width: 50%;
    display: flex;
    flex-direction: column;
}
@media(max-width: 580px){
    .fastvolt-footer .footer-holder .sides .logo img{
        width: 150px;
    }
    .fastvolt-footer .footer-holder .sides .social{
        flex-direction: column;
    }
    .fastvolt-footer .footer-holder .sides .social .side-holder{
        width: 100%;
    }
    .fastvolt-footer .footer-holder .sides{
        width: 100%;
    }
    .fastvolt-footer .footer-holder .sides:nth-child(1){
        display: flex;
        flex-direction: column-reverse;
    }
    .fastvolt-footer .footer-holder{
        width: 90%;
        flex-direction: column;
    }
}
.fastvolt-footer .footer-holder .sides .social .side-holder h1{
    font-size: 15px;
    margin: 20px 0;
    color: #FFFFFF;
    display: flex;
    text-wrap: nowrap;
}
.fastvolt-footer .footer-holder .sides .social .side{
    display: flex;
    width: 100%;
    margin: 0 -5px;
}
.fastvolt-footer .footer-holder .sides .social .side a{
    text-decoration: none;
}
.fastvolt-footer .footer-holder .sides .social .side a .social i{
    color: #00FFBF;
}
.fastvolt-footer .footer-holder .sides .social .side .social{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #00FFBF;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 0 0 0 5px;
}
.about-fastvolt-head{
    display: flex;
    width: 100%;
    background-image: url(image/about-us-background-frame\ \(1\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 40px 0;
    justify-content: center;
    margin: 60px 0;
    align-items: center;
    flex-direction: column;
    user-select: none;
}
.about-fastvolt-head h1{
    font-size: 48px;
    color: #fff;
    margin: 30px 0;
}
.about-fastvolt-head p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #D7D7D7E8;
    text-align: center;
    width: 80%;
}
.about-fastvolt-head p span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #00FF37C7;
}
.about-fastvolt-head .founders{
    display: flex;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
} 
.about-fastvolt-head .founders .founder-img{
    width: 100px;
    height: 100px;
   
     margin: 0 5px;
}
.about-fastvolt-head .founders .founder-img img{
    width: 100px;
     object-fit: cover;
    height: 100px;
    border-radius: 50%;
}
@media(max-width: 580px){
    .about-fastvolt-head h1{
        font-size: 30px;
    }
    .about-fastvolt-head p{
        width: 90%;
        font-size: 18px;
        line-height: 24px;
    }
    .about-fastvolt-head p span{
        font-size: 18px;
        line-height: 24px;
    }
    .about-fastvolt-head .founders .founder-img{
        width: 50px;
        height: 50px;
    }
    .about-fastvolt-head .founders .founder-img img{
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
}




.fastvolt-support-logo{
    margin: 40px 0 60px 0;
    width: 100%;
}
.fastvolt-support-logo .holder{
    width: 170px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #001C15;
    margin: 0 70px;
}
.fastvolt-support-logo .fastvolt-logo-img{
    width: 134px;
    height: 32px;
    object-fit: contain;   
}
.support-banner{
    width: 100%;
    display: flex;
    background-color: #71C05C;
    justify-content: center;
    align-items: center;
}
.support-banner .banner-holder{
    width: 80%;
    max-width: 1200px;
    display: flex;
    position: relative;
}
.support-banner .banner-holder .banner-sides{
    width: 50%;
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.support-banner .banner-holder .banner-sides .image-holder{
    position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.support-banner .banner-holder .banner-sides .image-holder img{
    height: 300px;
    object-fit: contain;
}
.support-banner .banner-holder .banner-sides .title{
    padding: 40px 0;
}
.support-banner .banner-holder .banner-sides .title span{
    color: #1A191E;
    font-size: 18px;
    margin: 20px 0;
}
.support-banner .banner-holder .banner-sides .title h1{
    color: #1A191E;
    font-size: 70px;
    line-height: 78px;
    font-weight: 600;
    margin: 40px 0;
}
@media (max-width: 580px){
    .fastvolt-support-logo .holder{
        margin: 0 10px;
    }
    .support-banner .banner-holder{
        width: 90%;
        flex-direction: column;
    }
    .support-banner .banner-holder .banner-sides{
        width: 100%;
        height: 320px;
        justify-content: center;
        align-items: center;
    }
     .support-banner .banner-holder .banner-sides .title h1{
        text-align: center;
        font-size: 50px;
        line-height: 58px;
     }
     .support-banner .banner-holder .banner-sides .title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
     }
     .support-banner .banner-holder .banner-sides .image-holder{
        display: flex;
     }
}
@media(min-width: 580px) and (max-width: 799px){
    .support-banner .banner-holder{
        width: 90%;
        flex-direction: column;
    }
    .support-banner .banner-holder .banner-sides{
        width: 100%;
        height: 320px;
        justify-content: center;
        align-items: center;
    }
     .support-banner .banner-holder .banner-sides .title h1{
        text-align: center;
     }
     .support-banner .banner-holder .banner-sides .title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
     }
     .support-banner .banner-holder .banner-sides .image-holder{
        display: flex;
     }
}
@media(min-width: 800px) and (max-width: 920px){
    .fastvolt-support-logo .holder{
        margin: 0 20px;
    }
    .support-banner .banner-holder .banner-sides .title h1{
        font-size: 50px;
        line-height: 58px;
    }
    .support-banner .banner-holder{
        width: 90%;
    }
}
.line-banner-holder{
    margin: 150px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-banner-holder .line-banner{
    background-color: #003034;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 30px 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 1200px;
}
.line-banner-holder .line-banner .data{
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.line-banner-holder .line-banner .data .chat{
    padding: 12px 16px;
    width: 180px;
    text-decoration: none;
    background-color: #71C05C;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.line-banner-holder .line-banner .data h1{
     font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 6px 0;
    text-wrap: nowrap;
}
.line-banner-holder .line-banner .data p{
    color: #cacaca;
    font-size: 18px;
    font-weight: 500;
}
@media(max-width: 580px){
   .line-banner-holder .line-banner .data{
    width: 90%;
   }
}
@media(min-width: 580px){
    .line-banner-holder .line-banner .data p{
        text-align: center;
    }
}

.line-banner-holder .line-banner .hot-line{
    display: flex;
    align-items: center;
    width: 100%;
}
.line-banner-holder .line-banner .hot-line .lines{
    margin: 0 12px 0 0;
    display: block;
}
.line-banner-holder .line-banner .hot-line .lines a{
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 20px;
    text-decoration: none;
}
.line-banner-holder .line-banner .hot-line .lines p{
    color: #cacaca;
    font-size: 18px;
    font-weight: 500;
}
.line-banner-holder .line-banner .hot-line .lines span{
    flex-shrink: 1;
}
.line-banner-holder .line-banner .hot-line .lines span img{
    width: 40px;
    height: 40px;
}

.category-division{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.category-division .category-content{
    display: flex;
    width: 80%;
    max-width: 1200px;
}
.category-division .category-content .container {
  display: flex;
  padding: 20px;
}
.category-division .category-content .container .sidebar {
  position: sticky;
  top: 20px;
  height: fit-content;
  min-width: 220px;
  margin-right: 20px;
  background: #F8F8F8;
  padding: 15px;
  border-radius: 10px;
  padding: 20px;
}
.category-division .category-content .container .sidebar h1{
    font-weight: 500;
    color: #1A191E;
    margin: 20px 0;
    padding: 0 10px;
}
.sidebar ul {
  list-style: none;
}

.sidebar li {
  padding: 10px;
  color: #1A191E80;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
}
.sidebar li.active {
  font-weight: bold;
  color: #fff;
  background-color: #003034;
  border-radius: 6px;
}
.category-division .category-content  .content {
  flex: 1;
}
.category-division .category-content  .content section {
  padding: 40px 0;
 border-bottom: 1px solid #001C15;
  min-height: 100vh;
}
@media (max-width: 768px) {
 .category-division .category-content{
    width: 100%;
 }
  .container {
    flex-direction: column;
  }
.category-division .category-content .container .sidebar {
    top: 0;
    margin: 0;
    min-width: unset;
    width: 100%;
}

}



/*support faq*/


/*faq start*/
.question-section-sticky{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: -40px 0;
}
.question-section-sticky a{
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
.section-title-sticky{
    padding: 10px 0;
    display: block;
    width: 100%;
}
.section-title-sticky .title{
    display: flex;
    flex: 1;
}
.section-title-sticky .title p{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 30px;
}
.section-title-sticky .title p span{
    margin: 0 15px;
}
.section-title-sticky .title p span img{
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.section-title-sticky p{
    font-size: 1em;
    color: #fff;
    font-weight: 600;
}
.faq-sticky{
    margin-top: 2rem;
    width: 90%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #001C15;
    transition: .3s ease;
}
.faq-sticky:nth-child(7){
    border-bottom: none;
}

@media(max-width: 700px){
    .section-title-sticky .title p{
        font-size: 20px;
        margin: 0;
    }
    .faq-sticky{
        width: 90%;
    }
    .quetion---sticky h2{
        font-size: .8em;
        width: 80%;
    }
    .section-title-sticky h1{
        font-size: 30px;
        line-height: 38px;
        margin: 0 10px;
    }
    .section-title-sticky{
        font-size: 1.5em;
    }
}
.quetion---sticky{
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: ease-in .3s;
    margin: 10px 0;
}
.quetion---sticky h2{
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}
.answer-sticky{
    max-height: 0;
    overflow: hidden;
    transition: max-height .01s ease;
    color: #fff;
}
.answer-sticky p{
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1rem;
    color: #fff;
}
.faq-sticky #minus{
    display: none;
}
.faq-sticky.active- #minus{
    display: flex;
}
.faq-sticky.active- #plus{
    display: none;
}
.faq-sticky.active- .answer-sticky{
    max-height: 300px;
    animation: fade 1s ease;
}
.faq-sticky.active- .icon-sticky{
    transform: rotate(45deg);
}
.faq-sticky .icon-sticky{
    width: 20px;
    height: 20px;
    transition: .3s ease;
}
.faq-sticky .icon-sticky img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
@keyframes fade{
    from{
        opacity: 0;
        transform: translateY(-10px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}