.btn-orange-custom {
    color: #fff;
    background-color: #ee761b;
    border-color: #ee761b
}

.btn-orange-custom:hover {
    color: #fff;
    background-color: #ee5f08;
    border-color: #ee5f08
}

.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: .5rem;
    bottom: .5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #ee5f08;
    border-bottom: 0;
}

.carousel-indicators {
    position: static;
}

.carousel-indicators .item.active {
    background: transparent;
}

.carousel-indicators .item.active img {
    opacity: 0.7;
}

.carousel-fit {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    color: black;
}


@media (max-width: 993px) {
    .responsive-width {
        max-width: 100% !important;
        flex: 0 0 95%;
    }

    .responsive-width-custom {
        flex: 1;
        max-width: 100% !important;
    }

    .responsive-width-user {
        flex: 1;
        max-width: 100% !important;
        margin-top: 20px;
    }
}

@media (min-width: 994px) {

}

.modal-image {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

#close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto !important;
    max-height: 100%;
}


.navbar[class*=fixed-] {
    z-index: 1 !important;
}

.send-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

.comment-text img {
    width: 50%;
    border: 1px solid black;
}


body {
    background-color: #fff;
    /*background-image: url("/assets/img/background-home.jpg");*/
    /*background-size: cover;*/
    height: 100%;
}

.header {

    width: 100%;
    height: 1200px;
    display: block;
}

.text-black {
    color: black !important;
}

.h-10 {
    /* height: 10% !important; */
}

.h-90 {
    height: 90% !important;
}

.navbar-collapse:before {
    display: none;
}

.navbar-nav .nav-link.active:before {
    border: none !important;
}

@media (min-width: 992px) {
    .mt-lg-10 {
        margin-top: 13.5rem !important;
    }
}

.btn-group-toggle .active {
    color: #fff !important;
    background-color: #ee761b !important;
    border-color: #ee761b !important;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 1.4rem;
    color: #ee761b;
}

h4 {
    font-size: 1.2rem;
}

p {
    font-size: 1.1rem;
}

.usps li {
    font-size: 1.1rem;
    padding: 5px 0px;
}

.footer a {
    text-decoration: underline;
}

.reference {
    display: none;
}

.reference-active {
    display: block;
}

.bg-orange {
    background-color: #ee761b;
}

.text-orange {
    color: #ee761b;
}

.border-orange {
    border-bottom-color: #ee761b !important;
}


.video_wrapper {
    overflow: hidden;
    /*position: absolute;*/
    left: 0;
    top: 0;
    /* height: 100%; */
    /* height: -webkit-fill-available; */
    /* width: 100%; */
    max-height: 30%;
    min-width: 100%;
}

.video_wrapper {
    /* min-height: 50%; */
    /* min-width: 100%; */
    /* max-height: none; */
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video {
    width: 100%;
    /* position: absolute; */
    /* z-index: 122; */
    /* min-height: 100%; */
    /* min-width: 100%; */
    top: 0;
    /* left: -80px; */
    /* width: 100%; */
    /* height: 100%; */
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

#section10 {
    bottom: -2.5rem;
    text-align: center;
}

#section10 a {
    padding-top: 60px;
    position: relative;
    width: 100%;
    font-weight: bold;
    color: #FFF;
}

#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.bike-card {
    /* position: absolute; */
    /* top: 0px; */
    z-index: 2;

    /* height: auto; */
    position: relative;
}

.nav-bar-logo{
    width: 50%;
}

@media (min-width: 576px) {
    .video {
        /* left: -500px; */
        width: 100%;
    }

    .video_wrapper {
        /* min-height: 50%; */
        /* min-width: 100%; */
        /* max-height: none; */
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .nav-bar-logo{
        width: 50%;
    }
}


@media (min-width: 768px) {
    .video {
        width: 100%;
    }

    .video_wrapper {
        /* min-height: 50%; */
        /* min-width: 100%; */
        /* max-height: none; */
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .bike-card {
        height:auto;
    }

    .nav-bar-logo{
        width: 60%;
    }
}


@media (min-width: 992px) {
    .video {
        position: absolute;
        left: 0px;
        min-width: 100%;
        min-height: 100%;
        width: auto;
    }

    .video_wrapper {
        min-height: 100%;
        min-width: 100%;
        max-height: none;
    }

    .bike-card {
        position: absolute;
        top: 0px;
        z-index: 2;
        height: calc(100%);
        width: 100%;
    }

    .nav-bar-logo{
        width: 60%;
    }
}


@media (min-width: 1200px) {
    .video {
        position: absolute;
        left: 0px;
        min-width: 100%;
        min-height: 100%;
    }

    .video_wrapper {
        min-height: 100%;
        min-width: 100%;
        max-height: none;
    }

    .bike-card {
        position: absolute;
        top: 0px;
        z-index: 2;
        height: calc(100%);
        width: 100%;
    }

    .nav-bar-logo{
        width: 75%;
    }

}

.container-fluid {
    position: relative;
    background-color: #ffffff;
}

.overflow-hidden {
    position: absolute;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
}

.position-relative{
    position: relative;
}

.border-top-orange {
    border-top-color: #ee761b !important;
}

.dz-message {
    padding: 5rem 1rem;
    background-color: #fff;
    border: 2px dashed #ff7800;
    border-radius: .375rem;
    text-align: center;
    color: #696969;
    transition: all .2s ease-in-out;
    order: -1;
    cursor: pointer;
    z-index: 999;
}

.cookie-consent{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 2rem;
    z-index: 999;
    box-shadow: 0px 0rem 2rem rgb(18 38 63 / 13%);
}

.cookie-consent__agree {
    color: #fff;
    background-color: #ee761b;
    border-color: #ee761b;
    display: inline-block;
    font-weight: 400;

    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .5rem .75rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
