.inner-content-container {
    display: revert;
    width: 100%;
}

.inner_background {
    position: fixed;
    width: 100%;
    height: 100%;
}

.inner-menu-container {
    z-index: 10;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    width: 80%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.inner_fruits_and_palm {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-image: url('../assets/img/fruits_and_palm.jpg');
}

.inner_parrot {
    object-fit: cover;
    position: absolute;
    top: 15vh;
    right: 0;
    width: 17%;
    height: 652px;
}

.inner-content {
    position: absolute;
    z-index: 3;
    margin: auto;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.inner-wrapper {
    display: flex;
    flex-flow: column;
    /* margin-top: 200px; */
    width: 80%;
}

@media (max-width: 986px) {

    .green-parrot-logo-inner {
        display: none;
    }

    .inner_parrot {
        object-fit: contain;
        position: absolute;
        top: 15vh;
        right: 0;
        width: 37%;
        height: 652px;
    }

    .inner-wrapper {
        margin-top: 70px;
    }

}