/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.2
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
*/

.nav-menu-sticky {
	-webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.nav-menu-transparent .e--pointer-underline .elementor-item:after, .nav-menu-sticky .e--pointer-underline .elementor-item:after {
	background-image: url('assets/images/ci-element-w.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
	position: absolute;
	top: 50%;
    left: -19px;
    transform: translate(0, -50%);
	bottom: unset;
    width: 17px;
    height: 17px !important;
}

.nav-menu-transparent .e--pointer-underline .elementor-item.elementor-item-active:after, .nav-menu-sticky .e--pointer-underline .elementor-item.elementor-item-active:after {
	background-image: url('assets/images/ci-element-w.svg');
}

@keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }

.ic-scroll-down {
	animation: bounce 1.5s alternate infinite cubic-bezier(.2, .65, .6, 1);
}

.ci-bg {
	opacity: .2;
}

.scroll-section {
  scroll-margin-top: 180px;
}

.position-relative .e-con-inner {
  position: relative;
}

.position-absolute {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
