
::before,::after{
    box-sizing: border-box;
     font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}
    
  





body{
    background-color:#c99356;
    overflow-x: hidden;
}
/* desktop fixed sidebar*/
.top-menu{
    
    position: fixed;
    z-index: 1000;
    height: 100vh;
    left: 0;
    top: 0;
    width: 250px;
    overflow-y: auto;
    margin-left: 30px;
}



/* sheexzy header*/

   

.sheexzy{margin-top: 15%;
    font-size: 15px;
    font-family: "Cinzel Decorative", serif;
    pointer-events: none;
    margin-bottom: 15%;
    align-items: center;
    font-weight: bold;
    
}


.write-up{
    font-family: "Cinzel Decorative", serif;
    
    margin-top: 10%;
    margin-bottom: 10%;
    font:lighter;
    padding: 20px;
    
}






.logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    margin: 0 auto;
    width: auto;
    height: auto;
}



.logo{
    transition: opacity 0.3s ease;
    max-height: 22px;
    width: auto;
}

.logo:hover{
    cursor: pointer;
    opacity: 0.4;
}


#contact-logo,
#whatapp,
#instagram,
#tiktok {
    padding: 6px;
}



.content-last{
    font-family: "Cinzel Decorative", serif;
    font-size: 10px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
}



.footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 10px;
    background: #c99356;
    margin-top: 0;
}




.menu{
    display: none;
}



/* for the clickable tabs that loads page  */



.nav{
    font-family: "Cinzel Decorative", serif;
    


    margin: 15px;
    display: flex;
    position: relative;
    color: #2D1E16 ;
    border: none;
    text-decoration: none;
    transition: opacity 1s ease;
}


.nav:hover{
    
    transition: 1.5s ease-in;
    opacity: 0.2;
    
}



/* menu wrapper- sidebar style */



.menu-wrapper{
    font-family: "Cinzel Decorative", serif;
    font-weight: bold;
    display: block;
    
}





.close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    color: #c99356;
    font-size: 25px;
    cursor: pointer;
    border: solid 1.5px #2D1E16;
    border-radius: 10px;
    margin: 0;


}

@media(max-width:1100px) {
    .menu-wrapper{
        display: none;
    }

    
    .menu{
        font-family: "Cinzel Decorative", serif;
        display: block;
        font-size: 20px;
        margin-bottom: 0;
        font: lighter;
        margin: 0;
        margin-right: 10%;
        cursor: pointer;
    }

       /* to set the menu and sheezxy header to face each other on mobile*/
    
    
     .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
        position: static;
        height: 80px;
    } 



        

        
    .sheexzy{
        padding: 0;
        margin: 0;
        font-size: 20px;
        font:lighter;
        margin-bottom: 0%;

}



     /* to set the menu and sheezxy header to face each other on mobile*/
    

    .top-menu{
        position: static;
        width: 100%;
        height: auto;
    }


    .footer{
        display: none;
    }

    .nav{
        color: #c99356;
    }


    .main-content {
        margin-left: 0 !important;
        width: 100% !important;
        padding: 40px 20px;
    }

/* the content of my side bar*/

.sheexzy-pic{
    height: 100%;
    max-width: 400px;
    background-color: none;
    margin: 0 auto 30px auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;

    

} 

.intro {
        font-size: 24px;
        margin-bottom: 5%;
    }
}


  /*for the menu background  and therefore belongs to the split or mobile cases*/


.menu-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#2D1E16;
    overflow-y:auto ;
     align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.25s ease;
    opacity: 0;
    pointer-events: none;



}


.menu-overlay.active{
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.menu-overlay .menu-wrapper {
    display: block;
    text-align: center;
}


.close-overlay {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    background: none;
    border: none;
    color: #c99356;
    cursor: pointer;
}

/* picture*/
.sheexzy-pic{
    height: 500px;
    width: 600px;
    background-color: none;
    margin-left: 20%;
}





/* Portfolio Content Area */
.main-content {
    margin-left: 250px;
    width: calc(100% - 250px);
    padding: 40px 30px;
    box-sizing: border-box;
}

/* form for contact*/
.contact{
    display: flex;
    flex-direction: column;
}

.name{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    
    font-size: 1.2rem;
    color: #2D1E16;
    font: bold;
}
/* form to be filled*/
input{
      border-radius: 10px;
    font: bold;
    background-color: #2D1E16;
    outline: none;
    padding: 10px;
    box-shadow: none;
    color: #c99356;


}

::placeholder{
    color: #c99356;
}




.radio-group{
    display:flex;
    flex-direction: column;
    gap: 4px;
    color: #2D1E16;
    
}
.intro {
    font-family: "Cinzel Decorative", serif;
    font-size: 30px;
    color: #2D1E16;
    margin-bottom:10%;
    font-weight: bold;
    text-align: center;
}






/* label for the name and email */

/*message area the text area design*/

.message-area{
    background: #2D1E16;
    border-radius: 10px;
    color: #c99356;
    outline: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
}


.selection{
    background-color: #2D1E16;
    color: #c99356;
    outline: #c99356;
    padding: 10px;
    
}



.selection-h{
    background-color: #2D1E16;
    color: #c99356;
    outline: #2D1E16;
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
    
}

select option{
    background-color: #2D1E16;
    color: #c99356;
    outline: #2D1E16;
    
    
}

select option:hover,
select option:checked{
    color: #c99356;
    }

.h3{
    color: #2D1E16;
}

/* selection-form



/* submit button*/
.submit-message{
    color:#c99356;
    background: #2D1E16;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}


/* When radio is checked, make label bolder */
input[type="radio"] {
    accent-color: #2D1E16;
    cursor: pointer;
    transform: scale(1.2);
    

    
}

  @media (max-width: 650px) {
            .main-content { padding: 1rem; }
            .intro { font-size: 1.5rem; }
            .radio-group { gap: 1rem; }
            .top-menu { padding: 0.8rem 1rem; }
        }




















