

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
    --base-color: #3855a1;
    --medium-gray: #787875;
    --white: #ffffff;
    --concrete-gray: #d8d8d4;
    --bg-maire-yellow: #131312;
    --light-medium-gray: #cdcdc7;

    --zeus-grey: #333331;
    --page-header-font:'Bebas Neue';
    --mega-menu-banner-font: 'Bebas Neue';
    --alt-font: 'Plus Jakarta Sans', 'Poppins', cursive;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}



#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -100;
}



header .navbar-brand img {
    max-height: 40px;
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: white;
}

header.sticky.sticky-active [data-header-hover=light] .widget-text {
    color: white;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    padding: 10px 24px;
    letter-spacing: 3px;
}

.header-push-button .push-button {
    position: relative;
    display: block;
    width: unset !important;
    height: unset !important;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.alt-font {
    font-family: Poppins;
}




 .theme-demos {
     display: none;
     width: 100%;
     height: 100%;
     min-height: 100%;
     position: fixed;
     background-color: var(--white);
     right: -100%;
     top: 0;
     z-index: 1050;
     -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

.theme-demos-support {
    color: var(--dark-gray);
    font-size: 11px;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.theme-demos .buy-theme a, .theme-demos .all-demo a {
    color: var(--dark-gray);
    font-size: 11px;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.theme-demos.active {
    width: 0;
    max-height: 0;
    min-height: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, .25);
}

/* Mobile styles (full screen) */
@media (max-width: 768px) {
    .theme-demos.active {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

/* Desktop styles (lower right corner) */
@media (min-width: 769px) {
    .theme-demos {
        display: none;
        width: 100%;
        height: 100%;
        min-height: 100%;
        position: fixed;
        background-color: var(--white);
        top: 0;
        z-index: 1050;
        transition: none;
    }

    .theme-demos.active {
        position: fixed;          /* Fixes the element to the viewport */
        width: 0;               /* Set the width as needed */
        height: 0;              /* Set the height as needed */
        /* Align to the bottom of the viewport */
        right: 0;                 /* Align to the right of the viewport */
        margin: 0;                /* Remove any margin */
        transform: none;          /* Remove any transform that might shift the element */
        box-shadow: 0 0 45px 0 rgba(0, 0, 0, .25);  /* Keep the box shadow */
        top: unset;
    }

    .theme-demos .close-popup {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 99;
        cursor: pointer;

    }

}

.theme-demos section {
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 11;
    padding: 0;
    width: 100%;
    overflow-y: hidden;
    background-color: var(--very-light-gray);
}

.theme-demos .buy-theme .theme-wrapper i {
    margin-right: unset;
    font-size: 21px;
}

.theme-demos .demo-button-wrapper {
    width: auto;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    display: block;
    bottom: 250px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: 100% 0% 0;
    -ms-transform-origin: 100% 0% 0;
    transform-origin: 100% 0% 0;
    margin-right: -1px;
    display: flex;
}

.theme-demos.active .demo-button-wrapper {

    bottom: 183px;

}


.toggle-icon {
    color: var(--dark-gray);
    font-size: 11px;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 768px) {
    .theme-demos {
        display: block !important;          /* Ensure the popup is displayed */
        width: 0;             /* Full width */
        height: 0;            /* Full height */
        top: 0;                  /* Align to the top of the viewport */
        right: 0;                /* Align to the right of the viewport */
        left: 0;                 /* Align to the left of the viewport */
        bottom: 0;               /* Align to the bottom of the viewport */
        background-color: var(--white); /* Ensure background color covers full screen */
        z-index: 1050;           /* High z-index to overlay other elements */
        box-shadow: none;        /* Remove box shadow */
        transition: none;        /* Disable transition */
    }

    .theme-demos.active {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transform: none;         /* Remove any transform */
    }

    .theme-demos .close-popup {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 99;
        cursor: pointer;
    }

    @media (max-width: 1199px) {
        .support-phone-button {
            display: block !important;
            right: 0;

        }
    }
}


 .navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
     opacity: 1;
 }





 li.border-color-transparent-white:hover {
     transition: background-color 0.3s ease;
     background-color: rgba(255, 255, 255, 0.1); /* or any color you prefer */
 }

li.border-color-transparent-white a {
    color: white;
    text-decoration: none; /* Prevent underline */
}

li.border-color-transparent-white:hover a {
    color: inherit; /* Ensures the text color inherits from the li on hover */
}
@media (max-width: 991px) {
    .md-h-auto {
        min-height: 100vh;
    }
}

@media (max-width: 768px){
    .video-hero-text {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 50%;
    }
}


@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner {
        opacity: 0;
        visibility: hidden;
        overflow: visible !important;
        width: 70vw;
        height: 100vh !important;
        position: fixed;
        top: 0;
        right: -70vw;
        z-index: 1000;
        display: flex !important;
        justify-content: center;
        align-items: start;
        transition-duration: 0.75s;
        transform: translate3d(30vw, 0, 0);
        -webkit-transform: translate3d(30vw, 0, 0);
    }

}

@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-collapse {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        padding: 100px 50px;
        box-shadow: none;
        max-height: 100%;
        display: flex !important;
        justify-content: center !important;
        align-items: start;
    }

    .mobile-only {
        display: block;
    }

    .mobile-hidden {
        display: none !important;
    }
}

.hero-video-bg {
    background-color: rgba(0,0,0,0.9);
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }



    .nav-me-25px {
        margin-right: 25px;
    }
}




.nav-trox {
    font-family:  Excon-Regular,serif !important;
    color: white !important;
    font-size: 18px;
}

.screenconnect-button {
    display: block;
}

.text-light-opacity {
    color: rgba(243, 245, 251, 0.82) !important;
}

.icon-with-text-style-07 .feature-box .feature-box-title {
    font-size: clamp(4.25rem, 7vw, 6.5rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -6px !important;
    color: rgba(255, 255, 255, 0.07) !important;
    opacity: 1 !important;
}

.icon-with-text-style-07 .feature-box .feature-box-content p {
    color: rgba(243, 245, 251, 0.82) !important;
    font-size: 16px;
    line-height: 1.8;
}

.overlap-gap-section p {
    color: rgba(243, 245, 251, 0.8);
    font-size: 17px;
    line-height: 1.85;
}

.bg-dark-slate-blue .position-absolute .fs-200.md-fs-170.xs-fs-110.fw-700.opacity-1 {
    font-size: clamp(5rem, 10vw, 8.5rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -5px !important;
    color: rgba(255, 255, 255, 0.06) !important;
    opacity: 1 !important;
}

.process-step-style-01 p {
    color: rgba(243, 245, 251, 0.78) !important;
    font-size: 15px;
    line-height: 1.75;
}

.navbar .navbar-nav .dropdown .dropdown-menu a.nav-view-all-link {
	position: relative;
	color: rgba(255, 255, 255, 0.82);
	font-size: inherit;
	font-weight: 600;
}

.navbar .navbar-nav .dropdown .dropdown-menu a.nav-view-all-link::after {
	content: "\f061";
	display: inline-block;
	margin-left: 7px;
	color: var(--white);
	font-family: "Font Awesome 6 Free";
	font-size: 0.82em;
	font-weight: 900;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	vertical-align: middle;
}

.navbar .navbar-nav .dropdown .dropdown-menu a.nav-view-all-link:hover,
.navbar .navbar-nav .dropdown .dropdown-menu a.nav-view-all-link:focus {
	color: var(--white);
	font-weight: 700;
}

.navbar .navbar-nav .dropdown .dropdown-menu a.nav-view-all-link:hover::after,
.navbar .navbar-nav .dropdown .dropdown-menu a.nav-view-all-link:focus::after {
	opacity: 1;
	transform: translateX(0);
}

@media (min-width: 992px) {
    .navbar.header-dark .navbar-nav .simple-dropdown > .nav-link::after {
        content: "";
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .navbar.header-dark .navbar-nav .simple-dropdown > .dropdown-menu {
        background: rgba(24, 25, 29, 0.92);
        border-top: 2px solid var(--base-color);
        min-width: 340px;
        box-shadow: 0 35px 45px 0 rgba(0, 0, 0, 0.22);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .navbar.header-dark .navbar-nav .simple-dropdown > .dropdown-menu > li > a {
        color: rgba(255, 255, 255, 0.78);
        white-space: nowrap;
    }

    .navbar.header-dark .navbar-nav .simple-dropdown > .dropdown-menu > li > a:hover,
    .navbar.header-dark .navbar-nav .simple-dropdown > .dropdown-menu > li > a:focus {
        color: var(--white);
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.dropdown.submenu > .dropdown-toggle {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        display: block;
        padding: 10px 44px 10px 15px !important;
        text-align: left;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .navbar.header-dark .navbar-nav .nav-item.dropdown.submenu > .dropdown-toggle {
        color: var(--white);
    }

    .navbar .navbar-nav .nav-item.dropdown.submenu > .dropdown-toggle::after {
        content: "+";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: auto;
        height: auto;
        border: 0 !important;
        font-size: 24px;
        line-height: 1;
        transform: translateY(-50%);
    }

    .navbar .navbar-nav .nav-item.dropdown.submenu > .dropdown-toggle.show::after {
        content: "-";
    }

    .navbar .navbar-nav .dropdown .dropdown-menu {
        margin-top: 0;
    }

    .navbar .navbar-nav .nav-item.dropdown.submenu.mobile-submenu-open > .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .navbar .navbar-collapse.show {
        max-height: calc(100vh - 80px) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .navbar .navbar-nav .nav-item.dropdown.submenu.mobile-submenu-open > .dropdown-menu.mega-menu-lg {
        max-height: calc(100vh - 190px);
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 0 12px 96px !important;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu {
        display: block !important;
        padding: 0 !important;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        margin-bottom: 0 !important;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .col {
        margin-bottom: 8px;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li {
        padding: 0;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu a {
        display: block;
        padding: 8px 15px;
    }

    .navbar.header-dark .navbar-nav .dropdown .dropdown-menu a {
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar.header-dark .navbar-nav .dropdown .dropdown-menu li.sub-title > a {
        color: var(--white);
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu li {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu li > a {
        padding-left: 76px !important;
        padding-right: 15px !important;
    }

}
