.bison-web {
    background: #162036;
    margin: 0;
    font-family: lato;
}

.logo-nav {
    color: #fff;
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
    align-items: center;
    padding: 14px 24px;
    z-index: 1;
}

.nav {
    position: fixed;
    height: 60px;
    background-color: transparent;
    transition: all .5s ease-in-out;
}

.scroll {
    background-color: #162036;
}

.terms-btn {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.terms-btn p {
    margin: 0;
    white-space: nowrap;
    padding: 0;
}

.btn {
    display: flex !important;
    padding: 14px 32px !important;
    justify-content: flex-end !important;
    align-items: center !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #fff !important;
}

.login-btn.btn {
    border-radius: 12px;
    background: #1A589B !important;
}

.join-btn.btn {
    border-radius: 12px;
    background: #FF7F50 !important;
}

.background-image {
    background: linear-gradient(180deg, rgba(22, 32, 54, 0.00) 74.4%, #162036 100%),
        url(./images/PlayBison-AffiliateSite-slider-desktop\ 1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
}

.content {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
}

.content h1 {
    margin: 0;
    font-size: 54px;
    padding-bottom: 15px;
}

.content p {
    margin: 0;
    font-size: 34px;
}

.button {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FF7F50;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    max-width: 255px;
    white-space: nowrap;
}

.partner-heading {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    padding: 10px 0;
    padding-top: 100px;
}

.partner-description {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    padding-bottom: 40px;
}

.partner-features {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 1248px;
    margin: auto;
    color: #FFF;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-feature {
    display: flex;
    padding: 36px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    background: #183C68;
    width: 348px;
    align-items: stretch;
}

.partner-feature img {
    width: 100%;
    max-width: 200px;
    margin: auto;
}

.feature-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
}

.feature-description {
    margin: 0;
    min-height: 150px;
}

.join-button {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FF7F50;
    font-size: 16px;
    font-weight: 900;
    max-width: fit-content;
    margin: auto;
}

.main {
    padding: 20px 10px 0px 10px;
    color: #FFF;
    max-width: 1248px;
    margin: auto;
}

.analist-img {
    display: flex;
    padding: 56px 26px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer {
    color: #fff;
    display: flex;
    justify-content: space-around;
    max-width: 1248px;
    margin: auto;
    border-top: 2px solid #5352ED;
    padding-top: 36px;
}

.footer-links {
    text-align: center;
}

.footer-links h4 {
    font-size: 24px;
    font-weight: 900;
}

.footer-links h4 {
    margin: 0;
    padding-bottom: 16px;
}

.footer-links p {
    margin: 0;
    padding-bottom: 8px;
}

.Copyright {
    color: #fff;
    text-align: center;
    margin: 0;
    margin-top: 56px;
    margin-bottom: 12px;
}

.img-btn {
    padding-bottom: 236px;
}

.img-btn p {
    text-align: left;
    /* padding-left: 90px; */
    padding-bottom: 20px;
    margin: 0;
}

.mobile-content {
    width: 20%;
}

.logo img {
    width: 100%;
}

.mobile-nav {
    display: none;
}

.mobile-background-image {
    display: none;
}

.conditions {
    display: flex;
    max-width: 1248px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    margin-top: 112px;
    padding-left: 105px;
}

.terms {
    display: flex;
    max-width: 1248px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    border-radius: 12px;
    background: #183C69;
    margin: auto;
    margin-bottom: 120px;
}

.terms-content {
    padding: 82px 105px;
    color: #D5D5D5;
}

.definition {
    padding-top: 0 !important;
}

.terms-content h3 {
    padding-bottom: 20px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding-top: 20px;
}

.terms-content p {
    padding: 0 0 5px 0;
    margin: 0;
}

.spacing {
    padding: 0;
}

.conditions h1 {
    font-size: 34px;
}

a {
    text-decoration: none !important;
    color: #fff !important;
}

.input-group-btn img {
    width: 26px;
}

.nav {
    display: 0 !important;
    height: auto;
    flex-wrap: nowrap !important;
}

.input-group-btn span {
    display: none;
}

.dropdown-menu.show {
    background: #1A589B;
    left: 15px !important;
}

.dropdown-toggle::after {
    content: none !important;
}

button.btn.btn-secondary.dropdown-toggle {
    padding: 0 !important;
    background: transparent !important;
    border: none;
}

button:focus {
    outline: none !important;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(130, 138, 145, .5) !important;
}

.dropdown-menu.mobile-drop.show {
    display: none;
}

.dropdown-menu.show {
    left: 0 !important;
    top: 15px !important;
}

.dropdown-item img {
    margin-right: 8px
}

.dropdown-item:hover {
    background: #FF7F50 !important;
}

.dropdown-item {
    text-transform: uppercase;
    padding: 5px 20px !important;
}

.hu-content {
    left: 35%;
}
.ge-feature{
    min-height: 170px;
}
.po-feature{
    min-height: 195px;
}
.hu-title{
    min-height: 72px;
}

@media (max-width:1100px) {
    .content {
        left: 35%;
    }
}

@media (max-width:992px) {
    .analist-img img {
        width: 100%;
    }

    .terms-content {
        padding: 25px;
    }
}

@media (max-width:800px) {
    .content {
        top: 65%;
        left: 38%;
    }
}

@media (max-width:700px) {
    .hu-content {
        top: 75%;
    }
}

@media (max-width:650px) {
    .mobile-content {
        width: 0%;
    }

    .content h1 {
        font-size: 22px;
    }

    .content p {
        font-size: 20px;
    }

    .content {
        top: 65%;
        left: 33%;
    }

    .conditions h1 {
        margin: 0;
        margin-bottom: 20px;
    }
    .hu-content {
        left: 35%;
    }
}

@media (max-width:600px) {
    .mobile-nav {
        color: #fff;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: -webkit-fill-available;
        align-items: center;
        padding: 14px 24px;
        z-index: 1;
    }

    .nav2 {
        position: fixed;
        background-color: transparent;
        transition: all .5s ease-in-out;
    }

    .scroller {
        background-color: #162036;
    }

    .logo-nav {
        display: none !important;
    }

    .content {
        top: 30%;
        left: 50%;
        text-align: center;
        padding-top: 50px;
        width: 100%;
    }

    .content h1 {
        padding-bottom: 20px;
    }

    .content p {
        font-weight: 900;
    }

    .content span {
        margin-bottom: 16px;
    }

    .background-image {
        display: none;
    }

    .mobile-background {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .mobile-background-image {
        background: linear-gradient(360deg, rgba(22, 32, 54, 0.00) 74.4%, #162036 100%),
            url(./images/PlayBison-AffiliateSite-slider-mobile.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 56.25%;
        display: block;
        height: 960px;
    }

    .terms-button {
        display: flex;
        padding: 12px 32px;
        justify-content: center;
        align-items: center;
        border-radius: 41px;
        border: 2px solid #5352ED;
        max-width: 200px;
        margin: auto;
        font-size: 15px;
        white-space: nowrap;
    }

    .button {
        max-width: 230px;
        margin: auto;
        font-size: 14px;
        border-radius: 31px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        border-top: none;
    }

    .spacing {
        padding-bottom: 20px;
    }

    .conditions {
        padding: 0;
        align-items: center;
        margin-top: 136px;
    }

    .terms-content {
        padding: 20px;
    }

    .partner-heading {
        font-size: 24px !important;
        padding-top: 40px;
    }

    .partner-description {
        font-size: 15px;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-description {
        font-size: 15px;
    }

    .join-button {
        font-size: 15px;
        border-radius: 31px;
        padding-left: 70px;
        padding-right: 70px;
        justify-content: center;
        max-width: initial;
    }

    .mobile-head {
        font-size: 20px;
    }

    .footer-links h4 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .footer-links p {
        font-size: 14px;
    }

    .Copyright {
        font-size: 10px;
    }

    .terms-content h3 {
        padding-bottom: 16px;
    }

    .nav {
        padding-left: 24px !important;
    }

    .input-group {
        width: fit-content !important;
    }

    button:focus {
        outline: none !important;
    }

    .show>.btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0 rgba(130, 138, 145, .5) !important;
    }

    .dropdown-menu.mobile-drop.show {
        display: block;
    }

    .dropdown-menu.mobile-drop {
        left: 0 !important;
        top: 15px !important;
    }

    .img-btn {
        padding-bottom: 98px;
    }
}

@media (max-width:450px) {
    .content {
        top: 31%;
        padding-top: 46px;
    }

    .conditions h1 {
        font-size: 22px;
    }

    .btn {
        font-size: 12px;
    }

}