/* SCSS Variables */
/* Mixins */
.hero-columns {
  gap: var(--wp--preset--spacing--x-small);
}
.hero-columns .hero-left-column {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--large);
}

@media (min-width: 782px) {
  .wp-block-youthhostels-page-hero h1, .wp-block-youthhostels-page-hero .wp-block-buttons,
  .wp-block-youthhostels-meltingpot-hero h1,
  .wp-block-youthhostels-meltingpot-hero .wp-block-buttons {
    margin-right: -12.5%;
  }
}

.wp-block-youthhostels-meltingpot-hero .landing-hero-left-column,
.wp-block-youthhostels-page-hero .landing-hero-left-column {
  order: 2;
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-left-column,
  .wp-block-youthhostels-page-hero .landing-hero-left-column {
    order: 1;
  }
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column,
.wp-block-youthhostels-page-hero .landing-hero-right-column {
  z-index: -1;
  position: relative;
  overflow: visible;
  order: 1;
  min-height: 250px;
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column,
  .wp-block-youthhostels-page-hero .landing-hero-right-column {
    order: 2;
  }
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
.wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
  position: absolute;
  left: -2rem;
  right: -2rem;
  top: 0;
  transform: translateY(calc(-1 * var(--wp--preset--spacing--xx-large)));
  /*mask:url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 0% 100% / 100% 150%;
  -webkit-mask:url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 0% 100% / 100% 150%;*/
  margin-bottom: 0px;
  mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 60%/100% 100vw;
  -webkit-mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 60%/100% 100vw;
  margin-bottom: 0px;
  height: 100%;
  aspect-ratio: unset;
  min-width: 105vw;
}
@media (min-width: 599px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    min-width: 100%;
    aspect-ratio: unset;
    height: 250px;
    mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 100%/200% 200%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 100%/200% 200%;
  }
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    left: 0;
    top: 0;
    right: calc(-1 * (100vw - 100%));
    height: calc(100% + 2 * var(--wp--preset--spacing--xxxxxx-large));
    transform: translateY(calc(-1 * var(--wp--preset--spacing--xxxxxx-large)));
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 0% 60%/100% 200%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 0% 60%/100% 200%;
  }
}
@media (min-width: 991px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 20% 50%/120% 100%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 20% 50%/120% 100%;
    width: 50vw;
    right: -2rem;
    left: 0;
  }
}
@media (min-width: 1199px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/100% 100%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/100% 100%;
  }
}
@media (min-width: 1399px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/50vw 50vw;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/50vw 50vw;
  }
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image picture,
.wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image picture {
  height: 100%;
  width: 100%;
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image img,
.wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image img,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image img {
    transform: rotate(0deg);
  }
}

.wp-block-youthhostels-page-hero {
  /*& .wp-block-post-featured-image{
    z-index:-2;
    height: 1230px;
    width: 1016px;
    aspect-ratio:1016/1230;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    margin: 0px;
    margin-bottom: -40%;
    transform: translateY(-5%);
    overflow: hidden;
    mask: url('../../assets/shapes/landing-hero-shape.svg') no-repeat center/contain;
    -webkit-mask: url('../../assets/shapes/landing-hero-shape.svg') no-repeat center/contain;
    & img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
}
.wp-block-youthhostels-page-hero .wp-block-buttons.anchor-buttons {
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-youthhostels-page-hero .wp-block-buttons.anchor-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(:focus):not(:hover) {
  background-color: var(--wp--preset--color--white) !important;
}