.wallpaper-img {
    display: none;
}

.gamb {
    padding: unset;
    margin: unset;
    display: flow
}

.gamb img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

@media screen and (max-width:768px) {
    .gamb .gamb2 {
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
}

.showcase-container {
    position: relative;
    background-image: url('../images/showcase-bg.png');
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat;
    width: 100% !important;
    min-height: 300px;
    max-height: 500px;
    height: 155vw !important;
    transition: background-image 1s ease, background-position 1s ease, background-size 1s ease;
}

.countdown-offer {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 4;
    width: 250px;
}

.countdown-offer-img {
    width: 100%;
}

.offer-textgroup {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    max-width: 135px;
}

.showcase-button {
    width: 100%;
}


.social-media-container {
    background-color: var(--yellow-100);
    background-image: url('../images/sheet-bg.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.social-media-content {
    flex-direction: column;
    gap: 32px;
}

.social-media-icon-img {
    width: 60px;
}

.social-media-info {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.instagram-base {
    width: 100%;
    height: 400px;
    background-color: var(--yellow-100);
    border: 1px solid var(--yellow-400);
    border-radius: 16px;
    padding: 16px;
}

.instagram-frame {
    background-color: var(--white);
    width: 100%;
    height: 100%;
}

.social-media-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.social-media-icons-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
}

.social-media-img {
    width: 100%;
    max-width: 450px;
}

.notices-container {
    background-color: var(--yellow-200);
}

.notices-content {
    flex-direction: column;
    gap: 32px;
}

.notices-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}

.notice-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notice-image {
    width: 100%;
    border-radius: 12px;
}

.notice-image-link {
    display: block;
    width: fit-content;
    height: fit-content;
}

.notice-card-textgroup {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notices-button {
    border-radius: 48px;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    background-color: var(--orange-300);
    outline: none;
    border: none;
    font-size: 24px;
}

.notice-card-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--orange-600);
    text-decoration: none;
    width: fit-content;
}

.notice-card-description {
    color: var(--oragen-600);
}

.play-now-container {
    background-color: var(--yellow-400);
}

.download-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.download-button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

.download-button img {
    width: 250px;
}

.play-now-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-now-img {
    display: none;
    width: 100%;
    max-width: 600px;
}

.play-now-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 60px;
}

.play-now-card {
    background-color: var(--yellow-100);
    padding: 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
}

.play-now-tutorial-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.tutorial-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    border-bottom: 2px solid var(--orange-400);
    padding-bottom: 32px;
}

.tutorial-item-button {
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.tutorial-item-button p {
    text-align: center;
    color: var(--black);
}

.game-items-container {
    background-color: var(--green-400);
}

.game-items-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.game-items-textgroup {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.game-items-title {
    color: var(--white) !important;
}

.game-items-description {
    color: var(--white);
    text-align: center;
}

.game-items-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    gap: 32px;
}

.game-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background-color: var(--yellow-100);
    border-radius: 24px;
    padding: 32px 8px;
    width: 175px;
    height: 100%;
}

.game-item-name {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: var(--orange-600);
    font-size: 20px;
    overflow-wrap: anywhere;
}

.game-item-image {
    width: 78px;
    height: 77px;
}

.game-items-button {
    border-radius: 48px;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    background-color: var(--orange-300);
    outline: none;
    border: none;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .showcase-container {
        min-width: 200px !important;
        /* bottom: 6% !important; */
    }

    /* .showcase-button-container{
min-width: 300px !important;

} */
}

@media screen and (min-width: 768px) {
    .game-items-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase-container {
        height: 200vw !important;
    }
}


@media screen and (min-width: 1024px) {
    .social-media-items {
        width: 100%;
        flex-direction: row-reverse;
    }

    .game-items-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

@media screen and (min-width: 1280px) {
    .social-media-items {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 36px;
    }

    .social-media-info {
        width: 100%;
        max-width: 650px;
        height: 100%;
    }

    .instagram-base {
        height: 600px;
    }

    .social-media-icons-list {
        width: 100%;
        max-width: 500px;
    }

    .social-media-img {
        max-width: 600px;
    }

    .social-media-icon-img {
        width: 80px;
    }

    .notices-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .game-items-list {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }

    .play-now-img {
        display: block;
    }
}
