/* 
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 */

html, body {
    overflow-x: hidden;
}

/* .page-id-212 .header-menu a,
.page-id-3 .header-menu a,
body.home .header-menu a {
    color: var( --e-global-color-text ) !important;
} */

.page-id-212 .header-menu a,
.page-id-3 .header-menu a {
    color: var( --e-global-color-text ) !important;
}


.giati-emas-item:nth-of-type(2n) {
    top: 80px;
}


.parallax-image img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px !important;
    height: calc(540px + (540px * 30 / 100)) !important;
}

.parallax-image .elementor-widget-container {
    position: relative !important;
    overflow: hidden;
    border-radius: 20px;
    height: 540px !important;
}

/* For Webkit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 12px;
}
  
::-webkit-scrollbar-track {
    background: #FFFFFF;
}
  
::-webkit-scrollbar-thumb {
    background-color: #223A7A;
    border-radius: 6px;
    border: 3px solid #FFFFFF; /* creates padding around the thumb */
}
  
/* Optional: For horizontal scrollbars */
::-webkit-scrollbar-thumb:horizontal {
    border-radius: 6px;
}
  
  /* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #223A7A #FFFFFF;
}

.uael-nav-menu a:hover::before {
    width: 100% !important;
}

.uael-nav-menu a::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 0px;
    transition: ease-in-out .6s;
    bottom: -4px;
}

.header .uael-nav-menu a::before {
    background-color: #fff !important;
}

body.page-id-3 .uael-nav-menu a::before {
    background-color: var( --e-global-color-text ) !important
}
body.page-id-212 .uael-nav-menu a::before {
    background-color: var( --e-global-color-text ) !important
}

/* body.home .uael-nav-menu a::before {
	background-color: var( --e-global-color-text ) !important
} */

@media only screen and (max-width: 1500px) {
    .giati-emas-item {
        width: calc(50% - 20px) !important;
        top: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .giati-emas-item {
        width: 100% !important;
    }

    body.page-id-212 .oc-menu-toggle svg {
        fill: var( --e-global-color-text ) !important;
    }
    body.page-id-3 .oc-menu-toggle svg {
        fill: var( --e-global-color-text ) !important;
    }
	
	/* body.home .oc-menu-toggle svg {
        fill: var( --e-global-color-text ) !important;
    } */
}


@media only screen and (max-width: 767px) {
    .uael-nav-menu a::before {
        bottom: -2px !important;
    }
}

.oc-menu a::before {
    display: none !important;
}