body {
    background: linear-gradient(218.38deg, #6F9FA9 -1.7%, #2A454A 119.03%);
}

.body-container {
    max-width: 90rem;
    margin: auto;
}

.text-primary-color {
    color: #F0B749FF;
}

.arial-black-900 {
    font-family: 'Arial';
    font-weight: 900;
}

.header-container {
    margin-bottom: 3rem;
}

.header-container .header-games {
    max-height: 18.75rem;
    min-height: 12rem;
    object-fit: contain;
    float: right;
}

.header-row-logo {
    margin: 2rem 0 2rem -1.25rem;
    padding: 0 2rem;
}

.header-row-logo img {
    max-width: 31rem;
    min-width: 17.939rem;
    width: 40%;
}

.header-left-content {
    padding: 0 2rem;
}

.header-right-content {
    display: block;
    padding-left: 0;
}

@media only screen and (min-width: 1440px) {
    .header-container {
        margin-left: 6rem;
        padding-left: .75rem;
    }

    .header-featuring {
        font-size: 1.88rem;
    }

    .header-title {
        font-size: 3.75rem;
        line-height: 4.5rem;
    }

    .header-subtitle {
        font-size: 1.56rem;
    }
}

@media only screen and (max-width: 1439px) {
    .header-container {
        margin-left: 6rem;
        padding-left: .75rem;
    }

    .header-featuring {
        font-size: 1.2rem;
    }

    .header-title {
        font-family: 'Arial';
        font-weight: 900;
        font-size: 3rem;
        text-shadow: 0 0.313rem 1.125rem rgba(0, 0, 0, 0.4);
    }

    .header-subtitle {
        font-size: 1rem;
        margin: .8rem 0;
    }
}

@media only screen and (max-width: 899px) {
    .header-row-logo {
        padding: 0;
    }

    .header-left-content {
        padding-left: 0;
    }

    .header-container {
        margin-left: 4rem;
        padding-left: .75rem;
    }

    .header-featuring {
        font-size: 1rem;
    }

    .header-title {
        font-family: 'Arial';
        font-weight: 900;
        font-size: 2rem;
        text-shadow: 0 0.313rem 1.125rem rgba(0, 0, 0, 0.4);
    }

    .header-subtitle {
        font-size: 0.8rem;
        margin: .8rem 0;
    }
}

@media only screen and (max-width: 500px) {
    .header-container {
        margin-left: 2rem;
        padding-left: .75rem;
    }
}

.header-title {
    font-family: 'Arial';
    font-weight: 900;
    text-shadow: 0 0.313rem 1.125rem rgba(0, 0, 0, 0.4);
}

.header-subtitle {
    margin: .8rem 0;
}

@media only screen and (min-width: 901px) {
    .row-links {
        margin: 1.5rem 8rem;
        padding: .4rem 1.5rem;
        border-radius: 2.5rem;
    }
}

@media only screen and (max-width: 900px) {
    .row-links {
        margin: 1.5rem 2rem;
        padding: .4rem 1.5rem;
        border-radius: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .row-links {
        width: 100%;
        margin: 1.5rem 0;
        padding: .3rem 0;
        border-radius: 0;
    }
}

.row-links {
    background-color: #213B41;
}

.row-links img {
    object-fit: contain;
    height: 2rem;
    padding: .2rem 0;
}

.row-links-footer img {
    width: auto;
    height: 2rem;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 0;
}

.row-join-list {
    margin: 2.5rem 1rem;
}

.join-list-h1 {
    font-size: 6.25rem;
    line-height: 7rem;
    text-align: center;
    text-shadow: 0 0.313rem 1.125rem rgba(0, 0, 0, 0.2);
}

.join-list-h2 {
    font-size: 2.1rem;
    text-align: center;
    text-shadow: 0 0.438rem 1.5rem rgba(0, 0, 0, 0.4);
}

.join-list-p {
    font-size: 0.875rem;
    text-align: center;
    padding: 1rem 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.input-row {
    position: relative;
    margin-bottom: .8rem;
}

.input-row input[type="text"]:focus + .input-placeholder,
.input-row input[type="text"]:valid + .input-placeholder {
    display: none;
}

.input-placeholder {
    color: #ffffff;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.input-placeholder span {
    color: #F0B749FF;
}

.input-field {
    width: 100%;
    background-color: rgba(33, 59, 65, 1);
    display: block;
    line-height: 1.5;
    color: #ffffff;
    background-color: #213B41;
    padding: 1rem;
    border-radius: 1rem;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.input-button {
    width: 100%;
    padding: .7rem 0;
    gap: 0;
    border-radius: 2rem;
    background-color: #F0B749FF;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    margin: 1rem 0;
}

.input-button:disabled {
    opacity: 50%;
    background-color: #F0B749FF;
}

::placeholder {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.row-card-info {
    padding: 0 1rem;
}

.card-info {
    height: 8.56rem;
    border-radius: 0.75rem;
    width: 100%;
    max-width: 9.875rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: .4rem 0;
}

.card-info-img-container {
    height: 5.37rem;
    width: 100%;
    position: relative;
}

.card-info-img-container img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 5rem;
    width: 100%;
    object-fit: contain;
}

@media only screen and (min-width: 768px) {
    .card-info {
        max-width: 13.75rem;
    }
}


@media only screen and (min-width: 1024px) {
    .card-info-caption {
        font-size: 1.125rem;
    }
}

.card-info-caption {
    font-family: "Poppins", sans-serif;
    font-size: 0.81rem;
    font-weight: 700;
    line-height: 1.05rem;
    text-align: center;
    color: #ffffff;
    padding: .6rem 1.5rem;
}

.gradient-bg-orange {
    background: linear-gradient(0deg, #C26A19 4.23%, rgba(255, 170, 42, 0) 100%) no-repeat, #1D3B43 no-repeat;
}

.gradient-bg-red {
    background: linear-gradient(0deg, #9B2626 4.23%, rgba(239, 107, 107, 0) 100%) no-repeat, #1D3B43 no-repeat;
}

.gradient-bg-green {
    background: linear-gradient(0deg, #288781 4.23%, rgba(129, 216, 216, 0) 100%) no-repeat, #1D3B43 no-repeat;
}

.gradient-bg-pink {
    background: linear-gradient(0deg, #C1418E 4.23%, rgba(216, 129, 212, 0) 100%) no-repeat, #1D3B43 no-repeat;
}

.gradient-bg-purple {
    background: linear-gradient(0deg, #414EC1 4.23%, rgba(129, 138, 216, 0) 100%) no-repeat, #1D3B43 no-repeat;
}

.row-telegram {
    margin: 2.5rem 0;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-telegram p {
    font-size: 1.125rem;
    margin: 0;
    text-shadow: 0 .5rem 1.875rem #00000066;
    text-align: left;
}

@media only screen and (min-width: 1024px) {
    .row-telegram img {
        object-fit: contain;
        width: 100%;
        height: 2.5rem;
    }

    .row-telegram p {
        text-align: center;
    }

}

.row-telegram img {
    object-fit: contain;
    width: 100%;
    max-height: 3.90rem;
}

.row-footer {
    margin: 2.5rem 0;
}

.bs-example {
    font-family: sans-serif;
    position: relative;
    margin: 100px;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 100%; }

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
}
.tt-suggestion {
    font-size: 22px;  /* Set suggestion dropdown font size */
    padding: 3px 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}