* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.woff2') format('woff2');
}

body {
    font-family: 'DM Sans', sans-serif;
    background-color: #0e0f12;
    color: #c3c2c6;
    background-image: url('../media/lines.png');
    background-attachment: fixed;
    background-size: cover;
    line-height: 1.5;
}

h1,h2,h3{
    line-height: 1.2;
}

.hr_text_block p{
    margin-bottom: 12px;
}

.hr_wrapper{
    border: 1px solid #39394a;
    max-width: 1500px;
    width: 98%;
    margin: 15px auto;
}

.hr_container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.hr_section {
    background-color: #090b0f;
    
    padding: 40px;
    margin-bottom: 30px;
}

.hr_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hr_title span {
    background: linear-gradient(to right, #fc8124, #fd5a5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hr_subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 400;
}

.hr_text {
    font-size: 16px;
    color: #c3c2c6;
    font-weight: 400;
    line-height: 1.6;
}

.hr_button {
    display: inline-block;
    background-color: rgb(252, 129, 36);
    color: #111;
    padding: 12px 32px;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;

    transition: transform 0.3s;
    border: none;
    cursor: pointer;
}

.hr_button:hover {
    transform: translateY(-3px);
}

.hr_header {
    padding: 20px 0;
    background-color: #0e0f12;
}

.hr_header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hr_logo {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.hr_nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hr_nav_link {
    color: #c3c2c6;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    transition: color 0.3s;
    text-transform: uppercase;
}

.hr_nav_link:hover {
    color: #fc8124;
}

.hr_mobile_toggle {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.hr_banner {
    background-image: url('../media/bgs2.jpg');
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    margin: 10px 0;
}

.hr_banner_content {
    display: flex;
    align-items: center;
    padding: 80px 60px;
    min-height: 500px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.hr_banner_text {
    flex: 1;
    padding-right: 40px;
}

.hr_banner_content .hr_title{
    font-size: 40px;
}

.hr_banner_image {
    flex: 1;
    text-align: right;
}

.hr_banner_image img {
    max-width: 100%;
    height: auto;
}

.hr_offerings {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.hr_offering_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    width: 100%;
}

.hr_casino_block {
    background-color: #090b0f;
    border: 1px solid #39394a;
    padding: 30px 30px 15px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hr_casino_logo {
    flex-shrink: 0;
}

.hr_casino_logo img {
    width: 160px;
    height: auto;
}

.hr_casino_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hr_casino_name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    color: white;
    margin-bottom: 10px;
}

.hr_casino_bonus {
    font-size: 17px;
    color: #fc8124;
    font-weight: 400;
    text-transform: uppercase;
}

.hr_casino_rating {
    text-align: center;
}

.hr_rating_score {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}

.hr_rating_votes {
    color: #c3c2c6;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.hr_license {
    color: #c3c2c6;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 300;
    border-top: 1px solid #39394a;
    width: 100%;
}

.hr_two_column {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.hr_two_column > div {
    flex: 1;
}

.hr_support_stripe {
    background-color: rgb(252, 129, 36);
    padding: 20px 40px;
    text-align: center;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hr_support_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.hr_support_email {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.hr_footer {
    background-color: #090b0f;
    border-top: 1px solid #39394a;
    padding: 60px 0 30px;
    margin-top: 50px;
}

.hr_disclaimer {
    color: #fc8124;
    font-size: 15px;
    margin-bottom: 40px;
    text-align: center;
    padding: 20px;
    font-weight: 300;
    background-color: rgba(252, 129, 36, 0.1);
}

.hr_disclaimer p{
    margin: 12px 0;
}

.hr_support_services {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.hr_support_services a {
    display: inline-block;
}

.hr_support_services img {
    height: 50px;
    width: auto;
}

.hr_footer_links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}

.hr_footer_link {
    color: #c3c2c6;
    text-decoration: none;
    font-size: 16px;
}

.hr_footer_link:hover {
    color: #fc8124;
}

.hr_company_info {
    text-align: center;
    color: #c3c2c6;
    font-size: 14px;
    margin: 30px 0;
    line-height: 1.8;
}

.hr_copyright {
    text-align: center;
    color: #c3c2c6;
    font-size: 14px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #39394a;
}

.hr_breadcrumbs {
    padding: 20px 0;
    color: #c3c2c6;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

.hr_breadcrumbs a {
    color: #fc8124;
    text-decoration: none;
}

.hr_breadcrumbs a:hover {
    text-decoration: underline;
}

.hr_breadcrumbs span {
    color: #c3c2c6;
}

.hr_text_block {
    margin-top: 20px;
}

.hr_list {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 20px;
}

.hr_list li {
    color: #c3c2c6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.6;
}

.hr_list li:before {
    content: "•";
    color: #fc8124;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

























@media (max-width: 1024px) {
    .hr_banner_content {
        flex-direction: column;
        text-align: center;
        padding: 60px 30px;
    }

    .hr_banner_text {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hr_two_column {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hr_nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background-color: #090b0f;
        padding: 20px;
        border: 1px solid #39394a;
        z-index: 1000;
    }

    .hr_nav_active {
        display: flex;
    }

    .hr_mobile_toggle {
        display: block;
    }

    .hr_casino_block {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .hr_section {
        padding: 30px 20px;
    }

    .hr_title {
        font-size: 32px;
    }

    .hr_offering_header {
        flex-direction: column;
        gap: 20px;
    }

    .hr_footer_links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .hr_support_services {
        flex-wrap: wrap;
    }
    .hr_casino_info{
        flex-direction: column;
    }
    .hr_casino_info{
        gap: 20px;
    }
    .hr_support_stripe{
        flex-direction: column;
    }
    .hr_support_services img{
        height: 40px;
    }
    .hr_support_services {
        gap: 12px;
    }
    .hr_support_title{
        font-size: 20px;
    }
    .hr_support_email{
        font-size: 17px;
    }
}

.hr_icon {
    font-family: 'fontello';
    font-style: normal;
    display: inline-block;
    margin-right: 8px;
}

@media(max-width: 500px){
    .hr_banner{
        background-position: center;
    }
}