@font-face {
    font-family: "Rubik-Medium";
    src: url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Black";
    src: url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
    font-style: normal;
}


.Rubik-Bold {
    font-family: "Rubik-Bold";
}

.Rubik-Regular {
    font-family: "Rubik-Regular";
}

.Rubik-Light {
    font-family: "Rubik-Light";
}

.Rubik-Medium{
    font-family: "Rubik-Medium";
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

/* story style */

.duorecharge_wrapper img {
    width: 100%;
    max-width: 100%;
}

.duorecharge_wrapper a:hover{
    text-decoration: unset;
}

.duorecharge_wrapper h1,
.duorecharge_wrapper h2,
.duorecharge_wrapper h3,
.duorecharge_wrapper h4,
.duorecharge_wrapper h5,
.duorecharge_wrapper h6,
.duorecharge_wrapper p {
    margin: 0;
    padding: 0;;
}

.duorecharge_wrapper .banner_section {
    overflow: hidden;
}

/* .duorecharge_wrapper .vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 -1px;
}

.duorecharge_wrapper .vtop {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 -1px;
} */

.duorecharge_wrapper .relative {
    position: relative;
}

.duorecharge_wrapper {
    background-color: #3E3E3F;
    color: #ffffff;
}

.duorecharge_wrapper .section-padding {
    padding: 110px 0;
}

.duorecharge_wrapper .duorecharge_container {
    width: 65%;
    margin: 0 auto;
}

.duorecharge_wrapper h1{
    font-size: 56px;
}

.duorecharge_wrapper h2{
    font-size: 40px;
}

.duorecharge_wrapper h3{
    font-size: 30px;
}

.duorecharge_wrapper h4{
    font-size: 24px;
}


.duorecharge_wrapper p{
    font-size: 18px;
}
.duorecharge_wrapper h5{
    font-size: 16px;
}
.duorecharge_wrapper h6{
    font-size: 14px;
}

/* .duorecharge_wrapper .icons {
    width: calc(100% /8);
    display: inline-block;
    float: none;
    margin: 0 -2px;
    vertical-align: top;
    padding: 0px 0;
}

.duorecharge_wrapper .icon_img {
    width: 60%;
    margin: 0 auto;
}

.duorecharge_wrapper .icon_text {
    padding-top: 30px;
    font-family: "Rubik-Light";
} */
.duorecharge_wrapper .sec-1-img-1{
    width: 40%;
}
.duorecharge_wrapper .sec-1-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.duorecharge_wrapper #grayscale{ 
    filter: grayscale(1);
}
.duorecharge_wrapper .sec-1-image-3{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    width: 40%;
    filter: unset;
}
.duorecharge_wrapper .sec-1-text-2{
    color: #00A14B;
    position: absolute;
    top: 25%;
    left: -21%;
    width: 110%;
    rotate: 293deg;
}
.duorecharge_wrapper .sec-1-text-3{
    color: #00A14B;
    position: absolute;
    top: 29%;
    left: 36%;
    width: 110%;
    rotate: 291deg;
}
.duorecharge_wrapper .sec-2-icons{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 85%;
    margin: 0 auto;
}
.duorecharge_wrapper .sec-2-icon-text h6{
    line-height: 1.4;
}
.duorecharge_wrapper .sec-2-icon-1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.duorecharge_wrapper .sec-2-icon-img-1{
    width: 150px;
}

.duorecharge_wrapper .sec-2-icon-img-5{
    width: 80px;
}

.duorecharge_wrapper .sec-2-icon-img{
    width: 55px;
}
.duorecharge_wrapper .sec-2-icon-img-4{
    width: 40px;
}
.duorecharge_wrapper .sec-2-icon-text{
    padding-top: 30px;
    text-align: center;
}
.duorecharge_wrapper .section-2-flex{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.duorecharge_wrapper .youtube-video{
    text-align: center;
    position: relative;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: 16/10;
}
.duorecharge_wrapper .responsive-iframe{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    /* bottom: 0;
    right: 0; */
    width: 100%;
    height: 90%;
    text-align: center;
}
.duorecharge_wrapper .sec-3-text-1{
    position: absolute;
    bottom: 10%;
    right: 25%;
}
.duorecharge_wrapper .green-text{
    color: #00A14B;
}
.duorecharge_wrapper .battery-text{
    color: #3E3E3F;
}
.duorecharge_wrapper .sec-3-text-2{
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    width: 80%;
    margin:0 auto;
    padding-top: 30px;
}
.duorecharge_wrapper .section-4{
    background-image: url(../images/wall.png);
    background-position: center center;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-repeat: no-repeat;
}
.duorecharge_wrapper .section-4 .duorecharge_container{
    width: 70%;
    margin: 0 auto;
}
.duorecharge_wrapper .section-4-flex{
    display: flex;
    justify-content: space-between;
}
.duorecharge_wrapper .sec-4-boxes{
    display: flex;
    flex-basis: 43%;
    flex-direction: column;
    gap: 20px;
}
.duorecharge_wrapper .sec-4-box-1{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #FCE7F0;
    color: #ED028C;
}
.duorecharge_wrapper .sec-4-box-2{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #E6EFEB;
    color: #00A14B;
}
.duorecharge_wrapper .sec-4-box-3{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #FCD2B5;
    color: #F26A54;
}
.duorecharge_wrapper .sec-4-box-4{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #D4EFFB;
    color: #038FB8;
}
.duorecharge_wrapper .sec-4-box-5{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #9AC0C0;
    color: #007181;
}
.duorecharge_wrapper .sec-4-text{
    color: #000000;
    text-align: center;
}
.duorecharge_wrapper .graycircle{
    background-color: #CBCCCE;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 160px;
    padding: 5px;
}
.duorecharge_wrapper .sec-4-img-2{
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%);
    width: 40%;
}
.duorecharge_wrapper .sec-4-img-3{
    width: 30%;
}
.duorecharge_wrapper .sec-4-images{
    flex-basis: 57%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.duorecharge_wrapper .sec-4-img-1{
   width: 43%;
   position: absolute;
   top: 9%;
   right: 0%;
}
.duorecharge_wrapper .section-5 .duorecharge_container{
    width: 72%;
    margin: 0 auto;
}
.duorecharge_wrapper .section-5-flex{
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
}
.duorecharge_wrapper .sec-5-img{
    flex-basis: 60%;
}
.duorecharge_wrapper .sec-5-content{
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.duorecharge_wrapper .sec-5-text-1{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.duorecharge_wrapper .section-6 .duorecharge_container{
    width: 70%;
    margin: 0 auto;
}
.duorecharge_wrapper .sec-6-content{
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.duorecharge_wrapper .sec-6-flex-2{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
}
.duorecharge_wrapper .sec-6-icons{
    display: flex;
    gap: 10px;
}
.duorecharge_wrapper .sec-6-icon-img{
    width: 40px;
    margin: 0 auto;
}
.duorecharge_wrapper .sec-6-icon-text{
    text-align: center;
    margin-top: 10px;
}
.duorecharge_wrapper .sec-6-img-2{
    position: absolute;
    top: 12%;
    right: 0%;
    width: 57%;
}
.duorecharge_wrapper .sec-6-img-3{
    position: absolute;
    bottom: 15%;
    right: 10%;
}
.duorecharge_wrapper .section-7-flex{
    display: flex;
    gap: 50px;
    align-items: center;
}
.duorecharge_wrapper .sec-5-text-1 a{
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
}
.duorecharge_wrapper .section-7 .duorecharge_container{
    width: 72%;
    margin: 0 auto;
}
.duorecharge_wrapper .sec-5-text-1{
    flex-basis: 45%;
}
.duorecharge_wrapper .sec-7-img{
    flex-basis: 55%;
}
.duorecharge_wrapper .sec-7-box{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-70%);
    width: 60%;
}

/* Responsive */

@media only screen and (max-width:1680px) {}

@media only screen and (max-width:1440px) {
    .duorecharge_wrapper .sec-1-text-2{
        left: -34%;
        width: 130%;
    }
    .duorecharge_wrapper .sec-2-icons{
        width: 100%;
    }
    .duorecharge_wrapper .sec-3-text-2 {
        width: 100%;
    }
    .duorecharge_wrapper .section-4 .duorecharge_container {
        width: 80%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-5 .duorecharge_container {
        width: 80%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-6 .duorecharge_container {
        width: 80%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-7 .duorecharge_container {
        width: 80%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .sec-4-boxes {
        flex-basis: 47%;
    }
    .duorecharge_wrapper .sec-4-images{
        flex-basis: 53%;
    }
    .duorecharge_wrapper .sec-4-img-3{
        width: 45%;
    }
    .duorecharge_wrapper .sec-4-img-1 {
        top: 19%;
        width: 47%;
    }
    .duorecharge_wrapper .sec-5-img{
        flex-basis: 55%;
    }
    .duorecharge_wrapper .sec-5-content{
        flex-basis: 45%;
    }
}

@media only screen and (max-width:1366px) {
    .duorecharge_wrapper .sec-6-content{
        width: 40%;
    }
    .duorecharge_wrapper .sec-5-text-1 a{
        font-size: 32px;
    }
}

@media only screen and (max-width:1280px) {
    .duorecharge_wrapper h2{
        font-size: 30px;
    }
    .duorecharge_wrapper .sec-4-boxes {
        flex-basis: 50%;
    }
    .duorecharge_wrapper .sec-4-images{
        flex-basis: 50%;
    }
}

@media only screen and (max-width:1024px) {
    .duorecharge_wrapper h1{
        font-size: 40px;
    }
    .duorecharge_wrapper .duorecharge_container {
        width: 85%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-5 .duorecharge_container {
        width: 85%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-6 .duorecharge_container {
        width: 85%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-7 .duorecharge_container {
        width: 85%;
        margin: 0 auto;
    }

    .duorecharge_wrapper .sec-5-text-1 a{
        font-size: 32px;
    }
    .duorecharge_wrapper h2{
        font-size: 32px;
    }
    .duorecharge_wrapper .sec-3-text-2 {
        width: 100%;
    }
    .duorecharge_wrapper .sec-3-text-1 {
        right: 20%;
    }
    .duorecharge_wrapper .section-4 .duorecharge_container {
        width: 85%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .sec-5-content {
        gap: 20px;
    }
    .duorecharge_wrapper h3{
        font-size: 26px;
    }
}

@media only screen and (max-width:991px) {
    .duorecharge_wrapper .section-padding{
        padding: 70px 0px;
    }
    .duorecharge_wrapper .duorecharge_container {
        width: 90%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-4 .duorecharge_container {
        width: 90%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-5 .duorecharge_container {
        width: 90%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-6 .duorecharge_container {
        width: 90%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-7 .duorecharge_container {
        width: 90%;
        margin: 0 auto;
    }

    .duorecharge_wrapper h2{
        font-size: 26px;
    }
    .duorecharge_wrapper h3{
        font-size: 22px;
    }
    .duorecharge_wrapper .sec-2-icons{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .duorecharge_wrapper .sec-2-icon-1{
        flex-basis: 33.33%;
    }
    .duorecharge_wrapper .youtube-video{
        width: 100%;
    }
    .duorecharge_wrapper .section-4-flex{
        display: flex;
        flex-direction: column;
        gap: 70px;
    }
    .duorecharge_wrapper .sec-4-images{
        align-items: center;
    }
    .duorecharge_wrapper .sec-4-img-1{
        top: unset;
        position: relative;
        width: 100%;
    }
    .duorecharge_wrapper .section-5-flex{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .duorecharge_wrapper .section-6-flex{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .duorecharge_wrapper .sec-6-content{
        width: 100%;
    }
    .duorecharge_wrapper .sec-6-img-2{
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
    }
    .duorecharge_wrapper .sec-6-img-3{
        position: relative;
        bottom: unset;
        right: unset;
        width: 60%;
        margin: 0 auto;
    }
    .duorecharge_wrapper .section-7-flex{
        flex-direction: column-reverse;
        align-items: unset;
        gap: 40px;
    }
    .duorecharge_wrapper h4 {
        font-size: 22px;
    }
    .duorecharge_wrapper .sec-5-text-1 a{
        font-size: 28px;
    }
    .duorecharge_wrapper h1{
        font-size: 28px;
    }

}

@media only screen and (max-width:767px) {
    .duorecharge_wrapper h3{
        font-size: 20px;
    }
    .duorecharge_wrapper p{
        font-size: 16px;
    }
    .duorecharge_wrapper h1{
        font-size: 24px;
    }
    .duorecharge_wrapper .section-padding{
        padding: 30px 0px;
    }
    .duorecharge_wrapper .duorecharge_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .duorecharge_wrapper .section-4{
        aspect-ratio: 1;
        height: 1630px;
    }
    .duorecharge_wrapper .section-4 .duorecharge_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 0px;        
    }
    .duorecharge_wrapper .section-5 .duorecharge_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;        
    }
    .duorecharge_wrapper .section-6 .duorecharge_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;        
    }
    .duorecharge_wrapper .section-7 .duorecharge_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;   
    }
    .duorecharge_wrapper .sec-1-flex{
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        gap: 30px;
    }
    .duorecharge_wrapper .sec-1-img-1 {
        width: 100%;
    }
    .duorecharge_wrapper .sec-1-img-2{
        width: 15%;
        margin-left: auto;
    }
    .duorecharge_wrapper .sec-2-icon-1{
        flex-basis: 50%;
    }
    .duorecharge_wrapper .sec-1-text-3{
        width: 75%;
        top: 40%;
        left: 48%;
    }
    .duorecharge_wrapper .sec-3-text-1{
        right: 5%;
    }
    .duorecharge_wrapper .sec-3-text-2{
        text-align: left;
    }
    .duorecharge_wrapper .sec-4-boxes{
        padding-right:  15px;
    }
    .duorecharge_wrapper .sec-4-img-1{
        margin-top:-100px ;
    }
    .duorecharge_wrapper .sec-5-text-1 a{
        font-size: 20px;
    }
    .duorecharge_wrapper h4 {
        font-size: 16px;
    }
    .duorecharge_wrapper .sec-3-text-2 {
        gap: 10px;
        padding-top: 30px;
    }
    .duorecharge_wrapper .sec-5-content {
        gap: 30px;
    }
    .duorecharge_wrapper .sec-6-content {
        gap: 30px;
    }
    .duorecharge_wrapper .sec-1-flex-2{
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (max-width:375px) {
    .duorecharge_wrapper h2{
        font-size: 24px;
    }
    .duorecharge_wrapper h1{
        font-size: 28px;
    }
    .duorecharge_wrapper .sec-4-img-1{
        margin-top:-90px ;
    }
}