:root {
  --primary-color: #214c3b;
  --secondary-color: #c8ad83;
  --light-color: #f8f9fa;
  --dark-color: #333;
}
html,
body {
  font-family: "DB Heavent", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1;
  color: var(--dark-color);
  overflow-x: hidden;
  background: #fff;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
a {
  color: #0C5D9D;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.c-g {
  color: #34C759 !important;
}
.c-r {
  color: red !important;
}
.mobile-show {
  display: none;
}
@media (max-width: 992px) {
  .mobile-show {
    display: block;
  }
}
.mobile-hide {
  display: block;
}
@media (max-width: 992px) {
  .mobile-hide {
    display: none;
  }
}
.btn {
  line-height: 1;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-primary {
  background: #004C97 !important;
  border-color: #004C97 !important;
}
.btn-secondary {
  background: #DFE3E7 !important;
  border-color: #DFE3E7 !important;
  color: #004C97 !important;
}
.btn-primary {
  background-color: var(--primary-color);
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 5px;
}
.btn-outline-primary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.5rem 2rem;
  border-radius: 5px;
}
.btn-secondary {
  background-color: var(--secondary-color);
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 5px;
}
.container {
  position: relative;
}
#header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background: transparent;
  padding-top: 100px;
  padding-bottom: 10px;
  transition: background 0.5s;
  transition-property: height, background, transform;
  z-index: -1;
}
#header a {
  display: block;
  padding-top: 10px;
}
#header .logo svg {
  fill: #aa8e65;
  height: 100px;
  transition: height 0.5s;
}
#header .col2 {
  text-align: right;
}
#header .col2 i {
  color: #fff;
  font-size: 39px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
#header .btn {
  display: inline-block;
  font-size: 22px;
  background: #214c3b;
  color: #fff;
}
#header .main-action {
  display: block;
}
#header .main-action h5 {
  font-size: 46px;
  color: #aa8e65;
}
#header .sticky-action {
  display: none !important;
}
#header.active {
  padding-top: 10px;
  background: #aa8e65;
  z-index: 999;
}
#header.active .logo svg {
  fill: #fff;
  height: 60px;
}
#header.active .main-action {
  display: none;
}
#header.active .sticky-action {
  display: flex !important;
}
#header.active .logo {
  display: block;
}
.header-page {
  visibility: unset !important;
  position: relative !important;
  z-index: 999;
  background: #aa8e65 !important;
}
.hero-section {
  height: auto;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-section {
    height: auto;
  }
}
.hero-section .logo {
  max-width: 80px;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hero-section .bg-video {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  height: auto;
  width: 100%;
  object-fit: fill;
}
.hero-section .hero-header {
  position: absolute;
  top: 10%;
  min-width: 100%;
  z-index: 1;
}
.hero-section .hero-header svg {
  width: 80px;
}
.hero-section .hero-header h5 {
  text-align: right;
  font-size: 32px;
  color: #214c3b;
  font-weight: normal;
}
.hero-section .hero-tagline {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
}
.hero-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #f8e3c433;
  margin-bottom: 40px;
}
.hero-content h1 {
  font-size: 38px;
  font-weight: 400;
}
.hero-content h5 {
  font-size: 38px;
  font-weight: 400;
  margin: 0;
}
.hero-content p {
  font-size: 38px;
  font-weight: 400;
}
.hero-content .btn {
  font-size: 28px;
  background: #aa8e65;
  color: #fff;
}
.hero-content .col-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 32px;
  }
  .hero-content h5,
  .hero-content p {
    font-size: 32px;
  }
  .hero-content .btn {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-content h5,
  .hero-content p {
    font-size: 24px;
  }
  .hero-content .btn {
    font-size: 22px;
  }
}
.services-section {
  background-color: #214c3b;
  color: white;
  padding-top: 40px;
}
.services-section svg {
  fill: #aa8e65;
  height: 150px;
}
.services-section .col1 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  color: #fff;
}
.services-section .col1 img {
  height: 150px;
  margin-top: 40px;
}
.services-section .col2 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #214c3b;
}
@media (max-width: 768px) {
  .services-section .col2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services-item {
  color: #fff;
  margin-bottom: 4px;
}
.services-item .icon img {
  margin-top: 0;
  height: 20px;
}
.services-item .desc {
  font-size: 18px;
  margin-left: 10px;
}
.service-card {
  overflow: hidden;
  height: 100%;
  max-width: 250px;
  margin: 0 auto;
  color: #fff;
}
.service-card .wrap-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.service-card .wrap-img h5 {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 20px;
  font-size: 44px;
  line-height: 0.8;
  font-weight: 300;
}
.service-card .img {
  overflow: hidden;
  width: 640px;
  height: 400px;
  transform: translate(-240px, 0px);
  transform-origin: 0px 0px;
}
.service-card .img img {
  width: 100%;
}
.service-card p {
  font-size: 22px;
  min-height: 100px;
  line-height: 1.1;
}
.service-card .btn {
  background: #aa8e65;
  color: #fff;
  font-size: 22px;
  width: 100%;
  max-width: 250px;
}
.essence-section {
  background-color: #214c3b;
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  color: #fff;
}
.essence-section .bg {
  position: absolute;
  top: -680px;
  left: -100px;
  right: 0;
  z-index: 1;
  opacity: 0.1;
  overflow: hidden;
}
.essence-section .bg img {
  width: 2500px;
}
.essence-section h2 {
  font-size: 64px;
  line-height: 0.8;
  color: #aa8e65;
}
.essence-section h4 {
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .essence-section h2 {
    font-size: 42px;
    line-height: 0.8;
  }
  .essence-section h4 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.essence-section .essence-card {
  position: relative;
  z-index: 99;
  text-align: center;
  overflow: hidden;
}
.essence-section .essence-card .wrap-img {
  position: relative;
  border-radius: 20px;
  max-width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}
.essence-section .essence-card .wrap-img h5 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.essence-section .essence-card .wrap-img .img {
  overflow: hidden;
  width: 600px;
  height: 300px;
  transform: translate(-120px, 0);
  transform-origin: 0px 0px;
}
.essence-section .essence-card .wrap-img .img img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.essence-section .essence-card .desc {
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 290px;
  margin: 0 auto;
  margin-top: 40px;
}
.journal-section {
  position: relative;
  background-color: #214c3b;
  padding-bottom: 80px;
  color: #aa8e65;
  min-height: 300px;
}
.journal-section .journal-card {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  max-width: 335px;
}
.journal-section .journal-card a {
  color: #aa8e65;
}
.journal-section .journal-card h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.journal-section .journal-card p {
  font-size: 22px;
}
.journal-section .journal-card .journal-img {
  height: auto;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.journal-section .journal-card .wrap-img {
  position: relative;
  border-radius: 20px;
  height: 195px;
  overflow: hidden;
  margin: 0 auto;
}
.journal-section .journal-card .wrap-img .img {
  overflow: hidden;
  height: 195px;
}
.journal-section .journal-card .wrap-img .img img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.journal-section .col1 {
  position: relative;
}
@media (max-width: 768px) {
  .journal-section h2 {
    text-align: center;
  }
}
.journal-section .action {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .journal-section .action {
    text-align: center;
  }
}
.journal-section .action .btn {
  background: #aa8e65;
  color: #fff;
  font-size: 22px;
  min-width: 200px;
}
.page-journal-section .journal-card .wrap-img {
  position: relative;
  border-radius: 20px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
}
.page-journal-section .journal-card .wrap-img .img {
  overflow: hidden;
  height: 250px;
}
.page-journal-section .journal-card .wrap-img .img img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.pages .journal-section {
  background: #fff;
}
.coming-soon {
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center;
  font-size: 72px;
  color: #214c3b;
}
.article-view {
  padding-top: 50px;
  border-bottom: solid 1px #eee;
  color: #214c3b;
  min-height: 800px;
}
.article-view .title {
  margin-bottom: 20px;
}
.article-view .title p {
  font-size: 14px;
}
.article-view .title h1 {
  margin-top: -10px;
  font-size: 32px;
}
.article-view .content .img img {
  width: 100%;
  border-radius: 12px;
}
.contact-section {
  background-image: url('../../images/n3.png');
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  position: relative;
  color: #214c3b;
}
.contact-section .logo {
  text-align: center;
  position: relative;
  z-index: 99;
  margin-bottom: 40px;
}
.contact-section .logo svg {
  height: 60px;
  fill: #214c3b;
}
.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
}
.contact-section .contact-card {
  position: relative;
  z-index: 99;
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.contact-section .contact-card .img {
  border-radius: 20px;
  overflow: hidden;
  text-align: right;
  height: 460px;
}
.contact-section .contact-card .img img {
  transform: translate(-195px, 0);
  transform-origin: 0px 0px;
  width: auto;
  max-width: none !important;
  height: 100%;
}
.contact-section .btn {
  background: #214c3b;
  min-width: 200px;
  color: #fff;
  margin-bottom: 20px;
}
.contact-section .contact-info {
  position: relative;
  z-index: 99;
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
  color: #214c3b;
  width: 100%;
  margin-top: 20px;
}
.contact-section .contact-info h5 {
  font-size: 32px;
}
.booking-section {
  background-color: var(--secondary-color);
  padding-top: 20px;
  padding-bottom: 40px;
}
.booking-section .logo {
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}
.booking-section .logo svg {
  height: 50px;
  fill: #214c3b;
}
.booking-section .booking-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.booking-section .booking-card .img {
  border-radius: 20px;
  overflow: hidden;
  text-align: right;
  max-height: 520px;
}
.booking-section .booking-card .img img {
  margin-top: -100px;
  width: 100%;
  object-fit: cover;
}
.booking-section .booking-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}
.booking-section .booking-text h2 {
  font-size: 64px;
  color: #214c3b;
}
.booking-section .booking-text p {
  font-size: 30px;
  color: #214c3b;
}
.booking-section .booking-text .btn {
  min-width: 250px;
  background: #214c3b;
  color: #fff;
  font-size: 22px;
  padding-top: 8px;
}
.form-control {
  border-radius: 0;
  border: 1px solid #ddd;
}
footer {
  background-color: #214c3b;
  padding: 2rem 0;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a i {
  color: #fff;
}
footer a:hover,
footer a:focus,
footer a:active {
  text-decoration: underline;
}
footer .icon {
  height: 25px;
}
footer h5 {
  font-size: 30px;
}
footer p {
  margin-bottom: 2px;
}
footer .footer-desc {
  min-height: 100px;
}
footer .list-item {
  margin-bottom: 4px;
}
footer .list-item i {
  font-size: 18px;
}
footer .list-item .img {
  width: 30px;
  text-align: center;
}
.footer-desc-mobile .logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer-desc-mobile .logo svg {
  fill: #fff !important;
  height: 80px;
}
.footer-desc-mobile .footer-icon a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}
.footer-desc-mobile .footer-icon a img {
  margin-top: -7px;
}
.contact-section .row {
  position: relative;
}
.check-list li {
  margin-bottom: 0.5rem;
}
.check-icon {
  color: var(--primary-color);
  margin-right: 0.5rem;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .item {
  padding-left: 8px;
  padding-right: 8px;
}
.owl-theme .owl-nav button {
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: #214c3b !important;
  border-radius: 50% !important;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  top: 40%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 43px !important;
  text-align: center;
}
.owl-theme .owl-nav button:hover {
  background-color: #fff !important;
}
.owl-theme .owl-nav button.owl-next {
  font-size: 32px !important;
  padding: 0!important;
  right: 0px;
}
.owl-theme .owl-nav button.owl-prev {
  font-size: 32px !important;
  padding: 0!important;
  left: 0px;
}
.page-accomodation .page-heading {
  position: relative;
}
.page-accomodation .page-heading .header-image {
  width: 100%;
  object-fit: cover;
  position: relative;
}
.page-accomodation .page-heading .header-text {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 40px;
  left: 0;
  right: 0;
  text-align: right;
  color: #214c3b !important;
  font-size: 72px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1400px) {
  .page-accomodation .page-heading .header-text {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  .page-accomodation .page-heading .header-text {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  .page-accomodation .page-heading .header-text {
    top: 20px;
    font-size: 24px;
  }
}
.page-accomodation .accommodation-section {
  padding: 40px 0;
  background-color: #fff;
}
.page-accomodation .green-bg {
  background-color: #2d5744;
  color: white;
  padding: 30px 0;
}
.page-accomodation .section {
  width: 100%;
}
.page-accomodation .section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 100px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-accomodation .section-title {
    font-size: 72px;
    line-height: 0.8;
  }
}
.page-accomodation .property-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.page-accomodation .features {
  padding-left: 20px;
}
.page-accomodation .features-title {
  font-size: 48px;
  line-height: 0.8;
}
.page-accomodation .features-list {
  list-style-type: none;
  padding-left: 0px;
  font-size: 32px;
}
.page-accomodation .features-list li:before {
  content: "•";
  margin-right: 10px;
  color: #fff;
}
.page-accomodation .price-tag-container {
  position: relative;
  width: 380px;
  height: 110px;
  margin-top: 20px;
}
.page-accomodation .price-tag-container .price-tag {
  position: relative;
  background-color: #a18e67;
  /* Bronze/gold color */

  color: white;
  width: 380px;
  height: 110px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.page-accomodation .price-tag-container .price-tag:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-right: 30px solid #a18e67;
}
.page-accomodation .price-tag-container .price-title {
  font-size: 32px;
  margin-bottom: 5px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 5px;
}
.page-accomodation .price-tag-container .price-amount {
  font-size: 72px;
  padding-left: 40px;
  line-height: 0.8;
  margin: 0;
  margin-top: -10px;
}
.page-accomodation .i-text {
  font-style: italic;
  font-size: 48px;
  color: #aa8e65;
  margin-top: 40px;
  margin-bottom: 100px;
}
.page-accomodation .small-images-row img {
  width: 100%;
  object-fit: cover;
}
.page-accomodation .small-images-row .small-caption {
  font-size: 32px;
  text-align: center;
  color: #fff;
  background: #aa8e65;
  padding: 15px;
}
.page-accomodation .hr {
  height: 4px;
  background: linear-gradient(to right, #ad916a, #d9d9d8);
  margin-top: 20px;
}
.page-accomodation .cream-bg {
  background: linear-gradient(to right, #ad916a, #c2c2bd);
  padding: 40px 0;
  color: #214c3b;
}
.page-accomodation .cream-bg .i-text {
  color: #214c3b;
  margin-bottom: 60px;
}
.page-accomodation .cream-bg .small-images-row .small-caption {
  color: #fff !important;
  background: #214c3b;
}
.page-accomodation .cream-bg .price-tag {
  background: #214c3b !important;
}
.page-accomodation .cream-bg .price-tag:before {
  border-right: 30px solid #214c3b;
}
.page-accomodation .cream-bg .features-list li:before {
  color: #214c3b !important;
}
.page-accomodation .light-bg {
  padding: 40px 0;
  color: #214c3b;
}
.page-accomodation .light-bg .i-text {
  color: #214c3b;
  margin-bottom: 60px;
}
.page-accomodation .light-bg .small-images-row .small-caption {
  color: #214c3b !important;
  background: transparent !important;
}
.page-accomodation .light-bg .price-tag {
  background: #214c3b !important;
}
.page-accomodation .light-bg .price-tag:before {
  border-right: 30px solid #214c3b;
}
.page-accomodation .light-bg .features-list li:before {
  color: #214c3b !important;
}
.page-accomodation .light-bg {
  background-color: #f5f5f5;
  padding: 40px 0;
}
