.gallery-section img {
  width:100%;
}
.gallery-section.gallery_with_masonry .gallery-container > .column {
  margin-bottom: 20px;
}
.gallery-section.card_img_fix_height img {
  object-fit: cover;
  min-height: 248px;
  max-height: 248px;
}
.gallery-section .bototm_btn {
  margin-top: 50px;
}
.gallery-section .flex_row {
  row-gap: 20px;
}

.gallery-section .glide__bullets {
  position: relative;
  margin-bottom: 30px;
}

.gallery-section .item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
  padding:20px;
}

.gallery-section .item {
  overflow: hidden;
  position: relative;
}

.gallery-section .item-info .tag-line {
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .2s;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  padding-right: 0.75rem;
  z-index: 5;
}

.gallery-section .item:hover .tag-line {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.gallery-section .item .overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background:0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.gallery-section .glide__arrow {
  transform: translateY(-40%);
  top: 40%;
}


.gallery-section .splide .splide__track {
  margin-bottom: 35px;
}

@media (max-width:1180px) {

  .gallery-section .glide__arrow.glide__arrow--left {
    left: 10px;
  }

  .gallery-section .glide__arrow.glide__arrow svg {
    width: 30px;
  }

  .gallery-section .glide__arrow.glide__arrow--right {
    right: 10px;
  }

  .gallery-section .glide .glide__arrow{
    width:30px;
    height:30px;
  }

}

@media (max-width:767px) {
  .gallery-section .bototm_btn {
    margin-top: 30px;
  }

}




