.elementor-523 .elementor-element.elementor-element-0ecd8ea{--display:flex;}.elementor-523 .elementor-element.elementor-element-bd00bee{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5fe7d06 */.header_main {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 150px;
}

.navigation {
    display: flex;
    align-items: center;
}

.navigation ul {
    display: flex;
    gap: 50px;
}

.navigation ul li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    font-family: Karla;
    color: #1E293B
}

.navigation ul a {
    color: #1E293B;
}

.navigation ul a:hover {
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fef37c0 */.header_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger_menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#burger {
    position: relative;
    z-index: 10001;
}

.HM_container-img {
    width: 100px;
    
}

#overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 900;
}

#side-menu {
  position: fixed;
  top: 0; left: -80vw;
  height: 100vh;
  width: 100vw;
  background: white;
  transform: translateX(-100%);
  z-index: 9999;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#side-menu li {
  opacity: 0;
  transform: translateX(-20px);
  margin: 15px 0;
}

#side-menu li a {
  color: #1E293B;
  text-decoration: none;
  font-size: 40px;
  font-family: Karla;
  font-weight: 500;
}

#burger path {
    fill: black!important;
}/* End custom CSS */