/* Hover fade animation for logged-in user profile label */
.logged_in_user_profile_menu_image_text {
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.logged_in_user_profile:hover .logged_in_user_profile_menu_image_text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}
body a{
    font-family: "Montserrat"!important;
}
p {
    margin-bottom: 0;
}

/* Button Styles */
.red_btn_style {
    display: flex;
    justify-content: center;
}

.red_btn_style a {
    color: #fff;
    padding: 7px 50px;
    background-color: #D70E09;
    border-radius: 5px;
}

.blue_button_style {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 5px;
    background: #039;
}

.blue_button_style a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

/* Global Styles */
.poker_investor_program_content_wrapper_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.poker_investor_program_content_wrapper {
    width: 47%;
}

.blue_bottom_button {
    text-align: center;
    margin-top: 30px;
}

.blue_bottom_button a {
    border-radius: 5px;
    background: #02388F;
    padding: 10px 20px;
    color: white;
}

.global_style p {
    padding-bottom: 35px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 30px;
}

.global_style li {
    color: #000;
    font-weight: 300;
}

.global_style h2 {
    color: #02388F;
    font-size: 40px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    padding-top: 20px;
}

.global_style h3 {
    color: #02388F;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
}

.global_style span {
    font-weight: 400;
}

/* List Styles */
.global_style .border_box_ul {
    border: 2px solid #02388F;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.global_style .red_number_ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.global_style .red_number_ul p {
    margin: 10px 0px;
}

.global_style h5 {
    color: #02388F;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0px;
}

.global_style .red_number_ul li p:first-child {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #02388F;
    border-radius: 50%;
    background: #D70E09;
    color: white;
    padding: 10px;
    font-size: 30px;
}

.global_style .red_number_ul li p:last-child {
    padding: 0 !important;
}

.scouting_ul_number p {
    border-radius: 50% !important;
    border: 2px solid #02388F;
}

.scouting_ul_content {
    border: 1px solid #CFD6DC;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 20px;
}

.scouting_ul h4 {
    color: #02388F;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.scouting_content{
    background-color: #f1f1f1;
}
.scouting_ul li p {
    padding: 0 !important;
}

.scouting_ul_number p {
    border-radius: 50% !important;
}

.scouting_ul_content {
    border: 1px solid #CFD6DC;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 20px;
}

.scouting_ul h4 {
    color: #02388F;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.global_style .red_dot_ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.global_style .red_dot_ul li:last-child {
    margin-bottom: 0;
}

.global_style .red_dot_ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: red;
    border: 2px solid #039;
    border-radius: 50%;
}

.options_ul a {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.options_ul a.active {
    color: #02388F;
}

.terms_and_conditions_wrapper {
    display: flex;
    gap: 40px;
    padding-top: 20px;
}

.terms_and_conditions {
    padding-top: 20px;
    background-color: #f1f1f1;
}

.terms_and_conditions_content {
    padding-left: 40px;
}

.options_ul {
    width: 220px;
}

.terms_and_conditions_content h2 {
    margin-top: 0px;
}

/* FAQ Section */
.fqa_section {
    padding: 85px 0;
    background-color: #f1f1f1;
}


.fqa_section_title {
    text-align: center;
    margin-bottom: 60px;
}

.fqa_section h2 {
    color: #101828;
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    text-align: center;
}

.fqa_section_hero {
    padding: 24px 0 32px;
    border-bottom: 1px solid #EAECF0;
}

.fqa_section_hero:first-child {
    border-top: none;
}

.fqa_section_hero:last-child {
    border-bottom: none;
}

.fqa_section_hero_question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.fqa_section_hero_question h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.fqa_section_hero_answer {
    display: none;
    padding-top: 10px;
}

.fqa_section_hero_answer p {
    padding-right: 40px;
    font-family: var(--body-font);
}

.plus-icon,
.minus-icon {
    font-size: 24px;
    margin-left: 10px;
    line-height: 100%;
    cursor: pointer;
}

/* Header */
.header {
    background-color: white;
    z-index: 999999;
}

#wpadminbar {
    z-index: 999999999 !important;
}

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

.header_menu_nav_desktop {
    display: flex;
    list-style: none;
    justify-content: center;
    height: 100%;
    align-items: center;
    gap: 16px;
}

.header_menu_nav_desktop li {
    padding: 12px 8px 12px 8px;
    position: relative;
}

.header_menu_nav_desktop li:first-child {
    display: none;
}

.header_menu_nav_desktop .header-language-mobile{
    position: relative;
    top: -22px;
}

.header-logo {
    height: 100%;
    align-items: center;
    display: flex;
}

.header-logo img {
    object-fit: contain;
}

.header_menu_nav_desktop li a {
    color: #FFF;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-variant: all-small-caps;
    letter-spacing: 0.8px;
}

.header_menu_nav_desktop li a svg {
    margin-left: 10px;
    stroke: #FFF;
}

.header_menu_nav_desktop li a svg path {
    stroke: #FFF;
    fill: #FFF;
}

/* Arrow SVG visibility control */
.arrow_svg_desktop {
    display: inline-block;
}

.arrow_svg_mobile {
    display: none;
}

.header_signup_btn {
    color: #FFF;
    text-align: center;
    padding: 10px 17px;
    border-radius: 20px;
    border: 2px solid #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-variant: all-small-caps;
    letter-spacing: 0.8px;
    margin-left: 28px;
    margin-right: 3px;
}

.header_login_btn {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-variant: all-small-caps;
    letter-spacing: 0.8px;
}

.header-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button svg {
    position: absolute;
    top: 2px;
    left: -22px;
}

/* Mobile Menu */
.header_menu_icon {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header_menu_icon {
    background: #003399;
    padding: 8px 16px;
    height: 40px;
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
}

.header_menu_icon_line {
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.2s ease;
}

.header_menu_icon {
    display: none;
}

.header_menu_icon_line:last-of-type {
    margin-bottom: 0 !important;
}

/* SVG X po defaultu sakriven */
.close_icon {
    display: none;
    position: absolute;
}

.header_menu_icon_line:last-child {
    margin-bottom: 0;
}

.header_menu_overlay {
    display: none;
}

/* Logged In User */
.logged_in_user_desktop_content {
    display: flex;
    gap: 16px;
}

.logged_in_user_desktop_content .logged_in_user_coins,
.logged_in_user_desktop_content .logged_in_user_coupons,
.logged_in_user_desktop_content .logged_in_user_medals {
    display: flex;
    align-items: center;
    gap: 6px;
}

.logged_in_user_desktop_content .logged_in_user_profile {
    display: flex;
    align-items: center;
    gap: 8px;
}
.logged_in_user_desktop,
.logged_in_user_profile {
    cursor: pointer;
}

.logged_in_user_coins img {
    width: 25px;
    height: 16px;
}

.logged_in_user_coupons img {
    width: 25px;
    height: 16px;
}

.logged_in_user_medals img {
    height: 20px;
    width: 16px;
}
.logged_in_user_profile .avatar{
    position: relative;
}

.logged_in_user_profile .avatar img {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.logged_in_user_profile .avatar .avatar-image {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    object-fit: contain;
    position: initial;
}

.logged_in_user_profile .avatar .logged_in_user_profile_menu_image_default {
display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 25px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  color: white;
  background: #039;
}



.logged_in_user_profile_menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.logged_in_user_profile_menu div {
    width: 16px;
    height: 2px;
    background-color: #424242;
    border-radius: 2px;
}

/* Auth Mega Menu */
.auth_mega_menu_container .container {
    position: relative;
}

.auth_mega_menu_wrapper {
    position: absolute;
    right: 0;
    width: 287px;
    display: none;
    flex-direction: column;
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
    top: 84px;
    box-shadow: 0 4px 10.1px 0 rgba(0, 0, 0, 0.09);

}

.logged_in_user_desktop_img img {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    object-fit: contain;
}

.logged_in_user_desktop_img div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 52px;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    color: white;
    background: #039;
}

.logged_in_user_desktop_pop_up_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.logged_in_user_desktop_items {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 16px 0px 24px 0px;
}

.logged_in_user_desktop_items div {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.logged_in_user_desktop_items_item_coins img {
    width: 35px;
    height: 23px;
    object-fit: contain;
}

.logged_in_user_desktop_items_item_coupons img {
    width: 35px;
    height: 22px;
    object-fit: contain;
}

.logged_in_user_desktop_items_item_medals img {
    width: 21px;
    height: 27px;
    object-fit: contain;
}

.logged_in_user_desktop_items_item_coins,
.logged_in_user_desktop_items_item_medals,
.logged_in_user_desktop_items_item_coupons {
    border-radius: 20px;
    background: #FAFAFA;
    height: 44px;
    width: 100%;
}

.logged_in_user_desktop_pop_up {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px 20px 16px;
    border-radius: 12px;
    background: #00339914;
    margin-bottom: 8px;
}

.logged_in_user_desktop_content_pop_up {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logged_in_user_desktop_content_pop_up h6 {
    color: #171717;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}

.logged_in_user_desktop_content_pop_up p {
    color: #2F2F2F;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}
.header_user_logged_desktop_buttons{
    display: flex;
    flex-direction: column;
    gap: 8px;
border-bottom: 1px solid #C5C0C0;
padding-bottom: 8px;
}
.header_user_logged_desktop_credits,
.header_user_logged_desktop_manage{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #039;
    justify-content: center;
    gap: 6px;
}
.header_user_logged_desktop_credits a,
.header_user_logged_desktop_manage a{
    color: #039;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_user_logged_desktop_sing_out{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0px 0px 0px;
    gap: 8px;

}
.header_user_logged_desktop_sing_out a{
    color: #171717;
text-align: center;

font-family: Montserrat;
font-size: 16px;
font-weight: 500;
line-height: 20px;
}
.auth_mega_menu_credits p {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-left: 10px;
}

.auth_mega_menu_credits div {
    display: flex;
    align-items: center;
}

.auth_mega_menu_wrapper .mega_menu_about_content_tags {
    flex-direction: column;
    margin-bottom: 20px;
}

.auth_mega_menu_wrapper_top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.auth_mega_menu_credits img {
    width: 13px;
    height: 13px;
}

.auth_mega_menu_wrapper_top_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth_mega_menu_credits {
    display: flex;
    gap: 10px;
}

.auth_mega_menu_credits div:first-child {
    margin-right: 20px;
}

.auth_mega_menu_wrapper_top_content h6 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.auth_mega_menu_wrapper_top img {
    margin-right: 8px;
}

.auth_mega_menu_wrapper_top_content p {
    color: #697077;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.auth_mega_menu_credits_buttons {
    border-top: 1px solid #E4E7EC;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}

.auth_mega_menu_credits_buttons a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

/* Mega Menu */
.mega_menu_about {
    position: absolute;
    top: 72px;
    width: 100%;
    z-index: 12345;
    display: none;
}

.mega_menu_home {
    position: absolute;
    top: 72px;
    width: 100%;
    z-index: 12345;
    display: none;
}

.mega_menu .container {
    background: #FFF;
    border-radius: 0 0 10px 10px;
    padding: 40px;
}

#mega_menu_home:hover .mega_menu_home {
    display: block;
}

.mega_menu_about_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    background-color: white;
    padding: 0px;
    left: 0;
    border-radius: 20px;
    padding: 20px 24px;
}

.mega_menu_about_content a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.mega_menu_about_content p {
    color: #0F161E;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}


.mega_menu_about_content svg {
    position: absolute;
    top: 9px;
    left: -15px;
    display: none;
}

.mega_menu_about_content_tags {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.mega_menu_about_content img {
    margin: 20px 0;
}

.mega_menu_about_content_browse a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background: #039;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.mega_menu_about_content_read_more a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #039;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

.border-left-header {
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 20px;
}

.footer .container-fluid {
    max-width: calc(100% - 80px);
    margin: 0px auto;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(23px);
    background: #FFFFFF1A;
    border-radius: 20px 20px 0px 0px;
    padding: 64px 128px 40px 128px;
}

@media screen and (max-width: 768px) {
    .footer .container-fluid{
        max-width: 100%;
    }
  .trigger_slide_mobile svg,
  .trigger_slide_mobile svg path {
      stroke: black !important;
      fill: black !important;
  }
}
.footer .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-socials {
    margin-bottom: 33px;
}
.footer .footer-socials li{
    width: 24px;
    height: 24px;
}

.footer .footer-socials > ul {
    display: flex;
    gap: 16px;

}
.footer-socials li a{
    cursor: pointer;
    position: relative;
    z-index: 459052!important;
}

.footer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}

.footer a {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.footer .footer-bottom {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.footer .footer-bottom .footer-copyright p {
    letter-spacing: -1.3px;
    word-spacing: 1.8px;
}

.footer .footer-bottom .footer-leagals {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
}

.footer .footer-bottom p,
.footer .footer-bottom a {
    font-size: 14px;
    font-weight: 400;
    color: #F2F2F2;
    word-spacing: -0.2px;
}

.footer a:hover {
    color: #D70E09;
    transition: all .3s linear;
}

.footer .footer-menus {
    display: flex;
    flex-direction: row;
    gap: 114px;
    margin-top: 4px;
}

.footer .footer-menu-column h3 {
    margin-bottom: 12px;
}

.footer .footer-menu-column ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer hr {
    margin: 0px;
    margin-bottom: 20px;
    color: #F2F2F2;
}

.footer .footer-top {
    display: flex;
    margin-bottom: 37px;
    gap: 242px;
    justify-content: space-between;
}

.logo_and_form {
    margin-bottom: 40px;
}

.footer_form {
    background-color: transparent;
    border: 2px solid #FAFAFA;
    box-shadow: 0px 0px 1px black;
    padding: 15px 10px;
    border-radius: 12px;
    max-width: 255px;
    height: 60px;
    row-gap: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_form input {
    border: none;
    background: transparent;
    color: #F2F2F2;
    font-weight: 400;
    width: 100%;
    outline: none;
}

.footer_form input:placeholder {
    color: #F2F2F2;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.9px;
}

.footer_form button {
    background: transparent;
    border: none;
    width: 18px;
}
.global_style{
    background-color: #f1f1f1!important;
}
/* Hero Section */
.hero_one_word {
    padding-top: 150px;
    background-color: #f1f1f1;
}

.hero_one_word h1 {
    color: white;
    font-size: 55px;
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
}

.hero_one_word_content {
    padding: 60px 40px;
    text-align: center;
    background: linear-gradient(to bottom, #1D2554, #305CDE);
    border-radius: 20px;
}

.hero_one_word_content p {
    font-size: 24px;
    color: white;
    margin-top: 30px;
    line-height: 120%;
}

.global-paragraph-font {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}

.application_process_content_wrapper {
    padding-right: 130px;
    padding-top: 80px;
}

.exit_mobile_menu {
    display: none;
}

.header_mega_menu {
    position: absolute;
    width: 100%;
    left: 0;
}

.header_menu_nav_desktop .arrow_down_header {
    width: 10px;
}

.header_mega_menu .container {
    background-color: white;
}

.options_ul li {
    margin-bottom: 10px;
}
.flag-language-desktop{
    display: flex;
    align-items: center;
}

.banner{
    position: fixed;
    width: 100%;
    z-index: 1234567891;
    transition: transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms;
    background: linear-gradient(90deg, rgba(0, 51, 153, 0.00) 0%, #039 32.21%, #039 65.87%, rgba(0, 51, 153, 0.00) 100%), #039;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 20;
}

.banner .banner-left-side {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 32px;
}

.banner .banner-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  z-index: 32;
  padding: 6px 0px;
}

.banner .banner-content .mobile {
  display: none;
}

.banner .banner-content .banner-title {
  color: #FFF;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 34px;
}

.banner .banner-content a {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 8px 32px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #FFF;
}

.banner .banner-content .banner-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.banner .banner-content .banner-countdown > div {
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.20);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 58px;
}

.banner .banner-content .banner-countdown > div h2 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.banner .banner-content .banner-countdown > div p {
  color: #F2F2F2;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
}

.banner .banner-content .banner-countdown > p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
}

/* Media Queries */
@media screen and (max-width: 991px) {
    .terms_and_conditions .col-md-10 {
        width: 100%;
    }

    .terms_and_conditions_content {
        padding-left: 0px;
    }

    .header_menu_icon {
        flex: 0 0 56px;
        display: flex;
        z-index: 23454565;
    }

    /* Switch arrow SVGs at 991px */
    .arrow_svg_desktop {
        display: none;
    }

    .arrow_svg_mobile {
        display: inline-block;
    }

    .header-button,
    .header_menu_nav_desktop {
        display: none;
    }

    .header_menu_container_mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        width: 40%;
        padding: 20px;
        background-color: white;
        position: relative;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 123;
    }

    .header_menu_container_mobile .header-logo_mobile {
        width: 117px;
        margin-bottom: 40px;
    }

    .header_menu_overlay {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 34566;
        bottom: 0;
        display: none;
    }

    .header_menu_overlay.active {
        display: block;
    }

    .header_menu_nav_mobile li {
        margin: 10px 0;
    }

    .header_menu_nav_mobile li a {
        color: #000;
        font-weight: 500;
    }

    .header-button_mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header_signup_btn {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .header_login_btn {
        display: flex;
        align-items: center;
        margin-bottom: 22px;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-top: 40px;
    }

    .header_login_btn a {
        color: #D70E09;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
    }

    .header_login_btn img {
        margin-right: 10px;
    }


    .header_menu_nav_mobile img {
        width: 13px;
    }

    .header_menu_nav_mobile_content {
        display: none;
        position: absolute;
        background-color: white;
        width: 100%;
        left: 0;
        height: 100%;
        padding: 20px;
        z-index: 123456789;
    }

    .auth_mega_menu_wrapper_mobile {
        display: block;
        position: unset;
        padding: 0px;
        width: 100%;
    }

    .auth_mega_menu_wrapper_top_img img {
        width: 54px;
    }

    .header-button_mobile img {
        width: 15px;
    }

    .options_ul {
        display: none;
    }

    .poker_investor_program_content_wrapper {
        width: 100%;
    }

    .poker_investor_program_content ul {
        margin: 30px 0px;
    }

    .poker_investor_program_content ul p {
        margin: 10px 0px;
    }

    .header_menu_nav_desktop {
        height: unset;
        min-height: unset;
    }

    .mega_menu_about_content svg {
        position: unset;
        top: unset;
        left: unset;
        display: block;
    }

    .header_menu_nav_desktop .header-language-mobile{
        position: relative;
        top: -12px;
    }
}

@media screen and (max-width: 768px) {
  .banner .banner-left-side {
    gap: 16px;
  }
  .banner .banner-content {
    gap: 16px;
  }
  .banner .banner-content .banner-title:not(.mobile) {
    display: none;
  }
  .banner .banner-content .banner-title.mobile {
    display: block;
    font-size: 12px;
  }
  .banner .banner-content .banner-countdown > div {
    gap: 2px;
    min-width: 56px;
  }
  .banner .banner-content .banner-countdown > p {
    font-size: 12px;
  }
  .banner .banner-content a:not(.mobile) {
    display: none;
  }
  .banner .banner-content a.mobile {
    display: block;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }
    .fqa_section_hero_question h3 {
        margin-bottom: 10px;
    }

    .header_menu_container_mobile {
        width: 50%;
    }

    .footer .footer-socials {
        margin-bottom: 23px;
    }

    .footer .footer-logo {
        margin-bottom: 18px;
    }

    .footer .footer-menus {
        flex-direction: column;
        gap: 37px;
    }

    .footer .container-fluid {
        padding: 24px;
    }

    .footer .footer-socials {
        margin-bottom: 25px;
    }

    .footer .footer_form {
        height: 56px;
        max-width: 342px;
        padding-top: 10px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer .footer-top {
        flex-direction: column;
        margin-bottom: 38px;
        gap: 36px;
    }

    .footer .footer-bottom .footer-leagals {
        gap: 33px;
    }

    .footer .footer-menu-column:nth-child(2) {
        order: 1;
    }

    .footer .footer-menu-column h3 {
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 8px;
    }

    .footer .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .footer .footer-menu-column ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 9px;
        column-gap: 26px;
    }

    .footer_lists .col-lg-3 {
        margin: 20px 0;
    }
}

@media screen and (max-width: 575px) {
    .banner .container {
      padding: 0px 12px;
    }
    .banner .banner-content {
      justify-content: space-between;
      padding: 4px 0px;
      gap: 0px;
    }
    .banner .banner-content .banner-countdown {
      gap: 2px;
    }
    .banner .banner-content .banner-countdown > div {
      background: transparent;
      padding: 0px;
      flex-direction: column;
      gap: 4px;
      min-width: auto;
    }
    .banner .banner-content .banner-countdown > div h2 {
      text-align: center;
      font-size: 12px;
      line-height: 65.6%;
    }
    .banner .banner-content .banner-countdown > div p {
      font-size: 8px;
      line-height: 5px;
    }
    .banner .banner-content a.mobile {
      padding: 8px 16px;
    }
    .container {
        padding: 0 20px;
    }

    .hero_one_word_content p {
        font-size: 16px;
        text-align: center;
    }

    .hero_one_word {
        padding-top: 68px;
    }

    .hero_one_word h1 {
        font-size: 30px;
        line-height: normal;
        text-align: center;
    }

    .hero_one_word_content {
        padding: 60px 20px;
    }

    .global_style h2 {
        font-size: 30px;
    }

    .global_style h3 {
        font-size: 22px;
    }

    .global_style p {
        font-size: 16px;
    }

    .fqa_section {
        padding: 40px 0;
    }

    .header_menu_container_mobile {
        width: 100%;
    }

    .exit_mobile_menu {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .footer_social_links {
        align-items: start;
        flex-direction: row-reverse;
    }
}

.header_2 {
    position: fixed;
    width: 100%;
    z-index: 123456789;
    left: -4px;
    -webkit-backface-visibility: hidden;
    margin-top: 18px;
    backface-visibility: hidden;
    transition: top 220ms cubic-bezier(.2,.8,.2,1);
}

.header_user_logged,
.header_user_logged_desktop {
    display: none;
    position: relative;
}

.header_user_logged.is-visible,
.header_user_logged_desktop.is-visible {
    display: flex;
    flex-direction: column;
}

.header_user_logged.is-hidden,
.header_user_logged_desktop.is-hidden {
    display: none;
}

.header_user_logged.is-loading .header-user-content,
.header_user_logged_desktop.is-loading .header-user-content {
    visibility: hidden;
}

.header-user-loader {
    display: none;
    width: 100%;
    align-items: center;
    gap: 12px;
}

.header_user_logged.is-loading .header-user-loader,
.header_user_logged_desktop.is-loading .header-user-loader {
    display: flex;
}

.header-user-loader .loader-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e3e7ef;
    animation: headerSkeletonPulse 1.4s infinite ease-in-out;
}

.header-user-loader .loader-lines {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.loader-line {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4f5f7 0%, #e3e7ef 50%, #f4f5f7 100%);
    animation: headerSkeletonShimmer 1.4s infinite ease-in-out;
}

.loader-line.short {
    width: 50%;
}

.loader-line.long {
    width: 80%;
}

.header-loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 5;
}

.header-loading-overlay.is-active {
    opacity: 1;
    pointer-events: all;
}

.header-loading-spinner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.15);
    border-top-color: #003399;
    animation: headerSpin .8s linear infinite;
}

@keyframes headerSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes headerSkeletonShimmer {
    0% {
        background-position: -50px 0;
    }
    100% {
        background-position: 150px 0;
    }
}

@keyframes headerSkeletonPulse {
    0%, 100% {
        opacity: .6;
    }
    50% {
        opacity: 1;
    }
}

.header_2 .container {
    position: relative;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(23px);
    background:#FFFFFF1A;
    padding: 9px;
    border-radius: 28px;
    max-width: calc(100% - 57px - var(--scrollbar-width));
    margin-top: 36px;
    padding-left: 24px;
}
.header_2.hidden {
    pointer-events: none;
    top: -100px;
}
.header_2:not(.hidden) {
    pointer-events: auto;
    top: 0;
}
.header_menu_nav_desktop .container{
    margin-top: 10px;
}
.ul_wrapper_mobile_content {
    display: none;
}



.header-logo img {
    width: unset;
    height: unset;
}

.header_2 .col-md-5:last-child {
    justify-content: right;
    display: flex;
}

.mobile_logo img {
    width: unset;
    height: unset;
    object-fit: contain;
    padding: 10px 0px 0px 20px;
}

.header_mega_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
}

.auth_mega_menu_wrapper {
    top: 72px;
}

.header_mega_menu .container {
    background-color: white;
    padding: 40px 20px;
}

.trigger_slide_mobile_content.active {
    display: flex;
    transition: all 0.3s ease-in-out;
}

.trigger_slide_mobile_content {
    opacity: 0;
}

.trigger_slide_mobile_content.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 13434;
    width: 262px;

}
.mobile_slide_content{
    display: flex;
    justify-content: right;
}
.mobile_logo{
    display: none;
}
.mega_menu_about_content_browse a{
    color: white!important;
}
.mega_menu_about_content_read_more a{
    color: #02388F!important;
}
.mega_menu_mobile_content_icon{
    display: none;
}
.mega_menu_mobile_content_icon_wrapper{
    position: relative;
}
.mega_menu_desktop_content_icon{
    z-index: 13443243;
    position: absolute;
    top: 7px;
    left: -15px;
    height: 10px;
    margin: 0px !important;
    width: 5px;
}



.header-language-mobile{
    display: none;
}

.logged_in_user_profile_menu_image_text{
    position: absolute;
    top: -14px;
    width: 74px;
    right: -13px;
    color: #2F2F2F;
font-family: "Montserrat";
font-size: 11px;
font-style: normal;
font-weight: 510;
line-height: 13px; 
border-radius: 13px;
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
backdrop-filter: blur(10px);
height: 18px;
display: flex;
align-items: center;
justify-content: center;
}

@media screen and (max-width: 991px) {
    .logged_in_user_mobile_content h6 {
        color: #171717;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 168px;
    }

    .logged_in_user_mobile_content p {
        color: #696969;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 168px;
    }

    .logged_in_user_mobile_content_right {
        display: flex;
        margin: 12px 0px;
        gap: 8px;
    }

    .logged_in_user_mobile_content_right .logged_in_user_coins,
    .logged_in_user_mobile_content_right .logged_in_user_coupons,
    .logged_in_user_mobile_content_right .logged_in_user_medals {
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 20px;
        background: #FAFAFA;
        padding: 8px 16px;
        width: 106px;
        justify-content: center;
        flex-grow: 1;
        flex-basis: 0;
    }

    .logged_in_user_desktop_content p,
    .logged_in_user_mobile_content_right p {
        color: #171717;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .header_user_logged.is-visible {
        flex-direction: column;
        align-items: end;
    }
    .logged_in_user_mobile_img img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        object-fit: contain;
    }
    .logged_in_user_mobile_img div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 34px;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        color: white;
        background: #039;
    }

    .logged_in_user_mobile {
        display: flex;
        align-items: center;
        border-radius: 12px;
        background: rgba(0, 51, 153, 0.08);
        padding: 16px;
        justify-content: space-between;
        width: 302px;
        gap: 12px;
    }

    .header-language-mobile.header-language {
        display: block;
        right: -120px;
        z-index: 324432243342443;
    }

    .header-language {
        display: none;
    }

    .mobile_slide_content {
        display: unset;
        justify-content: unset;
    }

    .mobile_logo {
        display: none;
        position: absolute;
        top: 13px;
        left: 18px;
        z-index: 123456789;
    }

    .header_2 .col-md-5:last-child {
        justify-content: end;
    }

    .mega_menu_mobile_content_icon {
        display: block;
    }

    .header_2 .col-md-5.mobile_slide_content {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        padding: 0;
        z-index: 321;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all 0.3s ease-in-out;
    }

    #wpadminbar {
        display: none;
    }

    .header_2 .col-md-5.mobile_slide_content.active {
        left: 50%;
        transition: all 0.3s ease-in-out;
        overflow-x: hidden;
    }

    .header_mega_menu .col-md-4 {
        width: 100%;
    }

    .header_menu_nav_desktop {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin-top: 0px;
        gap: 0px;
    }

    .ul_wrapper_mobile {
        width: 300px;
        z-index: 32484258954590523;
        padding: 0px;
        background-color: white;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .header_mega_menu .container {
        max-width: 100%;
    }

    .header_menu_nav_desktop .arrow_down_header {
        object-fit: contain;
        float: right;
        margin-top: 10px;
        position: relative;
        right: 18px;
    }

    .header_mega_menu {
        width: 100%;
        position: unset;
        display: none;
    }

    .header_menu_nav_desktop li {
        position: relative;
        width: 100%;
        z-index: 999999;
        padding: 12px 2px 12px 8px;
        border-bottom: 1px solid #FAFAFA;
    }

    .header_menu_nav_desktop li a {
      color: #171717;
    }

    /* Active state for mobile menu items */
    .header_menu_nav_desktop li.active {
        background: rgba(241, 241, 241, 0.69);
        z-index: 10000000; /* above sibling lis */
    }

    .header_mega_menu .col-md-4 {
        padding: 0px;
    }

    .header_2 .col-md-3 {
        width: 50%;
    }

    .trigger_slide_mobile_content.visible {
        display: block;
        padding: 5px 10px;
    }

    /* Mobile mega menu should appear below its trigger and above all elements */
    .header_menu_nav_desktop li > .header_mega_menu.trigger_slide_mobile_content.visible {
        position: absolute !important;
        top: calc(100% + 4px);
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        width: 100%;
        z-index: 999999999;
        background: #FFF;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
        pointer-events: auto;
        width: calc(100% - 4px);
    }

    .mobile_slide_content.active .mobile_logo {
        display: block;
    }

    .header_menu_nav_desktop li a {
        font-style: normal;  
        font-weight: 600;
        font-family: Montserrat;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.6px;
    }
    .mega_menu_about_content p{
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;

    }
    .mega_menu_about_content_item {
        display: flex;
    }

    .mega_menu_about_content_tags {
        flex-direction: column;
        text-align: center;
    }

    .border-left-header {
        border-left: none;
    }

    .logged_in_user_desktop_content,
    .auth_mega_menu_wrapper_mobile {
        display: none !important;
    }

    .ul_wrapper_mobile_content {
        display: block;
    }

    .mega_menu_desktop_content_icon {
        display: none;
    }

    .mega_menu_about_content_item {
        padding-left: 0px;
    }
}

@media screen and (max-width: 575px) {
    .header_menu_nav_desktop {
        width: 100%;
        margin-bottom: 8px;
    }
    .trp-ls-shortcode-language{
        z-index: 3248425895459052!important;
        position: relative!important;
    }
    .trp_language_switcher_shortcode{
        position: relative!important;
        top: 0px!important;
    }
    .our_vision .hero_one_word_content .red_btn_style{
        justify-content: center!important;
        margin-top: 20px!important;
    }
}

.scouting_content_wrapper{
    padding-top: 60px;
}
#trp-floater-ls-current-language,
#trp-floater-ls{
    display: none!important;
}.header-language .trp-language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;

  }

  
  /* Stil zastavica */
  .header-language .trp-language-switcher img {
    width: 22px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  
  /* Hover efekat */
  .header-language .trp-language-switcher img:hover {
    transform: scale(1.1);
  }.header-language .trp-language-switcher a {
    font-size: 0 !important;   /* sakrije tekst */
  }
  
  .header-language .trp-language-switcher a img {
    font-size: initial; /* vrati normalno za flag */
  }

  .trp-language-switcher > div{
    border: 0;
    padding-right: 50px;
    background-position: calc(100% - 7px) calc(1em + 6px),
    calc(100% - 3px) calc(1em + 0px);
    position: absolute;
    top: 0;
    background: transparent;
  }
  .header-language .trp-language-switcher a img {
    font-size: initial;
    margin-top: 6px;
    padding-right: 0px;
    margin-left: -5px;
}
.trp-language-switcher > div{
    width: 45px;
}

.global_box_heading_and_paragraph{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0px;
    min-height: 202px;
}
.global_box_heading_and_paragraph div{
    border: 2px solid #02388F;  
      border-radius: 20px;
    padding: 30px;
    text-align: left;
}
.global_box_heading_and_paragraph h3{
    color: #02388F;
    font-size: 30px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.footer_form{
    position: relative;
}
.footer_pop_up{
    position: absolute;
    top: 80px;
    left: 93px;
    border-radius: 20px;
border: 3px solid #039;
background: #FFF;
text-align: center;
padding: 50px 20px;
}


.footer_pop_up h3{
    color: #039;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.footer_pop_up p{
    color: #039;
    font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;

}
.footer_pop_up img{
    position: absolute;
    top: 20px;
    width: 16px;
    height: 16px;
    right: 30px;
  
cursor: pointer;
}
.terms_and_conditions_content{
    padding-bottom: 40px;
}
.footer_pop_up {
    display: none;
  }
  @media screen and (max-width: 991px) {
    .footer_pop_up {
        right: 0;
        padding: 40px 20px;
        width: 100%;
        left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .footer_pop_up p {
        font-size: 18px;
    }
    .footer_pop_up h3 {
        font-size: 32px;
    }
  }
  @media screen and (max-width: 575px) {
    .footer_pop_up{
        padding: 20px;
    }
    .footer_pop_up img{
        right: 20px;
    }
  }
  .hero_one_word_content_2.hero_one_word_content{
    padding: 26px 40px;
    background: linear-gradient(180deg, #1D2554 29.93%, #305CDE 100%);
  }
  .hero_one_word_content_2.hero_one_word_content h1{
    font-size: 45px;
    line-height: 76px;
  }

  .header-search{
    margin-left: 20px;
  }

.searchform{
    height: 100%;
}
.searchform div{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

#searchsubmit{
    position: absolute;
    right: 0px;
    padding: 5px;
    font-size: 14px;
    background-color: #039;
    color: white;
    font-weight: bold;
    border: none;
}
.header-search #s{
    padding: 3px 5px;
    width: 200px;
    border: 2px solid #039;
    border-radius: 4px;
    font-size: 14px;
}
.header_search_wrapper{
    display: flex;
    justify-content: right;
}
.header_mega_menu.trigger_slide_mobile_content .mega_menu_about_content{
    display: none;
}
.header_mega_menu.trigger_slide_mobile_content.visible .mega_menu_about_content{
    display: flex;
}


@media screen and (max-width: 1024px) {
    .footer .footer-top {
        gap: 32px;
    }
    .footer .footer-menus {
        gap: 16px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .footer .footer-top {
        gap: 64px;
    }
    .footer .footer-menus {
        gap: 32px;
    }
}

@media screen and (max-width: 991px) {
    .header_2 .row {
        justify-content: space-between;
    }
    .header-search {
        display: none;
    }
    .footer .footer-top {
        gap: 32px;
    }
    .footer .footer-menus {
        gap: 16px;
    }

    .mega_menu_about_content_item{
        width: 100%;
        padding: 12px 14px 12px 8px;
    }
    .header_menu_nav_desktop .container{
        padding: 0px;
    }
    .header_user_logged.is-visible {
        display: flex;
    }

    .mega_menu_about_content_item{
        border-bottom: 1px solid #FAFAFA;
    }
    .mega_menu_about_content_item:last-child{
        border: none;
    }
    .mega_menu_about_content{
        padding: 0px 10px;
    }

}

@media screen and (max-width: 575px) {
    .header_search_wrapper.col-md-5,
    .header_2 .col-md-2 {
        width: 25%;
        align-items: center;
    }
    .mobile_slide_content.col-md-5:first-child {
        width: 50%;
    }
    .header-search {
        display: none;
    }
    .header_2 {
        width: calc(100% - var(--scrollbar-width));
        margin-top: 0;
        left: 0px;
    }
    .header_2 > .container {
        position: fixed;
        left: 0px;
        margin-top: 47px;
        padding-left: 12px;
        padding-top: 9px;
        padding-bottom: 8px;
        max-width: calc(100% - 21px - var(--scrollbar-width));
        margin-left: 11px;
    }
    .mega_menu_about_content_item {
        padding: 12px 14px 12px 8px;
    }
   
    .join_team_button{
        display: flex;
        justify-content: center;
    }


    .logged_in_user_mobile{
        width: 100%;
    }
    .logged_in_user_mobile_content_right {
        margin: 12px 0px 8px 0px;
        width: 100%;
    }
    .header_user_logged{
        max-width: 100%;
    }


    .header_2 .header_mega_menu.trigger_slide_mobile_content .row {
        justify-content: space-between;
        background-color: white;
        margin: 0px;
        padding-bottom: 20px;
        border-radius: 20px;
    }
     .mega_menu_about_content{
        padding: 0px;
     }
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
    .header_2 .col-md-2 {
        width: 20% !important;
    }
    .header_login_btn,
    .header_signup_btn,
    .header_menu_nav_desktop li a {
        font-size: 14px !important;
    }
    .header_2 .col-md-5.mobile_slide_content {
        width: 55% !important;
    }

}

.ul_wrapper_mobile .header_signup_btn,
.header_credits_btn,
.header_signout_btn,
.header_signin_btn {
    display: none;
}

@media(max-width: 991px) {
    .user_not_logged_in_wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        flex-basis: 0;
    }
    .header_2 .container{
        max-width: calc(100% - 24px);
    }
    .user_not_logged_in_wrapper a{
        display: flex !important;
        justify-content: center;
    }
    .header_2 .col-md-5.mobile_slide_content {
        left: -50%;
        transform: translateX(-50%);
        width: 95% !important;
        top: 85px !important;
        border-radius: 20px;
        max-width: calc(100% - 35px);
    }
    .header-language-mobile.header-language {
        display: none;
    }
    .ul_wrapper_mobile {
        width: 100%;
        border-radius: 20px;
        max-width: -webkit-fill-available;
        padding: 12px 12px 6px 12px;
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10);

    }
    .header_signup_btn {
        padding: 11px 24px;
        width: 100%;
        margin: 16px auto;
    }
    .header_menu_nav_desktop li {
        margin: 0px;
    }
    .header_menu_nav_desktop li:nth-last-child(2) {
        border: none;
    }
    .header_menu_nav_desktop li:first-child {
        display: flex;
    }
    .header_menu_nav_desktop li:first-child div {
        display: block;
        right: 6px;
    }
    .trp-language-switcher > div{
        background-image: none;
    }
    .header_signup_btn_wrapper {
        width: 100%;
    }
    .header_signup_btn_wrapper {
        display: inline-flex;
        width: 100%;
        padding-bottom: 16px;
    }
    .trigger_slide_mobile_content.visible {
        padding: 0px;
    }
    .header_menu_nav_desktop .container {
        padding: 0px;
        background-color: unset;
        box-shadow: unset;
        margin-top: 0px;
    }
    .mega_menu_about_content_item:last-of-type {
        margin-bottom: 0px !important;
    }
    .mega_menu_about_content {
        margin-bottom: 0px;
    }
    .header_login_btn {
        border-top: 1px solid #D9D9D9;
    }

    .header_user_logged_credits_diamonds {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 16px;
        padding-top: 10px;
    }
    .header_user_logged_diamonds_img,
    .header_user_logged_credits_img {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header_user_logged_credits_diamonds img {
        width: 18px;
        height: 18px;
    }
    .header_user_logged_diamonds_img p,
    .header_user_logged_credits_img p {
        color: #039;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .header_user_logged_credit {
        color: #666;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
    }
    .header_user_logged_name_email {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 12px;
        background: rgba(0, 51, 153, 0.08);
        padding: 16px;
        margin-bottom: 12px;
    }
    .header_user_logged_name_email h6 {
        color: #000;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .header_user_logged_name_email p {
        color: rgba(0, 0, 0, 0.70);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .header_user_logged_accept_challenge {
        margin-bottom: 16px;
    }
    .header_user_logged_accept_challenge a {
        height: 56px;
        display: flex;
        align-items: center;
        background: #039;
        color: var(--Colors-White, #FFF);
        text-align: center;
        width: 100%;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 17px;
        justify-content: center;
        border-radius: 20px;
    }
    .header_credits_btn {
        display: flex;
        padding: 11px 24px 11px 24px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border: 1px solid #039;
        border-radius: 20px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .header_credits_btn a{
        color: #039;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
    }
    .header_signout_btn {
        display: flex;
        padding: 12px 8px 12px 8px;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .header_signout_btn a {
        color: #171717;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px
    }
    .header_signin_btn {
        display: flex;
        padding: 12px 8px 12px 8px;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .header_signin_btn a {
        color: #171717;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        font-variant: all-small-caps;
        letter-spacing: 0.6px;
    }
    .header_2 .col-md-5.mobile_slide_content {
        width: 100% !important;
        max-width: 100% !important;
        height: 100vh;
    }
    .header_signup_btn {
        margin: 0px auto 4px auto;
        background: #039;
        color: #FFF;
        font-weight: 600;
        line-height: 15px;
        border: none;
    }
}
.widget-fab {
    right: 48px;
}

@media (min-width: 992px) {
       
    .mega_menu_about_content_item a{
        padding: 0px;
    }

    .mega_menu_about_content_item_content {
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
    }

    .mega_menu_about_content_item_content:hover {
        border-radius: 16px;
        background: rgba(241, 241, 241, 0.69);
        color: #039;

    }

    .mega_menu_about_content_item_content .mega_menu_about_content_item_title {
        color: #171717;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding: 16px;
        border-radius: 16px;
        transition: background 0.3s ease-in-out;
        text-align: left;
    }
    .mega_menu_desktop_content_icon {
        left: 0px;
        top: 8px;
    }
    .mega_menu_about_content p {
        color: #2F2F2F;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
    }
    .header_mega_menu .container {
       padding: 0px;
    }

}

.header-language-mobile{
    display: block;
}
.trp-language-switcher .trp-ls-shortcode-language{
    width: 60px!important;
}
.trp-language-switcher {
    width: 50px;
    height: unset !important;
    top: -3px;
}

.header-language .trp-language-switcher a img{
    height: 20px!important;
    width: 20px!important;
    border-radius: 50%!important;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
    width: 16px!important;
}

.trp_ald_modal .trp-language-switcher .trp-ls-shortcode-current-language{
    width: 100%!important;
}
@media(max-width: 991px){
    .trp-language-switcher .trp-ls-shortcode-current-language{
        width: 0px !important;
        height: 0px !important;
        padding: 0px !important;
        
    }
    .trp-ls-shortcode-language{
        top: 1px !important;
    }
}
.trp_ald_modal .trp-flag-image{
    width: 20px!important;
}

.trp_ald_ls_container {
    height: 51px;
    width: 100%;
    color: #4c6066;
    font-size: 19px;
    top: 4px;
    position: relative;
}
.trp_ald_modal{
    display: none!important;
}
#trp_ald_modal_container{
    display: none!important;
}
.trp_ald_modal .trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image{
    padding-top: 0px;
    object-fit: contain;
}
.trp_ald_modal .trp-language-switcher .trp-ls-shortcode-language {
    width: 100%!important;
}

.trp_ald_modal .trp_ald_ls_container .trp-ald-popup-select{
    display: flex;
}
.trp_ald_modal .trp-ls-shortcode-current-language.trp-ls-clicked{
    padding-left: 0px!important;
}
.trp_ald_modal .trp-ls-shortcode-current-language{
    padding-left: 0px!important;
}
.trp_ald_modal  .trp-ls-shortcode-language.trp-ls-clicked{
    padding-left: 0px!important;
}


.mobile_language_wrapper .trp-language-switcher .trp-ls-shortcode-language {
    width: 200px !important;
}













/*  FINAL CSS HEADER*/ 




