/* 
Theme Name: Import2Israel
Theme URI: 
Description: 
Author: Gal Rozenfeld
Author URI: https://upnext.co.il
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 
*/
/*
    Add your custom styles here
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}

@media (max-width: 1023px) {
  .mobile {
    display: initial;
  }
}

.hero-slider {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .hero-slider .swiper-slide .hero-slider-item {
    height: 17em;
  }
}

.hero-slider .swiper-slide .banners-image {
  height: 34em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

@media (max-width: 1023px) {
  .hero-slider .swiper-slide .banners-image {
    width: 100%;
  }
}

.hero-slider h2, .hero-slider h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.hero-slider h2 {
  top: 25%;
  font-size: 3rem;
}

@media (max-width: 1023px) {
  .hero-slider h2 {
    font-size: 2rem;
  }
}

.hero-slider h3 {
  top: 40%;
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .hero-slider h3 {
    font-size: 1.4rem;
  }
}

.swiper-pagination {
  bottom: 2rem !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #ffffff;
}
/*# sourceMappingURL=style.css.map */