@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display&family=Syne:wght@400;500;600;700&family=Work+Sans:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display&family=Syne:wght@400;500;600;700&family=Work+Sans:wght@400;500&display=swap");

h1 {
    font: 600 64px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h1 {
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font: 600 64px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h2 {
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font: 600 48px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h3 {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font: 700 32px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    h4 {
        font-size: 20px;
    }
}

p {
    font: 500 14px/1.2 "Work Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.btn-main {
    font: 400 24px/1.2 "Syne", sans-serif;
    color: #FFFFFF;
    padding: 19px 106px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .btn-main {
        font-size: 20px;
        padding: 15px 60px;
        border-radius: 40px;
    }
}

.btn-main:hover {
    color: #060509;
    background-color: #FFFFFF;
}

h1 {
    font: 600 64px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h1 {
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font: 600 64px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h2 {
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font: 600 48px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h3 {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font: 700 32px/1.2 "Syne", sans-serif;
}

@media (max-width: 1199.98px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    h4 {
        font-size: 20px;
    }
}

p {
    font: 500 14px/1.2 "Work Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.btn-main {
    font: 400 24px/1.2 "Syne", sans-serif;
    color: #FFFFFF;
    padding: 19px 106px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .btn-main {
        font-size: 20px;
        padding: 15px 60px;
        border-radius: 40px;
    }
}

.btn-main:hover {
    color: #060509;
    background-color: #FFFFFF;
}

* {
    transition: 0.15s all ease-in-out;
}

body {
    overflow-x: hidden;
    background-color: #09051D;
}

@media (min-width: 1199.98px) {
    .container {
        padding: 0;
    }
}

@media (min-width: 991.98px) {
    .container {
        max-width: 1160px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding: 0 15px;
    }
}

main {
    overflow: hidden;
}

.rellax {
    transition: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

@media (max-width: 991.98px) {
    header {
        position: fixed;
    }
}

header .navbar {
    padding: 24px 0;
    background-color: rgba(6, 5, 9, 0.6);
    backdrop-filter: blur(5px);
}

header .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    header .navbar .container {
        flex-wrap: wrap;
    }
}

header .navbar .navbar-brand {
    padding: 0;
    font-size: 12px;
}

header .navbar .navbar-brand img {
    max-width: 185px;
}

header .navbar .navbar-nav {
    align-items: center;
}

@media (max-width: 991.98px) {
    header .navbar .navbar-nav {
        text-align: center;
        padding: 50px 0 30px;
    }
}

header .navbar .nav-item {
    margin-left: 65px;
}

@media (max-width: 1199.98px) {
    header .navbar .nav-item {
        margin-left: 50px;
    }
}

header .navbar .socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: max-content;
}

header .navbar .socials .item {
    margin: 0 6px;
}

header .navbar .socials .item:hover {
    transform: scale(1.1);
}

header .navbar .socials .item img {
    width: 24px;
}

@media (max-width: 991.98px) {
    header .navbar .nav-item {
        margin-left: 0;
    }

    header .navbar .socials {
        margin: 0 auto 30px;
    }
}

@media (max-width: 991.98px) {
    header .navbar .nav-item:not(:last-child) .nav-link {
        margin-bottom: 20px;
    }
}

header .navbar .nav-item.button .btn-play {
    font: 600 16px/1.1 "Syne", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 8px 24px;
    color: #FFFFFF;
    border-radius: 20px;
    text-decoration: none;
    background: linear-gradient(90.41deg, #BD62F9 0.35%, #4113EA 101.68%);
}

@media (max-width: 991.98px) {
    header .navbar .nav-item.button .btn-play {
        margin: 0 auto;
    }
}

header .navbar .nav-item .nav-link {
    font: 400 16px/1.35 "Red Hat Display", sans-serif;
    color: #FFFFFF;
    padding: 0;
}

@media (max-width: 991.98px) {
    header .navbar .nav-item .nav-link {
        font-size: 20px;
    }
}

header .navbar .navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

header .navbar .navbar-toggler.collapsed {
    background-color: transparent;
}

header .navbar .navbar-toggler.collapsed span.icon-bar {
    background-color: #FFFFFF;
}

header .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

header .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transform: translateX(0);
}

header .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

header .navbar .navbar-toggler span.icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 0 5px;
    background-color: #FFFFFF;
    transition: opacity, transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

header .navbar .navbar-toggler span.icon-bar:last-child {
    margin: 0;
}

header .navbar .navbar-collapse {
    width: 100%;
    max-width: max-content;
}

@media (max-width: 991.98px) {
    header .navbar .navbar-collapse {
        max-width: 100%;
    }
}

.hero-section {
    position: relative;
    text-align: center;
    padding-top: 72px;
}

.hero-section .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.hero-section .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
}

.hero-section .cards-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .cards-image img {
    width: 100%;
    max-width: 1200px;
}

.hero-section .container {
    position: relative;
}

.hero-section .col-12 {
    color: #FFFFFF;
    padding: 320px 15px;
}

@media (max-width: 991.98px) {
    .hero-section .col-12 {
        padding: 240px 15px;
    }
}

@media (max-width: 767.98px) {
    .hero-section .col-12 {
        padding: 180px 15px;
    }
}

.hero-section .col-12 > * {
    position: relative;
    z-index: 2;
}

.hero-section .col-12 h3 span {
    font-size: 80px;
}

.hero-section .col-12 .built {
    padding: 8px 48px;
    border-radius: 48px;
    max-width: max-content;
    margin: 24px auto 0;
    text-align: center;
    background-color: rgba(14, 0, 55, 0.8);
}

@media (max-width: 767.98px) {
    .hero-section .col-12 .built {
        padding: 16px 32px;
        border-radius: 32px;
    }
}

.hero-section .col-12 .built h5 {
    font: 600 20px/1.2 "Syne", sans-serif;
}

@media (max-width: 767.98px) {
    .hero-section .col-12 .built h5 {
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }
}

.hero-section .col-12 .built h5 span {
    margin: 0 12px;
}

@media (max-width: 767.98px) {
    .hero-section .col-12 .built h5 span {
        margin: 0 0 8px;
    }
}

.hero-section .col-12 .built h5 span:first-child {
    margin-left: 0;
}

.hero-section .col-12 .built h5 span:last-child {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .hero-section .col-12 .built h5 span:last-child {
        margin: 0;
    }
}

.hero-section .col-12 a {
    margin-top: 32px;
}

@media (max-width: 1199.98px) {
    .hero-section .col-12 h3 span {
        font-size: 60px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .col-12 h3 span {
        font-size: 44px;
    }
}

.hero-section .parallax-items .item {
    position: absolute;
    z-index: 1;
}

.hero-section .parallax-items .item.item-1 {
    top: -100px;
    left: 560px;
}

@media (max-width: 1199.98px) {
    .hero-section .parallax-items .item.item-1 {
        top: -50px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .parallax-items .item.item-1 {
        top: -100px;
        left: 400px;
    }
}

@media (max-width: 767.98px) {
    .hero-section .parallax-items .item.item-1 {
        left: 200px;
    }
}

.hero-section .parallax-items .item.item-2 {
    bottom: -130px;
    left: -220px;
}

@media (max-width: 1199.98px) {
    .hero-section .parallax-items .item.item-2 {
        bottom: -150px;
        left: -80px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .parallax-items .item.item-2 {
        left: -100px;
    }
}

@media (max-width: 767.98px) {
    .hero-section .parallax-items .item.item-2 {
        bottom: -50px;
        left: -90px;
    }
}

.hero-section .parallax-items .item.item-3 {
    bottom: -80px;
    right: -110px;
}

@media (max-width: 1199.98px) {
    .hero-section .parallax-items .item.item-3 {
        bottom: -30px;
        right: -50px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .parallax-items .item.item-3 {
        right: -70px;
    }
}

@media (max-width: 1199.98px) {
    .hero-section .parallax-items .item img {
        max-width: 180px;
        max-height: 180px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .parallax-items .item img {
        max-width: 140px;
        max-height: 140px;
    }
}

.play-section {
    padding: 72px 0 280px;
    background: url("../img/play-bg.png") top center repeat-x;
    background-size: auto auto;
    position: relative;
}

@media (max-width: 991.98px) {
    .play-section {
        padding: 60px 0 160px;
    }
}

.play-section .col-12 {
    position: relative;
}

.play-section .headline {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 90px;
}

@media (max-width: 991.98px) {
    .play-section .headline {
        margin-bottom: 40px;
    }
}

.play-section .headline h1 {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .play-section .headline p br {
        display: none;
    }
}

.play-section .video-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    height: 550px;
    border-radius: 20px;
    background-color: rgba(16, 9, 60, 0.5);
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .play-section .video-wrap {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .play-section .video-wrap {
        height: 320px;
    }
}

.play-section .video-wrap:hover {
    cursor: pointer;
}

.play-section .video-wrap:hover img {
    transform: scale(1.2);
}

.play-section .bg-lines {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.play-section .bg-lines img {
    width: 100%;
}

.play-section .parallax-items .item {
    position: absolute;
    z-index: 1;
}

.play-section .parallax-items .item.item-1 {
    bottom: -100px;
    left: -120px;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .play-section .parallax-items .item.item-1 {
        bottom: -50px;
        left: -50px;
    }
}

.play-section .parallax-items .item.item-2 {
    top: 180px;
    right: -25px;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .play-section .parallax-items .item.item-2 {
        right: 20px;
    }
}

@media (max-width: 767.98px) {
    .play-section .parallax-items .item.item-2 {
        top: 240px;
        right: -40px;
    }
}

.play-section .parallax-items .item.item-3 {
    bottom: -120px;
    left: 100px;
}

@media (max-width: 1199.98px) {
    .play-section .parallax-items .item.item-3 {
        left: 200px;
    }
}

@media (max-width: 1199.98px) {
    .play-section .parallax-items .item img {
        max-width: 180px;
        max-height: 180px;
    }
}

@media (max-width: 991.98px) {
    .play-section .parallax-items .item img {
        max-width: 100px;
        max-height: 100px;
    }
}

.cards-section {
    position: relative;
    padding-bottom: 250px;
}

@media (max-width: 1199.98px) {
    .cards-section {
        padding-bottom: 120px;
    }
}

@media (max-width: 767.98px) {
    .cards-section {
        padding-bottom: 80px;
    }
}

.cards-section .bg-lines {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.cards-section .bg-lines img {
    width: 100%;
}

.cards-section .col-12 {
    position: relative;
}

.cards-section .cards-links.cards-links-top {
    margin-top: -270px;
}

@media (max-width: 991.98px) {
    .cards-section .cards-links.cards-links-top {
        margin-top: -150px;
    }
}

.cards-section .cards-links .card-link {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 48px;
    margin: 0 0 72px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(9, 5, 29, 0.2);
    backdrop-filter: blur(2.5px);
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .cards-section .cards-links .card-link {
        padding: 24px;
        margin: 0 0 32px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-links .card-link {
        align-items: flex-start;
        flex-direction: column;
    }
}

.cards-section .cards-links .card-link:hover {
    background-color: rgba(9, 5, 29, 0.6);
}

.cards-section .cards-links .card-link:hover .link a span {
    transform: translateX(10px);
}

.cards-section .cards-links .card-link .text {
    margin-right: 48px;
}

@media (max-width: 767.98px) {
    .cards-section .cards-links .card-link .text {
        margin-right: 0;
    }
}

.cards-section .cards-links .card-link .text h3.regular {
    font-weight: 400;
}

.cards-section .cards-links .card-link .text p {
    margin-top: 16px;
}

.cards-section .cards-links .card-link .link a {
    font: 400 24px/1.2 "Syne", sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .cards-section .cards-links .card-link .link a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-links .card-link .link a {
        margin-top: 16px;
    }
}

.cards-section .cards-links .card-link .link a span {
    display: inline-flex;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .cards-section .cards-links .card-link .link a span {
        margin-left: 12px;
    }
}

@media (max-width: 991.98px) {
    .cards-section .cards-links .card-link .link a span img {
        width: 32px;
    }
}

.cards-section .cards-illustrated {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 130px 0 230px;
}

@media (max-width: 1199.98px) {
    .cards-section .cards-illustrated {
        margin: 100px 0 120px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-illustrated {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-illustrated {
        margin: 80px 0 60px;
    }
}

.cards-section .cards-illustrated .card-item.item-with-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 370px;
    min-height: 460px;
    padding: 32px 24px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .cards-section .cards-illustrated .card-item.item-with-text {
        min-width: 300px;
        min-height: 400px;
    }
}

@media (max-width: 991.98px) {
    .cards-section .cards-illustrated .card-item.item-with-text {
        min-width: 270px;
        min-height: 360px;
    }
}

.cards-section .cards-illustrated .card-item.item-with-text .img-wrap {
    max-width: 100%;
}

.cards-section .cards-illustrated .card-item.item-with-text .img-wrap img {
    max-width: 200px;
}

.cards-section .cards-illustrated .card-item.item-with-text p {
    max-width: 250px;
    color: #09051D;
}

@media (max-width: 1199.98px) {
    .cards-section .cards-illustrated .card-item.item-with-text p {
        max-width: 200px;
    }
}

.cards-section .cards-illustrated .card-item.item-1 {
    margin-top: 310px;
    margin-right: -20px;
    transform: rotate(-30deg);
}

@media (max-width: 1199.98px) {
    .cards-section .cards-illustrated .card-item.item-1 {
        margin-top: 300px;
        margin-right: -50px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-illustrated .card-item.item-1 {
        margin-top: 0;
        margin-right: 0;
        transform: rotate(-20deg);
    }
}

.cards-section .cards-illustrated .card-item.item-2 {
    margin-top: 200px;
    margin-right: -30px;
    transform: rotate(-15deg);
}

@media (max-width: 1199.98px) {
    .cards-section .cards-illustrated .card-item.item-2 {
        margin-top: 150px;
    }
}

@media (max-width: 991.98px) {
    .cards-section .cards-illustrated .card-item.item-2 {
        margin-right: -50px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-illustrated .card-item.item-2 {
        margin-top: -80px;
        margin-right: 0;
        transform: rotate(8deg);
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-illustrated .card-item.item-3 {
        margin-top: -20px;
        transform: rotate(-3deg);
    }
}

.cards-section .cards-illustrated .card-item.item-4 {
    margin-top: 200px;
    margin-left: -30px;
    transform: rotate(15deg);
}

@media (max-width: 1199.98px) {
    .cards-section .cards-illustrated .card-item.item-4 {
        margin-top: 150px;
    }
}

@media (max-width: 991.98px) {
    .cards-section .cards-illustrated .card-item.item-4 {
        margin-left: -40px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-illustrated .card-item.item-4 {
        margin-top: -20px;
        margin-left: 0;
        transform: rotate(-8deg);
    }
}

.cards-section .cards-illustrated .card-item.item-5 {
    margin-top: 370px;
    margin-left: -60px;
    transform: rotate(30deg);
    position: relative;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .cards-section .cards-illustrated .card-item.item-5 {
        margin-top: 350px;
        margin-left: -100px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .cards-illustrated .card-item.item-5 {
        margin-top: -130px;
        margin-left: 0;
        transform: rotate(0deg);
        z-index: 0;
    }
}

.cards-section .parallax-items .item {
    position: absolute;
    z-index: 2;
}

.cards-section .parallax-items .item.item-1 {
    top: -160px;
    left: -80px;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item.item-1 {
        left: -30px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .parallax-items .item.item-1 {
        top: 100px;
    }
}

.cards-section .parallax-items .item.item-2 {
    top: -140px;
    right: -200px;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item.item-2 {
        right: -30px;
        z-index: 0;
    }
}

.cards-section .parallax-items .item.item-3 {
    top: 530px;
    right: 350px;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item.item-3 {
        top: 480px;
        right: 320px;
    }
}

.cards-section .parallax-items .item.item-4 {
    bottom: 640px;
    left: 400px;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item.item-4 {
        bottom: 500px;
        left: 450px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .parallax-items .item.item-4 {
        bottom: 1200px;
        left: 120px;
        z-index: 0;
    }
}

.cards-section .parallax-items .item.item-5 {
    bottom: 440px;
    left: -190px;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item.item-5 {
        left: -50px;
    }
}

@media (max-width: 767.98px) {
    .cards-section .parallax-items .item.item-5 {
        bottom: 800px;
    }
}

.cards-section .parallax-items .item.item-6 {
    bottom: 420px;
    left: 140px;
}

@media (max-width: 767.98px) {
    .cards-section .parallax-items .item.item-6 {
        bottom: 600px;
        left: -10px;
    }
}

.cards-section .parallax-items .item.item-7 {
    bottom: 270px;
    right: 160px;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .cards-section .parallax-items .item.item-7 {
        bottom: 450px;
        right: 50px;
    }
}

.cards-section .parallax-items .item.item-8 {
    top: 510px;
    left: -140px;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item.item-8 {
        left: -90px;
    }
}

@media (max-width: 991.98px) {
    .cards-section .parallax-items .item.item-8 {
        left: -60px;
    }
}

.cards-section .parallax-items .item.item-9 {
    top: 540px;
    right: -190px;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item.item-9 {
        right: -100px;
    }
}

@media (max-width: 991.98px) {
    .cards-section .parallax-items .item.item-9 {
        right: -70px;
    }
}

.cards-section .parallax-items .item.item-10 {
    bottom: 0;
    left: -70px;
    z-index: 0;
}

.cards-section .parallax-items .item.item-11 {
    bottom: 195px;
    right: -80px;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .cards-section .parallax-items .item img {
        max-width: 180px;
        max-height: 180px;
    }
}

@media (max-width: 991.98px) {
    .cards-section .parallax-items .item img {
        max-width: 120px;
        max-height: 120px;
    }
}

.join-section {
    padding: 48px 0;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #320397 0%, #4A006D 100%);
}

.join-section .container {
    position: relative;
}

.join-section h3 {
    font-weight: 400;
}

.join-section p {
    max-width: 300px;
    margin: 24px auto;
}

.join-section .socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: max-content;
}

.join-section .socials .item {
    margin: 0 6px;
}

.join-section .socials .item:hover {
    transform: scale(1.1);
}

.join-section .socials .item img {
    width: 24px;
}

.join-section .parallax-items .item {
    position: absolute;
    z-index: 2;
}

.join-section .parallax-items .item.item-1 {
    top: -148px;
    left: -240px;
}

@media (max-width: 1199.98px) {
    .join-section .parallax-items .item.item-1 {
        left: -80px;
        top: 50px;
    }
}

@media (max-width: 991.98px) {
    .join-section .parallax-items .item.item-1 {
        left: -40px;
    }
}

@media (max-width: 767.98px) {
    .join-section .parallax-items .item.item-1 {
        top: auto;
        bottom: -40px;
        left: -60px;
    }
}

.join-section .parallax-items .item.item-2 {
    top: -120px;
    right: 300px;
}

@media (max-width: 767.98px) {
    .join-section .parallax-items .item.item-2 {
        right: 100px;
    }
}

.join-section .parallax-items .item.item-3 {
    top: 15px;
    right: -220px;
}

@media (max-width: 1199.98px) {
    .join-section .parallax-items .item.item-3 {
        right: -60px;
    }
}

@media (max-width: 991.98px) {
    .join-section .parallax-items .item.item-3 {
        right: -30px;
    }
}

@media (max-width: 767.98px) {
    .join-section .parallax-items .item.item-3 {
        right: -70px;
    }
}

@media (max-width: 1199.98px) {
    .join-section .parallax-items .item img {
        max-width: 180px;
        max-height: 180px;
    }
}

@media (max-width: 991.98px) {
    .join-section .parallax-items .item img {
        max-width: 120px;
        max-height: 120px;
    }
}

footer {
    padding: 64px 0;
    z-index: 1;
    position: relative;
    color: #FFFFFF;
    background-color: #060509;
}

@media (max-width: 1199.98px) {
    footer {
        padding: 48px 0;
    }
}

@media (max-width: 767.98px) {
    footer {
        text-align: center;
        padding: 36px 0;
    }
}

footer .col-links h6 {
    font: 600 14px/1.35 "Red Hat Display", sans-serif;
    margin-bottom: 8px;
}

footer .col-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .col-links ul li {
    max-height: 18px;
}

@media (max-width: 1199.98px) {
    footer .col-links ul li {
        max-height: 100%;
    }
}

footer .col-links ul li a {
    font: 400 12px/1.35 "Red Hat Display", sans-serif;
    color: #FFFFFF;
    opacity: .6;
    text-decoration: none;
}

footer .col-links ul li a:hover {
    opacity: 1;
}

footer .col-links .socials {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767.98px) {
    footer .col-links .socials {
        margin-top: 15px;
    }
}

footer .col-links .socials .item {
    margin-right: 8px;
}

footer .col-links .socials .item:hover {
    transform: scale(1.1);
}

footer .col-copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

@media (max-width: 767.98px) {
    footer .col-copyright {
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
}

footer .col-copyright .img-wrap {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    footer .col-copyright .img-wrap {
        margin-bottom: 30px;
    }
}

footer .col-copyright .img-wrap img {
    width: 120px;
}

footer .col-copyright ul {
    list-style-type: none;
    margin: 0 0 8px;
    padding: 0;
    display: flex;
}

@media (max-width: 767.98px) {
    footer .col-copyright ul li:first-child a {
        padding: 0 3px 0 0;
    }
}

footer .col-copyright ul a {
    font: 400 12px/1.35 "Red Hat Display", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 3px;
}

footer .col-copyright p {
    font: 400 12px/1.35 "Red Hat Display", sans-serif;
}
