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





body{
    margin: 0;
    padding: 0;
    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%;
    font-weight: bold;
    
}

/* main content area (about page) */
.main-content {
    margin-left: 250px;
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding: 20px 30px;
}






.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;
    font-weight: bold;
    margin-right: 20px;
      
    
    
} */

.content{
    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;
}

/* menu wrapper- sidebar style */



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



/* 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;
    
}



/* on -full-screen portfolio, for wedding,casual*/
.nav-m-full{
    padding: 4px;
      color:  #2D1E16 ;
      text-decoration: none;
      margin-right: 50%;
      margin-top: 5%;
      text-align: center;
       transition: opacity 1s ease;
}

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







 the name PORTFOLIO  to make your portfolio not display on full-screen active
.minus-portfolio-full {
    text-transform: capitalize;
      display:none;
      flex-direction: column;
    color:  #2D1E16 ;
    cursor: pointer;
    padding: 0;
    text-align: center;
    padding-left: 18px;
    transition: max-height 0.4s ease;
    max-height: 0;

}


.minus-portfolio-full.active {
    display:flex;
    max-height: 600px;
}




/* on -full-screen portfolio, for wedding,casual - tab sub link not needed in about */
.nav-m-full{
    padding: 4px;
      color:  #2D1E16 ; 
      text-decoration: none;
      margin-right: 50%;
      margin-top: 5%;
      text-align: center;
       transition: opacity 1s ease;
}

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







.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;
    }
        
     .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
        position: static;
        height: 80px;
    }

        .about-container {
            
            
        
            align-items: center;
            height: auto;
            display: flex !important;
            flex-direction: column !important;
            width: 100%;
            overflow: hidden;
            margin: 0 auto;

            
        }   

        .about-wrapper-split-screen {
            width: 100%;
            max-width: 100%;
            padding: 20px;
            margin: 0 auto;
        }

        .about-pic {
            width: 100%;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            animation: floatUpDown 4s ease-in-out infinite;
        }

        
    .sheexzy{
        padding: 0;
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0%;
        font-family: "Cinzel Decorative", serif ;

}


    .footer{
        display: none;
    }

    .nav{
        color: #c99356;
    }

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

    .main-content {
        margin-left: 0;
        width: 100%;
    }


    
.sheexy{
    width: 400px;
    
    height: 500px;
    
}

p{padding: 40px;

}

    




    

}


  /*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;
}



















.about-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-left: 0; /* now inside main-content wrapper */
    
    margin-top: 0;
    width: 100%;
    gap: 20px;
}

/*
.sheexy{
    width: 300px;
    
    height: 400px;
    padding: 15px;
    margin-right: 15%;
}
/**/

.about-pic {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(50px);
    }
} 

p{
    font-family: "Cinzel Decorative", serif;
    margin-top: 0%;
    padding: 20px;
    max-width: 500px;
    margin-right: 30px;
    

}


