@import "common.css";
@import "header.css";

.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 100%;
}
 
.tabs {
  margin: 0;
  /* padding: 0; */
  display: flex;
  justify-content: center;
}
 
.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 10px;
  cursor: pointer;
  transition: all ease 0.5s;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  letter-spacing: 0.5px;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 500;
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
  color: #333;
  border-color: #f5821f;
}

.content-wrapper {
  padding: 40px 0px 0px 0px;
}
 
.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.project-btn a {
  width: 50px;
  height: 50px;
  background: var(--dark-divider-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.light_icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-btn:hover {
  background: var(--primary-color);
}

.project-btn img {
  max-width: 15px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
 

.zoom_light{ opacity: 0;  transition: all .5s ease; position: absolute;z-index: 9999;left: 0;top: 0;display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;background: #0000005e;color: white;
flex-direction: column;
padding: 0 20px;
} 

.project_item:hover .zoom_light{
   opacity: 1; 
   -webkit-transition: all .5s; 
   background: #040506c4; 
   transition: all .5s ease;
   z-index: 999; 
   color: white; 
   position:absolute; 
   z-index: 9999;
  
} 
 
.cursor_pointer{cursor: pointer;position: relative;}

.zoom__gallery{ margin-right: 10px;}

.video_press {
  width: 100%;
  height: 100%;
  min-width: 320px;
}
.video_press iframe {
  width: 100%;
  height: 350px;
}
.sub_banner_box h1{
  font-family: "Hanken Grotesk", sans-serif;
  /* color: rgb(245, 130, 31); */
  color: rgb(25, 35, 36);
  cursor: none;
  /* display: inline-block; */
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: -0.7px;
  line-height: 38.5px;
  text-transform: capitalize;
}
.tab-link {
  padding: 0px 10px 10px;
}

@media screen and (max-width:767px) {
  .sub_banner {
    padding: 155px 0 60px;
  }
  .sub_banner_box h1 {
  font-size: 30px;
}
  .about-us {
    padding: 0px 0 50px;
  }
  .tabs{
  justify-content: unset;
  text-align: left;
  gap: 10px 6px;
}
.tab-link{
	width: auto;
  margin: 0px;
}
.mo_flex_wrap{
  flex-wrap: wrap;
}
.content-wrapper {
  padding: 30px 0px 0px 0px;
}
.about-us {
    padding: 0px 0 40px;
}
.tab-link {
  padding: 0px 8px 10px;
}
}

#filters li span.active {
  background: unset !important;
  color: #666 !important;
}
#filters {
  list-style: none;
  text-align: center;
  /* display: inline-flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 0px;
  padding: 0;
  
}
#filters li span {
  position: relative;
  display: inline-block;
  color: #3b4444;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
#filters li span::after, #filters li span::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #F5821F;
  transform-origin: bottom right;
  transition: transform 0.4s ease-in-out;
  transform: scaleX(0);
}
/* #filters li span::before {
  content: '';
  position: absolute;
  background-color: #F5821F;
  transition: transform 0.4s ease-in-out;
} */
#filters li span::after{
  top: 0px;
  bottom: auto;
  left: 0px;
}
#filters li span::before{
  bottom: 0;
}
#filters li span:hover::before, #filters li span.active::before, #filters li span:hover::after,#filters li span.active::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

/* #filters li span.active-btn::before{
  transform-origin: bottom left;
  transform: scaleX(1);
} */

/* #filters li span::after {
  top: -8px;
  bottom: auto;
  left: 0px;
}
#filters li span.active::after{
  transform-origin: bottom left;
  transform: scaleX(1);
}  */


/* #filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
} */


@media screen and (max-width:767px){
  .mob_mb0{
    margin-bottom: 0px !important;
  }
  .video_press iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
}