/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
  background-color: white !important;
  font-family: "Ysabeau SC", sans-serif !important;
}

/* Navbar */

nav {
  position: absolute !important;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-brand {
  font-weight: 700 !important;
  font-size: 22px !important;
}

.navbar-brand {
  font-weight: 300;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.navbar-brand:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 25%;
  border-bottom: 2px solid #fff;
}

/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}
/**
 * Animate collapse into X.
 */
/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  -webkit-transform: translate(15%, -33%) rotate(45deg);
  -ms-transform: translate(15%, -33%) rotate(45deg);
  transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  -webkit-transform: translate(15%, 33%) rotate(-45deg);
  -ms-transform: translate(15%, 33%) rotate(-45deg);
  transform: translate(15%, 33%) rotate(-45deg);
}
/**
 * Animate collapse open into hamburger menu
 */
/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  -ms-transform: translate(0%, 0%) rotate(0deg);
  transform: translate(0%, 0%) rotate(0deg);
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  -ms-transform: translate(0%, 0%) rotate(0deg);
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar .navbar-toggler,
.navbar-brand {
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center !important;
    z-index: 999;
  }
  .navbar .navbar-collapse.collapse {
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar .navbar-collapse.collapsing[style*="height"] {
    opacity: 1;
    height: 100vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar .navbar-collapse.collapsing {
    opacity: 0;
    height: 100vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav {
    margin-left: initial !important;
  }
  #background-video {
    height: 100vh;
    -o-object-fit: none;
    object-fit: none;
  }
}
.navbar-collapse {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* Video and Overlay */

.video-container {
  position: relative;
  background-color: #000;
  z-index: -2;
}

.enquire-banner-container,
.gallery-banner-container {
  width: 100%;
  height: 100%;
}

.banner-image {
  max-height: 540px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

#background-video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-filter: opacity(90%);
  filter: opacity(90%);
  display: block;
}

.text-overlay {
  color: white;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

/* Divider */

.divider {
  /* minor cosmetics */
  display: table;
  font-size: 24px;
  text-align: center;
  width: 75%; /* divider width */
  margin: 40px auto; /* spacing above/below */
}
.divider span {
  display: table-cell;
  position: relative;
}
.divider span:first-child,
.divider span:last-child {
  width: 50%;
  top: 20px; /* adjust vertical align */ /* line width */
  background-size: 100% 2px; /* line width */
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}
.divider span:first-child {
  /* color changes in here */
  background-image: -o-linear-gradient(180deg, transparent, #000);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#000)
  );
  background-image: -o-linear-gradient(left, transparent, #000);
  background-image: linear-gradient(90deg, transparent, #000);
}
.divider span:nth-child(2) {
  color: #000;
  padding: 0px 5px;
  width: auto;
  white-space: nowrap;
}
.divider span:last-child {
  /* color changes in here */
  background-image: -o-linear-gradient(180deg, #000, transparent);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(transparent)
  );
  background-image: -o-linear-gradient(left, #000, transparent);
  background-image: linear-gradient(90deg, #000, transparent);
}

.image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-container img {
  max-height: 100%;
  max-width: 100%;
  -webkit-box-shadow: -1px 0px 14px 6px rgb(0 0 0 / 0.2);
  box-shadow: -1px 0px 14px 6px rgb(0 0 0 / 0.2);
  border-radius: 5%;
}

.about-section {
  background: -o-linear-gradient(45deg, #eeeeee, #faf8f9, #ffffff);
  background: linear-gradient(45deg, #eeeeee, #faf8f9, #ffffff);
}

.about-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-wrapper {
  background: black !important;
  color: white !important;
}

.footer-element {
  position: relative;
}

@media (max-width: 991.98px) {
  .footer-element:not(:last-child):after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    height: 1px;
    width: 50%; /* or 100px */
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 991.98px) {
  .footer-element:not(:first-child):after {
    content: "";
    border-left: 2px solid #fff;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
  }
}

/* Gallery */

.gallery-section {
  background: -o-linear-gradient(45deg, #eeeeee, #faf8f9, #ffffff);
  background: linear-gradient(45deg, #eeeeee, #faf8f9, #ffffff);
}

#galleryCarousel {
  height: auto;
  width: auto;
  overflow: hidden;
  margin: 20px;
  -webkit-box-shadow: -1px 0px 14px 6px rgb(0 0 0 / 0.2);
  box-shadow: -1px 0px 14px 6px rgb(0 0 0 / 0.2);
  border-radius: 5%;
}

.carousel-image {
  max-height: 100%;
  max-width: 100%;
  -webkit-animation: zoomin 5s 1;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}

.youtube-container {
  width: 100%;
  padding: 10px;
}

.youtube-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/* Contact */

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #000;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 0.5px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
