/* 
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 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

/* .to-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .2);
  transition: all .03s ease-in-out;
} */

.to-hd-darken {
  padding: 5px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .6);
  transition: all .05s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, .6);
}

.to-hd-darken .e-con-inner {
  padding: 0;
  transition: all .05s ease-in-out;
}

.to-hd-darken .logo-holder img {
  transition: all .05s ease-in-out;
  max-width: 58px!important;
  height: 58px!important;
}

.to-underline:hover {
  position: relative;
}

.to-underline:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  animation: toRight .5s ease-in-out;
  animation-fill-mode: forwards;
  background-color: #F2972A;
}

/***
=============================================
    Line Under Menus
=============================================
**/
.top-menu .wpr-pointer-item:hover:after {
  width: 0;
  animation: toRight .5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes toRight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}


/***
=============================================
    Screen Reader
=============================================
**/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Modern alternative using clip-path */
.sr-only.sr-only-modern {
  clip-path: inset(50%);
  /* other properties remain the same */
}

/*** 
=============================================
    Media Query
=============================================
***/
@media (max-width: 989px) {
  .to-hd-darken {
    position: absolute;
  }
}

/* Styles for the tilt block */
#tilt {
  display: block;
  background-color: grey;
  margin: 0 auto;
  transition: box-shadow 0.1s, transform 0.1s;
}

#tilt:hover {
  box-shadow: 0px 0px 30px rgba(0,0,0, 0.6);
  cursor: pointer;
  transition: box-shadow 0.1s, transform 0.1s;
}
