/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 1 wrz 2025, 14:27:56
    Author     : piotrek
*/

/*hero*/
.hero-prize-info {
    position: absolute;
    top: 9.4vw;
    left: 39.2vw;
    width: 1.5vw;
    cursor: pointer;
}
@media (max-width: 575px) {
    .hero-prize-info {
        top: 25.4vw;
        left: 21.2vw;
        width: 5.5vw;
    }
}
.stamp {
    padding: 2.02vw 1.69vw 1.49vw 1.69vw;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    color: #D31479;
    text-align: center;
    font-family: Poppins;
    font-size: 1.17vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.18vw; /* 93.75% */
    letter-spacing: -0.868px;
    text-transform: uppercase;
}
.stamp.stamp_magda {
    padding: 3.02vw 2.09vw 2.49vw 2.09vw;
}
.stamp-small {
    font-size: 1.04vw;
}
.stamp-medium {
    font-size: 1.51vw;
    line-height: 1.81vw;
}
.stamp-big {
    font-size: 2.44vw;
    line-height: 2.31vw;
}
/*.stamp-big .stamp-medium {
    font-size: 1.7vw;
}*/
.stamp_wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, #52D4ED 0%, #FFF 100%);
    filter: blur(40.00016784667969px);
    height: 100%;
}
@media (max-width: 575px) {
    .stamp_wrapper::after {
        left: 10%;
        width: 90%;
        filter: blur(18px);
        height: 90%;
    }
}
.stamp p {
    position: relative;
    z-index: 1;
    transform: rotate(-4.44deg);
}
.stamp_wrapper {
    position: absolute;
    top: -6.2vw;
    left: 47%;
    transform: translate(-155%, 0);
}
.stamp4 {
    background-image: url(/img/sl/jesien/stamp4_old.svg);
}
@media (max-width: 575px) {
    .stamp, .stamp.stamp_magda {
        padding: 5.12vw 5vw 6.89vw 6vw;
        background-size: 100% 100%;
        color: #D31479;
        text-align: center;
        font-family: Poppins;
        font-size: 3.55vw;
        font-style: normal;
        font-weight: 800;
        line-height: 3.47vw;
        letter-spacing: -0.36px;
        text-transform: uppercase;
    }
    .stamp4 {
        background-image: url(/img/sl/jesien/stamp4_m3_.svg);
    }
    .stamp4 {
        background-position-y: -1vw;
    }
    .stamp-small {
        font-size: 3.16vw;
        line-height: 3.26vw
    }
    .stamp-medium {
        font-size: 5.45vw;
        line-height: 5.25vw;
    }
    .stamp-medium.stamp_magda {
        font-size: 4.15vw;
        line-height: 5.25vw;
    }
    .stamp-big {
        font-size: 6.81vw;
        line-height: 6.4vw;
    }
    .stamp-big .stamp-medium {
        font-size: 4.7vw;
    }
    .stamp_wrapper {
        position: absolute;
        /* top: -27vw; */
        top: -32.8vw;
        left: 50%;
        z-index: 2;
        white-space: nowrap;
        transform: translate(-50%, 0);
    }
    /*    .stamp4 {
            background-image: url(/img/sl/jesien/stamp4_m2.svg);
            background-position-y: -6px;
        }
        .stamp_wrapper::after {
            display: none;
        }*/
}
.prize-tooltip-text {
    position: absolute;
    top: 11vw;
    left: 33.1vw;
    width: 343px;
    border-radius: 8px;
    border: 1px solid var(--Dark-blue, #1C3F86);
    background: rgba(255, 255, 255, 0.63);

    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    z-index: 20;
}
@media (max-width: 575px) {
    .prize-tooltip-text {
        top: 7vw;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 20;
    }
}
.prize-tooltip-text-title {
    color: var(--Black, #141426);
    font-family: "Fira Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 10px 10px 20px;
}
.prize-tooltip-text ul {
    color: var(--Dark-blue, #1C3F86);
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.prize-tooltip-close {
    position: absolute;
    top:10px;
    right: 10px;
}
.jeep {
    position: absolute;
    top: 10vw;
    width: 25.37vw;
    left: 50%;
    transform: translate(-50%, 0);
}
.hero-description {
    position: absolute;
    top: 24.7vw;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 42%;
}
@media (max-width: 575px) {
    /*    .hero-description {
            top: 86.5vw;
            width: 100%;
        }*/
    .hero-description {
        top: 89.5vw;
        width: 100%;
    }
}
.zakupy {
    background: linear-gradient(0deg, #D31479 0%, #F14191 100%);
    text-align: center;
    width: 100%;
}
.zakupy-text {
    margin: auto;
    position: relative;
    color: #FFF;
    font-family: Poppins;
    font-size: 1.21vw; /*34px;*/
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.02px;
    padding: 5px 0 5px 0;
}
.zakupy-text span {
    color: #FFF329;
    text-align: center;
    font-family: Poppins;
    font-size: 1.57vw;
    font-style: italic;
    font-weight: 800;
    line-height: 100%; /* 38px */
    letter-spacing: -1.14px;
    text-transform: uppercase;
}
.zakupy-title {
    color: #FFF329;
    text-align: center;
    font-family: Poppins;
    font-size: 1.58vw; /*38px;*/
    font-style: italic;
    font-weight: 800;
    line-height: 100%; /* 38px */
    letter-spacing: -1.14px;
    text-transform: uppercase;
}
.zakupy-title-mob {
    text-align: left;
    color: #FFF329;
    font-family: Poppins;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 110%; /* 18.7px */
    letter-spacing: -0.51px;
    text-transform: uppercase;
}
.tuba {
    position: absolute;
    left: 26vw;
    top: 39%;
    transform: translate(0, -50%) rotate(18deg);
    width: 9.31vw;
    z-index: 10;
}
/*.zakupy-img {
    position: absolute;
    right: 30vw;
    top: 1.1vw;
    transform: translate(0, -38%);
    width: 4.94vw;
    z-index: 10;
}*/
.zakupy-img {
    position: absolute;
    right: 28vw;
    top: -1.9vw;
    transform: translate(0, -38%);
    width: 7.94vw;
    z-index: 12;
}
/*.zakupy-img-mobi {
    position: absolute;
    left: 0;
    top: 7.7vw;
    transform: translate(0, -43%);
    width: 20.23vw;
    z-index: 11;
}*/
.zakupy-img-mobi {
    position: absolute;
    left: 0;
    top: 9.7vw;
    transform: translate(0, -43%);
    width: 24.23vw;
    z-index: 11;
}

@media (max-width: 575px) {
    .zakupy-text {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25vw;
        color: #FFF;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.45px;
    }
    .zakupy-text span {
        color: #FFF329;
        font-family: Poppins;
        font-size: 4.53vw;
        font-style: italic;
        font-weight: 800;
        line-height: 110%; /* 18.7px */
        letter-spacing: -0.51px;
        text-transform: uppercase;
    }
}
.blue-title {
    text-align: center;
    font-family: Poppins;
    /*    font-size: 2vw;*/
    font-size: 2.03vw;
    font-weight: 800;
    padding-top: 13px;
    line-height: 2.1vw;
    letter-spacing: -1.65px;
    background: linear-gradient(91deg, #1B3481 33.32%, #55B9E1 72.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pink-title {
    text-align: center;
    font-family: Poppins;
    font-size: 3.85vw;
    font-weight: 800;
    line-height: 4.1vw;
    letter-spacing: -2.76px;
    background: linear-gradient(91deg, #D31378 33.32%, #FC519A 72.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.car_box {
    position: absolute;
    top: 10vw;
    left: 0;
    cursor: pointer;
    right: 0;
    margin: auto;
    max-width: 22vw;
}
.auto-tooltip-close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 7px;
}
.car-box img {
    max-width: 100%;
}
.blue-title_big {
    text-transform: uppercase;
    font-size: 2.5vw;
}
.pink-title_small {
    font-size: 3.5vw;
}
@media (max-width: 575px) {
    .car_box {
        top: 22vw;
        max-width: 52vw;
        width: 52vw;
    }
    /*    .blue-title {
            font-size: 6.5vw;
            line-height: 6vw;
        }*/
    /*    .pink-title {
            font-size: 11.5vw;
            line-height: 10.5vw;
        }*/
    .blue-title {
        font-size: 7.06vw;
        line-height: 7vw;
    }
    .pink-title {
        font-size: 12.76vw;
        line-height: 12.5vw;
    }
    /*    .pink-title_small {
            font-size: 7.5vw;
        }*/
    .pink-title_small {
        font-size: 12.5vw;
    }
    .blue-title_big {
        font-size: 8.5vw;
    }
}
.top-info-icon {
    top: 20px;
    z-index: 100;
    position: absolute;
    left: 0px;
}
@media (max-width: 575px) {
    .top-info-icon {
        top: 5px;
        z-index: 100;
        position: absolute;
        left: 0px;
    }
}
.auto-tooltip {
    z-index: 100;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    border-radius: 8px;
    border: 1px solid var(--Dark-blue, #1C3F86);
    background: rgba(255, 255, 255, 0.63);
    width: 343px;
    padding: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    top: 55px;
}
.auto-tooltip-title {
    color: #141426;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.auto-tooltip-text {
    color:  #1C3F86;
    font-size: 15px;
    line-height: normal;
}
.auto-tooltip-text ul {
    padding-left: 25px;
}
@media (max-width: 575px) {
    .auto-tooltip {
        left: 50%;
        transform: translateX(-50%);
        top: 90px;
    }
}
#playPauseBtn {
    position: absolute;
    max-width: 4vw;
    right: -2.1vw;
    top: 3vw;
    z-index: 2;
}
@media (max-width: 575px) {
    #playPauseBtn {
        max-width: 7vw;
        right: -2.7vw;
        top: 8vw;
    }
}