/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* No Js */
/*
 *  Owl Carousel - Animate Plugin
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

picture.jarallax-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*------------------------------------------------------------------
[Master Stylesheet]

Project: Varma Wellage - A wellness village
Version: 1.0

-------------------------------------------------------------------*/
/*  PARTICLES
----------------------------------------------------------*/
/*  GENERAL STYLES
----------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

section {
  max-width: 100vw;
}

label {
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul,
li {
  list-style: none;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Linux Biolinum";
  font-weight: 400;
}

.link-underline {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 1rem;
  color: #383637;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .link-underline {
    font-size: 18px;
  }
}
.link-underline:hover {
  color: #000;
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25rem;
  height: 1px;
  width: 0;
  background-color: #383637;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.link-underline:hover::after {
  left: 0;
  width: 100%;
}

.primaryBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  background: #0A8A81;
  padding: 8px 8px 8px 20px;
  border-radius: 32px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  border: 1px solid #00A79D;
}
@media (max-width: 520px) {
  .primaryBtn {
    padding: 6px 6px 6px 18px;
    font-size: 14px;
    gap: 4px;
  }
}
.primaryBtn span {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 520px) {
  .primaryBtn span {
    width: 32px;
    height: 32px;
  }
}
.primaryBtn:hover {
  background: #00A79D;
}
.primaryBtn.secondayBtn {
  background: #fff;
  color: #0A8A81;
}
.primaryBtn.secondayBtn span {
  background: #CFF2EF;
}
.primaryBtn.teritaryBtn {
  background: transparent;
  border-color: #58595B;
}
.primaryBtn.teritaryBtn span {
  background: #383637;
}

@media (max-width: 1024px) {
  #siteWrapper {
    position: relative;
    height: 100dvh;
    overflow: auto;
    background: #fff;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: border-radius 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-box-shadow 0.6s ease;
    transition: border-radius 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-box-shadow 0.6s ease;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), border-radius 0.6s ease, box-shadow 0.6s ease;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), border-radius 0.6s ease, box-shadow 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-box-shadow 0.6s ease;
    z-index: 2;
  }
  .menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    color: #fff;
    padding: 100px 40px;
    z-index: 1;
  }
  /* ACTIVE STATE */
  body.menu-active {
    overflow: hidden;
  }
  body.menu-active #siteWrapper {
    -webkit-transform: translateX(380px) scale(0.8);
            transform: translateX(380px) scale(0.8);
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
}
@media (max-width: 768px) {
  /* ACTIVE STATE */
  body.menu-active #siteWrapper {
    -webkit-transform: translateX(340px) scale(0.8);
            transform: translateX(340px) scale(0.8);
  }
}
@media (max-width: 520px) {
  /* ACTIVE STATE */
  body.menu-active #siteWrapper {
    -webkit-transform: translateX(240px) scale(0.8);
            transform: translateX(240px) scale(0.8);
    overflow: hidden;
  }
}
#scene:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.scene > div {
  will-change: transform;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 24px;
  background: #D9D9D9 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active {
  width: 40px;
  background: #00A79D !important;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .wrapper {
    margin-top: 64px;
  }
}
.wrapper .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1%;
          flex: 1 1 1%;
  position: relative;
  -webkit-transition: opacity 250ms ease, -webkit-box-flex 600ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 250ms ease, -webkit-box-flex 600ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: flex 600ms cubic-bezier(0.25, 1, 0.5, 1), opacity 250ms ease;
  transition: flex 600ms cubic-bezier(0.25, 1, 0.5, 1), opacity 250ms ease, -webkit-box-flex 600ms cubic-bezier(0.25, 1, 0.5, 1), -ms-flex 600ms cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.wrapper .card:hover {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.wrapper .card__inner {
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.wrapper .card__inner__details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}
@media (min-width: 1024px) {
  .wrapper .card__inner__details {
    bottom: 40px;
    left: 40px;
    right: 40px;
  }
}
.wrapper .card__inner__details h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: normal;
}
@media (min-width: 1024px) {
  .wrapper .card__inner__details h3 {
    font-size: 40px;
    gap: 16px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.wrapper .card__inner__details h3 span {
  width: 24px;
}
@media (min-width: 1024px) {
  .wrapper .card__inner__details h3 span {
    display: none;
  }
}
.wrapper .card__inner__details ul {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .wrapper .card__inner__details ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 16px;
    display: none;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
  }
}
.wrapper .card__inner__details ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.wrapper .card__inner__details ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .wrapper .card__inner__details ul li {
    font-size: 16px;
  }
}
.wrapper .card__inner__details ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icons/check.svg") #fff;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.wrapper .card picture {
  width: 100%;
  height: 0;
  padding-bottom: 643px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 520px) {
  .wrapper .card picture {
    padding-bottom: 362px;
  }
}
.wrapper .card picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wrapper .card.is-active, .wrapper .card:hover {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
@media (max-width: 520px) {
  .wrapper .card.is-active, .wrapper .card:hover {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 1024px) {
  .wrapper .card.is-active .card__inner__details h3, .wrapper .card:hover .card__inner__details h3 {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: none;
            transform: none;
  }
  .wrapper .card.is-active .card__inner__details h3 span, .wrapper .card:hover .card__inner__details h3 span {
    display: block;
  }
  .wrapper .card.is-active .card__inner__details ul, .wrapper .card:hover .card__inner__details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    white-space: nowrap;
  }
  .wrapper .card.is-active .card__inner__details li, .wrapper .card:hover .card__inner__details li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 1024px) {
  .blogListing > div:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .blogListing > div:not(:first-child) img {
    width: 172px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 124px;
    border-radius: 16px;
  }
  .blogListing > div:not(:first-child) > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blogListing > div:not(:first-child) > div h4 {
    margin-top: 0;
  }
  .blogListing > div:not(:first-child) > div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
  }
  .blogListing > div:not(:first-child) > div span {
    margin-top: 4px;
  }
}
.footerLinks {
  position: relative;
  color: #B8B8B8;
  font-weight: 400;
  font-size: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1024px) {
  .footerLinks {
    font-size: 1.125rem;
  }
}
.footerLinks::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 0.5px;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.footerLinks:hover {
  color: #fff;
}
.footerLinks:hover::after {
  left: 0;
  width: 100%;
}

.location-item .location-header {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
}
.location-item .location-header::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1024px) {
  .location-item .location-header::after {
    display: none;
  }
}
.location-item.is-active .location-header::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.location-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.45s ease, opacity 0.3s ease;
  transition: max-height 0.45s ease, opacity 0.3s ease;
}

.location-item.is-active .location-content {
  opacity: 1;
}

/* Desktop: disable accordion, show content */
@media (min-width: 1024px) {
  .location-content {
    max-height: none !important;
    opacity: 1 !important;
  }
}
.tab-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6A696A;
  position: relative;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.tab-link.active {
  color: #231F20;
}
.tab-link.active::after {
  left: 0;
  width: 100%;
}
.tab-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  height: 2px;
  width: 0;
  background-color: #00A79D;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.tab-link:hover::after {
  left: 0;
  width: 100%;
}

header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.active {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.locations .location-item {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .locations .location-item {
    margin-bottom: 64px;
  }
}
.locations .location-item:last-child {
  margin-bottom: 0;
}
.locations .location-item .location-header::after {
  border-right: 1.2px solid #231F20;
  border-bottom: 1.2px solid #231F20;
}
@media (min-width: 1024px) {
  .locations .location-item .location-header::after {
    display: none;
  }
}
.locations .location-item .location-header::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 32px;
  height: 32px;
  background: #F5F5F5;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .locations .location-item .location-header::before {
    display: none;
  }
}
.locations .location-contentInner {
  padding-top: 12px;
}
@media (min-width: 1024px) {
  .locations .location-contentInner {
    padding-top: 24px;
  }
}
.locations .tab-content {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .locations .tab-content {
    padding-top: 64px;
  }
}
.locations .overlay {
  position: relative;
}
.locations .overlay::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 167, 157, 0)), to(#231F20));
  background: linear-gradient(180deg, rgba(0, 167, 157, 0) 0%, #231F20 100%);
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  right: 0;
}

.projectDetail .overlay {
  position: relative;
}
.projectDetail .overlay::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 167, 157, 0)), to(#231F20));
  background: linear-gradient(180deg, rgba(0, 167, 157, 0) 0%, #231F20 100%);
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  right: 0;
}