  /*
===================================================
Table of Content
===================================================
1) reset css
2) global css
3) table css
4) button css
5) form css
6) keyframes css
7) header
8) hero css
9) inner-hero css
10) cureency section css
11) about section css
12) package section css
13) choose us section css
14) profit calculator section css
15) how work section css
16) testimonial section css
17) team section css
18) data section css
19) top investor section css
20) cta section css
21) payment brand section css
22) blog section css
23) blog-details-section css
24) subscribe section css
25) account section css
26) contact-wrapper css
27) dashboard section css
28) sidebar css
29) footer
*/
/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&amp;family=Exo&amp;family=Playfair+Display&amp;display=swap");

/* Avenir Black */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black-03.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* Avenir Light */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light-07.woff2") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Avenir Light Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-LightOblique-08.woff2") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Avenir Medium */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium-09.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
/*header*/
        
        body {
            overflow-x: hidden;
            text-rendering: optimizeSpeed;
        }

        /* ===== HEADER ===== */
        .main-header {
            background: #120a00 !important;
            position: sticky;
            top: 0;
            z-index: 9999;
            width: 100%;
        }

        .header-top {
            padding: 0.75rem 0;
        }

        .logo-img {
            height: 60px;
            max-width: 100%;
        }

        @media (max-width: 991px) {
            .logo-img {
                height: 50px;
            }
        }

        .header-btn-wrap,
        .header-btn-wrap-mobile {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: flex-end;
             min-width: 180px;
    min-height: 40px;
        }

        .header-btn-wrap-mobile {
            display: none;
            width: 100%;
            justify-content: space-between;
        }

        .header-btn-wrap-mobile .header-btn {
            flex: 1 1 45%;
            min-width: 130px;
        }

        .header-btn {
            border: 1px solid #916416;
            background: #916416;
            color: #fff;
            padding: 9px 20px;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            border-radius: 4px;
            transition: 0.3s;
            white-space: nowrap;
        }

        .header-btn:hover {
            border: 1px solid #916416;
            background: transparent;
            color: #fff;
            text-decoration: none;
        }

        nav.navbar:before {
            background-color: #120a00 !important;
            background-image: none !important;
        }

        .navbar-nav {
            gap: 20px;
            align-items: center;
        }

        .nav-link {
            color: #fff !important;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            padding: 1.5rem 0.8rem !important;
            transition: 0.3s;
        }

        .nav-link:hover,
        .nav-link:focus {
            color: #916416;
        }

        .nav-link.dropdown-toggle::after {
            display: none !important;
        }

        .dropdown-menu {
            display: none;
            background: #120a00 !important;
            border: none;
            width: 230px;
            min-width: 230px;
            font-size: 14px !important;
            padding: 0;
            margin: 0 !important;
            border-radius: 4px;
            overflow: visible;
            position: relative;
        }

        /* Only Crystal Gazing menu width */
        .crystal-gazing-menu, .mid-year-menu {
            width: 200px !important;
            min-width: 200px !important;
        }

@media (max-width: 768px) {
    .dropdown-menu {
        width: 100% !important;
        min-width: 100% !important;
    }

    .crystal-gazing-menu, .mid-year-menu {
        width: 100% !important;
        min-width: 100% !important;
    }
}


        .dropdown:hover>.dropdown-menu {
            display: block;
        }

        .dropdown-item {
            color: #fff !important;
            padding: 0.9rem 1.1rem !important;
            white-space: normal;
            display: block;
            line-height: 1.5;
            text-transform: none;
            position: relative;
        }

        .dropdown-menu .dropdown-item {
            white-space: normal;
            /* allow text wrap */
            word-wrap: break-word;
            line-height: 1.5;
            padding: 10px 15px;
            text-transform: uppercase !important;
        }

        .dropdown-item:hover {
            background: rgba(145, 100, 22, 0.18) !important;
            color: #fff !important;
        }

        .dropdown-item.dropdown-toggle:hover {
            background: rgba(145, 100, 22, 0.28) !important;
            color: #fff !important;
        }

        /* submenu indicator for items that have nested menus */
        .dropdown-submenu > .dropdown-item::after {
            content: '›';
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1rem;
            color: currentColor;
            opacity: 0.85;
        }

        /* show a down caret for top-level nav links that open a dropdown on large screens */
        .navbar-nav > .nav-item.dropdown > .nav-link::after {
            content: '▾';
            margin-left: 0.4rem;
            font-size: 0.9rem;
            vertical-align: middle;
            color: rgba(255,255,255,0.85);
        }

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu>.dropdown-menu {
            position: absolute;
            top: 0;
            left: calc(100% + 0px);
            min-width: 260px;
            margin-left: 0;
            display: none;
            z-index: 1000;
            border-radius: 4px;
            background: #120a00 !important;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
        }

@media (max-width: 768px) {
.dropdown-submenu>.dropdown-menu {
            top: auto !important;
            left: auto !important;
}
}
            
        a.nav-link.dropdown-toggle,
        a.nav-link.dropdown-toggle:hover {
            color: #fff;
        }

        .dropdown-submenu:hover>.dropdown-menu {
            display: block;
        }

        .dropdown:hover>.dropdown-menu>.dropdown-submenu {
            position: relative;
        }

        .search-icon {
            color: #fff;
            cursor: pointer;
            font-size: 1rem;
        }

        .search-icon:hover {
            color: #916416;
        }

        .search-modal .modal-dialog {
            max-width: 700px;
            margin: 5rem auto;
        }

        .search-modal .modal-content {
            background: rgba(0, 0, 0, 0.92);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 10px;
            box-shadow: 0 20px 65px rgba(0, 0, 0, 0.55);
        }

        .search-modal .modal-header {
            border-bottom: none;
            padding: 1.2rem 1.5rem 0;
        }

        .search-modal .btn-close {
            filter: invert(1);
            opacity: 0.8;
        }

        .search-modal .modal-body {
            padding: 1.5rem 1.5rem 2rem;
        }

        .search-input {
            width: 100%;
            border-radius: 6px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            background: rgba(145, 100, 22, 0.18);
            color: #fff;
            padding: 1rem 1.2rem;
            font-size: 1rem;
        }

        .search-input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .search-submit {
            min-width: 140px;
            border-radius: 6px;
            border: 1px solid #916416;
            background: #916416;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            padding: 0.95rem 1.25rem;
        }

        .search-submit:hover {
            background: transparent;
            color: #fff;
            border-color: #fff;
        }

        .navbar-toggler {
            border: 1px solid rgba(255, 255, 255, 0.25) !important;
            background: rgba(255, 255, 255, 0.08) !important;
            color: #fff !important;
            padding: 0.25rem 0.5rem !important;
            z-index: 10001 !important;
        }

        .navbar-toggler-icon,
        .navbar-toggler.collapsed .navbar-toggler-icon,
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon,
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
        .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
            display: inline-block !important;
            width: 1.5rem !important;
            height: 1.5rem !important;
            background-color: transparent !important;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23ffffff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 100% 100% !important;
            border: none !important;
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 6L24 24M24 6L6 24"/></svg>') !important;
        }

        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
            display: none !important;
            content: none !important;
        }

        .navbar-collapse {
            background: transparent;
        }

        @media (max-width: 991px) {
            .header-top {
                padding: 0.75rem 0 0.5rem;
            }

            .header-btn-wrap {
                display: none;
            }

            .header-btn-wrap-mobile {
                display: flex;
                flex-direction: column;
                gap: 10px;
                width: 100%;
                margin-top: 1rem;
            }

            .header-btn-wrap-mobile .header-btn {
                /* width: 100%; */
                text-align: center;
                margin: 0;
            }

            .navbar-collapse {
                background: #120a00;
                margin-top: 10px;
                padding: 15px;
                border-radius: 8px;
                /*height: 100vh;*/
                max-height: calc(100vh - 110px);
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
                -ms-overflow-style: none; /* IE and Edge */
                scrollbar-width: none; /* Firefox */
            }

            .navbar-collapse::-webkit-scrollbar {
                width: 0;
                height: 0;
            }

            .header-btn-wrap-mobile {
                display: flex;
                gap: 10px;
                width: 100%;
                justify-content: space-between;
            }

            .header-btn-wrap-mobile .header-btn {
                flex: 1 1 auto;
                min-width: 130px;
                font-size: 12px;
                padding: 9px 12px;
            }

            .navbar-nav {
                flex-direction: column;
                gap: 0;
                width: 100%;
            }

            .nav-item {
                width: 100%;
            }

            .nav-link {
                display: block;
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                padding: 0.9rem 0;
            }

            .dropdown-menu {
                position: static;
                display: none;
                background: transparent;
                box-shadow: none;
                border: none;
                padding: 0;
            }

            .dropdown.show>.dropdown-menu,
            .dropdown-menu.show {
                display: block !important;
            }

            .dropdown:hover .dropdown-menu {
                display: none;
            }

            .dropdown .dropdown-menu {
                padding-left: 0;
            }

            .dropdown-submenu {
                position: static;
                background: transparent;
                /* border-left: 2px solid #916416; */
            }

            .dropdown-submenu > .dropdown-item {
                position: relative;
                padding-right: 2.4rem !important;
            }

            /* show + for closed submenu and - when open on mobile */
            .dropdown-submenu > .dropdown-item::after {
                content: '+';
                position: absolute;
                right: 1.1rem;
                top: 50%;
                transform: translateY(-50%);
                color: #fff;
                font-size: 1.1rem;
                line-height: 1;
            }

            .dropdown-submenu.show > .dropdown-item::after,
            .dropdown-submenu > .dropdown-item[aria-expanded="true"]::after {
                content: '−';
            }

            /* top-level dropdown toggles: show + / − on mobile */
            .nav-link.dropdown-toggle {
                position: relative;
                padding-right: 2.4rem !important;
            }

            .nav-item.dropdown > .nav-link.dropdown-toggle::after {
                display: block !important;
                content: '+';
                position: absolute;
                right: 1rem;
                top: 50%;
                transform: translateY(-50%);
                color: #fff;
                font-size: 1.1rem;
                line-height: 1;
            }

            .nav-item.dropdown.show > .nav-link.dropdown-toggle::after,
            .nav-item.dropdown > .nav-link.dropdown-toggle[aria-expanded="true"]::after {
                content: '−';
            }

            .dropdown-item {
                padding: 0.8rem 1.2rem !important;
                font-size: 13px;
                white-space: normal;
            }

            .search-wrap {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .header-btn-wrap-mobile.d-flex {
                flex-direction: row;
            }
        }
