@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.navbar {
    border-bottom: 2px solid #c7c5c5;
    padding: 1rem;
}

.navbar.bg-light {
    background-color: #fff !important;
}

.navbar .navbar-brand {
    font-size: 16px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #050505;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 16px;
    font-weight: 600;
}

.navbar .navbar-nav .nav-item .nav-link img {
    width: 24px;
    height: 24px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #31C774;
}

.navbar .navbar-nav .nav-item .input-group input {
    border: 1px solid #019A62;
    border-radius: 32px;
    border-right: none;
    color: #050505;
}

.navbar .navbar-nav .nav-item .input-group button {
    border: 1px solid #019A62;
    border-radius: 32px;
    border-left: none;
    color: #019A62;
}


.navbar .navbar-brand img {
    width: 210px;
}

a {
    text-decoration: none;
}

section.jumbroton {
    background-image: url('./../images/bg-home.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vh;
    background-position: center bottom;
    display: flex;
    align-items: center;
}

section.jumbroton .container {
    height: 100%;
    display: flex;
    align-items: center;
}

section.jumbroton h2 {
    color: #FEFEFE;
    font-size: 24px;
    font-weight: 400;
}

section.jumbroton h2 strong {
    color: #019A62;
}

section.jumbroton h1 {
    color: #FEFEFE;
    font-size: 40px;
    font-weight: 600;
}

section.jumbroton h1 strong {
    color: #019A62;
}

section.jumbroton p {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 400;
}

section.jumbotron .action-button {
    margin-top: 1.25rem;
}

section.jumbotron .action-button a i {
    margin-right: 3px;
}

section.jumbroton img {
    width: 100%;
    max-width: 476px;
}

.btn {
    border-radius: 12px;
    padding: .5rem 1rem;
}

.btn.btn-primary,
.btn.btn-primary:focus {
    background-color: #019A62;
    border: 1px solid #019A62;
}

.btn.btn-outline-primary {
    border: 1px solid #019A62;
    color: #019A62;
}

.btn.btn-outline-primary:hover {
    background-color: #019A62;
    border: 1px solid #019A62;
    color: #fff;
}

section.info {
    margin-top: 80px;
    margin-bottom: 80px;
}

section.info .group-info {
    border: 5px solid #019A62;
    border-radius: 32px;
    padding: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}

section.info h1 {
    color: #019A62;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

section.info h1 small {
    font-size: 15px;
    margin: 0;
}

section.info p {
    color: #019A62;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

section.list-item {
    margin-top: 80px;
    margin-bottom: 80px;
}

section.list-item h1 {
    color: #050505;
    font-size: 24px;
    font-weight: 600;
}

section.list-item h2 {
    color: #05050580;
    font-size: 16px;
    font-weight: 400;
}

.img-item {
    width: 100%;
    max-width: 260px;
    /*height: 130px;*/
    border-radius: 12px;
    object-fit: cover;
}

.item h3 {
    margin-top: 10px;
    color: #050505;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.item h4 {
    color: #019A62;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.item {
    border: 2px solid #F5F6FA;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    height: 100%;
}

.more {
    text-decoration: none;
    display: inline-flex;
    border: 2px solid #019A62;
    border-radius: 12px;
    padding: .5rem 1rem;
    font-size: 24px;
    font-weight: 600;
    color: #019A62;
    margin-top: 40px;
}

section.why {
    margin-top: 80px;
    margin-bottom: 80px;
}

section.why .item {
    text-align: center;
}

section.why h1 {
    color: #050505;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

section.why h3 {
    color: #019A62;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

section.why img {
    width: 127px;
    height: 110px;
}

section.faq {
    margin-top: 80px;
    margin-bottom: 80px;
}

section.faq h1 {
    color: #050505;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

section.faq .faq-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.faq .faq-content {
    margin-top: 3rem;
}

section.faq .faq-content .faq-item {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
}

section.faq .faq-content .faq-item a {
    color: #019A62;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.faq .faq-content .faq-item a h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

section.faq .faq-content .faq-item a i {
    border-radius: 50%;
    border: 2px solid #019A62;
    padding: .25rem;
    margin-left: 1rem;
    font-size: 14px;
}

section.faq .faq-content .faq-item .faq-description {
    overflow: hidden;
    transition: .5s;
    font-size: 14px;
    color: #7E8CAC;
}

section.company {
    margin-top: 80px;
    padding: 3rem;
    padding-bottom: 1rem;
}

section.company h4 {
    font-size: 20px;
    color: #019A62;
    font-weight: 600;
    text-align: center;
}

section.company ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

section.company ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #05050580;
    font-weight: 400;
    text-align: center;
}

section.company ul.social-media {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

section.company ul.social-media li {
    margin-right: 15px;
}

section.company ul.social-media li a i {
    font-size: 22px;
}

section.company .company-profile {
    max-width: 400px;
}

section.company .company-profile p {
    color: #7E8CAC;
    font-size: 12px;
    font-weight: 300;
}

section.company .company-profile img {
    width: 100px;
    margin-bottom: 10px
}

section.company .copyright {
    margin-top: 4rem;
    font-size: 10px;
    color: #7E8CAC;
    font-weight: 300;
}

footer {
    text-align: center;
    background-color: #019A62;
    padding: 2rem;
    font-size: 20px;
    font-weight: 600;
    color: #FEFEFE;
}

footer p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.content {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.content .tutorial img {
    width: 100%;
    max-width: 476px;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
}

section.content .tutorial h1 {
    color: #050505;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

section.content .tutorial ol li {
    color: #050505;
    font-size: 20px;
    font-weight: 400;
}

section.content .title {
    padding: 8px 8px;
    border: #019A62;
    background-color: #019A62;
}

section.content .title h1 {
    color: #F5F6FA;
    font-size: 24px;
    font-weight: 600;
}

label.form-label {
    font-size: 20px;
    font-weight: 600;
    color: #050505;
}

input.form-control {
    border: 2px solid #00000040;
    border-radius: 32px;
    padding: 1rem;
    font-size: 16px;
    font-weight: 400;
    color: #050505;
}

input.form-control::placeholder {
    color: #05050580;
}

section.content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #050505;
}

section.content .amount-robux {
    border: 2px solid rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 32px;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

section.content .amount-robux.active {
    border: 2px solid #019A62;
}

section.content .amount-robux h3 {
    font-size: 24px;
    font-weight: 600;
    color: #050505;
}

section.content .amount-robux p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(5, 5, 5, 0.5);
    margin: 0;
}

.text-danger {
    color: #E01A1A;
    font-size: 14px;
    font-weight: 600;
}

section.content .payment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 2px solid rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1.7rem;
    border-radius: 32px;
    cursor: pointer;
    height: 100%;
}

section.content .payment.active {
    border: 2px solid #019A62;
}

section.content .payment.disabled {
    border: 2px solid #F5F6FA;
    background-color: #F5F6FA;
    cursor: not-allowed;
}

section.content .payment img {
    width: 100%;
    max-width: 140px;
    height: 40px;
}

section.content .payment h1 {
    font-size: 16px;
    font-weight: 400;
    color: #050505;
    margin: 0;
}

section.content .payment p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(5, 5, 5, 0.5);
    margin: 0;
}

section.content p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(5, 5, 5, 0.5);
}

section.content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #050505;
}

section.content h6 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(5, 5, 5, 0.8);
}

section.content hr {
    width: 100%;
    max-width: 476px;
}

.text-success {
    color: #019A62;
}

.btn-order {
    background-color: #019A62;
    border: 1px solid #019A62;
    color: #FEFEFE;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: 1rem;
    width: 100%;
    margin-top: 10px;
}

.badge-outline-success {
    border: 1px solid #019A62;
    border-radius: 12px;
    padding: 8px 12px;
}

.badge-outline-success h2 {
    color: #019A62;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.badge-outline-warning {
    border: 1px solid rgb(255 193 7);
    border-radius: 12px;
    padding: 8px 12px;
}

.badge-outline-warning h2 {
    color: rgb(255 193 7);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.badge-outline-danger {
    border: 1px solid #E01A1A;
    border-radius: 12px;
    padding: 8px 12px;
}

.badge-outline-danger h2 {
    color: #E01A1A;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.badge-outline-info {
    border: 1px solid rgb(13 202 240);
    border-radius: 12px;
    padding: 8px 12px;
}

.badge-outline-info h2 {
    color: rgb(13 202 240);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.badge-success {
    background-color: #019A62;
    border-radius: 12px;
    padding: 8px 12PX;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.badge-success h3 {
    color: #FEFEFE;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.btn-copy {
    background-color: #019A62;
    border: 1px solid #019A62;
    color: #FEFEFE;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: .5rem;
    width: 100%;
    margin-top: 10px;
}

.group-code {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.group-code button {
    font-size: 20px;
    font-weight: 600;
    color: #F5F6FA;
}

.group-code h2 {
    font-size: 20px;
    font-weight: 600;
    color: #050505;
    margin: 0;
}

section.games {
    margin-top: 80px;
    margin-bottom: 120px;
}

section.games h1 {
    font-size: 40px;
    font-weight: 600;
    color: rgba(5, 5, 5, 0.8);
}

section.games .game {
    gap: 20px;
    border: 2px solid rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 32px;
    margin-top: 20px;
    text-align: center;
    height: 100%;
}


section.games .game img {
    width: 100%;
    max-width: 260px;
    height: 180px;
    border-radius: 12px;
    object-fit: cover;
}

section.games .game h4 {
    font-size: 20px;
    font-weight: 600;
    color: #019A62;
    margin-top: 10px;
}

section.content .filter-item {
    border: 2px solid rgba(5, 5, 5, 0.25);
    border-radius: 12px;

}

section.content .filter-item .filter {
    padding: 30px 32px;
}

section.content .filter-item h1 {
    font-size: 24px;
    font-weight: 600;
    color: #019A62;
}

section.content .filter-item label {
    font-size: 20px;
    font-weight: 400;
    color: #050505;
}

section.content .filter-item select {
    width: 100%;
    border: 1px solid #05050580;
    border-radius: 24px;
    padding: 1rem;
    font-size: 16px;
    font-weight: 400;
    color: #050505;
}

section.content .filter-item input {
    border: unset;
    border-bottom: 1px solid #05050580;
    border-radius: unset;
}

section.content .filter-item .input-group {
    background-color: #FFFFFF;
}

section.content .filter-item .input-group-text {
    border: unset;
    border-bottom: 1px solid #05050580;
    border-radius: unset;
    background-color: #FFFFFF;
}

section.history {
    margin-top: 100px;
    margin-bottom: 300px;
}

section.history label {
    font-size: 20px;
    font-weight: 600;
    color: #050505;
    margin-bottom: 10px;
}

section.history input {
    border-radius: 12px;
}

section.history p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(5, 5, 5, 0.5);
}

section.leaderboard {
    margin-top: 20px;
    margin-bottom: 80px;
    min-height: 60vh;
}

section.leaderboard h1 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(5, 5, 5, 0.8);
}

section.leaderboard .btn-primary {
    background-color: #019A62;
    border: 1px solid #019A62;
    color: #FEFEFE;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: .5rem;
}

section.leaderboard .btn-outline-primary {
    border: 2px solid #019A62;
    color: #019A62;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: .5rem;
    margin-left: 10px;
}

section.leaderboard .content {
    margin-top: 20px;
}

section.leaderboard .content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #050505;
    margin: 0;
}

section.leaderboard .content img {
    border-radius: 50%;
    width: 100%;
    max-width: 80px;
    height: 100%;
    max-height: 80px;
    object-fit: cover;
}

section.leaderboard .content .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.selected-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F6FA;
    padding: 1rem;
}

.selected-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.selected-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #050505;
    margin: 0;
    margin-left: 10px;
}

.selected-item h2 {
    font-size: 16px;
    font-weight: 600;
    color: #019A62 !important;
    margin: 0;
    border: 2px solid #019A62;
    border-radius: 4px;
    padding: .5rem;
}

.payment input[type="radio"] {
    display: none;
}

.username-item {
    display: flex;
    align-items: center;
    justify-content: start;
    border: 2px solid #F5F6FA;
    background-color: #F5F6FA;
    padding: 1rem;
    margin-top: 10px;
}

.username-item.active {
    border: 2px solid #019A62;
}

.username-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #050505;
    margin: 0;
    margin-left: 10px;
}

.username-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

:disabled {
    cursor: not-allowed;
}

.modal-information {
    text-align: center;
}

.modal-information h2 {
    font-size: 22px;
    margin-top: .5rem;
    margin-bottom: 5px;
    text-align: center;
}

.modal-information h4 {
    font-size: 18px;
    margin-top: .5rem;
    margin-bottom: 5px;
    text-align: center;
}

.modal-information p {
    color: #7E8CAC;
    font-size: 14px;
    text-align: center;
}

.modal-information img {
    margin: auto;
}

.modal-information .gameplace-content {
    border: 2px solid #F5F6FA;
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
}

.modal-information .gameplace-content:hover {
    border: 2px solid #019A62;
}

.modal-information table img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

#filter-small {
    display: none;
}

@media screen and (max-width: 1399px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .navbar .navbar-nav .nav-item .nav-link img {
        width: 18px;
        height: 18px;
    }

    .navbar .navbar-nav .nav-item .input-group {
        height: 40px;
    }

    .navbar .navbar-nav .nav-item .input-group input {
        width: 170px !important;
    }

    .navbar .navbar-nav .nav-item .input-group button {
        border: 1px solid #019A62;
        border-radius: 32px;
        border-left: none;
        color: #019A62;
    }
}

@media screen and (max-width: 1199px) {
    .navbar .navbar-brand img {
        width: 150px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }

    .navbar .navbar-nav .nav-item .nav-link img {
        width: 16px;
        height: 16px;
    }

    .navbar .navbar-nav .nav-item .input-group {
        height: 40px;
    }

    .navbar .navbar-nav .nav-item .input-group input {
        width: 130px !important;
    }

    .navbar .navbar-nav .nav-item .input-group button {
        border: 1px solid #019A62;
        border-radius: 32px;
        border-left: none;
        color: #019A62;
    }

    section.jumbroton h1 {
        font-size: 32px;
    }

    section.jumbroton h2 {
        font-size: 20px;
    }

    section.jumbroton p {
        font-size: 14px;
    }

    section.info h1 {
        font-size: 24px;
    }

    section.info h1 small {
        font-size: 12px;
    }

    section.info p {
        font-size: 14px;
    }

    section.list-item h1 {
        font-size: 20px;
    }

    section.list-item h2 {
        font-size: 14px;
    }

    section.list-item .item h3 {
        font-size: 14px;
    }

    section.list-item .item h4 {
        font-size: 18px;
    }

    section.why h1 {
        font-size: 20px;
    }

    section.why h3 {
        font-size: 16px;
    }

    section.faq h1 {
        font-size: 20px;
    }

    section.faq .faq-content .faq-item a h3 {
        font-size: 16px;
    }

    section.faq .faq-content .faq-item a i {
        font-size: 12px;
    }

    section.faq .faq-content .faq-item .faq-description {
        font-size: 12px;
    }

    section.content h2 {
        font-size: 18px;
        font-weight: 600;
        color: #050505;
    }

    section.content .amount-robux h3 {
        font-size: 20px;
    }

    section.content p {
        font-size: 14px;
    }

    section.content .amount-robux p {
        font-size: 14px;
    }

    section.content .payment img {
        max-width: 100px;
        height: 30px;
    }

    section.content .payment h1 {
        font-size: 14px;
    }

    section.content .tutorial ol li {
        font-size: 16px;
    }

    section.content .filter-item h1 {
        font-size: 18px;
    }

    section.content .filter-item select {
        font-size: 12px;
    }

    section.content .filter-item label {
        font-size: 16px;
    }

    section.games .game img {
        max-width: 200px;
        height: 140px;
    }

    section.games .game h4 {
        font-size: 16px;
    }

    section.company h4 {
        font-size: 16px;
    }

    section.company ul li a {
        font-size: 14px;
    }

    section.company ul.social-media li a i {
        font-size: 18px;
    }

    section.company .company-profile p {
        font-size: 10px;
    }

    section.company .company-profile img {
        width: 80px;
    }

    .img-item {
        /*height: 100px;*/
    }

    label.form-label {
        font-size: 18px;
    }

    section.info .group-info {
        padding: 17px;
        gap: 5px;
    }

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 25%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .navbar .navbar-brand img {
        width: 160px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }

    .navbar .navbar-nav .nav-item .nav-link img {
        width: 16px;
        height: 16px;
    }

    .navbar .navbar-nav .nav-item .input-group {
        height: 40px;
    }

    .navbar .navbar-nav .nav-item .input-group input {
        width: 130px !important;
    }

    .navbar .navbar-nav .nav-item .input-group button {
        border: 1px solid #019A62;
        border-radius: 32px;
        border-left: none;
        color: #019A62;
    }

    section.jumbroton h1 {
        font-size: 28px;
    }

    section.jumbroton h2 {
        font-size: 18px;
    }

    section.jumbroton p {
        font-size: 12px;
    }

    section.info h1 {
        font-size: 18px;
    }

    section.info h1 small {
        font-size: 12px;
    }

    section.info p {
        font-size: 12px;
    }

    section.list-item h1 {
        font-size: 18px;
    }

    section.list-item h2 {
        font-size: 12px;
    }

    section.list-item .item h3 {
        font-size: 12px;
    }

    section.list-item .item h4 {
        font-size: 16px;
    }

    section.why h1 {
        font-size: 18px;
    }

    section.why h3 {
        font-size: 16px;
    }

    section.faq h1 {
        font-size: 18px;
    }

    section.faq .faq-content .faq-item a h3 {
        font-size: 14px;
    }

    section.faq .faq-content .faq-item a i {
        font-size: 10px;
    }

    section.faq .faq-content .faq-item .faq-description {
        font-size: 10px;
    }

    section.content h2 {
        font-size: 14px;
        font-weight: 600;
        color: #050505;
    }

    section.content .amount-robux h3 {
        font-size: 14px;
    }

    section.content p {
        font-size: 12px;
    }

    section.content .amount-robux p {
        font-size: 12px;
    }

    section.content .payment {
        justify-content: unset;
    }

    section.content .payment img {
        max-width: 80px;
        height: 20px;
    }


    section.content .payment h1 {
        font-size: 12px;
    }

    section.content .tutorial ol li {
        font-size: 14px;
    }

    section.content .tutorial img {
        max-height: 160px;
    }

    section.content .tutorial h1 {
        font-size: 18px;
    }

    section.content .filter-item h1 {
        font-size: 16px;
    }

    section.content .filter-item select {
        font-size: 10px;
    }

    section.content .filter-item label {
        font-size: 14px;
    }

    section.games .game img {
        max-width: 160px;
        height: 120px;
    }

    section.games .game h4 {
        font-size: 14px;
    }

    section.company h4 {
        font-size: 14px;
    }

    section.company ul li a {
        font-size: 12px;
    }

    section.company ul.social-media li a i {
        font-size: 16px;
    }

    section.company .company-profile p {
        font-size: 10px;
    }

    section.company .company-profile img {
        width: 60px;
    }

    .img-item {
        /*height: 100px;*/
    }

    label.form-label {
        font-size: 14px;
    }

    input.form-control {
        padding: 0.7rem;
        font-size: 14px;
    }

    section.history label {
        font-size: 14px;
    }

    section.history input {
        border-radius: 12px;
    }

    section.history p {
        font-size: 12px;
    }

    section.leaderboard h1 {
        font-size: 20px;
    }

    section.leaderboard .btn-primary {
        font-size: 16px;
    }

    section.leaderboard .btn-outline-primary {
        font-size: 16px;
    }

    section.leaderboard .content h2 {
        font-size: 18px;
    }

    section.leaderboard .content img {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    section.leaderboard .content .profile {
        gap: 20px;
    }

    .selected-item img {
        width: 60px;
        height: 60px;
    }

    .selected-item h3 {
        font-size: 16px;
    }

    .selected-item h2 {
        font-size: 14px;
    }

    .username-item img {
        width: 60px;
        height: 60px;
    }

    .username-info h3 {
        font-size: 16px;
    }

    .username-item.active {
        border: 2px solid #019A62;
    }

    .modal-information h2 {
        font-size: 20px;
    }

    .modal-information h4 {
        font-size: 16px;
    }

    .modal-information p {
        font-size: 12px;
    }

    .modal-information .gameplace-content {
        padding: .5rem;
    }

    .modal-information table img {
        width: 30px;
        height: 30px;
    }

    .group-code h2 {
        font-size: 16px;
    }

    .group-code button {
        font-size: 16px;
    }

    .btn-copy {
        font-size: 16px;
    }

    .btn-order {
        font-size: 16px;
    }

    .text-danger {
        font-size: 12px;
    }

    .text-success {
        font-size: 12px;
    }

    .text-info {
        font-size: 12px;
    }

    .text-warning {
        font-size: 12px;
    }

    .badge-outline-success h2 {
        font-size: 16px;
    }

    .badge-outline-warning h2 {
        font-size: 16px;
    }

    .badge-outline-danger h2 {
        font-size: 16px;
    }

    .badge-outline-info h2 {
        font-size: 16px;
    }

    .badge-success h3 {
        font-size: 16px;
    }

    .payment h1 {
        font-size: 12px;
    }

    .payment p {
        font-size: 10px;
    }

    .payment img {
        max-width: 60px;
        height: 20px;
    }

    .amount-robux h3 {
        font-size: 16px;
    }

    .amount-robux p {
        font-size: 12px;
    }

    .content h5 {
        font-size: 14px;
    }

    .content h6 {
        font-size: 14px;
    }

    .content hr {
        width: 100%;
        max-width: 260px;
    }

    .content .payment {
        padding: 1rem;
    }

    .content .filter-item .filter {
        padding: 20px 24px;
    }

    .content .filter-item h1 {
        font-size: 16px;
    }

    .content .filter-item label {
        font-size: 14px;
    }

    .content .filter-item select {
        font-size: 10px;
    }

    .content .filter-item input {
        border: unset;
        border-bottom: 1px solid #05050580;
        border-radius: unset;
    }

    .content .filter-item .input-group {
        background-color: #FFFFFF;
    }

    .content .filter-item .input-group-text {
        border: unset;
        border-bottom: 1px solid #05050580;
        border-radius: unset;
        background-color: #FFFFFF;
    }

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 33%;
        margin-bottom: 15px;
    }

    .more {
        font-size: 18px;
        margin-top: 20px;
    }

    .item h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    #home-hero {
        display: none;
    }

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 15px;
    }

    .img-item {
        /*height: 70px;*/
    }

    section.games .game img {
        max-width: 200px;
    }

    section.content .filter-item h1 {
        font-size: 12px;
    }

    section.content .filter-item label {
        font-size: 10px;
    }

    .item h3 {
        font-size: 10px;
    }

    .item h4 {
        font-size: 10px;
    }

    section.content .amount-robux p {
        font-size: 9px;
    }

    section.content p {
        font-size: 9px;
    }

    footer p {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    section.list-item .item h4 {
        font-size: 12px;
    }

    section.games .game img {
        height: 70px;
    }

    section.games .game h4 {
        font-size: 12px;
    }

    .btn.btn-primary,
    .btn.btn-primary:focus {
        font-size: 12px;
    }

    section.games h1 {
        font-size: 32px;
    }

    #filter-large {
        display: none;
    }

    #filter-small {
        display: unset;
    }

    section.content h5 {
        font-size: 12px;
    }

    section.content h6 {
        font-size: 12px;
    }

    section.leaderboard .content h2 {
        font-size: 12px;
    }

    section.leaderboard .content img {
        width: 40px;
        height: 40px;
    }

    section.leaderboard .content .profile {
        margin-top: 10px;
    }

    section.faq .faq-content {
        margin-top: 1rem;
    }

    section.faq {
        margin-bottom: 0;
    }
}