/*
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 : 22 gru 2025, 14:26:08
    Author     : katia lapko
*/

.hero-section-new {
    position: relative;
    background: linear-gradient(180deg, #FFC100 0%, #FFCB05 70.76%);
    overflow-x: clip;
}
.hero-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    z-index: 1;
}
.vectors {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 45.43vw;
    position: absolute;
}
.header-logo {
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 3.78vw;
    margin-bottom: 1.46vw;
}
.cta-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.03vw;
}
.header-logo img {
    width: 21.37vw;
}
.cta-text {
    width: 15.03vw;
    color: #FFF;
    text-align: center;
    font-family: Saira;
    font-size: 1.96vw;
    font-style: italic;
    font-weight: 700;
    line-height: 155%;
    height: 4.57vw;
    border-radius: 0.79vw;
    background: linear-gradient(90deg, #FE3C82 0%, #A00DD1 100%);
    padding: 0.79vw;
    z-index: 10;
/*    cursor: pointer;*/
}
.animate-prize {
    filter: drop-shadow(0 0.39vw 0 #7D00FE);
    font-family: Saira;
    font-size: 9.82vw;
    font-style: italic;
    font-weight: 800;
    line-height: 80%;
    padding-right: 0.54vw;
    letter-spacing: -0.39vw;
    text-transform: uppercase;
    background: linear-gradient(90deg, #7A01FF 0%, #FE2E68 25%, #7A01FF 50%, #FE2E68 75%, #7A01FF 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: gradientLoop 6s
        linear infinite;
}
@keyframes gradientLoop {
    from {
        background-position: 200% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
.timer4-title {
    color: #FFF;
    font-family: Saira;
    font-size: 1.67vw;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
}
#timer4, #timer4 > div {
    display: flex;
    position: relative;
    gap: 0.14vw;
}
.timer-desc4 {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 0.66vw;
    font-weight: 700;
    line-height: 1.33vw;
    text-transform: uppercase;
    bottom: -1.1vw;
    left: 0;
    right: 0;
    margin: auto;
}

.left4, .right4 {
    color: #183381;
    text-align: center;
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 3.05vw;
    font-weight: 700;
    border-radius: 0.79vw;
    background: #FFF;
    width: 2.07vw;
    height: 3.18vw;
    line-height: 102%;
}
.delimiter4 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 1.62vw;
    font-style: normal;
    font-weight: 900;
    line-height: 3vw;
}
.main-prize {
    color: #7B01FF;
    font-family: Saira;
    font-size: 1.96vw;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
}
.timer-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cars-title {
    color: #FFF;
    text-align: center;
    font-family: Saira;
    font-size: 1.13vw;
    font-style: italic;
    font-weight: 600;
    line-height: 90%;
    padding-bottom: 2vw;
}
.cars {
    background: url(/img/sl/zima2/Warstwa_1.svg) center bottom no-repeat;
}
.cars-box {
    height: 27.56vw;
    position: relative;
    z-index: 2;
}
.carousel-cars {
    position: relative;
    top: 15vw;
}
.arrow {
    cursor: pointer;
    position: absolute;
    bottom: 6vw;
    width: fit-content;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 4;
}
.right-arrow {
    left: 62vw;
}
.left-arrow {
    right: 62vw;
}
.car-name {
    color: #FFF;
    position: absolute;
    display: none;
    font-weight: 600;
    line-height: 90%;
    text-align: center;
    font-family: Saira;
    font-size: 0.98vw;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -1vw;
}
.ozdoba {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.ozdoba3 {
    width: 12vw;
    top: -8.5vw;
    left: 46vw;
}
.ozdoba2 {
    top: -14vw;
    width: 19vw;
}
.ozdoba1 {
    right: 44vw;
    top: -9.5vw;
    width: 12vw;
}
.samochod {
    position: absolute;
    width: 31.24vw;
    /*    left: 0;
        right: 0;
        margin: auto;*/
    top: 50%;
    left: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease, z-index 0s linear 0.3s;
}
.samochod.left {
    /*    left: -38vw;
        top: -1.21vw;
        z-index:1;
        width: 21.8vw;*/
    transform: translate(-122%, -50%) scale(0.6);
    z-index: 1;
}
.samochod.center {
    /*    z-index: 3;
         width: 31.24vw;
        top: -1.8vw;*/
    transform: translate(-50%, -34%) scale(0.8);
    transition: transform 0.6s ease, opacity 0.6s ease, z-index 0s;
    z-index: 3;
}
.cars-slides {
    user-select: none;
    touch-action: pan-y;
}

.samochod img {
    pointer-events: none;
    -webkit-user-drag: none;
}
.samochod.center .car-name {
    display: block;
}
.samochod.right {
    /*    z-index: 2;
        top: -2vw;
        width: 24.9vw;
        left: 39vw;*/
    transform: translate(22%, -50%) scale(0.6);
    z-index: 1;
}
.cars-slides {
    position: relative;
}
.ozdoby {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
}
.top-info-icon {
    position: absolute;
    z-index: 10;
    display: none;
    cursor: pointer;
}
.samochod.center .top-info-icon {
    display: block;
}
.top-info-icon svg {
    width: 1.96vw;
}
.samochod3 .top-info-icon {
    top: 2.7vw;
    left: 4vw;
}
.samochod2 .top-info-icon {
    top: 2.3vw;
    right: 25.5vw;
}
.samochod1 .top-info-icon {
    right: 4vw;
    top: 2.2vw;
}
.auto-tooltip {
    top: 4vw;
    z-index: 100;
    position: absolute;
    border-radius: 8px;
    border: 1px solid #1C3F86;
    background: rgba(255, 255, 255, 0.63);
    width: 343px;
    padding: 16px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
}
.auto-tooltip-close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 7px;
}
.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;
}
.komunikaty {
    background: radial-gradient(50% 50% at 50% 50%, #FFC301 0%, #FFBB02 100%);
    padding: 0.79vw 1.57vw;
    color: #183381;
    text-align: center;
    font-family: Roboto;
    font-size: 1.57vw;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
    .cars {
        background-position-y: top;
    }
}
@media (max-width: 575px) {
    .komunikaty {
        padding: 3.72vw;
        font-size: 5.12vw;
    }
    .top-info-icon svg {
        width: 4.96vw;
    }
    .header-logo {
        padding-top: 15.58vw;
        margin-bottom: 6.51vw;
    }
    .header-logo img {
        width: 66.74vw;
    }
    .cta-bar {
        gap: 6.98vw;
        flex-direction: column;
    }
    .cta-text {
        width: 47.91vw;
        font-size: 6.28vw;
        line-height: 204%;
        height: 14.56vw;
        border-radius: 2.5vw;
    }
    .main-prize {
        font-size: 3.73vw;
    }
    .animate-prize {
        filter: drop-shadow(0 0.75vw 0 #7D00FE);
        font-size: 18.66vw;
        padding-right: 0.9vw;
        letter-spacing: -0.75vw;
    }
    .timer4-title {
        font-size: 5.15vw;
    }
    .left4, .right4 {
        font-size: 9.39vw;
        border-radius: 2.42vw;
        width: 6.38vw;
        height: 9.8vw;
        line-height: 103%;
    }
    #timer4, #timer4 > div {
        gap: 0.47vw;
    }
    .delimiter4 {
        font-size: 5.01vw;
        line-height: 9vw;
    }
    .timer-desc4 {
        font-size: 2.05vw;
        bottom: -2.1vw;
    }
    .cars-box {
        height: 56.53vw;
    }
    .carousel-cars {
        top: 28vw;
    }
    .ozdoba1 {
        right: 72vw;
        top: -15.5vw;
        width: 18vw;
    }
    .ozdoba3 {
        width: 18vw;
        top: -15.5vw;
        left: 76vw;
    }
    .ozdoba2 {
        top: -23.5vw;
        width: 34vw;
    }
    .cars-title {
        font-size: 4.65vw;
        padding-bottom: 9vw;
    }
    .car-name {
        font-size: 4.65vw;
        bottom: -4vw;
    }
    .arrow {
        bottom: 14.5vw;
    }
    .right-arrow {
        left: 86vw;
    }
    .left-arrow {
        right: 86vw;
    }
    .vectors {
        top: 21.16vw;
        width: 100%;
    }
    .samochod {
        width: 59.12vw;
    }
    .samochod.left {
        transform: translate(-111%, -50%) scale(0.4);
    }
    .samochod.right {
        transform: translate(11%, -50%) scale(0.4);
    }
    .samochod1 .top-info-icon {
        right: 8vw;
        top: 0.5vw;
    }
    .samochod2 .top-info-icon {
        top: 1.1vw;
        right: 47vw;
    }
    .samochod3 .top-info-icon {
        top: 1vw;
        left: 8vw;
    }
    .auto-tooltip {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 21vw;
    }
}