.back-icon {
    padding: 50px 0 0 40px;
}

.title-icon {
    display: flex;
    padding-left: 25px;
    padding-bottom: 15px;
}

.title-icon h1 {
    padding-top: 0;
    transition: opacity 0.1s, filter 0.1s;
}

.freddy-text h2 {
    margin-top: 0;
    padding-left: 9%;
}

.freddy-text p {
    width: 70%;
    margin-top: 0;
    padding-left: 11%;
}

.banner {
    display: flex;
    width: 100%;
    overflow-x: hidden;
}

.freddy-info {
    width: 60%;
    padding-top: 5%;
    padding-left: 5%;
}

.freddy-icon {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    margin-right: 10px;
}

.freddy-banner {
    width: 40%;
    display: flex;
    justify-content: center;
}

.freddy {
    margin: 0;
    padding-left: 20%;
}

.freddy-jumpscare {
    width: 100%;
    padding-left: 11%;
}

.freddy-jumpscare img {
    width: 70%;
}

.button-container {
    padding-left: 80%;
}

.button-container a {
    text-decoration: none;
    width: 235px;
}

.button {
    display: flex;
    background-color: #D256CC;
    align-items: center;
    margin-top: 5%;
    padding: 5px;
    border: none;
    cursor: pointer;
}

.text {
    font-size: 32px;
    padding: 0 20px;
    margin: 0;
}

@media screen and (max-width: 1280px) {
    .menu {
        gap: 40px;
        margin-right: 20px;
    }

    .button-container {
        padding-left: 78%;
    }

    .button-container a {
        text-decoration: none;
        width: 235px;
    }
}

@media screen and (max-width: 1251px) {
    .banner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .freddy-banner {
        order: 2;
    }

    .freddy {
        padding-left: 0;
    }

    .freddy-info {
        width: 80%;
        padding-left: 1%;
        padding-top: 0;
        order: 1;
    }

    .title-icon {
        padding-left: 35%;
        padding-bottom: 0;
    }

    .title-icon h1 {
        padding-top: 0;
        margin: 0;
    }

    .freddy-text h2 {
        margin: 0;
        margin-bottom: 0;
        text-align: center;
        padding-left: 0;
        margin-top: 5%;
    }

    .freddy-text p {
        width: 100%;
        text-align: justify;
        line-height: 200%;
        margin-top: 0;
        padding-left: 0;
    }

    .freddy-jumpscare {
        padding-left: 0;
    }

    .freddy-jumpscare img {
        width: 100%;
    }
}

@media screen and (max-width: 1120px) {
    .button-container {
        padding-left: 74%;
    }

    .button-container a {
        text-decoration: none;
        width: 235px;
    }
}

@media screen and (max-width: 1000px) {
    .menu-toggle {
        display: block;
    }

    .menu {
        display: none;
        flex-direction: column;
        background-color: #222;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        padding-top: 80px;
        text-align: center;
        z-index: 1000;
    }

    .menu.active {
        display: flex;
    }

    .menu.active div {
        text-align: center;
    }

    .menu-item {
        position: relative;
    }

    .submenu {
        position: relative;
        background-color: #2c2c2c;
        border: none;
        align-items: center;
        width: 100%;
    }

    .submenu a {
        color: white;
        text-shadow: none;
        font-size: 16px;
    }

    .menu {
        font-size: 20px;
        gap: 40px;
        margin-right: 0;
        margin-left: 0;
    }

    .button-container {
        padding-left: 71%;
    }

    .button-container a {
        text-decoration: none;
        width: 235px;
    }
}

@media screen and (max-width: 980px) {
    .freddy-text h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 980px) {
    .title-icon {
        padding-left: 32%;
    }
}

@media screen and (max-width: 850px) {
    .button-container {
        padding-left: 66%;
    }

    .button-container a {
        text-decoration: none;
        width: 235px;
    }
}

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

    .menu {
        display: none;
        flex-direction: column;
        background-color: #222;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        padding-top: 80px;
        text-align: center;
        z-index: 1000;
    }

    .menu.active {
        display: flex;
    }

    .menu.active div {
        text-align: center;
    }

    .menu-item {
        position: relative;
    }

    .submenu {
        position: relative;
        background-color: #2c2c2c;
        border: none;
        align-items: center;
        width: 100%;
    }

    .submenu a {
        color: white;
        text-shadow: none;
        font-size: 16px;
    }

    .menu {
        font-size: 20px;
        gap: 40px;
        margin-right: 0;
        margin-left: 60px;
    }

    .logo {
        width: 76px;
        padding: 30px 0 30px 40px;
    }

    .back-icon {
        width: 10%;
    }

    .title-icon {
        padding-left: 30%;
    }

    .title-icon h1 {
        font-size: 48px;
    }

    .freddy-banner {
        width: 70%;
    }

    .freddy-icon {
        padding-top: 0;
    }

    .freddy-text h2 {
        font-size: 28px;
    }

    .freddy-text p {
        font-size: 12px;
    }

    .button-container {
        padding-left: 65%;
    }

    .button-container a {
        text-decoration: none;
        width: 205px;
    }

    .button h2 {
        font-size: 28px;
    }

    .black-icon {
        width: 40px;
    }

    .next-icon {
        width: 40px;
    }

}

@media screen and (max-width: 656px) {
    .button-container {
        padding-left: 60%;
    }

    .button-container a {
        text-decoration: none;
        width: 200px;
    }

    .button h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 574px) {
    .freddy-text h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
        margin-right: 10%;
        margin-top: 5%;
    }

    .title-icon {
        padding-left: 28%;
    }

    .title-icon h1 {
        font-size: 36px;
        padding-top: 0;
        margin: 0;
    }

    .freddy-icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .button-container {
        padding-left: 62%;
    }

    .button-container a {
        text-decoration: none;
        width: 160px;
    }

    .button h2 {
        font-size: 20px;
        padding: 0 10px;
    }

    .black-icon {
        width: 40px;
    }

    .next-icon {
        width: 40px;
    }
}

@media screen and (max-width: 450px) {
    .button-container {
        padding-left: 54%;
    }

    .button-container a {
        text-decoration: none;
        width: 160px;
    }

    .button h2 {
        font-size: 20px;
        padding: 0 10px;
    }
}

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

    .logo {
        width: 56px;
        padding: 20px 0 20px 20px;
    }

    .mobile-menu {
        display: block;
        padding-right: 5%;
    }

    .back-icon {
        padding: 25px 0 0 30px;
        width: 10%;
    }

    .banner {
        display: flex;
    }

    .freddy-banner {
        width: 70%;
    }

    .freddy {
        width: 100%;
    }

    .freddy-banner {
        order: 2;
    }

    .freddy-info {
        width: 80%;
        order: 1;
    }

    .title-icon {
        padding-left: 30%;
        padding-bottom: 0;
    }

    .freddy-icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .title-icon h1 {
        font-size: 24px;
        padding-top: 5px;
        margin: 0;
    }

    .freddy-text h2 {
        font-size: 15px;
        margin-right: 0;
    }

    .freddy-text p {
        width: 100%;
        font-size: 11px;
        margin-top: 5px;
    }

    .freddy-jumpscare img {
        width: 100%;
    }

    .button-container {
        padding-top: 10px;
        padding-left: 65%;
    }

    .button-container a {
        text-decoration: none;
        width: 120px;
        margin-top: 15%;
    }

    .button h2 {
        font-size: 13px;
        padding: 0 10px;
    }

    .black-icon {
        width: 30px;
    }

    .next-icon {
        width: 30px;
    }

    .footer-text {
        color: white;
        font-size: 10px;
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: center;
    }

    .footer-icon {
        width: 30px;
        margin: 0 5px;
    }

}