/*
Theme Name: Örök aktív pályázat
Theme URI: http://sajatoldal.hu
Author: Saját
Author URI: http://sajatoldal.hu
Description: Teljesen egyedi sablon Elementor kompatibilitással, Hero slider és Customizer-rel.
Version: 1.0
Text Domain: khoap
*/

body {
    font-family: 'Open Sans','Helvetica Neue LT Pro', Helvetica, Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    color: #02aff1;
    text-decoration: none;
}

.header, .footer {
    background-color: #e5007e;
    color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}

.hero-slider {
    width: 100%;
    overflow: hidden;
}

.hero-slider .slide {
    text-align: center;
    padding: 0px;
    color: #ffffff;
}

.hero-slider .slide img {
    max-width: 100%;
    height: auto;
}

.footer {
    padding: 40px 20px;
    text-align: center;
}

.owl-nav {
  position: absolute;
  bottom: 60px;
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 20px;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  justify-content: center;
  display: flex;
}

.maskedImage::after {
  position: absolute;
  top: 0px;
  left: -55%;
  background-image: url(assets/img/8-light.svg);
  background-position: left center;
  background-size: auto 105%;
  content: "";
  width: 120%;
  height: 100%;
  background-repeat: no-repeat;
}

.maskedImage {
  position: relative;
  overflow: hidden;

}

.maskedImage div,
.maskedImage img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;

}
