.swip{
  object-fit: cover !important;
  height: 100%;
}
.swip2{
  object-fit: cover !important;
  /* height: 100%; */
}
.swiper1 .swiper-slide{
  height: 120px;



}
.swiper2 .swiper-slide{
  height: 700px;

}
.swiper2 .swiper-slide{
  display: flex;
  justify-content: center;
}
.swiper2 .swiper-slide img{
  width: auto !important;
    height: auto !important;
}








.active1{
  
 
  padding: 2px;
}
.currentSlide{
  text-align: center;
}
.curren_block{
  display:flex;
  justify-content: center;
}

:root{
  --swiper-navigation-size:20px;
}

.swiper-button-next::after,.swiper-button-prev::after
{
  opacity: 1 !important;
}

/* .click_gallery{
  cursor: pointer;
} */
.shadow_text_gallery{
  background-color: black;
  opacity: 0.5;
  padding: 10px 40px;

  /* height: 150px; */
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: left !important;
}

.swiper-button-next,.swiper-button-prev
{
width: 40px !important;
height: 40px !important;
border: 1px solid #E8E8E8 !important;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{

  font-size: 10px !important;
  font-weight: bolder !important;

}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 12px !important;
  font-weight: bolder !important;
}


.swiper-button-next:hover, .swiper-button-prev:hover{
  
  color:#E8E8E8;
  border: 0px !important;
}

.content_swiper{
  padding: 32px;
  border: 1px solid #E8E8E8 !important;
}
.curren_block{
  padding-top: 32px;
  color: #9A9A9A;
  font-size: 14px;
}

.swiper-slide:last-child {
  padding-right: 0px !important;
}
@media (max-width: 1200px){
  .content_swiper:first-child{
    height: 600px;
  }
  .curren_block{
    padding-top: 5px;
    
  }
}
@media (max-width: 800px){
  .content_swiper:first-child{
    height: 400px;
  }
  .swiper2 .swiper-slide {
    height: inherit;
}
}


@media (max-width: 600px){
  .content_swiper:first-child{
    height: 300px;
  }
  .swip {
    object-fit: cover !important;
    height: 100px;
}
 
}
@media (max-width: 400px){
  .content_swiper:first-child{
    height: 250px;
  }
 
}
@media (max-width: 370px){
  
  
  .swiper1 .swiper-slide {
    height: auto;
}
}


.link_back{
  display: flex !important;
  align-items: center;
  color: #525458;
  
}
.arrow_back{
  font-size: 12px;
  padding: 12px;

}

.back{
  padding-top:20px;
  padding-bottom: 20px;
}
