
*{
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
a{
  color: inherit;
}



main {
  /* box-sizing: border-box; */
  background-color: #EEEEEE;
}

.category_section.sticky {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  z-index: 1000; /* Adjust z-index as needed */
  background-color: #EEEEEE; /* Optional: Add a background color */
  height: 3.2rem;
  margin-top: -0.2px;
}

.category_section.sticky , 
.category_section.sticky .project_count {
  color: #1d3232; /* Color of total projects */
  font-size: 1.25vw;
}

.category_section.sticky .category_button .btn {
  outline: 1px solid #1d3232 !important; /* Outline color for selected category */
  color: #1d3232 !important; /* Text color for selected category */
  font-size: 1.25vw;
}


/* =========== HEADER ============= */
.header {
  /* position: fixed; */
  position: absolute;
  height: 5rem;
  padding: 0 48px;
  width: 100%;
  background-color: transparent;
  z-index: 100;
}
.header .navbar {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  background-color: transparent;

 }

.header .navbar .nav_section .nav_list {
  display: flex;
  text-decoration: none;
}
.header .navbar .nav_section.about .nav_list li {
  color: #7C7C7C;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  list-style: none;
}
.header .navbar .nav_section .nav_list li {
  text-decoration: none;
  list-style: none;
  padding-left: 24px;
  color: var(--color-white);
  font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.header .navbar .nav_section .nav_list li.icon_active {
  font-weight: 700;
  color: var(--color-white);
}

.header .navbar .nav_section.about .nav_list li.icon_active {
  font-weight: 700;
  color: var(--text-color);
}
/* ==== MENU ICON ======== */
.header .navbar  .icon {
  display: none;
}

#scroll {
  height: 100vh;
  width: 100%;
  z-index: 1;
  position: relative;
  background-color: #253A38; /* Red background color behind the image */ 
}

.spacer {
  height: 100vh;
  width: 100vw;
  display: grid;
  position: relative;
  border: none;
  background-color: #253A38; 
}

#scroll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}

.hero {
  display: flex;
  /* justify-content:center; */
  align-items: center;
  width: 100%;
  flex-direction: column;
  background-color: var(--green-color);
  right: 0;

}

.bg_image {
  display: none;
  width: 100%;
  height: var(--image-height);
  /* background: url("../../public/images/home/work_image.png"); */
  /* background-position: center; */
  /* background-attachment: fixed; */


  z-index: 10;
  /* position: relative; */
  /* align-items: center; */
  /* transition: opacity 0.5s ease, transform 0.5s ease; */
  
  /* transition: height 0.5s ease; */
  transition: transform 1s ease-in-out, background-size 1s ease-in-out;
    transform-origin: center;
    font-family: var(--font-playfair-display);
  
}

.bg_image img {
  height: 100%;
  width: 100%;
  background-size: contain;
  object-fit: fill;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero .heading {
  /* text-align: center; */
  /* position: fixed; */
  display: inline-block;
  font-size: 4.375vw;
  /* line-height: 0; */
  /* margin-top: -10%; */
  z-index: 1;
  /* position: absolute; */
  letter-spacing: 4px;
  color: #fff;
  font-weight: normal;
  font-family: var(--font-playfair-display);
  margin: 0;
  padding: 0;
  
}

/* =========== CATEGORY SECTION  =========== */

.category_section {
  width: 100%;
  height: 4.5rem;
  background-color: var(--green-color);
  /* margin-top: 10%; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color-white);
  z-index: 100;
  font-size: 1.563vw;

  /* margin-top: -3%; */
  /* position: absolute; */
}

.category_section .category_button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 12px;
}

.categories {
  display: none;
}

.category_section .filter_button {
  display: none;
}
.category_section .category_button .btn {
  width: Hug (178px)px;
  height: Fixed (40px)px;
  padding: 8px 16px;
  gap: 8px;
  border-radius: 20px;
  border: 1px;
  opacity: 0px;
  font-size: 1.563vw;
  outline: 1px solid var(--color-white);
  background-color: transparent ;
  cursor: pointer;
  margin: 0 8px;
}

.category_section .category_button .bottom_button {
  display: none;
}

/* .category_section .category_button .btn.active {
  outline: 1px solid var(--color-white) !important;
  background-color: transparent !important;
} */


.category_section  p {
  border-left: 2px solid #E7BF83;
  padding: 0 12px;
}


.filterDiv {
  margin-bottom: 24px;
  border-radius: 24px;
  background-color: white;

  display: none;
  justify-content:center;
  align-items: center;
  height: 100%;
}

.visible {
  display: block;
}

.container {
  /* margin-top: 20px; */
  overflow: hidden;
}

/* Style the buttons */
.btn {
  border: none;
  color: white;
  padding: 10px 24px;
  cursor: pointer;
  margin: 5px;
}

.btn.active[data-filter="Spaces"] {
  outline: none !important;
  background-color: #AA91BD !important;
}

.btn.active[data-filter="Performances"] {
  outline: none !important;
  background-color: #8BA9C5 !important;
}

.btn.active[data-filter="Objects"] {
  outline: none !important;
  background-color: #CE9299 !important;
}

.btn.active[data-filter="Methods"] {
  outline: none !important;
  background-color: #9CC6BC !important;
}

.category_section.sticky .category_button .btn.active[data-filter="Performances"]  {
  outline: none !important; /* Outline color for selected category */
  color: #fff !important; /* Text color for selected category */
}

.category_section.sticky .category_button .btn.active[data-filter="Spaces"]  {
  outline: none !important; /* Outline color for selected category */
  color: #fff !important; /* Text color for selected category */
}
.category_section.sticky .category_button .btn.active[data-filter="Objects"]  {
  outline: none !important; /* Outline color for selected category */
  color: #fff !important; /* Text color for selected category */
}
.category_section.sticky .category_button .btn.active[data-filter="Methods"]  {
  outline: none !important; /* Outline color for selected category */
  color: #fff !important; /* Text color for selected category */
}


/* =========== PROJECT SECTION =============== */


.project_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.filterDiv {
  width: 100%;
}

.project_container .filterDiv .project_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 48px 0;
}

.project_container .filterDiv .project_section .project_details {
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  padding: 0 84px;
  font-family: Arial, Helvetica, sans-serif;
}

.project_container .filterDiv .project_section .project_details .project_timeline {
  display: flex;
  font-size: 1.25vw;
  margin-bottom: 1vw;  
}

.project_container .filterDiv .project_section .project_details .project_timeline .year {
  color: var(--gray-color);
  border-right: 1.8px solid #CBCBCB;
  line-height: 16px;
  padding: 0 12px 0 0;
  font-weight: 550;
}

.project_container .filterDiv .project_section .project_details .project_timeline .project_category {
  display: flex;
  font-size: 16px;
  line-height: 16px;
  font-weight: 550;
  padding: 0 0 0 12px;  
}

#categoryCount{
  display: none;
}


.project_container .filterDiv .project_section .project_details .project_timeline .project_category .performances {
  color: #8BA9C5;
}
.project_container .filterDiv .project_section .project_details .project_timeline .project_category .objects {
  color: #CE9299;
}

.project_container .filterDiv .project_section .project_details .project_timeline .project_category .spaces {
  color: #AA91BD;
}


.project_container .filterDiv .project_section .project_details .project_timeline .project_category .methods {
  color: #9CC6BC;
}


.project_container .filterDiv .project_section .project_details .project_timeline .categories {
  padding: 0 0 0 12px;
}

.project_container .filterDiv .project_section .project_details .project_heads .project_heading {
  /* line-height: 2.5vw; */
  font-size: 2.5vw;
  font-family: var(--font-playfair-display);
  text-overflow: clip;
  line-height: 2.5vw;

}



.project_container .filterDiv .project_section .project_details .project_heads .project_subheading {
  font-size: 1.25vw;
  line-height: 1.5vw;
  padding: 12px 0;
  font-weight: var(--w-400);
  text-overflow: clip;
}

.project_container .filterDiv .project_section .project_details .details_end {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  /* margin-top: 6px; */
  /* margin-bottom: 0; */
}

/* Custom CSS to make video take full height and width */
/* Custom CSS to handle video aspect ratio */
    /* Custom CSS to make video take full height and width */
    .fancybox-content {
      width: 100% !important;
      height: 100% !important;
      max-width: 100%;
      max-height: 100%;
  }

  .fancybox-iframe {
      width: 100%;
      height: 100%;
  }
  
 .fancybox-bg {
  background-color: rgba(0, 0, 0, 1) !important; /* Set black background with opacity */
}

.lg-toolbar {
  color: #fff;
}

.project_container .filterDiv .project_section .project_details .details_end .watchvideobutton {
  font-size: 1.25vw;
  display: block;
  font-weight: var(--w-400);
  position: relative;
  /* margin: 16px 0; */
  margin-top: 12px;
  padding: 8px 16px; /* Set padding to ensure consistent size */
}

.project_container .filterDiv .project_section .project_details .details_end .watchvideobutton:hover {
  border-radius: 20px;
  background-color: var(--yellow-color); /* Set background color on hover */
  color: white; /* Set text color on hover */
  opacity: 1; /* Ensure opacity does not go to 0 */
  padding: 8px 16px; /* Set padding to ensure consistent size */

}

.project_container .filterDiv .project_section .project_details .details_end .watchvideobutton:hover::after {
  display: none; /* Remove ::after element on hover */
}

.project_container .filterDiv .project_section .project_details .details_end .watchvideobutton::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 1.5px;
  display: block;
  
  background-color: var(--yellow-color);
  transition: display 0s; /* Ensure immediate disappearance */
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 16px;
  width: 80%;
  max-width: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  background-color: #000;
  height: 32px;
  width: 32px;
  color: #fff;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  width: 100%;

  
}
::-webkit-scrollbar{
  height: 4px;
  width: 4px;
  background: #EEEEEE;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #1D3232;
  border-radius: 10px;
  
}

.carousel-item {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  width: 100%;
  height: calc(100vh - 450px);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project_container .filterDiv .project_section .project_details .details_end span {
  width: 80%;
  height: 2px;
  background-color: var(--grey-color);
}

.project_container .filterDiv .project_section .project_details .details_end button {
  background-color: transparent;
  font-size: 1.25vw;
  font-weight: var(--w-600);
  color: #7C7C7C;
  display: none;
}

.project_container .filterDiv .project_section .project_details .details_end button .share {
  background-color: #EEEEEE;
  padding: 6px;
  margin: 0 12px;
  border-radius: 50%;
  color: #7C7C7C;
  display: none;

  
}




.project_container .filterDiv .project_section .project_description {
  grid-area: 1 / 2 / 2 / 3;
  width: 100%;
  padding: 0 84px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.094vw;
  font-weight: var(--w-400);
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
 
}

.more {
  display: none;
}

/* ============= SHARE BUTTON ============= */
/* .popup {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.popup.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
} */

@keyframes fadein {
  from { bottom: 20px; opacity: 0; }
  to { bottom: 30px; opacity: 1; }
}

@keyframes fadeout {
  from { bottom: 30px; opacity: 1; }
  to { bottom: 20px; opacity: 0; }
}


.project_container .filterDiv .project_section .project_description  .readMore_button {
  background-color: transparent;
  color: #E7BF83;
  font-weight: var(--w-600);
}

.project_container .filterDiv .project_section .image_container {
  grid-area: 2 / 1 / 3 / 3;
  /* height: 50px; */
  width: 100%;
  display: flex;
  margin-top: 24px;
}



/* .project_container .filterDiv .project_section .image_container .video {
  margin-right: 24px;
  height: 33px;
} */

.gallery-container {
  position: relative;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 0 0 84px;

}

.gallery-container::-webkit-scrollbar {
  height: 6px;
  border-radius: 10px;
}

.gallery-container::-webkit-scrollbar-track {
  background: #EEEEEE;
  border-radius: 10px;

  
}

.gallery-container::-webkit-scrollbar-thumb {
  background-color: #E7BF83;
  border-radius: 10px;
  
}

.image_section img {
  flex-shrink: 0;
  width: calc(100% - 24px); /* Calculate width with 12px spacing */
  height: 446px;
  scroll-snap-align: start;
  border-radius: 16px;
  margin-right: 24px; /* Add right margin between images */
}

.image_section img:last-child {
}




/* CSS for centering the controls */
/* CSS for positioning the controls */
.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.controls .prev, .controls .next {
  pointer-events: all; 
  height: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}

.controls .prev:hover , .controls .next:hover {
  background-color: #E7BF83;
}

.controls .prev {
  position: absolute;
  left: 15%; /* Position 5% from the left edge */
  display: none; /* Hide the left control initially */
}

.controls .next {
  position: absolute;
  right: 15%; /* Position 5% from the right edge */
  display: block; /* Show the right control initially */
}








/* .btn.active {
  background-color: black;
  color: white;
} */

.filterDiv {
  display: none;
}

.filterDiv.visible {
  display: block;
}

.hidden {
  display: none !important;
}






/* For Desktop View */
@media screen and (min-width: 1440px) {}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
   
  #scroll {
    display: none;
  }
  .spacer{
   display: none
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 100; /* Below the category menu but above the rest of the content */
    display: none;
  }
  
  /* .btn.active {
    background-color: black;
    color: white;
  } */
  .filterDiv {
    display: none;
    padding: 24px 0;
  }
  
  .filterDiv.visible {
    display: block;
  }
  
  .hidden {
    display: none;
  }
  .container {
    /* max-width: 960px; */
    margin-left: auto;
    margin-right: auto;
  }
  .hidden {
    display: none;
  }
  .header {
    padding: 0 4.688vw;
  }

  .header .navbar {
    width: 100%;
  }
  
  .header .navbar .icon {
    display: block;
    font-size: 3.125vw;
    color: var(--color-white);
  }

  .nav_section {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -10;
    
  }


  .header .navbar .nav_section .nav_list {
    padding: 0;
    left: 0;
    padding: 8.688vw 2.344vw 4.688vw;
    display: flex;
    flex-direction: column;
    gap: 4.688vw;
    z-index: 10;
    width: 100%;
    position: absolute;
    background-color: var(--text-color);
  }

  .header .navbar .nav_section.about .nav_list{
    padding: 4.344vw 2.688vw;
    gap: 4.688vw;
    margin-top: 5rem;
  }
 
 
  .header .navbar .nav_section .nav_list li {
    color: var(--color-white);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }

  .header .navbar .nav_section.about .nav_list li {
    color: var(--color-white);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }

  .header .navbar .nav_section .nav_list li.icon_active {
    font-weight: var(--w-700);
    color: #E7BF83;
  }

  .header .navbar .nav_section.about .nav_list li.icon_active {
    font-weight: var(--w-700);
    color: #E7BF83;
  }
  

  .bg_image {
    display: block;
    height: auto;
  }

  .hero .heading {
    display: block;
    /* font-size: 6.203vw; */
    /* padding: 24px 0; */
    /* margin-top: -10%; */
    z-index: 1;
    color: #fff;
  }

   /* ===== CATEGORY AND FILTER ====== */
   .category_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* flex-direction: column; */
    height: 72px;
    position: relative;
    background-color:var(--background-color);
    padding: 0 4.688vw;
    font-size: 2.083vw;
  }

  .category_section.sticky {
    height: 72px;

  }

  .category_section.sticky , 
.category_section.sticky .project_count {
  font-size: 2.083vw;
}

.category_section.sticky .category_button .btn {
  font-size: 2.083vw;
}

  .category_section .filter_button button {
    font-size: 2.083vw;
  font-family: Arial, Helvetica, sans-serif;
   color: var(--text-color);
   font-weight: 600;
   
  }

  .category_section .category_button {
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: center;
    /* padding: 1rem 0; */
    padding: 0;
    z-index: 101;
    font-weight: var(--w-600);
    display: none;    

  }

 

  .category_section .filter_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category_section .filter_button,
  .category_section .categories {
    display: block;
    position: static;
    width: 100%;
    
  }
  .category_section .category_button {
    flex-direction: column;
    background-color: var(--color-white);
    align-items: start;
    justify-content: space-between;
    border-radius: 24px;
    
  }
  .category_section .category_button .allcategory_button  {
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
    width: 100%;
  }
 
  .category_section .category_button .allcategory_button div{
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* margin: 48px 0; */
    padding: 48px;
    width: 100%;
  }

  .category_section .category_button .allcategory_button .project_count {
     display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;

  }
 #categoryCount {
    display: flex;
    /* justify-content: center; */
   width: 100%;
   margin-left: -48px;
   padding: 0;
   font-size: 2.083vw;
}

#categoryCount::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2rem; /* Matches the height of the text */
    background-color: #E7BF83;
    margin-right: 10px; /* Adjust spacing as needed */
}

 
  
  .category_section .category_button .btn {
    outline: 1px solid var(--text-color);
    color: var(--text-color);
    opacity: 1;
    font-size: 5vw;
    font-weight: var(--w-500);
  }

  .btn.active[data-filter="Spaces"] {
    color: #fff;
    outline: 1px solid #AA91BD !important;
    background-color: #AA91BD !important;
  }
  
  .btn.active[data-filter="Performances"] {
    color: #fff;
    outline: 1px solid #8BA9C5 !important;
    background-color: #8BA9C5 !important;
  }
  
  .btn.active[data-filter="Objects"] {
    color: #fff;
    outline: 1px solid #CE9299  !important;
    background-color: #CE9299 !important;
  }
  
  .btn.active[data-filter="Methods"] {
    color: #fff;
    outline: 1px solid #9CC6BC !important;
    background-color: #9CC6BC !important;
  }
  
  .category_section .category_button .bottom_button {
    display: flex;
    padding: 0;
    width: 100%;
    
  }
  .category_section .category_button .bottom_button .btn.apply , .category_section .category_button .bottom_button .btn.cancel {
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 64px;
    font-size: 3vw;
    font-weight: var(--w-500);

  }
  .btn.apply, .btn.cancel {
    display: inline-block;
    bottom: 0;
}

  .category_section .category_button .bottom_button .btn.cancel {
    background-color: var(--background-color);
    color: var(--text-color);
    outline: none !important;


  }
  .category_section .category_button .bottom_button .btn.apply {
    background-color: #1D3232;
    color: #fff !important;
    outline: none !important;

  }

  .btn.active.mobile-active {
    background-color: #1D3232 !important;
  }


  .category_section  p {
    border:0;
    /* padding: 0 40px; */
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: var(--gray-color);

  }

  /* ==== PROJECT CARD =========== */
  .project_container .filterDiv .project_section {
    display: flex;
    flex-direction: column;
    padding-left: 4.688vw;
    margin: 0;
  }
  .project_container .filterDiv .project_section .project_details {
     order: 1;
     padding: 0;
     margin: 0;
  }

  .project_container .filterDiv .project_section .project_details .project_timeline {
    font-size: 2.25vw;
    margin-bottom: 1vw;

  }

  .project_container .filterDiv .project_section .project_details .project_timeline .project_category {
    font-size: 2.25vw;
    line-height: 2.25vw;

  }

  .project_container .filterDiv .project_section .project_details .project_timeline .year {
    color: var(--gray-color);
    border-right: 1.8px solid #CBCBCB;
    line-height: 2.25vw;
    padding: 0 12px 0 0;
    font-weight: 550;
    
  }

  .project_container .filterDiv .project_section .project_details .project_heads .project_heading {
    font-size: 4vw;
    line-height: 4vw;
  }

 
  .project_container .filterDiv .project_section .project_details .project_heads .project_subheading {
    font-size: 2.25vw;
    line-height: 2.25vw;
    padding: 12px 0;
    font-weight: var(--w-400);
    text-overflow: clip;
  }

  .project_container .filterDiv .project_section .project_details .details_end span {
    display: none;
  }
  .project_container .filterDiv .project_section .project_details .details_end .watchvideobutton  {
    display: block;
    font-size: 2.25vw;
    margin: 6px 0 12px 0;
  }

  .project_container .filterDiv .project_section .project_description {
    order: 3;
    padding: 0;
    /* margin-top: -12px; */
    font-size: 2.25vw;
    line-height: 3vw;
  }
  .project_container .filterDiv .project_section .project_description  .readMore_button {
    font-size: 2.25vw;
    margin: 2px 0;

  }
  .project_container .filterDiv .project_section .image_container {
    order: 2;
     margin: 0;
     padding-left: 0;
     margin-bottom: 24px;
     margin-top: 24px;
     
  }

  .gallery-container {
    margin: 0 0 0 0px;
  }
  .project_container .filterDiv .project_section .image_container a {
    margin: 0;
    padding: 0;
    height: 0;
  }


 

}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .header .navbar .nav_section {
    display: block;
    margin-top: 4rem;
    width: 100%;

  }

}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {

  #scroll {
    display: none;
  }
  .spacer{
   display: none
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 100; /* Below the category menu but above the rest of the content */
    display: none;
  }

  
  .header {
    padding: 0 4.688vw;
    
  }

  .header .navbar .icon {
    display: block;
    color: var(--color-white);
    font-size: 24px;
  }

  .header .navbar .nav_section {
    display: none;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -10;
  }

  .header .navbar .nav_section.about .nav_list{
    padding: 4.344vw 2.688vw;
    gap: 1.688vw;
    margin-top: 5rem;
  }
 

  .header .navbar .nav_section .nav_list {
    /* padding: 0; */
    /* top: 0; */
    /* left: 0; */
    padding: 16.688vw 2.344vw 4.344vw;
    display: fex;
    flex-direction: column;
    gap: 1.688vw;
    z-index: 10;
    width: 100%;
    position: absolute;
    background-color: var(--text-color);

  }

  .header .navbar .nav_section .nav_list li {
    color: var(--color-white);
    margin: 0;
    /* padding: inherit; */
    padding: 4.344vw 2.344vw;
    font-weight: var(--w-500);
  }
  .header .navbar .nav_section.about .nav_list li {
    color: var(--color-white);
    font-weight: var(--w-500);

  } 
  .header .navbar .nav_section .nav_list li.icon_active {
    font-weight: var(--w-500);
    color: 
    #E7BF83;
  }

  .header .navbar .nav_section.about .nav_list li.icon_active {
    font-weight: var(--w-500);
    color: #E7BF83;
  }


  /* ====== HERO IMAGE ===== */



  .hero {
    display: inline-flex;
    z-index: 10;
  }
  
  .bg_image {
    display: block;
    width: 100%;

    /* margin-top: 4rem; */
    height: 320px;
    z-index: 10;

    transition: height 0.5s ease;
  }

  .bg_image img {
    height: 100%;
    width: 100%;
    background-size: cover;
    object-fit: cover;
  }

  /* ====== HEADING ======= */

  .hero .heading {
    font-size: 6.203vw;
    /* margin-top: -15%; */
    /* line-height: 15.203vw; */
    z-index: 1;
    color: #fff;
  }


  /* ============ CATEGORY SECTION ============= */
  /* ===== CATEGORY AND FILTER ====== */
  .category_section {
  
    /* flex-direction: column; */
    height: 12vw;
    position: relative;
    background-color: var(--background-color);
    padding: 0 4.688vw;
    font-size: 3.5vw;
    
    
  }

  .category_section .filter_button button {
    font-size: 4vw;
  font-family: Arial, Helvetica, sans-serif;
   color: var(--text-color);
   font-weight: 600;
   
  }

  .category_section .category_button {
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: center;
    /* padding: 1rem 0; */
    padding: 0;
    z-index: 101;
    font-weight: var(--w-600);
    display: none;    

  }
  .category_section.sticky , 
.category_section.sticky .project_count {
  font-size: 4vw;
}

.category_section.sticky .category_button .btn {
  font-size: 4vw;
}
 
 

  .category_section .filter_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category_section .filter_button,
  .category_section .categories {
    display: block;
    position: static;
    width: 100%;
  }


  .category_section .category_button {
    flex-direction: column;
    background-color: var(--color-white);
    align-items: start;
    justify-content: space-between;
    border-radius: 24px ;
  }
  .category_section .category_button .allcategory_button  {
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
    width: 100%;
    
  }
  .category_section .category_button .allcategory_button div{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 12px 6px;
    
  }
  #categoryCount {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    line-height: 1.5rem;
    font-size: 4vw;
    position: fixed;
}

#categoryCount::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1.5rem; /* Matches the height of the text */
    background-color: #E7BF83;
    margin-right: 6px; /* Adjust spacing as needed */
}

  .category_section .category_button .allcategory_button .project_count {
    width: 100%;
    /* padding-left: 30px; */
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }

  .category_section .category_button .btn {
    outline: 1px solid var(--text-color);
    color: var(--text-color);
    opacity: 1;
    font-size: 2.5vw;
    font-weight: var(--w-500);
  }

  .btn.active[data-filter="Spaces"] {
    color: #fff !important;
    outline: 1px solid #AA91BD  !important;
    background-color: #AA91BD !important;
  }
  
  .btn.active[data-filter="Performances"] {
    color: #fff !important;
    outline: 1px solid #8BA9C5 !important;
    background-color: #8BA9C5 !important;
  }
  
  .btn.active[data-filter="Objects"] {
    color: #fff !important;
    outline: 1px solid #CE9299 !important;
    background-color: #CE9299 !important;
  }
  
  .btn.active[data-filter="Methods"] {
    color: #fff !important;
    outline: 1px solid #9CC6BC !important;
    background-color: #9CC6BC !important;
  }

  .category_section .category_button .btn {
    opacity: 1;
    font-size: 4vw;
    font-weight: var(--w-500);
    
  }
  /* .category_section .category_button .btn.active {
    outline: 1px solid var(--text-color) !important;
    color: var(--text-color) !important;
  }
   */
  
  .category_section .category_button .bottom_button {
    display: flex;
    padding: 0;
    width: 100%;
    
  }
  .category_section .category_button .bottom_button .btn.apply , .category_section .category_button .bottom_button .btn.cancel {
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 48px;
    font-size: 4vw;
    font-weight: var(--w-500);

  }
  .btn.apply, .btn.cancel {
    display: inline-block;
}

  .category_section .category_button .bottom_button .btn.cancel {
    background-color: var(--background-color);
    color: var(--text-color);
    outline: none !important;

  }
  .category_section .category_button .bottom_button .btn.apply {
    background-color: #1D3232 !important;
    color: #fff !important;
    outline: none !important;

  }


  .category_section  p {
    border:0;
    /* padding: 0 40px; */
    clear: both;
    /* display: inline-block; */
    overflow: hidden;
    white-space: nowrap;
    color: var(--gray-color);
    padding: 0;
  }


  /* ==== PROJECT CARD =========== */

  .project_container .filterDiv {
    padding: 12px 0;
    margin-bottom: 12px;
  }
  .project_container .filterDiv .project_section {
    display: flex;
    flex-direction: column;
    padding: 4.688vw 0 4.688vw 4.688vw;
    margin: 0;
  }
  .project_container .filterDiv .project_section .project_details {
     order: 1;
     padding: 0;
     margin: 0;
     
  }

  .project_container .filterDiv .project_section .project_details .project_timeline {
    font-size: 4vw;
    margin-bottom: 12px;
  }
  .project_container .filterDiv .project_section .project_details .project_timeline .year {
    color: var(--gray-color);
    border-right: 1px solid var(--grey-color);
    padding: 0 6px 0 0;
    font-weight: 550;
  }
  
  .project_container .filterDiv .project_section .project_details .project_timeline .categories {
    padding: 0 0 0 6px;
    font-weight: 500;

  }

  .project_container .filterDiv .project_section .project_details .project_timeline .project_category {
    display: flex;
    font-size: 16px;
    font-weight: 550;
    padding: 0 0 0 6px;  
  }
  .project_container .filterDiv .project_section .project_details .project_heads .project_heading {
    /* line-height: 2.5vw; */
    font-size: 5.5vw;
    line-height: 5.5vw;
  
  }
  .project_container .filterDiv .project_section .project_details .project_heads .project_subheading {
    font-size: 4vw;
    line-height: 4vw;
    padding: 8px 0;
    font-weight: var(--w-400);
    text-overflow: clip;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 12px;


  }

  .project_container .filterDiv .project_section .project_details .details_end span {
    display: none;
  }
  .project_container .filterDiv .project_section .project_details .details_end .watchvideobutton  {
    display: block;
    font-size: 4vw;
    margin: 0px 0 6px 0;
    padding: 4px 8px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .project_container .filterDiv .project_section .project_details .details_end .watchvideobutton:hover {
    border-radius: 20px;
    background-color: var(--yellow-color); /* Set background color on hover */
    color: white; /* Set text color on hover */
    opacity: 1; /* Ensure opacity does not go to 0 */
    padding: 4px 8px; /* Set padding to ensure consistent size */
  
  }
  
  .project_container .filterDiv .project_section .project_details .details_end .watchvideobutton:hover::after {
    display: none; /* Remove ::after element on hover */
  }
  
  .project_container .filterDiv .project_section .project_details .details_end .watchvideobutton::after {
    content: "";
    position: absolute;
    width: 82% !important;
    height: 1.5px;
    display: block;
  
    background-color: var(--yellow-color);
  }
  
  .video-wrapper {
    
    height: calc(100vh - 50vh);
  }
  

  .project_container .filterDiv .project_section .project_description {
    order: 3;
    padding: 0;
    /* margin-top: -24px; */
    margin-top: 12px;
    padding-right: 12px;
    font-size: 4vw;
    line-height: 4vw;
    font-family: Arial, Helvetica, sans-serif;
    /* line-height: 16.7px; */
  }
  .project_container .filterDiv .project_section .project_description  .readMore_button {
    font-size: 4vw;
    margin: 2px 0;

  }
  .project_container .filterDiv .project_section .image_container {
    order: 2;
     margin: 0;
    padding: 0;

     
     
  }
  .gallery-container {
    margin: 12px 0 0 0px;
  }

  .gallery-container::-webkit-scrollbar {
    height: 4px;
    border-radius: 10px;
  }
  
  .gallery-container::-webkit-scrollbar-track {
    background: #EEEEEE;
    border-radius: 10px;
  
    
  }
  
  .gallery-container::-webkit-scrollbar-thumb {
    background-color: #E7BF83;
    border-radius: 10px;
    
  }
  .image_section img {
    width: calc(100% - 12px);
    height: 240px;
    flex-shrink: 0;
    gap: 30px;
    /* scroll-snap-align: start; */
    border-radius: 16px;
    /* padding: 12px 6px; */
    /* margin-left: -6px; */
  
  }

  /* .indicators div {
    height: 6px;
    width: 6px;
    background-color: #EEEEEE;
    border-radius: 50%;
    margin-right: 12px;
    cursor: pointer;
   
  } */

  /* .controls {
   
    padding-right: 5.25vw;
  } */

}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {}

;