#header.header-scrolled, #header.header-inner-pages {
    background: #6a37e8;
    padding: 12px 0;
}

a {
    color: inherit;
}

.counts {
    background: linear-gradient(90deg, rgba(88, 70, 249, 1) 0%, rgba(123, 39, 216, 1) 100%), url("../img/counts-bg.png") center center no-repeat;
}

/* Typed Start */
.typewriter {
    display: inline;
    border-right: 0.15em solid #fff;
    animation: typing 4s steps(30, end), blink-caret 0.5s step-end infinite;
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #fff;
    }
}

/* Typed End */

/* Scrool Start */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #6a37e8;
}

::-webkit-scrollbar-thumb:hover {
    background: #6a37e8;
}

/* Scrool End */
@media (max-width: 575px), (max-height: 600px) {
    #hero {
      height: 100vh;
    }
  }
