@font-face {
    font-family: __esbuild_b38aaf;
    src: url(/_next/static/media/14d7ce3e41dcbb66-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "__esbuild_b38aaf", sans-serif !important;
    /* font-weight: 500; */
}

.nav-item {
    position: relative;
    display: inline-block;
}

.pcicon {
    display: block;
}

@media (max-width: 900px) {
    .pcicon {
        display: none !important;
    }

    .apppb0 {
        padding-bottom: 0 !important;
    }

    .pclanguage {
        display: none !important;
    }

    .appjianju {
        margin-left: 8px !important;
    }

    .pch2 {
        display: none !important;
    }

    .apph2 {
        display: block !important;
    }

    .pcbottom {
        margin-bottom: 10px !important;
    }
}

.sizeh {
    font-size: 17px;
}

@media (min-width: 900px) {
    .pcpb0 {
        padding-bottom: 0;
    }



    .pcpb5ree {
        padding-bottom: 3rem;
    }

    .pch2 {
        display: block;
    }

    .apph2 {
        display: none;
    }

    .pcbottom {
        margin-bottom: 15px;
    }
}

.pclanguage {
    display: block;
}

.appweight {
    font-weight: 500 !important;
}

.nav-link {

    transition: color 0.2s;
    color: #fff;
    text-decoration: none;
    padding: 8px 0px;
    display: flex;
    /* margin-top: 3px; */
}

.nav-link:hover {
    color: #aa6d36;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transform: translateY(-10px);
    background: #040406;
    min-width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    border-radius: 4px;
    z-index: 100;
    min-width: 230px;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    color: #aa6d36;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: Arial, sans-serif; */
    overflow-x: hidden;
}


.main-header {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
    margin-left: 15px;
    font-size: 1.2rem;
}


.hamburger-menu {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
}


.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.fullscreen-menu.active {
    transform: translateX(0);
    
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #333;
}

.menu-logo {
    font-size: 1.2rem;
    font-weight: bold;
}

.close-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    padding: 0 10px;
}


.mobile-nav ul {
    list-style: none;
}

.menu-item {
    border-bottom: 1px solid #333;
    position: relative;
}

.menu-link {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
}


.submenu {
    display: none;
    background-color: #111;
    padding-left: 20px;
    
}

.submenu li a {
    display: block;
    padding: 12px 20px;
    color: #ccc;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.submenu li a img {
    width: 20px;
    margin-right: 5px;
}

.submenu.active {
    display: block;
}


.submenu-toggle {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    font-size: 1.2rem;
    user-select: none;
}

.has-submenu .submenu-toggle.active {
    transform: rotate(45deg);
}

.content {
    padding: 20px;
}

/* .footer-with-cta {
    background-image: url('imgs/footerbga.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.menu-link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.has-submenu>.menu-link-container {
    pointer-events: none;
    /* This allows clicks to pass through to the container */
}

.has-submenu>.menu-link-container>* {
    pointer-events: auto;
    /* But keeps the links and toggle clickable */
}
.z-100{
    z-index: 100;
}
#preloader img{
    width: 100px;
}
.c-o{
    color: #fe5202;
}
