.gallery-title{
color: white;
text-align: center;
font-family: Lora;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 100% */

}

.introcontainer {
  margin: auto;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  width: 500px;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.cards {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.card img {
  object-fit: contain;
  width: 400px;
  border-radius: 8px;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.card.two img {
  filter: sepia(100%) hue-rotate(190deg) saturate(300%);
}
.card.three img {
  height: 50vh;
}
.card.four img {
  filter: invert(4%) sepia(75%) saturate(500%) hue-rotate(356deg) brightness(70%) contrast(103%);
}



.swiper-scrollbar {
  background: white;
}

.swiper-slide .card img {
  transition: filter .7s ease-out;
  filter: drop-shadow(0 5px 5px rgb(0 0 0 / 0.15));
  scale:0.7;
  transition: all .4s ease-out;
}
.swiper-slide-active .card img {
  filter: drop-shadow(0 5px 5px rgb(0 0 0 / 0.15));
  scale:1;
  z-index:25;
}
.swiper-slide-active{
z-index:30;
}

.swiper-pagination-bullet-active {
  background: white !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 8px !important;
}
.swiper-pagination-bullet {
  background: #FAF7F2 !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 8px!important;
}
.swiper-arrows {
  width: 100%;
  height: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: end;
  bottom: 9%;
}
.swiper-button-prev{
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.swiper-button-next{
  
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px !important;
  height: 80px;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.3s ease;
  z-index:26;
}
.swiper-pagination{
position: initial!important;
}
.swiper-button-prev {
  left: 0!important;
  right: auto !important;
  background: transparent;
}
.swiper-button-next {
  right: 0 !important;
  background: transparent;
}
.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}
.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 49%;
}
.swiper-button-next span {
  transform: rotate(45deg);
  right: 49%;
}
.swiper-button-prev:hover span,
.swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  border-radius: 5px;
  background-color: white;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}
.swiper-button-prev:after {
  right: 0;
}
.swiper-button-next:after {
  left: 0;
}

.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-disabled.swiper-button-prev span,
.swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}
@media screen and (max-width: 512px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
    bottom: 0;
  }
  .swiper-arrows {
    height: 60px;
  }
  .swiper-button-prev {
    right: 60px;
  }
  .swiper-button-prev span {
    left: 45%;
  }
  .swiper-button-next span {
    right: 45%;
  }
}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-prev::after {
 content: "attr" !important;
}

.bg-jet-black div span a:{
color:white;
}

.bg-red-primary{
background:#C82C46
}

.bg-capu{
background:#F3F0E8;
}