
body {
    font-family: "Poppins", sans-serif;
    background-color: #000000;
    overflow: hidden;
}

.site-address{
    font-size: 1.4rem;
}

.live-time {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.live-time #time{
    font-size: 2.5rem;
    font-weight: bold;
}
.slideshow, .video-area {
    height: calc(100vh - 210px);
}

/* .scrolling-text {
    background: #000;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.scrolling-text span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 20s linear infinite;
}
@keyframes scroll-text {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
} */

.scrolling-text {
    background: #000;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 5;
}

#scrolling-title{
    width: 130px;
    height: 100%;
    background: red;
    clip-path: polygon(0 0, 56% 0, 100% 100%, 0% 100%);
    display: flex;
    position: absolute;
    padding: 10px;
    z-index: 10;
}

#scrolling-title span{
 text-align: center;
 font-weight: bold;
}

.scrolling-wrapper {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 30s linear infinite;
}

.scroll-item {
    display: inline-block;
    margin-right: 200px; /* Adjust this value for spacing */
    font-size: 1.4rem;
}

@keyframes scroll-text {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}








