body {
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    a {
        color: inherit;
        text-decoration: underline;
    }

    color: #7A7A7A;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    /* You can specify different weights or styles for headings */
    font-weight: 700;
}

.title {
    font-family: 'Allura', cursive;
    color: #dc3c34;
}

.sub-title {
    color: #000000;
    font-size: 22px;
}

.red {
    color: #CF2E2E;
}


.black {
    color: #000000;
}

.main-banner {
    background: url("/src/main-banner.jpg") no-repeat center center;
    background-size: cover;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

    .main-content {
        position: relative;
        top: 50%;
        width: 100%;
        text-align: center;
        padding: 6rem 1rem;

        .atas-logo {
            max-height: 75px;
            width: auto;
        }

        h4 {
            color: #CF2E2E;
        }
    }

    @media (max-width: 768px) {
        background: url("/src/main-banner-mobile.jpeg") no-repeat center center;
        background-size: cover;
        .main-content {
            padding: 2rem 1rem 6rem 1rem;

            h1, p {
                text-shadow: 2px 2px 4px #f5f1f1;
            }
        }
    }


}

#main-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: baseline;
    background-image: linear-gradient(180deg,#e03933 0%,#9c0001 100%);

    color: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    font-size: 16px;

    .step {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        cursor: pointer;
        transition: transform 0.2s;
        padding: 20px;
        &:hover {
            transform: translateY(-10px);
        }
        p {
            margin-bottom: 0;
        }

        h6 {
            font-weight: bolder;
        }

    }

    @media (max-width: 768px) {
        .col-6 {
            padding: 0;
        }

        .step {
            padding: 10px;
        }
    }
}

#about-us {
    margin-top: 50px;
}

#point {
    background-color: #F0F0F0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 780px;
    margin: auto;
    position: relative;
}

.game-list {
    img {
        border-radius: 10px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    }
    margin-bottom: 100px;
}

#promotion-1 {
    height: 100vh;
    overflow: hidden;
    margin-bottom: 60px;
    background: #dc3c34 url("/src/promotion-1.jpeg") center center/cover no-repeat;
}

/* Footer styles */
.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #dc3c34;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.25);

    .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 20px;

        .nav-link {
            transition: transform 0.2s;
            &:hover {
                transform: scale(1.1);
            }
        }
    }
}

/* Add this style for the floating WhatsApp button */
.floating-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    color: #ffffff;
    background-color: #25d366;
    border: none;
    border-radius: 48%; /* Set border-radius to 50% for a circle */
    font-size: 24px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;

    display: flex;
    justify-content: center;
    align-items: center;

    a {
        color: inherit;
        text-decoration: none;
        text-align: center;

    }
}

.floating-button:hover {
    background-color: #128c7e;
}

.main-content {
    .download-icon {
        width: 165px;
    }
}

.steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
    background-color: #dc3c34;
    color: #ffffff;
}
