body {
    overflow-x: hidden;
    color: #271900;
}

hr {
    width: 100%;
    max-width: 107.4rem;
    height: 0.1rem;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(35, 5, 66, 0.02) 0%, rgb(154, 100, 0) 51%, rgba(36, 5, 69, 0.02) 100%);
}

a {
    color: rgb(154, 100, 0);
}

.list-group-item-Lucky10s {
    padding: .5rem 0.1rem !important;
    border: 0px solid rgba(0, 0, 0, .125) !important;
}

#home {
    background-image: url(img/banner.png);
}

.homeBackground {
    height: 25rem;
    background-color: rgba(230, 150, 0, 1);
    background-image: url('img/banner.png'), linear-gradient(45deg, rgba(230, 150, 0, 1) 0%, rgba(253, 187, 45, 1) 100%);
    background-position: right;
    background-repeat: no-repeat;
}

#ourpolitics-icons > .row .card-politics {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 15.36rem;
    box-shadow: 0 1rem 1.1rem rgb(0 0 0 / 6%);
    border-radius: 1rem;
}

.text-justify {
    text-align: justify;
}

.brand-logo {
    background-color: #323232;
    margin-bottom: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem 0;
    padding: 2rem 5rem 2rem 5rem;
}

.brand-logo-polestar_casino {
    background-color: #323232 !important;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem 0;
    padding: 1rem 5rem 1rem 5rem;
}

.brand-logo-lucky_casino {
    background-color: #084234;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 1rem 5rem 1rem 5rem;
}

#carousel-reviews .carousel-item {
    background: linear-gradient(45deg, rgb(154, 100, 0) 0%, rgba(230, 150, 0, 1) 49.53%);
    border-radius: 1rem;
}

    #carousel-reviews .carousel-item .fa-star {
        filter: drop-shadow(0 0.2rem 0.1rem rgb(0, 0, 0))
    }

.carousel-item hr {
    display: block;
    width: 100%;
    height: 0.2rem;
    margin-bottom: 2.4rem;
    background: linear-gradient(90deg, rgba(70, 67, 197, 0) 0%, rgba(71, 30, 187, 0) 0%, #471EBB 51.5%, rgba(71, 30, 187, 0) 100%);
}

#contactsParent {
    background-color: #1b1b1b !important;
    background-image: url('img/footer-bg.png') !important;
    background-repeat: no-repeat;
}

    #contactsParent hr {
        display: block;
        width: 100%;
        height: 0.15rem;
        background: linear-gradient(90deg, rgba(70, 67, 197, 0) 0%, rgba(71, 30, 187, 0) 0%, #ffffff 51.5%, rgba(71, 30, 187, 0) 100%);
    }

.footer-logo {
    height: 64px;
}

.footer-title {
    width: fit-content;
    margin-bottom: 2.9rem;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.9rem;
    text-transform: uppercase;
}

    .footer-title:after {
        display: block;
        width: 100%;
        height: 0.1rem;
        position: absolute;
        bottom: -0.7rem;
        content: '';
        background: linear-gradient(90deg, #FFFFFF -1.11%, rgba(255, 255, 255, 0) 100%);
    }

.brands-market,
.brands-payment,
.brands-license {
    text-align: center;
    box-shadow: 0rem 1rem 1rem rgb(0 0 0 / 25%);
    border-radius: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
}

.brands-market-before {
    background-image: url(img/brands-market.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 0;
    filter: brightness(8%) saturate(100%) hue-rotate(38deg);
}

.brands-payment-before {
    background-image: url(img/brands-payment.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 0;
    filter: brightness(8%) saturate(100%) hue-rotate(38deg);
}

.brands-license-before {
    background-image: url(img/brands-license.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 0;
    filter: brightness(8%) saturate(100%) hue-rotate(38deg);
}

#commissions hr {
    height: 0.2rem;
}

.affiliate {
    position: relative;
    background: linear-gradient(45deg, rgba(230, 150, 0, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

.affiliate-commissions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 3rem 0rem 5rem 0rem;
}

.affiliate-commissions-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 17.5rem;
    height: 9.5rem;
    background-color: rgb(154, 100, 0);
    border-radius: 1rem;
    color: white;
}


.affiliate-commissions-card-extended {
    width: 37rem;
    height: 68rem;
}

    .affiliate-commissions-card-extended .fs-4 {
        padding: 0 5px 5px 0;
    }


.affiliate-commissions-card .text-primary {
    color: #00ffb2 !important;
}

.affiliate-commissions-card .text-info {
    color: #31bccf !important;
}

.affiliate-commissions-card .text-success {
    color: #49b540 !important;
}

.affiliate-commissions-card .text-warning {
    color: #e8ed09 !important;
}

.affiliate-commissions-card .text-danger {
    color: #ff5c00 !important;
}

.div-logo {
    height: 150px;
}

.col-reviews-title {
    display: flex;
    flex-direction: row;
}


    .col-reviews-title p a {
        text-decoration: none;
        cursor: pointer;
        padding-left: 1rem;
    }


@media (min-width:768px) and (max-width:1200px) {
    .div-logo {
        height: 75px;
    }
}

#our-brands .btn-primary {
    border-color: rgba(230, 150, 0, 1);
    background-color: rgba(230, 150, 0, 1);
}

    #our-brands .btn-primary:hover {
        border-color: rgb(154, 100, 0);
        background-color: rgb(154, 100, 0);
    }

.affiliate-background-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/left-to-right.png) left;
    width: 33%;
}

.affiliate-background-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(img/right-to-left.png) right;
    width: 33%;
}

.license-text {
    font-weight: 600 !important;
}

@media (min-width: 0px) and (max-width: 768px) {
    .homeBackground {
        background-image: none;
        background: linear-gradient(45deg, rgba(230, 150, 0, 1) 0%, rgba(253, 187, 45, 1) 100%);
    }
}
