/* Media Queries for max-width: 768px */
@media only screen and (max-width: 768px) {
    .karusel-wrapper {
        padding: 0;
    }

    .popular h3 {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin: 1rem 0;
        text-transform: uppercase;
    }

    .karusel-items {
        padding: 0 10px;
    }

    .slotarea {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 20px;
    }

    .game-menu {
        padding: 5px 20px;
        border-radius: 5px;
    }

    .owl-carousel .nav-item {
        width: 100%;
    }

    .nav-mobile .owl-prev {
        left: -20px;
    }

    .nav-mobile .owl-next {
        right: -20px;
    }

    .parent {
        border-radius: 5px;
    }

    .child-1 {
        width: 100%;
        padding: 0.5rem;
    }

    .child-2 {
        width: 100%;
        padding: 0 0.5rem 0.5rem 0.5rem;
    }

    .buttons a {
        font-size: 18px;
    }

    #mySidenav {
        display: none;
    }

    .pop-gameitem>figcaption {
        font-size: 12px;
    }

    .gameitem>figcaption {
        font-size: 12px;
    }
	
	.article {
    padding: 20px;
	}
	
	.article h1 {
    font-size: calc(1rem + 1vw);
	margin-bottom:10px;
	}
	
	.article h2, h3, h4 {
    font-size: calc(1rem + 1vw);
	margin-bottom:10px;
	}
}

/* Media Queries for min-width: 769px */
@media only screen and (min-width: 769px) {
    .tophead {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .owl-carousel .nav-item {
        width: 100%;
    }

    .parent {
        display: flex;
    }

    .child-1, .child-2 {
        padding: 1rem;
    }

    .mobile {
        display: none;
    }
}
