
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1500px) and (max-width: 1699px) {
    .container{
        max-width: 1440px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) and (max-width: 1499px) {
    .container{
        max-width: 1320px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1699px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1499px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399px) {
    
    .header-menu ul {
        gap: 40px;
    }
    .hero-content a img {
        max-width: 257px;
    }
    .hero-area {
        min-height: 540px;
    }
    .player-info {
        max-width: 316px;
    }
    .player-info--body ul li {
        font-size: 20px;
    }
    .top-player-table {
        width: 320px;
        height: 440px;
    }
    .top-player-content ul li {
        padding: 2px 0px;
        font-size: 14px;
    }
    .player-thambnail .img img {
        max-width: 372px;
        transform: translateX(-58px);
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
    .hero-content {
        max-width: 631px;
        margin: 0 auto;
    }
    .srever-progress {
        width: 213px;
    }
    .offer-item .img img {
        max-width: 60px;
    }
    .blogItem {
        height: 400px;
    }
    .blog-content h4 {
        font-size: 24px;
    }
    .blog-content h4 span {
        font-size: 17px;
    }
    .player-info--header .content p {
        font-size: 15px;
    }
    .top-players {
        width: 100%;
        max-width: 380px;
    }
    .btn-filled {
        height: 44px;
        font-size: 15px !important;
        width: 240px;
    }
    .top-player-content {
        padding: 17px 22px;
    }
    .top-player-table {
        width: 100%;
        height: 440px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
    
    .header-notic {
        left: 50%;
        transform: translateX(-50%);
    }
    .hero-area {
        background-size: 1836px;
        background-position: -200px 0px;
        padding-bottom: 10px;
    }
    .best-player {
        padding: 48px 0px 52px;
    }
    .player-thambnail .img img {
        max-width: 227px;
        transform: translateX(-24px);
    }
    .join-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
    
    .offer-wrapper {
        max-width: 1230px;
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 10px;
    }
    .best-player-btns button span.icon img {
        max-width: 26px;
    }
    .best-player-btns button span.icon {
        height: 26px;
        width: 26px;
    }
    .best-player-btns {
        gap: 30px;
    }
    .best-player-btns button {
        gap: 10px;
        font-size: 13px;
    }
    .best-player-btns button::after {
        left: calc(100% + 7px);
        width: 14px;
    }
    .footer-menu ul {
        flex-direction: column;
        gap: 12px;
    }
    .footer-menu {
        padding: 17px 0px;
    }
    .social {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .player-info {
        max-width: 316px;
        margin: 0 auto;
        margin-bottom: 29px;
    }
    a.header-logo img {
        max-width: 100px;
    }
    .header-notic {
        width: 302px;
        height: 41px;
    }
    .hero-area {
        background-size: 1830px;
        background-position: -382px 0px;
        padding-bottom: 10px;
    }
    .offer-item .img {
        display: none;
    }
    .offer-content {
        text-align: center;
    }
    .blog-area {
        padding: 50px 0px 40px;
    }
    .best-player-title {
        text-align: center;
        margin-bottom: 23px;
    }
    .footer {
        padding: 30px 0px 10px;
    }
    .player-info--body ul li {
        font-size: 16px;
    }

}

/* Small devices  */
@media (max-width: 575px) {
    
}