/*================================================================================================
    Start Gallery CSS
===================================================================================================*/
.gallery-area {
  overflow: hidden;
}
.gallery-area .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery-item {
  margin: 0px 8px;
  cursor: pointer;
}

/*================================================================================================
    End Gallery CSS
===================================================================================================*/
