.gal-sec-outer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
display:none ! important;
}
.swiper-button-next,.swiper-button-prev {
    background: #000;
    border-radius: 60px;
    padding: 7px;
    width: 60px;
    height: 60px;
}
 .swiper-button{
    left: 10%;
    transition: all 0.5s 
ease;
    background: #000;
    border-radius: 50%;
    padding: 16px;
}
.swiper-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 .swiper-button {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translate(0%, -50%);
    z-index: 2;
    width: 70px;
    height: 70px;
    transition: all 0.5s 
ease;
}
.gal-tabs-main .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cust-tab {
    border: none;
    gap: 20px;
}
.cust-nav-colo {
  color: #000 !important;
  border: 1px solid #BA9D75 !important;
  padding: 15px 70px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}

.gal-sec-outer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #000;
  color: #fff !important;
  padding: 15px 70px;
}

.cust-tab {
  border: none;
  gap: 20px;
}

/* gallery swiper start */
.gallery-swiper-container {
  position: relative;
}

.pt-6 {
  padding-top: 6rem;
}

.gallery-swiper-container .gallery-swiper {
  width: 100%;
  height: 100%;
}
button.nav-link.cust-nav-colo:hover {
    color: #FFF ! important;
}
.gallery-swiper-container .swiper-slide .gallery-img {
  width: 100%;
  height: 65dvh;
  transition: all 0.5s ease;
  border: 2px #BA9D75 solid;
}

.gallery-swiper-container .swiper-slide:not(.swiper-slide-active) .gallery-img img {
  /* filter: grayscale(100%) brightness(40%) contrast(120%); */
  background: linear-gradient(0deg, rgba(186, 157, 117, 0.40) 0%, rgba(186, 157, 117, 0.40) 100%);
  filter: blur(2px);
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-slide:has(.swiper-slide-active) .gallery-img {
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.gallery-swiper-container .swiper-slide:has(.swiper-slide-active) .gallery-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 71.85%,
      rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-slide .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-swiper-container .swiper-button.swiper-button-prev-4,
.gallery-swiper-container .swiper-button.swiper-button-prev-5,
.gallery-swiper-container .swiper-button.swiper-button-prev-6 {
  left: 10%;
  transition: all 0.5s ease;
  background: #000;
  border-radius: 50%;
  padding: 16px;
}

.gallery-swiper-container .swiper-button.swiper-button-next-4,
.gallery-swiper-container .swiper-button.swiper-button-next-5,
.gallery-swiper-container .swiper-button.swiper-button-next-6 {
  right: 10%;
  transition: all 0.5s ease;
  background: #000;
  border-radius: 50%;
  padding: 16px;
}

/* gallery swiper end */