/* 
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.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: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*c-box is on the customize -> aditional css*/

/*for features mobile icon center vertical alignement*/
@media (max-width: 767px){
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: grid!important;
    flex: unset;
    align-content: center!important;
}
}



/*scrol bar style*/
	::-webkit-scrollbar {
    -webkit-appearance: none;
}
	::-webkit-scrollbar {
 	width: 6px;
}
 
::-webkit-scrollbar-track {
	background: #000000; 
	/*border:1px solid #ccc;*/
}
 
::-webkit-scrollbar-thumb {
  background: #FCA311; 
   /* border:1px solid #eee;
    height:100px;
    border-radius:6px;*/
}
 
/*::-webkit-scrollbar-thumb:hover {
  background: blue; 
}*/



/*button shaddow*/
.wbn-btn-shaddow{
	box-shadow: 0px 0px 25px 0px rgba(252, 162.99999999999991, 16.999999999999996, 0.77)!important;
}

/*hover for cursors sections*/
#cont1:hover #text1 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont2:hover #text2 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont3:hover #text3 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont4:hover #text4 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont5:hover #text5 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont6:hover #text6 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont7:hover #text7 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont8:hover #text8 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont9:hover #text9 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont10:hover #text10 h3 {
  opacity: 0!important;
}

#cont11:hover #text11 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}

#cont12:hover #text12 h3 {
  opacity: 0!important;
  transition: opacity 0.3s;
}



/*hero RS Text container zindex
#hero-text{
	z-index:800!important;	
}*/
