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





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









/* sheexzy header*/

   

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



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





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

.portf-full{
    text-align: center;
    flex-direction: column;
    color: #2D1E16;
    cursor: pointer;
    padding-right:80px;
    transition: opacity 1s ease;
    text-decoration: none ;
    margin-left: 15px;


}



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





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



















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


    /* to set the menu and sheexy header to face each other on mobile*/
    
    .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 sheexy header to face each other on mobile*/
    
    
     .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
        position: static;
        height: 80px;
    } 

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

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



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


.portfolio-intro {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* portfolio split screen */

.portf {
    text-align: center;
    flex-direction: column;
    color:#c99356 ;
    cursor: pointer;
    padding-right: 0;
     transition: opacity 1s ease;
     text-decoration: none;

     /* for special aligning of the box */
     margin-right: 63px;
}

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


/* nav m for split screen sub menu which belongs inside portfolio tab */


.nav-m{
    padding: 4px;
      color: #c99356;
      text-decoration: none;
      margin-right: 40%;
      margin-top: 5%;
      text-align: center;
       transition: opacity 1s ease;
    

}

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



    

}


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



















/* Portfolio page submenu - visible by default */
.minus-portfolio {
    display: flex;
    flex-direction: column;
    color: rgb(39, 171, 224);
    cursor: pointer;
    padding: 0;
    text-align: center;
    padding-left: 18px;
    opacity: 1;
    max-height: 500px;
    overflow: hidden;
    transition: all 0.8s ease;
}

.minus-portfolio.active {
    opacity: 0;
    max-height: 0;
    padding: 0;
}

.minus-portfolio-full {
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    color: #2D1E16;
    cursor: pointer;
    padding: 0;
    text-align: center;
    padding-left: 18px;
    opacity: 1;
    max-height: 600px;
    overflow: hidden;
    transition: all 0.8s ease;
}

.minus-portfolio-full.active {
    opacity: 0;
    max-height: 0;
    padding: 0;
}

/* Portfolio Content Area */
.main-content {
    margin-left: 280px;
    width: calc(100% - 280px);
    padding: 0 20px 40px 20px;
    box-sizing: border-box;
    height: auto;

    margin-left: 30%;
}

.portfolio-intro {
    
    text-align: center;
    margin-bottom: 0;
    padding: 30px  20px 10px 20px ;
}

.portfolio-intro h1 {
    font-family: "Cinzel Decorative", serif;
    font-size: 3rem;
    color: #2D1E16;
    margin-bottom: 20px;
}

.portfolio-intro p {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.2rem;
    color: #2D1E16;
    opacity: 0.8;
}

.portfolio-categories {
    display: block;
    
}

.category-section {
    height: 90vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;
    margin-bottom: 80px;
}

.slideshow {
    height: 100%;
    position: relative;
}



.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 90%;
    height: 100%;
    object-position:center;
    flex-shrink: 0;
    
    
}

.slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20%;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 80%;

}

.slide-text h3 {
    font-family: "Cinzel Decorative", serif;
    font-size: 2rem;
    margin-bottom: 10px;
}

.slide-text p {
    font-family: "Cinzel Decorative", serif;
    font-size: 1rem;
    line-height: 1.5;
}
/*

.category-card  {
    
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #2D1E16;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(45, 30, 22, 0.1);
    margin-bottom: 80px;
}
    





.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(45, 30, 22, 0.2);
    background: rgba(201, 147, 86, 0.1);
}

.category-card h3 {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.8rem;
    color: #2D1E16;
    margin-bottom: 15px;
}

.category-card p {
    font-family: "Cinzel Decorative", serif;
    font-size: 1rem;
    color: #2D1E16;
    opacity: 0.7;
    line-height: 1.5;
}
    */


@media(max-width: 1100px) {

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

    .portfolio-intro h1 {
        font-size: 2rem;
    
    }

    .portfolio-intro {
        padding: 20px 15px;
    }

    .category-section {
        height: 90vh;
        width: 120vw;
    
        
    
    }

    .slide img {
        width: 100%;
        height: 90vh;
        object-fit: cover;
        border-radius: 12px;
    }
    

    .slide-text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 80%;
    
     }

    .slide-text h3 {
        font-size: 1.05rem;
    }

}


