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








.animated-text {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 auto;
  padding: 0;
  color: #000000;
  font-size: clamp(32px, 6vw, 80px);
  text-align: center;
}

/* Každé písmeno */
.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

/* Oranžová varianta */
.orange {
  color: #E7B756;
}

/* Pro mobilní zařízení */
@media (max-width: 768px) {
  .animated-text {
    display: block;
    text-align: center;
    font-size: clamp(24px, 8vw, 40px);
    width: 100%;
  }
}






.fly-in-left span {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  opacity: 0;
  transform: translateX(-40px);
}

.text-60 {
  font-size: clamp(32px, 5vw, 60px);
}



