/* body{
    background-color: #f84f4f;
} */
.monstro-header-gap{
    position: relative;
    width: 100%;
    height: 4rem;
}
.monstro-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 4rem;
    background-color: var(--header-bg);
    -webkit-transform: translateY(0rem);
              transform: translateY(0rem);
    font-family: Poppins-Bold;
    z-index: 9999999;
}
.monstro-header .monstro-header-btn{
    display: none;
    position: absolute;
    align-self: center;
    width: 6rem;
    height: 6rem;
    background-color: var(--header-btn-close-bg);
    top: -8%;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 60%;
    /* background: var(--Monstronauts-white); */
    transition: top 0.5s ease-in-out;
}
.monstro-header .monstro-header-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 
        var(--header-btn-menu-bg) 0%, 
        var(--header-btn-menu-bg) 50%,
        var(--header-btn-menu-bg) 50%,  
        var(--header-btn-close-bg) 100%);
    opacity: 0; /* Start with opacity 0 */
    transition: opacity 0.5s ease; /* Transition opacity */
  }
.monstro-header-btn .burger-icon{
    position: absolute;
    font-size: 3rem;
}

.monstro-header .brand-name{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 1rem;
}
.monstro-header .brand-name .logo{
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
.monstro-header .brand-name .mobile{
    object-fit: cover;
    max-height: 1.8rem;
}

.monstro-header .pages{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 1;
    /* border: 1px solid red; */
}
.monstro-header .pages .page-column{
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
    /* border: 1px solid green; */
}
.monstro-header .pages .index-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 20%;
    max-width: 7rem;
    flex-shrink: 1;
    flex-grow: 1;
}
.monstro-header .pages .index{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: var(--header-link);
    /* border: 1px solid blue; */
    font-size: 0.8rem;
    font-family: Poppins-Extra-Bold;
}

.monstro-header .pages .index:hover{
    color: var(--header-link-hover);
}

/* .monstro-header .pages .index-container:hover .nav-indicator{
    display: block;
} */
.monstro-header .pages .index-container .nav-indicator{
    display: none;
    z-index: 3;
    position: absolute;
    margin-bottom: 2rem;
}

.monstro-header .home{
    display: none;
}
.monstro-header .brand-name .mobile{
    display: none;
}
@media screen and (max-width: 770px) {
    .monstro-header{
        bottom: 0;
        flex-direction: column;
        justify-content: center;
        height: 25rem;
        padding-top: 3rem;
        -webkit-transform: translateY(25rem);
              transform: translateY(25rem);

    }
    
    .monstro-header-gap{
        height: 0;
    }
    .monstro-header .burger-icon{
        top: 3%;
    }
    .monstro-header .brand-name{
        margin: unset;
    }
    .monstro-header .brand-name .web{
        display: none;
    }
    .monstro-header .brand-name .mobile{
        display: block;
    }
    .monstro-header .monstro-header-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        top: -12%;
        transition: top 0.5s ease-in-out;
        color: var(--header-btn-menu);

    }
    .monstro-header .monstro-header-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( 
            var(--header-btn-menu-bg) 0%, 
            var(--header-btn-menu-bg) 50%,
            var(--header-btn-menu-bg) 50%,  
            var(--header-btn-close-bg) 100%);
        opacity: 1; 
      }
    .monstro-header.slide-top .monstro-header-btn{
        color: var(--header-btn-close);
        top: -8% !important;
    }
    .monstro-header.slide-bottom .monstro-header-btn{
        color: var(--header-btn-menu);
        top: -12% !important;
    }
    .monstro-header.slide-top .monstro-header-btn::before{
        opacity: 0 !important;
    }
    .monstro-header.slide-bottom .monstro-header-btn::before {
        opacity: 1 !important; /* On hover, change opacity to 1 */
        transition: opacity 0.5s ease;
    }
    .monstro-header.slide-bottom .burger-icon{
        top: 3% !important;
    }
    .monstro-header.slide-top .burger-icon{
        top: 10% !important;
    }
    .monstro-header .brand-name{
        height: 10rem;
        order: 1;
        padding: 0;
    }
    .monstro-header .pages{
        width: 100%;
        max-width: 20rem;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .monstro-header .pages .page-column{
        flex-direction: column;
        width: 50%;
        max-width: 15rem;
    }
    .monstro-header .pages .index-container{
        flex-grow: 0;
        flex-shrink: 1;
        min-height: 1rem;
        height: 10%;
        max-height: 4rem;
        width: 50%;
        max-width: unset;
    }
    .monstro-header .pages .index-container.home{
        display: none;
    }
    .monstro-header .pages .index-container .nav-indicator{
        margin-bottom: 3rem;
    }
    .monstro-header .pages .index{
        width: 100%;
        height: 100%;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: var(--header-index-mobile);
    }

    .monstro-header .home{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 6rem;
        background-color: #f84f4f;
        font-size: 1.5rem;
        text-decoration: none;
        color: var(--header-home-text-mobile);   
        margin-top: 1rem;
    }
}






