/*================================================
            BASE CSS
==================================================*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Poppins:wght@300;400;500;700&family=DM+Sans:ital,wght@0,400;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');


@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1500px) {
  .container-fluid {
    max-width: 1480px;
  }
}

html,
body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}
a:focus {
  outline: 0 solid;
}
img {
  height: auto;
}
a {
  transition: 0.4s;
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
address {
  margin: 0;
}
ul {
  list-style: none;
  color: #777;
}
a:hover {
  text-decoration: none;
}

/*================================================
             HEADER SECTION
==================================================*/
.header .navbar {
  padding: 0 !important;
}
.header .navbar-nav {
  align-items: center;
}
.header .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  padding: 25px 10px;
  position: relative;
}
.header .navbar-nav .nav-item .nav-link::after {
  content: '';
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 12px;
  bottom: 20px;
  transition: .4s;
}
.header .navbar-nav .nav-item:last-child .nav-link::after {
  content: unset;
}
.header .navbar-nav .nav-item:nth-last-child(2) .nav-link::after {
  content: unset;
}
.header .navbar-nav .nav-item .nav-link:hover::after {
  width: 80%;
}
.nav-button a {
  background: transparent;
  padding: 10px 20px !important;
  color: #fff !important;
  border: 1px solid #fff;
  transition: .4s;
  margin-left: 30px;
}
.nav-button:hover a {
  background: #1f686a;
  border: 1px solid #1f686a;
  color: #fff !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 0;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.dropdown-icon {
  position: absolute;
  width: 21px;
  top: 27px;
}
.header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.header.sticky-header .navbar-nav .nav-item .nav-link {
  color: #000;
}
.header.sticky-header .navbar-nav .nav-item .nav-link::after {
  background: #000;
}
.header.sticky-header .nav-button a {
  background: #1f686a;
  padding: 10px 20px !important;
  color: #fff !important;
  border: 1px solid #fff;
}


/*================================================
             SLIDER SECTION
==================================================*/
.slider-section .slider {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.slider-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  padding: 70px 0;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
.carousel-single-item .owl-controls {
  text-align: center;
}
.slider-section .title {
  margin-bottom: 10px;
}
.slider-section .title h2 {
  font-size: 135px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.slider-section .title h3 {
  font-size: 135px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
      letter-spacing: 4px;
    text-transform: capitalize;
    margin-top: -35px;
}
.slider-section .title p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  line-height: 28px;
  padding-right: 125px;
}
.slider-btn {
  font-size: 17px;
  padding: 10px 15px;
  font-weight: 500;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
}
.slider-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  z-index: -1;
}
.slider-btn:hover::before {
  width: 100%;
  height: 100%;
}
.slider-btn:hover {
  color: #000;
}
.slider-section {
  position: relative;
}
.half-slider-text {
  display: flex;
  gap: 20px;
}
.half-slider-text .half-slider-text-first {
  width: 50%;
}
.half-slider-text .half-slider-text-two {
  width: 50%;
}
a.navbar-brand img {
  width: 160px;
}

/*================================================
             SERVICES SECTION
==================================================*/
.service-section {
  text-align: center;
  padding: 100px 0;
  background-position: center;
  background: #f1f9f9;
  margin-top: -35px;
}
.service-section h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7a8c7a;
  margin-bottom: 10px;
}
.service-section h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 60px;
  color: #395846;
}
.service-box {
  background: transparent;
  border-radius: 15px;
  padding: 40px 25px;
  transition: all 0.4s ease;
  position: relative;
}
.service-icon {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 25px;
  stroke: #395846;
  stroke-width: 1.5;
}
.service-box h4 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #395846;
  font-weight: 700;
}
.service-box p {
  color: #6b776d;
  font-size: 15px;
  margin-bottom: 20px;
}
.service-section .owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(29%) sepia(21%) saturate(356%) hue-rotate(124deg) brightness(95%) contrast(90%);
}
.service-box svg {
  width: 20px;
  height: 20px;
  fill: #7a8c7a;
  margin-left: -90px;
  transition: 0.6s;
}
.service-item:hover svg {
  margin-left: 0px;
}
a.service-btn {
  margin-right: 8px;
  font-size: 16px;
  color: #395846;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: opacity 0.5s, transform 0.5s;
}
.service-item:hover a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.service-wrapper {
  display: inline-flex;
  align-items: center;
}

/*================================================
             ABOUT SECTION
==================================================*/
.about-section {
  padding: 100px 0;
}
.about-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-text span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  color: #395846;
  display: block;
  margin-bottom: 10px;
}
.about-text h2 {
  font-size: 55px;
  line-height: 55px;
  text-transform: capitalize;
  font-weight: 700;
  color: #395846;
  margin-bottom: 20px;
}
.about-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #5f6f5f;
  margin-bottom: 25px;
}
.about-text a {
  display: inline-block;
  font-weight: 600;
  color: #395846;
  text-transform: capitalize;
  padding-bottom: 4px;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}
.about-text a::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #395846;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
}
.about-text a:hover::after {
  width: 0%;
  background: #1b2d22;
}
.about-text a:hover {
  color: #1b2d22;
  border-color: #1b2d22;
}

/*================================================
             ACCOMMODATIONS SECTION
==================================================*/
.accommodation-section {
  background: #f1f9f9;
  padding: 80px 0px 60px;
}
.accommodations-page-section {
  padding-bottom: 80px;
  background: #fff;
}
.featured-room-box-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.featured-room-box-img img {
  min-height: 350px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
ul.room-card__utilities {
  position: absolute;
  bottom: 95px;
  left: 20px;
}
ul.room-card__utilities li {
  width: 35px;
  height: 35px;
  background-color: #1f686a;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin: 10px 0px;
}
ul.room-card__utilities li svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.featured-room-content {
  padding: 1.5rem;
  margin: 0 1.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-top: -4.6875rem;
  position: relative;
  isolation: isolate;
  -webkit-border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid #225c5e36;
}
.featured-room-content h3 {
  font-weight: 700;
  font-size: 26px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
h6.feature-price {
  color: #1f686a;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.room-capacity {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
span.custom-badge {
  padding: 3px 15px;
  min-width: 68px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background-color: #e5e5e5 !important;
  text-align: center;
  color: #787878;
}
.featured-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.featured-btn {
  padding: 6px 10px;
  font-size: 14px;
  background: #1f686a;
  color: #fff;
  border-radius: 5px;
}
.accommodation-title h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
  color: #395846;
}
.accommodation-title {
  text-align: center;
  margin-bottom: 70px;
}
.accommodation-title p {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #7a8c7a;
  margin-bottom: 10px;
}
.featured-room-box:hover .featured-room-content {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
    PHOTO GALLERY SECTION
==================================================*/
.section-title h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 35px;
  color: #395846;
  text-align: center;
  margin-bottom: 25px;
}
.section-title p {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #7a8c7a;
  margin-bottom: 10px;
  text-align: center;
}
.section-title {
  margin-bottom: 50px;
}
.photo-gallery-section {
  background: #fff;
  padding: 80px 0 70px 0;
}
.padding-extra {
  padding-bottom: 20px;
}
.gallery-items {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.gallery-items img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.gallery-items .overly {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    padding-top: 25%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
/* .gallery-items .overly */
.gallery-items .overly:before, .gallery-items .overly:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.gallery-items .overly:before {
    border-top: none;
    border-bottom: none;
    left: 15px;
    right: 15px;
}
.gallery-items .overly:after {
    border-left: none;
    border-right: none;
    top: 15px;
    bottom: 15px;
}
.gallery-items:hover .overly:before, .gallery-items:hover .overly:after {
    opacity: 1;
    transform: scale(1);
}
/* .gallery-items .overly */
.gallery-items .buttons {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery-items .buttons:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.gallery-items .buttons:hover:before {
    transform: scale(1);
}
.gallery-items .buttons svg {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    fill: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 5px;
}
.gallery-items .buttons svg:hover {
  fill: #000;
}
.gallery-items:hover .buttons {
    top: 50%;
}
.gallery-items:hover .overly {
  opacity: 1;
}
.gallery-items:hover img {
    transform: scale3d(1.1, 1.1, 1);
}
.gallery-items img {
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.gallery-items img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.gallery-items .buttons .fa:hover {
  color: #000;
  transition: .5s;
}
.gallery-text-heading h5 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.gallery-items .gallery-text-heading {
    right: 0;
    bottom: 0;
    top: auto;
    opacity: 0;
    left: -20%;
    padding: 25px;
    position: absolute;
    float: left;
    width: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.gallery-items:hover .gallery-text-heading {
  left: 0;
  opacity: 1;
}
.view-all {
  padding-top: 25px;
  text-align: center;
}
.btn-outline-custom {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition-duration: 0.50s !important;
  padding: 8px 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  border-color: #1f686a;
  color: #1f686a !important;
}
.btn-outline-custom::before {
  background: white;
  transition-duration: 0.50s;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-outline-custom:hover {
  background: #1f686a;
  color: #fff !important;
}
.btn-outline-custom:focus {
  color: #fff !important;
  border-color: #fff;
}
.btn-outline-custom :active::before,
.btn-outline-custom:focus::before,
.btn-outline-custom:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.lb-nav a.lb-prev {
  background: url(../image/photo-gallery/prev.png) left 48% no-repeat;
  display: block !important;
}
.lb-nav a.lb-next {
  background: url(../image/photo-gallery/next.png) right 48% no-repeat;
  display: block !important;
}
.lb-data .lb-close {
  background: url(../image/photo-gallery/close.png) top right no-repeat;
}

/*================================================
             FAQ SECTION
==================================================*/
.one-section-title h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
  color: #395846;
}
.one-section-title p {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #7a8c7a;
  margin-bottom: 10px;
}
.one-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.faq-one {
  background-color: #f1f9f9;
  padding: 50px 0px 40px;
}
.block-title {
  font-weight: 700;
  color: #0c2139;
}
.accordion-item {
  border: none;
  background: #f1f5f9;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.accordion-button {
  background: transparent;
  color: #0c2139;
  font-weight: 700;
  font-size: 20px;
  box-shadow: none;
  padding: 20px 25px;
  position: relative;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.accordion-button.collapsed {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  box-shadow: none;
  border-radius: 0;
}
.accordion-body {
  background-color: #fff;
  color: #555;
  padding: 15px 25px 20px 25px;
  border-radius: 0;
}
.accordion-button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: #1f686a;
  margin-left: auto;
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 1v14M1 8h14" stroke="white" stroke-width="2"/></svg>');
}
.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 8h14" stroke="white" stroke-width="2"/></svg>');
  transform: rotate(180deg);
}
.accordion-button:hover {
  background-color: #e9f6f1;
}

/*================================================
             TESTIMONIAL SECTION
==================================================*/
.testimonials-area-wrapper {
  padding: 80px 0px 65px;
}
.testimonials-box {
  text-align: left;
  background-color: #f1f9f9;
  padding: 35px 50px 60px;
  border-left: 3px solid #1f686a;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
.testimonials-box p {
  font-style: italic;
  position: relative;
}
.testimonials-box h3 {
  margin: 25px 0 7px;
  font-size: 18px;
  color: #1f686a;
  font-weight: 700;
  line-height: 16px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.testimonials-box .testimonials-post {
  font-size: 14px;
  color: #0d1820;
  font-weight: 500;
}
.testimonials-box:before {
  position: absolute;
  content: '"';
  font-size: 110px;
  line-height: normal;
  bottom: -35px;
  right: 70px;
  color: #000;
  opacity: 0.2;
  font-weight: 400;
  font-style: italic;
}
.testimonials-client-image {
  position: absolute;
  bottom: -30px;
  left: 50px;
}
.testimonials-client-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .testimonials-box-wrapper {
    max-width: 100%;
  }
}
.testimonials-area-wrapper .owl-nav button.owl-prev,
.testimonials-area-wrapper .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  background: #1f686a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.testimonials-area-wrapper .owl-nav button.owl-prev:hover,
.testimonials-area-wrapper .owl-nav button.owl-next:hover {
  background: #1f686a;
}
.testimonials-area-wrapper .owl-nav button.owl-prev {
  left: -45px;
}
.testimonials-area-wrapper .owl-nav button.owl-next {
  right: -45px;
}
.testimonials-area-wrapper .owl-carousel .owl-dots.disabled,
.testimonials-area-wrapper .owl-carousel .owl-nav.disabled {
  display: block;
}
.testimonials-area-wrapper .owl-nav button svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.testimonials-area-wrapper .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.testimonials-area-wrapper .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.3s;
}
.testimonials-area-wrapper .owl-dot.active span {
  background: #12ca59;
}

/*================================================
             FOOTER SECTION
==================================================*/
footer.footer {
  position: relative;
  padding: 80px 0 40px;
  background-image: url(../image/footer-bg-img.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
footer.footer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.95;
  z-index: 0;
}
footer.footer * {
  position: relative;
  z-index: 1;
}
.footer-social-icon ul li a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.footer-social-icon ul {
  display: flex;
}
.footer-social-icon ul li a {
  padding: 8px 6px;
  border-radius: 50%;
}
.footer-social-icon ul li a {
  border: 1px solid #fff;
}
.footer-social-icon ul li {
  margin: 8px;
}
.footer-about-text p {
  color: #fff;
  margin-top: 18px;
}
.footer-list h4 {
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.footer-about-text img {
  max-width: 15rem;
  max-height: 5rem;
}
.footer-list ul li {
  padding-left: 20px;
  position: relative;
  line-height: 34px;
  color: #fff;
}
.footer-list ul li:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1f686a;
}
.footer-list ul li a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
ul.footer-contact-info li:before {
  display: none;
}
ul.footer-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.footer-contact-info li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-left: 0;
}
.footer-contact-info {
  width: 100%;
  justify-content: center;
}
ul.footer-contact-info li svg {
  fill: #1f686a;
  width: 24px;
  height: 24px;
}
li.info-extra-li svg {
  width: 45px !important;
  height: 45px !important;
}
ul.footer-contact-info li p {
  margin: 0;
}
.footer-bottom {
  background: #212121;
  padding: 20px 0px 5px;
}
.copy-right-left p {
  text-align: left;
  color: #fff;
  font-size: 16px;
}
.copy-right-right p {
  text-align: right;
  color: #fff;
  font-size: 16px;
}
.copy-right-right p a:hover {
  color: #1f686a;
}
.copy-right-right p a {
  color: #fff;
}
.footer-list ul li:hover a {
  color: #1f686a;
}
.map-area {
  overflow: hidden;
}
.map-area iframe {
  height: 260px;
  width: 100%;
  margin-bottom: -10px;
}
.footer-banner-img img {
  width: 100%;
  padding-top: 40px;
}
.footer-social-icon ul li:hover:nth-child(1) a {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.footer-social-icon ul li:hover:nth-child(2) a {
  background: #1DA1F2;
  border: 1px solid #1DA1F2;
}
.footer-social-icon ul li:hover:nth-child(3) a {
  background: #e4405f;
  border: 1px solid #e4405f;
}
.footer-social-icon ul li:hover:nth-child(4) a {
  background: #0077B5;
  border: 1px solid #0077B5;
}








/*================================================
             ABOUT PAGE
==================================================*/
.breadcrumb-section {
  margin-top: 57px;
  padding-top: 150px;
  padding-bottom: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.breadcrumb-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  background-color: #212121;
  z-index: -1;
}
.breadcrumb-title h1 {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
}
.about-section-page {
  padding-top: clamp(50px, 8vw, 100px);
  padding-bottom: clamp(50px, 8vw, 100px);
}
.about-page-thumb-wrapper {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
.about-page-thumb-wrapper .about-page-thumb {
  width: 50%;
  height: 260px;
  padding: 15px;
  overflow: hidden;
}
.about-page-thumb-wrapper .about-page-thumb img {
  height: 100%;
  width: 100%;
}
.about-page-thumb-wrapper .about-page-thumb:nth-child(1) {
  margin-top: 45px;
}
.about-page-thumb-wrapper .about-page-thumb:last-child {
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
}
.about-page-main-text {
  padding-left: 20px;
}
.about-page-main-text h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 15px;
  color: #395846;
}
.about-page-main-text h4 {
  letter-spacing: 2px;
  font-size: 20px;
  color: #395846;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.about-page-main-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #5f6f5f;
  margin-bottom: 25px;
}

/*================================================
             CONTACT PAGE
==================================================*/
.contact-section {
  padding: 60px 0;
  background-color: #fff;
}
.contact-info-section h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 30px;
  color: #395846;
  text-align: left;
}
.form-title {
  font-size: 26px;
  font-weight: 500;
  color: #111;
  margin-bottom: 40px;
}
.contact-form .form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}
.contact-form .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 12px 15px;
  box-shadow: none;
  font-size: 15px;
  transition: all 0.3s ease;
}
.contact-form .form-control:focus {
  border-color: #395846;
  box-shadow: 0 0 0 0.15rem rgba(57, 88, 70, 0.25);
  outline: none;
}
.btn-submit {
  background-color: #395846;
  color: #fff;
  font-weight: 500;
  padding: 10px 35px;
  border: none;
  transition: all 0.3s ease;
}
.btn-submit:hover {
  background-color: #395846;
  color: #fff;
}
section.contact-info-section {
  background-color: #f1f9f9;
  padding: 60px 0px 40px;
}
ul.contact-info-ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.contact-info-ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
ul.contact-info-ul li svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  background: #1f686a;
  padding: 8px;
  border-radius: 50%;
}
ul.contact-info-ul li p {
  font-size: 16px;
  padding-top: 10px;
  color: #000;
}
.contact-info-map iframe {
  width: 100%;
  height: 620px;
  padding-top: 15px;
}
.contact-info-text h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #395846;
}
.contact-info-text {
  padding-left: 30px;
}
.new-footer-address-box {
  text-align: center;
  border-right: 1px solid #616779;
  border: 1px dashed #616779;
  padding: 30px 20px 28px;
}
.new-footer-address-box h4 {
  color: #000;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.new-footer-address-box p {
  color: #000;
  margin: 0;
}
.new-footer-address-box a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s;
  line-height: 32px;
}
.new-footer-address-box a:hover,
.new-footer-address-box a:hover svg {
  color: #1f686a;
  fill: #1f686a;
}
.contact-info-map {
  padding-right: 15px;
}
form.contact-form {
  padding-left: 15px;
}
.new-footer-address-box p svg,
.new-footer-address-box a svg {
  fill: #000;
  width: 24px;
  height: 24px;
  transition: 0.6s;
}


/*================================================
             BLOG PAGE
==================================================*/
.blog-page {
  padding: 50px 0;
}
.blog-page .blog-card {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}
.blog-page .blog-card .blog-img {
  overflow: hidden;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.blog-page .blog-card .blog-img a img {
  width: 100%;
  transition: .4s;
}
.blog-page .blog-card .blog-img:hover a img {
  transform: scale(1.2);
}
.blog-page .card-body {
  padding: 20px 30px;
  max-height: 235px;
  min-height: 235px;
}
.blog-page .card-body .cart-top {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
.card-body .cart-top {
  font-size: 14px;
  color: #777;
}
.card-body .cart-top svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.card-body .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.card-body p {
  color: #4c4c4d;
  margin-top: 10px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.card-body .title a {
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-bottom-btn {
  text-align: center;
  margin-bottom: 40px;
}
.card-body .title:hover a {
  color: #1f686a;
}



/*================================================
             BLOG PAGE
==================================================*/
.accommodations-content {
  text-align: center;
}

.main-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.thumb-gallery a {
  display: inline-block;
}

.thumb-img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.thumb-img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(57, 88, 70, 0.5);
}

.thumb-gallery {
  margin-top: -110px;
}


.lb-nav a.lb-prev {
  background: url(../image/photo-gallery/prev.png) left 48% no-repeat;
}




.commodations-content-text {
  padding-top: 45px;
}

.commodations-content-text p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.accommodations-details-content {
  margin-top: 70px;
  margin-bottom: 60px;
}

.room-features h4,
.room-amenities h4,
.room-tariff h4 {
  border-bottom: 1px solid #cdcbcb;
  color: #212121;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.feature-list,
.amenity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.feature-list li,
.amenity-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
}

.amenity-list li {
  padding-left: 0;
}

.feature-list li svg {
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
}

.room-tariff table thead th {
  background-color: #1f686a;
  color: #fff;
  font-weight: 600;
}

.room-tariff table td,
.room-tariff table th {
  border-color: #ddd;
}

.btn-book {
  background-color: #fff;
  color: #1f686a;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #1f686a;
}

.btn-book:hover {
  background-color: #1f686a;
  color: #fff;
}

.info-box {
  border: 1px solid #eee;
  padding: 25px 15px;
  background: #fff;
  text-align: center;
  margin-top: 75px;
}

.info-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}

.info-icon img {
  width: 100%;
  height: auto;
}
.info-title {
    color: #1f686a;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.info-list li svg {
  position: absolute;
  left: 0;
  top: 5px;
}

.hotline-number {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.room-details-card h4 {
  border-bottom: 1px solid #cdcbcb;
  color: #212121;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.room-details-card {
  margin-bottom: 25px;
}
.room-details-card-body span svg {
  width: 24px;
  height: 24px;
  fill: #333339;
}
.room-details-card-body h5 {
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.room-details-card-extra {
  margin-bottom: 10px;
}

/*================================================
          Privacy Policy
==================================================*/
.privacy-policy-text h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.privacy-policy-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #343333;
  margin-bottom: 25px;
}
.privacy-policy-section {
  padding-top: 60px;
  padding-bottom: 40px;
}
.terms-service-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #343333;
  margin-bottom: 25px;
}
.terms-service-text h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.refund-policies-text h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.refund-policies-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #343333;
  margin-bottom: 25px;
}
.refund-policies-text h4 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #555555;
}
.refund-policies-text h5 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #555555;
  margin-bottom: 4px;
}
p.terms-text-p {
  margin-bottom: 15px;
}




/*================================================
             Responsive
==================================================*/
/* Responsive adjustments */
@media (max-width: 767px) {

.header {padding: 10px 0;background: #fff;}
.header .navbar-nav .nav-item .nav-link {color: #000;font-size: 16px;padding: 15px 10px;}
.nav-button a {background: #1f686a;margin-bottom: 10px;}
.contact-section {padding: 40px 20px;}
a.navbar-brand img {width: 120px;}
.form-title {font-size: 22px;}
.testimonials-area-wrapper .owl-nav button.owl-next {right: 35%;}
.testimonials-area-wrapper .owl-nav button.owl-prev {left: 35%;}
.testimonials-area-wrapper .owl-nav button.owl-prev,
.testimonials-area-wrapper .owl-nav button.owl-next {top: 100%;}
.about-image-one img {width: 100%;}
.about-content img {width: 100%;}
.slider-section .title p {padding-right: 0;}
.half-slider-text .half-slider-text-first {width: 100%;}
.half-slider-text .half-slider-text-two {width: 100%;}
.half-slider-text {display: block;gap: 0px;}
.photo-gallery-section {overflow: hidden;}
.slider-section .title h2 {font-size: 56px;}
.slider-section .title h3 {font-size: 45px;margin-top: 20px;float: right;}
.service-section h2 {font-size: 38px;line-height: 45px;margin-bottom: 10px;}
.about-text h2 {font-size: 38px;line-height: 45px;margin-bottom: 5px;}
.about-image-one {margin-bottom: 20px;}
.accommodation-title h2 {font-size: 38px;line-height: 40px;margin-bottom: 10px;}
.accommodation-title {margin-bottom: 35px;}
.featured-room-box {margin-bottom: 40px;}
.section-title h2 {font-size: 38px;line-height: 35px;margin-bottom: 10px;}
.one-section-title h2 {font-size: 50px;line-height: 30px;margin-bottom: 30px;}
.one-section-title h2 {font-size: 38px;line-height: 20px;margin-bottom: 26px;}
.one-section-title {margin-bottom: 30px;}
.slider-overlay {justify-content: center;}
.slider-section .title {margin-bottom: 0;margin-top: 80px;}
.footer-list h4 {margin-bottom: 10px;margin-top: 38px;}
footer.footer {padding: 80px 0 25px;}
.copy-right-left p {text-align: center;}
.copy-right-right p {text-align: center;}
.about-page-thumb-wrapper .about-page-thumb:nth-child(1) {margin-top: 0;}
.about-page-thumb-wrapper .about-page-thumb:last-child {transform: translateY(0px);}
.about-page-main-text {padding-left: 0;padding-top: 25px;}
.about-page-main-text h2 {font-size: 40px;line-height: 40px;margin-bottom: 10px;}
.accommodation-section {padding: 60px 0px 35px;}
.accommodations-page-section {padding-bottom: 35px;}
.breadcrumb-section {margin-top: 15px;padding-top: 110px;padding-bottom: 40px;}
.breadcrumb-title h1 {font-size: 35px;}
.new-footer-address-box {margin-bottom: 25px;}
.new-footer-address-box {padding: 25px 5px 25px;}
.contact-info-map iframe {height: 300px;padding-top: 0;}
.contact-info-map {padding-right: 0;}
.contact-info-section h2 {font-size: 40px;line-height: 40px;margin-bottom: 25px;padding-top: 25px;}
.room-details-card-body h5 {font-size: 16px;}
.accommodations-details-content {margin-top: 50px;margin-bottom: 30px;}
.info-box {margin-top: 0px;}
.feature-list,
.amenity-list {margin-bottom: 0;}
.thumb-gallery {margin-top: 0;}
.commodations-content-text {padding-top: 25px;}




}




