/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: url("./../../../image/catalog/default/backgrounds/WKND-pattern.png") center center no-repeat;
    border-bottom: 2px solid white !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

    #header {
        background: url("./../../../image/catalog/default/backgrounds/WKND-pattern.png") center center;
    }

    #intro .carousel-item {
        height: 35vh;
    }
}

#header .logo img {
    max-height: 80px;
}

@media (max-width: 1900px) {
    #header .img-fluid {
        max-width: none;
    }
}

@media (min-width: 567px) {
    .header-account-links {
        padding-left: 50px !important;
        margin-left: 60px;
        border-left: 1px solid white;
    }

    .header-shop-links {
        padding-right: 45px !important;
        border-right: 1px solid white;
    }
}

.header-social-links a,
.header-social-links a:hover {
    color: white;
}

@media (max-width: 1280px) {
    #shopping-cart {
        position: relative;
        border: none;
    }

    #shopping-cart .btn {
        display: inline-block;
        margin-top: 10px;
    }

    #shopping-cart table {
        width: 97%;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.nav-menu a {
    color: white;
}

.nav-menu>ul>li>a:before {
    background-color: white;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: white;
}

@media (min-width: 567px) {
    .nav-menu>ul {
        background: #00000070;
        border-radius: 10px;
        border: 1px solid white;
        padding: 10px;
    }

    .nav-menu>ul>li>a:before {
        background-color: var(--green);
    }

    .nav-menu a:hover,
    .nav-menu .active>a,
    .nav-menu li:hover>a {
        color: var(--green);
    }
}

/* Mobile Navigation */

.mobile-nav-toggle {
    top: 40px;
}

.mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 1300px) {
    .nav-menu {
        display: none !important;
    }

    .mobile-nav {
        display: block !important;
    }

    .mobile-nav-toggle {
        display: block !important;
    }
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

#intro {
    height: 45vh;
    background-image: linear-gradient(rgba(58, 176, 194, 1), rgba(255, 0, 0, 0)) !important;
    background: none;
}

#intro h2 {
    font-size: 30px;
    background-color: rgba(22, 176, 197, 0.7);
    padding: 5px 25px;
    border-radius: 50px;
}

.wknd .carousel {
    padding: 25px;
}

.wknd #carousel-banner-1 {
    padding-bottom: 15px;
}

.wknd #carousel-banner-2 {
    padding-top: 15px;
}

.wknd .carousel-inner {
    border-radius: 25px;
}

.wknd #carousel-banner-0 .carousel-item {
    height: 470px;
}

.wknd #carousel-banner-1 .carousel-item {
    height: 220px;
}

.wknd #carousel-banner-2 .carousel-item {
    height: 220px;
}

@media only screen and (max-width: 520px) {
    .wknd .carousel {
        padding: 15px;
    }

    .wknd #carousel-banner-0 .carousel-item,
    .wknd #carousel-banner-1 .carousel-item,
    .wknd #carousel-banner-2 .carousel-item {
        height: 198px;
    }
}

#intro .carousel-item::before {
    background: none;
}

#intro .carousel-content {
    margin-top: 450px;
    max-width: 575px;
}

#intro .title-0 {
    transform: translateY(-600px);
    animation: 1.5s slideIn ease-in-out forwards 0.5s;
    opacity: 0;
}

#intro .description-0 {
    transform: translateX(-600px);
    animation: 1.5s slideIn ease-in-out forwards 0.5s;
    opacity: 0;
    min-width: 100vh;
}

#intro .title-1,
#intro .description-1 {
    transform: translateY(400px);
    animation: 1.5s slideIn ease-in-out forwards 0.5s;
    opacity: 0;
}

#intro .title-2 {
    transform: translateX(600px);
    animation: 1.5s slideIn ease-in-out forwards 0.5s;
    z-index: 10;
    opacity: 0;
    position: relative;
}

#intro .description-2 {
    text-align: center;
    transform: translateX(-600px);
    animation: 1.5s slideIn ease-in-out forwards 0.5s;
    opacity: 0;
    min-width: 100vh;
}

#intro .title-3 {
    transform: translateX(-600px);
    animation: 1.5s slideIn ease-in-out forwards 0.5s;
    z-index: 10;
    opacity: 0;
    position: relative;
}

#intro .description-3 {
    text-align: center;
    transform: translateX(600px);
    animation: 1.5s slideIn ease-in-out forwards 0.5s;
    opacity: 0;
    min-width: 100vh;
}

@media only screen and (max-width: 768px) {
    #intro {
        height: 16vh;
    }

    #intro h2 {
        font-size: 35px;
    }

    #intro .carousel-item {
        height: 16vh;
    }

    #intro .carousel-content {
        display: none;
    }

    #intro .title-0 {
        transform: translateY(400px);
        margin-left: auto;
        margin-top: -200px;
    }

    #intro .description-0 {
        transform: translateX(400px);
        margin-left: auto;
        min-width: 20vh;
    }

    #intro .title-1 {
        transform: translateY(400px);
        margin-top: -200px;
    }

    #intro .description-1 {
        margin-top: 0px;
    }

    #intro .title-2 {
        transform: translateY(400px);
        margin-left: auto;
        margin-top: -200px;
    }

    #intro .description-2 {
        transform: translateX(400px);
        margin-left: auto;
        min-width: 20vh;
    }
}

@media (min-width: 1925px) {
    #intro {
        height: 34vh;
    }

    #intro .carousel-item {
        height: 34vh;
    }
}

/*--------------------------------------------------------------
# Divider Create Your Ride Identity
--------------------------------------------------------------*/

.divider-cyri {
    background-color: #000;
    height: 90px;
}

.divider-cyri img {
    width: 700px;
    padding: 26px;
    position: relative;
    animation: moveImg 3s infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

@keyframes moveImg {
    from {
        left: -100px;
    }

    to {
        left: 100px;
    }
}

/*--------------------------------------------------------------
# About Module
--------------------------------------------------------------*/

.about {
    background: black;
    background-size: cover;
    padding: 0 0 60px 0;
}

.about-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #fafafa;
}

.about-section .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 844px;
    height: 620px;
    background-color: rgba(12, 181, 199, 0.5);
}

.about-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .title-column .inner-column {
    position: relative;
}

.about-section .title-column .upper-box {
    position: relative;
    margin-bottom: 70px;
}

.about-section .title-column .upper-box .upper-inner {
    position: relative;
    padding-left: 200px;
}

.about-section .title-column .upper-box .upper-inner:before {
    position: absolute;
    content: '';
    left: -5px;
    top: -15px;
    width: 185px;
    height: 95px;
    border: 12px solid #eaeaea;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}

.about-section .title-column .upper-box .number {
    position: absolute;
    left: 10px;
    top: -15px;
    color: #3CB5C7;
    font-weight: 700;
    line-height: 1em;
    font-size: 90px;
}

.about-section .title-column .upper-box h3 {
    position: relative;
    color: #322f2f;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
}

.about-section .title-column .upper-box .upper-title {
    position: relative;
    color: #3CB5C7;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 7px;
    text-transform: uppercase;
}

.about-section .title-column .inner-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 40px;
    padding-right: 100px;
}

.about-section .title-column .inner-column .text span {
    color: #3CB5C7;
}

.about-section .list-style-two {
    position: relative;
}

.about-section .list-style-two li {
    position: relative;
    color: #777777;
    font-size: 15px;
    padding-left: 65px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 15px 0 15px 0;
}

.about-section .list-style-two li:before {
    position: absolute;
    content: '\f178';
    left: 25px;
    top: 0px;
    color: #3CB5C7;
    font-size: 20px;
    line-height: 1em;
    font-weight: 300;
    font-family: 'FontAwesome';
}

.about-section .title-column .lower-box .theme-btn {
    position: relative;
    float: left;
}

.about-section .about-column {
    position: relative;
}

.about-section .about-column .inner-column {
    position: relative;
    padding: 30px 0 0px 30px;
}

.about-section .about-column .about-image {
    position: relative;
    padding-right: 60px;
}

.about-section .about-column .about-image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 15px;
}

.about-section .about-column .info-box {
    position: relative;
    margin-top: 60px;
}

.about-section .about-column .info-box .info-inner {
    position: relative;
    padding-left: 85px;
    display: inline-block;
}

.about-section .about-column .info-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #fafafa;
    font-size: 28px;
    text-align: center;
    border-radius: 50px;
    line-height: 58px;
    border: 1px solid #fafafa;
    background-color: var(--green);
}

.about-section .about-column .info-box .icofont-envelope:before {
    margin-left: 7px;
}

.about-section .about-column .info-box h3 {
    position: relative;
    color: #322f2f;
    top: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.about-section .about-column .info-box .number {
    position: relative;
    color: #777777;
    font-size: 20px;
    font-weight: 700;
    top: 5px;
}

.about-section.style-two {
    padding-bottom: 120px;
}

.about-us-contact:hover {
    color: white;
    cursor: pointer;
}

.about-section .section-title {
    margin-left: -115px;
}

@media (max-width: 520px) {
    .about-section .section-title {
        margin-left: unset;
    }

    .about-section .about-column .inner-column {
        padding: 0;
        text-align: center;
    }

    .about-section .title-column {
        margin-bottom: 0;
    }

    .about-section .title-column .inner-column .text {
        padding-right: 0;
        text-align: center;
    }

    .about-section .title-column .inner-column .lower-box {
        text-align: center;
    }

    .about-section .pattern-layer {
        height: 955px;
    }
}

/*--------------------------------------------------------------
# Instagram Module
--------------------------------------------------------------*/
.gallery_embed {
    width: 1440px;
}

@media (max-width: 520px) {
    .gallery_embed {
        width: 410px;
    }
}

@media (min-width: 1910px) {
    .gallery_embed {
        width: 1920px;
    }
}

@media (min-width: 2500px) {
    .gallery_embed {
        width: 2560px;
    }
}

.gallery {
    background: var(--green);
    background-size: cover;
    padding: 60px 0;
}

.section-instagram {
    height: 540px;
    padding: 15px 0;
    text-align: center;
}

.instagram-module {
    min-width: 0;
    width: 100%;
    height: 37vh !important;
    margin: auto !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

.instagram-module img {
    max-width: 375px;
    overflow: hidden;
}

.glide {
    height: 37vh;
}

.glide__arrow {
    position: absolute;
    display: block;
    padding: 10px;
    cursor: pointer;
    background: #3CB5C7;
    border-radius: 100%;
    border-style: solid;
    color: white;
    border-color: white;
}

.glide__arrow:hover {
    background: white;
    border-style: solid;
    color: #3CB5C7;
    border-color: #3CB5C7;
}

.glide__arrow--right {
    top: 160px;
    right: -10px;
}

.glide__arrow--left {
    top: 160px;
    left: -10px;
}

/*--------------------------------------------------------------
# Products Overview
--------------------------------------------------------------*/

@media (min-width: 567px) {
    #products .section-title {
        padding-bottom: 0px;
    }

    #products .card {
        margin-bottom: 25px;
        border-radius: 10px;
    }

    #products .card:hover {
        transform: scale(1.09);
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    #products .card:hover .card-title {
        color: white;
    }

    #products .card-body,
    #brands .card-body {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -50px;
        padding: 0;
        min-height: 45px;
    }

    #products .card-title {
        color: var(--green);
        font-size: 16px;
        margin-bottom: 0px;
    }

    #products p {
        display: none;
    }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .section-title {
    padding-bottom: 0;
}

.portfolio-details .portfolio-info h3 {
    margin-left: 415px;
}

.portfolio-details .portfolio-info p {
    min-height: 195px;
}

.portfolio-details #tab-required p {
    padding-bottom: 20px;
    min-height: unset;
}

.portfolio-details #tab-description p {
    min-height: unset;
}

.portfolio-details section {
    padding: 30px 0;
}

.portfolio-details #brands .section-title {
    padding-bottom: 0;
}

#product-list .card-body {
    padding: 25px;
    min-height: 375px;
}

#product-list .card-title {
    margin-top: .75rem;
}

#product-list .product-buttons {
    position: absolute;
    bottom: 15px;
    width: 85%;
}

.img-article {
    position: relative;
    height: 257px;
    padding-left: 0;
    padding-right: 25px;
    float: left;
    right: 0;
    border-left: none;
}

.img-article-overview {
    position: relative;
    height: 257px;
    padding-left: 0;
    padding-right: 25px;
    float: left;
    right: 0;
    border-left: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.required-list {
    padding: 10px;
    border: 1px solid #3CB5C760;
}

.required-list h4 {
    background-color: #3CB5C7;
    color: white;
    padding-left: 25px;
    margin-bottom: 15px;
}

.required-list .total {
    margin-top: 25px;
    height: 75px;
    border: 1px solid #3CB5C760;
}

.required-list p {
    padding-left: 25px;
    font-weight: 600;
    display: block !important;
}

.required-list button {
    margin-top: 15px;
}

.clients {
    height: 515px;
}

.portfolio-details .portfolio-info ul {
    margin-top: 20px;
}

@media (max-width: 520px) {
    .img-article-overview {
        height: auto;
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
# Article Overview & Details
--------------------------------------------------------------*/

.article-brand {
    padding-top: 40px;
}

.article-brand .article-brand-container {
    position: relative;
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.article-brand .brand-info {
    padding: 30px 10px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.article-brand .brand-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.article-brand img {
    float: left;
    margin-top: -40px;
}

.article-brand .brand-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
    margin-top: 50px;
}

.article-brand .brand-info ul li+li {
    margin-top: 10px;
}

.article-brand .portfolio-description {
    padding-top: 50px;
}

.article-brand .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article-brand .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .article-brand .portfolio-description h2 {
        width: 100%;
    }

    .article-brand .brand-info {
        position: static;
        margin-top: 30px;
    }
}

.article-brand .brand-info button[type="submit"] {
    background: var(--green);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.article-brand .brand-info button[type="submit"]:hover {
    box-shadow: 2px 2px 8px var(--green);
}

.article-brand .our-values .card {
    padding: 190px 20px 20px 20px;
}

.img-article {
    position: absolute;
    right: 40px;
    height: 230px;
    border-left: 1px solid #eee;
    padding-left: 35px;
}

.brand-info .form-inline {
    display: list-item !important;
}

.articleSize {
    width: 40% !important;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #FFFFFF url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%2300AEA9%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;
    -webkit-appearance: none;
}

#brands .card {
    padding: 208px 20px 20px 20px;
    margin-bottom: 15px;
}

#brands h3 {
    margin: 0 auto;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: none;
    background-color: #000;
}

#footer .footer-top {
    text-align: left;
}

#footer .footer-top .icofont-arrow-right {
    color: var(--green);
}

#footer .footer-top ul {
    list-style-type: none;
    padding-inline-start: 20px;
}

#footer .footer-top li {
    padding-bottom: 10px;
    font-size: 16px;
    font-style: italic;
}

#footer .footer-top li a {
    color: white;
}

#footer .footer-top li a:hover {
    color: var(--green);
}

#footer .img-rideallwknd {
    width: 900px;
}

@media (max-width: 992px) {
    #footer .img-rideallwknd {
        margin-top: 45px;
    }
}

.footer-info img {
    width: 75%;
}

.footer-links-left,
.footer-links-center,
.footer-links-right {
    top: 45px;
}

.footer-links-left h4,
.footer-links-center h4,
.footer-links-right h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-links-left h4:after,
.footer-links-center h4:after,
.footer-links-right h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: var(--green);
    bottom: 0;
}

.footer-links-right h4:after {
    width: 135px;
}

.footer-links-center h4:after {
    width: 160px;
}

.contact .info {
    display: flex;
}

@media (max-width: 520px) {
    .contact .info {
        display: block;
    }
}

.follow-us .social-links {
    margin-left: 60px;
}

.follow-us .social-links i {
    font-size: 18px;
    display: inline-block;
    background: rgba(60, 181, 199, 100);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.follow-us .social-links i:hover {
    background: var(--green);
    color: #fff;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: unset;
}

.nav-tabs .nav-link.active {
    border-color: #3CB5C760 #3CB5C760 #fff;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 10px;
}

.float-whatsapp {
    position: fixed; 
    width: 60px; 
    height: 60px; 
    bottom: 15px; 
    left: 15px; 
    background-color: #25d366; 
    color: #FFF; 
    border-radius: 50px; 
    text-align: center; 
    font-size: 30px; 
    box-shadow: 2px 2px 3px #999; 
    z-index: 100;
}