/* Theme Name: The Fists of Destiny
Theme URI: https://thefistsofdestiny.webworkscraft.com/
Description: This is The Fists of Destiny custom wordpress theme.
Author: Rasel
Author URI: https://rasel.me
Version:1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saasup
Tags: thefistsofdestiny,rasel-theme,custom theme 

*/
@media all and (max-width: 1200px) {
    .cta.overlap.has--pink-shaded-curve-top-left-right {
        margin-top: 40px;
    }
}


.header-logocustom {
    width: 130px;
}

.blog-content {
    font-size: 18px;
    margin-bottom: 10px;
}

.custom-banner-text {
    position: relative;
    font-size: 18px !important;
    color: #fff;
    line-height: 24px !important;
    font-weight: 400 !important;
    max-width: 960px;
    margin: auto;
    margin-top: -40px;
}




footer.primary .contact {
    position: relative;
    width: 100%;
    color: #492338;
    height: 310px;
    /* max-width: 320px; */
    flex-direction: column;
    justify-content: center;
    align-content: center;
    max-width: 100%;
    margin: auto;
}

footer.primary aside {
    margin: auto;
}

.copyright,
.contact .links {
    text-align: center;
}

footer.primary .contact .logo {
    margin: auto;
}

#hero-2 {
    position: relative;
}
section#about {
    margin-top: 0 !important;
}

.custom-video {
    width: 100% !important;
    margin: 0;
    padding: 0;
    display: block;
    object-fit: cover;
}

@media all and (max-width: 1200px) {
    section.hero.hero-2,
    .custom-video {
        height: 400px !important;
        min-height: 400px !important;
    }

    section.hero.hero-1 {
        height: 600px !important;
        min-height: 600px !important;
    }
}

@media all and (max-width: 1024px) {
    #hero-2::before {
        position: unset !important;
        display: none !important;
    }

    .header-logocustom {
        width: 120px !important;
    }

    section.hero.hero-1 {
        height: 500px !important;
        min-height: 500px !important;
    }

    span.discover {
        bottom: -60px;
    }
}

@media all and (max-width: 767px) {
    #hero-2::before {
        height: 80px;
    }

    section.hero.hero-2,
    .custom-video {
        height: 200px !important;
        min-height: 200px !important;
        width: 100% !important;
    }
}