.landing-slider-hero-image {
  height: 320px;
  display: inline-block;
  width: 100%;
  @include breakpoint(medium up) {
    height: 560px;
  }
  @include breakpoint(large up) {
    height: 800px;
  }
  &.event {
    background-image: url("images/landing/hero-slider/EVENT-min-mobile.jpg");
    @include breakpoint(large up) {
      background-image: url("images/landing/hero-slider/EVENT-min.jpg");
    }
  }
  &.photo {
    background-image: url("images/landing/hero-slider/PHOTO-min-mobile.jpg");
    @include breakpoint(large up) {
      background-image: url("images/landing/hero-slider/PHOTO-min.jpg");
    }
  }
  &.celebration {
    background-image: url("images/landing/hero-slider/CELEBRATION-min-mobile.jpg");
    @include breakpoint(large up) {
      background-image: url("images/landing/hero-slider/CELEBRATION-min.jpg");
    }
  }
  &.film {
    background-image: url("images/landing/hero-slider/FILM-min-mobile.png");
    @include breakpoint(large up) {
      background-image: url("images/landing/hero-slider/FILM-min.jpg");
    }
  }
  &.meeting {
    background-image: url("images/landing/hero-slider/MEETING-min-mobile.jpg");
    @include breakpoint(large up) {
      background-image: url("images/landing/hero-slider/MEETING-min.jpg");
    }
  }
  &.wedding {
    background-image: url("images/landing/hero-slider/WEDDING-min-mobile.jpg");
    @include breakpoint(large up) {
      background-image: url("images/landing/hero-slider/WEDDING-min.jpg");
    }
  }
}
.hero-spacer {
  height: 320px;
  @include breakpoint(medium up) {
    height: 560px;
  }
  @include breakpoint(large up) {
    height: 800px;
  }
}
.hero-listing-name {
  display: none;
  @include breakpoint(large up) {
    display: block;
    position: absolute;
    bottom: 60px;
    right: 80px;
    color: white;
    z-index: 10;
  }
}
.everyspace-landing-hero-slider {
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  background: $charcoal;
  @include breakpoint(medium up) {
    height: 560px;
  }
  @include breakpoint(large up) {
    height: 800px;
  }
}
.everyspace-hero-title {
  color: white;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  @include breakpoint(large up) {
    font-size: 60px
  }
}

.title-underline {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 6px;
  text-decoration-skip-ink: none;
}

.everyspace-hero-spacer {
  height: 160px;
  @include breakpoint(medium up) {
    height: 210px;
  }
  @include breakpoint(large up) {
    height: 260px;
  }
}

.everyspace-hero-spacer-adjust {
  @include breakpoint(large up) {
    height: 90px;
  }
}

.hero-search-interface {
  margin-bottom: 32px;
  .divider {
    display: none;
  }
  @include breakpoint(medium up) {
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    max-width: 711px;
    background: white;

    .event-input,
    .location-input {
      flex: 1;
      padding: 20px 0;
    }

    .divider {
      display: block;
      width: 2px;
      height: 28px;
      background: $light-grey;
      border: none;
    }
  }
  .search-button-wrapper {
    button {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
      svg {
        margin-right: 8px;
        width: 18px;
        height: 18px;
      }
    }
  }
}

.landing-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid $off-white;
  border-radius: 8px;
  padding: 13px 16px;
  margin-bottom: 8px;
  @include breakpoint(medium up) {
    padding: 0 16px;
    border: transparent;
    border-radius: 0;
    margin-bottom: 0;
  }
  i {
    color: $grey
  }
  .icon-wrapper {
    width: 28px;
    height: 28px;
    margin-right: 16px;
    i, svg {
      color: $grey
    }
  }
  .content {
    flex: 1;
    .title {
      font-size: 12px;
      line-height: 1;
      font-weight: bolder;
      color: $charcoal;
      margin-bottom: 6px;
    }
    .value {
      font-size: 14px;
      font-weight: lighter;
      color: $light-grey;
      line-height: 1;
      &.active {
        color: $charcoal;
      }
    }
  }
}

.inputs-spacer {
  margin-bottom: 89px;
  @include breakpoint(medium up) {
    margin-bottom: 0;
  }
}

.medium-diplay-flex {
  @include breakpoint(medium up) {
    display: flex;
  }
}

.custom-landing-spacer {
  height: 18px;
  @include breakpoint(medium up) {
    height: 98px;
  }
}

.landing-activities-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  flex-wrap: nowrap;
  color: $grey;
  overflow-x: scroll;
  max-width: 568px;
  padding-bottom: 17px;
  @include breakpoint(medium up) {
    color: white;
    overflow-x: unset;
  }
  span {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
  }
  .landing-activities-pill {
    padding: 4px 8px;
    line-height: 1;
    border-radius: 32px;
    font-size: 11px;
    border: 2px solid $off-white;
    background: $off-white;
    color: $grey;
    cursor: pointer;
    &:hover {
      border: 2px solid $mint;
      background: $mint;
      color: white;
    }
    &:not(:last-child) {
      margin-right: 8px;
    }
  }
}

.everyspace-landing-content-section {
  margin-bottom: 40px;
  @include breakpoint(large up) {
    margin-bottom: 120px;
  }

  .heading {
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: $charcoal;
    margin-bottom: 16px;
    &.shrink-on-small {
      width: 70%;
      @include breakpoint(medium up) {
        width: auto;
      }
    }
    @include breakpoint(br-768 up) {
      line-height: 32px;
      margin-bottom: 12px;
    }
    @include breakpoint(large up) {
      font-size: 38px;
      line-height: 1.21;
      margin-bottom: 36px;
    }
  }

}

.everyspace-switch {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  background: $light-grey;
  align-items: center;
  border-radius: 8px;
  @include breakpoint(large up) {
    width: 260px;
  }
  button {
    font-size: 14px;
    width: 50%;
    color: $abbey;
    font-weight: bold;
    z-index: 6;
    padding-top: 16px;
    padding-bottom: 16px;
    &.active {
      color: white;
    }
  }
  .background-color {
    width: 50%;
    border-radius: 8px;
    position: absolute;
    background: $mint;
    top: 0;
    bottom: 0;
    z-index: 4;
    &.left {
      left: 0;
      right: 50%;
    }
    &.right {
      left: 50%;
      right: 0;
    }
  }
}

.hiw-number {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid $dark-mint;
  color: $dark-mint;
  text-align: center;
  border-radius: 9999px;
  padding: 8px;
  margin-right: 12px;
  width: 32px;
  height: 32px;
  @include breakpoint(large up) {
    display: block;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    margin-bottom: 32px;
  }
}

.hiw-title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 24px;
  color: $charcoal;
}

.hiw-description {
  font-size: 16px;
  display: inline-block;
  color: $grey;
}

.waylf-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  i {
    line-height: 29px;
    color: $abbey;
  }
  text-align: center;
  display: inline-block;
  background-color: white;
  color: $charcoal;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  &.has-no-more {
    @include breakpoint(large up) {
      box-shadow: none;
      color: $grey;
      i {
        color: $grey;
      }
    }

  }


  &:focus {
    outline: none;
  }
  &.prev {
    margin-right: 16px;
  }
}

.waylf-overlay {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 330px;
  border-radius: 8px;
}

.waylf-title {
  position: absolute;
  text-align: left;
  top: 36px;
  display: block;
  left: 36px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.20;
  @include breakpoint(large up) {
    top: 48px;
    left: 48px;
    font-size: 32px;
    line-height: 1.25;
  }
}

.els-heading {
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  color: $charcoal;
  width: 70%;
  margin-bottom: 16px;
  @include breakpoint(br-768 up) {
    width: auto;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  @include breakpoint(large up) {
    font-size: 38px;
    line-height: 1.21;
    margin-bottom: 36px;
  }
}

.els-subtitle {
  font-size: 16px;
  color: $grey;
  @include breakpoint(large up) {
    margin-bottom: 26px;
  }
}

.start-exploring-button {
  background: white;
  color: $charcoal;
  border-radius: 8px;
  font-weight: 600;
  padding: 12px;
  font-size: 10px;
  @include breakpoint(large up) {
    padding: 16px;
    font-size: 16px;
  }
}

.waylf-image {
  background-size: cover;
  position: relative;
  border-radius: 8px;
  width: 100%;
  background-position: center;
  height: 284px;
  @include breakpoint(large up) {
    height: 400px;
  }
  &.eventvenues {
    background-image: url("/images/spaces/eventvenues.jpg");
  }
  &.filmlocations {
    background-image: url("/images/spaces/filmlocations.jpg");
  }
  &.meetingspaces {
    background-image: url("/images/spaces/meetingspaces.jpg");
  }
  &.weddingvenues {
    background-image: url("/images/spaces/weddingvenues.jpg");
  }
  &.celebrationvenues {
    background-image: url("/images/spaces/celebrationvenues.jpg");
  }
  &.photoshootlocations {
    background-image: url("/images/spaces/photoshootlocations.jpg");
  }
}

.waylf-slider {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  //background: $charcoal;
  //border-radius: 6px;
  height: 320px;
  @include breakpoint(large up) {
    height: 460px;
  }
  .waylf-card {
    display: inline-block;
    width: 100%;
    @include breakpoint(large up) {
      width: 50%;
    }
    &:not(:last-child) {
      margin-right: 16px;
    }
  }
}

.sfeo-button {
  background: white;
  border: 2px solid $charcoal;
  color: $charcoal;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  &:hover {
    background: $charcoal;
    color: white;
  }
  @include breakpoint(large up) {
    margin-right: 16px;
    width: 160px;
    display: inline-block;
  }
}

.dsasa-slider {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  touch-action: none;
  margin-right: -15px;
  @include breakpoint(medium up) {
    margin-right: -32px;
  }
  & > div {
    display: inline-block;
    width: 80%;
    height: 300px;
    position: relative;
    border-radius: 6px;
    &:not(:last-child) {
      margin-right: 24px;
    }
    @include breakpoint(large up) {
      flex: 1;
    }
  }
  @include breakpoint(large up) {
    margin-right: unset;
    white-space: unset;
    overflow: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.dsasa-card {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.dsasa-title {
  position: absolute;
  text-align: center;
  bottom: 48px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 26px;
  white-space: nowrap;
}

.dsasa-overlay {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  border-radius: 6px;
  @include breakpoint(br-768 up) {
    height: 100px;
  }
}

.gifynb-slider {
  display: block;
  white-space: nowrap;
  @include breakpoint(large up) {
    white-space: unset;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 512px;
  }
}

.gifynb-card {
  padding: 16px 12px 24px 12px;
  border-radius: 6px;
  display: inline-block;
  width: 80%;
  vertical-align: top;
  cursor: pointer;
  @include breakpoint(large up) {
    flex: 1;
    width: unset;
  }
  &:not(:last-child) {
    margin-right: 12px;
  }
  &:hover, &.active {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background: white;
    .gifynb-button {
      display: block;
    }
  }
}

.gifynb-image {
  height: 140px;
  display: block;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  &.celebrate-image-adjust {
    background-position-y: -340px;
    @include breakpoint(large up) {
      background-position-y: -160px;
    }
  }
}

.gifynb-title {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin-bottom: 22px;
}

.gifynb-description {
  font-size: 18px;
  line-height: 1.6;
  color: $grey;
  text-align: center;
  white-space: break-spaces;
  height: 172px;
  margin-bottom: 24px;
}

.gifynb-button {
  background: $dark-mint;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  padding: 16px;
  text-align: center;
  display: none;
  margin: auto;
}

.oassi-image {
  height: 512px;
  width: 100%;
  border-radius: 8px;
  background-image: url("/images/landing/01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  text-align: center;
  background-position: 64%;
  @include breakpoint(medium up) {
    background-position: 60%;
  }
  @include breakpoint(large up) {
    padding-top: 130px;
    padding-left: 180px;
    background-position: center;
  }
}

.oassi-title {
  font-size: 32px;
  font-weight: bold;
  color: $charcoal;
}

.oassi-title-underlined {
  font-size: 32px;
  font-weight: bold;
  color: $charcoal;
  text-decoration: underline;
  margin-bottom: 20px;
}

.oassi-description {
  font-size: 16px;
  color: $grey;
  margin-bottom: 32px;
  letter-spacing: -0.3px;
}

.oassi-button {
  background: $charcoal;
  color: white;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
}

.vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 140px rgba(0,0,0,0.9) inset;
  @include breakpoint(large up) {
    box-shadow:  511px 104px 172px -61px rgba(0, 0, 0, 0.89) inset;
    opacity: 0.5;
  }
}
