/* Reset default styles */
body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
}
h1 {
    color: #f69110;
    font-family: "Poppins Light", serif;
}

.text-orange {
    color: #f69110;
}

.text-orange-500 {
    color: rgba(255, 165, 60, 0.8);
}

/* Global styles */
body {
    font-family: "Poppins Medium", sans-serif;
    background-color: #000;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}


/*NAV*/

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f69110;
}

.navbar ul {
    margin-top: 15px;
}

/*Hero*/

/* Header styles */
.header {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    height: 100px;
}

.header-inside {
    position: relative;
}

.header-inside {
    max-width: 1150px;
    padding: 10px 0;
    margin-top: 50px;
}

.header-inside img {
    position: absolute;
    right: 0;
    top: -60px;
    left: 0;
    margin: 0 auto;
}

.right-navigation {
    float: right;
}

.primary-navigation ul li a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 82px;
}

.primary-navigation ul li a:hover {
    font-weight: 800;
}


.grid-container {
    margin-left: auto;
    margin-right: auto;
}

nav {
    display: block;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

/* Hero section */
#hero-section {

    /*background-size: cover;*/
    height: 500px;
    display: flex;
    align-items: center;
    text-align: center;
    background-position: 0 center;
    background-repeat: repeat-x;
    padding-top: 60px;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    animation: slideBackground 80s linear infinite
}

.hero-homepage {
    background-image: url('../img/splash.jpg');
}

@keyframes slideBackground {
    0% {
        background-position: 0 center;
    }
    50% {
        background-position: 100% center;
    }

    100% {
        background-position: 0 center;
    }
}

#hero-section .display-4 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: "Poppins Medium", serif;
}

#hero-section .lead {
    font-size: 24px;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-family: "Poppins Light", serif;

}

#about_section h1 {
    color: #f69110;

}

.primary-button {
    padding: 10px 80px;
    background-color: #f69110;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 25px;
}

.patreon-button {
    background: #f96854;
}

.patreon-button:hover {
    color: #000 !important;
}

.primary-button:hover {
    color: #000 !important;
}

hr.divider-2 {
    border: none;
    margin: 50px auto;
    max-width: 900px;
    height: 65px;
    background-image: url('../img/divider_2.png');
}

hr {
    background-color: transparent;
    border: 0;
    opacity: 1;
}

hr.divider {
    border: none;
    margin: 50px auto;
    width: 900px;
    height: 65px;
    background-image: url('../img/divider.png');
    color: transparent;
    background-color: transparent;
    border: 0;
    opacity: 1;
}

hr.inverter {
    transform: rotate(180deg);
}

/* Sections styles */
#content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 950px;

}

section {
    padding: 20px;
}

.section-content {
    margin: 0 auto;
}

.section-content .sub-title {
    color: #ffa63e;
    font-size: 15pt;
    font-family: "Poppins Light", sans-serif;
}

#button_section ul {
    list-style: none;
}

#button_section ul li {
    margin-top: 40px;
}

#button_section .primary-button, #button_section .patreon-button {
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 25px;
    font-family: "Poppins SemiBold", serif;
    text-decoration: none;
    margin-top: 20px;
}

.about-container-2 {
    max-width: 900px;
    margin: 0 auto;
}

.container {
    max-width: 900px;
    margin: 0 auto;
}
.flex-container {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
}

.flex-child {
    flex: 1;
    text-align: left;
}

.flex-child:first-child {
    margin-right: 20px;
    font-family: "Poppins Light", sans-serif;
}
.flexchild:first-child p, .about-container-2 p {
    margin: 10px;
    font-family: "Poppins Light", sans-serif;
    color: #faaa4d;

}

#fetiche_section {
    text-align: center;
}

#fetiche_section ul li span {
    color: #167d4c;
}

#fetiche_section ul li {
    color: #faaa4d;
    font-family: "Poppins Light", sans-serif;
}

#fetiche_section ul {
    margin-top: 30px;
    text-align: left;
}

#fetiche_section .row {
    margin-top: 50px;
}

#gameplay_section p,
#about_section p {
    margin: 10px;
    font-family: "Poppins Light", sans-serif;
    color: #faaa4d;
}

#gameplay_section p {
    font-size: 15pt;
}

#download_section {
    background-color: #f69110;
    padding: 80px 0;
    text-align: center;
}

#download_section .download-button {
    font-family: "Poppins Medium", serif;
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 50px;
    color: #f69110;
    margin-top: 20px;
}

#download_section a {

    text-decoration: none;
}

#download_section  h1 {
    color: #FFF;
    margin-bottom: 50px;
}

/* Footer styles */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer p {
    font-size: 14px;
}


.navbar-toggle {
    display: none;
    cursor: pointer;
}

.navbar-toggle span {
    display: block;
    height: 3px;
    width: 25px;
    background-color: #333;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .navbar-menu {
        display: none;
    }

    .navbar-toggle {
        display: block;
        margin-left: 10px;
    }

    .navbar-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .navbar-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }
}

@media screen and (max-width: 768px) {
    .navbar.active .navbar-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #f1f1f1;
        padding: 10px 20px;
    }

    .navbar.active .navbar-menu li {
        margin: 10px 0;
    }

    .header-inside img {
        top: -30px;
        height: 100px;
    }
}

.spoiler {
    filter: blur(1.5rem);
}