@import url("../fonts/stylesheet.css");
body.dim {
  background-color: #000000 !important;
}

.hidden {
  height: 0 !important;
  display: none !important;
  transition: 0.3s ease;
}

#testing {
  color: #000;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline-color: transparent;
  outline-style: none;
}

.splash-video {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  object-fit: cover;
  z-index: 9999;
}

input[type=checkbox] {
  display: inline-block !important;
  width: auto !important;
}

input[type=text], input[type=email], input[type=password], textarea {
  transition: 0.3s ease;
  border: 0 !important;
  outline: none !important;
  overflow: hidden !important;
  outline-color: transparent !important;
  outline-style: none !important;
  -webkit-appearance: none;
}
input[type=text]:active, input[type=text]:focus, input[type=text]:hover, input[type=email]:active, input[type=email]:focus, input[type=email]:hover, input[type=password]:active, input[type=password]:focus, input[type=password]:hover, textarea:active, textarea:focus, textarea:hover {
  box-shadow: 0 0 8px rgba(67, 67, 67, 0.29);
  outline: none !important;
  overflow: hidden !important;
  outline-color: transparent !important;
  outline-style: none !important;
  -webkit-appearance: none;
}

body {
  transition: 0.8s ease;
  font-family: "Noah";
  font-size: 24px;
  font-weight: bold;
}
body.fullmenu {
  overflow: hidden;
}
body.fullmenu #header .row {
  position: relative;
  z-index: 999;
}
body.fullmenu #tabs {
  display: none;
}
body .btn {
  overflow: hidden !important;
  outline: 0 !important;
  transition: 0.3s ease;
}
body .btn:hover {
  transform: scale(1.01);
}
body .btn-primary {
  background: #fff;
  border: none;
  color: #000;
  font-family: "NoahBold";
  font-size: 16px;
  text-transform: uppercase;
  padding: 13px 40px;
  margin: 15px 0 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0588235294);
  min-width: 200px;
}
body #menubar span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  transition: 0.4s ease;
}
body #menubar span:nth-child(2) {
  width: 20px;
}
body #menubar:hover span:nth-child(1) {
  transition-delay: 0s;
  transform: translateX(15px);
}
body #menubar:hover span:nth-child(2) {
  transition-delay: 0.05s;
  transform: translateX(25px);
}
body #menubar:hover span:nth-child(3) {
  transition-delay: 0.1s;
  transform: translateX(15px);
}
body .form-control {
  background: #FCFCFC;
  border: none;
  border-radius: 10px;
  padding: 15px 15px;
  height: auto;
  font-size: 18px;
}
body .btn-primary:hover {
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8117647059);
  background: #fff;
  color: #000;
}
body .full-width {
  width: 100%;
}
body .btn-primary.black {
  background: #000;
  color: #fff;
}
body .btn-primary.black:hover {
  box-shadow: 0px 0px 15px #000;
  color: #fff;
}
body .light #menubar span {
  background: #585858 !important;
}

h1 {
  font-family: "Triester Sans";
  font-size: 100px;
  letter-spacing: 5px;
}
h1 span {
  display: block;
  font-size: 40px;
}

h2 {
  font-family: "NoahBold";
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}

h3 {
  font-family: "Triester Sans";
  color: #fff;
  font-size: 30px;
}

#header {
  padding: 20px 0;
  z-index: 1;
}
#header.position-absolute {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#header.dark {
  background: #000;
}
#header.light {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0509803922);
}
#header img {
  transition: 0.3s ease;
}
#header img:hover {
  opacity: 0.7;
}

.bredcrumb {
  padding: 20px 0;
}
.bredcrumb h2 {
  font-weight: 900;
  margin: 20px 0;
}

section {
  padding: 200px 10%;
  position: relative;
}
section .bg.left-shadow:before {
  background: transparent linear-gradient(109deg, #1F1F1F 50%, rgba(88, 88, 88, 0) 100%) 0% 0% no-repeat padding-box;
}
section .bg.right-shadow:before {
  background: transparent linear-gradient(-50deg, #1F1F1F 50%, rgba(88, 88, 88, 0) 100%) 0% 0% no-repeat padding-box;
}
section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section .bg.blur {
  filter: blur(6px);
}
section .bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section .bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section .img-box {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4117647059);
}

section.white-shadow .bg:before {
  background: transparent linear-gradient(109deg, #fff 50%, rgba(88, 88, 88, 0) 100%) 0% 0% no-repeat padding-box;
}
section.white-shadow .btn-primary {
  background: #000;
  color: #fff;
}
section.white-shadow .btn-primary:hover {
  box-shadow: 0px 0px 15px #000;
}
section.white-shadow .bg.right-shadow:before {
  background: transparent linear-gradient(-60deg, #fff 50%, rgba(88, 88, 88, 0) 100%) 0% 0% no-repeat padding-box;
}
section.white-shadow .content {
  color: #000;
}

ul.social {
  padding: 0;
  list-style: none;
}
ul.social li {
  display: inline-block;
  padding-right: 20px;
}

#intro {
  position: relative;
  /* .bg.blur:before {
       background: none;
       filter: blur(20px);
       -webkit-filter: blur(20px);
   }*/
}
#intro.home {
  padding: 5% 0% !important;
}
#intro .intro-content {
  padding-right: 10% !important;
  padding-left: 10% !important;
}
#intro .bg, #intro .intro-content, #intro .readmore, #intro h1, #intro li, #intro .playmedia, #intro .menu, #intro .logo {
  transition: 0.9s ease;
}
#intro .readmore {
  display: inline-block;
}
#intro.playing .bg {
  opacity: 0;
}
#intro.playing .playmedia {
  opacity: 0;
}
#intro.playing .logo {
  transform: translateX(100%);
  opacity: 0;
}
#intro.playing .menu {
  transform: translateX(100%);
  opacity: 0;
  transition-delay: 0.1s;
}
#intro.playing .readmore {
  transform: translateX(-100%);
  opacity: 0;
  transition-delay: 0.1s;
}
#intro.playing ul.social li:nth-child(1) {
  transform: translateY(100%);
  opacity: 0;
  transition-delay: 0.1s;
}
#intro.playing ul.social li:nth-child(2) {
  transform: translateY(100%);
  opacity: 0;
  transition-delay: 0.2s;
}
#intro.playing ul.social li:nth-child(3) {
  transform: translateY(100%);
  opacity: 0;
  transition-delay: 0.3s;
}
#intro #background-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
#intro .bg {
  z-index: 0;
  position: absolute;
  top: 0;
  background: transparent linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
#intro .social {
  margin: 100px 0 0;
}
#intro .social img {
  height: 20px;
  fill: #fff;
}
#intro .row {
  position: relative;
}
#intro a {
  transition: 0.3s ease;
}
#intro a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#intro a.readmore {
  color: #fff;
  font-family: "Noah";
  font-size: 25px;
}
#intro a.readmore img {
  width: 12px;
  margin-left: 10px;
}
#intro.about h1 {
  margin-bottom: 50px;
  color: #000;
}
#intro.about .bg:before {
  background: transparent linear-gradient(180deg, rgba(249, 248, 247, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
#intro .logo img {
  width: 100px;
  opacity: 0.8;
}
#intro .menu {
  margin-top: 100px;
}
#intro .menu a {
  padding-bottom: 55px;
}
#intro .menu a:hover {
  opacity: 0.6;
}
#intro .menu p {
  margin: 0 !important;
  line-height: 50px !important;
}
#intro .menu .title {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 100;
  font-family: "Noah";
  font-size: 25px;
  display: block;
  font-variant: small-caps;
}
#intro .menu .subtitle {
  color: #fff;
  font-family: "Triester Sans";
  font-size: 70px;
  font-weight: 100;
  display: block;
  font-variant: small-caps;
  margin-bottom: 30px !important;
}

#footer {
  background: #000;
  overflow: hidden;
}
#footer:before {
  background: url(images/Layer5.svg) no-repeat top center;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 50%;
  opacity: 0.09;
}
#footer p {
  color: #fff;
  font-family: "Noah";
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0;
}
#footer ul.social {
  margin: 0;
}
#footer ul.social img {
  height: 24px;
}
#footer ul.menu {
  padding: 0;
  list-style: none;
}
#footer ul.menu li {
  display: block;
  font-size: 16px;
  padding: 3px 0;
  display: block;
}
#footer ul.menu li a {
  font-family: "Noah";
  color: #fff;
  font-weight: normal;
}
#footer a {
  transition: 0.3s ease;
}
#footer a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.services h2 {
  font-size: 55px;
  margin-bottom: 0;
}
.services .sub-title {
  margin-bottom: 25px;
  font-size: 28px;
}
.services .img-box {
  transition: 0.3s ease;
}
.services .img-box:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4117647059);
}

#gallery .width {
  width: 33%;
  float: left;
}
#gallery .width2 {
  width: 66%;
}
#gallery .box {
  height: 350px !important;
  position: relative;
  margin: 0.1%;
  transition: 0.2s ease;
}
#gallery .box img {
  object-fit: cover;
  min-height: 350px;
  transition: 0.2s ease;
  height: 100%;
}
#gallery .box img:hover {
  transform: scale(0.98);
}
#gallery .box .video-foreground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.6s ease;
}
#gallery .box .video-foreground .play {
  position: absolute;
  width: 45px;
  height: 45px !important;
  min-height: 45px !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#gallery .box .video-foreground.playing {
  opacity: 0;
}
#gallery video {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
}
/*Contact */
.contact #intro h2 {
  margin: 0;
  color: #5A5959;
  font-size: 28px;
}
.contact #intro ul.social {
  margin: 0;
  position: inherit;
}
.contact #intro ul.social li {
  padding: 0 0 0 5px;
}
.contact #gmap_canvas {
  height: 400px;
  width: 100%;
}
.contact .bg img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.54);
}
.contact button[type=submit] {
  padding: 10px 60px;
}

/*Reserve*/
.reserve #header.light {
  padding: 35px 0;
}
.reserve #intro {
  padding: 3% 5%;
}
.reserve .form-group {
  position: relative;
}
.reserve .form-group img {
  position: absolute;
  top: 17px;
  right: 20px;
}
.reserve .form-group input {
  background: #FCFCFC;
  height: auto;
  padding: 15px 20px;
  box-sizing: inherit;
  border-radius: 23px;
}
.reserve .form-group.error textarea, .reserve .form-group.error input {
  border: 1px solid rgba(255, 0, 0, 0.4588235294) !important;
}
.reserve .btn#filters {
  background: none;
  border: none;
  color: #A9A9A9;
  padding-right: 20px;
  box-shadow: none;
}
.reserve .btn#filters:after {
  opacity: 0;
}
.reserve .btn#filters img {
  position: absolute;
  right: 0;
}
.reserve .services-list, .reserve .user-list {
  color: #252424;
  font-family: "Noah";
  font-weight: normal;
  font-size: 20px;
}
.reserve .services-list .service-description, .reserve .user-list .service-description {
  opacity: 0.7;
  margin-bottom: 0 !important;
  font-size: 14px;
}
.reserve .list {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0901960784);
  padding: 15px 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: 0.5s;
  cursor: pointer;
}
.reserve .list:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0901960784);
}
.reserve .list.active {
  background: #6E6E6E;
  color: #fff;
}
.reserve .list.active .price {
  font-weight: 900;
  color: #252424;
}
.reserve .list.active h3, .reserve .list.active span, .reserve .list.active .price, .reserve .list.active .time {
  color: #fff;
}
.reserve .list .items {
  display: flex;
  justify-content: space-around;
}
.reserve .list .actions a {
  color: rgb(182, 182, 182);
  font-size: 15px;
  text-decoration: none;
}
.reserve .list .price {
  font-family: NoahBold;
}
.reserve .list h3 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Noah";
  color: #252424;
}
.reserve .list span {
  color: #A3A3A3;
  font-size: 16px;
}
.reserve .list img {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  object-position: center;
  object-fit: cover;
}
.reserve .list i.fa-2x {
  font-size: 50px !important;
}
.reserve #filters-steps {
  margin-bottom: 60px;
}

.slick-arrow.slick-next {
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
  top: auto;
}

.slick-arrow.slick-prev {
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
  bottom: auto;
}

.slick-arrow:before {
  color: #ccc !important;
  font-size: 35px !important;
}

#tabs {
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
#tabs li {
  padding: 0 30px;
  border-bottom: 3px solid #C9C9C9;
}
#tabs li a {
  background: none;
  color: #C9C9C9;
  font-family: "Noah";
  padding: 0 10px 7px;
  font-size: 18px;
  border-radius: 0;
  position: relative;
  font-weight: normal;
}
#tabs li a.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #262626;
  bottom: -3px;
}
#tabs li a.active, #tabs li aa:hover {
  color: #262626;
  font-family: "NoahBold";
}
#tabs li:first-child {
  padding-left: 0;
}
#tabs li:last-child {
  padding-right: 0;
}

.res-details {
  position: relative;
  padding: 20px 0;
}
.res-details:before {
  content: "";
  position: absolute;
  right: 30px;
  height: 100%;
  width: 2px;
  background: #F7F7F7;
}
.res-details h4 {
  color: #262626;
  font-weight: 900;
}
.res-details ul {
  list-style: none;
  padding: 0px 100px 0 0px;
  margin: 0;
}
.res-details ul li {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  padding: 3px 0;
}
.res-details ul li span {
  text-align: right;
}

.thank-you {
  text-align: center;
}
.thank-you img {
  width: 100px;
  margin-bottom: 20px;
}
.thank-you h4 {
  font-family: "NoahBold";
  font-size: 25px;
  margin: 20px 0;
}
.thank-you p {
  font-size: 20px;
  font-weight: 100;
}

.cp {
  padding-top: 170px;
}

.fullmenu #calander .xdsoft_datetimepicker {
  z-index: -1;
}

body.fullmenu .light #menubar span {
  background: #fff !important;
}

#calander {
  width: 100%;
}
#calander table td div {
  transition: 0.3s ease;
}
#calander .xdsoft_date div, #calander .xdsoft_today div {
  padding-right: 0px !important;
}
#calander .xdsoft_datetimepicker {
  width: 100%;
  position: relative;
  padding: 0;
  border: none;
}
#calander .xdsoft_monthpicker {
  display: flow-root;
  margin-bottom: 20px;
}
#calander .xdsoft_label.xdsoft_month {
  font-family: "NoahBold";
  font-size: 20px;
  margin-bottom: 5px;
}
#calander .xdsoft_datepicker {
  width: 100%;
  margin: 0;
}
#calander .xdsoft_label {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#calander .xdsoft_label i {
  display: none;
}
#calander button.xdsoft_today_button {
  display: none;
}
#calander .xdsoft_select {
  left: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
  top: 20px;
  min-height: 290px;
}
#calander button {
  position: absolute;
  z-index: 999;
}
#calander button.xdsoft_next {
  right: 50px;
}
#calander button.xdsoft_prev {
  left: 50px;
}
#calander table th, #calander table td {
  border: none;
  background: none;
  text-align: center;
  font-family: "Noah";
  font-size: 16px;
  font-weight: 100;
}
#calander table td {
  color: #000 !important;
  box-shadow: none;
  background: none !important;
}
#calander table td div {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  border-radius: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.0588235294);
}
#calander table td div:hover {
  background: #6E6E6E;
  color: #fff;
}
#calander table td.xdsoft_current div {
  background: #6E6E6E;
  color: #fff;
}
#calander td.xdsoft_disabled {
  opacity: 1;
}
#calander td.xdsoft_disabled div {
  background: #000;
  color: #fff;
  opacity: 0.3;
  padding: 0;
}

.hm {
  position: relative;
}
.hm ul {
  width: 100%;
  text-align: center;
  padding: 0;
  list-style: none;
}
.hm ul li {
  display: inline-block;
  margin: 5px 0;
  width: 100%;
}
.hm ul li a {
  width: 100%;
  display: block;
  font-family: "Noah";
  font-size: 16px;
  padding: 8px 0;
  border-radius: 8px;
  text-decoration: none;
  color: #6F6F6F;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  font-weight: 100;
  text-transform: uppercase;
}
.hm ul li a:hover, .hm ul li a.active {
  background: #6E6E6E;
  color: #fff;
}
.hm .hours {
  transition: 0.3s ease;
  opacity: 1;
  height: 265px;
}
.hm .hours.loading {
  opacity: 0.5;
  height: 265px;
}
.hm .choose-date {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hm .choose-date.gone {
  opacity: 0;
}
.hm .min:before {
  content: ":";
  position: absolute;
  left: -30px;
  right: 0;
  width: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.hm .cv-carousel.cv-drag .cv-item {
  height: 20px !important;
}

.btsn {
  position: absolute;
  bottom: 50px;
}

#our-work .owl-nav {
  position: absolute;
  right: -40px;
  display: block !important;
  top: 35%;
}
#our-work .owl-item {
  height: 381px !important;
}
#our-work .owl-item img {
  transition: 0.3s ease;
  object-fit: cover;
  height: 381px !important;
}
#our-work .owl-item img:hover {
  transform: scale(1.1);
}
#our-work button {
  margin-left: 20px !important;
  color: #fff;
  transition: 0.3s ease;
}
#our-work button:hover, #our-work button:focus, #our-work button:active, #our-work button:enabled {
  background: none !important;
  overflow: hidden !important;
  border: 0 !important;
}
#our-work button:hover {
  transform: scale(0.9) translateX(50%);
}
#our-work button span {
  background: url(/images/right-chevron.svg) no-repeat;
  text-indent: 9999px;
  background-size: 100%;
  font-size: 0;
  width: 15px;
  height: 30px;
  display: block;
}
#our-work button.owl-prev {
  display: none !important;
}

/* The Overlay (background) */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #1F1F1F;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content .menu a {
  color: #fff;
  font-family: "Triester Sans";
  font-size: 44px;
  font-weight: 100;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

#myNav ul.menu {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}

.quote {
  height: 100%;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.quote blockquote {
  margin: 0;
  text-align: center;
  font-family: "NoahBoldItalic";
  position: relative;
}
.quote blockquote:before, .quote blockquote:after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  width: 20px;
  height: 20px;
}
.quote blockquote:before {
  content: "";
  left: 30px;
  background: url(images/text-quotes-.svg) no-repeat;
  left: -20px;
}
.quote blockquote:after {
  content: "";
  right: 40px;
  background: url(images/text-quotes--1.svg) no-repeat;
  right: -50px;
  top: 100%;
}

@media (max-width: 1366px) {
  #calander table td div {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-height: 849px) {
  #intro .menu-play {
    display: none;
  }
  #intro .menu {
    width: 100%;
  }
  #intro .menu p {
    line-height: 30px !important;
  }
  #intro .menu .title {
    font-size: 18px;
  }
  #intro .menu .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #intro .menu-play {
    display: none;
  }
  #intro .menu {
    width: 100%;
  }
  #intro .menu p {
    line-height: 30px !important;
  }
  #intro .menu .title {
    font-size: 18px;
  }
  #intro .menu .subtitle {
    font-size: 40px;
  }
  .text-black, .playmedia, .content {
    text-align: center;
  }
  .playmedia {
    display: none;
  }
  body .btn-primary {
    width: 100%;
  }
  .reserve #intro {
    padding: 150px 0;
  }
  .cp {
    padding-top: 0px;
  }
  #intro {
    overflow: hidden;
  }
  #intro.home {
    padding: 150px 0 0;
  }
  #intro h1, #intro .intro-text {
    font-size: 68px;
    text-align: center;
  }
  #tabs li {
    padding: 0 20px;
  }
  #tabs li a {
    padding: 0 0px 7px;
  }
  .reserve .vh-100 {
    height: auto !important;
  }
  #gallery .box {
    width: 100%;
    height: 80vh !important;
  }
  #gallery .box img, #gallery .box video {
    height: 100% !important;
  }
  .btsn {
    position: unset;
    margin: 70px 0 0;
  }
  .btsn div {
    padding: 0 15px;
  }
  .res-details ul {
    padding: 0;
  }
  .res-details:before {
    opacity: 0;
  }
  #blur {
    display: none;
  }
  .contact #intro h2 {
    text-align: center;
    margin: 20px 0;
  }
  #footer {
    padding: 100px 0 50px;
  }
}
@media (max-width: 768px) {
  #intro .menu-play {
    display: none;
  }
  #intro .menu {
    width: 100%;
  }
  #intro .menu p {
    line-height: 30px !important;
  }
  #intro .menu .title {
    font-size: 18px;
  }
  #intro .menu .subtitle {
    font-size: 40px;
  }
  #tabs {
    display: none;
  }
  #tabs li {
    width: 100%;
    padding: 0;
  }
  .cp {
    padding-top: 0;
  }
  .reserve .list .row {
    margin: 0px;
  }
  .reserve .list div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .btsn div a {
    width: 100%;
  }
  .reserve .list .items {
    display: inline-block;
  }
  #calander, .hm {
    width: 75%;
    margin: 0 auto;
  }
  #footer ul.social {
    margin: 20px 0;
  }
  #footer ul.social li {
    padding: 0 20px;
  }
  #our-work h2 {
    opacity: 0 !important;
  }
  #gallery {
    padding: 0px 2px !important;
  }
}
@media (max-width: 480px) {
  #gallery .box {
    width: 100%;
    height: 60vh !important;
  }
  #gallery {
    padding: 0px 2px !important;
  }
  #intro h1, #intro .intro-text {
    font-size: 40px;
  }
  #gallery .box {
    width: 100%;
  }
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*# sourceMappingURL=style-v2.css.map */
