/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: A child theme for the Hello Elementor theme.
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */
.weoffer-icon > .elementor-icon-box-wrapper > .elementor-icon-box-icon > .elementor-icon > i {
    margin-top: 10px !important;
}

.project-gallery > .elementor-image-gallery > .gallery > .gallery-item:not(:first-of-type) {
    display: none;
}

.project-gallery {
    flex-grow: 1;
}

.project-gallery > .elementor-image-gallery > .gallery > .gallery-item > .gallery-icon > a > img {
	height: 400px;
    object-fit: cover;
}
.project-gallery > .elementor-image-gallery > .gallery > .gallery-item > .gallery-icon > a {
  position: relative;
  display: inline-block;
}

.project-gallery > .elementor-image-gallery > .gallery > .gallery-item > .gallery-icon > a::after {
  content: "שּׂ";
  font-family: jkiticon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;

  position: absolute;
  bottom: 0;
  right: 45%;
  font-size: 48px;
  color: #fff;
  line-height: 1;

  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  z-index: 99;
}

.project-gallery > .elementor-image-gallery > .gallery > .gallery-item > .gallery-icon > a:hover::after {
  bottom: 45%;
  opacity: 1;
}