/*
Theme Name:   Emrah Kan
Description:  Hello Elementor Child Theme
Author:       Emrah Kan
Author URI:   https://emrahkan.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/
body {
  padding: 0 !important;
}
[data-barba="container"] {
  overflow-x: hidden;
}
.safe-area-inset-top,
.safe-area-inset-bottom {
  display: none;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 4100;
}
@media screen and (max-width: 768.98px) {
  @supports (padding-top: env(safe-area-inset-top)) {
    .safe-area-inset-top {
      display: block;
      top: -2px;
      height: 8px;
    }
    .safe-area-inset-bottom {
      display: block;
      bottom: -2px;
      height: 6px;
    }
  }
  @supports (padding-top: constant(safe-area-inset-top)) {
    .safe-area-inset-top {
      display: block;
      top: -2px;
      height: 8px;
    }
    .safe-area-inset-bottom {
      display: block;
      bottom: -2px;
      height: 6px;
    }
  }
}
