
    .header-new {
        padding: 0 !important;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        transition: all ease-in-out 0.5s;
        z-index: 1000;
    }
    .header-new {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-new .bg-body-tertiary {
        border-radius: 12px;
        border: 0.5px solid #FFF;
        background: #18150c;
        max-width: 1300px;
        margin-top: 15px;
        width: 100%;
        transition: all ease-in-out .2s;
    }
    .header-new .navbar-brand h1 {
        color: #F0B90B;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        position: relative;
        z-index: 100;
        margin-bottom: 0;
    }
    .header-new .navbar-nav .dropdown {
        line-height: 22px;
        /* display: contents; */
    }
    .header-new .navbar-nav .dropdown button {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        margin: 0 16px;
        color: #fff;
        padding: 0 !important;
        background-color: transparent;
        border: none;
        outline: none;
        box-shadow: none;
    }
    .header-new .nav-link {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        margin: 0 16px;
        color: #fff;
        padding: 0 !important;
    }
    .header-new .nav-link.active{
        color: #fff;
    }
    .sign-help {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .play-icon {
        background-color: transparent;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0 6px;
    }
    .play-icon img {
        height: 32px;
        width: auto;
    }
    .header-new .navbar-nav .dropdown button.dropdown-toggle::after {
        margin-top: 9%;
        position: absolute;
        right: 3%;
        top: 0;
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        transform: rotate(0deg);
        height: auto;
        width: auto;
    }
    .header-new .navbar  .dropdown-menu {
        border: 0.4px solid #F0B90B !important;
        background-color: #101010;
        margin-top: 1rem !important;
        position: absolute;
        border-radius: 0.375rem;
    }
    .header-new .navbar .dropdown-menu .dropdown-item {
        padding: 8px 14px;
        color: #fff;
        text-align: left;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-bottom: 0.4px solid #5c5b5b;
    }
    .header-new .navbar .dropdown-menu .dropdown-item:hover,.header-new .navbar .dropdown-menu .dropdown-item:focus, .header-new .navbar .dropdown-menu .dropdown-item:active{
        background-color: #F0B90B;
    }
    .header-new .navbar .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }
    .head-btn {
        border-radius: 8px;
        background-color: #000;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #fff !important;
        border-color: #000;
        box-shadow: none;
        outline: none;
        border: none;
    }
    .header-new.darker-header {
        padding: 0;
        background-color: #000;
        border-bottom: 1px solid #f0b90b;
    }
    .header-new.darker-header .bg-body-tertiary {
        border-radius: 0;
        border: none;
        background: #18150c;
        max-width: 100%;
        margin-top: 0;
    }
    .toggle-btn {
        display: none;
    }
    .header-new .padding-0{
        padding: 0 !important;
    }
    @media (max-width: 1320px) {
        .header-new .bg-body-tertiary {
            max-width: 90%;
        }
        .header-new .navbar-nav .dropdown button {
            margin: 0 12px;
        }
        .header-new .nav-link {
            font-size: 14px;
            margin: 0 10px;
        }
    }
    @media (max-width: 1200px) {
        .header-new .navbar-brand h1 {
            font-size: 30px;
        }
    }
    @media (max-width: 991.3px) {
        .header-new .navbar-brand h1 {
            font-size: 20px !important;
            margin-bottom: 0 !important;
        }
        .header-new .navbar-brand img {
            height: 24px !important;
        }
        .header-new .navbar-collapse {
            position: absolute;
            top: 65px;
            background-color:rgba(0, 0, 0, 0.75) !important;
            border: 1px solid #ffd600;
            left: auto;
            right: 9px;
            padding: 14px;
            border-radius: 12px;
            max-width: 230px;
            min-width: 230px;
            backdrop-filter: blur(40px);
            -webkit-backdrop-filter: blur(40px);
        }
        .header-new .navbar-collapse .navbar-nav {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
        .header-new .navbar-nav .dropdown {
            border-bottom: 0.4px solid #5c5b5b;
            /* padding: 10px 0; */
        }
        .header-new .navbar-nav .dropdown button {
            padding: 8px 0px !important;
            margin: 0;
            width: 100%;
            text-align: left;
            font-weight: 400;
            color: #c1bebe;
        }
        .header-new .navbar-collapse .nav-link {
            border-bottom: 0.4px solid #5c5b5b;
            color: #c1bebe;
        }
        .header-new .nav-link {
            font-size: 14px;
            padding: 8px 0px !important;
            margin: 0;
            font-weight: 400;
        }
        .toggle-btn {
            display: block;
            background-color: #F0B90B;
            padding: 4px 7px;
            box-shadow: none !important;
            outline: none !important;
            border-radius: 0.375rem;
            transition: 0.16 ease-in-out;
            width: 36px;
            height: 31px;
            line-height: 22px;
            border: none;
        }
        .header-new .navbar-nav .dropdown-menu {
            background-color: transparent;
            border: none !important;
            margin-top: 0 !important;
            padding-bottom: 0;
            padding-top: 0;
            margin-bottom: 0;
            position: relative;
        }
        .header-new .navbar-nav .dropdown-menu .dropdown-item {
            padding: 8px 5px !important;
            border-bottom: none;
            font-weight: 500;
            color: #fff;
        }
        .header-new .navbar-nav .dropdown button:hover, .header-new .navbar-nav .show.dropdown button {
            color: #fff;
            font-weight: 500;
        }
        .logout-icon {
            height: 32px;
        }
        .head-btn, .sign-help .head-btn {
            padding: 4px 10px;
            font-size: 14px;
            line-height: 20px;
        }
        .header-new .padding-0 {
            padding: 0 !important;
        }
        
    }
    @media (max-width:768px){
        .play-icon {
            padding: 0 4px;
        }
        .play-icon img {
            height: 22px;
        }
    }
    @media (max-width: 425px) {
        .head-btn, .sign-help .head-btn, .header-new .nav-link, .header-new .navbar-brand h1, .header-new .navbar-nav .show.dropdown .dropdown-menu .dropdown-item {
            font-size: 10px !important;
        }
        .header-new .navbar-nav .dropdown button {
            font-size: 10px;
        }
        .sign-help {
            gap: 6px;
        }
        .toggle-btn {
            width: 22px;
            height: 22px;
            line-height: 18px;
            padding: 2px;
            margin-left: 4px;
        }
    }

    .footer-merlin {
        padding: 40px 0 10px;
    }
    .footer-merlin .inner-footer {
        border-top: 1px solid rgba(240, 185, 11, 0.4);
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }   
    .footer-merlin p.copyright-line {
        color: #9e9797;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer-merlin .social-box a {
        display: inline-block;
        margin-left: 10px;
    }
    .footer-merlin .social-box a img {
        height: 42px;
        width: 42px;
    }
    @media (max-width:768px){
    .footer-merlin .social-box a img {
        height: 30px;
        width: 30px;
    }
}