.brand-one {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px -1px 0px 0px rgb(255, 255, 255, .10);
    padding: 30px 0 30px;
}
.section-title3 {
    margin-top: -11px;
    margin-bottom: 23px;
}
.content {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
}

.content-title {
  display: block;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 27px;
  font-family: Helvetica, sans-serif;
}

.gallery {
  position: relative;
  display: block;
  max-width: 500px;
  max-height: 300px;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}
.gallery .slick-list {
  overflow: hidden;
}
.gallery .slick-slide {
  outline: none !important;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  line-height: 40px;
  text-align: center;
  background-color: #E6E6E6;
  z-index: 10;
  cursor: pointer;
  transition: background 0.3s ease;
}
.gallery-arrow:hover {
  background: #D0DFE6;
}
.gallery-arrow.mod-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.gallery-arrow.mod-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.gallery-item {
  position: relative;
  float: left;
  vertical-align: middle;
  text-align: center;
}

.gallery-img-holder {
  /* display: inline-block;
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 500px; */
  
} 
.gallery-img-holder {
  width: 100%;
  
}

.gallery-img {
  width: 100%;
  height: 100%;
}

.slick-lightbox .slick-arrow {
  z-index: 10;
}



.hover-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 100px; 

}

.gallery-img-holder:hover .hover-text {
  display: block;
}

/* Add styles for the lightbox modal */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-modal img {
  max-width: 80%;
  max-height: 80%;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}


/* ... Your existing CSS ... */

.hover-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 100px;
}

/* Display text on hover */
.gallery-img-holder:hover .hover-text {
  display: block;
}

/* ... Your existing CSS ... */


.gallery-img-holder:hover .hover-text {
  display: block;
}










		.sec {
    padding: 20px 50px 20px 50px;
}
		.two-section {
    position: relative;
    display: block;
    margin-top: 10px;
}
		.project-one__img>img {
    width: 100%;
   /* height: 165px; */
   padding: 2px 1px;
}
		.project-one__hover-title:before {
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
    content: "";
    background-color: #3e3d3d;
    z-index: -1;
    height: 1px;
}
.project-one__hover-title {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 1;
}
		.p-box{padding-right:15px}
		.p-box2{padding-left:15px;border-left: 2px solid #ffa941;}
		.project-one .section-title {
    margin-bottom: 0px;
}
.section-title__title {
    margin: 0;
    font-weight: 400;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 58px;
    text-transform: none;
}
.project-one__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), .9);
    transition: opacity 800ms ease, visibility 800ms ease, transform 800ms ease;
    z-index: 1;
    margin: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-115%);
    /* display: flex; */
    /* justify-content: flex-start; */
    align-items: center;
    padding: 10px;
}
.project-one {
  position: relative;
  display: block;
  padding: 10px 0 0;
  background: #e8ebf01a;
}
	.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
  }

  .project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 8px 6px;
}
.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
   opacity: 1 !important;
  max-width: 100%;
  filter: grayscale(1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* .slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 60px !important;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 45px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}
.slick-lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
} */

@media only screen and (max-width: 600px) {
  .gallery-img-holder {
    width: 100%;
    height: 100%;
  }
}

/* Styles for screens larger than 1024px wide */
@media screen and (min-width: 1920px) {
 .gallery-img-holder {
    width: 100%;
    height: 100%;
}

}