/* Made by Leanks */
/* Genesis Corp - Tous droits réservés */

@font-face {
    font-family: "Josefin Slab";
    src: url("../fonts/JosefinSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

#stage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 1080px;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) scale(1);
    overflow: hidden;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    user-select: none;
    -webkit-user-drag: none;
}

#banner-viewport {
    position: absolute;
    top: 95px;
    left: 0;
    width: 1920px;
    height: 350px;
    overflow: hidden;
}

#banner-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 22268px;
    height: 350px;
    will-change: transform;
    transform: translate3d(-11134px, 0, 0);
}

#banner-track .banner {
    display: block;
    float: left;
    width: 11134px;
    height: 350px;
    user-select: none;
    -webkit-user-drag: none;
}

#tips {
    position: absolute;
    top: 638px;
    left: 1218px;
    width: 698px;
    height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    overflow: hidden;
    background: transparent;
}

#tip-text {
    font-family: "Josefin Slab", "Georgia", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
    max-height: 100%;
    overflow-wrap: break-word;
    hyphens: auto;
}
