:root {
    --primary-color: #0cc0df;
    --primary-color-rgba: rgb(12, 192, 223, 0.1);
    --secondary-color: #2b2e3d;
    --banner-color: #2b2e3d;
    --light-color: #fff;
}


.site-bg-rgba {
    background-color: var(--primary-color-rgba) !important;
}

.bg-primary
{
    background-color: var(--primary-color) !important;
}

.bg-linear-gradient-primary {
    background: var(--banner-color);
}

#topnav a {
    color: var(--primary-color) !important;
    color: #fff !important;
}

#topnav .logo img {
    height: 40px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

#topnav.nav-sticky {
    background-color: var(--banner-color) !important;
}


.btn-site,
.btn-primary {

    background-color: var(--primary-color) !important;
    color: #fff !important;
    border: 0px !important;
    outline: none !important;

}

.text-primary {
    color: var(--primary-color) !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        justify-content: end;
    }
}


.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.45) 35%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}


.subcribe-form form {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.main-banner-section img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 5px solid white;
    opacity: 0.7;
    border-bottom: none;
}


@media (max-width: 991px) {
    #topnav {
        background-color: var(--banner-color);
    }
}

@media (max-width: 991px) {
    #navigation {
        background-color: var(--banner-color);
        border: 0px !important;
    }

    .sub-menu li {
        color: white !important;
    }
}


.features.feature-primary.feature-clean .icons i {
    background-color: rgba(0, 0, 0, 0.1);
}

.features.feature-primary.feature-clean .icons {
    color: var(--primary-color) !important;
}

.bg-soft-primary {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border: 0px !important;
    outline: none !important;
}

.pricing.pricing-primary .icon,
.pricing.pricing-primary .name {
    color: var(--primary-color);
}






.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
    bottom: -3rem;
    width: 35rem;
    height: 35rem;
    border-radius: 15rem;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg)
}

@media (max-width:767px) {

    .saas-feature-shape-left:after,
    .saas-feature-shape-right:after {
        bottom: -1rem;
        width: 25rem;
        height: 25rem;
        border-radius: 10rem
    }
}

.saas-feature-shape-left:after {
    left: -10rem
}

.saas-feature-shape-right:after {
    right: -10rem
}

.app-feature-shape-left:after,
.app-feature-shape-right:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
    background: var(--primary-color-rgba);
}


.btn-get-started
{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    right: 1% !important;
    top: 0 !important;
    height: 50px;
}

@media (min-width: 992px) {
    #topnav .navigation-menu>li.active>a, #topnav .navigation-menu>li:hover>a {
        color: var(--light-color) !important;
        border-bottom: 3px solid #fff;
    }
}



#typewriter {
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #fff;
  animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: white; }
}
.app-download-icon {
    width: 160px;
    margin: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.btnplaystore {
    width: 18%;
}

.btnpappstore {
    width: 16%;
}