/* 
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
Author: Elementor Team
Author URI: https://elementor.com/
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
*/

/*
    Add your custom styles here
*/

html body .aral-scroll-stage .aral-scroll-copy .aral-scroll-copy-block {
  left: 8vw !important;
  bottom: 36vh !important;
  width: 30rem !important;
  max-width: calc(100vw - 16vw) !important;
}

html body .aral-scroll-stage .aral-scroll-copy .aral-scroll-copy-block p {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  font-weight: 400 !important;
  font-variation-settings: "wght" 400;
  color: #ffffff !important;
}

html body .aral-scroll-stage .aral-scroll-copy .aral-scroll-copy-block p strong {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 700 !important;
  font-variation-settings: "wght" 700;
  color: inherit !important;
}

@media (max-width: 767px) {
  html body .aral-scroll-stage .aral-scroll-copy .aral-scroll-copy-block {
    left: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 5rem !important;
    width: auto !important;
    max-width: none !important;
  }
}