/*
Theme Name: Valli 2025
Author: The Design Bank
Description: New Theme for 2025.
Version: 1.0
Template: valli

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
* {
  font-family: var(--body-family);
}

body {
  position: relative;
  font-family: var(--body-family);
}

a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

strong {
  font-weight: bold;
}

#mega-menu-wrap-additional-menu
  #mega-menu-additional-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff !important;
  font-weight: normal !important;
}

#mega-menu-wrap-additional-menu #mega-menu-additional-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: normal !important;
}

.banner__inner,
.container,
.main {
  max-width: 1920px;
}

.videoHeader {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#backgroundVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.global-header {
  position: absolute;
  width: 100%;
  background: transparent;
}
.global-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
}
.global-header .internal.overlay {
  background: linear-gradient( 
    to bottom, 
    rgba(0, 0, 0, 0.65) 10%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 100% 
  );
  height: 25vh;
}
.global-header .homepage.overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 10%,
    rgba(0, 0, 0, 0.1) 44%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 100vh;
}

.global-header__inner {
  position: relative;
  z-index: 5;
}

.global-footer .social__title {
  font-size: 15px;
}

.social__list__item {
  margin: 0 0 0 1rem;
}

.global-footer__copy ul {
  margin-bottom: var(--spacing-xxl);
}

.introduction {
  background: var(--color-black);
}
.introduction .container {
  padding: 0px;
  max-width: 100%;
}
.introduction .heading {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction .heading h4 {
  color: var(--color-text-reversed);
  font-size: 48px !important;
}

.bookingBlocks img,
.bookingBlocks a {
  margin: 0 auto;
}

.bookingBlocks img {
  margin: 2rem auto;
  max-width: 135px;
}
.bookingBlocks a {
  margin-bottom: 2rem;
  font-size: 20px;
  padding: 25px 75px !important;
}

.imageContent {
  padding: 0;
  max-width: 100%;
}

.imageContent .content {
  padding: 2rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageContent .content h3 {
  font-size: 48px !important;
  color: var(--color-black);
  margin: 0 0 2rem;
  font-family: var(--body-family);
}
.imageContent .content h3 span {
  display: block;
  width: 100%;
}
.imageContent .content p {
  font-size: 20px;
  color: var(--color-black);
  margin-bottom: 2rem;
}
.imageContent .content a {
  text-decoration: none;
  padding: 0.55rem 1.2rem;
  width: 40%;
  margin-right: 1rem;
}

.imageContent .content a.btn {
  align-content: center;
}

.imageContent .row > div > .row {
  height: 100%;
}

.imageContent img {
  padding: 0;
  object-fit: cover;
}

.btn {
  padding: 25px 10px !important;
  line-height: 16px !important;
  height: fit-content;
}

.btn + .btn {
  margin-left: 0;
}

.btn.black {
  background-color: var(--color-black) !important;
  color: var(--color-text-reversed) !important;
}
.btn.white {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  border: 1px solid var(--color-black) !important;
}
.btn.btn--secondary {
  background-color: transparent !important;
  color: var(--color-text-reversed) !important;
  border: 1px solid var(--color-text-reversed) !important;
}

.btn--primary.white {
  background-color: transparent;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

.quickLinks {
  min-height: 750px;
  background-size: cover;
  background-position: center center;
  display: flex;
}
.links {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.links:last-child > .quickLinks {
  margin-right: -15px;
}
.links .quickLinks {
  transition: transform 0.4s ease-in;
  background-size: cover !important;
}
.links:hover .quickLinks {
  transform: scale(1.05);
}
.quickLinks span {
  margin: 0 auto 2rem;
  align-self: flex-end;
  color: var(--color-text-reversed);
  font-size: 40px;
  font-weight: 800;
}
.wocsIntro,
.googleReviews {
  margin: 4rem auto 3rem;
}
.wocsIntro h3,
.googleReviews h3 {
  font-size: 48px !important;
  color: var(--color-black);
  margin: 0 6rem 1rem;
  font-family: var(--body-family);
}
.wocsIntro p,
.googleReviews p,
.instagram p {
  font-size: 20px;
  color: var(--color-black);
  text-align: left;
}

.googleReviews .ReviewsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.googleReviews .ReviewsContainer svg {
  display: block;
  width: 200px;
  height: 200px;
  fill: #2a9448;
  margin: 20px auto;
}

.googleReviews .ReviewsContainer .Grouper {
  flex-grow: 1;
  flex-basis: calc(33.3333% - 10px);
}

.googleReviews .ReviewsContainer .Grouper .Review {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #3686f7;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.googleReviews .ReviewsContainer .Grouper .Review > * {
  flex: 0 0 100%;
}

.googleReviews .ReviewsContainer .Grouper .Review .ReviewAuthor {
  display: grid;
  grid-template-columns: 50px 1fr 30px;
}

.googleReviews .ReviewsContainer .Grouper .Review .ReviewAuthor img {
  width: 40px;
  aspect-ratio: 1 / 1;
}

.googleReviews .ReviewsContainer .Grouper .Review .ReviewAuthor img.GoogleLogo {
  width: 25px;
}

.googleReviews
  .ReviewsContainer
  .Grouper
  .Review
  .ReviewAuthor
  .ReviewInfo
  > span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.googleReviews
  .ReviewsContainer
  .Grouper
  .Review
  .ReviewAuthor
  .ReviewInfo
  > span.ReviewDate {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.googleReviews .ReviewsContainer .Grouper .Review .ReviewRating > p {
  font-size: 24px !important;
  color: #ffc107 !important;
}

.googleReviews
  .ReviewsContainer
  .Grouper
  .Review
  .ReviewRating
  > p
  .fa-star:nth-child(1n + 1) {
  padding-left: 5px;
}

.googleReviews .LoadReviews {
  padding: 15px 25px !important;
}

.instagram {
  margin: 2rem auto;
  font-family: var(--body-family);
}
.instagram h3 {
  font-size: 48px !important;
  color: var(--color-black);
  margin: 2rem 2rem 1rem;
  font-family: var(--body-family);
}
.instagram .grid {
  display: inline-grid;
}
.instagram p {
  align-self: flex-end;
  margin: auto 2rem auto;
}
.instagram p:before {
  content: url("assets/instagram.svg");
  width: 36px;
  height: 36px;
  filter: brightness(0%);
  padding-right: 1rem;
  top: 0.5rem;
  position: relative;
}
.wocs {
  height: 565px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 -8px;
}
.wocs a {
  float: left;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandBlock {
  margin-top: 0.2rem;
}
.brandImage {
  min-height: 575px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  border: solid #fff 5px;
}
.brandImage img {
  width: 80%;
  opacity: 1;
  transition: opacity 0.5s;
}
.brandImage.discover {
  background-color: #f4f4f4;
}
.brandImage.discover img {
  width: 60px;
  margin: 0 auto;
}
.brandImage a {
  float: left;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  transition: 0.75s;
}
.brandImage a:hover {
  background: transparent;
}
.brandImage a:hover > img {
  opacity: 0;
}
.brandImage .block {
  display: block;
  text-align: center;
}
.brandImage.discover a {
  background-color: transparent;
}
.brandImage.discover h5 {
  color: var(--color-black);
  font-size: 48px;
  line-height: 52px;
  font-family: var(--body-family);
  margin-top: 1rem;
}
.social__title {
  font-family: var(--body-family);
}

.instagram-gallery-item__media-wrap {
  padding-top: 150% !important;
}

.global-header__top .btn.btn--secondary,
.global-header__top .btn.btn--primary {
  padding: 25px 75px !important;
}

.location-selector {
  z-index: 2;
}

.banner, 
.page article,
.blog-post {
  padding-top: 25vh;
}

@media (max-width: 998px) {
  .introduction .container .row,
  .imageContent .row {
    margin-left: 0;
    margin-right: 0;
  }
  .imageContent .row .col-12:has(img) {
    padding: 0;
  }
  .wocs {
    height: 375px;
  }
  .quickLinks {
    min-height: 375px;
  }
  .quicklinks a {
    font-size: 32px;
    line-height: 1.2;
  }
  .imageContent .content {
    padding: 2rem 2rem;
  }
  .imageContent .content a {
    width: 100%;
  }
  .imageContent .content a:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .imageContent .content h3 span {
    display: inline;
    width: auto;
  }
  .wocsIntro h3,
  .googleReviews h3 {
    margin: 0 auto 1rem;
  }
  .brandImage {
    min-height: 250px;
  }
  .bookingBlocks a {
    padding: 25px 15px !important;
  }
  .googleReviews .ReviewsContainer .Grouper {
    flex-basis: unset;
  }
  #mega-menu-wrap-additional-menu #mega-menu-additional-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout.aboutMenuLast ul.mega-sub-menu {
    left: -20vw;
  }
}

@media (max-width: 768px) {
  
  .banner, 
  .page article,
  .blog-post {
    padding-top: 50vh;
  }
  .global-header .internal.overlay {
    height: 50vh;
  }
  .global-header__top .btn.btn--secondary, 
  .global-header__top .btn.btn--primary {
    width: 100%;
  }
  .global-header__top .btn.btn--primary {
    margin-top: 1rem;
  }
  .bookingBlocks a {
    padding: 25px 10px !important;
  }
  .global-header__top {
    justify-content: space-around;
  }
  .quickLinks {
    min-height: 300px;
    margin: unset;
    margin-bottom: 1rem;
    background-size: cover !important;
  }
  .links:last-child > .quickLinks {
    margin-right: unset;
  }
  .wocs {
    height: 400px;
    margin-bottom: 1rem;
  }
  .wocsIntro h3,
  .googleReviews h3 {
    margin: 0 0 1rem;
  }
  .imageContent .content h3 {
    font-size: 32px !important;
  }
  .imageContent .content p {
    font-size: 16px;
  }
  .brandImage {
    min-height: 200px;
  }
  .bookingBlocks a {
    margin: 1rem auto;
  }
  .quickLinks a {
    line-height: 1;
    margin: 0 auto 1rem;
  }
  .instagram h3 {
    text-align: center;
  }
  .instagram p {
    text-align: center;
    margin: 0 auto 2rem;
  }
  .bookingBlocks {
    background-color: transparent;
  }
  .bookingBlocks .btn.black {
    background-color: var(--color-primary-dark);
    font-size: 0.9rem;
    padding: 0.55rem 1.1rem;
  }
  .social,
  .global-footer__copy ul {
    margin-bottom: 5px;
  }
  .global-footer__copy {
    margin: 0;
  }
}
