/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
html {
  scroll-behavior: smooth;
}
.fa-search:before
{
	font-weight: 500;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 530px;
  width: 100%;
  margin-bottom: 20px;
}
.gallery-top .swiper-slide
{
  text-align: center;
}
.gallery-top .swiper-wrapper img
{
  width: 83%;
  height: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-top .swiper-slide, .gallery-top .swiper-slide img {
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active,
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.swiper-button-white img {
    width: 100%;
    height: 100%;
}
.swiper-button-white {
    display: block;
    width: 42px;
    height: 42px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after
{
    opacity:0;
}