@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap";* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    background-color: #000
}

body {
    height: 100vh
}

#root {
    font-family: Poppins,sans-serif;
    height: 100vh
}

a {
    text-decoration: none
}

@media screen and (max-width: 600px) {
    header {
        width:100%;
        min-height: 7%;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .logo {
        width: 130px
    }

    .sign-up-btn {
        background-color: #cf0e48;
        border: none;
        color: #fff;
        width: 100px;
        height: 35px;
        border-radius: 10px;
        cursor: pointer
    }

    .sign-up {
        color: #fff;
        font-weight: 600
    }
}

@media screen and (min-width: 600px) {
    header {
        width:100%;
        min-height: 7%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 100px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 16px
    }

    .logo {
        width: 200px
    }

    .sign-up-btn {
        background-color: #cf0e48;
        border: none;
        width: 130px;
        height: 40px;
        border-radius: 25px;
        cursor: pointer
    }

    .sign-up {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600;
        font-size: 17px
    }

    .sign-up-btn:hover .sign-up {
        color: #0ff;
        font-size: 18px;
        transition: .2s;
        font-weight: 800
    }
}

@media screen and (max-width: 600px) {
    .desktop-background {
        display:none
    }

    section {
        display: flex;
        flex-direction: column
    }

    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%);
    }

    .join-btn {
        width: 150px;
        height: 40px;
        border: none;
        border-radius: 50px
    }

    .join-today-style {
        font-size: 15px;
        color: #000;
        font-weight: 600
    }
}

@media screen and (min-width: 600px) {
    .mobile-background {
        display:none
    }

    .desktop-background {
        width: 100%
    }

    .join-btn {
        width: 300px;
        height: 80px;
        border: none;
        border-radius: 50px;
        cursor: pointer
    }

    .join-btn:hover {
        background-color: #0ff;
        transition: .2s
    }

    .join-today-style {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #000;
        font-weight: 600
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%);
    }
}

@media (min-width: 500px) and (max-width: 601px) {
    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%);
    }

    .join-btn {
        width: 190px;
        height: 55px
    }

    .join-today-style {
        font-size: 19px
    }
}

@media (min-width: 600px) and (max-width: 700px) {
    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%);
    }

    .join-btn {
        width: 150px;
        height: 35px
    }

    .join-today-style {
        font-size: 17px
    }
}

@media (min-width: 700px) and (max-width: 900px) {
    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%);
    }

    .join-btn {
        width: 150px;
        height: 35px
    }

    .join-today-style {
        font-size: 17px
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%, -100%);
    }

    .join-btn {
        width: 200px;
        height: 60px
    }

    .join-today-style {
        font-size: 25px
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%, 95%);
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .join-btn-div {
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%, 70%);
    }
}

@media screen and (max-width: 500px) {
    footer {
        width:100%;
        padding: 0 20px 20px
    }

    .payment-box {
        padding: 40px 10px;
        background-color: #101317;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 30px
    }

    .bank-box,.crypto-box {
        gap: 20px;
        padding: 10px;
        background-color: #101317;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .provider-box {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 10px;
        margin-bottom: 40px
    }

    .provider-styles {
        width: 100px
    }

    .restrict-div {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .age-restricted {
        width: 50px
    }

    .footer-restrict-text {
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px
    }

    .rights-div {
        font-size: 12px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center
    }

    .curacao-logo {
        width: 100px
    }
}

@media screen and (min-width: 500px) {
    footer {
        width:100%;
        padding: 0 20px 20px
    }

    .bank-box,.crypto-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px
    }

    .payment-box {
        padding: 40px 10px;
        background-color: #101317;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 30px;
        margin-top: 30px
    }

    .provider-box {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 10px;
        margin-bottom: 30px
    }

    .provider-styles {
        width: 100px
    }

    .restrict-div {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .age-restricted {
        width: 50px
    }

    .footer-restrict-text {
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px
    }

    .rights-div {
        font-size: 12px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center
    }

    .curacao-logo {
        width: 100px
    }
}
