
::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%;
    font-weight: bold;
    align-items: center;
    
}





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





.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;


}



/* menu wrapper- sidebar style */



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

@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: relative;
    } 

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


     

        .about-container{
            grid-template-columns: repeat(2,1fr);
            margin-left: 0%;
        }   

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

}


    .footer{
        display: none;
    }

    .nav{
        color: #c99356;
    }

    .main-client, 
    .about-container {
        margin-left: 0 !important; /* Remove the desktop sidebar gap */
        width: 100% !important;
        padding: 20px ;
        box-sizing: border-box;
    }

    .client-A, .client-B, .client-C, .client-D, .client-E {
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
        height: auto;
        overflow-y: visible;
    }

    
    .img {
        border-width: 5px; /* Thinner border for smaller screens */
    
        border-radius: 20px;
        opacity: 0.9}

        .img-container{
            position: relative;
        }

        .download-b{
            position: absolute;
        }



    .about-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sheexy {
        width: 100%;
        max-width: 450px; 
        height: auto;
        padding: 0;
        margin-bottom: 20px;
    }


    .header {
        position: sticky; 
        top: 0;
        z-index: 1001;
        background-color: #c99356;
        height: 70px;
    }
}

.img-click {
    height: 200px;
    width: 250px;
    cursor: pointer;
    position: relative;
}


.img-click-event {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}


    




  /*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: 30%;
    margin-top: 0;
}


.sheexy{
    width: 500px;
    
    height: 600px;
    padding: 20px;
}

.p{
    font-family: "Cinzel Decorative", serif;
    margin-top: 0%;

}


/* main treating*/

.main-client{
    
    margin-left: 300px;
    width: calc(100% - 300px);
  padding: 0;
    box-sizing: border-box;
    height: auto;
    

    
}





    

 .img {
    height: 70%;
    width: 80%;
    object-fit: cover;
    background-color:#2D1E16;
    border: 9px  solid #2D1E16;
    border-radius: 30px;
    cursor: pointer;
    transition:transform 180ms,filter 180ms ease, box shadow 180ms ease;
    object-fit: cover;
    transform: scale(1);
    opacity: 0.4;
    animation: gridease 0.8s ease forwards ;
}

.img:hover {
    transform: scale(1.05) rotate(0.2deg);
    filter: brightness(1.3);
    box-shadow: 0 14px 25px #2D1E16;
    opacity: 1;
}


  .image-container{
            position: relative;
            display: inline-block;
            width: 100%;
            margin-bottom: 20px;
        }

        

        .image-container .img {
    width: 100%;
    display: block;
    border-radius: 12px;
}


.img-click span{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(45, 30, 22, 0.8);
    color: #c99356;
    padding: 5px 10px;
    border-radius: 15px;
    font-family: "Cinzel Decorative", serif;
    font-weight: bold;
    font-size: 14px;
}


   
    


        .download-overlay{
            position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(45, 30, 22, 0.8); 
    color:#c99356;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
        }

        .image-container:hover .download-overlay {
    opacity: 1;
    transform: translateY(0);}
     


@keyframes gridease{
    from{opacity:0;transform: translateY(14px) scale(0.98);}
    to {opacity: 1;transform: translateY(0) scale(1);}
}

.client-A, .client-B,.client-C,.client-D, .client-E {


    display: grid;
    grid-template-columns: repeat(4,minmax(120px,1fr));
    padding: 20px;
    overflow-y:auto;
    height:  cal(100vh - 20px);
    gap: 30px;
    


}


.client-A, .client-B,.client-C,.client-D, .client-E {
    display: none;
}

.active.client-A {
    display: block;
}

.active.client-B{
    display: block;
}
.active.client-C{
    display: block;

}

.active.client-D {
    display: block;
}

.active.client-E{
    display: block;
}