.gallery-content-right {
  list-style-type: none;
  background-color: var(--primary-color);
  transition: all 0.3s linear;
}

.gallery-content-right li {
  padding: 30px 20px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.gallery-content-right li span {
  margin-right: 20px;
}

.gallery-content-right li {
  color: white;
  font-size: 22px;
  font-weight: 600;
  padding: 45px 30px;
  margin: 0 !important;
  border-bottom: 1px solid white;
}

.gallery-content-right li img {
  width: 65px;
  height: 50px;
  background-size: cover;
  object-fit: contain;
  transition: all 0.3s linear;
}

.gallery-content-left {
  padding-left: 40px;
  transition: all 0.4s linear;
}

.gallery-content-left-top h3 {
  font-size: 70px;
  margin-bottom: 0;
}

.gallery-content-left-top p {
  width: 73%;
  margin-bottom: 0;
}

.gallery-content-right .active-gallery span:nth-child(2) {
  position: relative;
}

.appent-new-gallery {
  transition: all 0.4s linear;
}

.gallery-content-right .active-gallery span:nth-child(2):before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--yellow-color);
  left: 0px;
  bottom: 0px;
}

.gallery-content-left-bottom {
  display: grid;
  place-items: center;
  min-height: 370px;
  position: relative;
}

.galelry-btn-custom-letf {
  position: absolute;
  left: -15px;
}

.galelry-btn-custom-right {
  position: absolute;
  right: -30px;
}

/*  */
.carousel {
  position: relative;
}

.carousel__item {
  position: relative;
  height: 35rem;
  width: 25rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, .5);
  position: absolute;
  transform: translate(-50%, -50%) scale(.1);
  z-index: 0;
  transition: all .2s linear;
}

.carousel__item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.carousel__item--main {
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  cursor: pointer;
}

.carousel__item--left {
  transform: translate(-155%, -50%) scale(.9);
  z-index: 1;
}

.carousel__item--right {
  transform: translate(55%, -50%) scale(.9);
  z-index: 1;
}

.carousel__item--left img,
.carousel__item--right img {
  filter: grayscale(80%);
}

.carousel__item--right:hover {
  transform: translate(10%, -50%) scale(1.2);
  z-index: 3;
  cursor: pointer;
}

.carousel__item--left:hover {
  transform: translate(-110%, -50%) scale(1.2);
  z-index: 3;
  cursor: pointer;
}

.carousel__item--main:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.carousel__item:hover>.carousel__text {
  opacity: 1;
}

.carousel__item:hover img {
  filter: grayscale(0%);
}

.carousel__text {
  position: absolute;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity .2s;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  padding: 2rem 1rem;
  color: #fff;
}


.carousel__btns {
  position: absolute;
  transform: translate(-50%, 22rem);
  display: flex;
  gap: 2rem;
}

.carousel__btn {
  background-color: transparent;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  /* border: 1px solid currentColor; */
  color: black;
  cursor: pointer;
}

.carousel__btn svg {
  height: 1.8rem;
  width: 1.8rem;
}

.carousel__btn:hover {
  color: #aaa;
}

/* swiper js */


.gallery-section .swiper-button-prev,
.gallery-section .swiper-button-next {
  background-color: #a6e2fa;
  height: 430px;
  top: 20px;
  right: 0;
	width: 40px;
}


.wrap-child-carousel-two .swiper-button-next,
.wrap-child-carousel-two .swiper-button-prev {
background-color: #a6e2fa;
	width: 50px;
	height: 400px;
}



.gallery-section .swiper-button-prev {
  left: 0;
  top: 20px;
}

.gallery-section {
  position: relative;
  width: 100%;
  min-height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.gallery-section .swiper-coverflow {
  padding: 0 40px;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 300px;
  height: 380px;
  /* height: 400px; */
  /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); */
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  background-color: white;
  scale: 0.8;
}

.swiper-slide-active {
  filter: blur(0px);
}


.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #1b7402;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;



  /* top: 0; */
}


.show-hide_custom-gallery {
  opacity: 0;
  display: none;
  transition: all 0.4s linear;
}

.active-custom-gallery {
  display: block;
  opacity: 1;
}

.row-crousel-two {
  width: 90% !important;
}

.row.row-collapse.row-crousel-two {
  max-width: 1340px;
  /* padding: 0 15px; */
}

.wrap-child-carousel-two .swiper-slide {
  height: 550px;
}

.wrap-child-carousel-two .swiper-button-prev {
  left: 50px;
}

.wrap-child-carousel-two .swiper-button-next {
  right: 50px;
}

.gallery-section .swiper-slide {
  height: 430px;
  /* height: 530px; */
}

.row-divided>.col+.col:not(.large-12) {
  border-left: 0 !important;
}

.gallery-section .swiper-button-next::after,
.gallery-section .swiper-button-prev::after {
  transition: all 0.2s linear;
  color: black;
}

.gallery-section .swiper-button-next:hover::after,
.gallery-section .swiper-button-prev:hover::after {
  scale: 1.1;
  color: var(--primary-color);
}

.carousel-galley-custom .row.row-collapse {
  max-width: 1340px;
  /* padding: 0 15px; */
}


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 20px;
  font-weight: 900;
}