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

.page-header {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

@media screen and (max-width: 479px) {
  .page-header {
    position: relative;
  }
}

.page-header:before {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000047;
  mix-blend-mode: multiply;
}

.page-header .page-title {
  position: absolute;
  font-family: "HWT-Unit", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  color: #EFE9DB;
  letter-spacing: 0;
  line-height: 65px;
  left: 240px;
  bottom: 110px;
  display: flex;
  flex-flow: row;
  align-items: center;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media screen and (max-width: 1279px) {
  .page-header .page-title {
    font-size: 35px;
    line-height: 35px;
    left: 5%;
    bottom: 8%;
  }
  .page-header .page-title:after {
    font-size: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .page-header .page-title {
    font-size: 25px;
    line-height: 25px;
    left: 20px;
    bottom: 20px;
  }
  .page-header .page-title:after {
    font-size: 170px;
  }
}

@media screen and (max-width: 479px) {
  .page-header .page-title:after {
    display: none;
  }
}
