* {
    font-family: Poppins, sans-serif
}

body {
    background-color: #121212
}

body::-webkit-scrollbar {
    width: 7px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #212529
}

.bg-body-color {
    background-color: #16181b
}

.bg-footer-color {
    background-color: #111213
}

.bg-dark {
    background-color: #1f1f1f !important
}

.bg-accent {
    background-color: #0ead8f
}

.bg-brand {
    background-color: #5da791
}

.letter-spacing-bold {
    letter-spacing: .5px
}

.hero-section {
    position: relative;
    overflow: hidden
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1
}

#particles-js canvas {
    z-index: -1
}

#particles-js-inside {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center
}

.hero-section .container .row {
    height: 100%
}

.hero-section img {
    max-width: 100%;
    height: auto
}

.hero-section h2 {
    font-size: 2.5rem
}

.navbar .navbar-brand {
    color: #fff !important;
    display: flex;
    align-items: center
}

.navbar {
    background-color: #121212
}

.logo-text {
    line-height: 1
}

.logo-text strong {
    font-size: 1.25rem
}

.logo-text small {
    font-size: .75rem;
    color: #bbb
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500
}

.navbar-brand {
    letter-spacing: 2px
}

.nav-link-hover {
    text-decoration: none;
    display: inline-block;
    position: relative
}

.nav-link-hover:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.nav-link-hover:hover:after {
    width: 100%;
    left: 0
}

.bg-navbar {
    background-color: rgb(28, 32, 32, 0)
}

.section-top-margin {
    margin-top: 100px
}

.section-bottom-margin {
    margin-bottom: 100px
}

.section-top-padding {
    padding-top: 100px
}

.section-bottom-padding {
    padding-bottom: 100px
}

.home-top-padding {
    padding-top: 150px
}

.home-video {
    text-align: center;
    border-radius: 5px;
    position: relative
}

.home-video img {
    border-radius: 5px
}

.home-video .video-btn {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 35px;
    text-align: center;
    line-height: 85px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    background-color: red;
    border-radius: 50%;
    color: #fff
}

.circle:after, .circle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid red;
    border-radius: 50%
}

.circle:before {
    animation: ripple 2s linear infinite
}

.circle:after {
    animation: ripple 2s linear 1s infinite
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.3);
        opacity: 1
    }
    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-20px)
    }
    100% {
        transform: translatey(0)
    }
}

@keyframes float {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-20px)
    }
    100% {
        transform: translatey(0)
    }
}

:root {
    --plyr-color-main: #1ac266
}

.list-group-item.active {
    color: #fff;
    background-color: #1ac266;
    border-color: #1ac266
}

.list-group-item {
    color: #fff;
    background-color: #1a1e21;
    border: 1px solid rgba(255, 255, 255, .2)
}

.list-group-item p:before {
    content: "> "
}

.list-group-item small {
    color: #9a9a9a
}

.list-group-item.active small {
    color: #e2e2e2;
    font-style: italic
}

@media only screen and (max-width: 768px) {
    .home-video .video-btn {
        width: 65px;
        height: 65px;
        font-size: 25px;
        line-height: 65px
    }
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #202020
}

.copyright a, .copyright span {
    color: #878787;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.copyright a:hover {
    color: #007bff
}

.bg-green-accent {
    background-color: #03a84e
}

@media (min-width: 768px) {
    .fs-md-2 {
        font-size: calc(1.325rem + .9vw) !important
    }

    .fs-md-5 {
        font-size: 1.25rem !important
    }
}

@media (min-width: 992px) {
    .fs-lg-2 {
        font-size: calc(1.325rem + .9vw) !important
    }
}
