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


@font-face {
    font-family: 'Future';
    src: url('fonts/FuturaCyrillicLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Future';
    src: url('fonts/FuturaCyrillicBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Future';
    src: url('fonts/FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Future';
    src: url('fonts/FuturaCyrillicDemi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Future';
    src: url('fonts/FuturaCyrillicBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* @font-face {
    font-family: 'Future';
    src: url('fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Future';
    src: url('fonts/FuturaCyrillicHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
} */


body {
    font-family: 'Future', sans-serif;
    font-weight: 400;
    font-style: normal;
}

p, li,span, a {
    font-family: 'Future', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Future', sans-serif;
    font-weight: 700;
    font-style: normal;
}

body:not(.elementor-editor-active) .top-header-section{
    position: absolute;
    transition: 0.2s ease;
    height: 65px;
    z-index: 1;
}

body:not(.elementor-editor-active) .top-header-section.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
}
body:not(.elementor-editor-active).admin-bar .top-header-section.fixed-header{
    top: 32px;
}
.top-header-section .header-logo {
    text-align: center;
}
.top-header-section .header-logo img{
    transition: 0.2s ease-in-out;
}
.top-header-section.fixed-header .header-logo img {
    width: 73px;
    filter: brightness(0);
    transition: width 0.2s ease;
}