

@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;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    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;
}

.get-support-text-div {
    min-width: 100px;
}