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

/*----------------------------------------------
	General Styling
----------------------------------------------*/

div .bg-img-wrapper {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #F2F0ED;
  background-image: url(../hello-elementor-child/assets/bg-blur.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header-logo div a img {
  width: 100%;
  max-width: 800px;
}

.popup-img div div div div figure img.swiper-slide-image {
  border-radius: 0 160px 0 160px;
}

@media screen and (max-width:1024px) {

  #vita-first {
    width: 100%;
  }

  .popup-img div div div div figure img.swiper-slide-image {
    border-radius: 0 80px 0 80px;
  }

}


@media screen and (max-width:767px) {

  .popup-img div div div div figure img.swiper-slide-image {
    border-radius: 0 64px 0 64px;
  }

  #footer-menu div nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}