@font-face {
    font-family: austie_bost_chunky_descriptrg;
    src: url(../font/poetsenone-regular-webfont.woff2) format('woff2'), url(../font/poetsenone-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
body {
    font-size: .9rem;
    color: #343a40;
    font-family: austie_bost_chunky_descriptrg !important;

}
.hero-1 {
    padding-top: 40px;
    position: relative
}

.social-content {
    margin-bottom: 20px
}

.hero-wrapper {
    margin-bottom: 40px
}

.hero-1 .bg-overlay {
    opacity: .1
}

.hero-1-bg {
    background: url(/images/bg-home-overlay.png);
    animation: slide_img 40s linear infinite;
    animation-delay: 1s;
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat;
    background-size: 50% 130%
    }
    .bg-overlay {
    opacity: .1
    }

    .hero-2-bg {
        background: url(/images/bg_rarity.png);
        animation: slide_img 200s linear infinite;
        animation-delay: 1s;
        position: absolute;
        left: 0;
        width: 200%;
        height: 100%;
        background-repeat: repeat;
        background-size: 50% 130%
        }


@media(max-width:1199.98px) {
    .hero-1 .hero-1-bg {
        background-size: 70% 100%
    }
}

@media(max-width:575.98px) {
    .hero-1 .hero-1-bg {
        background-size: 100% 100%
    }
}

@keyframes slide_img {
    0% {
        transform: translateX(0) translateZ(0)
    }

    50% {
        transform: translateX(-25%) translateZ(0)
    }

    100% {
        transform: translateX(-50%) translateZ(0)
    }
}

.home-small-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.hero-2 {
    padding: 240px 0 200px
}

.hero-2 .hero-2-content {
    position: relative !important;
    z-index: 1 !important
}

.hero-2 .hero-2-content .hero-2-title {
    font-size: 42px
}

.hero-2 .hero-2-overlay {
    background-image: url(../images/hero-2-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.hero-2 .hero-2-bottom {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
    opacity: .6;
    position: absolute;
    right: 0;
    bottom: 0
}

.hero-2 .hero-2-title {
    font-size: 50px
}

.hero-3 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-3 .hero-3-content {
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0 30px 0
}

.hero-3 .hero-3-content .hero-3-title {
    font-size: 46px
}

.hero-3 .hero-3-content .con-border-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 140px;
    height: 1px;
    background-color: #fff
}

.hero-3 .hero-3-content .con-border-top:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 1px;
    height: 120px;
    background-color: #fff
}

.hero-3 .hero-3-content .con-border-bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 140px;
    height: 1px;
    background-color: #fff
}

.hero-3 .hero-3-content .con-border-bottom:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 1px;
    height: 120px;
    background-color: #fff
}

.hero-4 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-4 .hero-4-overlay {
    background: linear-gradient(90deg, #ffffff 5%, #ffffff 50%, rgba(0, 0, 0, 0.4) 50%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero-4 .hero-4-content .hero-4-title {
    font-size: 48px
}

.hero-4 .hero-4-content .title-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #8338ec
}

.hero-5 {
    padding-top: 190px;
    margin-bottom: 180px
}

.hero-5 .hero-5-title-bg {
    font-size: 200px;
    color: rgba(237, 242, 251, .85);
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%)
}

.hero-5 .hero-5-content {
    margin-top: 130px
}

.hero-5 .hero-5-content .hero-5-title {
    font-size: 50px
}

.hero-5 img {
    margin-bottom: -140px
}

.hero-6 {
    height: 100vh;
    background-color: #02000c
}

.hero-6 .hero-6-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1 !important
}

.hero-6 .hero-6-content {
    z-index: 1 !important;
    position: relative
}

.hero-6 .hero-6-content .hero-6-title {
    font-size: 52px
}

.hero-6 .hero-6-content .hero-icon {
    font-size: 28px;
    width: 54px;
    height: 54px;
    align-items: center;
    display: flex;
    justify-content: center
}

@media(max-width:1024px) {
    .hero-3 {
        height: auto;
        padding: 170px 0 140px
    }

    .hero-4 {
        height: auto;
        padding: 180px 0 150px
    }

    .hero-6 {
        height: auto;
        padding: 120px 0 140px
    }
}

@media(max-width:768px) {
    .hero-1 .hero-1-title {
        font-size: 32px
    }

    .hero-2 {
        padding: 110px 0 90px
    }

    .hero-2 .hero-2-title {
        font-size: 30px !important
    }

    .hero-5 {
        padding-top: 130px;
        margin-bottom: 140px
    }

    .hero-5 .hero-5-content {
        margin-top: 0 !important
    }

    .hero-5 .hero-5-content .hero-5-title {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .hero-1 {
        padding-top: 0
    }

    .hero-2 {
        padding: 120px 0 140px
    }

    .hero-2 .hero-2-title {
        font-size: 36px !important
    }

    .hero-4 {
        height: auto;
        padding: 130px 0 20px
    }

    .hero-4 .hero-4-overlay {
        background: linear-gradient(90deg, #ffffff 5%, #ffffff 100%, rgba(0, 0, 0, 0.4) 50%)
    }

    .hero-4 .hero-4-content .hero-4-title {
        font-size: 42px
    }

    .hero-5 {
        margin-bottom: 130px
    }

    .hero-5 .hero-5-content .hero-5-title {
        font-size: 30px
    }

    .hero-6 .hero-6-content .hero-6-title {
        font-size: 36px
    }
}
