/* 
Theme Name: Polyneering Theme
Theme URI: https://github.com/elementor/hello-theme/
Description:Polyneering theme 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
*/
body,html{
	overflow-x:hidden
}
.home .site-main{
    margin-top:-106px;
}
.site-header{
    z-index: 999
}
.movement_img img{
    width: 100%;
height: 555px;
object-fit: cover;
object-position: top center;
}
.link_img.elementor-widget-image a{
	display:block
}
@media(min-width:1024px){
  .foot_close{
    visibility:hidden;
}
.poly_content_stack{
    margin-top: 140px !important;
position: fixed;
perspective: 1200px;
perspective-origin: 50% -50%;
top: 0;
height: 100%;
width: 100%;
pointer-events: none;
}
.poly_content_stack .page-content{
    z-index: 15;
opacity: 1;
transform: translate3d(0px, 319.5px, -200px);
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.poly_stack_container{
    position: fixed;
top: 0;
z-index: 9;
}  
}
