/* 
Theme Name: Hello Silverfort
Theme URI: https://www.silverfort.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://royeyal.studio/
Template: hello-elementor
Version: 1.0.0
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: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Hide admin notes */
#wp-admin-bar-elementor_notes {
    display: none;
}
.image-frame {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.image-frame a.e-hotspot {
  --hotspot-min-width: unset !important;
  --hotspot-min-height: unset !important;
  --hotspot-translate-x: unset !important;
  --hotspot-translate-y: unset !important;
}

.image-frame a.e-hotspot .e-hotspot__button {
  height: 100% !important;
  width: 100% !important;
}

.image-frame svg {
  width: 100%;
  height: 100%;
}

.image-frame.visible {
  opacity: 1;
  visibility: visible;
}

.lottie-frame {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.lottie-frame.hidden {
  opacity: 0;
  visibility: hidden;
}

#lottie-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lottie-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

#lottie-container svg {
  width: auto !important;
  display: block;
  margin: auto;
  object-fit: contain;
}
	
@media (min-width: 1500px) {
	#lottie-container svg {
		height: 100%;
		max-height: min(48vw, 740px);
	}
}

@media (min-height: 800px) {
	#lottie-container svg {
		max-height: 48rem;
	}
}

.home-video-wrapper {
  position: relative;
  overflow: hidden;
}


.home-video-hotspot {
  opacity: 0;
  position: fixed;
  z-index: -10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.home-video-hotspot .elementor-widget-container {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.home-video-hotspot .elementor-widget-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
	
@media (min-width: 1500px) {
	.home-video-hotspot .elementor-widget-container img {
		max-height: min(48vw, 740px);
	}
	.home-video-hotspot .elementor-widget-container {
    display: flex;
    align-items: center;
	}
}

@media (min-height: 800px) {
	.home-video-hotspot .elementor-widget-container img {
		max-height: 48rem;
	}
}

#lottie-section,
#lottie-container {
  top: 25px !important;
  /* below fixed header */
  height: calc(100vh - 25px) !important;
}

.home-video-hotspot {
  bottom: 0px;
  /* below fixed header */
  height: calc(100vh - 25px) !important;
}
	
	.home-video-hotspot .e-hotspot .e-hotspot__button {
		min-width: unset !important;
		min-height: unset !important;
		width: 100%;
		height: 100%;
	}


.home-video-hotspot .e-hotspot,
.home-video-hotspot .e-hotspot .e-hotspot__button svg {
  transition: all 0.3s ease-in-out;
}

.home-video-hotspot .e-hotspot .e-hotspot__button svg {
  width: 100%;
  height: 100%;
}

.home-video-hotspot .e-hotspot .e-hotspot__button {
  padding: 0 !important;
}

.home-video-hotspot .e-hotspot:hover .e-hotspot__button svg path:first-child {
  fill: #fff1d4;
}

.home-video-hotspot .e-hotspot {
  --hotspot-translate-x: unset !important;
  --hotspot-translate-y: unset !important;
}

.home-icon-wrapper .elementor-widget-image:nth-of-type(2) {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}

.home-icon-wrapper .elementor-widget-image:nth-of-type(2) img {
  width: 88% !important;
}

.home-icon-wrapper:hover .elementor-widget-image:nth-of-type(1) {
  opacity: 0;
}

.home-icon-wrapper:hover .elementor-widget-image:nth-of-type(2) {
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1319px) {
  header a span.e-n-menu-title-text {
    font-size: 14px !important;
  }
}

@media (max-width: 992px) {
  .image-frame {
    top: 0px;
  }
}
.elementor-89 .elementor-element.elementor-element-0416ab8:not( .elementor-widget-image ), .elementor-89 .elementor-element.elementor-element-0416ab8.elementor-widget-image img {
    -webkit-mask-image: url( /wp-content/plugins/elementor/assets/mask-shapes/circle.svg) !important;
}
