body {
    background-color: #000;
}

.social-media a {
    color: #D4D4D8;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.interactive-vitrin img {
    width: 100%;
    filter:brightness(0.3);
}

.autoplay-progress {
    position: absolute;
    right: 10%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #D4D4D8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #71717A;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.autoplay-progress svg circle {
    border: 1px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.banner-text .date-text {
    color: #A1A1AA;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    margin-left: 30%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.banner-text .date-text::before {
    content: ".";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 0;
    font-size: 30px;
}

.banner-text .texts {
    color: #A1A1AA;
    font-size: clamp(30px, 6vw, 95px);
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.banner-text .texts span {
    margin-left: 30%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.banner-text .texts small {
    margin-left: 30%;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
}

.banner-text .discovery-btn {
    color: #E4E4E7;
    font-size: 18px;
}

.swiper-slide-active .banner-text .texts small,
.swiper-slide-active .banner-text .texts span,
.swiper-slide-active .banner-text .date-text {
    margin-left: 0 !important;
}

#bottom-menu a {
    color: #A1A1AA;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    position: relative;
    top: -1px;
}

#bottom-menu a:hover {
    color: white !important;
}

.fixed-bottom {
    z-index: 5;
}

#bottom-menu .menu-point::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #A1A1AA;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .autoplay-progress {
        width: 48px;
        height: 48px;
        font-size: 12px;
    }
}