/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

#gallery-gallery {
  background-color: #ffffff;
}

#gallery-gallery .news-section {
  padding: 50px 280px;
  background: linear-gradient(90deg, #dee0e4 0%, white 50%, #dee0e4 100%);
  margin-top: 30px;
}

#gallery-gallery .news-section h1.bn-one {
  font-family: gotham-regular;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

#gallery-gallery .news-section .news {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

#gallery-gallery .news-section .news .hover-one {
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: rgba(79, 62, 116, 0.7294117647);
  color: #fff;
  padding-top: 20px;
  display: none;
}

#gallery-gallery .news-section .news img {
  max-width: 100%;
  width: 100%;
}

#gallery-gallery .news-section .news h1 {
  font-family: gotham-regular;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 35px;
}

#gallery-gallery .news-section .news h2 {
  background: #4ed5db;
  padding: 0;
  font-size: 12px;
  font-family: gotham-regular;
  font-weight: bold;
  border-radius: 100%;
  position: absolute;
  right: 35px;
  margin-top: -40px;
  width: 75px;
  height: 75px;
  text-align: center;
  padding-top: 25px;
}

#gallery-gallery .news-section .news p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0px 10px;
}

#gallery-gallery .news-section .news a.show {
  border-bottom: 1px solid #dc5b3e;
  padding-bottom: 2px;
  margin-left: 10px;
}

#gallery-gallery .news-section .news a.show i {
  color: #6f6e6e;
  padding-left: 5px;
}

#gallery-gallery .news-section .news:hover .hover-one {
  display: block;
}

#gallery-gallery .news-section img {
  max-width: 100%;
  margin: 15px 0px;
}

@media screen and (max-width: 1600px) {
  #gallery-gallery .news-section {
    padding: 50px 180px;
  }
}

@media screen and (max-width: 1280px) {
  #gallery-gallery .news-section {
    padding: 50px 105px;
  }
}

@media screen and (max-width: 991px) {
  #gallery-gallery .news-section {
    padding: 50px 20px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  #gallery-gallery .news-section {
    background: #fcfcfc;
    margin-top: 0;
  }

  #gallery-gallery .news-section .news img {
    border: 10px solid white;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  }
}

@media screen and (max-width: 480px) {
  #gallery-gallery .news-section {
    padding: 50px 0px;
    padding-bottom: 30px;
  }
}

