#s4y-sticky-header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  z-index: 1000002;
  /* background-color: white; */
  /* background-color: #1bd8c4; */
  /* background: linear-gradient(90deg, #1bd8c4 0%, #1bd8c490 50%); */
  /* background: linear-gradient(90deg, #1bd8c4 0%, #f736d7c0 75%, #f736d7ff 100%); */
  /* background: linear-gradient(90deg, #1bd8c4 0%, #af8cd6e0 50%, #f736d7e0 100%); */
  background: linear-gradient(90deg, #1bd8c4 0%, #af8cd6 50%, #f736d7 100%);
  box-shadow: 0 0 20px 0 #00000080;
  @media (max-width: 767px) {
    background: linear-gradient(90deg, #1bd8c4 33%, #af8cd6 66%, #f736d7 100%);
  }
  @media (max-width: 499px) {
    background: linear-gradient(90deg, #1bd8c4 50%, #af8cd6 75%, #f736d7 100%);
  }
}
#s4y-sticky-header .s4y-sticky-header-content {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
  box-shadow: 0 2px 10px #00000010;
  z-index: 3;
  /* overflow: hidden; */
}
#s4y-sticky-header .s4y-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
#s4y-sticky-header .s4y-container.right {
  justify-content: flex-end;
}
#s4y-sticky-header .s4y-container.left {
  justify-content: flex-start;
}

#s4y-sticky-header .s4y-logo-link {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* width: 200px; */
  height: 100px;
  padding: 0 30px 0 10px;
  /* border-right: 2px solid #fff; */
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #f736d7;
  background: linear-gradient(
    90deg,
    rgba(27, 216, 196, 1) 0%,
    rgba(247, 54, 215, 1) 100%
  );
  @media (max-width: 767px) {
    width: 100%;
  }
}
#s4y-sticky-header .s4y-logo-link span {
  display: block;
  width: 250px;
  height: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  @media (max-width: 439px) {
    width: 200px;
    height: 80px;
  }
  @media (max-width: 359px) {
    width: 160px;
    height: 64px;
  }
}

#s4y-sticky-header .s4y-logo {
  width: 300px;
  object-fit: contain;
}

#s4y-sticky-header .s4y-sticky-header-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  @media (max-width: 1023px) {
    display: none;
  }
}
#s4y-sticky-header .s4y-sticky-header-nav a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 10px 20px;
  border: 1px solid #555;
  border-radius: 100px;
  background: #fff;
  background: #1bd8c4;
  background: #f736d7;
  background-size: 100% 200%;
  background-position: left top;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}
#s4y-sticky-header .s4y-container .s4y-button.s4y-booking {
  @media (max-width: 599px) {
    display: none;
  }
}
#s4y-sticky-header .s4y-button {
  box-shadow: -4px -4px 0px 0px #fff !important;
}
#s4y-sticky-header .s4y-button:hover {
  box-shadow: 0 0 0px 0px #fff !important;
}

/**/
/**/
/**/
/**/
#s4y-sticky-header .s4y-sticky-header-submenu {
  position: absolute;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  /* align-items: center; */
  top: 10px;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  /* border-radius: 35px; */
  background: linear-gradient(
    180deg,
    rgba(96, 181, 205, 0) 0,
    rgba(96, 181, 205, 0) 90px,
    rgba(96, 181, 205, 0.9) 91px,
    rgba(96, 181, 205, 0) 100%
  );
  z-index: 0;
}

#s4y-sticky-header .s4y-sticky-header-submenu .s4y-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  padding: 10px 15px;
  border: 1px solid #555;
  border-radius: 100px;
  background: #fff;
  background: #1bd8c4;
  /* background: #f736d7; */
  background-size: 100% 200%;
  background-position: left top;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}

#s4y-sticky-header .s4y-sticky-header-submenu-switch {
  z-index: 1;
}

/* #s4y-sticky-header
  .s4y-sticky-header-submenu
  .s4y-sticky-header-submenu-buttons {
} */

#s4y-sticky-header
  .s4y-sticky-header-submenu
  .s4y-sticky-header-submenu-buttons
  .s4y-button.selected {
  background: #17bfad;
}

#s4y-sticky-header .s4y-sticky-header-submenu-content {
  margin-top: 15px;
  margin-left: 40px;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu-content
  .s4y-sticky-header-submenu-content-image {
  display: none;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, #1bd8c4 0%, #f736d7 100%);
  transform: translateX(-10px) translateY(-10px);
}
#s4y-sticky-header
  .s4y-sticky-header-submenu-content
  .s4y-sticky-header-submenu-content-image
  a {
  margin: 0;
  padding: 0;
  object-fit: cover;
  transform: translateX(10px) translateY(10px);
}
#s4y-sticky-header
  .s4y-sticky-header-submenu-content
  .s4y-sticky-header-submenu-content-image
  a
  img {
  display: flex;
  object-fit: cover;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu-content
  .s4y-sticky-header-submenu-content-image.selected {
  display: flex;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu-content
  .s4y-sticky-header-submenu-content-image
  picture
  img {
  border-radius: 10px;
  border: 10px solid #fff;
}

#s4y-sticky-header .s4y-sticky-header-submenu.studiok {
  right: 151px;
  width: 600px;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu.studiok
  .s4y-sticky-header-submenu-button-size {
  width: 180px;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu.studiok
  .s4y-sticky-header-submenu-buttons {
  width: 180px;
}

#s4y-sticky-header .s4y-sticky-header-submenu.szolgaltatasok {
  right: 416px;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu.szolgaltatasok
  .s4y-sticky-header-submenu-button-size {
  width: 156px;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu.szolgaltatasok
  .s4y-sticky-header-submenu-buttons {
  width: 156px;
}
#s4y-sticky-header
  .s4y-sticky-header-submenu.szolgaltatasok
  .s4y-sticky-header-submenu-content {
  margin-left: 0;
}

/**/
/**/
/**/
/**/
#s4y-header-menu-switch {
  display: none;
  position: relative;
  width: 60px;
  height: 45px;
  margin-left: 20px;
  transform: rotate(0deg) scale(0.75);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  @media (max-width: 1023px) {
    display: block;
  }
}
#s4y-header-menu-switch span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #1bd8c4;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#s4y-header-menu-switch span:nth-child(1) {
  top: 0px;
}
#s4y-header-menu-switch span:nth-child(2),
#s4y-header-menu-switch span:nth-child(3) {
  top: 18px;
}
#s4y-header-menu-switch span:nth-child(4) {
  top: 36px;
}
#s4y-header-menu-switch.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#s4y-header-menu-switch.open span:nth-child(2) {
  transform: rotate(45deg);
}
#s4y-header-menu-switch.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#s4y-header-menu-switch.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#s4y-header-menu .s4y-button {
  box-shadow: 0 0 0px 0px #fff !important;
  transform: translateX(0) translateY(0);
}
#s4y-header-menu .s4y-button:hover {
  box-shadow: 0 0 0px 0px #fff !important;
  transform: translateX(0) translateY(0);
}

/**/
/**/
/**/
/**/
#s4y-header-menu-container {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000001;
}
#s4y-header-menu-container.open {
  display: none !important;
  @media (max-width: 1023px) {
    display: block !important;
  }
}
#s4y-header-menu {
  position: absolute;
  display: block;
  top: 100px;
  left: 0;
  width: 100%;
  height: auto;
  /* background-color: white; */
  background-color: #fbfbfb;
  padding: 20px;
  z-index: 2;
}
#s4y-header-menu > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#s4y-header-menu > ul > li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
#s4y-header-menu > ul > li > .s4y-header-menu-link {
  display: block;
  /* width: 100%; */
  height: 100%;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #222;
  text-decoration: none;
  /* text-transform: uppercase; */
}
#s4y-header-menu > ul > li > .s4y-button {
  width: auto;
}

#s4y-header-menu .s4y-header-menu-booking-item {
  display: none;
  @media (max-width: 499px) {
    display: flex;
  }
}

#s4y-header-menu-background {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
