main {
    justify-content: center;
    background: url('../images/mobile/image-hero.jpg') no-repeat center center/ cover;
    height: 100vh;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2em;
}

.logo,
nav {
    width: 50%;
}

.logo {
    z-index: 12;
}


.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    flex-direction: column;
    padding: 2em;
    align-items: flex-start;
    justify-content: center;
    display: none;
}

.menu li {
    margin-top: 1em;
}

.menu-icon {
    display: inline-block;
    z-index: 12;
}

#icon-cross {
    display: none;
}

.main-msg {
    padding: 5em 2em;
}

.msg-wrapper h1 {
    font-size: 2rem;
}

/* MAIN ENDS HERE */

/* INTERACTICE SECTION STARTS HERE  */
#interactive {
    padding: 2em;
}

#interactive .wrapper {
    display: flex;
    flex-direction: column;
}

.interactive-img {
    width: 100%;
}

.interactive-msg {
    width: 100%;
    position: static;
    text-align: center;
}

.interactive-msg h2 {
    font-size: 2rem;
}

/* INTERACTICE SECTION STARTS HERE  */

/* CREATION SECTION STARTS HERE  */

#creation {
    padding: 2em;
}

.creation-head {
    justify-content: center;
}

.see-more {
    display: none;
}

.see-all-bottom {
    display: inline-block;
}

.see-all-bottom:hover {
    color: white;
    background-color: black;
}

.creation-items {
    width: 100%;
    height: 200px;
}

.creation-img-content {
    justify-content: center;
}

/* CREATION SECTION STARTS HERE  */
/* FOOTER SECTION STARTS HERE  */
footer {
    padding: 2em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

footer .nav-section {
    width: 100%;
    align-items: center;
    justify-content: center;
}

footer .nav-section nav {
    display: flex;
}

footer .nav-section nav .footer-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .social-section,
footer .social-section .copyright {
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* FOOTER SECTION ENDS HERE  */