/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.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
*/

/* Add your custom styles here */


.image_comparison .image_comparison_before,
.image_comparison .image_comparison_after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.image_comparison img { width: 100%; height: 100%; object-fit: cover; } 
.image_comparison .image_comparison_after { clip-path: inset(0 50% 0 0);  }
.image_comparison .image_comparison_slider { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); z-index: 2; -webkit-appearance: none; appearance: none;  background: transparent;  pointer-events: none; }
.image_comparison .image_comparison_slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 2px solid #154973; pointer-events: auto;cursor: pointer;}
.image_comparison .image_comparison_slider::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 2px solid #154973; pointer-events: auto; cursor: pointer; }
.comparison_slider { display: flex; flex-wrap: wrap; : 30px; gap: 30px;}
.image_comparison { position: relative; width: calc(33.33% - 20px); height: 450px; overflow: hidden; border-radius: 20px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); border: 3px solid #fff;} 
.image_comparison img { border-radius: 20px; }
.image_comparison_before:before { content: ""; position: absolute; background: rgb(0 0 0 / 50%); width: 100%; height: 100%; left: 0; }

@media (max-width: 767px) {
	.image_comparison{ width:100% ; height:300px; }
	
}