:root {
    --color-blue: #05acf9;
    --scroll-progress-width: 0%;
}
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.scroll-progress div {
    width: var(--scroll-progress-width);
    height: 4px;
    background: var(--color-blue);
}

html {
    width: 100% !important;
    height: 100% !important;
}

body {
    height: 100%;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

#landing {
    width: 100%;
    height: auto;
    padding: 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.gradient {
    width: 100%;
    height: auto;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(25, 86, 247, 1) 0%, rgba(7, 200, 240, 1) 100%);
}

.page-header {
    margin-top: 0rem;
    font-size: 1.25rem;
    color: #fff;
}

.intro {
    color: #fff;
}

.intro ul {
    padding-left: 2rem;
    list-style-type: none;
}

.intro ul li {
    padding-left: 2rem;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.icon {
    color: #fff;
    height: 5rem;
    width: 5rem;
    font-size: 1.75rem;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-title.center {
    padding: 30px 0;
}

.section-title h2,
.section-title.center h2 {
    margin-bottom: 30px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: fixed;
}

.progress-container {
    background-color: transparent;
    height: 10px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0em;
    display: block;
}

.progress-bar {
    background-color: #2196f3;
    /*height: inherit;*/
    height: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

/* Navigation Bar*/
.navbar-custom {
    padding: 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: #333;
    text-transform: uppercase;
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    color: #4D90FE;
}

.navbar-custom .navbar-brand i.fa {
    font-weight: 600;
    color: #4D90FE;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #4D90FE;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #4D90FE;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/*--- Footer ---*/
#footer {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

#footer a {
    color: #fff;
}

#footer a:hover,
a:focus {
    color: #4D90FE;
}

#footer p {
    font-size: 13px;
    margin-top: 10px;
}
.text-sm {
    font-size: .975rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-electric-ideas-dark {
    --tw-text-opacity: 1;
    color: white;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.border-electric-ideas-dark {
    --tw-border-opacity: 1;
    border-color: white;
}
.border-2 {
    border-width: 2px;
}
.rounded-full {
    border-radius: 9999px;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.gap-3 {
    gap: 0.75rem;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}


a {
    color: inherit;
    text-decoration: inherit;
}