[data-bg="finance-right"] {
    background-color: #4A72D7;
}

[data-bg="finance-left"] {
    background-color: #2C478A;
}

:root {
    --header-bg: #E1E4E1;
    --text-color: #FFFFFF;
}

/*.row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

ul{
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.hidden{
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    background-color: var(--header-bg);
    height: 5rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.header-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: 10px;
}

.header-menu li {
    margin-right: 1.5rem;
}

.header-menu li:first-child {
    margin-left: 1.375rem;
}

.header-menu li a {
    text-decoration: none;
    color: var(--text-color);
}*/

.finance-menu-container {
    margin-right: auto;
    margin-left: auto;
    display: grid;
    justify-content: flex-start;
}

.finance-subheading-right {
    max-width: 1700px;
    width:100%;
    border-radius: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.finance-subheading-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 32.5rem;
    height: 2.75rem;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    padding-left: calc(3rem + 232px);
    box-sizing: border-box;
}

    .finance-subheading-left a {
        display: block;
        color: var(--text-color);
        font-size: 1.3125rem;
        line-height: 1.70;
        text-decoration: none;
    }

.finance-blue-header {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
    color: var(--text-color);
    background-color: #2C478A;
    max-width: 1700px;
    width: 100%;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    height: 2rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 520px;
}

.finance-subheading-double {
    padding-top: 30px;
    z-index: 999;
    border-bottom-left-radius: 0;
}

.finance-menu-container .hidden {
    display: none;
}



/*.hb-mobile-header {
    display: none;
}*/

@media (max-width: 1024px) {
    /* .hb-mobile-header {
        display: block;
    }

    .nav-menu {
        position: fixed;
        width: 100%;
        height: 52px;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        background: #fe0000;
    }

    #mobile-header #mobile-menu-toggle {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        position: fixed;
        left: 30px;
        top: 15px;
    }

    #mobile-header .logo {
        position: fixed;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }

    #mobile-header #mobile-search-button {
        display: block;
        position: fixed;
        right: 30px;
        top: 15px;
        text-align: center;
    }

    #mobile-header #mobile-menu-toggle i {
        font-size: 40px;
        color: #FFF;
    }

    #mobile-menu {
        position: fixed;
        top: 52px;
        left: -270px;
        right: auto;
        width: 100%;
        max-width: 270px;
        height: calc(100% - 50px);
        bottom: 0;
        z-index: 3;
        overflow-y: auto;
        background-color: #202020;
        transition: transform .34s ease, opacity .34s ease;
        opacity: 0;
    }

    #mobile-menu.active {
        transform: translateX(270px);
        opacity: 1;
    }

    .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0 0 20px 0;
    }

    .sidebar-menu li {
        background-image: linear-gradient(to bottom, #202020, #1a1a1a);
    }

    .sidebar-menu li:first-child a {
        border-top: none;
    }

    .sidebar-menu li a {
        padding: 12px 30px 12px 15px;
        display: block;
        color: #FFF;
        text-decoration: none;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

    .sidebar-menu li a img {
        padding-right: 10px;
        vertical-align: middle;
        width: 32px;
        height: 22px;
    }

    .kripto a {
        color: #000 !important;
        background-color: #FFD600 !important;
    }

    .uye-girisi a {
        background-color: #3fc277 !important;
    }

    .arrow {
        font-size: 27px;
        line-height: 0;
        position: relative;
        display: inline-block;
        margin-left: 2px;
        transform: translateY(3px);
        font-weight: 300;
        color: #fff;
    }

    .social-logo {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        text-align: center;
        margin-bottom: 20px;
    }

    .social-logo a img {
        width: 32px;
        height: 32px;
    }

    .app-logo {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        margin: 10px auto;
        padding: 0 5px;
    }

    .app-logo a img {
        width: 80px;
        height: 26px;
    }

    .overlay {
        visibility: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        z-index: 2;
        -webkit-transition: opacity 0.34s ease;
        transition: opacity .34s ease;
    }

    .overlay.active {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

    .search-container {
        position: relative;
        background-color: #850000;
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 52px auto 0 auto;
        padding: 0 16px;
        box-shadow: 0 5px 21px -7px rgba(0, 0, 0, .68);
        transition: transform .34s ease, opacity .34s ease;
        transform: translateY(0);
        opacity: 1;
    }

    .mobile-search {
        padding: 0.5rem 0.75rem;
        height: 24px;
        border-radius: 1.25rem;
        background-color: #fff;
        color: grey;
        font-size: 0.75rem;
        border: none;
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
    }

    .mobile-search-button {
        background-color: #fe0000;
        border-radius: 30px;
        border: 0;
        color: #FFF;
        padding: 4px 8px;
        margin-left: 10px;
    }

    .search-container.hidden {
        display: none;
    }
*/
    .finance-mobile-menu-container {
        display: flex;
        align-items: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding: 8px;
        background-color: #E5E5E6;
        font-family: sans-serif;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.08px;
        margin-top: 52px;
    }

    /* .mobile-menu-items a {
        display: inline-block;
        position: relative;
        padding: 11px 8px 11px 4px;
        color: #000;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .mobile-menu-items a:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 10px;
        height: 24px;
        width: 0.031rem;
        background-color: #3C3C435C;
    }

    .mobile-menu-items a.active {
        border-radius: 6px;
        border: 0.5px solid rgba(0, 0, 0, 0.04);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px 0px rgba(0, 0, 0, 0.04);
        background-color: #fff;
        padding: 8px 12px;
        font-weight: 600;
    }

    .mobile-menu-items a.active::after {
        display: none;
    }

    .mobile-menu-items a.no-separator::after {
        display: none;
    }

    .header {
        display: none;
    }*/

}

@media (min-width: 1025px) and (max-width: 1655px) {
    .finance-subheading-right {
        font-size: .8rem;
    }

    .finance-subheading-left {
        width: 12rem;
        padding-left: 15px;
    }

    .finance-blue-header {
        font-size: .8rem;
        padding-left: 12rem;
    }

   /*.header-menu li{
        margin-left: .8rem;
        margin-right: .5rem;
    }*/
    
    /*.header {
        font-size: .8rem ;
    }*/
}

@media (min-width: 1656px) and (max-width: 1758px) {
    .finance-subheading-left {
        padding-left: calc(3rem + 222px);
    }
}