body {
  background-color: white;
  color: #222;
  font-size: 14px;
  color: #666;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

input {
  direction: unset !important;
}

/*remove arrow input number Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*remove arrow input number Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.whatsapp-btn {
  position: fixed;
  z-index: 1000;
  bottom: 1rem;
  left: 1rem;
  width: 50px;
}
.whatsapp-btn img {
  width: 100%;
  height: auto;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.4s;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 0;
  height: 90px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.navbar .logo img {
  width: 160px;
  margin-bottom: 0px;
}
.navbar .navbar-collapse.show,
.navbar .navbar-collapse.collapsing {
  background-color: #222;
  padding: 20px;
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: #7C2586;
}
.navbar .navbar-nav .nav-link i {
  padding-left: 0px;
  font-size: 8px;
}
.navbar .dropdown-menu {
  position: absolute !important;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 200px;
  padding: 15px 10px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #f4f4f4;
  background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item.active a {
  color: #7C2586;
}
.navbar .dropdown-menu .dropdown-item:hover {
  padding-right: 20px;
}
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar.nav-scroll {
  position: fixed;
  background-color: white;
  padding: 0 !important;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.navbar.nav-scroll .navbar-toggler-icon {
  color: #222 !important;
}
.navbar.nav-scroll .nav-link {
  color: #222;
}

.landing-slider {
  height: 100vh;
  background-color: hsla(0deg, 0%, 0%, 0.5);
  position: relative;
}
.landing-slider .splide__slide {
  z-index: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.landing-slider .splide__slide:nth-child(1) {
  background-image: url(../img/1.jpg);
}
.landing-slider .splide__slide:nth-child(2) {
  background-image: url(../img/2.jpg);
}
.landing-slider .splide__slide:nth-child(3) {
  background-image: url(../img/landing-img.webp);
}
.landing-slider .splide__slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  background-color: #000;
}
.landing-slider .caption {
  text-align: center;
}
.landing-slider .caption h4 {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.landing-slider .caption h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  color: #fff;
  font-weight: 400;
}
.landing-slider .splide__arrow {
  top: unset !important;
  bottom: 7%;
  right: 12%;
  left: unset !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 34px !important;
  background: transparent !important;
  border-radius: 100% !important;
  color: #fff !important;
  font-size: 10px !important;
  cursor: pointer !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.landing-slider .splide__arrow.splide__arrow--prev {
  right: calc(12% + 28px + 20px);
}
.landing-slider .splide__arrow svg {
  fill: #fff !important;
}
.landing-slider .splide__arrow:hover {
  transform: scale(0.9) !important;
  background: transparent !important;
  border: 1px solid #7C2586 !important;
  -webkit-transform: scale(0.9) !important;
  -moz-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  -o-transform: scale(0.9) !important;
}
.landing-slider .splide__pagination {
  counter-reset: pagination-num;
}
.landing-slider .splide__pagination__page:before {
  counter-increment: pagination-num;
  color: white;
  content: counter(pagination-num);
}
.landing-slider .splide__pagination {
  position: absolute !important;
  top: 50% !important;
  right: 5% !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  text-align: right !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  color: white !important;
  gap: 10px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}
.landing-slider .splide__pagination::before {
  position: absolute;
  bottom: -78px;
  left: 50%;
  width: 2px;
  height: 70px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
}
.landing-slider .splide__pagination::after {
  position: absolute;
  top: -78px;
  left: 50%;
  width: 2px;
  height: 70px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
}
.landing-slider .splide__pagination__page {
  background: transparent !important;
  border: 0;
  border-radius: 0 !important;
  display: inline-block;
  height: unset !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: unset !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.landing-slider .splide__pagination__page.is-active {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}
.landing-slider .splide__pagination__page.is-active::before {
  color: #7C2586;
}
.landing-slider .reservation {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-orientation: sideways;
  margin: 0;
  position: absolute;
  top: 0;
  left: 40px;
  height: 60%;
  z-index: 9;
}
.landing-slider .reservation .icon {
  position: absolute;
  left: -1px;
  top: -60px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.landing-slider .reservation .icon i,
.landing-slider .reservation .icon svg {
  font-size: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}
.landing-slider .reservation .call {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75em;
  margin-top: 15px;
}
.landing-slider .reservation .call span {
  font-size: 17px;
  font-weight: bold;
  color: #7C2586;
  white-space: nowrap;
}

.section-about img {
  width: 100%;
  height: auto;
}

.section-rooms .item {
  position: relative;
  background-color: #000;
  overflow: hidden;
  margin-bottom: 30px;
}
.section-rooms .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: auto;
}
.section-rooms .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 3px;
  line-height: 1.5em;
}
.section-rooms .item .category a {
  color: #fff;
}
.section-rooms .item .con {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: start;
  z-index: 20;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2%, rgba(0, 0, 0, 0.01)), color-stop(90%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
}
.section-rooms .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline;
  text-transform: uppercase;
}
.section-rooms .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}
.section-rooms .item .con .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: auto 0 30px;
}
.section-rooms .item .con .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.section-rooms .item .con .facilities ul li {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding-bottom: 20px;
}
.section-rooms .item .con .facilities ul li i {
  color: #fff;
  font-size: 18px;
}
.section-rooms .item .con .permalink {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
}
.section-rooms .item .con .permalink a {
  color: #fff;
  text-align: start;
}
.section-rooms .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.section-rooms .item:hover .con {
  bottom: 0;
}
.section-rooms .item:hover .line {
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.section-pricing .splide__track {
  padding-bottom: 48px !important;
}
.section-pricing .splide__pagination {
  bottom: 0 !important;
}
.section-pricing .splide__pagination .splide__pagination__page {
  width: 15px !important;
  height: 15px !important;
  margin: 0 3px !important;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid #adadad !important;
  opacity: 1 !important;
}
.section-pricing .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  background-color: #7C2586 !important;
  border-color: transparent !important;
}
.section-pricing .pricing-card {
  margin: 0 10px;
}

.video-wrapper {
  background-image: url(../img/2.jpg);
  position: relative;
  min-height: 500px;
  padding: 120px 0;
  z-index: 1;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
.video-wrapper .vid-btn {
  color: #7C2586;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-wrapper .vid-btn:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-wrapper .vid-btn:hover {
  color: white;
}
.video-wrapper .vid-btn:hover::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.modal-video-wrapper {
  display: none;
}
.modal-video-wrapper.show {
  display: block;
}
.modal-video-wrapper .modal-content {
  position: relative;
}
.modal-video-wrapper .modal-content .video-close {
  position: absolute;
  top: -47px;
  right: 0;
  color: white;
  font-size: 28px;
  background-color: transparent;
}
.modal-video-wrapper .modal-content iframe {
  width: 100%;
  height: 480px !important;
}

.section-facilties .single-facility {
  background: transparent;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  border: 1px solid #f1eeeb;
}
.section-facilties .single-facility svg,
.section-facilties .single-facility i {
  font-size: 45px;
  color: #7C2586;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.section-facilties .single-facility h5 {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}
.section-facilties .single-facility p {
  margin: 0;
  color: #666;
}
.section-facilties .single-facility .facility-shape {
  position: absolute;
  opacity: 0.02;
  z-index: -1;
  bottom: 15px;
  left: 120px;
}
.section-facilties .single-facility .facility-shape svg,
.section-facilties .single-facility .facility-shape i {
  font-size: 140px;
  color: #222;
}

.section-testimonials {
  background-image: url(../img/2.jpg);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-testimonials::before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-testimonials .container {
  position: relative;
  z-index: 2;
}
.section-testimonials .container .testimonials-box {
  position: relative;
  background: transparent;
  padding: 30px;
  margin-bottom: 90px;
}
.section-testimonials .container .head-box h6 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-testimonials .container .head-box h4 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.section-testimonials .container .item {
  margin-bottom: 30px;
  position: relative;
}
.section-testimonials .container .item img {
  width: 100%;
  height: auto;
}
.section-testimonials .container .item .quote {
  position: absolute;
  left: 20px;
  top: 90px;
  width: 70px;
  margin: 0 auto 30px;
  opacity: 0.1;
}
.section-testimonials .container .item p {
  color: #fff;
}
.section-testimonials .container .item .info {
  text-align: start;
  margin: 30px 0 15px 0;
}
.section-testimonials .container .item .info .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: right;
  overflow: hidden;
}
.section-testimonials .container .item .info .cont {
  margin-right: 85px;
}
.section-testimonials .container .item .info span {
  font-size: 12px;
  color: #fff;
  line-height: 1em;
}
.section-testimonials .container .item .info i {
  color: #222;
  font-size: 6px;
}
.section-testimonials .container .item .info h6 {
  font-size: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.section-testimonials .splide__track {
  padding-bottom: 1.5rem !important;
}
.section-testimonials .splide__pagination {
  bottom: 0 !important;
}
.section-testimonials .splide__pagination .splide__pagination__page {
  width: 15px !important;
  height: 15px !important;
  margin: 0 3px !important;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid #adadad !important;
  opacity: 1 !important;
}
.section-testimonials .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  background-color: #7C2586 !important;
  border-color: transparent !important;
}

.section-services .content {
  width: 100%;
  padding: 30px;
}
.section-services .content .cont .info h6 {
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-services .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: #222;
  font-weight: 400;
  line-height: 1.5em;
}
.section-services .img {
  position: relative;
  overflow: hidden;
}
.section-services .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: auto;
}
.section-services .img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.section-news .splide__pagination {
  display: none !important;
}
.section-news .splide__arrow {
  width: 40px !important;
  height: 40px !important;
  line-height: 34px !important;
  background: transparent !important;
  border-radius: 100% !important;
  color: #fff !important;
  font-size: 10px !important;
  cursor: pointer !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-news .splide__arrow svg {
  fill: #fff !important;
}
.section-news .splide__arrow:hover {
  transform: scale(0.9) !important;
  background: transparent !important;
  border: 1px solid #7C2586 !important;
  -webkit-transform: scale(0.9) !important;
  -moz-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  -o-transform: scale(0.9) !important;
}
.section-news .item {
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.section-news .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
  width: 100%;
  height: auto;
  display: block;
}
.section-news .item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.section-news .item .date span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.section-news .item .date i {
  display: block;
  font-size: 24px;
  font-style: normal;
  color: #fff;
}
.section-news .item .con {
  margin: -155px 20px 90px;
  padding: 20px;
  background-color: #f8f5f0 !important;
  border: 1px solid #f8f5f0;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -90px;
  position: relative;
}
.section-news .item .con .category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.section-news .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: #666;
}
.section-news .item .con .category a:last-child {
  margin-right: 0;
}
.section-news .item .con h5, .section-news .item .con h5 a {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}
.section-news .item:hover .con {
  bottom: 0;
}
.section-news .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.section-testimonials-2 {
  background-image: url(../img/2.jpg);
  position: relative;
  padding: 120px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.section-testimonials-2::before {
  opacity: 0.2;
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-testimonials-2 h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.section-testimonials-2 p {
  color: #fff;
}

.section-clients {
  background-color: #fff;
}
.section-clients .splide__pagination {
  display: none !important;
}
.section-clients .box {
  margin: 20px 0;
}
.section-clients .box .clients-logo {
  opacity: 1;
  padding: 0 15px;
  line-height: 0;
}
.section-clients .box .clients-logo img {
  display: block;
  height: auto;
  width: 100%;
}

.butn-light {
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  padding: 12px 20px;
  margin: 0;
  position: relative;
  font-size: 15px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.butn-light::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.butn-light:hover {
  color: black;
}
.butn-light:hover::after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.btn-form1-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  background: #7C2586;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 62.5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.butn-dark {
  position: relative;
  line-height: 1.2em;
}
.butn-dark a {
  font-weight: 400;
  text-transform: uppercase;
  background: #7C2586;
  color: #fff;
  padding: 13px 22px;
  margin: 0;
  position: relative;
  font-size: 15px;
}
.butn-dark a::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #222;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn-dark a:hover::after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-dark a:hover span {
  color: #fff;
}
.butn-dark a span {
  position: relative;
  z-index: 2;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap i, .progress-wrap svg {
  color: #7C2586;
  font-size: 20px;
}

.section-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
}
.section-subtitle span {
  color: #7C2586;
}

.section-title {
  font-size: 45px;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.section-title span {
  color: white;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}

.line {
  width: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin-bottom: 10px;
}

.pricing-card {
  background-color: #f8f5f0;
  margin-bottom: 30px;
}
.pricing-card img {
  width: 100%;
  height: auto;
}
.pricing-card .desc {
  padding: 40px;
}
.pricing-card .desc .name {
  line-height: 1;
  margin: 0;
  font-size: 24px;
  color: #222;
  margin-bottom: 20px;
}
.pricing-card .desc .amount {
  margin: 0;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px;
  color: #aa8453;
}
.pricing-card .desc .amount span {
  font-size: 15px;
  color: #666;
}
.pricing-card .desc .list {
  text-align: start;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.pricing-card .desc .list li {
  position: relative;
  font-size: 15px;
  padding-left: 30px;
}
.pricing-card .desc .list li i, .pricing-card .desc .list li svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  color: #7C2586;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.pricing-card .desc .list li i.unavailable, .pricing-card .desc .list li svg.unavailable {
  color: #666;
}

.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  font-size: 8px;
}

.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.star-rating:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.reservations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reservations .icon {
  position: relative;
  top: 3px;
}
.reservations .icon svg,
.reservations .icon i,
.reservations .icon span {
  font-size: 35px;
  color: #7C2586;
}
.reservations .text {
  margin-left: 20px;
  margin-right: 20px;
}
.reservations .text p {
  font-size: 15px;
  margin: 0;
}
.reservations .text a {
  color: #7C2586;
  font-size: 24px;
}

.element-animate {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
}
.element-animate.element-animate-up {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.element-animate.element-animate-up.animate-active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.element-animate.animate-time-2 {
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
.element-animate.animate-time-3 {
  transition: 700ms;
  -webkit-transition: 700ms;
  -moz-transition: 700ms;
  -ms-transition: 700ms;
  -o-transition: 700ms;
}
.element-animate.animate-time-4 {
  transition: 900ms;
  -webkit-transition: 900ms;
  -moz-transition: 900ms;
  -ms-transition: 900ms;
  -o-transition: 900ms;
}
.element-animate.animate-time-5 {
  transition: 1100ms;
  -webkit-transition: 1100ms;
  -moz-transition: 1100ms;
  -ms-transition: 1100ms;
  -o-transition: 1100ms;
}
.element-animate.animate-time-6 {
  transition: 1300ms;
  -webkit-transition: 1300ms;
  -moz-transition: 1300ms;
  -ms-transition: 1300ms;
  -o-transition: 1300ms;
}

.booking-box {
  position: relative;
  background: #f8f5f0;
  padding: 60px 45px;
  margin-bottom: -75px;
}
@media (max-width: 991px) {
  .booking-box {
    margin-bottom: 90px;
    padding: 35px 20px;
  }
}
.booking-box .head-box h6 {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.booking-box .head-box h4 {
  font-size: 27px;
  font-weight: 400;
  color: #222;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.booking-box .booking-inner {
  position: relative;
  border-radius: 0;
}

.booking-inner {
  position: relative;
  border-radius: 0;
}
.booking-inner .form1 {
  display: block;
  padding: 0;
  position: relative;
}
.booking-inner .form1 .c1 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.booking-inner .form1 .c2 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .booking-inner .form1 .c2 {
    border-right: none;
  }
}
.booking-inner .form1 .c3 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.booking-inner .form1 .col2 {
  float: right;
  width: 14%;
}
@media (max-width: 991.98px) {
  .booking-inner .form1 .col2 {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .booking-inner .form1 .col2 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
}
.booking-inner .form1 .c4 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.booking-inner .form1 .c5 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.booking-inner .form1 .col3 {
  float: right;
  width: 18%;
}
@media (max-width: 991.98px) {
  .booking-inner .form1 .col3 {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .booking-inner .form1 .col3 {
    width: 100%;
    border-right: 0;
  }
}
.booking-inner .form1 .col1 {
  float: right;
  width: 20%;
}
@media (max-width: 991.98px) {
  .booking-inner .form1 .col1 {
    width: 50%;
    border-bottom: 1px solid #ececec;
  }
}
@media (max-width: 767.98px) {
  .booking-inner .form1 .col1 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
}

.main-inp {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #222;
  padding: 20px;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 15px;
  border: none;
  outline: none;
}

.input-group-icon {
  position: relative;
}
.input-group-icon .icon {
  font-size: 15px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #7C2586;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.input-group-icon .main-inp {
  padding-left: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.footer {
  position: relative;
  display: block;
}
.footer .footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer-about-text {
  font-size: 15px;
  color: #adadad;
  margin: 0;
}
.footer .footer-language {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
.footer .footer-language svg,
.footer .footer-language i {
  position: absolute;
  left: 30px;
  top: 17px;
  font-size: 15px;
  opacity: 0.6;
  color: #adadad;
}
.footer .footer-language select {
  width: 160px;
  max-width: 100%;
  padding: 0 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  background: #282828;
  color: #adadad;
  border: 1px solid #282828;
  border-radius: 0px;
}
.footer .footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #adadad;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .footer-explore-list li a::before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #aa8453;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .footer-explore-list li a::before {
  position: absolute;
  top: 55%;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #7C2586;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .footer-explore-list li a:hover {
  padding-right: 15px;
  color: #7C2586;
}
.footer .footer-explore-list li a:hover::before {
  opacity: 1;
}
.footer .footer-contact-info p {
  margin: 0;
}
.footer .footer-contact-phone {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .footer-contact-mail::before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #7C2586;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.footer .footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .footer-about-social-list a + a {
  margin-right: 15px;
}
.footer .footer-top {
  position: relative;
  display: block;
  background-color: #222;
  padding: 90px 0 60px 0;
  z-index: 1;
}
.footer .footer-top .footer-column {
  margin-bottom: 30px;
}
.footer .footer-bottom {
  position: relative;
  display: block;
  background-color: #1e1e1e;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 32px 0;
}
.footer .footer-bottom .footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}
.footer .footer-bottom .footer-bottom-inner .footer-bottom-copy-right {
  font-size: 12px;
  color: #adadad;
  margin: 0;
}
.footer .footer-bottom .footer-bottom-inner .footer-bottom-copy-right a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.section-padding {
  padding: 120px 0;
}

.bg-color {
  background-color: #f5f0f8;
}

.bg-color-2 {
  background-color: #222;
}

.color-2 {
  color: #adadad;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.position-re {
  position: relative;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.op-0 {
  opacity: 0;
}

.o-x-hidden {
  overflow-x: hidden;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}