/*  */
@font-face {
  font-family: 'Grover';
  src: url("../fonts/Grover-Regular.eot");
  src: url("../fonts/Grover-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Grover-Regular.woff2") format("woff2"), url("../fonts/Grover-Regular.woff") format("woff"), url("../fonts/Grover-Regular.ttf") format("truetype"), url("../fonts/Grover-Regular.svg#Grover-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Grover';
  src: url("../fonts/Grover-Bold.eot");
  src: url("../fonts/Grover-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Grover-Bold.woff2") format("woff2"), url("../fonts/Grover-Bold.woff") format("woff"), url("../fonts/Grover-Bold.ttf") format("truetype"), url("../fonts/Grover-Bold.svg#Grover-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/*Color Var*/
.white {
  color: #ffffff !important; }

.gold-clr {
  color: #caa35d !important; }

/*Font Size*/
/* Fonts Size Var */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px;
  line-height: 28px; }

.fs24 {
  font-size: 24px !important;
  line-height: 30px; }

.fs26 {
  font-size: 26px; }

.fs28 {
  font-size: 28px; }

.fs30 {
  font-size: 30px;
  line-height: 38px !important; }

.fs32 {
  font-size: 32px; }

.fs36 {
  font-size: 36px;
  line-height: 42px; }

/*Be Roboto Font-weight Var*/
.font-weight-4 {
  font-weight: 400 !important; }

.font-weight-7 {
  font-weight: 700 !important; }

:focus {
  outline: none; }

.btn.focus,
.btn:focus {
  box-shadow: none; }

/*  */
body,
html {
  height: 100%; }

body {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Grover' !important; }

.common-container {
  width: 1280px;
  margin: auto;
  position: relative; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px; }

p {
  font-size: 16px;
  line-height: 28px; }

.common-container {
  width: 1280px;
  margin: auto;
  position: relative;
  max-width: 100%; }

.bigtitle {
  font-size: 36px;
  line-height: 1.2; }
  .bigtitle.bottom-line {
    position: relative; }
    .bigtitle.bottom-line::before {
      content: '';
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      background-color: #caa35d;
      width: 60px;
      height: 2px; }

.right-fixed-sale-bt {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
  background-color: #000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  width: 142px;
  transform: rotate(-97deg) translate(0, 160px);
  padding: 10px;
  text-transform: uppercase;
  transition: .5s 0.3s; }
  .right-fixed-sale-bt.pop {
    transform: rotate(-90deg) translate(0, 50px); }

.venue-box a {
  display: block;
  position: relative;
  overflow: hidden; }
  .venue-box a::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(245, 201, 11, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    background-image: url(../images/zoom-icon.png);
    background-position: center;
    transform: scale(1.5);
    background-repeat: no-repeat; }
  .venue-box a:hover:before {
    opacity: 1;
    transform: scale(1); }

#header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5); }
  #header.fixed {
    background-color: black; }
  #header .navbar-expand-lg {
    padding: 0px; }
  #header .nav-link {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 16px; }
  #header .navbar-brand img {
    width: 70px; }

#banner {
  position: relative; }
  #banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0px;
    top: 0px;
    z-index: 1; }
  #banner h1 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 0px;
    margin: auto;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    width: fit-content;
    z-index: 8; }
    #banner h1 span {
      display: block;
      font-size: 26px;
      font-weight: 400; }

#welcometext {
  padding-top: 40px;
  padding-bottom: 40px; }
  #welcometext .inner-lhs-mid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px; }

#resort-highlight {
  padding-top: 40px;
  padding-bottom: 80px; }
  #resort-highlight .destination-box h3 {
    font-weight: 700;
    margin-bottom: 0;
    color: #caa35d; }
  #resort-highlight .destination-box p {
    line-height: 22px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase; }

#indooroutdoor #myCarousel, #Cortestimonials #myCarousel {
  margin-top: 50px; }
@media (max-width: 768px) {
  #indooroutdoor .carousel-inner .carousel-item > div, #Cortestimonials .carousel-inner .carousel-item > div {
    display: none; }
  #indooroutdoor .carousel-inner .carousel-item > div:first-child, #Cortestimonials .carousel-inner .carousel-item > div:first-child {
    display: block; } }
#indooroutdoor .carousel-inner .carousel-item.active,
#indooroutdoor .carousel-inner .carousel-item-start,
#indooroutdoor .carousel-inner .carousel-item-next,
#indooroutdoor .carousel-inner .carousel-item-prev, #Cortestimonials .carousel-inner .carousel-item.active,
#Cortestimonials .carousel-inner .carousel-item-start,
#Cortestimonials .carousel-inner .carousel-item-next,
#Cortestimonials .carousel-inner .carousel-item-prev {
  display: flex; }
@media (min-width: 768px) {
  #indooroutdoor .carousel-inner .carousel-item-right.active,
  #indooroutdoor .carousel-inner .carousel-item-next,
  #indooroutdoor .carousel-item-next:not(.carousel-item-start), #Cortestimonials .carousel-inner .carousel-item-right.active,
  #Cortestimonials .carousel-inner .carousel-item-next,
  #Cortestimonials .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(50%) !important; }
  #indooroutdoor .carousel-inner .carousel-item-left.active,
  #indooroutdoor .carousel-item-prev:not(.carousel-item-end),
  #indooroutdoor .active.carousel-item-start,
  #indooroutdoor .carousel-item-prev:not(.carousel-item-end), #Cortestimonials .carousel-inner .carousel-item-left.active,
  #Cortestimonials .carousel-item-prev:not(.carousel-item-end),
  #Cortestimonials .active.carousel-item-start,
  #Cortestimonials .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-50%) !important; }
  #indooroutdoor .carousel-item-next.carousel-item-start,
  #indooroutdoor .active.carousel-item-end, #Cortestimonials .carousel-item-next.carousel-item-start,
  #Cortestimonials .active.carousel-item-end {
    transform: translateX(0) !important; }
  #indooroutdoor .carousel-inner .carousel-item-prev,
  #indooroutdoor .carousel-item-prev:not(.carousel-item-end), #Cortestimonials .carousel-inner .carousel-item-prev,
  #Cortestimonials .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-50%) !important; } }
#indooroutdoor .card-body, #Cortestimonials .card-body {
  border: none; }
  #indooroutdoor .card-body h2, #Cortestimonials .card-body h2 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px; }
#indooroutdoor .nav-tabs, #Cortestimonials .nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #000; }
#indooroutdoor .nav-item, #Cortestimonials .nav-item {
  height: 50px; }
#indooroutdoor .nav-link, #Cortestimonials .nav-link {
  font-size: 16px;
  color: #000;
  padding: 0.5rem 3rem;
  margin: 0 70px;
  text-transform: uppercase;
  border: 0; }
  #indooroutdoor .nav-link:before, #Cortestimonials .nav-link:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: -11px;
    transition: .5s;
    opacity: 0; }
  #indooroutdoor .nav-link.active, #Cortestimonials .nav-link.active {
    border: none;
    position: relative;
    font-weight: 700; }
    #indooroutdoor .nav-link.active:before, #Cortestimonials .nav-link.active:before {
      width: 100%;
      opacity: 1; }
#indooroutdoor .carousel-control-next, #indooroutdoor .carousel-control-prev, #Cortestimonials .carousel-control-next, #Cortestimonials .carousel-control-prev {
  width: 7%;
  opacity: 1; }

#corporate-enquire-form .form {
  width: 100%;
  background-color: #fff; }

@keyframes type {
  from {
    width: 0; } }
#corporate-enquire-form .form form {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

#corporate-enquire-form .form .group {
  position: relative;
  margin-bottom: 3px; }

#corporate-enquire-form .form input {
  font-size: 14px;
  padding: 5px 10px 4px 5px;
  -webkit-appearance: none;
  display: block;
  color: #000;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d7d7d7; }

#corporate-enquire-form .submit-bt {
  width: 100%;
  font-size: 16px;
  background-color: #000;
  margin: 0 auto;
  color: #fff !important;
  border: none;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 15px 0 !important;
  text-align: center;
  display: block; }

#corporate-enquire-form .form label.label-title {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  pointer-events: none;
  left: 0px;
  top: 0px;
  margin-bottom: 0px;
  transition: .2s; }

#corporate-enquire-form .bar {
  position: relative;
  display: block;
  width: 100%; }

#corporate-enquire-form .bar:after, #corporate-enquire-form .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #d2ac67;
  transition: .2s; }

#corporate-enquire-form .bar:before {
  left: 50%; }

#corporate-enquire-form .bar:after {
  right: 50%; }

#corporate-enquire-form input:focus ~ .bar:after, #corporate-enquire-form input:focus ~ .bar:before, #gallery .swiper-slide {
  width: 50%; }

#corporate-enquire-form .form .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5;
  font-size: 14px;
  font-weight: 400;
  color: #000; }

#corporate-enquire-form .form input:focus ~ .highlight {
  animation: .3s inputHighlighter; }

@keyframes inputHighlighter {
  from {
    background: #4a89dc; }
  to {
    width: 0;
    background: 0 0; } }
label.error {
  color: #b20b0e !important;
  font-size: 10px !important;
  text-transform: capitalize !important;
  font-weight: 400;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: .2s;
  position: relative !important; }

#event_radio-error {
  margin-top: -23px; }

input[type=radio i] {
  -webkit-appearance: radio !important;
  background-color: initial;
  display: inline-block !important;
  width: 10% !important;
  color: #636363; }

.event_msg {
  margin-left: 7px;
  font-size: 14px;
  color: #a8a8a8; }

.bottom_legend {
  float: right;
  font-size: 12px;
  position: absolute;
  margin-top: 5px;
  right: 15px;
  color: #a8a8a8; }

.radio_text {
  font-weight: 400;
  display: initial !important;
  font-size: 12px;
  text-transform: uppercase; }

.radio_text_secont1 {
  padding-left: 75px; }

label[for=event_radio] {
  top: 50px; }

.form-closed {
  position: absolute;
  right: 10px;
  top: 10px; }

.right-fixed-sale-bt {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
  background-color: #000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  width: 142px;
  transform: rotate(-97deg) translate(0, 160px);
  padding: 10px;
  text-transform: uppercase;
  transition: .5s 0.3s; }

.right-fixed-sale-bt.pop {
  transform: rotate(-90deg) translate(0, 50px); }

#corporate-enquire-form .guest-lst {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0; }

.offers-box {
  background-color: #efefef;
  padding: 45px 30px;
  position: relative;
  width: 1000px;
  margin: auto auto 160px; }

.contact-bt, .register-bt {
  background-color: #000;
  color: #fff;
  text-transform: uppercase; }

.offers-box .offers-img {
  position: absolute;
  left: -120px;
  top: -50px; }

.offers-content {
  padding-left: 340px; }

.offers-box:nth-child(2n) .offers-img {
  left: inherit;
  right: -120px;
  top: -80px; }

.offers-box:nth-child(2n) .offers-content {
  padding-left: 0;
  padding-right: 340px; }

#corporate-enquire-form .form input.used ~ label.label-title, #corporate-enquire-form .form input:focus ~ label.label-title {
  top: -2px;
  transform: scale(0.75);
  left: -2px;
  color: #d2ac67; }

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9; }

.modal-body p {
  line-height: 24px; }

dd, label {
  margin-bottom: 0.5rem; }

label {
  display: inline-block; }

#ourClient {
  padding-top: 80px;
  padding-bottom: 80px; }
  #ourClient #myCarousel {
    margin-top: 50px; }
  @media (max-width: 768px) {
    #ourClient .carousel-inner .carousel-item > div {
      display: none; }
    #ourClient .carousel-inner .carousel-item > div:first-child {
      display: block; } }
  #ourClient .carousel-inner .carousel-item.active,
  #ourClient .carousel-inner .carousel-item-start,
  #ourClient .carousel-inner .carousel-item-next,
  #ourClient .carousel-inner .carousel-item-prev {
    display: flex; }
  @media (min-width: 768px) {
    #ourClient .carousel-inner .carousel-item-right.active,
    #ourClient .carousel-inner .carousel-item-next,
    #ourClient .carousel-item-next:not(.carousel-item-start) {
      transform: translateX(16%) !important; }
    #ourClient .carousel-inner .carousel-item-left.active,
    #ourClient .carousel-item-prev:not(.carousel-item-end),
    #ourClient .active.carousel-item-start,
    #ourClient .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-16%) !important; }
    #ourClient .carousel-item-next.carousel-item-start,
    #ourClient .active.carousel-item-end {
      transform: translateX(0) !important; }
    #ourClient .carousel-inner .carousel-item-prev,
    #ourClient .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-16%) !important; } }
  #ourClient .card-body {
    text-align: center;
    border: none;
    margin-bottom: 20px; }
  #ourClient .carousel-indicators [data-bs-target] {
    background-color: #caa35d;
    width: 20px; }

#Cortestimonials {
  padding-bottom: 80px;
  padding-top: 80px; }
  #Cortestimonials #myCarousel {
    margin-top: 50px; }
  @media (max-width: 768px) {
    #Cortestimonials .carousel-inner .carousel-item > div {
      display: none; }
    #Cortestimonials .carousel-inner .carousel-item > div:first-child {
      display: block; } }
  #Cortestimonials .carousel-inner .carousel-item.active,
  #Cortestimonials .carousel-inner .carousel-item-start,
  #Cortestimonials .carousel-inner .carousel-item-next,
  #Cortestimonials .carousel-inner .carousel-item-prev {
    display: flex; }
  @media (min-width: 768px) {
    #Cortestimonials .carousel-inner .carousel-item-right.active,
    #Cortestimonials .carousel-inner .carousel-item-next,
    #Cortestimonials .carousel-item-next:not(.carousel-item-start) {
      transform: translateX(33.33333333%) !important; }
    #Cortestimonials .carousel-inner .carousel-item-left.active,
    #Cortestimonials .carousel-item-prev:not(.carousel-item-end),
    #Cortestimonials .active.carousel-item-start,
    #Cortestimonials .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-33.33333333%) !important; }
    #Cortestimonials .carousel-item-next.carousel-item-start,
    #Cortestimonials .active.carousel-item-end {
      transform: translateX(0) !important; }
    #Cortestimonials .carousel-inner .carousel-item-prev,
    #Cortestimonials .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-33.33333333%) !important; } }
  #Cortestimonials .tistimonialBox {
    padding: 30px;
    border: solid 1px #e4e4e4;
    height: 100%;
    margin: 0 10px;
    background-color: #ffffff; }
    #Cortestimonials .tistimonialBox h3 {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 10px; }
  #Cortestimonials .carousel-indicators [data-bs-target] {
    background-color: #caa35d;
    width: 20px;
    height: 5px; }

#corporate-enquire-form2 .form {
  width: 100%;
  background-color: #fff; }

@keyframes type {
  from {
    width: 0; } }
#corporate-enquire-form2 .form form {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

#corporate-enquire-form2 .form .group {
  position: relative;
  margin-bottom: 14px; }

#corporate-enquire-form2 .form input {
  font-size: 14px;
  padding: 5px 10px 4px 5px;
  -webkit-appearance: none;
  display: block;
  color: #000;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d7d7d7; }

#corporate-enquire-form2 .submit-bt {
  width: 100%;
  font-size: 16px;
  background-color: #000;
  margin: 0 auto;
  color: #fff !important;
  border: none;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 15px 0 !important;
  text-align: center;
  display: block; }

#corporate-enquire-form2 .form label.label-title {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: .2s; }

#corporate-enquire-form2 .bar {
  position: relative;
  display: block;
  width: 100%; }

#corporate-enquire-form2 .bar:after, #corporate-enquire-form2 .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #d2ac67;
  transition: .2s; }

#corporate-enquire-form2 .bar:before {
  left: 50%; }

#corporate-enquire-form2 .bar:after {
  right: 50%; }

#corporate-enquire-form2 input:focus ~ .bar:after, #corporate-enquire-form2 input:focus ~ .bar:before, #gallery .swiper-slide {
  width: 50%; }

#corporate-enquire-form2 .form .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5;
  font-size: 14px;
  font-weight: 400;
  color: #000; }

#corporate-enquire-form2 .form input:focus ~ .highlight {
  animation: .3s inputHighlighter; }

@keyframes inputHighlighter {
  from {
    background: #4a89dc; }
  to {
    width: 0;
    background: 0 0; } }
label.error {
  color: #b20b0e !important;
  font-size: 10px !important;
  text-transform: capitalize !important;
  font-weight: 400;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: .2s;
  position: relative !important; }

#event_radio-error {
  margin-top: -23px; }

input[type=radio i] {
  -webkit-appearance: radio !important;
  background-color: initial;
  display: inline-block !important;
  width: 10% !important;
  color: #636363; }

.event_msg {
  margin-left: 7px;
  font-size: 14px;
  color: #a8a8a8; }

.bottom_legend {
  float: right;
  font-size: 12px;
  position: absolute;
  margin-top: 5px;
  right: 15px;
  color: #a8a8a8; }

.radio_text {
  font-weight: 400;
  display: initial !important;
  font-size: 12px;
  text-transform: uppercase; }

.radio_text_secont1 {
  padding-left: 75px; }

label[for=event_radio] {
  top: 50px; }

.form-closed {
  position: absolute;
  right: 10px;
  top: 10px; }

.right-fixed-sale-bt {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
  background-color: #000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  width: 142px;
  transform: rotate(-97deg) translate(0, 160px);
  padding: 10px;
  text-transform: uppercase;
  transition: .5s 0.3s; }

.right-fixed-sale-bt.pop {
  transform: rotate(-90deg) translate(0, 50px); }

#corporate-enquire-form2 .guest-lst {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0; }

.offers-box {
  background-color: #efefef;
  padding: 45px 30px;
  position: relative;
  width: 1000px;
  margin: auto auto 160px; }

.contact-bt, .register-bt {
  background-color: #000;
  color: #fff;
  text-transform: uppercase; }

.offers-box .offers-img {
  position: absolute;
  left: -120px;
  top: -50px; }

.offers-content {
  padding-left: 340px; }

.offers-box:nth-child(2n) .offers-img {
  left: inherit;
  right: -120px;
  top: -80px; }

.offers-box:nth-child(2n) .offers-content {
  padding-left: 0;
  padding-right: 340px; }

#corporate-enquire-form2 .form input.used ~ label.label-title, #corporate-enquire-form2 .form input:focus ~ label.label-title {
  top: -2px;
  transform: scale(0.75);
  left: -2px;
  color: #d2ac67; }

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9; }

.modal-body p {
  line-height: 24px; }

.request-quote {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px; }
  .request-quote .form {
    padding: 30px; }

.whatapp {
  position: fixed;
  right: 10px;
  bottom: 30px; }

#footer {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 16px; }
  #footer .social-media a {
    padding: 0px 5px; }
  #footer .footerright p, #footer .footerright a {
    color: #ffffff; }

/* responaive */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .row {
    margin: 0px; }

  #banner {
    min-height: 160px;
    background-color: #e4e4e4;
    margin-top: 68px; }

  #header {
    background-color: black; }

  #header .navbar-brand img {
    width: 50px; }

  #banner h1 {
    font-size: 34px;
    left: 0; }

  #banner h1 span {
    font-size: 22px;
    line-height: 26px; }

  .bigtitle {
    font-size: 26px; }

  #welcometext, #testimonialvideo {
    padding: 10px; }

  .w-75 {
    width: 100% !important; }

  #welcometext .inner-lhs-mid {
    padding: 0px; }

  .right-high {
    padding: 10px;
    margin-top: 20px; }

  .fs36 {
    font-size: 30px; }

  #indooroutdoor .nav-link, #Cortestimonials .nav-link {
    padding: 0.5rem 0.5rem;
    margin: 0px; }

  #resort-highlight {
    padding-bottom: 10px;
    padding-top: 20px; }

  .pic {
    margin: auto; }

  #testimonialvideo .venue-box {
    margin-bottom: 10px; }

  #Cortestimonials, .request-quote {
    padding-top: 20px;
    padding-bottom: 20px; }

  #ourClient {
    padding-top: 40px;
    padding-bottom: 20px; }

  .navbar-toggler-icon {
    background-image: url(../images/ham.svg); }

  .navbar-collapse {
    position: fixed;
    top: 67px;
    right: 0;
    background-color: #000;
    height: 100vh;
    display: block !important;
    left: -100%;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
    width: 100%; }

  .collapse.show {
    transform: translate(0%, 0px);
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0px;
    margin: 0px; }

  .navbar-nav {
    padding-top: 20px; }

  #ourClient .carousel-item {
    justify-content: center; }

  #header .nav-link {
    border-bottom: solid 1px #181818;
    padding: 15px 16px; } }
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
  .row {
    margin: 0px; }

  #banner {
    min-height: 160px;
    background-color: #e4e4e4;
    margin-top: 68px; }

  #header {
    background-color: black; }

  #header .navbar-brand img {
    width: 50px; }

  #banner h1 {
    font-size: 34px;
    left: 0; }

  #banner h1 span {
    font-size: 22px;
    line-height: 26px; }

  .bigtitle {
    font-size: 26px; }

  #welcometext, #testimonialvideo {
    padding: 10px; }

  .w-75 {
    width: 100% !important; }

  #welcometext .inner-lhs-mid {
    padding: 0px; }

  .right-high {
    padding: 10px;
    margin-top: 20px; }

  .fs36 {
    font-size: 30px; }

  #indooroutdoor .nav-link, #Cortestimonials .nav-link {
    padding: 0.5rem 0.5rem;
    margin: 0px; }

  #resort-highlight {
    padding-bottom: 10px;
    padding-top: 20px; }

  .pic {
    margin: auto; }

  #testimonialvideo .venue-box {
    margin-bottom: 10px; }

  #Cortestimonials, .request-quote {
    padding-top: 20px;
    padding-bottom: 20px; }

  #ourClient {
    padding-top: 40px;
    padding-bottom: 20px; }

  .navbar-toggler-icon {
    background-image: url(../images/ham.svg); }

  .navbar-collapse {
    position: fixed;
    top: 67px;
    right: 0;
    background-color: #000;
    height: 100vh;
    display: block !important;
    left: -100%;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
    width: 100%; }

  .collapse.show {
    transform: translate(0%, 0px);
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0px;
    margin: 0px; }

  .navbar-nav {
    padding-top: 20px; }

  #ourClient .carousel-item {
    justify-content: center; }

  #header .nav-link {
    border-bottom: solid 1px #181818;
    padding: 15px 16px; } }
@media (min-width: 320px) and (max-width: 767px) {
  .row {
    margin: 0px; }

  #banner {
    min-height: 160px;
    background-color: #e4e4e4;
    margin-top: 68px; }

  #header {
    background-color: black; }

  #header .navbar-brand img {
    width: 50px; }

  #banner h1 {
    font-size: 34px;
    left: 0; }

  #banner h1 span {
    font-size: 22px;
    line-height: 26px; }

  .bigtitle {
    font-size: 26px; }

  #welcometext, #testimonialvideo {
    padding: 10px; }

  .w-75 {
    width: 100% !important; }

  #welcometext .inner-lhs-mid {
    padding: 0px; }

  .right-high {
    padding: 10px;
    margin-top: 20px; }

  .fs36 {
    font-size: 30px; }

  #indooroutdoor .nav-link, #Cortestimonials .nav-link {
    padding: 0.5rem 0.5rem;
    margin: 0px; }

  #resort-highlight {
    padding-bottom: 10px;
    padding-top: 20px; }

  .pic {
    margin: auto; }

  #testimonialvideo .venue-box {
    margin-bottom: 10px; }

  #Cortestimonials, .request-quote {
    padding-top: 20px;
    padding-bottom: 20px; }

  #ourClient {
    padding-top: 40px;
    padding-bottom: 20px; }

  .navbar-toggler-icon {
    background-image: url(../images/ham.svg); }

  .navbar-collapse {
    position: fixed;
    top: 67px;
    right: 0;
    background-color: #000;
    height: 100vh;
    display: block !important;
    left: -100%;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
    width: 100%; }

  .collapse.show {
    transform: translate(0%, 0px);
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0px;
    margin: 0px; }

  .navbar-nav {
    padding-top: 20px; }

  #ourClient .carousel-item {
    justify-content: center; }

  #header .nav-link {
    border-bottom: solid 1px #181818;
    padding: 15px 16px; } }

/*# sourceMappingURL=style.css.map */
