@import url("reset.css");
@import url("global.css");
@import url("header.css");
@import url("welcome.css");
@import url("benefits.css");
@import url("parallax.css");
@import url("hexagon.css");
@import url("testimonials.css");
@import url("footer.css");
@import url("contact.css");
@import url("licencing.css");
@import url("modules.css");
@import url("company.css");
@import url("roadmap.css");

.top-banner {
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient( 45deg , #02d287, #046fd7); */
    background: #192946;
    z-index: 1000;
    color: #fff !important;
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.has-banner-top {
    margin-top: 80px;
}
.has-banner-top .header-area {
    top: 80px;
}
.has-banner-top .welcome-area .welcome-bg {
    height: calc(100vh - 80px);
}
.close-banner {
    position: fixed;
    right: 20px;
    top: 20px;
    background-color: #fff; 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 4px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.close-banner:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 991px) {
    .close-banner {
        right: 50%;
        transform: translateX(50%);
        top: 60px;
        /* width: 32px;
        height: 32px; */
    }
    .desktop-text {
        display: none;
    }
    .mobile-text {
        display: block;
    }
    .logo-connect-x {
        max-width: 160px;
        margin-left: 5px;
    }
}
    
@media (min-width: 992px) {
    .desktop-text {
        display: block;
    }
    .mobile-text {
        display: none;
    }
}

.dialog-content-layout {
    max-width: 800px;
    height: 100vh;
}

#page-region > div > div {
    margin: 0 !important;
}

.calendly-wrapper {
    background: #d9eaf9;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}