* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url('banner.png') no-repeat center center fixed;
    background-size: cover;
    color: #ddd;
}

.icon-div img {
    filter: brightness(0) invert(1);
}

* {
    text-decoration: none !important;
    list-style: none !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}


@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}

.header-bot {
    width: 100%;
    overflow: hidden;
}

.swiper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.side-item span {
    color: #ddd;
    font-size: 12px;
}

.link {
    cursor: pointer !important;
}

.score {
    color: chocolate
}

@media (max-width: 890px) {
    header .hide-under-890 {
        justify-content: center !important;
    }
}

@media (max-width: 640px) {
    .hide-under-640 {
        //display: none;
    }

    .logo-container {
        margin: 0 !important;
    }
}

@media (max-width: 540px) {
    .bet {
        flex-direction: column !important;
    }

    .side ul {
        padding-left: 0 !important;
    }
}

@media (max-width: 790px) {
    iframe {
        width: 300px !important;
    }
}