@font-face {
    font-family: 'font-icons';
    src: url('../fonts/font-icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    margin-top: unset!important;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: #FF5C00;
}

header {
    background: linear-gradient(to top right, #F96E33, #FD5C3C);
    display: flex;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 23px;
    justify-content: space-between;
}

.logo {
    display: flex;
    width: 142px;
}

i {
    font-size: 24px;
}

.cover {
    padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
    padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
}

@media (max-width: 1300px) {
    .cover {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header_menu ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
}

.header_menu a {
    text-decoration: none;
    color: #ffffffa6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.header_menu a:hover {
    color: #fff;
}

.header-switcher {
    display: flex;
    margin-left: 32px;
    border-radius: 8px;
    height: 40px;
    overflow: hidden;
    min-width: 256px;
}

.header-switcher a {
    text-decoration: none;
}

.font-icons {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'font-icons' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

.font-icons--angle-down-small:before {
    content: "\e916";
    color: hsla(0, 0%, 100%, .4);
}

.font-icons--casino:before {
    content: "\e903";
    color: #0bdede !important;
}

.header-switcher-title-casino {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.font-icons--sport:before {
    content: "\e904";
}

.font-icons--menu-left:before {
    content: "\e90d";
    color: hsla(0, 0%, 100%, .65);
}

.font-icons--close:before {
    content: "\e918";
    color: hsla(0, 0%, 100%, .65);
}

.header-switcher-title-sport {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.header-switcher-item-sport {
    color: hsla(0, 0%, 100%, .4);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    width: 100%;
    background: #da5f2b;
}

.header-switcher-item-casino {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #d64c30;
    justify-content: center;
    width: 100%;
}

.header-switcher-item-sport:hover {
    color: #fff;
    transition: color .3s ease;
}

.header-switcher img {
    width: 24px;
    filter: brightness(0) invert(1);
}

.header-left-container {
    display: flex;
    align-items: center;
}

.header-button-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff;
}

.header-button-login {
    height: 40px;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 8px;
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .12);
}

.header-button-login:hover {
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    transition: background .3s ease, border-color .3s ease, color .3s ease;
}

.header-button-login:hover,
.header-button-reg:hover {
    transform: scale(1.1); /* Slight zoom effect */
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); /* Smoother, slower transition */
}


.header-button-reg {
    height: 40px;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 8px;
    background: #1DAA63;
    border: none;
}

main .header-button-reg {
    height: 50px;
    padding: 15px 30px;
}

main .header-button-text {
    font-size: 16px;
}

.header-button-reg:hover {
    background: #1a9959;
}

.header-buttons a {
    text-decoration: none;
}

.header-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Off-Canvas Menu Styling */
.offcanvas-menu {
    position: absolute;
    top: -130%;
    width: -webkit-fill-available;
    height: auto;
    background: linear-gradient(to top right, #F96E33, #FD5C3C);
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    transition: top 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 10px 32px 80px;
}

/* Show Off-Canvas Menu */
.offcanvas-menu.open {
    top: 115px;
}

/* Off-Canvas Close Button */
.offcanvas-close {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding-top: 5px;
}

/* Off-Canvas Toggle Button */
.offcanvas-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1100;
}

@media (max-width: 1185px) {
    .offcanvas-toggle {
        display: block;
        padding-top: 5px;
    }

    .header-left-container nav {
        display: none;
    }

    .offcanvas-menu nav {
        display: flex;
        justify-content: center;
    }

    .offcanvas-menu .menu {
        flex-direction: column;
        align-items: center;
        padding-left: inherit;
    }

    .offcanvas-menu .header-buttons {
        display: none;
    }

    .offcanvas-menu .header-switcher {
        display: none;
    }
}

@media(max-width: 700px) {
    .header-buttons {
        display: none;
    }

    .offcanvas-menu .header-buttons {
        display: flex;
        flex-direction: column;
    }

    .offcanvas-menu.open {
        top: 115px;
    }
}

@media (max-width: 1024px) {
    /* Hide only in the main header (but keep them inside the off-canvas menu) */
    .header-left-container nav,
    .header-switcher {
        display: none;
    }

    /* Ensure off-canvas menu content is visible */
    .offcanvas-menu .header-switcher,
    .offcanvas-menu nav {
        display: flex;
    }

    .header-switcher {
        margin-left: auto;
    }
}


.language-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background: linear-gradient(to top right, #F96E33, #FD5C3C);
    padding: 10px 20px 40px 20px;
    margin: 10% auto;
    width: 100%;
    max-width: 1080px;
    text-align: center;
    border-radius: 5px;
}
.language-options img {
    width: 60px;
    height: 40px;
    border-radius: 8px;
    margin: 5px;
    cursor: pointer;
}

.language-options a {
    text-decoration: none;
}

.close-modal {
    position: relative;
    cursor: pointer;
    font-size: 30px;
    font-weight: 100;
    color: #ffffff;
    display: flex;
    justify-content: end;
}

.current-language img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.current-language {
    padding: 10px 0 10px 10px;
    text-decoration: none;
}

.header-language-switcher {
    padding-top: 5px;
    /*background: #384c6b;*/
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .12);
}

.language-option-title {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (max-width: 1135px) {
    .modal-content {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .modal-content {
        width: 80%;
    }
    .language-option {
        width: 30%;
    }
}

.header-right-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.prime {
    position: relative;
    z-index: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.background {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.prime__background {
    height: 545px;
}

@media (max-width: 768px) {
    .background {
        height: 100%;
    }
}

.background img {
    display: block;
    position: relative;
}

.background img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home .prime__wrap {
    padding: 56px 0 72px;
}
.prime__wrap {
    max-width: 1200px;
    padding: 80px 0;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.rating__item {
    margin-bottom: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rating__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating__numbers {
    margin-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.rating__img img {
    display: block;
}

.rating__numbers span:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
}

.rating__numbers span {
    margin: 0 2px;
}

.rating__item p {
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    opacity: .8;
    margin: 8px 0 0;
    text-align: center;
}

.prime__label {
    position: relative;
    padding: 0 152px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #FF5C00;
}

.prime__title {
    margin-bottom: 26px;
    max-width: 630px;
    text-align: center;
}

.prime__title {
    margin-bottom: 16px;
    max-width: 630px;
    text-align: center;
}

h1, .title.general {
    font-size: 48px;
    line-height: 120%;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .prime__label {
        padding: 0 45px;
        font-size: 7vw;
        line-height: 8vw;
    }
}


.section {
    padding: 32px 25px;
    margin: 0 auto 20px auto;
    max-width: 1100px;
    background: #FFD7B5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    color: #000;
    z-index: 0;
}

h2, .title.middle {
    margin-bottom: 16px;
    margin-top: auto;
    font-size: 32px;
    line-height: 120%;
}

h1, h2, h3, h4, .title {
    display: block;
    position: relative;
    width: 100%;
    font-weight: 700;
    text-transform: none;
    color: #FF5C00;
    text-align: center;
    overflow-wrap: break-word;
}

article h2 span, h3 span, h4 span, h5 span, .article h2 span, h3 span, h4 span, h5 span {
    padding: 0 103px;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .section {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
    }
}

@media screen and (max-width: 1300px) {
    .section {
        max-width: 100%;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

@media (max-width: 600px) {
    article h2 span, h3 span, h4 span, h5 span, .article h2 span, h3 span, h4 span, h5 span {
        padding: 0!important;
    }
}

@media (max-width: 1000px) {
    article h2 span, h3 span, h4 span, h5 span, .article h2 span, h3 span, h4 span, h5 span {
        padding: 0 60px;
    }
}

.upto {
    padding: 44px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.upto-bonus {
    padding: 44px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.upto-banner {
    padding: 85px 25px;
    border-radius: 10px;
}

.upto-bonus__wrapp {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 40px;
    border: 1px solid #FF5C00;
    background: rgba(31, 13, 37, .6);
    border-radius: 6px;
    margin-left: 80px;
}

.upto-banner__wrapp {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .upto-bonus__wrapp {
        align-items: center;
        padding: 20px;
        margin: 0;
    }
    .upto-bonus__wrapp img {
        width: 20px!important;
        left: -15px!important;
    }
    .upto-bonus__text {
        font-size: 26px!important;
        text-align: center!important;
    }
    .upto-bonus__description {
        text-align: center;
    }
}

.upto-bonus__wrapp img {
    position: absolute;
    width: 40px;
    z-index: 1;
    top: 10px;
    left: -20px;
    background: #1DAA63;
    border-radius: 8px;
    padding: 5px;
}

.upto-bonus__text {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.upto-bonus__description {
    color: #fff;
    font-size: 18px;
}

.upto__wrapp {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.upto__text {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 16px;
    text-align: center;
    color: #fff;
}

.upto__label {
    padding: 0 128px;
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: relative;
}

.upto__text span {
    color: #FF5C00;
}

h1, .title.general {
    font-size: 48px;
    line-height: 120%;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .upto__text {
        font-size: 7vw;
        line-height: 8vw;
    }
}

h3, .title.middle {
    font-size: 32px;
    line-height: 120%;
    margin: 16px 0;
}

.button-box {
    text-align: center;
}

.about__table {
    width: 100%;
    text-align: left;
}

.about__table img {
    width: 32px;
    /*filter: brightness(0) invert(1);*/
}

tbody {
    width: 100%;
}

.about__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.about__table th {
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    width: 300px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about__table th, .about__table td {
    padding: 8px 16px;
}

.about__table td {
    font-weight: 400;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}

@media screen and (max-width: 700px) {
    .about__table tr {
        display: block;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .about__table th {
        padding-bottom: 0!important;
    }
}

@media screen and (max-width: 700px) {
    .about__table th, .about__table td {
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .about__table th span {
        display: block;
        text-align: center;
    }
    .about__table th, .about__table td {
        padding: 8px 1px;
    }
    .about__table p {
        margin: 0;
    }
}

.about__table br {
    display: none;
}

@media (min-width: 768px) {
    .about__table th span {
        height: 32px;
        display: flex;
        align-items: center;
    }
}

.faq .faq__title {
    margin-bottom: 25px;
}

article li:first-child, .article li:first-child {
    padding-top: 0;
}
.faq-item {
    padding: 0;
    border-bottom: .5px solid rgba(255, 255, 255, .5);
}

.faq ul>li {
    display: block;
    position: relative;
    list-style: none;
    /*padding: 8px 0 0 26px;*/
}

.faq-item__title {
    text-align: left;
    cursor: pointer;
    margin: 0;
    padding: 10px 16px 10px 56px;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-transform: none;
    color: #000;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}

.faq-item__desc .wrap {
    padding: 24px 16px 10px;
}

.faq__list {
    padding: 0;
}

.faq-item p {
    margin: 0;
}

.faq-toggle-symbol {
    padding-left: 0!important;
    padding-right: 10px!important;
}

@media (max-width: 768px) {
    .faq-item__title {
        padding-left: 16px;
    }
}

.footer {
    padding-top: 10px;
    padding-bottom: 40px;
    color: #fff;
}

.footer__content {
    padding: 0;
}

.footer__payments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 40px 0;
    /*margin: -12px -20px;*/
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}

.footer__bottom {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__bottom img {
    max-width: 102px;
}

.footer__payments li {
    padding: 0;
    margin: 12px 25px;
    height: 30px;
}

img, video {
    max-width: 100%;
    max-height: 100%;
    -webkit-user-drag: none;
    user-drag: none;
}

.footer__text {
    padding-top: 15px;
}

@media (max-width: 1200px) {
    .footer__text p {
        font-size: 13px;
        padding: 0 15px;
    }
}

.cover-footer {
    margin: 0 auto 20px auto;
    max-width: 1100px;
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}