@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #23292e;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a,
button {
    color: #fff;
}

.dsdsd .benefits_grid_wrap p {
    min-height: 100px !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.recentpost_widgets ul,
.blog_category_widgets ul,
.tagbox_listing_widgets ul {
    margin: 0 !important;
}

.entry-content a {
    color: #b79200 !important;
}

.entry-content a:hover {
    opacity: 0.8 !important;
}

.wp-block-heading {
    color: #222 !important;
    font-size: 26px !important;
}

.auth_btn_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.auth_btn {
    /* border-radius: 44px; */
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    border: 0px;
    min-height: 44px;
    padding: 6px 25px;
    transition: all 0.3s ease-in-out;
}

.login_btn {
    background-color: #fff;
    color: #378B70;
}

.login_btn:hover {
    background: rgb(253, 207, 19);
    color: #000;
    box-shadow: 0 8px 27px rgb(253 207 19 / 37%);
}

.regi_btn {
    color: #fff;
    background: linear-gradient(90deg, rgb(49 149 247), rgb(4 106 203));
}

.regi_btn:hover {
    box-shadow: 0 8px 27px rgb(49 125 89 / 57%);
}

.dep_btn {
    color: #000;
    background: rgb(253, 207, 19);
}

.dep_btn:hover {
    background: rgb(90, 194, 161);
    box-shadow: 0 8px 27px rgb(49 125 89 / 57%);
}

.plain_btn {
    color: rgb(49 149 247);
    background: #fff;
}
.plain_btn:hover {
    background: rgb(49 149 247);
    color: #fff;
}

.cmn_btn {
    background: rgb(78 93 134 / 30%);
    border-radius: 15px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    border: 0px;
    padding: 2px 10px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.cmn_btn i {
    font-weight: 500;
    font-style: normal;
}

.ylw_btn {
    background-color: #FDCF13;
    color: #000;
}

.ylw_btn img {
    width: 32px;
}

.gift_btn {
    position: relative;
    padding-left: 36px;
}

.gift_icon_wrap {
    background: rgb(253, 207, 19);
    background: linear-gradient(180deg, rgba(253, 207, 19, 1) 0%, rgba(7, 143, 100, 1) 100%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: transparent;
}

.header_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.header_top_lft {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.header_top_rgt {
    display: flex;
}

.header_top_rgt ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}

.header_top_rgt ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
}

.header_top_rgt ul li:not(:last-child):before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #B5B5B5;
    width: 2px;
    height: 100%;
}

.header_top_rgt ul li a {
    color: #B5B5B5;
}

.header_btn_wrap .cmn_btn {
    gap: 10px;
}

.header_btn_wrap .cmn_btn:hover,
.header_btn_wrap .cmn_btn:focus {
    color: #fff;
}

.header_bottom {
    width: 100%;
}

.main_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-radius: 10px;
    padding: 6px 0 !important;
    transition: padding 0.3s ease-in-out;
}

.main_header .navbar-brand {
    padding: 0px;
    margin: 0px;
}

.main_header .navbar-brand img {
    max-width: 180px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.modal-dialog {
    width: auto;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: transparent;
}

.modal-content .modal-body {
    padding: 0;
    border: none;
    background: linear-gradient(to right, red, orange);
    padding: 4px;
    border-radius: 10px;
    line-height: 1;
}

.modal-content .btn-close span {
    color: #000;
    font-size: 30px;
    position: relative;
    top: -3px;
}

.modal-content video {
    max-width: 100%;
    border-radius: 10px;
}

.celebrity_section_inner .swiper-container .swiper-slide button svg {
    display: none;
}

.celebrity_section_inner .swiper-container .swiper-slide button:hover svg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 1;
}

.celebrity_section_inner .swiper-container .swiper-slide button:hover:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal-content .btn-close {
    width: 40px;
    height: 40px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
    font-size: 0;
    position: absolute;
    right: -15px;
    top: -17px;
    margin: 0;
    border: none;
}

.modal-dialog .modal-content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    background: none;
    border: none;
    background: transparent;
}

.celebrity_section_inner .swiper-container .swiper-slide button {
    border-radius: 50%;
    background: transparent;
    border: none;
    padding: 0;
}

.offcanvas {
    max-width: 300px;
    background: #090F1E;
}

.offcanvas-header {
    background: #ffc107;
}

.offcanvas .nav-link {
    color: #FFFFFF;
}

.header-sticky.header_wrapper {
    position: sticky;
    top: 0px;
    z-index: 12;
    background: #090f1e;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #090f1e75;
}


.header-sticky .header_top {
    padding: 6px 0;
    margin-bottom: 0;
}

.header-sticky .main_header {
    padding: 6px 20px;
}

/* .header-sticky .main_header .navbar-brand img {
    width: 180px;
} */

.header-sticky .auth_btn {
    padding: 4px 25px;
    font-size: 18px;
    line-height: 24px;
    min-height: 40px;
}

.cmn_width {
    min-width: 285px;
}
.grid_scroll_wrap {
    background: #ffffff;
}
.banner_section_inner {
    align-items: stretch;
}

/* .banner_section {
    margin-top: 16px;
} */

.banner_left {
    width: 100%;
    /* width: 100% !important; */
    border-radius: 10px;
    overflow: hidden;
}

.banner_right {
    width: 100%;
    /* width: 100% !important; */
}

.banner_right ul {
    display: flex;
    column-gap: 16px;
    list-style: none;
    padding: 0;
    width: 100%;
    align-items: stretch;
}

.banner_right ul li {
    flex: 1;
    display: flex;
    height: 72px;
    position: relative;
    line-height: 30px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 1, 0, 0.32);
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-align: center;
}
.clickable-li a:hover {
    color: #ffff;
}

a.auth_btn.regi_btn:hover,
a.auth_btn.dep_btn:hover {
    color: #ffffff;
}

.header_top_lft a span:hover {
    color: #ffff;
}

.banner_right ul li:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
}
.banner_right ul li:first-child:after {
    background: rgba(153, 0, 82, 0.8);
}
.banner_right ul li:nth-child(2):after {
    background: rgba(1, 135, 60, 0.8);
}
.banner_right ul li:nth-child(3):after {
    background: rgba(31, 114, 203, 0.69);
}

.celebrity_section_inner .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 2px;
}

.celebrity_section_inner .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.celebrity_section_inner .swiper-container .swiper-slide {
    padding: 2px;
    background: linear-gradient(to right, #088d13, #0fdd7e);
    border-radius: 50%;
}

.celebrity_section_inner .swiper-container .swiper-slide img {
    max-width: 100%;
    border-radius: 50%;
}

.celebrity_section_inner .swiper-nav-container {
    background: transparent;
    position: absolute;
    top: 48px;
    right: 0;
    display: flex;
}

.celebrity_section_inner .swiper-nav-container .swiper-button-prev,
.celebrity_section_inner .swiper-nav-container .swiper-button-next {
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    width: 36px;
    height: 36px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background-size: 11px;
}

.celebrity_section_inner .swiper-nav-container .swiper-button-prev {
    position: absolute;
    left: -90px;
}

.celebrity_section_inner h1 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FDCF13;
    margin-bottom: 0;
}
.cmn_sec_title img {
    display: none;
}
.ptb-40 {
    padding: 40px 0;
}

.bfgcta1 {
    background: #073f73 linear-gradient(to left, rgb(6 108 205), transparent 75%);
    background-size: cover;
}

.cta_inner {
    width: 100%;
    border-radius: 10px;
    padding: 40px 32px;
    position: relative;
}

.cta_inner p {
    color: #ffc107;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.cta_inner h2 {
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.bfgcta1 img {
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 400px;
}

.bfgcta1.bfgcta2 img {
    max-width: 30%;
}

/* grid wrapper */
.cmn_grid_wrapper {
    /* margin-bottom: 50px; */
}

.cmn_sec_title {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #000;
    margin: 0px;
    flex-wrap: wrap;
    column-gap: 5px;
}

.cmn_sec_title span {
    color: #44a4ff;
    margin-left: 5px;
}

.cmn_sec_title b {
    color: #FDCF13;
    font-weight: 700;
}

.cmn_sec_title img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.about_section .cmn_sec_title {
    gap: 0;
}
.cmn_sec_title.nwsizer {
    color: #fff;
}
.grid_wrap_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.view_all_btn {
    font-size: 12px;
    line-height: 18px;
    color: rgb(0, 0, 0, 0.6);
}

.view_all_btn:hover {
    color: rgb(0, 0, 0, 1);
}

.grid_wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 17px;
}

.grid_link_wrap {
    display: flex;
}

.grid_link_wrap img {
    border-radius: 10px;
    max-width: 100%;
}
.bfgcta2 img {
    display: none;
}
/* */
.nwsizer {
    font-size: 32px;
}

.about_section p {
    letter-spacing: 0.5px;
    font-weight: 300;
}

.about_section img {
    border-radius: 10px;
}

/* bonus grid */
.benefits_grid_wrap {
    border: none;
    background: #000;
    border-radius: 8px;
    /* box-shadow: inset 0 -4px 0 0 #259371; */
    padding: 25px;
}

.benefits_grid_wrap .grid_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.benefits_grid_wrap p {
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
}
.grid_wrapper.live_casinoc { 
    flex-wrap: wrap;
    gap: 10px;
}
.top_choicesR .grid_wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.cmn_grid_wrapper.top_choicesR, 
.cmn_grid_wrapper.top_choicesR .grid_wrapper {
    height: 100%;
}
.top_choicesR .grid_wrapper .grid_link_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: calc(50% - 10px); */
    background: linear-gradient(to left, rgb(44, 80, 64), rgba(255, 255, 255, 0.1) 75%);
    border-radius: 10px;
    padding: 10px;
    /* height: 40px; */
}
.top_choicesR .grid_wrapper .grid_link_wrap:nth-child(1) {
    background: linear-gradient(to left, rgba(39, 232, 187, 0.2), transparent 75%);
}
.top_choicesR .grid_wrapper .grid_link_wrap:nth-child(2) {
    background: linear-gradient(to left, rgb(80, 65, 48), transparent 75%);
}
.top_choicesR .grid_wrapper .grid_link_wrap:nth-child(3) {
    background: linear-gradient(to left, rgb(66, 83, 48), transparent 75%);
}
.top_choicesR .grid_wrapper .grid_link_wrap:nth-child(3) {
    background: linear-gradient(to left, rgb(71, 56, 111), transparent 75%);
}
.top_choicesR .grid_wrapper {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}
.grid_scroll_wrap {
    height: 100%;
}
.top_choicesR .grid_wrapper .grid_link_wrap img {
    height: 100px;
}

.top_choicesR .grid_wrapper .grid_link_wrap span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

/* footer */
.footer_wrapper {
    background-color: #1B294A;
    padding: 20px 0;
}

.footer_listing {
    margin: 0px;
}

.footer_listing li {
    line-height: normal;
}

.footer_listing li:not(:last-child) {
    margin-bottom: 4px;
}

.footer_title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px 0;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.footer_link {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.footer_link:hover {
    color: #FDCF13;
}

.footer_copyright {
    background-color: #FDCF13;
    padding: 10px;
}

.copyright_text {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

/* */

.register_main_cls .form-field p .wpcf7-form-control {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 10px;
}

.blogmansin {
    background: #090f1e;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogmansin h1 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.register_main_cls {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
    background-color: white;
}

.register_main_cls {
    height: auto !important;
    min-height: 600px !important;
    padding: 20px;
    background: linear-gradient(90deg, rgba(253, 207, 19, 0.12) 0%, rgba(160, 212, 195, 0.15) 38%, rgba(255, 255, 255, 0.15) 50%, rgba(7, 143, 100, 0.27) 100%) !important;
}

.register_main_cls .wpcf7.js {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
}

.register_main_cls .form-field p {
    display: flex;
    flex-direction: column;
}

.register_main_cls .wpcf7-submit {
    box-shadow: none;
    height: 46px;
    font-size: 18px !important;
    min-width: inherit;
    padding: 0 20px;
    border: none !important;
    font-weight: 500;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-size: 200% 200%;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background: #0c6643;
    color: #fff !important;
}

.post,
.page {
    margin: 0 !important;
}

.auth_btn {
    display: inline-flex;
    align-items: center;
}

.register_main_cls .form-field {
    margin-top: 10px;
}

.wpcf7-not-valid-tip {
    color: #ffcf17 !important;
}

.register_main_cls .form-field label {
    color: #fff !important;
}

.register_main_cls .wpcf7-submit:hover {
    background: #ffcf17;
    color: #222 !important;
}

.register_main_cls .form-field label {
    margin-bottom: 6px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.chatbox-icon-wrap {
    position: fixed;
    right: 18px;
    bottom: 50%;
    z-index: 99;
}

.chatbox-icon-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center
}


  .registration-modal .modal-content .modal-body  {
    background: #fff;
    background-size: cover !important;
    padding: 0;
    border-radius: 10px !important;
    overflow: hidden;
  }
  .registration-modal .register_main_cls {
    background:#fff !important;
  }
  .registration-modal .modal-content {
    width: 860px !important;
  }
  .registration-modal .register-text h2 {
    color:#0c6643 !important;
    font-size: 1.5rem !important;
  }
  .registration-modal .register_main_cls .wpcf7-submit {
    width: 100% !important;
  }
  .registration-modal .register_main_cls .form-field label {
    color:#222 !important;
  }
  .registration-modal .register-wp-image {
    text-align:center;
  }
  .modal-content .btn-close {
    font-size:20px !important;
    color:#000 !important;
    font-weight:600 !important;
  }
  .registration-modal .modal-content .btn-close {
    top: 13px;
    margin: 0;
    z-index: 1111;
  }
  .registration-modal .modal-content .btn-close:hover {
    background:#fdce14 !important;
  }
  .ort {
    position: relative;
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:20px;
  }
  .ort:after {
    background:#0c6643;
    width:100%;
    height:1px;
    position: absolute;
    top:auto;
    left:0;
    content:'';
  }
  .ort span {
    display:inline-flex;
    padding:0 5px;
    color:#222;
    background:#fff;
    z-index: 1;
  }
  .registration-modal .wpcf7-not-valid-tip {
    color:#dc3545 !important;
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#dc3545 !important;
    color:#dc3545 !important;
    border-radius:6px;
    margin-top:10px !important;
  }
 
  .wpcf7 form.sent .wpcf7-response-output {
    border-radius:6px;
    color:#46b450 !important;
  }
  .mobile-banner-image {
    display: none;
  }
  @media (max-width: 991px) {
    .desktop-banner-image {
        display: none;
    }
    .mobile-banner-image {
        display: inline-flex;   
    }
    .registration-modal .modal-content {
        width: 100% !important;
    }
    .register_main_cls .wpcf7.js {
        padding-bottom: 0 !important;
    }
    .colcvmain {
        align-items:center;  
        flex-direction: column-reverse;
    }
    .registration-modal .modal-content {
        width: 480px !important;
    }
    .colcvmain .colcv {
        width:100% !important;
    }
    /* .colcvmain .colcv:last-child {
        display:none;
    } */
  }
  @media (max-width: 575px) {
    .registration-modal .modal-content {
        width: 96% !important;
    }
  }