:root {
    --sm: 640px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --xxl: 1536px;
    --xxxl:1800px;
}
@font-face {
  font-family: 'Gilmoray';
  src:url('../assets/font/Gilmoray.woff2') format('woff2'),
      url('../assets/font/Gilmoray.woff') format('woff'),
      url('../assets/font/gilmoray.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src:url('../assets/font/Gotham-Book.woff2') format('woff2'),
        url('../assets/font/Gotham-Book.woff') format('woff'),
        url('../assets/font/Gotham-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marcellus Regular';
    src:url('../assets/font/Marcellus-Regular.woff2') format('woff2'),
        url('../assets/font/Marcellus-Regular.woff') format('woff'),
        url('../assets/font/Marcellus-Regular.ttf') format('truetype');
    font-weight: 500;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prestige SignatureScript';
    src:url('../assets/font/PrestigeSignatureScript-Demo.woff2') format('woff2'),
        url('../assets/font/PrestigeSignatureScript-Demo.woff') format('woff'),
        url('../assets/font/PrestigeSignatureScript-Demo.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Antro_Vectra';
  src: url('../assets/font/Antro_Vectra.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSecret-Regular';
  src: url('../assets/font/TheSecret-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-TheSecret{font-family: 'TheSecret-Regular'}
.font-Antro{font-family: 'Antro_Vectra';}
.font-Gilmoray{font-family: 'Gilmoray';font-weight: 500;}
.font-Gotham-Book{font-family: 'Gotham Book';font-weight: 500;}
.font-Marcellus-Regular{font-family: 'Marcellus Regular';font-weight: 500;letter-spacing: 2px;}
.font-Prestige-Signature {font-family: 'Prestige SignatureScript';font-weight: normal;}

html, body {
    height: 100%;
}
html { scroll-behavior: smooth; }

body{
    background-color: #fff;
    font-family: 'Gotham Book';
    font-weight: 300;
}
section{
    max-width: 100%;
}
[type='email']{
    background-color: transparent;
}
.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:text-primary:not([data-te-collapse-collapsed]){
    color: #000 !important;
}

[type='text']{
    background-color: transparent;
    height: 50px;
    color: #000;
}

input, select{
    color: #000 !important;
    font-family: 'DIN';
    border-top: none;
    border-left: none;
    border-right: none;
}

input:focus, select:focus,
input:focus-visible, select:focus-visible{
    box-shadow: none !important;
    border-color:#000!important;
    outline: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

input::placeholder, textarea::placeholder, select::placeholder{
    color: #000 !important;
    font-family: 'Gotham Book';
}


/*----------------
     Navigation 
------------------*/

nav {
  z-index: 99;
}

nav#desktop img#logo {
  margin-left: 3%;
  padding: 16px 0px;
}

nav#desktop ul#navlist {
  margin-right: 3%;
}

@media screen and (min-width: 1024px) and (max-width: 1117px) {
  nav#desktop img#logo {
    margin-left: 2%;
  }
  nav#desktop ul#navlist {
    margin-right: 1%;
  }
}

@media screen and (min-width: 1118px) and (max-width: 1200px) {
  nav#desktop img#logo {
    margin-left: 3%;
  }
  nav#desktop ul#navlist {
    margin-right: 3%;
  }
}

nav#desktop .bg-navbar {
 background-color: transparent;
}

nav#desktop.scrolled .bg-navbar {
  background-color: #fff !important;
  transition: background-color 500ms linear;
  height: 75px;
  box-shadow: 0 0 50px #ccc;
}

nav#desktop.scrolled ul li a,
nav#desktop.scrolled ul li a.btn-register {
  color: #707C67;
  transition: color 500ms linear;
  position: relative;
}

nav#desktop.scrolled ul li a:hover {
  color: #A97560;
  font-weight: 600;
  transition: color 500ms linear;
}

nav#desktop.scrolled ul li a:hover.btn-register {
  color: white !important;
}

nav#desktop.scrolled ul li a.btn-register:hover {
  background-color: #A97560 !important;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}


nav#desktop.scrolled ul li a.btn-register:after {
  background-color: transparent !important;
}

nav#desktop.scrolled ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A97560;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

nav#desktop.scrolled ul li a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.active-link {
  color: black;
}

nav#desktop.scrolled ul li a.btn-register {
  color: white;
}

nav#desktop.scrolled img#logo {
  width: 80px;
  transition: width 0.5s ease;
}
  
.sticky nav .hamburger {
  pointer-events: none;
}

.theme-background .hamburger {
  background: #fff;
}

.theme-background .hamburger .hamburger-inner,
.theme-background .hamburger .hamburger-inner:after,
.theme-background .hamburger .hamburger-inner:before {
  background-color: #707C67;
}

.hamburger-box {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s;
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg);
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg);
  width: 30px !important;
}

.hamburger-inner:after {
  bottom: -10px;
  width: 20px !important;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #707C67;
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.navi-menu-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.navi-menu-wrapper.is-active .menu {
  transform: translateX(0px);
}

.navi-menu-wrapper.is-active .menu ul li {
  opacity: 1;
  margin-left: 0%;
}

.navi-menu-wrapper .menu ul li:nth-of-type(1) {
  transition-delay: 0.1s;
}

.navi-menu-wrapper .menu ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}

.logo.fixed {
  position: fixed;
  left: 48px;
  top: 20px;
  z-index: 1001;
}

@media only screen and (max-width: 767px) {
  .logo.fixed {
      top: 1.2rem;
      left: 1.2rem;
  }
}

.logo img {
  transition: all linear .5s;
}

@media only screen and (max-width: 1024px) {
  .logo img {
      width: 105px !important;
  }
}

/*-----------------
     General
------------------*/

section {
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: auto;
  min-height: 100vh;
  max-width: 100%;
  flex-direction: column;
  padding: 6% 0% 6%;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  section {
    padding: 60px 0px 60px !important;
  }
  .logo img {
    width: 80px !important;
  }
}

.prompt {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.text-green {
  color: #707C67;
}

.text-brown {
 color: #A97560;
}

.text-gold {
  color: #EFB155;
}

.title {
  letter-spacing: 5px !important;
  font-family: 'Marcellus Regular';
  letter-spacing: 2px;
}

.title-desc {
  letter-spacing: 3px !important;
  font-family: 'Marcellus Regular';
  letter-spacing: 2px;
}

a.hover:hover {
  opacity: 0.7 !important;
}

.nowrap {
  white-space: nowrap;
}

/*-----------------
     Banner
------------------*/

.banner {
  background: url("./../assets/img/hero-5-april.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

.banner-title {
  position: absolute;
  height: 100%;
  top: 25%;
  left: 23%;
  transform: translateX(-50%);
  text-align: center;
  border-top-left-radius: 12vw;
  border-top-right-radius: 12vw;
  background-image: linear-gradient(to top, rgba(112, 124, 103, 0), rgba(112, 124, 103, 0.3), rgba(112, 124, 103, 0.8), rgba(49, 64, 10, 1.0));
  padding: 60px 30px 20%;
  min-width: 25%;
}

#mobile-banner {
  padding: 1% 0% 0% !important;
}

.banner-mobile {
  background: url("./../assets/img/bg-hero.jpg") no-repeat;
  background-size: cover;
  background-attachment: scroll !important;
  background-position: 60%;
  border-top-left-radius: 60vw !important;
  border-top-right-radius: 60vw !important;
  height: 70vh;
}


@media screen and (min-width: 640px) and (max-width: 959px) {
  .pt-tab {
    padding-top: 4rem !important;
  }
}
 
.banner-title p {
  font-family: 'Marcellus Regular';
}

.banner-title h1,
.banner-title h3 {
  line-height: 1;
  font-family: 'Gilmoray';
}

p {
  color: #A97560;
  line-height: 1.3;
}

/* @media only screen and (max-width: 1023px) {
  .banner-title {
    border-top-left-radius: 28vw !important;
    border-top-right-radius: 28vw !important;
    left: 50% !important;
  }
} */

@media (max-width: 767px) {
  .banner {
      background-attachment: scroll !important;
      background-position: 60%;
  }
  .banner-title {
    top: 33% !important;
    background-image: linear-gradient(to top, rgba(112, 124, 103, 0.5), rgba(112, 124, 103, 0.6), rgba(112, 124, 103, 0.8), rgba(49, 64, 10, 1.0)) !important;
  }
}

@media (min-width: 1440px) {
  .banner-title {
    top: 35% !important;
  }
}

@screen and (orientation: landscape) {
  .banner {
    background-attachment: scroll !important;
    background-position: 60%;
  }
  .banner-title {
    top: 33% !important;
    background-image: linear-gradient(to top, rgba(112, 124, 103, 0.5), rgba(112, 124, 103, 0.6), rgba(112, 124, 103, 0.8), rgba(49, 64, 10, 1.0)) !important;
  }
}

/*-----------------
    Welcome
----------------*/

#welcome p {
  font-family: 'Marcellus Regular';
}

/*-----------------
    Concept
----------------*/

#concept {
  background: linear-gradient(to top, white 0%, #E3EBDD 100%);
  min-height: 100vh;
}

/* @media only screen and (min-width: 960px) {
  #concept {
    min-height: 110vh;
  }
} */

/*---------------------
        Slider
-----------------------*/

@media only screen and (max-width: 960px) {
  .container-title h1,
  .container-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 961px) {
  .container-title h1,
  .container-title h3 {
    position: absolute;
    top: 20%;
    left: 0%;
  }
}

.container-gallery-slider {
  padding: 1rem 0rem 1rem 2rem;
}

@media only screen and (max-width: 640px) { 
  .desc-container , .slider-container {
    width: 100%;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.desc-container {
  position: relative;
  display: flex;
  justify-content: start;
  margin-top: 5em;
}

@media only screen and (max-width: 960px) {
  .desc-container {
    padding: 0;
    display: flex;
    min-height: 250px;
  }
}

.desc-container .swiper-slide {
  background-color: transparent;
}

.desc-container img.icon {
  padding-bottom: 4rem;
}

.gallery-hr {
  border-color: peachpuff;
  width: 93%;
  position: absolute;
  z-index: 10 !important;
  bottom: 4.5rem;
  left: 0%;
}

.slider-container .controller-container,
.featured-controller-container {
  width: 100%;
  height: 40px;
  position: relative;
  display: block;
  padding: 0rem 0rem 0rem 0rem;
}

@media only screen and (max-width: 640px) { 
  .slider-container .controller-container,
  .featured-controller-container {
      max-width: 100%;
      padding: 0rem 0rem 0rem;
  }
}

.featured-navigations {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-navigations .featured-button {
  position: absolute;
  cursor: pointer;
  outline: none !important;
  padding: 6px;
}

.banner-navigations {
  height: 40px;
  position: relative;
  width: 0;
}

.banner-navigations .banner-button {
  position: absolute;
  cursor: pointer;
  background-color: white !important;
  outline: none !important;
  border: 1px solid #707C67;
  padding: 6px 13px;
  border-radius: 65px;
}

.banner-navigations .banner-button.prev  {
  left: 0%
}
.banner-navigations .banner-button.next {
  right: -115px;
}

.featured-navigations .featured-button.prev {
  left: 48%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 640px) {
  .featured-navigations .featured-button.prev {
    left: 1%;
  }
}

.featured-navigations .featured-button.prev:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  min-height: 50px;
}

@media only screen and (max-width: 375px)  {
  .featured-navigations .featured-button.prev {
    left: -15% !important;
  }
}

.featured-navigations .featured-button.next {
  right: 0%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-container {
  border-radius: 0px;
}

@media only screen and (min-width: 961px) {
.slider-container.image-container {
    width: 85%;
  }
}

@media only screen and (max-width: 640px) { 
.swiper-container.swiper-caption {
    margin-left: 0rem;
  }
}

@media only screen and (max-width: 640px) { 
.swiper-container.swiper-image {
    margin-left: 0rem;
  }
}

.swiper-container.swiper-image,
.swiper-container.swiper-caption {
  width: 100%;
  border-radius: 0%;
}

.swiper-container.swiper-image .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.swiper-container.swiper-caption .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden !important;
}

.swiper-wrapper {
  margin: 0 auto;
}

.slide__bg-img {
  position: relative;
}

.bg-img img {
  height: auto;
  width: 100%;
  max-width: 1150px;
}

.swiper-container.swiper-image .swiper-slide .bg-img {
  height: auto;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slider-desc {
  margin: 0px auto !important;
  max-width: 425px;
  margin: auto 0 auto 0rem;
  padding: 1rem 0rem 2rem;
}

.slider-desc h2, 
.slider-desc p {
  color: #707C67;
}

.slider-desc h1 {
  line-height: 40px;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container.thumb .swiper-slide {
  opacity: .5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide-thumb-active {
  color: peachpuff;
  opacity: 1 !important;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.thumb-title {
  position: relative;
  padding: .5rem;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
}

.thumb-title:before {
  content: '';
  height: 2px;
  background: peachpuff;
  width: 0;
  top: 5px;
  position: absolute;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-slide-thumb-active .thumb-title:before {
  width: 20px;
}

.fraction-pagination {
  width: 10rem !important;
  height: 70px;
  color: grey;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) { 
  .fraction-pagination {
    left: 0;
  }
}

.fraction-pagination__inner {
  display: flex;
  height: 57px;
  align-items: center;
}

.swiper-pagination-fraction {
  margin: auto -1rem auto auto;
}

.swiper-pagination-fraction, 
.swiper-pagination-custom, 
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
}

.fraction-current, 
.fraction-total {
  text-align: left;
  margin-left: 0.5rem;
  font-weight: 700;
}

.fraction-current {
  margin-right: 0.5rem;
}

.fraction-total {
  margin-left: 0.5rem;
}

.theme-background {
  background: blue;
}
.theme-background .container {
  position: relative;
  z-index: 1;
}

.sec-footer {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 0;
}

@media only screen and (max-width: 640px) { 
  .sec-footer {
    display: none;
  }
}

/* hover button styles */
.navi-button .arrow-wrapper {
  width: 25px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.arrow-wrapper .arrow-hide, .arrow-wrapper .arrow-show {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navi-button.prev .arrow-wrapper .arrow-hide {
  transform: translate3d(100%,0,0);
}
.navi-button.prev:hover .arrow-wrapper .arrow-hide {
  transform: translate3d(0,0,0);
}
.navi-button.prev:hover .arrow-wrapper .arrow-show {
  transform: translate3d(-100%,0,0);
}
.navi-button.next .arrow-wrapper .arrow-hide {
  transform: translate3d(-100%,0,0);
}
.navi-button.next:hover .arrow-wrapper .arrow-hide {
  transform: translate3d(0,0,0);
}
.navi-button.next:hover .arrow-wrapper .arrow-show {
  transform: translate3d(100%,0,0);
}

/*-----------------
    Highlight
------------------*/

#features {
  min-height: auto !important;
  padding: 5% 0% 5%;
}

#features .icon:hover,
#features .icon.raise:focus {
  /* box-shadow: 0 0.5em 0.5em -0.4em var(--hover); */
  transform: translateY(-0.25em);
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px 0 rgba(3, 6, 31, 0.15);
}

.none {
  display: none;
}

/*--------------------
    Flexi Terrace
---------------------*/

#flexi-terrace {
  position: relative;
}

.swiper.swiper-flexi-img {
  max-width: 600px;
  /* height: 300px; */
}

.bg-flexi-img {
  content: '';
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 300px;
  border-radius: 50px 0px;
  transform: translateX(-50%);
  background: #B78E51;
}

.custom-flexi-next-button,
.custom-flexi-prev-button {
  position: static !important;
  cursor: pointer;
  width: 40px!important; 
  height: 40px !important;
  background-color: white;
  border-radius: 20px;
}

.custom-flexi-next-button:hover,
.custom-flexi-prev-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.custom-flexi-prev-button {
  content: url("./../assets/img/right-arrow.png");
  transform: rotate(180deg);
  
}

.custom-flexi-next-button {
  content: url("./../assets/img/right-arrow.png");
}

@media only screen and (min-width: 1200px) { 
  .bg-flexi-img {
    height: 350px;
  }
  .swiper.swiper-flexi-img {
    height: 300px;
  }
}

@media only screen and (max-width: 1199px) { 
  .swiper.swiper-flexi-img {
    height: 380px;
  }
  .bg-flexi-img {
    height: 350px;
  }
}

@media only screen and (min-width: 1800px) { 
  .swiper.swiper-flexi-img {
    max-width: 950px;
    height: 600px;
  }
  .bg-flexi-img {
    height: 550px !important;
    width: 700px !important;
    top: -50px !important;
  }
  .swiper.swiper-flexi-img h3 {
    padding-top: 30px;
  }
  .swiper.swiper-flexi-img {
    height: 500px;
  }
}

/*--------------------
    Floor Plans
---------------------*/

#floor-plans {
  background: url("./../assets/img/floorplans/bg.png") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#floor-plans ul li a {
  font-family: 'Marcellus Regular';
  font-weight: bold;
  letter-spacing: 1px;
}

#floor-plans ul li a:hover,
#floor-plans ul li a.active,
#floor-plans ul li a:focus,
#floor-plans ul li a[data-te-nav-active] {
  border: 1px solid gray;
  border-radius: 22px;
  color: black;
  transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bg-details {
  background-image: linear-gradient(to left, white 45%, #707C67 20%);
}

/*-----------------
      Gallery
-------------------*/

#VR {
  position: relative;
  background: url("./../assets/img/bg-VR-360.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.vr-360-container {
  background-image: url("./../assets/img/overlay-gallery.jpg");
  position: relative;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 600px;
}

.vr-360-container video {
  height: 70vh;
}

.vr-button {
  background: url("./../assets/img/icons/360-VR.png") center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-25%);
  width: 140px;
  height: 81px;
  margin: -37px 0 0 -37px;
  z-index: 10;
  opacity: 0.8;
}

#closeVR:hover > svg {
  color: white;
}

/*------------
    Events
--------------*/

#events{
  background: linear-gradient(to top, white 50%, #E3EBDD 80%);
}

/*------------------
    Sales Gallery
---------------------*/

#sales-gallery {
  background: linear-gradient(to top, white 50%, #E3EBDD 80%);
  min-height: 60vh;
}

/*------------------
   Registration
--------------------*/

#registration {
  background: linear-gradient(to bottom, #F6F5F5 0%, #E0D1BE 50%);
}

/* Loader Progress Bar  */

@-webkit-keyframes loader {
  0% {
      width: 0;
  }
  20% {
      width: 10%;
  }
  25% {
      width: 24%;
  }
  43% {
      width: 41%;
  }
  56% {
      width: 50%;
  }
  66% {
      width: 52%;
  }
  71% {
      width: 60%;
  }
  75% {
      width: 76%;
  }
  94% {
      width: 86%;
  }
  100% {
      width: 100%;
  }
}

@keyframes loader {
  0% {
      width: 0;
  }
  20% {
      width: 10%;
  }
  25% {
      width: 24%;
  }
  43% {
      width: 41%;
  }
  56% {
      width: 50%;
  }
  66% {
      width: 52%;
  }
  71% {
      width: 60%;
  }
  75% {
      width: 76%;
  }
  94% {
      width: 86%;
  }
  100% {
      width: 100%;
  }
}

.progress-bar {
  width: 95%;
  max-width: 95%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-top: 30px;
}
.progress {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.bar {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.progress-bar {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: none;
}
.progress-bar span {
  display: block;
}
.bar {
  background: 0 0;
}
.progress {
  -webkit-animation: loader 8s ease infinite;
  animation: loader 8s ease infinite;
  background: #707C67;
  color: #fff;
  padding: 5px;
  width: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.progress-bar {
  position: relative;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}

/*---------------
      Video
-----------------*/

.video-container {
  background-image: url("./../assets/img/video.jpg");
  position: relative;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  width: 600px;
  height: 70vh;
}

.video-container video {
  height: 70vh;
}

.playbutton {
  background: url("./../assets/img/play-button.png") center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -37px 0 0 -37px;
  z-index: 10;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .video-container {
      height: 50vh;
  }
}

/*--------------------
      Thank You
---------------------*/

section#thank-you,
section#error {
  overflow: hidden;
  width: 100%;
  min-height: calc(100vh - 174px) !important;
}

/*-----------------------
    Mobile Responsive
-----------------------*/

@media only screen and (min-width: 1800px) { 
  nav#desktop.scrolled img#logo,
  nav#desktop.scrolled #navlist {
    margin-top: 0 !important;
  }
  .title {
    line-height: 60px !important;
  }
  .slider-desc {
    max-width: 600px;
  }
  .vr-360-container {
    height: 57vh;
  }
  section {
    padding: 6% 0% 6%;
  }
}

@media only screen and (max-width: 767px) { 
  .logo img {
    width: 80px !important;
  }
  .bg-flexi-img {
    top: -25px;
  }
  #features h6 {
    line-height: 20px;
  }
  .slider-desc h1 {
    line-height: 30px;
  }
  .slider-desc {
    padding: 1rem 0rem 1rem;
  }
}

@media screen and (max-width: 399px) {
  .bg-flexi-img {
    height: 330px;
  }
  .swiper.swiper-flexi-img {
    height: 310px !important;
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .bg-flexi-img {
    height: 365px;
  }
  .swiper-flexi-img {
    height: 340px !important;
  }
}