/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #232323;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #fff;
  height: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  height: 100vh;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fefaf6 0%, #fffefb 100%);
  z-index: -1;
}

section {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

p,
tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 28px;
  color: #232323;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  color: #03243c;
  font-weight: 500;
  text-transform: capitalize;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: none !important;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

section {
  position: relative;
}

dialog,
figure,
figcaption {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17b0c3;
}

.bold_p {
  font-weight: 700;
}

.hero {
  padding: 50px 0px 100px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9eaee;
  background-image: url("../images/book.png");
  opacity: 0.2;
  border-radius: 50%;
  background-position: right;
  right: -60%;
  left: unset;
  z-index: -1;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.12);
}
.hero .hero_logo a {
  width: 120px;
  margin: 0px auto;
}
.hero .hero_logo a img {
  width: 120px;
}
.hero .hero_content {
  padding: 50px 0 0px;
}
.hero .hero_content p.top_italic {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 20px;
}
.hero .hero_content h1 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 80px;
}
.hero .hero_content h1 span {
  display: block;
  color: #c0a375;
  background: linear-gradient(-90deg, #c0a375 0%, #f1c050 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.hero .hero_content h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 700;
}
.hero .hero_content h2 span {
  display: block;
  color: #c0a375;
  background: linear-gradient(-90deg, #c0a375 0%, #f1c050 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.hero .hero_content p.normal {
  margin-top: 15px;
  font-size: 17px;
}
.hero p.hint {
  font-style: italic;
}
.hero p.hint span {
  display: block;
}

.button_primary a {
  padding: 16px 30px;
  border-radius: 8px;
  background: #c0a375;
  border: 1px solid #e9eaee;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 40px 0px 20px;
  transition: all 0.2s ease-in-out;
}
.button_primary a:hover {
  background: #f1c050;
  transition: all 0.2s ease-in-out;
}

.button_submit {
  padding: 16px 30px;
  border-radius: 8px;
  background: #c0a375;
  border: 1px solid #e9eaee;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px auto;
  transition: all 0.2s ease-in-out;
}
.button_submit:hover {
  background: #f1c050;
  transition: all 0.2s ease-in-out;
}

.section_title {
  margin-bottom: 45px;
}
.section_title h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.section_title h2 span {
  color: #c0a375;
}

.location {
  padding: 100px 0;
  background: rgb(255, 255, 255);
}
.location h4 {
  font-size: 32px;
  margin-top: 20px;
}
.location h4 i {
  color: #39a318;
  margin: 0px 10px;
}
.location .location_area {
  margin-top: 30px;
}
.location .location_area a {
  padding: 30px 14px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: linear-gradient(45deg, #c0a375 0%, #f1c050 100%);
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.12);
  border: 1px solid #c0a375;
  font-size: 22px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.location .location_area a:hover {
  color: #535353;
  background: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out;
}
.location .event_end h3 {
  margin-top: 40px;
  font-size: 36px;
  text-transform: uppercase;
}

.event {
  padding: 100px 0;
}
.event .event_area {
  margin-top: 20px;
}
.event .event_area .event_item {
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.12);
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  transition: all 0.2s ease-in-out;
}
.event .event_area .event_item .number {
  text-align: right;
}
.event .event_area .event_item .number span {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 500;
  background: linear-gradient(45deg, #c0a375 0%, #f1c050 100%);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.event .event_area .event_item .event_content {
  padding: 20px;
}
.event .event_area .event_item .event_content h3 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
}
.event .event_area .event_item .event_content p {
  transition: all 0.2s ease-in-out;
}
.event .event_area .event_item:hover {
  background: #c0a375;
  transition: all 0.2s ease-in-out;
}
.event .event_area .event_item:hover .event_content h3,
.event .event_area .event_item:hover .event_content p {
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out;
}
.event .event_btn {
  margin-top: 30px;
}
.event .event_btn h4 {
  font-size: 42px;
  margin-bottom: 0;
}
.event .event_btn .button_primary a {
  margin-top: 20px;
}

.testimonial {
  padding: 100px 0;
  background: rgb(255, 255, 255);
}
.testimonial .testimonial_area .owl-carousel .item {
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.12);
  border: 1px solid #e9eaee;
  border-radius: 10px;
  padding: 20px;
  margin: 30px;
}
.testimonial .testimonial_area .owl-carousel .item .item_testimonial {
  display: flex;
  margin-top: 20px;
}
.testimonial .testimonial_area .owl-carousel .item .item_testimonial i {
  font-size: 30px;
  color: #e9eaee;
}
.testimonial .testimonial_area .owl-carousel .item .item_img {
  margin-bottom: 25px;
}
.testimonial .testimonial_area .owl-carousel .item .item_img img {
  width: 200px;
  border-radius: 50%;
  margin: 0px auto;
}
.testimonial .testimonial_area .owl-carousel .item p,
.testimonial .testimonial_area .owl-carousel .item i {
  display: inline-block;
}
.testimonial .owl-nav {
  display: flex;
  justify-content: space-between;
}
.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: -20px;
}
.testimonial .owl-nav .owl-prev i,
.testimonial .owl-nav .owl-next i {
  color: #535353;
  font-size: 25px;
}
.testimonial .owl-nav .owl-next {
  left: unset;
  right: -20px;
}

.limited_seating {
  padding: 100px 0;
  text-align: center;
}
.limited_seating h4 {
  font-size: 32px;
}

.foryou {
  padding: 100px 0;
  background: rgb(255, 255, 255);
}
.foryou .foryou_list ul li {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
  background: #c0a375;
  display: block;
  border-radius: 5px;
  margin: 14px 0;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.12);
  color: rgb(255, 255, 255);
}
.foryou .foryou_list ul li i {
  color: #535353;
  margin-right: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  border: 1px solid #535353;
}
.foryou .foryou_list .button_primary {
  text-align: center;
}

.cta {
  padding: 100px 0;
  border-top: 1px solid #e9eaee;
}
.cta .cta_area {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.12);
  padding: 50px 20px;
}
.cta h2 {
  font-size: 38px;
}
.cta h4 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 30px 0 0;
}
.cta .button_primary a {
  margin-bottom: 0;
}

.modal.register_modal .modal-header {
  text-align: center;
  display: block;
  padding: 30px 20px;
}
.modal.register_modal .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #c0a375;
  border: 1px solid #e9eaee;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 1;
  border-radius: 50px;
  opacity: 1;
}
.modal.register_modal .modal-dialog {
  margin-top: 80px;
  max-width: 720px;
  width: 100%;
}
.modal.register_modal .modal-body {
  padding: 30px;
}
.modal.register_modal .modal-body .form-control,
.modal.register_modal .modal-body .form-select {
  padding: 12px 20px;
  display: inline-block;
  margin: 5px 0;
  color: #535353;
}
.modal.register_modal .modal-body .form-control:focus,
.modal.register_modal .modal-body .form-select:focus {
  box-shadow: none;
  outline: none;
  border-color: #c0a375;
}
.modal.register_modal .button_primary {
  text-align: center;
}
.modal.register_modal .button_primary a {
  margin-top: 0;
}

.book {
  padding: 20px 0;
  background: url("../images/book.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 5;
}
.book::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #c0a375;
  background: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
}
.book .hero_logo a {
  width: 130px;
  margin: 0px auto;
}
.book .section_title {
  margin: 50px 0;
  text-align: center;
}

.bookform {
  padding: 100px 0;
}
.bookform .booking_area form .field {
  position: relative;
}
.bookform .booking_area form .field span {
  display: inline-block;
  position: absolute;
  top: 13px;
  font-size: 17px;
  left: 10px;
  background: rgb(255, 255, 255);
  padding: 2px 4px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.bookform .booking_area form .field .form-control {
  padding: 14px 20px;
  font-size: 17px;
  border: 1px solid #e9eaee;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.05);
}
.bookform .booking_area form .field input:focus {
  box-shadow: none;
  border-color: #c0a375;
}
.bookform .booking_area form .field input:focus + span {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #c0a375;
  transition: all 0.2s ease-in-out;
}
.bookform .booking_area form .form-check {
  margin: 10px 0;
  background: rgb(255, 255, 255);
  display: inline-block;
}
.bookform .booking_area form .form-check .form-check-input,
.bookform .booking_area form .form-check .form-check-label {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}
.bookform .booking_area form .place_radio {
  background: rgb(255, 255, 255);
  border: 1px solid #e9eaee;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.bookform .booking_area form .place_radio h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9eaee;
}
.bookform .booking_area form .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-color: #c0a375;
}
.bookform .booking_area form .form-check-input:checked {
  background-color: #c0a375;
  box-shadow: 0;
  border-color: #c0a375;
}
.bookform .booking_area form .form-check-input:focus {
  box-shadow: none;
  border: #c0a375;
}

.trust_pilot {
  padding: 100px 0;
}
.trust_pilot .ttrust_area .trust_review .owl-stage {
  display: flex;
  align-items: stretch;
}
.trust_pilot .ttrust_area .trust_review .item {
  background: rgb(255, 255, 255);
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.12);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9eaee;
  margin: 10px;
  height: calc(100% - 20px);
}
.trust_pilot .ttrust_area .trust_review .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.trust_pilot .ttrust_area .trust_review .owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  background: #e9eaee;
  margin: 5px;
  border-radius: 50px;
}
.trust_pilot .ttrust_area .trust_review .owl-dots button.owl-dot.active {
  background: #c0a375;
}

footer {
  padding: 80px;
  background: #262626;
}
footer h4,
footer p {
  color: rgb(255, 255, 255);
}
footer h4 {
  margin-bottom: 20px;
}

.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #535353;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.preloader.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.preloader .preloadr_item {
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(45deg, #c0a375 0%, #f1c050 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: preloader 1s infinite;
}
.preloader .preloadr_item:nth-child(2) {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #c0a375 0%, #f1c050 100%);
  animation: preloader2 1s infinite;
}
@keyframes preloader {
  0% {
    width: 100px;
    height: 4px;
  }
  50% {
    width: 0px;
    height: 4px;
  }
  100% {
    width: 100px;
    height: 4px;
  }
}
@keyframes preloader2 {
  0% {
    width: 40px;
    height: 40px;
  }
  50% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}

#scrollBtn {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 35px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  background: linear-gradient(45deg, #c0a375 0%, #f1c050 100%);
  opacity: 0.5;
  border-radius: 50px;
  display: none;
  transition: all 0.2s ease-in-out;
}
#scrollBtn:hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
#scrollBtn i {
  font-size: 18px;
  color: rgb(255, 255, 255);
}/*# sourceMappingURL=style.css.map */