html, body {
    overflow-x: hidden;
}

.home-header {
    background-color: #121212;
    height: 100vh;
}

.header-content {
    background-image: url('../../images/bg-alt.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
}

.header-inner-content {
    align-items: flex-end;
    display: flex;
    height: 100%;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

.header-inner-content::after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 100%);
    top: 0;
}

.header-inner-content.loaded::after {
    opacity: 1;
}

.site-menu {
    padding: 60px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.site-menu .logo-holder a {
    display: block;
    width: 40px;
}

.site-menu a > img{
    width: 100%;
}

.site-menu .site-menu-list {
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.site-menu .site-menu-list li {
    margin: 0 10px;
}

.site-menu .site-menu-list a {
    color: #FFF;
}

.header-caption {
    margin: 0 auto 60px;
    max-width: 728px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header-caption h1 {
    color: #FFF;
    font-size: 3rem;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
}

.header-caption p {
    color: #FFF;
    font-weight: 300;
    font-size: 1rem;
}

.go-to-next {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.go-to-next a{
    color: #FFF;
    text-align: center;
}

.go-to-next a > span{
    display: block;
    margin: 6px auto;
    width: 15px;
}

.go-to-next a > span > img{
    width: 100%;
}

section.about-feriale {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 120px 0 0;
}

section.about-feriale .section-caption {
    margin-bottom: 40px;
    text-align: center;
}

section.about-feriale .section-caption > p {
    max-width: 520px;
    color: #5d5d5d;
    margin: 18px auto;
}

section.about-feriale .section-bg {
    width: 100%;
}

section.about-feriale .section-bg > img {
    width: 100%;
}

section.about-feriale .features-section {
    margin-bottom: 150px;
    margin-top: 80px;
}

.feature-holder p {
    color: #5d5d5d;
}

.feature-holder {
    margin: 20px 0;
    text-align: center;
}

.feature-holder figure {
    display: block;
    width: 90px;
    height: 90px;
    background-color: indianred;
    text-align: center;
    border-radius: 140px;
    padding: 15px;
    margin: 0px auto 20px;
}

.feature-holder figure > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.feriale-info {
    padding: 30px 0;
}

section.feriale-info .text-container {
    background-color: #f2f2f2;
    padding: 40px;
    color: #1d1d1f;
}

section.feriale-info .clients-container {
    text-align: center;
    margin: 70px 0;
}

section.feriale-info .clients-container h3 {
    margin: 0px 0 50px;
}

section.feriale-info .clients-container .clients-carousel .item a {
    display: block;
    width: 200px;
    margin: 0 auto;
}

section.feriale-info .clients-container .clients-carousel .item a > img {
    width: 100%;
}

section.feriale-values {
    padding: 30px;
    background-color: #1d1d1d;
}

section.feriale-values h2 {
    display: table;
    font-size: 26px;
}

section.feriale-values h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background-color: black;
    margin: 20px 0;
}

section.feriale-values > .row.m-0 {
    min-height: 84%;
}

section.feriale-values > .row.m-0 > .image-col {
    display: flex;
}

section.feriale-values .image-holder {
    background-color: #bad5ea;
    display: flex;
    width: 100%;
    background-image: url('../../images/mockup.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.feriale-values .image-holder img {
    height: 100%;
    object-position: -170px;
}

section.feriale-values .col-holder {
    padding: 40px 20px;
}

section.feriale-values .feriale-values-row {
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

section.feriale-values .feriale-values-row .feriale-carousel p {
    font-size: 14px;
}

.monetization-carousel div.monetization-item {
    padding: 20px;
    box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, .17);
    border-radius: 14px;
    margin: 13px;
}

.monetization-carousel div.monetization-item > div {
    display: flex;
    align-items: center;
}

.monetization-carousel div p {
    font-size: 14px;
    margin-bottom: 10px;
}

.monetization-carousel div.monetization-item figure {
    width: 40px;
    margin: 0 14px 0 0;
}

.monetization-carousel div.monetization-item figure > img {
    width: 100%;
}

ul.feriale-connect {
    list-style-type: circle;
}

ul.feriale-connect li p {
    margin-bottom: 8px;
}

.item-why .feature-holder figure {
    margin: 0 auto 1rem;
}

.why-feriale {
    padding: 0;
    border-top: 1px solid #ececec;
    margin-top: 24px;
    padding-top: 34px;
    list-style: none;
}

.why-feriale li p {
    margin-bottom: 7px;
}

footer.site-footer {
    background-color: #f5f5f5;
    padding: 30px 0;
}

footer.site-footer .footer-logo-holder {
    width: 40px;
}

footer.site-footer .footer-logo-holder img {
    width: 100%;
}

footer.site-footer .site-menu-footer {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

footer.site-footer .site-menu-footer li {
    margin-left: 12px;
}

footer.site-footer .site-menu-footer li a {
    font-size: 14px;
    color: #808080;
}

footer.site-footer .site-menu-footer li a:hover {
    color: #1d1d1d;
}

section.how-it-works {
    padding: 100px 0 10px;
    background-color: #f7f7f7;
}

section.how-it-works p.hiw-subtitle {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    width: 100%;
}

section.how-it-works .hiw-cards {
    margin: 100px 0;
}

section.how-it-works .hiw-card {
    background-color: #FFFFFF;
    padding: 50;
    border-radius: 4px;
    box-shadow: 0 6px 28px -7px rgba(0, 0, 0, .16);
    margin-bottom: 40px;
}

section.how-it-works h4 {
    margin: 40px 0 10px;
    font-size: 22px;
}

section.how-it-works .hiw-card .card-image-holder {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

section.how-it-works .hiw-card .card-image-holder > img {
    width: 100%;
}

section.feriale-stands {
    padding: 100px 0 48px;
    background-image: url('../../images/stands-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.feriale-stands .section-title {
    text-align: center;
    color: #FFF;
}

section.feriale-stands .section-title p {
    color: #FFFFFF;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    width: 100%;
}

section.feriale-stands .feriale-stand figure {
    max-width: 900px;
    margin: 110px auto 0;
}

section.feriale-stands .feriale-stand figure > img {
    width: 100%;
}

section.feriale-stands .stands-carousel .owl-nav {
    position: relative;
}

section.feriale-stands .stands-carousel .owl-nav > button {
    z-index: 999;
    position: relative;
    margin: 0 30px;
}

section.feriale-stands .stands-carousel .owl-nav > button:hover {
    background-color: transparent;
}

section.feriale-stands .stands-carousel .owl-nav > button > span {
    color: #FFF;
    font-size: 60px;
    font-weight: 100;
}

@media (min-width: 799px) {
    section.feriale-stands .stands-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    section.feriale-stands .stands-carousel .owl-nav > button {
        margin: 0;
    }

    .feature-holder {
        margin: 0;
    }

    section.how-it-works .hiw-card {
        padding: 80px 50px;
    }

    section.how-it-works .hiw-card h4 {
        margin: 0 0 14px;
    }

    footer.site-footer .site-menu-footer {
        justify-content: flex-end;
    }

    .header-caption h1 {
        font-size: 8rem;
    }

    .header-caption p {
        font-size: 1.2rem;
    }

    section.feriale-values .col-holder {
        font-size: 70px;
    }

    .footer-logo-holder {
        margin: 0;
    }

    section.feriale-values {
        padding: 80px;
    }

    section.feriale-info {
        padding: 100px 0;
    }
}