.slick-gallery {
  /* the slides */
  /* the parent */ }
  .slick-gallery .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .slick-gallery .slider-index.next svg {
      width: 24px; }
      .slick-gallery .slider-index.next svg path {
        stroke: #fff; }
  .slick-gallery .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .slick-gallery .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .slick-gallery .slider-index.prev svg path {
        stroke: #fff; }
  .slick-gallery:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .slick-gallery .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .slick-gallery .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .slick-gallery .slick-slide {
    margin: 0 7px; }
  .slick-gallery .slick-list {
    margin: 0 -7px; }

.gallery-hover-item-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }

.gallery-hover-item-info {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: -100%;
  background: rgba(0, 175, 0, 0.8);
  color: white;
  padding: 10px;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.gallery-hover-item-image:hover .gallery-hover-item-info {
  transform: translateX(0);
  left: -0%; }

.gallery-hover-item-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff; }

.gallery-hover-item-year {
  font-size: 0.9em;
  opacity: 0.7; }

.heading-title {
  margin-top: 30px;
  margin-bottom: 45px; }
  .heading-title .title1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ff4880; }
  .heading-title .title2 {
    font-size: 32px; }

.gallery-hover {
  margin-bottom: 50px; }

.despage {
  margin-bottom: 25px; }

.heading-title .title1 {
  color: #00AF00; }

.slick-gallery .slider-index.prev {
  left: -45px; }

.slick-gallery .slider-index.next {
  right: -45px; }

@media (max-width: 767px) {
  .heading-title .title1 {
    font-size: 19px; }
  .gallery-hover-wrap ul.slick-dots li.slick-active button {
    background: #00af00; } }
