*,
body {
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0px;
    margin: 0px;
    width: 100%;
    line-height: 1.7;
    letter-spacing: 1.5;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-family: Roboto !important;
}

body {
    background-image: url(../assets/images/SC88/bg.png);
    background-position: center center;
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    /*    overflow: hidden;*/
}

.logo-header,
.logo-header-mobile {
    max-width: 930px;
    height: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.logo-header,
.logo-header-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-header img,
.logo-header-mobile img {
    width: 280px;
    height: auto;
    margin-bottom: 20px;
}

.logo-header img:nth-child(2),
.logo-header-mobile img:nth-child(2) {
    width: 850px;
}

.logo-header h1 {
    color: #F17020;
    font-size: 50px;
    font-weight: 900;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.link-download {
    display: flex;
    max-width: 1200px;
    gap: 60px;
    align-items: flex-end;
}

.link-apple,
.link-androi {
    width: 50%;
    margin-bottom: 50px;
}

.menu-bottom {
    display: flex;
    justify-content: center;
}

.menu-bottom ul {
    display: flex;
    max-width: 1200px;
    padding: 0 30px;
    list-style: none;
}

.logo-header-mobile {
    max-width: 480px;
    display: none;
}

.link-download-mobile {
    display: none;
}

.menu-bottom ul li {
    transition: .3s;
}

.menu-bottom ul li:hover {
    transform: translateY(-5px);
}

@media(max-width:1024px) {
    .link-download {
        display: flex;
        max-width: 90%;
        gap: 35px;
        align-items: flex-end;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 90%;
    }

    body {
        height: 70vh;
    }

    .link-apple,
    .link-androi {
        width: 50%;
        margin-bottom: 40px;
    }

    .menu-bottom ul {
        max-width: 90%;
    }
}

/* @media(max-width:768px) {
    .logo-header {
        max-width: 450px;
    }

    .logo-header img:nth-child(2) {
        width: 450px;
    }

    .link-download {
        max-width: 725px;
        gap: 20px;
    }

    .menu-bottom ul {
        max-width: 725px;
    }
} */

@media(max-width:1023px) {
    .logo-header-mobile {
        display: flex;
        margin-bottom: 0;
        margin-top: 15px;

    }

    .link-download-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .link-androi img,
    .link-apple img {
        width: 100%;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 65%;
        margin-bottom: 0px;
    }

    .logo-header img,
    .logo-header-mobile img {
        width: 40%;
        margin-bottom: 15px;
    }

    .link-center {
        width: 60%;
    }

    .link-apple,
    .link-androi {
        margin-bottom: 0px;
        width: 30%;
    }

    body {
        background-image: url(../assets/images/SC88/bg-mobile.png);
        background-position: top;
        background-size: cover;
        height: auto;
        min-height: 90vh;
        background-repeat: no-repeat;
        background-attachment: scroll;
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
    }

    .logo-header,
    .link-download {
        display: none;
    }

    .main {
        gap: 10px;
    }

    .menu-bottom ul {
        max-width: 85%;
        flex-wrap: wrap;
    }

    .menu-bottom ul li {
        width: 50%;
        height: 80px;
    }

    .menu-bottom ul li img {
        width: 100%;
    }
}

@media(max-width:480px) {
    .logo-header-mobile {
        display: flex;
        margin-bottom: 0;
        margin-top: 15px;

    }

    .link-download-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .link-androi img,
    .link-apple img {
        width: 100%;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 65%;
        margin-bottom: 0px;
    }

    .logo-header img,
    .logo-header-mobile img {
        width: 40%;
        margin-bottom: 15px;
    }

    .link-center {
        width: 100%;
    }

    .link-apple,
    .link-androi {
        margin-bottom: 0px;
        width: 40%;
    }

    body {
        background-image: url(../assets/images/SC88/bg-mobile.png);
        background-position: top;
        background-size: cover;
        height: auto;
        min-height: 90vh;
        background-repeat: no-repeat;
        background-attachment: scroll;
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
    }

    .logo-header,
    .link-download {
        display: none;
    }

    .main {
        gap: 10px;
    }

    .menu-bottom ul {
        max-width: 100%;
    }

    .menu-bottom ul {
        max-width: 1200px;
        flex-wrap: wrap;
    }

    .menu-bottom ul li {
        width: 50%;
        height: 48px;
    }

    .menu-bottom ul li img {
        width: 100%;
    }
}

@media(max-width:375px) {
    .logo-header-mobile {
        display: flex;
        margin-bottom: 0;
        margin-top: 15px;

    }

    .link-download-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .link-androi img,
    .link-apple img {
        width: 100%;
    }

    .logo-header img:nth-child(2),
    .logo-header-mobile img:nth-child(2) {
        width: 60%;
        margin-bottom: 0px;
    }

    .logo-header img,
    .logo-header-mobile img {
        width: 35%;
        margin-bottom: 15px;
    }

    .link-center {
        width: 75%;
    }

    .link-apple,
    .link-androi {
        margin-bottom: 0px;
        width: 34%;
    }

    body {
        background-image: url(../assets/images/SC88/bg-mobile.png);
        background-position: top;
        background-size: cover;
        height: auto;
        min-height: 95vh;
        background-repeat: no-repeat;
        background-attachment: scroll;
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
    }

    .logo-header,
    .link-download {
        display: none;
    }

    .main {
        gap: 10px;
    }


    .menu-bottom ul {
        max-width: 90%;
        flex-wrap: wrap;
    }

    .menu-bottom ul li {
        width: 50%;
        height: 40px;
    }

    .menu-bottom ul li img {
        width: 100%;
    }
}