.wrapper {
    position: relative;
}

.wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120.26deg, #0000FF 2.97%, rgba(1, 103, 255, 0) 83.97%);
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-player {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

section {
    padding: 70px 0 85px;
}

.section-bg {
    background-color: #0e0e0e;
}

h2 {
    font-size: 36px;
    letter-spacing: .03em !important;
}

.banner-info {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    color: #fff !important
}

.banner-info h1 {
    font-size: 54px;
    letter-spacing: -.03em;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: .03em;
}

.sub {
    font-size: 18px;
    line-height: 22px;
    max-width: 620px;
    font-weight: 500;
}

.banner-info .btn {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 8px 26px;
    margin-top: 20px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    width: fit-content;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.banner-info .btn:hover {
    color: #ededed !important;
    border-color: #ededed !important;
}

.brands .brands-inner {
    padding: 36px 0;
}

.brands img {
    flex-shrink: 0;
    padding: 0 20px;
}

.road-map{
    background: linear-gradient(159deg, #f0f0f0 74.02%, #0000FF 120%);
    background-color: #f5f5f5;
    border-radius: 3px;
    margin: 20px;
}

.road {
    counter-reset: timeline-counter;
    margin: 0 auto;
    max-width: 950px;
}

.road-header {
    margin-bottom: 75px;
}

.road-header .road-title,
.road-content .road-title {
    letter-spacing: .03em;
    color: #1d2127
}

.road-content .road-title {
    text-transform: none;
    line-height: 30px;
    font-weight: 500;
}

.road-item {
    margin-bottom: 10px;
    margin-left: 50%;
    padding-bottom: 12px;
    padding-left: 120px;
    position: relative;
}

.road-item:nth-child(2n) {
    margin-left: 0;
    margin-right: 50%;
    padding-left: 0;
    padding-right: 120px;
}

.road-item:after,
.road-item:before {
    background: #0000ff;
    position: absolute;
}

.road-item:before {
    border-radius: 5px;
    content: "";
    height: calc(100% - 14px);
    left: -1px;
    top: 14px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: 2px;
}

.road-item:after {
    border-radius: 50%;
    color: #ffffff;
    content: counter(timeline-counter);
    counter-increment: timeline-counter;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    left: -14px;
    letter-spacing: -.01em;
    line-height: 28px;
    text-align: center;
    top: 0;
    width: 28px;
}

.offer{
    z-index: 1;
    position: relative;
}

.offer .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer .sub {
    max-width: 100%;
}
.offer .offer-item-outer{
    padding: 0 10px 30px;
    display: block;
}
.offer .offer-item {
    padding-top: 20px;
    border-top: 1px solid #383838;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.offer .offer-title {
    color: #dedede;
    transition: color .3s ease;
    text-transform: capitalize
}


.offer-item-outer:hover .offer-item {
    border-color: #00adff;
}

.offer-item-outer:hover .offer-title {
    color: #fff;
}

.offer-footer a.btn{
    padding: 19px 30px;
    z-index: 5;
    margin-top: 25px;
}


@media (max-width: 767px) {
    .road-item {
        margin-left: 0;
        padding-left: 22px;
    }
    .road-item:nth-child(2n) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 22px;
        padding-right: 0;
    }
    section{
        padding-left: 25px;
        padding-right: 20px;
    }

    .brands-scroll {
        display: -webkit-box;
        display: flex;
        margin: 0 -20px;
        overflow-x: auto;
    }
    .brands-inner {
        flex-shrink: 0;
    }
    .road-map {
        background: linear-gradient(134deg, #f0f0f0 74.02%, #0000FF 120%);
    }
    .offer .offer-item-outer {
        padding: 0 10px 20px;
    }
}

@media (min-width: 768px){
    .road-item:nth-child(2n):after,
    .road-item:nth-child(2n):before {
        left: auto;
    }
    .road-item:nth-child(2n):before {
        right: -1px;
    }
    .road-item:nth-child(2n):after {
        right: -14px;
    }
}