/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Template: hello-elementor
Version: 1.0.1
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
*/
.flex {
  display: flex;
  display: -webkit-flex;
}
.respFonth1 {
  font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (2048 - 300)));
}
.respFonth2 {
  font-size: calc(25px + (45 - 25) * ((100vw - 300px) / (2048 - 300)));
}
.respFonth3 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (2048 - 300)));
}
.respFonth4 {
  font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (2048 - 300)));
}
.respFontP {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
}
@-webkit-keyframes switch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes switch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.hidden {
  display: none !important;
}
/*# sourceMappingURL=https://ivelo.ro/wp-content/build/scss_library/e21c28870ed9043a86249d05bee94d1e2fee85c2.css.map */