/*
 * Author: akvisuals
 * Author URI: www.akvisuals.ch
 * Description: We build, extend or even replace your creative team.
 * Template Name: akvisuals
 * Version: 1.0
 */

/* ---------- Carousel ---------- */
.carousel {
  position: relative;
}
.carousel .swiper-container {
  overflow: initial;
}
.carousel .swiper-container-assets {
  padding-top: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.carousel .inactive-slide {
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.carousel-item {
  position: relative;
  padding-right: 10rem;
  height: 28rem;
  overflow: hidden;
}
.carousel-item::after {
  content: "";
  width: 17rem;
  height: 17rem;
  background-image: url("../img/icons/carousel-effect.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5rem;
  right: 15rem;
}
.carousel-item-icon {
  position: relative;
  height: 28rem;
}
.carousel-item-icon img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
  -webkit-clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
}
.carousel-item-title h3 {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  font-size: 3.6rem !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  line-height: 3.8rem !important;
  color: #000000 !important;
}
.carousel-item-title p {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2.6rem;
  color: rgba(0, 0, 0, 0.8);
}
.carousel-line {
  width: 0.1rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 52%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 5rem;
}
.carousel-line-inner {
  width: 0.1rem;
  height: 7.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom: 5rem;
}
.carousel .swiper-pagination {
  position: relative;
  width: 35rem;
  height: 0.2rem;
  overflow: hidden;
  border-radius: 5rem;
}
@media only screen and (max-width: 47.938em) {
  .carousel .swiper-pagination {
    right: -7rem;
    bottom: 22rem;
  }
}
.carousel .swiper-pagination-progressbar {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.carousel .swiper-pagination-progressbar-fill {
  background-color: black !important;
}
.carousel .swiper-navigation {
  position: relative;
  width: 15rem;
  height: 8rem;
  gap: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 47.938em) {
  .carousel .swiper-navigation {
    gap: 1.2rem;
  }
}
.carousel .swiper-navigation .swiper-button-prev,
.carousel .swiper-navigation .swiper-button-next {
  position: relative;
  margin-top: initial;
  width: 6rem;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0.1);
  top: initial;
  right: initial;
  left: initial;
  overflow: hidden;
  -webkit-clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 20px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -ms-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
@media only screen and (max-width: 47.938em) {
  .carousel .swiper-navigation .swiper-button-prev,
.carousel .swiper-navigation .swiper-button-next {
    width: 5rem;
    height: 5rem;
  }
}
.carousel .swiper-navigation .swiper-button-prev::before,
.carousel .swiper-navigation .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  background: linear-gradient(90deg, #191919 0%, #6C6767 50%, #191919 100%);
  transition: opacity 0.3s ease-in;
}
.carousel .swiper-navigation .swiper-button-prev::after,
.carousel .swiper-navigation .swiper-button-next::after {
  font-size: 1.5rem;
  color: #000000;
  z-index: 1;
}
.carousel .swiper-navigation .swiper-button-prev:hover::before,
.carousel .swiper-navigation .swiper-button-next:hover::before {
  opacity: 1;
}
.carousel .swiper-navigation .swiper-button-prev:hover::after,
.carousel .swiper-navigation .swiper-button-next:hover::after {
  color: #ffffff;
}
.carousel .swiper-fraction {
  padding: 0 8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 47.938em) {
  .carousel .swiper-fraction {
    padding: 0 3rem;
  }
}
.carousel .swiper-fraction-current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel .swiper-fraction-current p {
  padding: 0;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 2.6rem;
  color: #000000;
}

/* ---------- 404 Error ---------- */
.not-found {
  position: relative;
}