@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

.sen-fs {
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/*=============== VARIABLES CSS ===============*/
.alumni-bt {
    font-family: "Alumni Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.main-bg-gradient {
    --_gradient-blend-mode: normal;
    --_gradient-blur: 0px;
    background: radial-gradient(at 1.7% 1%, #29b1fa 0px, transparent 50%), radial-gradient(at 94% 90%, #2948fa 0px, transparent 50%), radial-gradient(at 0% 71%, #7229fa 0px, transparent 50%), radial-gradient(at 98% 0.85%, #02005e 0px, transparent 50%), radial-gradient(at 4% 95%, #b1fa29 0px, transparent 50%) #000000;;
    mix-blend-mode: var(--_gradient-blend-mode);
    backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
    -webkit-backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
}

.gradient-black-blue {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0 5 65 / 60%) 100%);
}

.logo {
    width: 9rem;
    padding: 5px;
}

.my-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    height: 360px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: 3px solid rgba(255, 0, 0, 0.5);
    border-radius: 15px;
    -webkit-box-shadow: 8px 8px 100px -21px rgb(0, 43, 253);
    -moz-box-shadow: 8px 8px 100px -21px rgb(0, 42, 255);
    box-shadow: 8px 8px 100px -21px rgb(0, 72, 255);
    text-shadow: 3px 2px 3px rgba(66, 68, 90, 1);
    transition: all .3s ease-in-out;

}

.my-card a {
    text-decoration: none;
}

.my-card img {
    padding: 2px;
    border-radius: 20px 20px 0 0;
    transition: all .3s ease-in-out;
}

.my-card img:hover {
    scale: 1.02;
}

.my-card a {
    text-decoration: none;
}

.my-card:hover {
    scale: 1.02;
}

.my-card h4 {
    text-transform: uppercase;
    color: orange;
    font-size: 18px;
    line-height: 1px;
}

.rectangle-prod {
    position: relative;
    width: 350px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.rectangle-prod img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.gradient-black-transparent {
    background-color: hsla(0, 0%, 0%, 0);
    background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0) 100%);

}

.splide__track {
    padding: 2rem;
}

.splide__slide img {
    width: 250px;
    aspect-ratio: 569 / 797;
    margin-left: 5px;
    border-radius: 2rem;
    transition: 0.3s ease-in-out;
}

.splide__slide img:hover {
    transform: scale(1.1);
}

ś
.price {
    color: grey;
    font-size: 14px;
}

.my-card p {
    font-size: 16px;
    margin-bottom: 0;
}

.black-shadow-text {
    text-shadow: #000000 1px 0 5px;
}


.main-content {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: hsla(240, 100%, 50%, 0);
    background-image: radial-gradient(ellipse farthest-corner at center, hsl(0, 0%, 0%) 0%, hsla(240, 100%, 13%, 0.74) 40%, hsla(240, 100%, 50%, 0) 70%, hsla(240, 100%, 50%, 0) 100%);
    background-repeat: no-repeat;

}


.main-content h3 {
    color: #000000;
    padding: 1rem;
    /*transform: translate(-50%, 80%);*/
    /*background-color: hsla(240, 100%, 50%, 1);*/

}

.banner--tekst {
    background: radial-gradient(rgba(0, 0, 0, 0.3), transparent);
    opacity: .85;
}

.main-content-gradient-1 {
    background-color: hsla(0, 100%, 47%, 1);
    background-image: radial-gradient(at 40% 20%, hsla(254, 71%, 0%, 1) 0px, transparent 20%);
    background-repeat: no-repeat;
}

.main-content video {
    border: 3px solid rgba(255, 0, 0, 0.5);
    -webkit-box-shadow: 8px 8px 100px -21px rgb(0, 43, 253);
    -moz-box-shadow: 8px 8px 100px -21px rgb(0, 42, 255);
    box-shadow: 8px 8px 100px -21px rgb(0, 72, 255);
}

.partner-logo {
    width: 20vw;
    max-width: 250px;
    height: auto;
}

.description-details {

    border: 1px black;
    margin-top: auto;
    backdrop-filter: blur(1px);


}


.container-lg, .row, .col, p {
    position: relative;
    z-index: 2;
}

.details-sticky {
    margin-top: 50px
}

@media (max-width: 768px) {
    .details-sticky {
        margin-top: 0;
    }
}

.carousel-obs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 900px;
    transform: rotateX(-20deg) translateY(-70px);
    transform-style: preserve-3d;
    perspective: 800px;
    user-select: none;
    cursor: grab;
}

.carousel-obs-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    transform: translate3d(0, 0, -10px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform-origin: 50% 50%;
}
.carousel a {
    pointer-events: auto !important;
}


@media (max-width: 600px) {
    .carousel-obs {
        transform: rotateX(-10deg) scale(.6) translateY(-60px);
    }
}

.box-shadow-glow {
    -webkit-box-shadow: 8px 8px 100px -21px rgba(255, 255, 255, 1);
    -moz-box-shadow: 8px 8px 100px -21px rgba(255, 255, 255, 1);
    box-shadow: 8px 8px 100px -21px rgba(255, 255, 255, 1);
}


.info-bar a {
    text-decoration: none;
    color: #504f4d;
    display: flex;
}

.buttons {
    display: flex;
    font-size: 14px;
    justify-content: center;

}

.button {
    border: 1px black solid;
    background-color: #000;
    align-content: center;
    color: #fff;
    width: 150px;
    height: 50px;

    cursor: pointer;
}

.button:hover {
    border: 2px #dc3545 solid;
    transform: scale(1.1);
    transition: 0.5s;
    color: #dc3545;
}


.button.active {
    border: 2px #dc3545 solid;
    background-color: #dc3545;
    color: white;
}


.add_to_cart {
    border: 1px black solid;
    border-radius: 50px;
    background-color: #4f5363;
    color: #8be9fd;
    width: 150px;

    height: 50px;
    cursor: pointer;
}

.add_to_cart:hover {
    border: 1px orange solid;
    color: orange;
    transform: scale(1.1);
    transition: 0.5s;

}

.details {
    margin-top: 3rem;
    align-items: center;
    margin-left: auto;
    font-weight: bold;
}

.details image {
    margin: 0 auto;
}

.carousel--wrapper {
    width: 100%;
    max-height: 70vh;
}

.start-from-fade {
    animation: start-from-fade .5s ease-in;

}

@keyframes start-from-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .add_to_cart {
        min-width: 30px;
        max-width: 30px;
        height: 30px;

    }

    .button {
        font-size: 12px;
        width: 90px;
        height: 30px;
    }

    .logo {
        width: 6rem;
    }

}

.red {
    color: #8a0000;
}

.banner-h {
    font-size: var(--fs-xxl);
    z-index: 999;
}

.z-icons {
    background: rgb(2, 0, 36);
    background: radial-gradient(circle, rgba(2, 0, 36, 0.5802914915966386) 0%, rgba(9, 9, 121, 0.23015143557422968) 18%, rgba(0, 212, 255, 0) 100%);
    z-index: 999;
}

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

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

.fullscreen-video-container-product video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.fullscreen-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.black-gradient {
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 15%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%);
}

.black-overlay {
    background: radial-gradient(rgb(53 0 0 / 50%), transparent);
}

.fullscreen-video-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);

}

.banner--tekst h1 {
    font-size: 200px;
    font-weight: 900;
    text-align: center;
    line-height: 4rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: -3px 1px 3px rgb(0, 0, 0);
}

.banner--tekst p {
    font-size: clamp(1rem, 20px, 2em);
    font-weight: lighter;
    text-align: center;
    text-shadow: -3px 1px 3px rgb(0, 0, 0);
}

.banner--tekst span {
    color: red;
    font-weight: bolder;
}

.content {
    width: 100vw;
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .fullscreen-video-container {
        min-height: 80vh;
    }

    .fullscreen-video-container-product {
        width: 100%;
        height: 85vh;
    }

    .fullscreen-video-content {
        height: 85vh;
    }
    .fullscreen-video-content h1 {
        font-size: 80px;
        line-height: 1.5rem;
    }

    .fullscreen-video-content p {
        font-size: 16px;
    }

    .banner-h {
        color: #FFFFFF;
        font-size: 6vw;
    }
}

.img-banner-mobile {
    z-index: auto;
}

.dropdown:hover .dropdown-menu {
    display: block;
    right: 0;

}

.menu__items {
    list-style-type: none;
    display: flex;
    background-color: rgb(0, 0, 0, .7);
    flex-direction: column;
    align-items: center;
    margin: 0;
    row-gap: 1rem;
    padding: 20px;
}

.menu__link {
    color: #fff;
    text-decoration: none;
    font-size: var(--fs-400);
}

.menu__link:hover {
    color: red;
}

.menu__icon {
    color: rgb(108, 117, 125);
    font-size: 35px;
    cursor: pointer;
    /*transform: .5s;*/

}

.menu__icon:hover {
    color: #fff;

}

.plan-card {
    background-color: #0a0a0a;
    width: 300px;
    height: 500px;

}

.plan-card ul li {
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: flex-start; /* wyrównanie ikon do góry tekstu */
    gap: 0.5rem;
}

.plan-card ul li i{
    flex-shrink: 0; /* zapobiega ściskaniu ikony */
  margin-top: 0.2em;
}


.collapsible__content {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    padding: 0;
}

.collapsible--expanded .collapsible__content {
    max-height: 100vh;
    transition: .5s;
    transform: translateY(80px);
}

.collapsible--expanded .menu__icon {
    transform: translateY(80px);
}

.vendor-logo {
    width: 150px;
    margin-top: 5px;
}

.nav-bg-mobile {
    background-color: transparent;
}

.active-link {
    color: #af0202 !important;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .vendor-logo {
        width: 2.5rem;
    }

    .nav-bg-mobile {
        background-color: #212121;
    }
}

@media screen and (min-width: 900px) {
    .menu__items {
        background-color: rgb(0, 0, 0, 0);
        flex-direction: row;
        justify-content: flex-end;
        column-gap: 1.5rem;
    }

    .menu__icon {
        display: none;
    }

    /* Ustawienie widoczności menu przy większych rozdzielczościach */
    .collapsible__content {
        max-height: none;
        overflow: visible;
    }
}


/* SHOP */

.background-shop {
    background-color: #17171c;
}

.shop-menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
    font-style: normal;
    font-size: clamp(1rem, 5vw + .1rem, 1.1rem);
    z-index: 2;
    scroll-behavior: smooth;
}

.shop-menu-item {

    padding: 0 7px 0 7px;
    /* Remove padding for tight alignment */
    margin: 0;
    /* Remove margin for tight alignment */

}

.shop-menu a {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    color: #d1d1d1;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    box-sizing: border-box;
    padding: 3px 3px 3px 5px;

}

.shop-menu a:hover {
    color: #b80000;
}

/* === Regulamin === */
.regulamin {
    list-style: none;
}
.regulamin li {
    padding: 10px;
    }
.regulamin li span {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.regulamin li p {
    text-align: justify;
}


.voucher-used {
    filter: grayscale(100);
    opacity: .3;
}