
 @import url("https://use.typekit.net/jbb0pms.css");

body,
html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #101010;
    color: white;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.lp {
    background: black;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    scroll-behavior: smooth;
}

.lp h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
}

.lp .white {
    background: #fff;
    color: #000;
}

.lp .black {
    background: #101010;
    color: #fff;
}

.lp .green {
    background: #0CD428;
    color: #fff;
}

.lp .dribble {
    color: #fff;
    background: #101010 url('../img/dribble_small_hr.png') no-repeat fixed right top;
    background-size: 20%;
}

.lp .dribble2 {
    color: #000;
    background: #fff url('../img/dribble2_hr.png') no-repeat fixed center center;
    background-size: cover;
}

.lp .benefit-text {
    padding: 20px 0;
    font-size: 2rem;
    color:#fff !important;
}

.lp .hero {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: url('../img/dribble1.png') no-repeat fixed;
    background-size: 60%;
}

.lp .hero-title {
    font-size: 3rem;
    transition: opacity 0.5s ease;
    z-index: 2;
    color:#fff !important;
}

.lp .scroll-arrow {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-image: url("../img/button_scroll.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: bounce 2.5s infinite;
    cursor: pointer;
    transition: background-image 0.3s ease;
}

.lp .scroll-arrow:hover {
    background-image: url("../img/scroll_hover.svg");
}


@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.lp .floating-icon {
    animation: bounce 1s ease infinite;
}

.lp .big-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 300px;
    opacity: 0;

    z-index: 5;
    pointer-events: none;
}

.lp .big-logo.visible {
    opacity: 1;
    transition: all 0.8s ease;
}

.lp .big-logo.animate {
    top: 20px;
    transform: translate(-50%, 0) scale(1);
}


.lp .sticky-bar {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: black;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 20;
}
#stickyBar {
    padding-top: 100px;
    height: 200px;
}
.lp .sticky-bar.visible {
    display: flex;
}

.lp .sticky-logo {
    width: 300px;
}

.lp .extra-content {
    position: fixed;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 4;
    pointer-events: auto;
}

.lp .extra-content.visible {
    opacity: 1;
}

.lp .scroll-content {
    min-height: 150vh;
    position: relative;
    z-index: 11;
}
.lp .video-top{background: url(../img/mobile.png) no-repeat center center; width:60%;
background-size: 100%}

.lp .video-wrapper {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 15px;
    width:80%;
}

.lp video {
    width: 100%;
    height: auto;
    display: block;
}

.lp .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* opcjonalnie: przyciemnia */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.lp .overlay-icon {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
}

.lp .video-overlay:hover .overlay-icon {
    content: url("../img/play_button.svg");
    transform: scale(1.1);
}


   .promo-code {
      font-weight: bold;
      font-size: 18px;
      padding: 12px 20px;
      background: #fff;
      border: 1px solid #fff;
      color:#000;
      border-radius: 4px;
      user-select: all;
    }

 .promo-code2 {
      font-weight: bold;
      font-size: 18px;
      padding: 12px 20px;
      background: #000;
      border: 1px solid #000;
      color:#fff;
      border-radius: 4px;
      user-select: all;
    }

    .copy-button {
      padding: 8px 14px;
      background-color: #000;
      border: 1px solid #000;
      color: white;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }


    .copy-button:hover {
    	background-color: #fff;
    	border: 1px solid #000;
        color:#000;
    }

    .copy-button:active {
      transform: scale(0.97);
    }

    .copy-button2 {
      padding: 8px 14px;
      background-color: #0cd428;
      border: 1px solid #0cd428;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

   .copy-button2:hover {
         background-color: #fff;
      border: 1px solid #0cd428;
        color:#0cd428;
    }

    .copy-button2:active {
      transform: scale(0.97);
    }

    .copied-msg {
      margin-top: 15px;
      color: green;
      font-size: 14px;
      display: none;
    } 
>
    body {
      font-family: Arial, sans-serif;
      background: #f9f9f9;
      padding: 40px;
      max-width: 800px;
      margin: auto;
    }

    h2 {
      text-align: center;
      margin-bottom: 30px;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
      cursor: pointer;
      position: relative;
    }

    .faq-question {
      font-weight: bold;
      font-size: 18px;
      position: relative;
    }

    .faq-answer {
      font-size: 16px;
      color: #444;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.4s ease;
    }

    .faq-item.open .faq-answer {
      max-height: 200px; /* wystarczajÄ…ca wysokoĹ›Ä‡ na odpowiedĹş */
    }

    .faq-item::after {
      content: '+';
      position: absolute;
      right: 0;
      top: 15px;
      font-size: 20px;
      transition: transform 0.2s ease;
    }

    .faq-item.open::after {
      content: 'â’';
    }
/*img-animation**********************/
.lp .img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.lp .img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.lp .img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.lp #stickyBar {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lp #stickyBar.visible {
    opacity: 1;
}

.lp .cd-image-container {
    position: relative;
    margin: 0em auto;
}

.lp .cd-image-container img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.lp .cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.lp .cd-image-label.is-hidden {
    visibility: hidden;
}

.lp .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.lp .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lp .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.lp .cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.lp .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.lp .cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #fff;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.lp .cd-handle.draggable {
    /* change background color when element is active */
    background-color: #0CD428;
}

.lp .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.video-swiper {
    margin-top: 0;
    padding:30px 10px !important;
}
.swiper {
   width: 100% !important;
    height: auto;
    padding:30px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;


}

.swiper-pagination {
    display: block;
    gap: 3px;
    justify-content: center;
    margin-bottom: 0px;
    position: absolute;
    
}

.swiper-pagination-bullet {
    bottom: 10px;
    width: 25px;
    height: 25px;
    line-height: 44px;
    background: transparent;
    font-size: 10px;
    background: #000 !important;
    opacity: 1;
    margin: -5px;
    transition: 0.4s;
}

.swiper-pagination-bullet-active {
    background: #0CD428 !important;
}


/* Slider 2 â€“ Galeria */
.gallery-swiper {
    margin-top: 0;
    padding:30px 0 !important;
}

.gallery-swiper .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;

}
.gallery-swiper .swiper-pagination {
    display: block;
    gap: 3px;
    justify-content: center;
    margin-bottom: -5px;
    position: absolute;
    
}

.gallery-swiper img {
       width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}


/* Play button (left top corner) */
.play-button {
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
     background: url("../img/play_hover.svg");
    z-index: 10;
    width:60px;
    height: 60px;

}


.play-button:hover {
   background: url("../img/play_button.svg");
}



.player-name {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    z-index: 5;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}



/* Modal styles */
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal iframe {
    width: 90%;
    max-width: 800px;
    height: 50vh;
    border: none;
}

.video-modal.show {
    display: flex;
}

.modal-close {
    position: absolute;
    top: 10%;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 32px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    z-index: 20;
    transition: opacity 0.2s;
}

.modal-close:hover {
    opacity: 0.6;
}

.video-swiper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.arrow-text {
    position: absolute;
    right: 10%;
    margin-top: -15%;
}

.social {
    font-size: 5rem;
    line-height: 1;
    color: white !important;
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.social .icon {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.social:hover .icon {
    opacity: 1;
    transform: translateY(0);
}

.social:hover {
    color: #fff;
}

.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.lp .big{font-size:3rem; }

@media only screen and (max-width: 767px) {
    .hero {background-size: 100% !important;}

    .arrow-text {
        position: absolute;
        right: 10%;
        margin-top: -25%;
    }
    .extra-content{width:70% !important;}
    .lp .mobile{display: block; visibility:visible;}
.lp .desktop{display: none;visibility: hidden;}
}



@media all and (max-width: 768px){.lp .mobile{display: block; visibility:visible;}
.lp .desktop{display: none;visibility: hidden;}    .hero {background-size: 100% !important;}

    .arrow-text {
        position: absolute;
        right: 10%;
        margin-top: -25%;
    }
    .extra-content{width:70% !important;}.social {
    font-size: 3rem;
}#stickyBar {
        padding-top: 10px;height: 100px
    }}
@media (min-width: 768px){.lp .mobile{display: none; visibility:hidden;}
    .lp .desktop{display: block;visibility: visible;}.social {
    font-size: 5rem;
}}
@media (min-width: 992px){.lp .mobile{display: none;visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}}
@media (min-width: 1200px){.lp .mobile{display: none;visibility:hidden;}.lp .desktop{display: block;visibility: visible;}}