html, body {
    position: relative;
    height: 100%;
    background-color: #212427;
    color: #fff;
    font-size: 16px;
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-weight: bolder;
}

strong {
    font-weight: 900;
}

a {
    color: #e49b43;
}

a > img {
    margin-right: 12px;
}

img {
    max-width: 100%;
}

section {
    position: relative;
    /*padding: 96px 0;*/
}

p {
    color: #afb1b6;
}

footer {
    background-color: #171a1c;
    padding: 24px 0;
}

hr {
    border-color: #8e4d4c;
}

.lh-0 {
    line-height: 0;
}

/** Text **/
.text-xsm {
    font-size: 12px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-md {
    font-size: 18px !important;
}

.text-lg {
    font-size: 24px !important;
}

.text-xlg {
    font-size: 32px !important;
}

.text-light {
    color: #afb1b6 !important;
}

/** Images **/
.image-sm {
    width: 60px;
    height: 60px;
}

.image-md {
    width: 120px;
    height: 120px;
}

.image-lg {
    width: 160px;
    height: 160px;
}

/** Nav **/
.nav {
    margin-right: 16px;
}

.navbar-collapse {
    flex-basis: auto !important;
}

.navbar {
    position: absolute;
    width: 100%;
    color: #fff;
    background-color: #212427;
    padding-top: 12px;
    padding-bottom: 0;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    border-radius: 0;
    box-shadow: none;
    z-index: 2;
}

.navbar .navbar-brand {
    font-weight: bold;
    color: inherit;
}

.navbar .navbar-brand:hover {
    color: #f0f0f0;
}

.navbar .navbar-collapse span {
    margin-top: 5px;
}

.navbar .navbar-collapse span .login {
    color: #d9d9d9;
    margin-right: .5rem;
    text-decoration: none;
}

.navbar .navbar-toggler {
    border-color: #747474;
}

.navbar .navbar-toggler:hover, .navbar-toggler:focus {
    background: none;
    box-shadow: none;
}

.navbar .navbar-toggler {
    color: #eee;
}

@media (min-width: 992px) {
    .navbar.navbar .navbar-nav .nav-link {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.navbar .nav-link {
    position: relative;
    color: #afb1b6;
    text-transform: uppercase;
}

.navbar .nav-link:focus, .nav-link:hover, .nav-link--active {
    color: #fff !important;
}

.navbar .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 2px;
}

.navbar .dropdown-item:focus, .dropdown-item {
    line-height: 2;
    font-size: 14px;
    color: #37434d;
}

.navbar .dropdown-item:focus, .drodown-item:hover {
    background: #ebeff1;
}

.navbar .action-button, .navbar .action-button:active {
    background: #208f8f;
    border-radius: 20px;
    font-size: inherit;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: .5rem .8rem;
    transition: background-color 0.25s;
}

.navbar .action-button:hover {
    background: #269d9d;
}

.navbar .form-inline label {
    color: #ccc;
}

.navbar .form-inline .search-field {
    display: inline-block;
    width: 80%;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    transition: border-bottom-color 0.3s;
}

.navbar .form-inline .search-field:focus {
    border-bottom: 1px solid #ccc;
}

.navbar .logo-text {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 12px;
    margin-bottom: 0;
}

/** Hero **/
.hero {
    min-height: 100vh;
    padding-top: 96px;
}

@media (max-width: 768px) {
    .hero {
        padding-bottom: 32px;
    }
}

.hero .hero-info {
    margin-top: 0;
}

@media (min-width: 992px) {
    .hero .hero-info {
        margin-top: 96px;
    }
}

.hero .hero-title {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .hero .hero-title {
        font-size: 56px;
    }
}

.hero .hero-info__hint {
    font-size: 14px;
    letter-spacing: 0.095em;
    margin-top: 16px;
}

.hero .hero-image {
    position: absolute;
    max-width: 100%;
}

@media (max-width: 992px) {
    .hero .hero-image {
        opacity: 0.4;
        z-index: -1;
    }
}

.hero__shape {
    display: none;
}

@media (min-width: 992px) {
    .hero__shape {
        display: block;
        position: absolute;
        bottom: -1px;
        opacity: 0.54;
        z-index: -1;
    }
}

/** Button **/
.btn {
    color: #fff;
    border: 1px solid #0a1527;
    padding: 12px 16px;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none !important;
    box-shadow: none;
}

.btn:hover, .btn:hover, .btn:active, .btn:focus {
    outline: none;
    border-color: #fff;
}

.btn-primary {
    background-color: rgb(182 3 41);
    border-color: rgb(182 3 41);
    box-shadow: 6px 6px 0 rgb(17 19 21);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: rgb(142, 5, 8) !important;
    border-color: rgb(142, 5, 8) !important;
}

.btn-dark {
    background-color: #2f3437;
    border-color: #2f3437;
    box-shadow: 6px 6px 0 rgb(17 19 21);
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    background-color: #24272a !important;
    border-color: #24272a !important;
}

/** Section **/
.sections > section {
    z-index: 1;
}

.sections > section:not(:first-child) {
    background: #15181a;
}

@media (min-width: 992px) {
    .section-bg-blocks__left:before,
    .section-bg-blocks__right:after,
    .section-bg-world__left:before {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 313px;
        height: 100%;
    }

    .section-bg-blocks__left:before {
        left: 0;
        bottom: 32px;
        background: url(../assets/images/blocks.svg);
        max-height: 468px;
    }

    .section-bg-blocks__right:after {
        right: 0;
        top: 140px;
        background: url(../assets/images/blocks-right.svg);
        max-height: 523px;
    }

    .section-bg-world__left:before {
        left: 0;
        background: url(../assets/images/world.svg);
        max-width: 100%;
        max-height: 760px;
        background-size: cover;
        opacity: 0.35;
    }
}

.section-curved__top:before {
    content: '';
    position: absolute;
    top: -50px;
    width: 100%;
    height: 80px;
    background: url(../assets/images/shape-curved-top.svg);
    z-index: -1;
}

.section-curved__bottom:after {
    content: '';
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 80px;
    background: url(../assets/images/shape-curved-bottom.svg);
    z-index: -1;
}

/** Headline **/
.headline {
    position: relative;
    padding: 0 32px;
}

.headline > h1 {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 76px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .headline > h1 {
        font-size: 36px;
    }
}

.headline > img {
    width: 100%;
    height: 156px;
    position: absolute;
    top: -36px;
    left: -4px;
    z-index: -1;
}

.headline-text {
    font-weight: 600;
    text-align: center;
    max-width: 768px;
    margin-top: 32px;
}

/** Card **/
.card {
    position: relative;
    background-color: rgb(255 255 255 / 3%);
    border: none;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

.card {
    text-decoration: none;
}

.card:before {
    content: "";
    position: absolute;
    background: linear-gradient(134deg,#9b111e 45%,#0a0202 45%);
    top: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
    right: -0.25rem;
    opacity: 0;
    z-index: -1;
    -webkit-filter: blur(96px);
    filter: blur(96px);
}

.card:hover, .card:focus {
    overflow: visible;
}

.card:hover:before, .card:focus:before {
    opacity: 0.6;
}

.card-body {
    color: #fff;
    padding: 28px;
}

.card-body p {
    font-size: 14px;
}

.card-image {
    margin: 32px 0;
}

/** Box **/
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #111315;
    box-shadow: 6px 6px 0 rgb(17 19 21);
}

/** List **/
.list {
}

.list-item:not(:last-child) {
    margin-bottom: 20px;
}

/** Backgrounds **/
.bg-secondary {
    background: #222427 !important;
}

.bg-skewed {
    display: inline;
    position: relative;
    padding: 8px 24px;
}

.bg-skewed:before {
    content: '';
    background: linear-gradient(90deg,#fcb644 0%,#a50a1d 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -2px;
    transform: skew(-24deg, 0);
    transform-origin: left;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    border-radius: .625rem;
    box-shadow: 6px 6px 0 rgb(17 19 21);
}

.bg-skewed-success:before {
    background: rgb(87, 174, 6);
}

.bg-skewed-dark:before {
    background: #2f3437;
}

/** Container **/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
}

@media (min-width: 768px) {
    .container, .container-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.container-alt {
    padding-top: 96px;
    padding-bottom: 96px;
}

@media (max-width: 992px) {
    .container-alt {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

/** Social **/
.social {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 40%;
    left: 60px;
    z-index: 2;
}

.social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 6px 0;
    box-shadow: 2px 2px 0 rgb(17 19 21);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.social-item > img {
    margin-right: 0;
}

.social-item:hover {
    background-color: #15181a;
}

@media (max-width: 1520px) {
    .social {
        display: none;
    }
}

/** Full page **/
#fp-nav.fp-right {
    right: 8px;
}
