/** Shopify CDN: Minification failed

Line 602:15 Expected identifier but found whitespace
Line 602:17 Unexpected "{"
Line 602:26 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:accordian (INDEX:2) */
.main-faq-wrapper {
    padding: 80px 0;
}
.main-faq-wrapper .title-h2 h2 {
    margin-bottom: 12px;
}
.main-faq-wrapper .description {
    text-align: center;
    font-family: var(--font-ClashDisplay-Light);
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ABABAB;
}
.main-faq-wrapper .main-faq-inner {
    margin-top: 80px;
    border: 1px solid #373737;
    padding: 50px 100px;
    background: #101010;
    border-radius: 10px;
}
.main-faq-wrapper .cf-kk-faq-wrapper .faq-item:first-child {
    border-top: 0;
}
.main-faq-wrapper .cf-kk-faq-wrapper .faq-item:last-child{
  border-bottom: 0;
}
.main-faq-wrapper .cf-kk-faq-wrapper .faq-item {
    padding: 22px 0;
}
.main-faq-wrapper .cf-kk-faq-wrapper .faq-question{
    font-family: var(--font-ClashDisplay-Regular);
    font-size: 18px;
    line-height: 105%;
    letter-spacing: 0%;
}
.main-faq-wrapper .cf-kk-faq-wrapper .faq-item{
    border-color: #373737;
}
.main-faq-wrapper .faq-item.active span.faq-icon svg {
    transform: rotate(-180deg);
}

  .main-faq-wrapper .cf-kk-faq-wrapper .faq-answer p, .main-faq-wrapper .cf-kk-faq-wrapper .faq-answer ul li {
    font-size: 18px !IMPORTANT;
    line-height: 105% !IMPORTANT;
    letter-spacing: 0% !important;
    color: #ababab ! IMPORTANT;
        font-family: var(--font-ClashDisplay-Light) !important;
}
.main-faq-wrapper .cf-kk-faq-wrapper .faq-answer ul{
  margin: 0;
}


@media(max-width:1199.98px){
.main-faq-wrapper{
    padding: 70px 0;
}
.main-faq-wrapper .main-faq-inner{
    margin-top: 70px;
}
.main-faq-wrapper .main-faq-inner{
      padding: 50px 50px;
}
}
@media(max-width:767px){
.main-faq-wrapper{
    padding: 50px 0;
}
.main-faq-wrapper .main-faq-inner{
    padding: 20px 20px;
    margin-top: 50px;
}
}
/* END_SECTION:accordian */

/* START_SECTION:aluminium_alloy_section (INDEX:4) */
.aluminium_alloy_section_main {
    padding: 80px 0 0;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
 
    .aluminium_alloy_section_main .content_main-wrapper .specs_main{
        margin: 31px 0 0;
        text-align: center;
    }
    .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row{
        display: flex;
        justify-content: center;
        gap: 18px;
    }
    .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row .specs_kg_main{
        border-radius: 20px;
        padding: 18px 44px;
        position: relative;
        /* background-image: var(--punk-gradient); */
        background: linear-gradient(#272727,#272727) padding-box,var(--punk-gradient) border-box;
        margin: 0 0 4px;
        border: 1px solid transparent;
    }
    /* .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row .specs_kg_main::after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        height: calc(100% - 2px);
        width: calc(100% - 2px);
        border-radius: 20px;
        background-color: #272727;
    } */
    .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row .specs_kg_main h4{
        font-family: var(--font-ClashDisplay-Semibold);
        font-weight: 600;
        font-size: 40px;
        line-height: 105%;
        letter-spacing: 0%;
        background: var(--punk-gradient);
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        z-index: 2;
        position: relative;
    }
    .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row p{
        font-family: var(--font-ClashDisplay-Regular);
        font-weight: 400;
        font-size: 18px;
        line-height: 105%;
        letter-spacing: 0;
        background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .aluminium_alloy_section_main .imge_main{
        width: 100%;
        height: 100%;
        margin: 31px 0 0;
        display: inline-flex;
    }
    .aluminium_alloy_section_main .imge_main picture,
    .aluminium_alloy_section_main .imge_main img{
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: inline-flex;
    }
    .aluminium_alloy_section_main .specs_bx-img {
    display: flex;
    height: 143px;
    width: 143px;
}
      @media (max-width:1199px){
      .aluminium_alloy_section_main{
            padding: 70px 0 0;
      }
    }
    @media (max-width:767px){
      .aluminium_alloy_section_main{
            padding: 50px 0 0;
      }
        .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row .specs_kg_main{
            padding: 12px 24px;
        }
        .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row .specs_kg_main h4{
            font-size: 30px;
        }
        .aluminium_alloy_section_main .content_main-wrapper .specs_main .specs_row{
              flex-wrap: wrap;
        }
           .aluminium_alloy_section_main .specs_bx-img {
    display: flex;
    height: 100px;
    width: 100px;
}
    }
/* END_SECTION:aluminium_alloy_section */

/* START_SECTION:custom-footer (INDEX:23) */
.footer-bg {
        background-color: var(--color-white);
    }

    /* Footer Top */
    .footer-top {
        padding: 80px 0;
    }
    .footer-top .footer-flex {
        display: flex;
        gap: 128px;
    }
    .footer-top .footer-left.footer-col-part {
        max-width: 40%;
        width: 100%;
    }
    .footer-top .f-logo {
        height: 100%;
        display: flex;
            margin-bottom: 24px;
    }
    .footer-top img.footer-logo {
        width: 100% !important;
        max-width: 89px !important;
    }
    .footer-top .footer-left-inner-content p.newsletter-text {
        font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: var(--color-black);
        margin-bottom: 24px;
    }
    .footer-top .footer-right.footer-col-part {
        max-width: 60%;
        width: 100%;
    }

    .footer-top .newsletter-footer .news-div-inner .newsletter-form__field-wrapper .field:after{
        display: none !important;
    }
    .footer-top .newsletter-footer .news-div-inner .newsletter-form__field-wrapper .field__input{
            border: 1px solid var(--color-black) !important;
            color:#000 !important;
               font-family: var(--font-ClashDisplay-Light) !important;
    }
    .footer-top .newsletter-footer .news-div-inner .newsletter-form__field-wrapper .field__input:focus {
        outline: none !IMPORTANT;
        box-shadow: none !IMPORTANT;
    }
    .footer-top .newsletter-footer .news-div-inner button#Subscribe {
        border: 1px solid var(--Color-Neutral-black, #000000);
        background-color: var(--color-black);
        color: var(--color-white);
    }
    .footer-top .newsletter-footer .news-div-inner button#Subscribe:hover{
            color: var(--color-black);
            background-color: transparent;
    }
    .footer-top .newsletter-footer .news-div-inner .newsletter-form__field-wrapper .field__input::placeholder {
           font-family: var(--font-ClashDisplay-Light) !important;
        color:var(--color-text-gray) !important;
    }
    .footer-top .newsletter-footer h3#ContactFooter-success {
        color:#428445;
    }
    .footer-top .privacy-note {
        font-family: var(--font-roboto) !important;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0%;
        color: var(--color-black);
            margin-top: 12px;
    }

    /* footer right part */
    .footer-top .footer-right-inner-content {
        display: flex;
        gap: 40px;
    }
    .footer-top .footer-column {
        max-width: calc(100% / 3 );
        width: 100%;
    }
    .footer-top .footer-column h4 {
        font-family: var(--font-roboto) !important;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: var(--color-black);
        margin-bottom: 16px;
    }
    .footer-top .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0px;
    }
    .footer-top .footer-column li {
        margin-bottom: 8px;
    }
    .footer-top .footer-column ul a {
        padding: 8px 0;
        text-decoration: none !important;
        color: var(--color-black) !important;
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        display: flex;
        align-items: center;
        column-gap: 12px;
    }
    .footer-top .footer-column ul a:hover span {
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    /* Footer Bottom START*/
    .footer-bottom {
        padding: 33px 0 80px;
        border-top: 1px solid var(--color-black);
    }
    .footer-bottom .f-bottom-part {
        display: flex;
        justify-content: space-between;
    }
    .footer-bottom .footer-bottom-left p, .footer-bottom .footer-legal a {
         font-family: var(--font-roboto);
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        color: var(--color-black);
    }
     .footer-bottom .footer-legal {
        display: flex;
        gap: 24px;
    }
    .footer-bottom .footer-legal a {
         text-underline-offset: 4px;
    }
   
    .footer-bottom .footer-legal a:hover{
        text-decoration: none;
    }

    @media(max-width:1199.98px){
    .footer-top {
        padding: 70px 0;
    }
    .footer-top .footer-flex{
        gap: 100px;
    }
    .footer-top .footer-right-inner-content {
        gap: 30px;
    }
    .footer-top .footer-column li{
            margin-bottom: 0;
    }
    .footer-bottom {
        padding: 22px 0 70px;
        border-top: 1px solid var(--color-black);
    }
    }

    @media(max-width:1023px){
        .footer-top .footer-flex {
            gap: 60px;
        }
    }

    @media(max-width:991.98px){
        .footer-top .footer-flex {
            gap: 40px;
            flex-wrap: wrap;
        }
        .footer-top .footer-left.footer-col-part, .footer-top .footer-right.footer-col-part {
            max-width: 100%;
        }
    }

     @media(max-width:767px){
        .footer-top {
            padding: 50px 0;
        }
        .footer-top .footer-column {
            max-width: 100%;
        }
       .footer-right-inner-content {
            flex-wrap: wrap;
        }
        .footer-top .footer-flex {
            gap: 30px;
        }
        .footer-top .footer-right-inner-content {
            gap: 20px;
        }
        .footer-top .footer-column h4{
            margin-bottom: 10px;
        }
        .footer-top .footer-column ul a{
            line-height: 18px;
        }
        .footer-bottom {
            padding: 18px 0 50px;
        }
        .footer-bottom .f-bottom-part {
            justify-content: center;
            flex-wrap: wrap;
            gap: 5px;
        }
    }
/* END_SECTION:custom-footer */

/* START_SECTION:customer-benefit (INDEX:25) */
.cf-kk-customer-benefit-wrapper{
        .benefit-back {
           background-color: var(--color-bg);
            padding: 40px 0 37px;
            border: 1px solid #373737;
            border-left: 0px;
            border-right: 0;
            @media(max-width:767px){
                padding: 35px 0 32px;
            }
        }
        .benefit-block-main {
            display: flex;
            justify-content: space-between;
            max-width: 1180px;
            margin: 0 auto;
            .benefit-block {
                text-align: center;
                .benefit-text  {
                    p{
                        font-family: Roboto;
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 150%;
                        letter-spacing: 0;
                        color: #fff;
                        @media(max-width:767px){
                         font-size: 14px;
                        }
                    }
                }
            @media(max-width:991px){
                max-width: calc(100% / 2 - 10px);
                width: 100%;
            }
            }
            @media(max-width:991px){
                flex-wrap: wrap;
                row-gap: 20px;
                 max-width: 100%;
            }
        }
    }
/* END_SECTION:customer-benefit */

/* START_SECTION:hero (INDEX:34) */
.cf-kk-hero-wrapper{
    .main-hero-banner{
        position: relative;
        width: 100%;
        height: 100%;
        padding: 337px 0;
        overflow: hidden;

        @media(max-width:1366px){
            padding: 300px 0;
        }
        @media(max-width:1199px){
            padding: 200px 0;
        }
        @media(max-width:991px){
            padding: 150px 0;
        }

        /* Background layers */
        .hero-video-wrapper,
        .hero-image{
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .hero-video-wrapper video{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hero-image{
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        /* Dark overlay */
        &::after{
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.4);
            z-index: 1;
        }

        .container{
            position: relative;
            z-index: 2;
        }
    }

    .main-hero-content {
        text-align: center;

        .sub-heading {
            p {
                font-family: var(--font-ClashDisplay-Light);
                font-weight: 400;
                font-size: 25px;
                line-height: 89%;
                text-align: center;
                color: var(--color-white);
                margin-bottom: 18px;
            }
        }

        .heading {
            h1 {
                font-family: var(--font-ClashDisplay-Medium);
                font-weight: 500;
                font-size: 80px;
                line-height: 120%;
                color: var(--color-white);

                @media(max-width:1366px){
                    font-size: 60px;
                }
                @media(max-width:991px){
                    font-size: 48px;
                    line-height: 50px;
                }
                @media(max-width:767px){
                    font-size: 46px;
                    line-height: 48px;
                }
            }
        }
    }
}
/* END_SECTION:hero */

/* START_SECTION:image-text (INDEX:36) */
.image-text-wrapper {
    padding: 80px 0;
}

.image-text-wrapper .main-image-text {
    display: flex;
    align-items: center;
}

.image-text-wrapper .main-image-text.reverse {
    flex-direction: row-reverse;
}

.image-text-wrapper .col-part-it {
    max-width: 50%;
    width: 100%;
}

.image-text-wrapper .col-part-it.content-text {
    padding-right: 166px;
}

.image-text-wrapper .main-image-text.reverse .content-text {
    padding-right: 0;
    padding-left: 166px;
}

.image-text-wrapper .col-part-it.content-text h2 {
    text-align: left;
}

.image-text-wrapper .col-part-it.image-div img {
    width: 100%;
    border-radius: 20px;
    max-height: 423px;
    object-fit: cover;
}

.image-text-wrapper .col-part-it.content-text .description {
    font-family: var(--font-ClashDisplay-Light);
    font-size: 16px;
    line-height: 105%;
    color: #fff;
    max-width: 361px;
    margin-bottom: 43px;
    text-align: {{ section.settings.text_alignment }};
}
.image-text-wrapper .col-part-it.content-text .description strong{
    font-family: var(--font-ClashDisplay-Regular);
}

/* --- Image Left START */
.left-image-text.image-text-wrapper .main-image-text.reverse .content-text {
    padding-right: 0;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.left-image-text.image-text-wrapper .col-part-it.content-text .description {
    max-width: 100%;
    text-align: right;
}
.left-image-text.image-text-wrapper .col-part-it.content-text h2{
text-align: right;
}
.image-text-wrapper .sub-content{
  margin-bottom:32px;
}

.image-text-wrapper .main-sub-content {
    font-size: 16px;
    line-height: 105%;
    color: #fff;
    display: flex;
    justify-content: end;
    gap: 24px;
}
.image-text-wrapper .sub-content-part {
    max-width: 50%;
    width: 100%;
    text-align: right;
}
.image-text-wrapper .sub-content-part h4 {
    font-family: var(--font-ClashDisplay-Medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 10px;
}
.image-text-wrapper .sub-content-part p{
    font-family: var(--font-ClashDisplay-Light);
}




/* Responsive */

@media(max-width:1199.98px){
.image-text-wrapper .col-part-it.content-text {
    padding-right: 122px;
}
.image-text-wrapper .main-image-text.reverse .content-text {
    padding-left: 122px;
}
.image-text-wrapper {
    padding: 70px 0;
}
}

@media(max-width:991.98px){
.image-text-wrapper .col-part-it.content-text {
    padding-right: 55px;
}
.image-text-wrapper .main-image-text.reverse .content-text {
    padding-left: 55px;
}
.left-image-text.image-text-wrapper .main-image-text.reverse .content-text{
        padding-left: 30px;
}
.image-text-wrapper .col-part-it.image-div img{
    max-height: 327px;
    min-height: 327px;
}
.left-image-text.image-text-wrapper {
    padding: 0 0 70px;
}
.image-text-wrapper .col-part-it.content-text h2, .image-text-wrapper .col-part-it.content-text .description,
.image-text-wrapper .sub-content{
        margin-bottom: 20px;
}
}

@media(max-width:767px){
.image-text-wrapper .main-image-text {
    flex-wrap: wrap;
    row-gap: 30px;
    flex-direction: column-reverse !important;
}
.image-text-wrapper .col-part-it {
    max-width: 100%;
}
.image-text-wrapper .col-part-it.content-text {
    padding: 0;
}
.image-text-wrapper {
    padding: 50px 0;
}
.left-image-text.image-text-wrapper {
    padding: 0 0 50px;
}
.left-image-text.image-text-wrapper .main-image-text.reverse .content-text{
    padding: 0px;
}
.left-image-text.image-text-wrapper .main-image-text.reverse .content-text{
        justify-content: start;
}
.left-image-text.image-text-wrapper .col-part-it.content-text .description{
    text-align: left;
}
.image-text-wrapper .main-sub-content{
        flex-wrap: wrap;
}
.image-text-wrapper .sub-content-part {
    max-width: 100%;
    width: 100%;
    text-align: left;
}
.image-text-wrapper .main-sub-content{
        gap: 20px;
}
}
/* END_SECTION:image-text */

/* START_SECTION:lighting-system (INDEX:38) */
.lighting_system_section_main {
        padding: 100px 0;
    }
    .lighting_system_section_main .box_main .box_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 23px;
    }
    .lighting_system_section_main .box_main .box_row .box img {
            width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    }
    .lighting_system_section_main .box_main .box_row .box_col {
        width: calc(50% - 11.5px);
        display: flex;
        flex-wrap: wrap;
        gap: 23px;
        justify-content: space-between;
        flex-direction: column;
            height: auto;
    }
    .lighting_system_section_main .box_main .box_row .box_col:last-child {
    height: auto;
}
    .lighting_system_section_main .box_main .box_row .box_col .box{
            min-height: calc(50% - 12px);
        object-fit: cover;
    border: 1px solid #373737;
    border-radius: 20px;
    overflow: hidden;
    }
    .lighting_system_section_main .box_main .box_row .box_col:last-child .box{
        min-height: 100%;
        height: 100%;
    }
    .lighting_system_section_main .box_main .box_row .box_col .box.box-text{
        position: relative;
        padding: 60px 45px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: #101010;
        border: 1px solid #373737;
        border-radius: 20px;
        overflow: hidden;
    }
    .lighting_system_section_main .box_main .box_row .box_col .box .box-content{
        text-align: center;
    }
    .lighting_system_section_main .box_main .box_row .box_col .box .box-content .box-icon {
        height: 56px;
        width: 56px;
        background: var(--punk-gradient);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 20px;
    }
    .lighting_system_section_main .box_main .box_row .box_col .box .box-content .box-icon svg path{
        stroke: var(--punk-text-color);
    }
    .lighting_system_section_main .box_main .box_row .box_col .box .box-content h2{
        font-family: var(--font-ClashDisplay-Semibold);
        font-weight: 600;
        font-size: 20px;
        line-height: 105%;
        letter-spacing: 0%;
        color: var(--color-heading);
        margin: 0 0 20px;
    }
    .lighting_system_section_main .box_main .box_row .box_col .box .box-content p{
        font-family: var(--font-ClashDisplay-Regular);
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        color: var(--color-heading);
    }
    .lighting_system_section_main .box_main {
        margin-top: 80px;
    }
    .lighting-rebal .box_col .box.box-text {
    min-height: auto !important;
}
    @media(max-width:1199.98px){
        .lighting_system_section_main {
    padding: 70px 0;
}
    }
    @media (max-width: 767px) {
        .lighting_system_section_main .box_main .box_row .box_col {
            width: 100%;
            gap: 23px;
        }
        .lighting_system_section_main .box_main {
            margin-top: 40px;
        }
        .lighting_system_section_main {
            padding: 60px 0;
        }
        .lighting_system_section_main .box_main .box_row .box_col .box.box-text{
                padding: 30px 15px;
        }
        .lighting_system_section_main .box_main .box_row .box_col .box{
                min-height: 275px;
        }
    }
/* END_SECTION:lighting-system */

/* START_SECTION:newsletter-bottom (INDEX:61) */
.newsletter-form-wrapper {
    padding: 80px 0;
    background: #101010;
}
.flex-newsletter {
    display: flex;
    align-items: center;
}
.news-col {
    max-width: 50%;
    width: 100%;
}
.newsletter-heading .title-h3 h3 {
    font-family: var( --font-ClashDisplay-Semibold);
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
}
.newsleter-description p {
    font-family: var(--font-ClashDisplay-Light);
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
}
.newsleter-description {
    margin-top: 24px;
}
.newsletter-form-div.news-col {
    padding-left: 106px;
}


@media(max-width:1400px){
.newsletter-form-div.news-col {
    padding-left: 30px;
}
}

@media(max-width:1199.98px){
.newsletter-form-wrapper{
    padding: 70px 0;
}
}

@media(max-width:991px){
.flex-newsletter{
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.newsletter-form-div.news-col {
    padding-left: 0;
}
.news-col {
    max-width: 100% !important;
    width: 100%;
}
.newsletter-heading .title-h3 h3{
font-size: 45px;
}
}

@media(max-width:767px){
.newsletter-form-wrapper{
    padding: 50px 0;
}
.newsletter-heading .title-h3 h3{
    font-size: 36px;
}
}

@media(max-width:575px){
    .news-div-inner .newsletter-form__field-wrapper .field{
        flex-wrap: wrap;
    }
}
/* END_SECTION:newsletter-bottom */

/* START_SECTION:policy-banner (INDEX:65) */
.cf-cu-policy-banner {
  .policy-banner-content {
    display: flex;
    align-items: center;
    height: 500px;
    position: relative;

    background-image:
      linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 34.3%),
      linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%),
      var(--desktop-bg);
           background-repeat: no-repeat;
        background-position: right;
        background-size: cover;

    @media(max-width:1199px){
        background-image:
        linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 34.3%),
        linear-gradient(180deg, rgba(0,0,0,0) 32%, rgba(0,0,0,1) 100%),
        var(--mobile-bg);
    }
    @media (max-width: 991px) {
      height: 300px;
    }

    @media (max-width: 767px) {
      justify-content: center;
      align-items: flex-end;
      background-size: cover;
      height:auto;
      padding:50px 0 0;
      background-position: center top;
      background-size: 100vw !important;
    }

    .banner-content {
      z-index: 2;

      h4{
        font-family:var(--font-ClashDisplay-Medium);
        font-weight: 500;
        font-size: 18px;
        line-height: 105%;
        letter-spacing: 0%;
         background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        margin-bottom: 10px;
         @media (max-width: 767px) {
          margin-bottom: 20px;
         }
      }
      h1 {
        font-weight: 600;
        font-size: 64px;
        line-height: 105%;
        text-transform: uppercase;
        background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        font-family: var(--font-ClashDisplay-Semibold);

        @media (max-width: 1366px) {
          font-size: 54px;
        }

        @media (max-width: 1199px) {
          font-size: 50px;
        }
         @media (max-width: 1199px) {
          font-size: 46px;
        }
         @media (max-width: 991px) {
          font-size: 40px;
        }
        @media (max-width: 767px) {
          font-size: 34px;
          text-align: center;
        }
      }
      .banner-row {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
      }
      .banner-row .banner-content-col {
          max-width: 517px;
          width: 50%;
           @media (max-width: 767px) {
              max-width: 100%;
              width: 100%;
              text-align: center;
           }
          p{
            color: #FFFFFF;
            margin-bottom: 32px;
            font-family: var(--font-ClashDisplay-Light);
            font-weight: 400;
            font-size: 18px;
            line-height: 126%;
             @media (max-width: 767px) {
               margin-top: 20px;
                margin-bottom: 20px;
             }
          }
          .primary-btn{
                padding: 11px 49.5px;
          }
      }
    }

   
  }
}

.template-page-about .banner-content h1 {
    max-width: 925px;
    width: 100%;
}
@media(max-width:1199px){
.template-page-about .banner-content h1 {
    max-width: 895px;
}
}
@media(max-width:991px){
.template-page-about .banner-content h1 {
  max-width: 582px;
}
}
@media(max-width:767px){
.template-page-about .banner-content h1 {
    max-width: 100%;
}
}
/* END_SECTION:policy-banner */

/* START_SECTION:policy-content-wrapper (INDEX:66) */
.main-policy-content-flex{
  display: flex;
          gap: 93px;
}
  .cf-cu-policy-wrapper {
          padding: 80px 0px;
          color: var(--color-heading);

        .content{
          flex: 1;
            section{
                padding: 40px 0 40px 0;
                h2{
                    font-family: var(--font-ClashDisplay-Medium);
                    color: var(--color-heading);
                    font-weight: 500;
                    font-size: 36px;
                    line-height: 30.4px;
                    letter-spacing: -0.19px;
                    margin: 0 0 30px 0;
                    @media(max-width:1199px){
                      margin: 0 0 20px;
                    }
                    @media(max-width:991px){
                      font-size: 30px;
                      line-height: 30.4px;
                    }
                    @media(max-width:767px){
                      font-size: 28px;
                      line-height: 30.4px;
                      margin: 0 0 10px 0;
                    }
                }
                p{
                    font-family: var(--font-ClashDisplay-Regular);
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 30.4px;
                    letter-spacing: -0.19px;
                    color: var(--color-heading);
                    margin: 0 0 20px;
                    @media(max-width:991px){
                      font-size: 16px;
                      line-height: 30.4px;
                    }
                    
                }
                a{
                    font-family: var(--font-ClashDisplay-Regular);
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 30.4px;
                    letter-spacing: -.19px;
                    color: var(--color-heading);
                    margin: 0;
                    list-style: none;
                    padding: 0 ;
                    text-decoration: underline;
                }
                &:first-child{
                    padding-top: 0;
                }
                &:last-child{
                    padding-bottom: 0;
                }
                @media(max-width:1199px){
                  padding: 25px 0;
                }
            }
            .policy-content{
                padding-bottom: 40px;
                p{
                    margin: 0;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 30.4px;
                    letter-spacing: -0.19px;
                    font-family: var(--font-ClashDisplay-Regular);
                    padding: 0 0 30px;

                    &:last-child{
                        padding: 0;
                    }
                    @media(max-width:119px){
                      padding: 0 0 15px;
                    }
                    @media(max-width:991px){
                      font-size: 16px;
                      line-height: 30.4px;
                    }
                }
                @media(max-width:1199px){
                    padding-bottom: 25px;
                }
            }
        }
      .side-nav-wrapper{
          .side-nav{
              width: 230px;
              position: sticky;
              top: 5%;
              display: flex;
              flex-direction: column;
              .nav-link{
                    font-family: var(--font-ClashDisplay-Regular);
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 24px;
                    letter-spacing: -0.24px;
                    text-transform: uppercase;
                    transition: color 0.3s;
                    color: var(--color-white);
                    text-decoration: none;
                    padding: 21px 0;
                    border-bottom: 1px solid #FFFFFF;
                    &:hover,
                    &.active{
                        color: #fff;
                    }
                    &:first-child{
                        padding-top: 0;
                    }
              }
          }
          @media(max-width:767px){
                display: none;
          }
      }
      @media(max-width:1199px){
        padding: 70px 0;
      }
      @media(max-width:991px){
        gap: 30px;
      }
      @media(max-width:767px) {
        padding: 50px 0;
        gap: 30px;
      }
  }

  .main-policy-content-flex section p:last-child {
    margin-bottom: 0px;
  }
  .policy-content:empty{
    display: none;
  }
/* END_SECTION:policy-content-wrapper */

/* START_SECTION:policy-faq (INDEX:67) */
.main-policy-faq .faq-description {
    margin-bottom: 25px;
    margin-top: 80px;
}

.main-policy-faq .cf-kk-faq-wrapper .faq-description p{
    font-family: var(--font-ClashDisplay-Light) !important;
    font-size: 18px;
    line-height: 30.4px;
    letter-spacing: -0.19px;
    color: #FFFEFE;
}

/* Answer hidden by default */
.main-policy-faq .faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

/* Question hide when active */
.main-policy-faq .faq-item.active .faq-question span{
    display:none;
}
.main-policy-faq .faq-item.active .faq-question{
  justify-content: flex-end;
}
/* Icon toggle */
.main-policy-faq .faq-item.active .faq-arrow-icon span.plus-icon {
    display: none !important;
}

.main-policy-faq .faq-item.active .faq-arrow-icon span.minus-icon,
.main-policy-faq .faq-item .faq-arrow-icon span.plus-icon {
    display: flex !important;
}

.main-policy-faq .cf-kk-faq-wrapper span.number {
    padding-right: 5px;
}

.main-policy-faq .cf-kk-faq-wrapper .faq-arrow-icon{
    height: 30px;
    width: 30px;
}

.main-policy-faq .template-page-about section#section4 .container {
    padding: 0;
}

.main-policy-faq .faq-item.active .faq-answer{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width:1199px){
 .main-policy-faq .faq-description {
    margin-top: 70px;
 }
}

@media(max-width:991px){
 .main-policy-faq .faq-description {
    margin-top: 50px;
 }
}
/* END_SECTION:policy-faq */

/* START_SECTION:powers-punk (INDEX:68) */
.cf-kk-powers-punk-wrapper{
    .main-power-rank{
        padding: 80px 0;
    }
  }


  .powers-card-wrapper .powers-wrapper {
    display: flex;
    gap: 22px;
    justify-content: center;
    visibility: visible;
    }

  .powers-card-wrapper .power-card {
    position: relative;
    max-width: calc(100% / 4 - 17px);
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #373737;
    border-radius: 20px;
    min-height: 444px;
    display: flex;
    height: auto;
}
.powers-card-wrapper .main-card-bg {
    position: relative;
    display: flex;
    height: 100%;
}

.powers-card-wrapper .power-card .card-bg {
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}
.powers-card-wrapper .card-content {
    position: absolute;
    top: 0;
        left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px 32px 0;
    color: #fff;
    text-align: center;
    z-index: 9;
}

.powers-card-wrapper .power-card:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
   background: linear-gradient(180deg, #000000 40.88%, rgba(0, 0, 0, 0) 81.87%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
    z-index: 0;
}
.powers-card-wrapper .card-bg img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    min-height: 444px;
    object-fit: cover;
    transition: .3s all ease-in-out;
}
.powers-card-wrapper .card-subtitle {
   font-family: var(--font-ClashDisplay-Regular);
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-white);
}

.powers-card-wrapper .card-title {
    font-family: var(--font-ClashDisplay-Medium);
    font-size: 32px;
    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    color: var(--color-white);
}


/* Hover Flip */
.back-power-card {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.85);
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.power-card:hover .back-power-card {
    opacity: 1;
}

.power-card:hover .front-power-card{
  opacity: 0;
}
.power-card .back-content {
    height: 100%;
}
.power-card:hover .back-power-card .back-content p {
     font-family: var(--font-ClashDisplay-Regular);
    font-size: 16px;
    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
}
.power-card .arrow-btn {
    position: relative;
    bottom: 50px;
}
.power-card .arrow-btn svg {
    height: 25px;
    width: 25px;
}
.power-card .arrow-btn path {
    fill: #fff;
}
.power-card .arrow-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    transition: .5s;
}
.power-card .arrow-btn a:hover {
    background-color: #fff;
}
.power-card .arrow-btn a:hover path{
  fill: #000;
}


/* Hover Zoom */
.powers-card-wrapper.hover-zoom .power-card:hover .card-bg img {
    transform: scale(1.1);
}
.powers-card-wrapper.hover-zoom .power-card:hover .front-power-card{
    opacity: 1;
}
.powers-card-wrapper.hover-zoom .back-power-card{
    opacity: 0;
} 
.powers-card-wrapper ul.splide__pagination.splide__pagination--ltr {
    gap: 8px;
    bottom: -30px;
}
.powers-card-wrapper .sub-power-content {
    font-family: var(--font-ClashDisplay-Light);
    font-size: 18px;
    line-height: 105%;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

@media(max-width:1400px){
.powers-card-wrapper .card-content{
  padding: 20px 30px 0;
}
}

@media(max-width:1366px){
.powers-card-wrapper .card-title{
  font-size: 30px;
}
}
@media(min-width:1200px){
.powers-card-wrapper .powers-wrapper {
    display: flex !important;
}
}
@media(max-width:1199.98px){
  .powers-card-wrapper .card-content{
        padding: 20px 20px 0;
  }
.powers-card-wrapper .card-title{
  font-size: 26px;
}
.cf-kk-powers-punk-wrapper .main-power-rank {
    padding: 70px 0;
}
.powers-card-wrapper .powers-wrapper{
  gap: 0px;
  justify-content: start;
}
.powers-card-wrapper .power-card{
 max-width:unset;
}
}


@media(max-width:991.98px){
  .powers-card-wrapper .powers-wrapper{
        gap: 0px;
        justify-content: start;
  }
.powers-card-wrapper .power-card{
  max-width:unset;
}
.powers-card-wrapper .card-content {
  padding: 20px 20px 0;
}

}

@media(max-width:767px){
.powers-card-wrapper .card-content {
      max-width: 290px;
}
.cf-kk-powers-punk-wrapper .main-power-rank {
    padding: 50px 0;
}
.powers-card-wrapper .card-title{
  font-size: 24px;
}
.back-power-card{
      padding: 15px
}
}
/* END_SECTION:powers-punk */

/* START_SECTION:product-tab (INDEX:70) */
.product-tab-wrapper {
    padding: 80px 0;
}
/* Tabs */

.main-product-tab-inner .scooter-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #101010;
    border: 1px solid #373737;
    border-radius: 50px;
    transition: .3s all ease-in-out;
}

.main-product-tab-inner .scooter-tab {
    padding: 15px 38px;
    cursor: pointer;
    color: #ffffff;
    font-family: var(--font-ClashDisplay-Regular);
    font-size: 16px;
    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    border-radius: 50px;
    transition: .3s all ease-in-out;
}

.main-product-tab-inner .scooter-tab.active{
background:#fff;
color:#000;
transition: .3s all ease-in-out;
}


/* Smooth Slider */
div#scooter-slider-unique {
    margin: 56px 0;
}
.scooter-slider .splide__slide{
/* display:flex; */
/* justify-content:center; */
/* align-items:center; */
opacity:.4;
transform:scale(.82);
transition: transform 0.6s cubic-bezier(0.25,1,0.5,1),
            opacity 0.6s cubic-bezier(0.25,1,0.5,1);
}

.scooter-slider .splide__slide img{
width:100%;
}

.scooter-slider .splide__slide.is-active{
opacity:1;
transform: scale(1.1);
}
.scooter-slider .splide__list{
    padding: 40px 0 !IMPORTANT;
}

/* Product Info */

.scooter-product-info {
    display: flex;
        justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.scooter-product-name {
    font-family: var(--font-ClashDisplay-Semibold);
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--color-white);
    text-transform: uppercase;
}
.scooter-product-info .scooter-specs{
display:flex;
gap:40px;
}
.scooter-product-info .sc-detail-part {
    padding: 0 40px;
}
.scooter-product-info .scooter-spec p {
    font-family: var(--font-ClashDisplay-Regular);
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #373737;
}
.scooter-product-info .scooter-spec p b {
    color: #fff;
    font-family: var(--font-ClashDisplay-Medium);
}

.scooter-product-info .scooter-spec{
font-size:14px;
color:#aaa;
}
.scooter-specs.sc-detail-part {
    border: 1px solid #373737;
    border-top: 0;
    border-bottom: 0;
}
.scooter-product-info .scooter-price{
font-size:22px;
border-right: 1px solid #373737;
font-family: var(--font-ClashDisplay-Medium);
color: var(--color-white);
}
.scooter-product-info .regular-price {
    font-family: var(--font-ClashDisplay-Medium);
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--color-white);
}
.scooter-product-info .sale-price {
    font-family: var(--font-ClashDisplay-Regular);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-decoration: line-through;
    color: #373737;
}


@media(max-width:1440px){
.main-product-tab-inner .scooter-tab{
    padding: 15px 28px;
}
.scooter-product-info .sc-detail-part {
    padding: 0 38px;
}
.scooty-btn.sc-detail-part .primary-btn{
        padding: 11px 52px;
}
}

@media(max-width:1199.98px){
.product-tab-wrapper{
    padding: 70px 0;
}
.scooter-product-info .sc-detail-part{
    padding: 0 30px;
}
.scooter-product-info .scooter-specs {
    gap: 30px;
}
.main-product-tab-inner .scooter-tab {
    padding: 15px 25px;
    font-size: 14px;
}
    .scooty-btn.sc-detail-part .primary-btn {
        padding: 11px 40px;
    }
}
@media(max-width:1023px){
    .scooter-product-info .sc-detail-part {
        padding: 0 20px;
    }
}
@media(max-width:991.98px){
    .main-product-tab-inner .scooter-tab {
        padding: 15px 14px;
        font-size: 12px;
    }
    .scooter-product-name{
            font-size: 20px;
    }
    .scooter-product-info{
        gap: 20px;
}
}

@media(max-width:767px){
        .product-tab-wrapper {
        padding: 50px 0 20px;
    }
.scooter-slider .splide__slide.is-active {
    transform: unset;
}
.main-product-tab-inner {
    overflow: scroll;
}
.main-product-tab-inner .scooter-tabs{
    width: 760px;
}
div#scooter-slider-unique {
    margin: 0;
}
.scooter-product-info .scooter-price, .scooter-specs.sc-detail-part{
        border: 0;
}
.scooter-product-info .scooter-specs {
    gap: 20px;
    justify-content: center;
}
.scooter-product-info {
    gap: 15px;
}
.scooter-product-info .sc-detail-part {
    padding: 0px;
    width: 100%;
    text-align: center;
}
.scooter-product-name {
    font-size: 22px;
}
}
/* END_SECTION:product-tab */

/* START_SECTION:punk-before-after (INDEX:71) */
.after-before-section{
    margin: 80px 0 0;
        position: relative;
    }
    .after-before-section .title-after-main {
        position: absolute;
        top: 46px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .after-before-section .title-after-main h2 {
      margin-bottom: 10px !important;
    }
    .after-before-section p{ 
        font-family: var(--font-ClashDisplay-Regular);
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0;
        color: #ABABAB;
        text-align: center;
    }
    .after-before-section .image-before-after{
      display: inline-flex;
      width: 100%;
      place-content: center;
      position: relative;
      overflow: hidden;
      border-radius: 1rem;
      --position: 50%;
    }
    .after-before-section .image-before-after .before-after-container{
      width: 100%;
    }

    .after-before-section .before-after-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .after-before-section .image-before {
        position: absolute;
        inset: 0;
        width: var(--position);
        filter: grayscale(100%)
    }

    .after-before-section .before-after-slider {
        position: absolute;
        inset: 0;
        cursor: pointer;
        opacity: 0;
            margin: 0;
        /* for Firefox */
        width: 100%;
        height: 100%;
    }

    .after-before-section .before-after-slider:focus-visible ~ .before-after-button {
        outline: 5px solid black;
        outline-offset: 3px;
    }

    .after-before-section .before-after-line {
        position: absolute;
        inset: 0;
        width: .2rem;
        height: 100%;
        background: linear-gradient(to bottom, rgb(255 255 255 / 2%), rgb(255 255 255), rgb(255 255 255));
        left: var(--position);
        transform: translateX(-50%);
        pointer-events: none;
        display: inline-block;
    }

    .after-before-section .before-after-button {
        position: absolute;
        background-color: #fff;
        color: black;
        padding: .5rem;
        border-radius: 100vw;
        display: grid !important;
        place-items: center;
        top: 50%;
        left: var(--position);
        transform: translate(-50%, -50%);
        pointer-events: none;
        box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
    }

    @media(max-width:1366px){
.after-before-section {
      padding: 50px 0 0;
    margin: 40px 0 0;
}
    }

       @media(max-width:1199.98px){
.after-before-section {
      padding: 30px 0 0;
    margin: 40px 0 0;
}
    }

    @media(max-width:1023px){
.after-before-section {
        margin: 30px 0 0;
}
    }

    @media(max-width:767px){
    /* .after-before-section {
        margin: 00px 0 0;
    } */
    .after-before-section .title-after-main{
          position: unset;
    }
    }
/* END_SECTION:punk-before-after */

/* START_SECTION:revolution-cards (INDEX:75) */
.revolution-cards-wrapper{
    padding: 80px 0;
        position: relative;
  }
  .revolution-cards-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/cdn/shop/files/back-circle.png?v=1772706242);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
  .revolution-cards-wrapper .revolution-card-inner{
    display: flex;
    gap: 20px;
  }
  .revolution-card{
    position: relatives;
     overflow: hidden;
  }
  .video-main-box {
    max-width: calc(100% / 3 - 0px);
    width: 100%;
}



.punk-card{
  position:relative;
  width:100%;
  height: 100%;
  aspect-ratio:4/5;
}

.punk-media{
  width:100%;
  height:100%;
  clip-path:url(#punkClip);
  overflow:hidden;
  position: absolute;
    top: 0;
}

.punk-media video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.punk-border{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}
  .revolution-cards-wrapper .video-shape {
        position: relative;
        height: auto;
    }

    .revolution-cards-wrapper .video {
        width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: url(#video-mask);
    }

    .revolution-cards-wrapper .border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .revolution-cards-wrapper .revolution-btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 12px;
        left: 0px;
        gap: 16px;
        text-decoration: none;
        line-height: unset;
    }
    .revolution-cards-wrapper .video-shape span.icon {
        height: 24px;
    }
    .revolution-cards-wrapper .video-shape span {
        font-family: var(--font-ClashDisplay-Regular);
        font-weight: 500;
        font-size: 20px;
        line-height: 89%;
        letter-spacing: 0%;
        color: var(--color-white);
    }
    .revolution-cards-wrapper .video-shape-content{
        margin-top: 24px;
         color: var(--color-white);
             padding: 0 15px;
    }
    .revolution-cards-wrapper .video-shape-content h3 {
        font-family: var(--font-ClashDisplay-Medium);
        font-size: 24px;
        line-height: 123%;
        letter-spacing: 0%;
        color: var(--color-white);
        margin-bottom: 16px;
    }
    .revolution-cards-wrapper .video-shape-content p {
        font-family: var( --font-ClashDisplay-Light);
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        max-width: 346px;
        width: 100%;
    }

    @media(max-width:1199.98px){
.revolution-cards-wrapper .video-shape-content{
        margin-top: 20px;
}
.revolution-cards-wrapper .video-shape-content h3{
        margin-bottom: 10px;
            font-size: 22px;
}
.revolution-cards-wrapper .revolution-btn{
        gap: 12px;
}
.revolution-cards-wrapper .video-shape span{
    font-size: 18px;
}
.revolution-cards-wrapper{
       padding: 70px 0;
}
    }

    @media(max-width:991px){
    .revolution-cards-wrapper .revolution-btn{
        top: 6px;
        gap: 10px;
    }
    .revolution-cards-wrapper .video-shape-content h3{
        font-size: 18px;
    }
    .revolution-cards-wrapper .video-shape-content {
        margin-top: 12px;
    }
    }

    @media(max-width:767px){
.revolution-cards-wrapper{
       padding: 50px 0;
}
.revolution-cards-wrapper .revolution-card-inner {
    flex-wrap: wrap;
}
.video-main-box {
    max-width: 100%;
    width: 100%;
}
    }
/* END_SECTION:revolution-cards */