* {
    box-sizing: border-box;
}



.slider-container {
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    margin: 2px 0;
}
.slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.slider img {
    width: 100%;
    flex-shrink: 0;

    height: 120px;
}
.game-container {
    display: flex;
    height: auto;
    width: 100%;
    padding: 5px 2px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    scroll-behavior: smooth;
    background: #fff;
}
.game {
    height: auto;
    width: 55px;
    margin: 0 3px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
}
.game-logo {
    height: 55px;
    display: block;
    width: 55px;
    background: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.game-logo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.fire-game {
    background: #15805e;
    height: 55px;
    border-radius: 0 10px 10px 0;
    margin-left: 5px;
    display: block;
    width: 52px;

    padding: 0;
    display: flex;
    justify-content: center;
    align-items: c;
}
.football {
    background: #1bb886;
    border-radius: 7px;
}
.football img {
    width: 30px;
    height: auto;
}

.game-logo i {
    /* height: 60px;
    width: 60px;*/
    display: inline-block;
    font-size: 20px;
}
.game-name {
    font-size: 13px;
    margin: 5px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.card {
    background-color: aqua;
    height: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.card img {
    min-width: 100%;
    height: 100%;
}
.foot-right {
    width: 62px;
    height: 23px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #15805e;
    position: absolute;
    z-index: 6;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: yellow;
    font-weight: bolder;
    font-size: 10px;
    font-family: roboto;
    animation-name: play-name;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}
@keyframes play-name {
    50% {
        color: blue;
    }
    70% {
        color: red;

        /* }
        66%{
            color: yellow;
        }
        100%{
        color: blue;
            
       */
    }
}
.foot-left {
    width: 100%;
    height: 23px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    padding-left: 5px;
    color: white;
    font-family: roboto;
    font-size: 15px;
    z-index: 5;
    border-bottom: 5px solid #15805e;
}
.max-img img {
    width: 100%;
    height: auto;
}
.about-container {
}
.about-container h4 {
    text-align: center;
    margin-bottom: 5px;
    font-family: roboto;
}
.payment-container {
}
.payment-container h4 {
    text-align: center;
    margin-bottom: 10px;
    font-family: roboto;
}
.payment-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.payment-logo img {
    width: 18.7%;
}
.about-container p {
    text-align: justify;
    word-spacing: 3px;
    font-size: 13px;
    line-height: 2.5;
    padding: 10px;
    font-family: roboto;
}
.social-container h4 {
    text-align: center;
    margin-bottom: 10px;
    font-family: roboto;
}
.social-logo {
    padding: 10px;
    display: flex;
    gap: 5px;
}
.all-information {
    background: #eee;
    padding-top: 10px;
}
.liceneses {
    padding: 10px;
}
.licenses h4 {
    text-align: center;
}
.licenses-logo img {
    width: 50px;
    padding-bottom: 70px;
}
#facebook {
    font-size: 25px;
    color: white;
    background: #3b5990;
    border-radius: 50%;
    padding: 15px;
}

.instagram {
    font-size: 25px;
    color: white;
    background: linear-gradient(
        45deg,
        #feda75,
        #fa7e1e,
        #d62976,
        #962fbf,
        #4f5bd5
    );
    border-radius: 50%;
    padding: 15px;
}

.whatsapp {
    font-size: 25px;
    color: white;
    background: #00b900;
    border-radius: 50%;
    padding: 15px;
}

.telegram {
    display: inline;
    width: 50px;
    color: white;
    background: #0088cc;
    border-radius: 50%;
    padding: 15px;
}

.twitter {
    font-size: 25px;
    color: white;
    background: #000000;
    border-radius: 50%;
    padding: 15px;
}

.email {
    font-size: 25px;
    color: white;
    background: #425565;
    border-radius: 50%;
    padding: 15px;
}

.youtube {
    position: fixed;
    bottom: 55px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 9;
}
.youtube div {
    height: 30px;
    width: 30px;
    position: absolute;
    background: white;
    left: 10px;
    top: 10px;
    z-index: 5;
}
.youtube i {
    position: fixed;
    font-size: 5px;
    color: red;
    z-index: 9;
    font-size: 55px;
}
.footer {
    width: 100%;
    height: 50px;
    position: fixed;
    background: #40868b;
    bottom: 0;
    left: 0;
    z-index: 6;
    display: flex;
}
.footer a {
    width: 17%;
}

.footer a img {
    width: 100%;
}
