body,
html {
    padding: 0;
    margin: 0;
    font-family: "Inter";
    font-style: normal;
}

body * {
    font-family: "Inter";
}

header {
    z-index: 99;
    background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
}

@media only screen and (min-width: 1000px) {
    /* Moible Menu Toggler */
    #mobile-menu-toggle {
        display: none;
    }

    /* Top Header */
    .top-header {
        margin: auto;
        box-sizing: border-box;
        max-width: 1141px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* border-bottom: 1px solid #403F52; */
        padding: 30px 10px 21px 10px;
    }

    .white-border {
        display: block;
        box-sizing: border-box;
        height: 1px;
        max-width: 1125px;
        width: 100%;
        padding: 0 10px;
        margin: auto;
        background-color: #403f52;
    }

    .top-header #menu-header-custom-menu {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .top-header #menu-header-custom-menu li {
        margin-left: 30px;
    }

    .top-header #menu-header-custom-menu li:first-of-type {
        margin-left: 0;
    }

    .top-header #menu-header-custom-menu li a {
        text-decoration: none;
        color: #bcbfc8;
        font-size: 13px;
        transition: 0.3s ease-in-out;
    }

    .top-header #menu-header-custom-menu li a:hover {
        transition: 0.3s ease-in-out;
        color: #fff;
    }

    .top-header .top-header-menu-lang {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        box-sizing: border-box;
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        margin-bottom: 5px;
        max-width: 88px;
        width: 100%;
        position: relative;
    }

    .top-header .top-header-menu-lang>span {
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px;
        cursor: pointer;
        margin-right: 15px;
    }

    .top-header .top-header-menu-lang span img {
        width: 20px;
        height: 13px;
        margin-right: 7px;
        object-fit: cover;
    }

    .top-header .top-header-menu-lang>span>svg {
        margin-left: 7px;
    }

    .top-header .top-header-menu-lang .lang-dropdown {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: transparent;
        max-width: 150px;
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        transition: 0.4s ease-in-out;
    }

    .top-header .top-header-menu-lang .lang-dropdown.active {
        visibility: visible;
        opacity: 1;
        transition: 0.2s ease-in-out;
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px;
    }

    .top-header .top-header-menu-lang a:hover {
        opacity: 0.7;
        transition: 0.2s ease-in-out;
    }

    .top-header .top-header-menu-lang a img {
        width: 20px;
        height: 13px;
        margin-right: 7px;
        object-fit: cover;
    }

    /* Main Header */
    .header-main {
        max-width: 1141px;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        margin-top: 21px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 30px 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
    }

    .header-main .header-main-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding-right: 70px;
    }

    .header-main .header-main-info .header-search-wrap {
        display: flex;
        align-items: center;
    }

    .header-main .header-main-info .header-search-wrap i {
        order: 2;
        color: #df2c36;
        cursor: pointer;
        font-size: 18px;
        opacity: 0;
        transition: 0.2s ease-in-out;
    }

    .header-main .header-main-info .header-search-wrap i.visible {
        opacity: 1;
        transition: 0.2s ease-in-out;
    }

    .header-main .header-main-info .header-search-wrap input {
        border-radius: 20px;
        outline: none;
        border: none;
        box-sizing: border-box;
        padding: 7px 15px;
        transition: 0.3s ease-in-out;
        opacity: 1;
        width: 100%;
    }

    .header-main .header-main-info .header-search-wrap .hide {
        transition: 0.3s ease-in-out;
        opacity: 0;
        width: 0;
    }

    .header-main .header-main-info .header-search-wrap #search__btn {
        display: none;
    }

    .header-main .menu-header-custom-container #menu-header-custom {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-right: 16px;
        justify-content: space-evenly;
    }

    .header-main .menu-header-custom-container #menu-header-custom li {
        max-width: 250px;
        width: 100%;
        margin-right: 64px;
        position: relative;
        white-space: nowrap;
    }

    .header-main .menu-header-custom-container #menu-header-custom li:hover>a {
        color: #bcbfc8;
        transition: 0.3s;
    }

    .header-main .menu-header-custom-container #menu-header-custom li:last-of-type {
        margin-right: 0;
    }

    .header-main .menu-header-custom-container #menu-header-custom li a {
        transition: 0.3s;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        transition: 0.3s ease-in-out;
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children::after {
        content: "›";
        color: #b3b3b3;
        transform: rotate(90deg);
        position: absolute;
        margin-left: 11px;
        font-size: 18px;
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
        list-style: none;
        margin: 0;
        padding: 0;
        min-width: 200px;
        padding: 15px;
        word-break: break-all;
        position: absolute;
        right: -16px;
        z-index: 10;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu li {
        width: 100%;
        padding: 10px 0;
        white-space: pre-wrap;
        border-bottom: 1px solid #403f52;
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu li:last-of-type {
        border-bottom: none;
    }

    .main-content .hero__section .hero-wrapper .hero-side-info .months-casino {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    /* Search Toggler */
    #searchicon {
        display: none;
    }

    /* Moible Menu Toggler */
    #mobile-menu-toggle {
        display: block;
        color: #fff;
        position: fixed;
        right: 0;
        top: 42px;
        padding: 0 15px;
        width: 23px;
        height: 19px;
        cursor: pointer;
    }

    #mobile-menu-toggle img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Main header */
    header {
        width: 100%;
        box-sizing: border-box;
        height: 100px;
    }

    header,
    .header-main .header-main-info {
        position: fixed;
        top: 0;
        padding: 35px 15px;
    }

    .header-search-wrap .search-icon {
        position: relative;
    }

    .header-search-wrap input {
        border-radius: 20px;
        border: none;
        padding: 5px 5px;
        width: 100%;
    }

    .header-search-wrap button {
        position: absolute;
        right: 0;
        top: 4px;
        border: none;
        border-radius: 20px;
        background-color: transparent;
        color: #df2c36;
    }

    /* Top header */
    .top-header {
        display: flex;
        width: 100%;
    }

    .menu-header-custom-container {
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease-in-out;
        background: #1b1a25;
        width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        left: 0;
        top: 50px;
        bottom: 0;
        display: flex;
        z-index: -1;
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children {
        margin-bottom: 0;
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children::after {
        content: "›";
        color: #b3b3b3;
        transform: rotate(90deg);
        position: absolute;
        margin-left: 11px;
        font-size: 25px;
        right: 0;
        top: 0;
    }

    .header-main .menu-header-custom-container #menu-header-custom {
        margin-top: 75px;
    }

    .header-main .menu-header-custom-container #menu-header-custom,
    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        list-style: none;
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }

    .header-main .menu-header-custom-container #menu-header-custom li {
        margin-top: 10px;
        position: relative;
        margin-bottom: 20px;
    }

    .header-main .menu-header-custom-container #menu-header-custom li .sub-menu {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header-main .menu-header-custom-container #menu-header-custom li:hover>.sub-menu {
        transition: max-height 2s ease-out;
        max-height: 1000px;
        /* margin-top: 15px; */
        /* margin-bottom: 35px; */
        opacity: 1;
        transition: 1s ease-in-out;
        visibility: visible;
    }

    .header-main .menu-header-custom-container #menu-header-custom li a {
        color: #fff;
        text-decoration: none;
    }

    .top-header .menu-header-custom-menu-container #menu-header-custom-menu {
        display: none;
    }

    .top-header .menu-header-custom-menu-container.active {
        transition: 0.3s ease-in-out;
        visibility: visible;
        opacity: 1;
    }

    .top-header .top-header-menu-lang {
        position: fixed;
        right: 60px;
        top: 42px;
        margin: 0;
        z-index: 9;
        padding: 0;
        list-style: none;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        box-sizing: border-box;
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        margin-bottom: 5px;
        max-width: 88px;
        width: 100%;
        position: relative;
    }

    .top-header .top-header-menu-lang>span {
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        /* margin-top: 15px; */
        cursor: pointer;
        margin-right: 15px;
    }

    .top-header .top-header-menu-lang span img {
        width: 23px;
        height: 19px;
        margin-right: 7px;
        object-fit: cover;
    }

    .top-header .top-header-menu-lang>span span {
        display: none;
    }

    .top-header .top-header-menu-lang .lang-dropdown {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: transparent;
        right: 11px;
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        transition: 0.4s ease-in-out;
    }

    .top-header .top-header-menu-lang .lang-dropdown.active {
        visibility: visible;
        opacity: 1;
        transition: 0.2s ease-in-out;
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px;
    }

    .top-header .top-header-menu-lang a:hover {
        opacity: 0.7;
        transition: 0.2s ease-in-out;
    }

    .top-header .top-header-menu-lang a span {
        display: none;
    }

    .top-header .top-header-menu-lang a img {
        width: 23px;
        height: 19px;
        object-fit: cover;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    /* Search Toggler */
    #searchicon {
        display: none;
    }

    /* Moible Menu Toggler */
    #mobile-menu-toggle {
        display: block;
        color: #fff;
        position: fixed;
        right: 0;
        top: 42px;
        padding: 0 15px;
        width: 23px;
        height: 19px;
        cursor: pointer;
    }

    #mobile-menu-toggle img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Main header */
    header {
        width: 100%;
        box-sizing: border-box;
        height: 100px;
    }

    header {
        position: fixed;
        top: 0;
        padding: 35px 15px;
    }

    header .header-logo-wrap > a {
        max-width: 150px;
        width: 100%;
        display: block;
    }

    header .header-logo-wrap > a > svg {
        width: 100%;
    }

    .header-main-info:has(.header-search-wrap.active) {
        transition: 1s;
        background-color: #1b1a25;
    }

    .header-search-wrap .search-icon {
        position: relative;
    }

    .header-search-wrap input {
        border-radius: 20px;
        border: none;
        padding: 5px 5px;
        width: 100%;
        box-sizing: border-box;
    }

    .header-search-wrap button {
        position: absolute;
        right: 0;
        top: 4px;
        border: none;
        border-radius: 20px;
        background-color: transparent;
        color: #df2c36;
    }

    /* Top header */
    .top-header {
        display: flex;
        width: 100%;
    }

    .menu-header-custom-container {
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease-in-out;
        background: #1b1a25;
        width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        left: 0;
        top: 50px;
        bottom: 0;
        display: flex;
        z-index: -1;
        overflow-x: auto;
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children {
        margin-bottom: 0;
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children::after {
        content: "›";
        color: #b3b3b3;
        transform: rotate(90deg);
        position: absolute;
        margin-left: 11px;
        font-size: 25px;
        right: 0;
        top: 0;
    }

    .header-main .menu-header-custom-container #menu-header-custom {
        margin-top: 75px;
        width: 100%;
        padding: 0 15px;
    }

    .header-main .menu-header-custom-container #menu-header-custom,
    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        list-style: none;
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }

    .header-main .menu-header-custom-container #menu-header-custom li {
        margin-top: 10px;
        position: relative;
        margin-bottom: 20px;
    }

    .header-main .menu-header-custom-container #menu-header-custom li .sub-menu {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header-main .menu-header-custom-container #menu-header-custom li:hover>.sub-menu {
        transition: max-height 2s ease-out;
        max-height: 1000px;
        /* margin-top: 15px; */
        /* margin-bottom: 35px; */
        opacity: 1;
        transition: 1s ease-in-out;
        visibility: visible;
    }

    .header-main .menu-header-custom-container #menu-header-custom li a {
        color: #fff;
        text-decoration: none;
    }

    .top-header .menu-header-custom-menu-container #menu-header-custom-menu {
        display: none;
    }

    .top-header .menu-header-custom-menu-container.active {
        transition: 0.3s ease-in-out;
        visibility: visible;
        opacity: 1;
    }

    .top-header .top-header-menu-lang {
        position: fixed;
        right: 60px;
        z-index: 9;
        top: 42px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        box-sizing: border-box;
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        margin-bottom: 5px;
        max-width: 88px;
        width: 100%;
        position: relative;
    }

    .top-header .top-header-menu-lang>span {
        align-items: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        cursor: pointer;
    }

    .top-header .top-header-menu-lang span img {
        width: 23px;
        height: 19px;
        margin-right: 7px;
        object-fit: cover;
    }

    .top-header .top-header-menu-lang>span span {
        display: none;
    }

    .top-header .top-header-menu-lang .lang-dropdown {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: transparent;
        right: 11px;
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        transition: 0.4s ease-in-out;
    }

    .top-header .top-header-menu-lang .lang-dropdown.active {
        visibility: visible;
        opacity: 1;
        transition: 0.2s ease-in-out;
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px;
    }

    .top-header .top-header-menu-lang a:hover {
        opacity: 0.7;
        transition: 0.2s ease-in-out;
    }

    .top-header .top-header-menu-lang a span {
        display: none;
    }

    .top-header .top-header-menu-lang a img {
        width: 23px;
        height: 19px;
        object-fit: cover;
        margin: auto;
    }
}
