/* 
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 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	color:#fff;
	background:#111111;
  font-family: "Montserrat", sans-serif;
	 font-size: 16px;
    line-height: 22px;
}


a#socialBtn {
    font-size: 14px;
}

a#socialBtn.active-btn span.elementor-button-text {display: none;}


.hidden{
    display: none;
}


a#socialBtn span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
}


a#socialBtn .elementor-button-icon svg {
    height: auto;
    width: 6px;
}



.full-width > .e-con-inner {
    max-width: 100%;
	transition: all ease .5s;
}



.full-width .e-con-inner video.elementor-background-video-hosted {width: 100% !important;

	transition: all ease .5s;}

header {
    position: absolute;
    top: 20px;
    z-index: 99;
    width: 100%;
    backdrop-filter: blur(40px);
    background: #00000066;
}

.hero .elementor-background-video-container {
    margin-top: 70px;
	transition: all ease .5s;
}

.full-width .elementor-background-video-container{
    margin-top: 0;
	transition: all ease .5s;
    
}
.hero.full-width .elementor-widget-text-editor {
    opacity: 1;
	transition: all ease .5s;
}

.hero .elementor-widget-text-editor {
    opacity: 0;
	transition: all ease .5s;
}

.home .site-footer {
    display: none;
}


.elementor-widget-theme-site-logo {
    filter: brightness(10);
}

.home .elementor-widget-theme-site-logo {
    filter: none;
}
.home header {
    background: none;
    backdrop-filter: none;
}


.hero-inner .elementor-widget-nav-menu {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.hero-inner .elementor-nav-menu--layout-horizontal {
    justify-content: center;
}



.with-divider .elementor-heading-title.elementor-size-default {
    font-size: 35px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.py-constant {
    padding-top: 70px;
    padding-bottom: 70px;
}

.with-divider .elementor-heading-title.elementor-size-default::after {
    content: "";
    background: url(https://pixl.ae/wp-content/uploads/2026/05/Line-19.svg) no-repeat right;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
}
.h3 .elementor-heading-title.elementor-size-default {
    font-weight: 400;
    font-size: 30px;
}
@media(max-width:767px){
	
	header a#socialBtn span.elementor-button-text {
    display: none !important;
}
	
	header .elementor-social-icons-wrapper.elementor-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 19px !important;
    left: 10px;
    position: relative;
}

header .elementor-social-icon svg {
    height: 14px;
    width: 14px;
}

header .elementor-icon.elementor-social-icon {
    height: 10px;
    width: 20px;
}

header span.elementor-grid-item {
    margin: 0 !important;
}
	
	.hero .elementor-widget-text-editor {
    opacity: 1;
    bottom: -90px;
}
}