@font-face {
  font-family: "playBold";
  src: url(/fonts/PlayfairDisplay-Bold.ttf?017ee20f29ca83e7c6347d0fc87ff1e1);
}
@font-face {
  font-family: "playExtraBold";
  src: url(/fonts/PlayfairDisplay-ExtraBold.ttf?7831693044cec28be27854de0fecd05c);
}
@font-face {
  font-family: "playSemiBold";
  src: url(/fonts/PlayfairDisplay-SemiBold.ttf?ad1778a20a69dfe486567e1208a56f13);
}
@font-face {
  font-family: "playMedium";
  src: url(/fonts/PlayfairDisplay-Medium.ttf?3b237adf00c7276e87973b4e19dfc0b6);
}
@font-face {
  font-family: "playReg";
  src: url(/fonts/PlayfairDisplay-Regular.ttf?566ae3ce7c638d9c13522350748ed0b5);
}
a.goldOutlineGoldTextBtn,
button.goldOutlineGoldTextBtn,
input.goldOutlineGoldTextBtn {
  background-color: transparent;
  border: 1px solid #b59f62;
  border-radius: 5px;
  color: #b59f62;
  font-family: "playMedium", serif;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.goldOutlineGoldTextBtn:hover,
button.goldOutlineGoldTextBtn:hover,
input.goldOutlineGoldTextBtn:hover {
  background-color: #b59f62;
  box-shadow: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}

a.whiteOutlineWhiteTextBtn,
button.whiteOutlineWhiteTextBtn,
input.whiteOutlineWhiteTextBtn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: "playMedium", serif;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.whiteOutlineWhiteTextBtn:hover,
button.whiteOutlineWhiteTextBtn:hover,
input.whiteOutlineWhiteTextBtn:hover {
  background-color: #fff;
  box-shadow: none;
  color: #b59f62;
  outline: none;
  text-decoration: none;
}

a.solidGoldBtn,
button.solidGoldBtn,
input.solidGoltBtn {
  background-color: #b59f62;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-family: "playMedium", serif;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.solidGoldBtn:hover,
button.solidGoldBtn:hover,
input.solidGoltBtn:hover {
  background-color: #8a7641;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}

a.redBtn,
button.redBtn,
input.redBtn {
  background-color: red;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-family: "playMedium", serif;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.redBtn:hover,
button.redBtn:hover,
input.redBtn:hover {
  background-color: #b30000;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}

html {
  scroll-padding-top: 120px;
}

header {
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 1080;
}
header .navbar .navbar-brand img {
  display: block;
  height: 100px;
  transition: all 0.4s ease-in-out;
  width: auto;
}
header .navbar .navbar-toggler {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  outline: none;
  text-decoration: none;
}
header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler.active {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
header .navbar .navbar-nav li {
  margin-right: 50px;
}
header .navbar .navbar-nav li a {
  color: #fff;
  font-family: "playMedium", serif;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
header .navbar .navbar-nav li a:hover {
  box-shadow: none;
  color: #b59f62;
  outline: none;
  text-decoration: none;
}
header .navbar .navbar-nav li:last-of-type {
  margin-right: 0;
}
header .navbar .navbar-nav li.dropdown .dropdown-menu {
  background-color: #000;
  border: 1px solid #b59f62;
  border-radius: 5px;
  padding: 1rem;
  width: 250px;
}
header .navbar .navbar-nav li.dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
}
header .navbar .navbar-nav li.dropdown .dropdown-menu li a {
  display: block;
  padding: 0 0 0.5rem 0;
  transition: all 0.4s ease-in-out;
}
header .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
  box-shadow: none;
  color: #b59f62;
  outline: none;
  text-decoration: none;
}

header.scrolled {
  background-color: #000;
}
header.scrolled .navbar .navbar-brand img {
  display: block;
  height: 70px;
  width: auto;
}
header.scrolled .navbar .navbar-toggler {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  outline: none;
  text-decoration: none;
}
header.scrolled .navbar .navbar-toggler.fa-times {
  color: #b59f62;
}

.topBar {
  padding: 1rem 0;
  /*background-color: rgba(0,0,0,0.4);
  color: $w;
  font-size: 15px;

  padding: .5rem 0;

  ul.contactList {
      margin-bottom: 0;
      li {
          margin-right: 15px;
          a {
              color: $w;
              font-family: $playMedium;
              font-size: 15px;
              text-decoration: none;
              @include transition(all .4s ease-in-out);

              i {
                  margin-right: 5px;
              }

              &:hover {
                  background: transparent;
                  border: 0;
                  box-shadow: none;
                  color: $gold;
                  outline: none;
              }
          }
      }
  }
  ul.socialsLinks {
      margin-bottom: 0;
      text-align: right;
      li {
          a {
              color: $w;
              font-family: $playMedium;
              font-size: 15px;
              text-decoration: none;
              @include transition(all .4s ease-in-out);
              i {
                  font-size: 15px;
                  @include transition(all .4s ease-in-out);
              }
              img {
                  display: block;
                  height: 13px;
                  margin: 0;
                  width: auto;
                  @include transition(all .4s ease-in-out);
              }

              &:hover {
                  box-shadow: none;
                  outline: none;

                  i {
                      font-size: 17px;
                  }
                  img {
                      height: 15px;
                  }
              }
          }
      }
  }*/
}
.topBar img.headerLogoMain {
  display: block;
  height: 150px;
  margin: 0 auto;
  width: auto;
}

.eventItem {
  border: 1px solid #f3f3f3;
  min-height: 250px;
  margin-bottom: 30px;
  padding: 1rem 2rem;
}
.eventItem h4 {
  color: #b59f62;
  font-family: "playBold", serif;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.eventItem h5 {
  color: #000;
  font-family: "playMedium", serif;
  font-size: 1rem;
  margin-bottom: 30px;
}
.eventItem p {
  color: #000;
  font-family: "playReg", serif;
  font-size: 1rem;
}

.customerFeedbackBanner {
  padding: 80px 0;
}
.customerFeedbackBanner h4 {
  color: #000;
  font-family: "playBold", serif;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
}
.customerFeedbackBanner .titleSep {
  display: block;
  margin: 20px 0 30px 0;
  position: relative;
  width: 100%;
}
.customerFeedbackBanner .titleSep img {
  display: block;
  margin: 0 auto;
  width: 250px;
}
.customerFeedbackBanner .owl-carousel .item {
  border: 1px solid #737272;
  border-radius: 10px;
  padding: 2rem 4rem;
}
.customerFeedbackBanner .owl-carousel .item h4 {
  color: #b59f62;
  font-family: "playMedium", serif;
  font-size: 1.75rem;
  margin-bottom: 30px;
}
.customerFeedbackBanner .owl-carousel .item p {
  color: #000;
  font-family: "playReg", serif;
  font-size: 1rem;
  text-align: center;
}
.customerFeedbackBanner .owl-carousel .item ul {
  text-align: center;
}
.customerFeedbackBanner .owl-carousel .item ul li {
  color: #7F7E7D;
  font-family: "playMedium", serif;
  font-size: 0.75rem;
}
.customerFeedbackBanner .owl-carousel .owl-dots {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 30px 0;
  text-align: center;
}
.customerFeedbackBanner .owl-carousel .owl-dots .owl-dot {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
  width: 10px;
}
.customerFeedbackBanner .owl-carousel .owl-dots .owl-dot.active {
  background-color: #b59f62;
  height: 15px;
  width: 15px;
}

.getInTouchBanner {
  padding: 60px 0;
}
.getInTouchBanner h4 {
  color: #fff;
  font-family: "playSemiBold", serif;
  font-size: 3rem;
  margin-bottom: 30px;
}
.getInTouchBanner p {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 1.25rem;
}
.getInTouchBanner p a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.getInTouchBanner p a:hover {
  box-shadow: none;
  color: #b59f62;
  outline: none;
}
.getInTouchBanner .formWrap {
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0;
  padding: 2rem;
}
.getInTouchBanner .formWrap form label {
  display: block;
  font-family: "playMedium", serif;
  font-size: 1rem;
  margin-bottom: 10px;
  width: 100%;
}
.getInTouchBanner .formWrap form input[type=text],
.getInTouchBanner .formWrap form input[type=tel],
.getInTouchBanner .formWrap form input[type=email] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  height: 40px;
  margin: 0 0 20px 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.getInTouchBanner .formWrap form input[type=text]:focus,
.getInTouchBanner .formWrap form input[type=tel]:focus,
.getInTouchBanner .formWrap form input[type=email]:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b59f62;
  box-shadow: none;
  color: #000;
  outline: none;
  text-decoration: none;
}
.getInTouchBanner .formWrap form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  margin: 0 0 20px 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.getInTouchBanner .formWrap form textarea:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b59f62;
  box-shadow: none;
  color: #000;
  outline: none;
  text-decoration: none;
}
.getInTouchBanner .formWrap form button.solidGoldBtn {
  display: block;
  margin: 20px 0;
  text-transform: uppercase;
  width: 100%;
}

.reservationBookingForWrap form.reservationBookingForm .row {
  margin-bottom: 15px;
}
.reservationBookingForWrap form.reservationBookingForm label {
  color: #000;
  display: block;
  font-family: "playMedium", serif;
  font-size: 1rem;
  margin-bottom: 5px;
  width: 100%;
}
.reservationBookingForWrap form.reservationBookingForm input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  height: 40px;
  padding: 0.5rem;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.reservationBookingForWrap form.reservationBookingForm input:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b59f62;
  box-shadow: none;
  color: #000;
  outline: none;
  text-decoration: none;
}
.reservationBookingForWrap form.reservationBookingForm select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  height: 40px;
  outline: none;
  padding: 0.5rem;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  width: 100%;
}
.reservationBookingForWrap form.reservationBookingForm select:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b59f62;
  box-shadow: none;
  color: #000;
  outline: none;
  text-decoration: none;
}
.reservationBookingForWrap form.reservationBookingForm textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  height: 150px;
  padding: 0.5rem;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.reservationBookingForWrap form.reservationBookingForm textarea:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b59f62;
  box-shadow: none;
  color: #000;
  outline: none;
  text-decoration: none;
}
.reservationBookingForWrap form.reservationBookingForm button {
  display: block;
  width: 100%;
}
.reservationBookingForWrap form.reservationBookingForm button .fa-chevron-right {
  font-size: 1rem;
  margin-left: 10px;
}
.reservationBookingForWrap form.reservationBookingForm button .fa-chevron-left {
  font-size: 1rem;
  margin-right: 10px;
}
.reservationBookingForWrap form.reservationBookingForm a.backBtn {
  display: block;
  width: 100%;
}
.reservationBookingForWrap form.reservationBookingForm a.backBtn .fa-chevron-left {
  font-size: 1rem;
  margin-right: 10px;
}

.newsletterSignupBanner {
  background-color: #f3f3f3;
  padding: 40px 0;
}
.newsletterSignupBanner h4 {
  color: #000;
  font-family: "playSemiBold", serif;
  font-size: 3rem;
}
.newsletterSignupBanner form .form-group {
  border-bottom: 0;
  display: flex;
  flex-direction: row;
}
.newsletterSignupBanner form .form-group input[type=email] {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 50px;
  padding: 0.5rem;
  padding-right: 0.5rem;
  transition: all 0.4s ease-in-out;
  width: 75%;
}
.newsletterSignupBanner form .form-group input[type=email]:focus {
  background-color: #fff;
  border-bottom: 1px solid #b59f62;
  box-shadow: none;
  color: #000;
  outline: none;
}
.newsletterSignupBanner form .form-group input[type=submit] {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-family: "playMedium", serif;
  font-size: 1rem;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 25%;
}
.newsletterSignupBanner form .form-group input[type=submit]:hover, .newsletterSignupBanner form .form-group input[type=submit]:focus, .newsletterSignupBanner form .form-group input[type=submit].active {
  background-color: #b59f62;
  border-bottom: 1px solid #b59f62;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

.menuModal .modal-dialog .modal-content {
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
}
.menuModal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.menuModal .modal-dialog .modal-content .modal-header button.btn-close {
  color: #fff;
}
footer .footerTop {
  background-color: #363636;
  padding: 40px 0;
}
footer .footerTop img.footerLogo {
  display: block;
  height: 150px;
  margin: 0 0 30px 0;
  width: auto;
}
footer .footerTop ul.address {
  margin-bottom: 20px;
}
footer .footerTop ul.address li {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 1rem;
  margin-bottom: 2px;
}
footer .footerTop ul.contact li strong {
  color: #fff;
  font-family: "playSemiBold", serif;
  font-size: 1rem;
  margin-right: 10px;
}
footer .footerTop ul.contact li a {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
footer .footerTop ul.contact li a:hover {
  box-shadow: none;
  color: #b59f62;
  outline: none;
  text-decoration: none;
}
footer .footerTop .footerTitle {
  color: #b59f62;
  font-family: "playBold", serif;
  font-size: 2rem;
  margin-bottom: 30px;
}
footer .footerTop ul.quickLinks li a {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
footer .footerTop ul.quickLinks li a:hover {
  box-shadow: none;
  color: #b59f62;
  outline: none;
  text-decoration: none;
}
footer .footerTop ul.openingTimes li {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 1rem;
}
footer .footerTop ul.openingTimes li strong {
  font-family: "playSemiBold", serif;
  margin-right: 10px;
}
footer .footerBottom {
  background-color: #000;
  padding: 10px 0;
  text-align: center;
}
footer .footerBottom p {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 1rem;
  margin-bottom: 0;
}
footer .footerBottom p a {
  color: #fff;
  font-family: "playMedium", serif;
  transition: all 0.4s ease-in-out;
}
footer .footerBottom p a:hover {
  box-shadow: none;
  color: #b59f62;
  outline: none;
  text-decoration: none;
}

#homepageMainFull {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#homepageMainFull .item {
  height: 100vh;
  position: relative;
}
#homepageMainFull .item img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#homepageMainFull .item a {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 100vh;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
#homepageMainFull .item a h2, #homepageMainFull .item a h3 {
  color: #fff;
  font-family: "playBold", serif;
  font-size: 4rem;
  margin-bottom: 0;
  text-align: center;
}
#homepageMainFull .item a h2 .fa-chevron-right, #homepageMainFull .item a h3 .fa-chevron-right {
  color: #fff;
  font-size: 0;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
#homepageMainFull .item a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#homepageMainFull .item a:hover h2 .fa-chevron-right, #homepageMainFull .item a:hover h3 .fa-chevron-right {
  font-size: 3.8rem;
  margin-left: 20px;
}

#eventsPageTop {
  background-color: #fff;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
#eventsPageTop img.mainImage {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#eventsPageTop .content {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
#eventsPageTop .content h1 {
  color: #fff;
  font-family: "playMedium", serif;
  font-size: 60px;
  margin-bottom: 0;
}
#eventsPageTop .content img.text-logo {
  display: block;
  height: 130px;
  margin: 0 0 30px 0;
  width: auto;
}
#eventsPageTop .content p {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 1.25rem;
  width: 100%;
}

#eventsPageMain {
  background-color: #fff;
  padding: 60px 0;
}
#eventsPageMain h2 {
  color: #b59f62;
  font-family: "playBold", serif;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#eventsPageMain ul li {
  color: #000;
  font-family: "playReg", serif;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#eventsPageMain ul li strong {
  font-family: "playSemiBold", serif;
}
#eventsPageMain p {
  color: #000;
  font-family: "playReg", serif;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

/*#bookTablePageTop {
    height: 60vh;
    overflow: hidden;
    position: relative;

    img.mainImage {
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .content {
        align-items: center;
        background-color: rgba(0,0,0,0.3);
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        position: absolute;
        top: 0;
        width: 100%;
        h1 {
            color :$w;
            font-family: $playBold;
            font-size: 60px;
            margin-bottom: 20px;
        }
        p {
            color: $w;
            font-family: $playReg;
            font-size: 1.25rem;
            margin-bottom: 0;
        }
    }
}*/
.bookTablePageMain {
  background-color: #000;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  padding-bottom: 4rem;
  position: relative;
}
.bookTablePageMain .reservationBookingForWrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 3rem;
}
.bookTablePageMain .reservationBookingForWrap h4 {
  color: #000;
  font-family: "playBold", serif;
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}
.bookTablePageMain .reservationBookingForWrap .stepProgressBar {
  background-color: #f3f3f3;
  border-radius: 20px;
  display: block;
  height: 35px;
  margin: 0 auto 40px auto;
  width: 80%;
}
.bookTablePageMain .reservationBookingForWrap .stepProgressBar .stepOne {
  align-items: center;
  background-color: #b59f62;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-family: "playMedium", serif;
  font-size: 1rem;
  height: 100%;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.bookTablePageMain .reservationBookingForWrap .stepProgressBar .stepTwo {
  align-items: center;
  background-color: #b59f62;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-family: "playMedium", serif;
  font-size: 1rem;
  height: 100%;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.bookTablePageMain .reservationBookingForWrap ul.bookingDetailsList li {
  font-size: 1.15rem;
  margin-bottom: 15px;
}
.bookTablePageMain .reservationBookingForWrap ul.bookingDetailsList li i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.bookTablePageMain form label {
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  margin-bottom: 10px;
  width: 100%;
}
.bookTablePageMain form input[type=text],
.bookTablePageMain form input[type=email],
.bookTablePageMain form input[type=tel],
.bookTablePageMain form input[type=date],
.bookTablePageMain form input[type=time],
.bookTablePageMain form input[type=number],
.bookTablePageMain form select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  height: 40px;
  margin: 0 0 20px 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.bookTablePageMain form input[type=text]:focus,
.bookTablePageMain form input[type=email]:focus,
.bookTablePageMain form input[type=tel]:focus,
.bookTablePageMain form input[type=date]:focus,
.bookTablePageMain form input[type=time]:focus,
.bookTablePageMain form input[type=number]:focus,
.bookTablePageMain form select:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b59f62;
  box-shadow: none;
  color: #000;
  outline: none;
  text-decoration: none;
}

.contactPageTop {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.contactPageTop img.mainImage {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.contactPageTop .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.contactPageTop .content h1 {
  color: #fff;
  font-family: "playBold", serif;
  font-size: 60px;
}

.contactPageMain {
  background-color: #fff;
  padding: 60px 0;
}
.contactPageMain form {
  display: block;
}
.contactPageMain form .row {
  margin-bottom: 20px;
}
.contactPageMain form .row label {
  color: #000;
  display: block;
  font-family: "playSemiBold", serif;
  font-size: 1.2rem;
  margin-bottom: 5px;
  width: 100%;
}
.contactPageMain form .row input[type=text],
.contactPageMain form .row input[type=tel],
.contactPageMain form .row input[type=email],
.contactPageMain form .row input[type=number],
.contactPageMain form .row input[type=url],
.contactPageMain form .row input[type=date],
.contactPageMain form .row input[type=time],
.contactPageMain form .row input[type=datetime-local],
.contactPageMain form .row input[type=datetime],
.contactPageMain form .row select,
.contactPageMain form .row textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  width: 100%;
}
.contactPageMain form .row input[type=text],
.contactPageMain form .row input[type=tel],
.contactPageMain form .row input[type=email],
.contactPageMain form .row input[type=number],
.contactPageMain form .row input[type=url],
.contactPageMain form .row input[type=date],
.contactPageMain form .row input[type=time],
.contactPageMain form .row input[type=datetime-local],
.contactPageMain form .row input[type=datetime],
.contactPageMain form .row select {
  height: 50px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.contactPageMain form .row input[role=switch] {
  height: 40px;
  width: 100px;
}
.contactPageMain form .row select {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: "playReg", serif;
  font-size: 1rem;
  width: 100%;
}

.thankYouMain {
  height: auto;
  min-height: 1100px;
  overflow: hidden;
  position: relative;
}
.thankYouMain img.mainBgImage {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.thankYouMain .content {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.thankYouMain .content h1 {
  color: #fff;
  font-family: "playBold", serif;
  font-size: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.thankYouMain .content p {
  color: #fff;
  font-family: "playReg", serif;
  font-size: 20px;
  text-align: center;
}
.thankYouMain .content .resDetailsWrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: 0;
  border-radius: 40px;
  color: #fff;
  display: block;
  margin: 0 auto 30px auto;
  padding: 2rem;
  width: 95%;
}
.thankYouMain .content .resDetailsWrap h2 {
  color: #000;
  font-family: "playBold", serif;
  margin-bottom: 20px;
  text-align: center;
}
.thankYouMain .content .resDetailsWrap table {
  background: transparent;
  margin-bottom: 30px;
  padding: 0;
}
.thankYouMain .content .resDetailsWrap table tbody {
  background: transparent;
}
.thankYouMain .content .resDetailsWrap table tbody tr {
  background: transparent;
  border-bottom: 0;
}
.thankYouMain .content .resDetailsWrap table tbody tr td {
  background: transparent;
  border-bottom: 0;
  color: #000;
  font-family: "playReg", serif;
  font-size: 1rem;
  padding: 0 0 10px 0;
  width: 50%;
}
.thankYouMain .content .resDetailsWrap table tbody tr td strong {
  font-family: "playBold", serif;
  font-size: 1rem;
}
.thankYouMain .content .resDetailsWrap table tbody tr td:nth-of-type(2) {
  text-align: right;
}
.thankYouMain .content .resDetailsWrap p {
  color: #000;
  font-family: "playReg", serif;
}

@media screen and (min-width: 320px) and (max-width: 812px) {
  header .topBar img.headerLogoMain {
    height: 75px;
  }
  #homepageMainFull {
    height: auto;
  }
  #homepageMainFull .item {
    height: 500px;
  }
  #eventsPageTop {
    height: 600px;
  }
  #eventsPageTop .content {
    padding-top: 150px;
  }
  #eventsPageTop .content h1 {
    font-size: 30px;
  }
  #eventsPageTop .content p {
    font-size: 1rem;
  }
  .contactPageTop {
    height: 400px;
  }
  .contactPageTop .content {
    padding-top: 150px;
  }
  .contactPageTop .content h1 {
    font-size: 30px;
  }
  .contactPageTop .content p {
    font-size: 1rem;
  }
  .contactPageMain iframe {
    display: block;
    height: 400px;
    margin-bottom: 40px;
    width: 100% !important;
  }
  .thankYouMain .content h1 {
    font-size: 40px;
  }
  .thankYouMain .content p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
  header .navbar .navbar-collapse {
    background-color: #000;
  }
  #homepageMainFull {
    height: 100vh;
  }
  #homepageMainFull .item {
    height: 100vh;
  }
  #eventsPageTop,
  .thankYouMain {
    height: 700px;
  }
  .contactPageTop {
    height: 500px;
  }
}
