:root {
  --header-logo-width: 191px;
  --mobile-left-right-width: 42px;
}

@media (max-width: 992px) {
  :root {
    --header-logo-width: 121px;
    --mobile-left-right-width: 42px;
  }
}

.header {
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: transparent;
}

#header .main-header {
  width: 74%;
  margin: 0 0 0 16%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#header.sticky .main-header__box-shadow {
  box-shadow: 0px 10px 47.4px 0px rgba(0, 0, 0, 0.05);
}

#header #navContent .container {
  display: flex;
}

#header .logo {
  width: var(--header-logo-width);
  padding: 15px 0;
}

.header .logo img {
  width: 100%;
  height: auto;
}

.header .logo .logo1 {
  display: block;
}

.header .logo .logo2 {
  display: none;
}

#header .top_right1,
#header .top_right2 {
  width: calc(100% - var(--header-logo-width));
  padding: 0 42px 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header .top_right2 {
  display: none;
}

#header .call_us {
  position: relative;
  width: auto;
  padding-left: 37px;
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #878A8F;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.header .call_us:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background-color: transparent;
  background-image: url("../../../images/icons/phone.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(118%) contrast(118%);
}

#header .call_us p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: inherit;
}

#header .call_us strong {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

#header .call_us--desktop {
  display: block;
}

#header .call_us--mobile {
  display: none;
}


#header.sticky .logo .logo1 {
  display: none;
}

#header.sticky .logo {
  padding: 8px 0;
}

#header.sticky .logo .logo2 {
  display: block;
  max-width: 130px;
}

#header.sticky {
  position: fixed;
  top: 0;
  background-color: white;
}

#header.sticky #mainNav {
  padding: 32px 0;
  padding-right: 20px;
}

#header.sticky #nav-btn,
#header.sticky #nav-btn+label {
  top: 24px;
}

#header.sticky .call_us::before,
#header.sticky #nav-btn+label span {
  filter: brightness(0) saturate(100%) invert(78%) sepia(38%) saturate(809%) hue-rotate(129deg) brightness(84%) contrast(97%) !important;
}

#header #nav-btn:checked+label span {
  filter: none !important;
}

#header.sticky .links-element-zone,
#header.sticky .call_us p {
  color: black;
}

#header.sticky .links-element-zone::after {
  filter: brightness(0) saturate(100%)
}

@media (max-width: 1340px) {
  #header .main-header {
    width: 85%;
    margin: 0 0 0 10%;

  }
}

@media (max-width: 992px) {

  #header .main-header {
    width: 100%;
    padding: 0 0 0 4%;
    margin: 0;
  }

  #header.sticky .logo .logo2 {
    max-width: 100px;
    padding: 8px 0;
  }

  #header #navContent .container {
    flex-direction: column;
  }

  #header .call_us--desktop {
    display: none;
  }

  #header .call_us--mobile {
    display: block;
  }

  #header .top_right1,
  #header .top_right2 {
    display: none;
  }

  #header .main-header {
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.3);
  }

  #header .container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  #header .call_us {
    float: none;
    width: var(--mobile-left-right-width);
    height: 30px;
    padding: 0;
    margin: 0;
  }

  #header .logo {
    float: none;
    justify-self: center;
    width: calc(100% - (var(--mobile-left-right-width) * 2));
  }

  #header .logo img,
  #header .logo a {
    max-width: 120px;
    margin: 0 auto;
  }

  .header .call_us:before {
    filter: invert(74%) sepia(63%) saturate(424%) hue-rotate(132deg) brightness(82%) contrast(93%);
  }

  #header .call_us p {
    display: none;
  }

}

#header .search {
  float: left;
  width: 100%;
}

#header .search .field {
  float: left;
  width: 26%;
  padding: 25px 15px;
  border-left: 1px solid #d8d8d8;
}

#header .search .field:last-child {
  width: 22%;
  padding-top: 27px;
  padding-bottom: 27px;
}

#header .search .field label {
  display: block;
  margin-bottom: 6px;
  padding: 0 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
}

#header .search .field .form-control {
  height: 30px;
  padding: 0 5px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 5px center;
  font-size: 14px;
}

#header .search .field #dateinout {
  background-image: url(../../images/design/date_icon.png);
  background-size: 16px;
}

#header .search .field #guestscode {
  background-image: url(../../images/select_menu_icon.png);
  cursor: pointer;
}

#header .search button {
  position: relative;
  width: 100%;
  padding: 13px 60px 13px 25px;
}

#header .search button:after {
  content: "";
  width: 45px;
  background-image: url(../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}

#header .search button:hover {
  background-color: #45c2cc;
}

#header #nav-btn+label span::before,
#header #nav-btn+label span::after,
#header #nav-btn+label span {
  background-color: #fff;
}

#header #nav-btn:checked+label span::before,
#header #nav-btn:checked+label span::after {
  background-color: #45c2cc;
}

@media (max-width: 992px) {

  #nav-btn,
  #header.sticky #nav-btn,
  #header.sticky #nav-btn+label {
    top: 4%;
    right: 10px;
  }

  #header #nav-btn+label span::before,
  #header #nav-btn+label span::after,
  #header #nav-btn+label span {
    background-color: #45c2cc;
  }
}