.img-expand {
    width: 100%;
}
#next-intro {
    height: 100vh;
    background-color: #060606;
}
#intro_content_holder {
    opacity: 0;
}
.img-intro {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    margin-top: -5%;
}
#next-intro-txt {
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: #fff;
    opacity: 0;
}
#anchors-links-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.btn-anchors {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    margin: 0.5em;
}
.btn-anchors:hover, .btn-anchors:active, .btn-anchors:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #060606;
}
#exterior {
    background-color: #060606;
}
#ext_img1 {
    height: 100%;
}
#ext_small_img {
    display: flex;
    justify-content: space-between;
    margin-top: -5%;
}
#d2d_txt {
    color: #fff;
    margin-left: -5%;
    margin-top: 5%;
}
#ride-hailing {
    background-color: #060606;
    color: #fff;
    padding: 4em 0;
}
#interior {
    background-color: #060606;
}
#int_small_img {
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 3%;
}
#possible-routes {
    background-color: #060606;
    padding: 5em 0;
    color: #fff;
}
#small_map_wrapper {
    display: flex;
    justify-content: space-between;
}
.small_map {
    padding-bottom: 3em;
}
.small_map p {
    max-width: 320px;
}
.btn-map {
    background: #83CD93 !important;
    color: #060606;
    width: 320px;
}
#routes_circles {
    display: flex;
    margin-bottom: 1em;
}
#big_map_w {
    display: block;
}
#big_map_img_w {
    text-align: right;
}
#big_map_txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
#big_map_txt_title {
    margin-right: 2em;
}
#big_map_savings {
    font-family: 'Metaluna-Bold';
    background: #83CD93;
    width: 320px;
    text-align: center;
    padding: 0.25em 1em;
    font-size: 1.5em;
    border-radius: 1em;
    margin: 1em 0;
}
#big_map_txt_note {
    position: absolute;
    bottom: 12em;
    max-width: 50%;
}
#big_map_txt_note_mobile {
    display: none;
}
#cm_1, #cm_2, #cm_3 {
    cursor: pointer;
}
#maps_navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}
#transformation {
    background-color: #060606;
    padding: 5em 0;
}
#transformation h3 {
    position: absolute;
    right: 5%;
    top: 1.5em;
    color: #fff;
    z-index: 1000;
}
#transform_progress {
    position: absolute;
    right: 5%;
    top: 6em;
    color: #fff;
    display: flex;
    z-index: 1000;
}
#transform_img_holder {
    opacity: 0;
}
#transform_img_1 {
    position: absolute;
    top: 5em;
    opacity: 1;
}
#transform_img_2 {
    position: absolute;
    top: 5em;
    opacity: 0;
}
#transform_img_3 {
    position: absolute;
    top: 5em;
    opacity: 0;
}
#transform_img_4 {
    position: absolute;
    top: 5em;
    opacity: 0;
}
#transform_img_5 {
    position: absolute;
    top: 5em;
    opacity: 0;
}

.circle {
    border: 1px solid #fff;
    width: 0.6em;
    height: 0.6em;
    border-radius: 0.3em;
    margin-left: 0.3em;
}
.c_active {
    background-color: #fff;
}
#benefits {
    background-color: #060606;
    color: #fff;
    padding: 6em 0;
}
#am4footer {
    background-color: #1f1f1f;
    color: #fff;
}
.am4_footer_links {
    display: flex;
    flex-direction: column;
}
.am4_footer_links a {
    color: #fff;
    font-size: 80%;
    text-decoration: none;
}
#am4footer {
    width: 100%;
}
.am_4_copyright {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.am_4_copyright p {
    margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
    #next-intro {
        min-height: 100vh;
    }
    .img-intro {
        position: absolute;
        opacity: 0;
        height: 80vh;
        object-fit: cover;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
    }
    #next-intro-txt {
        bottom: 20%;
    }
    #learn-more {
        min-height: 100vh;
        background: url('../images/am_next_update/anchors.png');
        background-size: cover;
        background-position: center;
    }
    #learn-more img {
        display: none;
    }
    #ext_small_img {
        flex-direction: column;
        margin-top: 0;
    }
    #ride-hailing {
        padding: 4em 0;
    }
    #int_small_img {
        flex-direction: column;
        margin-top: 0
    }
    #d2d_txt {
        color: #fff;
        margin-left: 5%;
        margin-top: 5%;
    }
    #benefits {
        padding: 3em 0;
    }
    #small_map_wrapper {
        flex-direction: column;
        align-items: center;
    }
    #big_map_txt_note {
        display: none;
    }
    #big_map_txt_note_mobile {
        display: block;
    }
    #maps_navigation {
        flex-direction: column;
    }
}
