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




  .delay {
    animation-delay: 0.3s;
  }

  @keyframes fadeInUp2 {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  .animated {
    animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
  }

  .fade-in-up-fast {
    visibility: hidden;
  }

  .elementor-editor-active .fade-in-up-fast,
  .elementor-editor-preview .fade-in-up-fast {
    visibility: visible;
  }

  .fadeInUp2 {
    animation-name: fadeInUp2;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    visibility: visible;
  }

  @keyframes fadeInUp3 {
    from {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .fade-in-up-fast2 {
    visibility: hidden;
    overflow: hidden;
  }

  .elementor-editor-active .fade-in-up-fast2,
  .elementor-editor-preview .fade-in-up-fast2 {
    visibility: visible;
  }

  .fadeInUp3 {
    animation-name: fadeInUp3;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    visibility: visible;
    overflow: hidden;
  }

  @keyframes fadeInRight2 {
    from {
      opacity: 0;
      transform: translate3d(35px, 0, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .fade-in-right-fast {
    visibility: hidden;
  }

  .elementor-editor-active .fade-in-right-fast,
  .elementor-editor-preview .fade-in-right-fast {
    visibility: visible;
  }

  .fadeInRight2 {
    animation-name: fadeInRight2;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    visibility: visible;
  }

  @keyframes fadeInLeft2 {
    from {
      opacity: 0;
      transform: translate3d(-35px, 0, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .fade-in-left-fast {
    visibility: hidden;
  }

  .elementor-editor-active .fade-in-left-fast,
  .elementor-editor-preview .fade-in-left-fast {
    visibility: visible;
  }

  .fadeInLeft2 {
    animation-name: fadeInLeft2;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    visibility: visible;
  }





.weie-lang-switcher{
    display:inline-flex;
    align-items:center;
    gap:0;
    padding:0px;
    border:2px solid #59c7ef;
    border-radius:11px;
    background:white;
    overflow:hidden;
}

.weie-lang-switcher .weie-lang-item{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:30px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#404040;
    text-decoration:none;
    border-radius:9px;
    letter-spacing:0;
    font-family:Mulish;
}

.weie-lang-switcher .weie-lang-item.is-active{
    background:#56c8ef;
    color:#ffffff;
}