/*
Theme Name: DigitalNEST
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: DigitalNEST
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: mt
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.dns-main-header {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99 !important;
}

.outline-section-title {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}



.outline-section-title .elementor-heading-title {
  -webkit-text-stroke: 1px #2d2d2d !important;
  -webkit-text-stroke: 1px #000 !important;
  color: transparent !important;
}

.outline-section-title .elementor-heading-title {
  z-index: -1 !important;
  font-size: 5rem !important;
  font-weight: bold !important;
  font-weight: 800 !important;
  margin: 0 !important;
  opacity: 0.1 !important;
}


@media screen and (min-width: 992px) {
  .outline-section-title .elementor-heading-title {
    font-weight: 800 !important;
    font-size: 15rem !important;
    line-height: 1 !important;
  }
}