/* hamburger */


.head-menu {
  flex-direction: column;
  height: 40vh;
  margin-bottom: 40px;
  overflow: auto;
  align-items: unset !important;
}


@media only screen and (max-width: 600px) {
  .hamburger-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    z-index: 9;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-row {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .header-row {
    display: none;
  }

  .hamburger-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    z-index: 9;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait),
  only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) {
  #top-banner
    > div.constraint-row.visible-overflow
    > div.flex-2.gap-24
    > div.service-image-box {
    display: none;
  }

  #top-banner
    > div.constraint-row.visible-overflow
    > div.flex-2.gap-24
    > div.title-row-service {
    width: 100%;
  }

  .header-row {
    display: none;
  }

  .hamburger-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    z-index: 9;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 991px) and (orientation: portrait),
  only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) {
  #top-banner
    > div.constraint-row.visible-overflow
    > div.flex-2.gap-24
    > div.service-image-box {
    display: none;
  }

  #top-banner
    > div.constraint-row.visible-overflow
    > div.flex-2.gap-24
    > div.title-row-service {
    width: 100%;
  }

  .header-row {
    display: none;
  }

  .hamburger-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    z-index: 9;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-row {
    display: none;
  }

  .hamburger-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    z-index: 9;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .constraint-row {
    max-width: 1288px;
  }

  .header-row {
    gap: 20px;
  }
}

@media only screen and (max-width: 1475px) {
  .header-row {
    padding: 15px 4.33%;
  }
}
