@charset "utf-8";
/*!
 * custom.css
 * dwengs - 2020
 */

:root {
    --color-primary: #ff3f00;
    --color-primary-dark: #d13602;
    --color-primary-opacity: #ff3f0060;
    --color-secondary: #0b2b54;
    --color-secondary-dark: #09254a;
    --color-secondary-opacity: #0b2b5460;
}

/* body */
body{
    font-family: "Work Sans", sans-serif;
    /* font-family: "Barlow Condensed", sans-serif; */
    font-optical-sizing: auto;
    font-style: normal;
}

/* a */
a,
a:active,
a:hover,
a:focus {
    text-decoration: none;
}

/* h */
.h {
    
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
h1, .h1 {
    font-size: 3rem;
}

/* headers */
.headers > span:not(.h-backdrop) {
    color: var(--color-primary);
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 450;
    letter-spacing: 0.1px;
}
.headers-backdrop {
    position: relative;
    padding-top: 35px;
}
.headers-backdrop.text-center {
    display: flex;
    justify-content: center;
}
.headers-backdrop > .h {
    position: relative;
    z-index: 1;
    line-height: 1;
}
.headers-backdrop .h-backdrop {
    position: absolute;
    font-size: 4.375rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    opacity: 0.03;
    bottom: 22px;
    left: 44px;
    font-family: "Barlow Condensed", sans-serif;
    z-index: 0;
    line-height: 1;
}
.text-center .h-backdrop {
    left: auto;
}

/* buttons */
.buttons {
    display: flex;
    gap: 2rem;
}
.button {
    background-color: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    height: 54px;
    padding: 0 35px;
    border-radius: 15px;
    font-weight: 450;
    letter-spacing: 0px;
    border: 1px solid transparent;
}
.button:hover,
.button:active,
.button:focus {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
.button-secondary {
    background-color: var(--color-secondary);
}
.button-outline {
    border: 1px solid var(--color-primary-opacity);
    background-color: transparent;
    color: var(--color-primary);
}
.button-link {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0;
    border-radius: 15px;
    font-weight: 450;
    letter-spacing: 0px;
    border: 1px solid transparent;
}
.button-link > i {
    color: var(--color-primary);
    font-size: 0.6875rem;
}

/* card */
.card-default {
    border: 0;
    border-radius: 16px;
}
.card-default .card-body {
    padding: 3rem;
}

/* header */
header {
    position: fixed;
    width: 100%;
    z-index: 16;
    background-color: #fff;
    box-shadow: 0 0 15px -10px #00000085;
}
.navbar {
    height: 108px;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    height: 52px;
}
.menu-area {
    display: flex;
    gap: 2rem;
}
.navbar-nav {
    gap: 1rem;
}
.nav-link {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #222;
}
.dropdown-toggle::after {
    border: 1px solid;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    opacity: 0.8;
    margin-left: 0.5rem;
}
.navbar-tools {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.navbar-search {
    display: flex;
    align-items: center;
}
.navbar-search button, .navbar-search button:hover {
    background-color: var(--color-primary);
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    color: #fffc;
    top: auto;
    right: 7px;
    padding: 0;
}
.navbar-search input {
    border: 0;
    background-color: #f1f1f1;
    font-size: 0.8125rem;
    width: 210px;
    height: 42px;
    border-radius: 11px;
    padding: 0 17px;
}
.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 12px;
    border-top: 3px solid var(--color-primary);
    box-shadow: 0 0 10px -6px #0007;
    margin-top: 20px;
    margin-left: 10px;
    column-count: 2;
    column-rule: 1px solid #eee;
    padding: 10px 10px;
}
.navbar-nav .dropdown-menu:before {
    content: "";
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--color-primary) var(--color-primary);
    width: 10px;
    position: absolute;
    top: 0;
    margin-top: -13px;
    margin-left: 13px;
}
.dropdown-item {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.4px;
    min-width: 180px;
    padding: 10px 15px;
    border-radius: 7px;
    line-height: 1;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f5f5f5;
}


/* lang */
.language-changer-wrapper {
    position: relative;
    width: 50px;
    height: 20px;
    overflow: hidden;
    padding: 4px;
}
.language-changer-wrapper:hover {
    overflow: visible;
}
.language-changer-wrapper:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid var(--color-primary);
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    /* position: absolute; */
    /* margin: 0 0 -1px 7px; */
    right: 3px;
    top: 5px;
    position: absolute;
}
.language-changer-wrapper .language-dropdown {
    position: absolute;
    top: -3px;
    margin: 0;
    left: 0;
    padding: 2px 5px;
    border-radius: 3px;
    /* width: 100%; */
    opacity: 0.8;
}
.language-changer-wrapper:hover .language-dropdown {
    background-color: #f1f1f1;
    opacity: 1;
}
.language-changer-wrapper .language-dropdown li:not(:last-child) {
    margin-bottom: 5px;
}
.language-changer-wrapper .language-dropdown li a {
}
.language-changer-wrapper .language-dropdown li a img {
    width: 25px;
}

/* carousel slider */
.carousel {
    padding-top: 108px;
    min-height: 90vh;
    background-color: #e4e7f0;
    background-image: url(../images/bg/gray-waves.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.carousel-inner {
    /* overflow: visible; */
    /* height: 100%; */
    padding: 5.5vh 0 10vh;
}
.carousel-captions {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.carousel-captions .h {
    font-size: 4.375rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 1.2;
}
.carousel-captions .h strong {
    display: inline-block;
    font-weight: 700;
    color: var(--color-primary);
}
.carousel-captions .buttons {
    margin-top: 1rem;
}
/* controls */
.carousel-all-controls {
    position: absolute;
    width: 100%;
    bottom: 4vh;
}
.carousel-all-controls > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carousel-indicators {
    position: relative;
    margin: 0;
    gap: 0.5rem;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: var(--color-secondary);
}
.carousel-controls-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.carousel-control-next, .carousel-control-prev,
.carousel-control-next:hover, .carousel-control-prev:hover {
    position: relative;
    top: auto;
    bottom: auto;
    opacity: 1;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
}
.carousel-control-prev,
.carousel-control-prev:hover {
    width: 38px;
    height: 38px;
}
.carousel-control-next,
.carousel-control-next:hover {
    background-color: #fff;
    color: var(--color-primary);
}
.slide-product-badge {
    position: absolute;
    bottom: -5vh;
    left: -2.5vw;
    z-index: 15;
    background-color: var(--color-secondary);
    color: #fff;
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 28px;
    border-radius: 16px;
    gap: 0.375rem;
}
.slide-product-preview {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-product-preview img {
    max-width: 100%;
    max-height: 40vh;
}
.slide-product-badge span {
    line-height: 1;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #fff9;
}
.slide-product-badge .h {
    line-height: 1;
    margin: 0;
    font-size: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}
.slide-product-badge .h i {
    font-size: 0.8125rem;
    margin-top: 4px;
    color: var(--color-primary);
}
.slide-product-badge:before {
    content: "";
    display: block;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent var(--color-secondary) var(--color-secondary) transparent;
    top: -10px;
    right: 14px;
}

/* separator */
.separator {
    padding-top: 108px;
    min-height: 30vh;
    background-color: #e4e7f0;
    background-image: url(../images/bg/gray-waves.jpg);
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.separator-content {
    width: 100%;
}
.separator-content > .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb {
    margin: 0;
    justify-content: center;
}
.breadcrumb a {
    font-size: 0.875rem;
    color: #2227;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.breadcrumb-item+.breadcrumb-item::before {
    margin: 9px 15px 0 8px;
}

/* side-menu */
.side-menu {
    top: 120px;
}
.side-menu ul {
    margin: 0;
    padding: 0;
    max-height: 75vh;
}
.side-menu ul li a {
    padding: 0.5rem 0.75rem;
}
.side-menu ul ul li a {
    font-size: 0.8125rem;
    padding: 0.5rem 0;
}
.side-menu ul ul {
    margin-left: 2rem;
}

/* text */
.text-content {
    color: #222222a6;
    font-weight: 350;
    font-size: 1.0625rem;
    line-height: 1.6;
    /* padding-right: 50px; */
}
.text-content strong {
    font-weight: 600;
    color: #222;
}

/* section */
.section-bg {
    margin: 0;
    padding: 8vh 0;
    background-color: #f7f7f9;
}
.section-bg.section-home {
    padding: 12vh 0;
}
.section-bg-gray-bike {
    background-color: #e4e7ef;
    background-image: url(../images/bg/gray-bike.jpg);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-bg-white-dots {
    background-color: #fff;
    background-image: url(../images/bg/white-dots.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: unset;
}

/* home showcase */
.showcase-wrapper {
    margin-top: 5vh;
}
.showcase-wrapper > .row {
    --bs-gutter-x: 3.5rem;
    --bs-gutter-y: 0;
}
.showcase-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
    position: relative;
    margin-bottom: 1rem;
}
@media (min-width: 576px){
    .showcase-item-img {
        height: 113px;
    }
}
@media (min-width: 768px){
    .showcase-item-img {
        height: 135px;
    }
}
@media (min-width: 992px){
    .showcase-item-img {
        height: 195px;
    }
}
@media (min-width: 1200px){
    .showcase-item-img {
        height: 237px;
    }
}
.showcase-item-img {
    position: relative;
    background-color: #fff;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    border-radius: 16px;
    transition: padding .25s ease-in-out;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    height: 282px;
}
.showcase-item-img img {
    max-height: 100%;
    /* max-height: calc(100% - 5rem) !important; */
    transition: all .25s ease-in-out
}
.showcase-item-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    transition: opacity .25s ease-in-out;
}
.showcase-item-buttons {
    position: absolute;
    bottom: 0.5rem;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
.showcase-item-texts > span {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 450;
}
.showcase-item-texts > .h {
    font-size: 2.125rem;
}
.showcase-item:hover .showcase-item-texts {
    opacity: 0;
}
.showcase-item:hover .showcase-item-buttons {
    opacity: 1;
}
.showcase-item:hover .showcase-item-img {
    padding: 1.5rem;
}
.showcase-item:hover .showcase-item-img img {
    max-height: 100%;
    /* max-height: calc(100% - 3rem) !important; */
}

/* home categories */
.category-boxes-wrapper {
    margin: 5vh 0;
}
.category-boxes-wrapper > .row {

}
.category-boxes-wrapper > .row > .col {
    flex: 20%;
}
.category-boxes-wrapper a {
    
}
.category-boxes-wrapper .category-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 1.75rem;
}
.category-boxes-wrapper .category-box-img {
    position: relative;
}
.category-boxes-wrapper .category-box-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-primary);
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
.category-boxes-wrapper a:hover .category-box-img:before {
    opacity: 0.2;
}
.category-boxes-wrapper .category-box-img img {
    height: 180px;
    object-fit: cover;
}
.category-boxes-wrapper .category-box-texts {
    background-color: var(--color-secondary);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .25s ease-in-out;
}
.category-boxes-wrapper a:hover .category-box-texts {
    background-color: var(--color-primary);
}
.category-boxes-wrapper .category-box-texts .h {
    font-size: 1.125rem;
    line-height: 1;
    color: #fffe;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.75px;
}

/* home about */
.section-about.section-home {
    /* padding: 12vh 0; */
}
.section-about.section-home .about-img {
    position: relative;
}
.section-about.section-home .about-img img {
    height: 74vh;
    object-fit: cover;
    border-radius: 15px;
}
.section-about.section-home .about-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0005 0%, #0000 50%);
    border-radius: 15px;
}
.section-about.section-home .about-badge {
    position: absolute;
    right: 0;
    bottom: 5vh;
    background-color: var(--color-secondary);
    width: 80%;
    margin-right: -10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 42px;
    border-radius: 15px;
    z-index: 1;
}
.section-about.section-home .about-badge .h {
    color: #fffe;
    font-size: 2.125rem;
    margin: 0;
}
.section-about.section-home .about-badge .h > span {
    color: var(--color-primary);
}

/* categories */
.section-categories .showcase-item:hover .showcase-item-texts {
    opacity: 1;
}
.section-categories .showcase-item-img {
    background-image: url(../images/bg/gray-waves.jpg);
    background-size: 500%;
    background-position: 50%;
}

/* products */
/* .section-products .showcase-item:hover .showcase-item-texts {
    opacity: 1;
} */
.product-details-img {
    position: relative;
    background-color: #fff;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    border-radius: 16px;
    transition: padding .25s ease-in-out;
    width: 100%;
    max-width: 100%;
}
a:hover .product-details-img {
    padding: 1.5rem;
}
.product-details-text {

}

/* form */
.form-control {
    font-size: 0.8125rem;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    padding: 15px;
}
textarea.form-control {
    height: 100px;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(255, 63, 0, .15);
}

/* contact */
.form-group {
    margin-bottom: 0.5rem;
}
.form-item > label {
    font-weight: 500;
    font-size: 0.8125rem;
}
.form-item > label.form-check-label {
    font-size: 0.6875rem;
}
.form-group.form-check {
    margin: 1rem 0;
}
.contact-info-area {
    padding-left: 5vw;
    /* display: flex; */
    /* flex-direction: column; */
}

.contact-infos {
    margin: 5vh 0;
    max-width: 600px;
}
.contact-list {
    color: #222222a6;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
}
.contact-list > p {
    display: none;
}
.contact-list ul {

}
.contact-list ul li {

}
.contact-list ul li p {
    position: relative;
    padding-left: 25px;
}
.contact-list ul li p i {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    font-size: 0.875rem;
    color: var(--color-primary);
    position: absolute;
    left: 0;
    margin-top: 5px;
}
.contact-maps {

}
.contact-maps iframe {
    height: 299px;
}

/* footer */
footer {
    background-color: var(--color-secondary);
    color: #fff8;
    font-size: 0.9375rem;
    font-weight: 375;
}
footer .footer-copyright {
    position: relative;
    background-color: var(--color-secondary-dark);
    height: 76px;
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
}
.footer-content {
    padding: 10vh 0;
    background-image: url(../images/bg/blue-bike.jpg);
    background-position: 100% 70px;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-content .h {
    color: #fff;
}
.footer-content ul li {
    margin-bottom: 0.5rem;
}
.footer-content-info {
    position: relative;
    padding-right: 5vw;
}
.footer-content-info img {
    width: 230px;
}
.footer-content-info .text-content {
    color: #fff9;
    font-size: 0.9375rem;
}
.footer-content-info:after {
    content: "";
    display: block;
    width: 1px;
    height: 200px;
    border-right: 1px solid #ffffff57;
    position: absolute;
    right: 2.5vw;
    top: 50%;
    margin-top: -100px;
}
.footer-content-categories {

}
.footer-content-categories ul {
    column-count: 2;
}

@media (max-width: 1280px){

    html, body {
        font-size: 15px;
    }
    .button {
        height: 48px;
        padding: 0 30px;
    }
    .carousel-control-prev,
    .carousel-control-prev:hover {
        width: 38px;
        height: 38px;
    }
    .carousel-control-next, .carousel-control-prev,
    .carousel-control-next:hover, .carousel-control-prev:hover {
        padding: 0;
    }
    .carousel-captions .h {
        font-size: 4rem;
    }
    .text-content {
        font-size: 1rem;
    }
    .section-about.section-home .about-img img {
        height: 100vh;
    }
}

@media (max-width: 768px){
    .navbar-search {
        display: none;
    }
    .navbar {
        height: 84px;
    }
    .navbar-brand img {
        height: 42px;
    }
    .navbar-tools {
        margin-right: 50px;
    }
    .carousel-captions .h {
        font-size: 2.5rem;
    }
    .carousel-item > .container > .row {
        flex-direction: column-reverse;
    }
    .carousel {
        padding-top: 84px;
    }
    .slide-product-preview {
        min-height: unset;
        flex-direction: column;
        padding-bottom: 10vh;
    }
    .slide-product-preview img {
        max-height: 20vh;
    }
    .slide-product-badge {
        bottom: 0;
        left: 0;
        /* position: relative; */
        padding: 15px;
        height: auto;
    }
    .slide-product-badge .h {
        font-size: 1.5rem;
    }
    .carousel-captions {
        margin-top: 5vh;
        margin-bottom: 2vh;
    }
    .button {
        font-size: 0.75rem;
    }
    .carousel-all-controls {
        bottom: 15px;
        display: none;
    }
    .carousel-inner {
        padding: 4vh 0 3vh;
    }
    .burger-menu .navbar-nav {
        gap: 0;
    }
    .burger-menu .navbar-nav .dropdown-menu {
        column-count: 1;
        border-radius: 0;
        box-shadow: none;
    }
    .burger-menu .navbar-nav .dropdown-menu:before {
        margin-left: 35px;
        margin-top: -10px;
    }
    .burger-menu .dropdown-item {
        padding: 0.75rem 2rem;
    }
    .headers-backdrop .h-backdrop {
        font-size: 3.5rem;
    }
    .section-bg.section-home {
        padding: 3.5vh 0;
    }
    .showcase-wrapper > .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
    }
    .category-boxes-wrapper > .row > .col {
        flex: 50%;
    }
    .section-about.section-home .about-img img {
        height: 50%;
    }
    .section-about.section-home .about-badge .h {
        font-size: 1.375rem;
    }
    .section-about.section-home .about-badge {
        padding: 1.5rem;
        right: auto;
        left: 1rem;
        bottom: 1rem;
    }
    .footer-content-info:after {
        display: none;
    }
    .footer-content .row > div > div {
        margin-bottom: 3rem;
    }
    .footer-content {
        padding: 7.5vh 0 0;
    }
    .separator:after {
        display: none;
    }
    .section-bg {
        padding: 2.5vh 0;
    }
    .side-menu {
        top: auto;
        margin-top: 10vh;
    }
    .product-details-text {
        margin: 5vh 0;
        text-align: center;
    }
    .showcase-item-img {
        padding: 1rem;
    }
    .showcase-item-img img {
        max-height: 120px !important;
    }
    .product-details-img img {
        max-height: 40vh !important;
    }
}