/* general */
*
{
    font-family: 'Oswald', sans-serif;
}

body
{
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.popup-content {
    overflow-y: scroll;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-height: 75%;
    width: 90%;
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
}

.mr-t-20
{
    margin-top: 20px;
}

.mr-t-50
{
    margin-top: 50px;
}

a
{
    text-decoration: none !important;
    color: #292F86 !important;
    white-space: nowrap;
}

a:hover
{
    color: #292F86;
}

/* header - desktop */

header
{
    width: 100vw;
    height: 75px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 8px rgb(0, 0, 0, 25%);
    display: flex;
    align-items: center;
}

header .container-fluid
{
    width: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 992px)
{
    header .container-fluid
    {
        padding: 0 5%;
    }
}

header .navb-logo img
{
    width: 180px;
}

header .navb-items
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: 3px;
}

header .item
{
    text-align: center;
    margin-inline: 7%;
    font-size: 22px;
    letter-spacing: 3px;
    padding: 5px 0;
    transition: all .2s ease;
    border-top: 0 solid #E2000F;
    border-bottom: 0 solid #E2000F;
    cursor: pointer;
    color: #E2000F;
}

header .item:hover
{
    border-top: 3px solid #E2000F;
    border-bottom: 3px solid #E2000F;
}

/* header - mobile */

.modal-dialog
{
    margin: 0 !important;
    width: 430px !important;
}

@media(max-width: 450px)
{
    .modal-dialog
    {
        width: 300px !important;
    }
}

.modal-content
{
    border-radius: 0 !important;
    height: 100vh;
    overflow-y: scroll;
    background-color: #FFFFFF !important;
}

.modal-header
{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 88%;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 16px !important;
    border-bottom: 3px solid #E2000F !important;
}

.modal-header img
{
    width: 180px;
}

.modal-header .btn-close
{
    opacity: 1;
}

.modal-header i
{
    font-size: 30px !important;
    color: #E2000F !important;
}

.modal-body
{
    width: 88%;
    margin: 0 auto;
    padding: 60px 0 0 0 !important;
    flex: unset !important;
}

.modal-body .modal-line
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all .5s ease;
    border-bottom: 2px solid #292F86;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #292F86;
}

.modal-body .modal-line:hover
{
    border-bottom: 2px solid #E2000F;
    color: #E2000F;
}

.modal-href
{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #000000;
}

.mobile-modal-footer
{
    width: 70%;
    margin: 0 auto;
    padding: 10% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 35px;
    color: #292F86;
}

.mobile-modal-footer i:hover
{
    color: #E2000F;
}

/* headlines */
h1
{
    text-align: center;
    line-height: 75px !important;
    letter-spacing: 3px;
    color: #292F86 !important;
}

h2
{
    text-align: center;
    line-height: 50px !important;
    letter-spacing: 3px;
    color: #292F86 !important;
}

.headline-main
{
    height: 75px;
    width: 100%;
    border-top: 5px solid #E2000F;
}

.headline-sub
{
    height: 50px;
    width: 100%;
}

.h2-line
{
    border-top: 5px solid #E2000F;
}

/* text */
.text-wrap
{
    height: auto;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
}

@media(max-width: 1260px)
{
    .text-wrap
    {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* products */
.bikes-wrap
{
    height: 430px;
    width: 1240px;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
}

.bikes-panel
{
    height: 430px;
    width: 400px;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 0 9px #ccc;
    -webkit-box-shadow: 0 0 9px #ccc;
    box-shadow: 0 0 9px #ccc;
}

.bikes-logo
{
    height: 120px;
    width: 100%;
    padding-top: 10px;
    background-color: #FFFFFF;
}

.bikes-logo a
{
    display: flex;
    justify-content: center;
}

.bikes-headline
{
    height: 75px;
    width: 100%;
    text-align: center;
    line-height: 75px;
    border-bottom: 3px solid #E2000F;
    font-size: 25px;
    letter-spacing: 2px;
    color: #292F86;
    background-color: #FFFFFF;
}

.bikes-content
{
    height: 180px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #333333;
    background-color: #FFFFFF;
}

.bikes-footer
{
    height: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
}

.bikes-btn
{
    height: 40px;
    width: 110px;
    transition: all .2s ease;
    text-align: center;
    text-decoration: none;
    color: #292F86 !important;
    border: 3px solid #292F86;
    background-color: #FFFFFF;
}

.bikes-btn:hover
{
    color: #FFFFFF !important;
    border: 3px solid #E2000F;
    background-color: #E2000F;
}

@media(max-width: 1260px)
{
    .bikes-wrap
    {
        height: 480px;
        width: 950px;
    }

    .bikes-panel
    {
        height: 480px;
        width: 300px;
    }

    .bikes-content
    {
        height: 230px;
    }
}

@media(max-width: 960px)
{
    .bikes-wrap
    {
        height: auto;
        width: 100%;
        display: block;
    }

    .bikes-panel
    {
        height: auto;
        width: 90%;
        display: contents;
    }

    .bikes-content
    {
        height: auto;
    }
}

@keyframes slideshow
{
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}

.products-wrap
{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products
{
    height: 100px;
    position: relative;
    background-color: #FFFFFF;
    display: flex;
    overflow: hidden;

}

.product
{
    height: 100px;
    display: flex;
    align-items: center;
    animation: slideshow 70s linear infinite;
}

.product img
{
    height: 100px;
    padding: 0 10px 0 10px;
    filter: grayscale(100%);
}

/* counter */
.counter-wrap
{
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    background-color: #FFFFFF;
}

.counter-wrap .counter
{
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.counter .counter-item
{
    width: calc(25% - 30px);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    color: #FFFFFF;
    border-top: 5px solid #E2000F;
}

.counter .counter-item .counter-icon
{
    font-size: 55px;
    color: #E2000F;
}

.counter .counter-item .counter-number
{
    font-size: 55px;
    color: #292F86;
}

.counter .counter-item .counter-text
{
    font-size: 22px;
    color: #333333;
}

@media (max-width: 1036px)
{
    .counter-wrap
    {
        padding: 50px 50px 0 50px;
    }

    .counter .counter-item
    {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }
}

@media (max-width: 580px)
{
    .counter .counter-item
    {
        width: 100%;
    }
}

/* call to action */
.call-btn
{
    height: 40px;
    width: 110px;
    transition: all .2s ease;
    text-align: center;
    text-decoration: none;
    color: #E2000F !important;
    border: 3px solid #E2000F;
    background-color: transparent;
}

.call-btn:hover
{
    color: #FFFFFF !important;
    border: 3px solid #292F86;
    background-color: #292F86;
}

/* gallery */
.gallery-panel
{
    height: auto;
    width: 100%;
}

.gallery-wrap
{
    margin-left: auto;
    margin-right: auto;
    max-width: 1125px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

.gallery-wrap .gallery-image
{
    height: 250px;
    width: 360px;
    border-top: 5px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
    overflow: hidden;
    cursor: pointer;
}

.gallery-wrap .gallery-image:hover
{
    border-top: 5px solid #E2000F;
    border-bottom: 5px solid #E2000F;
}

.gallery-wrap .gallery-image img
{
    height: 250px;
    width: 360px;
    object-fit: cover;
    transition: .2s linear;
    filter: grayscale(100%);
}

.gallery-wrap .gallery-image:hover img
{
    transform: scale(1.1);
    filter: grayscale(0%);
}

.gallery-popup
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.gallery-popup span
{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 100;
}

.gallery-popup span
{
    color: #E2000F;
}

.gallery-popup img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    object-fit: cover;
}

@media (max-width: 1255px)
{
    .gallery-popup img {
        width: 95%;
    }
}

/* call to action */
.action-wrap
{
    height: 150px;
    width: 100%;
    background-image: url('../img/moto_bg.jpg');
    background-color: #FFFFFF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 6px 8px rgb(0, 0, 0, 25%), inset 0 -6px 8px rgb(0, 0, 0, 25%);
}

.action-panel
{
    height: 147px;
    width: 1240px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.action-content
{
    height: 147px;
    width: 930px;
    line-height: 147px;
    background-color: transparent;
}

.action-text
{
    height: 147px;
    text-align: left;
    line-height: 147px !important;
    text-align: center;
}

.action-link
{
    height: 147px;
    width: 310px;
    background-color: transparent;
}

.action-button
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
}

@media(max-width: 1260px)
{
    .action-panel
    {
        display: block;
        justify-content: center;
        width: 1000px;
    }

    .action-content
    {
        position: relative;
        float: left;
        height: 85px;
        width: 100%;
        line-height: 85px;
    }

    .action-text
    {
        position: relative;
        float: left;
        height: 85px;
        width: 100%;
        line-height: 85px !important;
        margin-bottom: 0 !important;
    }

    .action-link
    {
        position: relative;
        float: left;
        height: 65px;
        width: 100%;
    }

    .action-button
    {
        display: block;
        margin-top: 0;
    }
}

@media(max-width: 1100px)
{
    .action-panel
    {
        width: 800px;
    }
}

@media(max-width: 850px)
{
    .action-panel
    {
        width: 620px;
    }
}

@media(max-width: 650px)
{
    .action-panel
    {
        width: 310px;
    }

    .action-content
    {
        position: relative;
        float: left;
        height: 85px;
        width: 100%;
        line-height: 42px;
    }

    .action-text
    {
        line-height: 42px !important;
        font-size: 25px !important;
    }

    .action-button
    {
        display: block;
        margin-top: 5px;
    }
}

/* contact */
.contact-wrap
{
    height: 120px;
    width: 1240px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content: space-between;
    font-size: 20px;
}

.contact-panel-1
{
    height: 120px;
    width: 310px;
    border-left: 3px solid #E2000F;
}

.contact-panel-2
{
    height: 120px;
    width: 310px;
    border-left: 3px solid #E2000F;
}


.contact-panel-3
{
    height: 120px;
    width: 310px;
    border-left: 3px solid #E2000F;
}

.contact-panel-4
{
    height: 120px;
    width: 310px;
    border-left: 3px solid #E2000F;
    border-right: 3px solid #E2000F;
}

.contact-list
{
    text-align: left !important;
    padding-left: 40px;
}

@media(max-width: 1260px)
{
    .contact-wrap
    {
        height: 240px;
        width: 620px;
        display: block;
        justify-content: unset;
    }

    .contact-panel-1
    {
        position: relative;
        float: left;
    }

    .contact-panel-2
    {
        position: relative;
        float: left;
        border-right: 3px solid #E2000F;
    }

    .contact-panel-3
    {
        position: relative;
        float: left;
    }

    .contact-panel-4
    {
        position: relative;
        float: left;
    }
}

@media(max-width: 650px)
{
    .contact-wrap
    {
        height: 480px;
        width: 310px;
    }

    .contact-panel-1
    {
        border-right: 3px solid #E2000F;
    }

    .contact-panel-3
    {
        border-right: 3px solid #E2000F;
    }
}

.contact-content
{
    height: 40px;
    width: 310px;
    text-align: center;
    line-height: 40px;
}

.contact-content span
{
    color: #E2000F;
}

.contact-content a
{
    text-decoration: none !important;
    color: #333333 !important;
}

.contact-content a:hover
{
    color: #292F86 !important;
}

.map-wrap
{
    height: 275px;
    width: 100%;
}

.map
{
    height: 275px;
    width: 100%;
    filter: grayscale(100%);
    border: none;
}

/* footer */
.footer-wrap
{
    height: 60px;
    width: 100%;
    border-top: 5px solid #E2000F;
}

.footer-panel
{
    height: 60px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 60px;
}

.footer-panel a
{
    text-decoration: none !important;
    color: #292F86 !important;
}

.footer-panel a:hover
{
    color: #E2000F !important;
}
