/**
* Template Name: Groovy widget
* Template URL: https://www.groovyweb.co/
* Author: ParMar AjAy
*/

/*--------------------------------------------------------------
# Sections :- All Blog
--------------------------------------------------------------*/
.post-box.zoom:hover img.img-fluid {
  transform: scale3d(1.5, 1.5, 1.5);
}

.post-box.skewX:hover img.img-fluid {
  transform: skewX(10deg);
}

.post-box.rotateZ:hover img.img-fluid {
  transform: rotateZ(360deg);
}

.swiper-slide-active .blog-img.not-found img {
  background-color: #214cba45;
}

/*--------------------------------------------------------------
# CUSTOMIZED CSS FOR HOME PAGE FEATURED BLOG SLIDER
--------------------------------------------------------------*/
.wrap-content {
  width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-container {
  width: 100%;
  overflow: visible;
  height: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
  transition: none;
}

.swiper-slide img {
  width: 70%;
  display: block;
}

.swiper-slide span {
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .swiper-wrapper {
    display: flex;
  }

  .swiper-slide {
    width: calc(100% / 6);
    /* 6 images per row */
    height: auto;
    /* Adjust as necessary */
  }
}

.changing,
.changed {
  transform: translateX(-100px);
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.changing {
  transition: transform 0.3s;
  pointer-events: none;
}

.changed {
  transition: none;
}

.changing.swiper-slide-active,
.changed.swiper-slide-active {
  transform: translateX(0);
}

.swiper-slide-active~.changing,
.swiper-slide-active~.changed {
  transform: translateX(100px);
}

.changing .img-wrap,
.changed .img-wrap {
  transform-origin: center bottom;
}

.changing .img-wrap {
  transition: transform 0.3s;
}

.changed .img-wrap {
  transition: none;
}

.changing.swiper-slide-active .img-wrap,
.changed.swiper-slide-active .img-wrap {
  transform: scale(1.5);
  border: 2px solid #104cba;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: auto 10px;

}

/* .img-wrap img {
  height: auto;
  width: 100%;
  min-height: 16em;
  max-height: 16em;
} */
.img-wrap:before {
  content: "";
  position: absolute;
  background-color: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.swiper-slide-active .img-wrap:before {
  content: none;
}

.img-wrap img {
  border-radius: 5px;
}

.dotDiv:before {
  content: "";
  position: absolute;
  background-image: url(../img/blue-dot2.png);
  background-repeat: no-repeat;
  top: -11.5rem;
  width: 103px;
  height: 103px;
  left: -9.5rem;
  display: none;
}

.dotDiv:after {
  content: "";
  position: absolute;
  background-image: url(../img/blue-dot1.png);
  background-repeat: no-repeat;
  top: -11.5rem;
  width: 113px;
  height: 103px;
  right: -10.5rem;
  display: none;
}

.wrap-content {
  margin-top: 4rem;
}

/*--------------------------------------------------------------
  # END CUSTOMIZED CSS FOR HOME PAGE FEATURED BLOG SLIDER
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Start Extra Css For 
--------------------------------------------------------------*/
.text-c {
  text-transform: capitalize;
}

.not-found {
  background-color: #0a57cd52;
}

.not-found img {
  filter: brightness(0);
}

.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*--------------------------------------------------------------
  # End Extra Css For 
  --------------------------------------------------------------*/

@media (max-width: 1024px) {

  .changing.swiper-slide-active .img-wrap,
  .changed.swiper-slide-active .img-wrap {
    transform: scale(1);
    display: block;
  }

  .img-wrap {
    display: none;
  }

  .dotDiv:before,
  .dotDiv:after {
    content: none;
  }

  .wrap-content {
    margin: auto;
  }
}

@media (max-width: 991px) {
  section#hero {
    height: auto;
  }
}

@media (max-width: 1199px) {

  .changing.swiper-slide-active .img-wrap,
  .changed.swiper-slide-active .img-wrap {
    transform: scale(0.9);
  }

  .dotDiv:before,
  .dotDiv:after {
    content: none;
  }
}

/* .img-wrap img {
  min-height: 16em;
  max-height: 16em;
} */