body:not(.elementor-editor-active) .landing-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.elementor-editor-active) .horizontal-scroll-wrapper1 {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

body:not(.elementor-editor-active) .horizontal-sections1 {
  display: flex;
  height: 100vh;
  flex-direction: row;
  flex-wrap: nowrap;
}

body:not(.elementor-editor-active) .horizontal-section1 {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.elementor-editor-active) .section-content1 {
  opacity: 0;
  transform: translateY(50px);
}