/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/projects-showcase.scss ***!
  \***************************************************************************************************************************************************************/

/*** LTR websites ***/

body .projectsShowcase {
  padding: 50px 0;
  color: #fff;
  background-color: #141414;
}

body .projectsShowcase br {
  display: none;
}

body .projectsShowcase_title {
  margin-bottom: 32px;
  display: block;
  text-align: center;
}

body .projectsShowcase_slider-right,
body .projectsShowcase_slider-left {
  display: none;
}

body .projectsShowcase_slider-right svg,
body .projectsShowcase_slider-left svg {
  width: 100%;
}

body .projectsShowcase_slider-left {
  left: 30px;
}

body .projectsShowcase_slider-right {
  right: 30px;
}

body .projectsShowcase_slider-pagination {
  position: static;
  margin-top: 30px;
  position: static;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

body .projectsShowcase_slider-pagination .swiper-pagination-bullet {
  background: rgba(217, 217, 217, 0.2);
  opacity: 1;
  margin: 0 6px;
  max-width: 35px;
  height: 5px;
  border-radius: unset;
  flex-grow: 1;
}

body .projectsShowcase_slider-pagination .swiper-pagination-bullet-active {
  background: #d9d9d9;
}

body .projectsShowcase_slider-single {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 224px 24px 24px;
  display: flex !important;
  flex-direction: column;
  position: relative;
  height: auto !important;
  overflow: hidden;
  border-radius: 20px;
}

body .projectsShowcase_slider-single::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: radial-gradient(at center, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4) 60%, transparent);
}

body .projectsShowcase_slider-single .wrapper {
  position: relative;
  z-index: 1;
}

body .projectsShowcase_slider-single::after {
  transition: 0.3s;
  opacity: 0.4;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 59%) !important;
  opacity: 1;
  height: 101%;
  width: 101%;
}

@media (max-width: 992px) {
  body .projectsShowcase_slider-single::after {
    opacity: 1;
    background-image: unset !important;
    background: rgba(0, 0, 0, 0.6);
  }
}

body .projectsShowcase_slider-single:hover::after {
  background-color: rgba(0, 0, 0, 0.75);
  background-image: unset !important;
  transition: background-image 0.3s ease-out;
}

body .projectsShowcase_slider-single:hover {
  border: 4px solid #78b52e;
  padding: 220px 20px 20px;
}

body .projectsShowcase_slider-single:hover .projectsShowcase_slider-title::after {
  transform-origin: left;
  transform: scaleX(1);
}

body .projectsShowcase_slider-hide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 65%;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  body .projectsShowcase_slider-hide {
    opacity: 1;
  }
}

body .projectsShowcase_slider-hide svg {
  width: 23px;
  margin-bottom: 10px;
}

body .projectsShowcase_slider-hide svg g {
  opacity: 1;
}

body .projectsShowcase_slider-quote {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

body .projectsShowcase_slider-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin-top: auto;
  text-decoration: underline;
  text-decoration-color: #78b52e;
}

body .projectsShowcase_slider-title {
  margin-bottom: 2px;
  width: fit-content;
}

body .projectsShowcase_slider-type {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

body .projectsShowcase_slider-locations {
  font-size: 14px;
  font-weight: 400;
}