* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

html,
body {
    overflow-x: hidden
}

body {
    color: #101010
}

ol,
ul {
    list-style: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.hidden-scroll::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #eb0a1e
}

::-webkit-scrollbar-thumb:hover {
    background: #eb0a1e
}

.electrification__heading {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: .1rem;
    color: #101010;
    font-weight: 700;
    text-transform: uppercase
}

.electrification__desc {
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
    width: 90%
}

.container__custom {
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto
}

.footer-menu-contain .box-footer-menu,
.footer-contain {
    max-width: 1232px;
    padding-left: 16px;
    padding-right: 16px
}

.custom__grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.custom__grid-6 {
    grid-column-end: span 6
}

.custom__grid-12 {
    grid-column-end: span 12
}

.srollbar__mouse {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: fixed;
    right: 50%;
    bottom: 24px;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear;
    z-index: 2
}

.srollbar__mouse.active {
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

.mouse {
    border: 2px solid #fff;
    border-radius: 20px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 30px;
    cursor: pointer
}

.mouse::before {
    animation: scrollDownAnimation 2s infinite;
    background-color: #fff;
    border-radius: 100%;
    content: '';
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 6px
}

@keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0)
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0;
        transform: translate(0, 20px)
    }

    100% {
        opacity: 0
    }
}

.section__banner .content__container .content__title h1 div {
    opacity: 0;
    -webkit-transform: translate3d(5rem, 0, 0);
    transform: translate3d(5rem, 0, 0);
    -webkit-transition: opacity .75s, -webkit-transform 1.5s;
    transition: opacity .75s, -webkit-transform 1.5s;
    transition: opacity .75s, transform 1.5s;
    transition: opacity .75s, transform 1.5s, -webkit-transform 1.5s
}

.section__banner .content__container .content__title h1 div:first-child {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.section__banner .content__container .content__title h1 div:last-child {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.section__banner .content__container .content__title h1.custom-animated-left div {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.custom-animated-up {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform
}

.custom-animated-up.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform
}

.custom-animated-up.animated-2 {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform
}

.section__impact .impact__top,
.section__choose .choose__top,
.section__feature .feature__top,
.section__discovery .discovery__top,
.section__works .works__top {
    padding: 40px 0
}

.section__works,
.section__impact,
.section__feature,
.section__discovery,
.section__choose {
    padding: 20px 0 40px
}

.section__choose .choose__bottom,
.section__impact .impact__bottom,
.section__explore .explore__bottom,
.section__discovery .discovery__bottom,
.section__works .works__bottom {
    padding-bottom: 40px
}

.section__banner {
    height: fit-content;
    position: relative;
    background-color: #000
}

.section__banner .video__container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.section__banner .video__container video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.section__banner .content__container {
    position: relative;
    height: 100%;
    width: 100%
}

.section__banner .content__container .conetnt__top {
    height: 100vh;
    display: flex;
    align-items: end
}

.section__banner .content__container .content__title h1 {
    font-size: 50px;
    line-height: 1.15;
    letter-spacing: .1rem;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase
}

.section__banner .content__container .content__title {
    color: #fff;
    width: 75%
}

.section__banner .electrification__desc {
    color: #fff
}

.section__banner .content__container .conetnt__top .content__title,
.section__banner .content__container .conetnt__bottom {
    padding: 40px 0 80px
}

.section__banner .content__container .conetnt__top .content__title {
    padding-bottom: 100px
}

.section__explore {
    padding: 20px 0 40px
}

.section__explore .explore__top {
    padding: 40px 0
}

.section__explore .explore__item--title {
    text-transform: uppercase;
    color: #101010;
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    letter-spacing: .08929em;
    font-size: 1rem
}

.section__explore .nav-tabs {
    border-bottom: 1px solid #101010;
    margin-bottom: 2.5rem;
    flex-wrap: nowrap
}

.section__explore .explore__bottom .nav-item {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section__explore .explore__bottom .nav-item .nav-link {
    height: 100%;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0
}

.section__explore .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.section__explore .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    border: 0;
    position: relative
}

.section__explore .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #eb0a1e;
    position: absolute;
    bottom: -4.5px;
    left: 0
}

.section__explore .explore__list {
    display: grid;
    grid-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.section__explore .explore__list .explore__item:hover .explore__item--img {
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0)
}

.section__explore .explore__item--img {
    width: 100%;
    height: 0;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .3s, -webkit-transform .3s ease;
    transition: opacity .3s, -webkit-transform .3s ease;
    transition: opacity .3s, transform .3s ease;
    transition: opacity .3s, transform .3s ease, -webkit-transform .3s ease;
    padding-top: 47.75%;
    position: relative
}

.section__explore .explore__item--img img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0
}

.section__explore .explore__item--content {
    width: 100%;
    margin-top: 16px;
    padding-left: 0
}

.section__explore .explore__item--content h5 {
    text-transform: uppercase;
    color: #101010;
    font-size: 22px;
    font-weight: 700
}

.section__explore .explore__item--content p {
    margin-top: 8px;
    color: #101010;
    font-weight: 400
}

.section__possible {
    position: relative
}

.section__possible .possible__container {
    padding-top: 20px;
    padding-bottom: 40px
}

.section__possible .possible__top {
    padding: 40px 0
}

.section__possible .possible__bottom {
    padding-bottom: 40px
}

.section__possible .electrification__heading,
.section__possible .electrification__desc {
    color: #fff
}

.section__possible .possible__img--bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    z-index: -1;
    object-position: center
}

.section__possible .possible__bottom {
    position: relative;
    overflow: hidden
}

.section__possible .possible__bottom .possible__button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(0 .15em .275em rgba(16, 16, 16, .25));
    filter: drop-shadow(0 .15em .275em rgba(16, 16, 16, .25));
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    cursor: pointer
}

.section__possible .possible__bottom:hover .possible__button-play {
    opacity: .75
}

.section__possible .possible__bottom .possible__bottom--img {
    cursor: pointer
}

.section__possible .possible__bottom .possible__bottom--img img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    pointer-events: none;
    transition: opacity .25s, transform .25s, -webkit-transform .25s
}

.section__possible .possible__bottom:hover .possible__bottom--img img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

.possible__popup {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 10001;
    transition: all linear .3s
}

.possible__popup.active {
    opacity: 1;
    visibility: visible;
    transition: all linear .3s
}

.popup__sidebar {
    width: auto;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .4))
}

.popup__sidebar .popup__btn-close::after,
.popup__sidebar .popup__btn-close::before {
    height: 2.222rem;
    content: "";
    border-left: 2px solid #fff;
    position: absolute;
    top: 0
}

.popup__sidebar .popup__btn-close {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

.popup__sidebar .popup__btn-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup__sidebar .popup__btn-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.possible__popup .popup__video iframe {
    width: 100%;
    height: 100vh
}

.section__discovery {
    background-color: #f5f5f5
}

.section__discovery .discovery__bottom .custom__grid {
    grid-gap: 48px 64px
}

.section__discovery .discovery__bottom .discovery__card {
    grid-column-end: span 4;
    background-color: transparent;
    position: unset
}

.section__discovery .discovery__bottom .discovery__card:hover .discovery__card--title span {
    background-size: 0 100%
}

.section__discovery .discovery__bottom .discovery__card:hover .card-img-top {
    transform: scale(1.06);
    -webkit-transform: scale(1.06)
}

.section__discovery .discovery__bottom .discovery__card .discovery__card--body {
    padding: 0;
    padding-top: 20px
}

.section__discovery .discovery__bottom .discovery__card .discovery__card--title span {
    background-image: linear-gradient(180deg, transparent 95%, #101010 0);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .25s;
    transition: background-size .25s;
    background-size: 100% 100%
}

.section__discovery .discovery__bottom .discovery__card .discovery__card--img {
    width: 100%;
    height: 168px;
    overflow: hidden
}

.section__discovery .discovery__bottom .discovery__card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .25s
}

@media screen and (max-width:991px) {
    .electrification__heading {
        font-size: 28px
    }

    .section__banner .content__container .content__title h1 {
        font-size: 32px
    }

    .section__explore .explore__bottom .nav-item,
    .section__explore .explore__bottom .nav-item .nav-link {
        width: 100%
    }

    .section__explore .nav-tabs {
        margin-bottom: 1rem
    }

    .section__explore .explore__item--content h5 {
        font-size: 20px
    }

    .section__possible .possible__top {
        padding: 32px 0
    }

    .section__discovery .discovery__bottom .custom__grid {
        grid-gap: 32px 16px
    }
}

@media screen and (max-width:576px) {
    .electrification__heading {
        letter-spacing: unset
    }

    .electrification__desc {
        width: 100%
    }

    .section__works,
    .section__impact,
    .section__discovery,
    .section__choose {
        padding: 16px 0
    }

    .section__possible .possible__top,
    .section__mobility .mobility__container .mobility__top,
    .section__mobility .mobility__container .mobility__bottom,
    .section__explore .explore__top,
    .section__impact .impact__top,
    .section__choose .choose__top,
    .section__discovery .discovery__top,
    .section__works .works__top {
        padding: 16px 0 32px
    }

    .section__banner .content__container .content__title {
        width: 100%
    }

    .section__banner .content__container .conetnt__bottom {
        padding: 40px 0 48px
    }

    .section__explore .explore__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 10px
    }

    .section__explore .explore__item--link {
        display: flex;
        align-items: center
    }

    .section__explore .explore__item--img {
        width: 53%;
        padding-top: 14.75%
    }

    .section__explore .explore__item--content {
        padding-left: 12px
    }

    .section__explore .explore__bottom .nav-item {
        height: 44px
    }

    .section__possible .possible__bottom {
        padding-bottom: 32px
    }

    .section__possible .possible__container {
        padding-top: 16px;
        padding-bottom: 32px
    }

    .section__discovery .discovery__bottom .discovery__card {
        grid-column-end: span 12
    }
}