:root {
    --swiper-navigation-size: 20px;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background: #000;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}
.btn-light {
    background: #eff0f3;
    border: 2px double #5d7197;
}
.btn-primary {
    background: #29006E;
    border: 2px double #5d9778;
}
.btn-primary:hover {
    background-color: #5504e1;
}
.nav-link-primary {
    text-decoration: none;
    color: #000;
}
.nav-links {
    text-decoration: none;
    color: #ede2e2;

}
.nav-links:hover {
    color: #000;
}
.swiper-button-prev:after {
    margin-left: 32px;
}

.swiper-button-next:after {
    margin-right: 32px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: bolder;
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    padding: 14px 18px;
}

.tm-header {
    width: 100%;
    padding: 10px 0;
    background-color: #29006E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-flex {
    width: 100%;

}
.mb-4 {
    margin: 0 !important;
} 
.gap-2 {
    overflow-y: scroll;
    scrollbar-width: none;
    width: -webkit-fill-available;
}
.tm-logo {
    width: 110px;
    height: auto;
    margin-right: 10px;
}
.tm-games-small img {
     width: 203.5px;
    height: 125px;
    border: 2px solid #ffffff;
}
.tm-card {
    color: unset;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.tm-games-small {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 15px;
}

.tm-card h5 {
    color: #5f6368;
    margin-top: 10px;
    font-size: 18px;
}

.tm-game-card-lg {
    color: rgba(0, 0, 0, 0.60);
    text-decoration: none;
    text-align: left;
    border-radius: 20px;
}

.tm-content {
    padding: 17px 12px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.tm-game-card-lg.shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.tm-game-card-lg h5 {
    font-size: 18px;
    color: #000251;
    margin-bottom: 0;
}

.tm-game-card-lg img {
    border-radius: 20px 20px 0 0;
}

.tm-game-card-lg button {
    width: 100px;
}
.tm-heading {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase ;
    background-color: #29006E;
    padding: 10px;
    border: 4px double #42e695;
    border-radius: 20px;
}
.img-responsive-rounded {
   border-radius: 20px;
   background-color: #000000e4;
}
.img-responsive-rounded:hover {
    transform: scale(1.1);
}
footer {
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: #29006E;
    color: #fff;
}
@media (max-width: 1400px) and (min-width: 1200px){
    .tm-games-small {
        gap: 26px;
    }
    .tm-games-small img {
        width: 350px;
        height: 180px;
    }
}
@media (max-width: 1200px) and (min-width: 1024px){
    .tm-games-small {
        gap: 15px;
    }
    .tm-games-small img {
        width: 300px;
        height: 150px;
    }
}
@media (max-width: 1024px) and (min-width: 992px){
    .tm-games-small {
        gap: 30px;
    }
    .tm-games-small img {
        width: 290px;
        height: 140px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .tm-games-small {
        gap: 18px;
    }
    .tm-games-small img {
        width: 220px;
        height: 120px;
    }
}
@media (max-width: 768px) and (min-width: 600px) {
    .tm-games-small {
        gap: 12px
    }
    .tm-games-small img {
        width: 220px;
        height: 120px;
    }

}
@media (max-width: 600px) and (min-width: 460px) {
    .tm-games-small {
        gap: 10px
    }
    .tm-games-small img {
        width: 160px;
        height: 90px;
        border-radius: 16px !important;
    }
}
@media (max-width: 460px) and (min-width: 390px){
    .tm-games-small {
        justify-content: space-between !important;
    }
    .tm-games-small img {
        width: 170px;
        height: 90px;
    }
}
@media (max-width: 390px) and (min-width: 320px) {
    .tm-games-small {
        justify-content: space-between !important;
    }
    .tm-games-small img {
        width: 140px;
        height: 80px;
    }  
}
@media screen and (max-width: 320px) {
    .tm-games-small {
        justify-content: space-between !important;
    }
    .tm-games-small img {
        width: 130px;
        height: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .tm-header .gap-2 {
        overflow-y: scroll;
        width: -webkit-fill-available;
    }  
}
@media only screen and (max-width: 600px) {
    .tm-header {
        padding-top: 16px !important;
        padding-bottom: 9px !important;
        padding-left: 0;
        padding-right: 0;
    }
    .tm-header .align-items-center {
        align-items: center !important;
    }
    .tm-header {
        width: 100%;
    }
    .tm-header .gap-2 {
        overflow-y: scroll;
        width: -webkit-fill-available;
    }
    .tm-card h5 {
        font-size: 13px;
    }
    .tm-game-card-lg h5 {
        font-size: 16px;
    }
    .tm-game-card-lg button {
        font-size: 13px;
    }
    .tm-game-card-lg button {
        width: 80px;
    }
    h3.tm-heading {
        font-size: 16px;
    }
    .gap-2 button {
        font-size: 12px;
    }
}