@charset "UTF-8";
@font-face {
  font-family: "light";
  src: url(../Fonts/montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "medium";
  src: url(../Fonts/montserrat/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/montserrat/Montserrat-Bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: ltr;
  text-decoration: none;
  font-family: 'light';
}

::-moz-selection {
  background-color: #ECC500;
  color: #fff;
}

::selection {
  background-color: #ECC500;
  color: #fff;
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: "bold";
}

h4, h5, h6 {
  font-family: "medium";
}

p {
  font-size: 12px;
  font-family: 'light';
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.datepicker td, .datepicker th {
  font-size: 12px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #ECC500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ECC500), to(#ffd70d));
  background-image: linear-gradient(to bottom, #ECC500, #ffd70d);
}

form .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #ECC500;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(-135deg, #ECC500, #ffd70d);
  color: #000;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/***************************** Mixins  *****************************/
/*button mixin*/
/***************************** Animations *****************************/
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
@keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale3d(0.5, 0.5, 0.5);
            transform: rotate(0deg) scale3d(0.5, 0.5, 0.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale3d(1, 1, 1);
            transform: rotate(360deg) scale3d(1, 1, 1);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale3d(0.5, 0.5, 0.5);
            transform: rotate(0deg) scale3d(0.5, 0.5, 0.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale3d(1, 1, 1);
            transform: rotate(360deg) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes dancing-circles {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #333;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #f5e38b;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #857524;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #756205;
  }
}

@keyframes dancing-circles {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #333;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #f5e38b;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #857524;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #756205;
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-container .top-nav {
  padding: 15px 0px;
}

.navs-container .top-nav .links {
  position: relative;
  top: 6px;
}

.navs-container .top-nav .links a {
  color: #1A1818;
  font-size: 10px;
  padding-right: 15px;
  margin-right: 25px;
  position: relative;
}

.navs-container .top-nav .links a img {
  margin-right: 8px;
}

.navs-container .top-nav .links a::after {
  content: '|';
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ddd;
  right: 0;
  font-size: 18px;
}

.navs-container .top-nav .links a:hover {
  color: #ECC500;
}

.navs-container .top-nav .links a:last-child::after {
  display: none;
}

.navs-container .top-nav .language-wrapper {
  position: relative;
  top: 6px;
}

.navs-container .top-nav .language-wrapper a {
  color: #ccc;
  font-size: 11px;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.navs-container .top-nav .language-wrapper a.active {
  color: #1A1818;
}

.navs-container .top-nav .language-wrapper a:hover {
  color: #ECC500;
}

.navs-container .top-nav .language-wrapper a::after {
  content: '|';
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ddd;
  right: 0;
  font-size: 18px;
}

.navs-container .top-nav .language-wrapper a:last-child::after {
  display: none;
}

.navs-container .top-nav .book-btn {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #ECC500;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'regular';
  position: relative;
}

.navs-container .top-nav .book-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #333333;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.navs-container .top-nav .book-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #333333;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.navs-container .top-nav .book-btn:hover {
  color: #ECC500 !important;
  background-color: transparent;
  color: #000;
}

.navs-container .top-nav .book-btn:hover i {
  -webkit-animation: translateX .5s linear infinite;
          animation: translateX .5s linear infinite;
}

.navs-container .top-nav .book-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.navs-container .top-nav .book-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.navs-container .navbar {
  background-color: #272727;
  padding: 1.5rem 1rem;
}

.navs-container .navbar .navbar-brand img {
  width: 227px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  color: #D2D2D2;
  position: relative;
  margin: 0px 10px;
  text-align: center;
  font-size: 14px;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #ECC500;
  position: relative;
  display: block;
  left: 0;
  top: 10px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navs-container .navbar .nav-link.active, .navs-container .navbar .nav-link:hover {
  color: #fff;
  font-weight: bold;
}

.navs-container .navbar .nav-link.active::after, .navs-container .navbar .nav-link:hover::after {
  opacity: 1;
  width: 35px;
}

.navs-container .navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #ECC500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #ECC500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

footer {
  padding-top: 70px;
  background: linear-gradient(130deg, #202020, #161616);
}

footer .content {
  margin-bottom: 30px;
}

footer .content .logo {
  width: 105px;
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .content p {
  color: #ccc;
  line-height: 1.5rem;
}

footer .content a {
  color: #ccc;
  font-size: 13px;
}

footer .content a:hover {
  color: #ECC500;
  font-weight: bold;
}

footer .content h6 {
  color: #fff;
  margin-bottom: 2rem;
}

footer .content .icons a {
  margin: 0px 8px;
}

footer .content .links a {
  display: block;
  margin: 13px 0px;
}

footer .content .circles-wrapper {
  width: 50px;
  height: 50px;
  background-color: #ECC500;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}

footer .content .circles-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: red;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation-name: dancing-circles;
          animation-name: dancing-circles;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

footer .content .circles-wrapper:hover::before {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

footer .content .circles-wrapper .cut {
  width: 60%;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 226, 4, 0.877);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 15px #ECC504;
          box-shadow: 0 0 15px #ECC504;
}

footer .content .circles-wrapper .circle-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: red;
  width: 100%;
}

footer .content .contact-card {
  background-color: #fff;
  border-radius: 5px;
  padding: 2.375rem 1.375rem;
  position: relative;
}

footer .content .contact-card::after {
  content: '▲';
  position: absolute;
  color: #fff;
  top: -30px;
  left: 13px;
  font-size: 35px;
}

footer .content .contact-card .item {
  margin-bottom: 20px;
}

footer .content .contact-card .item:last-child {
  margin-bottom: 0;
}

footer .content .contact-card .item a {
  color: #333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .content .contact-card .item a img {
  margin-right: 8px;
}

footer .copyright {
  padding: 20px 0px;
  background-color: #292929;
}

footer .copyright p {
  color: #fff;
  margin-bottom: 0;
}

/***************************** Start Edit Home Page *****************************/
header {
  background: url(../images/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 150px 0px;
  position: relative;
  background-position: center bottom;
}

header::after {
  content: '';
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}

header .swiper-container .swiper-slide .links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .swiper-container .swiper-slide .links span {
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-right: 35px;
}

header .swiper-container .swiper-slide .links span::after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 12px;
  right: -33px;
}

header .swiper-container .swiper-slide .links a {
  color: #eee;
  margin: 0px 8px;
}

header .swiper-container .swiper-slide .links a:hover {
  color: #ECC500;
}

header .swiper-container .swiper-slide .header-text {
  margin: 5rem 0rem 10rem 0rem;
}

header .swiper-container .swiper-slide .header-text h2 {
  color: #fff;
  font-family: 'medium';
  font-size: 3rem;
}

header .swiper-container .swiper-slide .header-text h2 b {
  color: #ECC500;
  font-family: 'bold';
}

header .swiper-container .swiper-slide .header-text p {
  color: #eee;
  font-size: 15px;
  font-family: 'regular';
}

header .swiper-container .swiper-slide .header-text a {
  color: #ECC500;
  font-family: 'medium';
}

header .swiper-container .swiper-button-next, header .swiper-container .swiper-button-prev {
  top: unset;
  bottom: 0px;
  background-size: 15px 15px;
  -webkit-filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(155deg) brightness(102%) contrast(106%);
          filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(155deg) brightness(102%) contrast(106%);
}

header .swiper-container .swiper-button-next:hover, header .swiper-container .swiper-button-prev:hover {
  -webkit-filter: invert(73%) sepia(58%) saturate(1432%) hue-rotate(6deg) brightness(210%) contrast(101%);
          filter: invert(73%) sepia(58%) saturate(1432%) hue-rotate(6deg) brightness(210%) contrast(101%);
}

header .swiper-container .swiper-pagination {
  color: #fff;
  position: absolute;
  text-align: right;
  bottom: 8px;
  font-family: 'medium';
  right: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: unset;
}

header .swiper-container .swiper-button-prev, header .swiper-container .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 90px;
}

header .booking-details {
  width: 90%;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 4px 0px #ddd;
          box-shadow: 0px 3px 4px 0px #ddd;
  bottom: 0;
  left: 0;
  padding: 1.375rem 3.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .booking-details .form-group {
  position: relative;
  margin-top: 20px;
  display: inline-block;
}

header .booking-details .form-group .form-control {
  width: 170px;
  padding-left: 35px;
  height: 35px;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
}

header .booking-details .form-group .form-control:focus {
  border-bottom: 1px solid #ECC500;
}

header .booking-details .form-group .form-control.first {
  border-right: 1px solid #ddd;
}

header .booking-details .form-group .form-control.beds {
  width: 250px;
}

header .booking-details .form-group .calendar-butn {
  background-color: transparent;
  border: none;
}

header .booking-details .form-group .icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .booking-details .submit-btn {
  width: 150px;
  height: 142.2px;
  background-color: #ECC500;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ECC500;
}

section .text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 50px;
}

section .text h2 {
  font-family: 'medium';
}

section .text i {
  color: #ECC500;
  position: absolute;
  right: -90px;
  top: 17px;
}

.best-rooms {
  padding: 70px 0px;
}

.best-rooms .rooms-carousel.owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 6px;
  margin: 40px 7px 0px 7px;
  background-color: #f1f1f1;
}

.best-rooms .rooms-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #ECC500;
}

.best-rooms .rooms-carousel .card {
  border: none;
}

.best-rooms .rooms-carousel .card .image-content {
  width: 100%;
  height: 250px;
  border-bottom: 5px solid #ECC500;
}

.best-rooms .rooms-carousel .card .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.best-rooms .rooms-carousel .card .card-body {
  background-color: #26252A;
  position: relative;
}

.best-rooms .rooms-carousel .card .card-body h5 {
  color: #fff;
  font-family: 'regular';
  margin-bottom: 1.5rem;
}

.best-rooms .rooms-carousel .card .card-body a {
  color: #ECC500;
}

.best-rooms .rooms-carousel .card .card-body .price {
  position: absolute;
  text-align: center;
  right: 25px;
  top: 28px;
  color: #fff;
}

.best-rooms .rooms-carousel .card .card-body .price b {
  font-family: 'regular';
  font-size: 25px;
}

.about {
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
}

.about .image-content {
  position: relative;
  width: 100%;
  height: 450px;
}

.about .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .image-content::after {
  content: '';
  position: absolute;
  width: 10%;
  height: 10%;
  border: 10px solid #ECC500;
  top: -10px;
  right: -10px;
  border-left: none;
  border-bottom: none;
  z-index: 99;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.about .image-content .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.about .image-content:hover::after {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(236, 197, 0, 0.4);
}

.about .image-content:hover .play-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #ECC500;
}

.about .text-content {
  padding: 40px;
}

.about .text-content h4 {
  color: #707070;
  font-family: 'regular';
  position: relative;
  opacity: .5;
}

.about .text-content h4::after {
  content: '';
  width: 90px;
  height: 2px;
  background-color: #707070;
  position: absolute;
  display: block;
  left: 130px;
  top: 18px;
  opacity: .5;
  pointer-events: none;
}

.about .text-content h3 {
  font-family: 'regular';
  color: #666;
  margin: 1.5rem 0rem;
  font-size: 2.5vw;
}

.about .text-content p {
  color: #2C3E50;
  font-size: 13px;
  font-family: 'regular';
  line-height: 1.8rem;
}

.about .text-content .more-btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  display: block;
  text-align: center;
  background-color: #ECC500;
  position: relative;
}

.about .text-content .more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #333333;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.about .text-content .more-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #333333;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.about .text-content .more-btn:hover {
  color: #ECC500 !important;
  background-color: transparent;
  color: #000;
}

.about .text-content .more-btn:hover i {
  -webkit-animation: translateX .5s linear infinite;
          animation: translateX .5s linear infinite;
}

.about .text-content .more-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.about .text-content .more-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.about .logo-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.gallery {
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
}

.gallery .gallery-carousel.owl-theme {
  position: relative;
}

.gallery .gallery-carousel.owl-theme .owl-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.gallery .gallery-carousel.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #0D0C0C;
  font-size: 18px;
  color: #fff;
}

.gallery .gallery-carousel.owl-theme .owl-nav button:hover {
  background-color: #ECC500;
}

.gallery .gallery-carousel.owl-theme .owl-nav .owl-next {
  margin-right: -25px;
}

.gallery .gallery-carousel.owl-theme .owl-nav .owl-prev {
  margin-left: -25px;
}

.gallery .gallery-carousel .card .image-content {
  width: 100%;
  height: 250px;
  position: relative;
}

.gallery .gallery-carousel .card .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery .gallery-carousel .card .image-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: #333;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.gallery .gallery-carousel .card .image-content .right-line {
  width: 50px;
  height: 2px;
  background-color: #ECC500;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  margin-left: -250px;
  -webkit-transition: .5s;
  transition: .5s;
}

.gallery .gallery-carousel .card .image-content .middle-line {
  width: 2px;
  height: 50px;
  background-color: #ECC500;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  margin-top: -250px;
  -webkit-transition: .5s;
  transition: .5s;
}

.gallery .gallery-carousel .card .card-body {
  padding: 2rem 1.25rem;
}

.gallery .gallery-carousel .card:hover {
  -webkit-box-shadow: 0px 3px 14px 0px #ddd;
          box-shadow: 0px 3px 14px 0px #ddd;
}

.gallery .gallery-carousel .card:hover .image-content::after {
  opacity: .5;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery .gallery-carousel .card:hover .image-content .right-line {
  opacity: 1;
  margin-left: 0px;
}

.gallery .gallery-carousel .card:hover .image-content .middle-line {
  opacity: 1;
  margin-top: 0px;
}

.gallery .gallery-carousel .card:hover .card-body h6 {
  color: #ECC500;
}

.gallery .circle {
  width: 100px;
  height: 100px;
  background-color: #ECC500;
  position: absolute;
  bottom: 50px;
  left: -10px;
  border-radius: 50%;
  opacity: 1;
  pointer-events: none;
  -webkit-animation: scaling 2s alternate infinite;
          animation: scaling 2s alternate infinite;
}

.gallery .after-circle {
  content: '';
  position: absolute;
  bottom: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #ECC500;
  opacity: .8;
  pointer-events: none;
  -webkit-animation: spinner 1s alternate infinite;
          animation: spinner 1s alternate infinite;
  left: -50px;
}

.amenities {
  padding: 70px 0px;
  background: linear-gradient(130deg, #333, #202020);
}

.amenities .text h2 {
  color: #fff;
}

.amenities .card {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  height: 270px;
  background-color: transparent;
  border-radius: 10px;
}

.amenities .card .front {
  width: 100%;
  height: 100%;
  padding: 2.375rem 1.5rem;
  background-color: #fff;
  position: absolute;
  -webkit-transform: perspective(600px) rotateY(0deg);
          transform: perspective(600px) rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* cant see the backside elements as theyre turning around */
  -webkit-transition: -webkit-transform .5s linear 0s;
  transition: -webkit-transform .5s linear 0s;
  transition: transform .5s linear 0s;
  transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
  border-radius: 10px;
}

.amenities .card .front .icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px auto 15px auto;
}

.amenities .card .front p {
  color: #2C3E50;
  line-height: 1.8rem;
  font-family: 'regular';
  margin-bottom: 0;
}

.amenities .card .back {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: perspective(600px) rotateY(180deg);
          transform: perspective(600px) rotateY(180deg);
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* cant see the backside elements as theyre turning around */
  -webkit-transition: -webkit-transform .5s linear 0s;
  transition: -webkit-transform .5s linear 0s;
  transition: transform .5s linear 0s;
  transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
}

.amenities .card .back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.amenities .card:hover .front {
  -webkit-transform: perspective(600px) rotateY(-180deg);
          transform: perspective(600px) rotateY(-180deg);
}

.amenities .card:hover .back {
  -webkit-transform: perspective(600px) rotateY(0deg);
          transform: perspective(600px) rotateY(0deg);
}

.newsletter {
  padding: 70px 0px;
}

.newsletter .text {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}

.newsletter .text h2 {
  font-family: 'bold';
}

.newsletter .form-group {
  margin-top: 50px;
  position: relative;
}

.newsletter .form-group .submit-btn {
  width: 150px;
  height: 50px;
  background-color: #ECC500;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ECC500;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.newsletter .form-group .submit-btn:hover {
  color: #ECC500 !important;
  background-color: #333;
}

.newsletter .form-group .form-control {
  height: 55px;
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */