

.banner___about {
    background: url(../images/banner__1.jpg);
    height: 70vh;
}



nav.nav-menu-warp ul li a {
    color: #153526;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
      
        .effectStack__stack img {
  
    width: 100%;
}
        
        picture.--landscapRec.--portraitRec-l {
 
    display: inline-block;
}
        .s__-99ss p {
    color: #153526;
    font-size: 20px;
}
        
        ul.s__0000154545 p {
    color: #153526;
    font-size: 17px;
}
        
        ul.s__0000154545 h3 {
    font-size: 22px;
    font-weight: 600;
}
        
        .s__00888ss {
    height: 700px;
    overflow: hidden;
}
    picture.--landscapRec.--portraitRec-l {
    display: inline-block;
    margin-bottom: 100px;
}
        
/*
        picture.--landscapRec.--portraitRec-l {
    opacity: 0;
}
        picture.--landscapRec.--portraitRec-l.sticky-top.is-active {
    opacity: 1;
}
*/
        section.banner.about {
    padding-bottom: 97px;
}
        .effect.is-active {
    position: sticky;
    top: 0; /* Adjust as needed */
    background-color: #f0f0f0; /* Example: Highlight the active section */
    z-index: 10;
}
.sticky-top {
  
    top: 69px;
   
}
        
        .contentBlock h3 {
    color: #fff;
    font-weight: 500;
    font-size: 38px;
    line-height: 51px;
    padding-bottom: 35px;
}
        .contentBlock p {
    color: #ffffff9c;
    font-size: 24px;
}
        
        #lightbox {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: #3c1b03cf;
    opacity: 0;
    transition: opacity 0.5s;
}

.main-gallery-section {
    background: #fef6e2;
    padding-bottom: 90px;
    padding-top: 90px;
    background: transparent linear-gradient(121deg, #f99c3e24 0%, #137b7c2e 84%, #ef782129 100%) 0% 0% no-repeat padding-box;
}

section#gallery img {
    width: 100%;
    border-radius: 12px;
}

.top-title {
    width: 90vw;
  max-width: 1200px;
  margin:0 auto;
  padding-bottom:50px;
}

.gallery {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 30px;
  position: relative;
  z-index: 9;
}

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.gallery img:hover {
  transform: scale(1.05) translateY(-5px);

}


/* category style  */

.category-wrap {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.top-card-category img {
  width: 70px;
  height: auto;
  object-fit: contain;
}

.top-card-category {
  width: 200px;
  height: 200px;
  border: 1px solid #153526;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category-wrapper {
  padding-top: 50px;
}
.nav-content-wrap {

}
.bottom-category h3 {
text-align: left;
padding-top: 20px;
margin: 0 0 16px;
color: #000;
font-size: 20px;
line-height: 32px;
font-weight: 600;
letter-spacing: .5px;
padding-left: 30px;
}
nav.nav-menu-warp ul li a {
color: #153526;
font-size: 15px;

line-height: 28px;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Inter'!important;
font-weight: 600!important;
}
section.category {
padding-bottom: 130px;
}

.nav-content-wrap img {
width: 185px;
height: auto;
object-fit: contain;
/* filter: invert(1); */
background: #fff;
padding: 8px 12px;
border-radius: 10px;
}

section.category {
margin-top: 0;
position: relative;
padding-top: 100px;
}

/* nav bars css  */

.left-menu {
position: relative;
display: none;
}

.lightbox-image {
    width: 60vw;
    height: 100%;
    max-height: calc(100vh - 100px);
    display: block;
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s;
    object-fit: contain;
    aspect-ratio: 4/3;
}

#lightbox-caption {
    color: var(--lightbox-caption-text-color);
    text-align: center;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    box-sizing: border-box;
    padding-top: 15px;
}

#lightbox figure {
    max-width: calc(90vw - 100px);
    max-height: calc(90vh - 100px);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#lightbox #prev {
    left: 20px;
}

#close:hover, #prev:hover, #next:hover {
    color: var(--lightbox-controls-hover-color);
    transition: all 0.5s ease-in-out;
}

#close, #prev, #next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: var(--lightbox-controls-color);
}

#lightbox #next {
    right: 20px;
}

#lightbox #close:hover {
    background: rgba(178, 34, 52, 0.95);
}

#lightbox #close {
    text-indent: -9999px;
    cursor: pointer;
}

#lightbox #close {
    top: 35px;
    right: 20px;
    width: 35px;
    height: 35px;
}

#close:hover, #prev:hover, #next:hover {
    color: var(--lightbox-controls-hover-color);
    transition: all 0.5s ease-in-out;
}

#close, #prev, #next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: var(--lightbox-controls-color);
}

#lightbox #close:after, .close-button:before {
    content: ""'';
    width: 55%;
    height: 2px;
    background: #fafafa;
    position: absolute;
    top: 48%;
    left: 22%;
    transform: rotate(-45deg);
    transition: .3s ease-out;
}

#lightbox #close:hover:after, .close-button:hover:before {
    transform: rotate(180deg);
}

#lightbox #close:after, .close-button:before {
    content: ""'';
    width: 55%;
    height: 2px;
    background: #fafafa;
    position: absolute;
    top: 48%;
    left: 22%;
    transform: rotate(-45deg);
    transition: .3s ease-out;
}

#lightbox #close:after {
    transform: rotate(45deg);
    transition: .3s ease-out;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner___about {
        height: 50vh;
        object-fit: contain;
        background-size: cover;
    }
}