/* *****************************
   HEADER HOME – HERO SLIDER
   ***************************** */

/*****************************
 Top Bar
 *****************************/
.header_home_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 65px;
  z-index: 100;
}

/*Logo*/
.header-home__logo {
  flex-shrink: 0;
}

/*Logo Image*/
.header-home__logo img {
  max-height: 50px;
  width: auto;
}

/* Button, Search and Hamburger Item*/
.header_home__nav_icons {
  display: flex;
  align-items: center;
  gap: 80px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*****************************
 Side Bar
 *****************************/

button.sidebar-close {
  background: transparent !important;
}

/* *****************************
   Media Queries
   ***************************** */


@media screen and (max-width: 768px) {
  /*Logo*/
  .header_home_topbar {
    padding: 15px 20px;
  }
}
