﻿@charset "UTF-8";
@import url("animate.css");
@import url("jquery-ui.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  /* Premium Bright ? Luxury Hospitality Palette */
  --premium-ivory: #fdfcfa;
  --premium-cream: #f7f4ef;
  --premium-teal: #1e4847;
  --premium-white: #ffffff;
  --premium-champagne: #d4bc96;
  --premium-champagne-hover: #c4a97e;
  --swatch-light-gray: #e8e4e5;
  --swatch-dusty-mauve: #b6a4a7;
  --swatch-sage-teal: #8fb8b3;
  --swatch-deep-teal: #1e4847;
  --swatch-charcoal: #111;
  --btn-primary: #1e4847;
  --btn-primary-hover: #8fb8b3;
  --btn-accent: #d4bc96;
  --btn-teal: var(--btn-primary);
  --btn-teal-hover: var(--btn-primary-hover);
  --btn-shadow: 0 8px 24px rgba(30, 72, 71, 0.22);
  --teal: #8fb8b3;
  --teal-dark: #1e4847;
  --dark: #111;
  --glass: rgba(255, 255, 255, 0.12);
  --white: #ffffff;
  --theme-gradient: linear-gradient(135deg, #8fb8b3 0%, #1e4847 52%, #111 100%);
  --theme-green-gradient: linear-gradient(
    135deg,
    #a3c9c4 0%,
    #1e4847 48%,
    #111 100%
  );
  --theme-color-light: #ffffff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color7-rgb: 91 197 236;
  --theme-color-dark: #111;
  --theme-color-dark2: #8fb8b3;
  --theme-color-gray: #f7f4ef;
  --theme-color-black: #000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #1e4847;
  --theme-color1-rgb: 30, 72, 71;
  --theme-color2: #fdfcfa;
  --theme-color3: #fafaf8;
  --theme-color4: #d4bc96;
  --theme-color5: #8fb8b3;
  --theme-color6: #69910a;
  --theme-color7: #5bc5ec;
  --theme-color8: #03203f;
  --theme-color9: #62c3c9;
  --theme-color10: #61ce70;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --gradient-1: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.64) 42%,
    rgba(0, 0, 0, 0.32) 100%
  );
  --gradient-2: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  --gradient-3: linear-gradient(
    275.66deg,
    rgba(0, 0, 0, 0.95) 5.7%,
    #111 45.93%
  );
  --text-color: #111;
  --text-color9: #999999;
  --headings-color: #111;
  --review-color: #ffc737;
  --new-gold-color: var(--btn-teal);
  --new-gold-hover: var(--btn-teal-hover);
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --title-font: "Cormorant Garamond", serif;
  --title-font2: "Cormorant Garamond", serif;
  --text-font: "Manrope", sans-serif;
  --text-font2: "Barlow Condensed", serif;
  --text-font3: "Dynalight", cursive;
  --text-font4: "Barlow", sans-serif;
  --body-font-size: 15px;
  --body-line-height: 26px;
  --body-font-weight: 400;
  --body-font-weight-bold: 600;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --line-height-heading-h1: 1.2em;
  --line-height-heading: 1.2;
  --line-height-heading-small: 1.35em;
  --h1-font-size: 72px;
  --h2-font-size: 42px;
  --h2-line-height: 50px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 600;
  --sec-title-subtitle-line-height: 28px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f2f3f5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1340px;
  --small-container-width: 1000px;
  --large-container-width: 1580px;
}

/*
  * typography.scss
  * -----------------------------------------------
  */
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: 0.3px;
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  line-height: var(--line-height-heading-);
  position: relative;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  color: var(--headings-color);
  font-weight: normal;
  line-height: 1;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
  letter-spacing: 0.15px;
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
  * container.scss
  * -----------------------------------------------
  */
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}
.gx-25 {
  --bs-gutter-x: 25px;
}

/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder,
.input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

  ====================================================================
  Reset
  ====================================================================

  ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

  ====================================================================
  Global Settings
  ====================================================================

  ***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

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

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure.image {
  margin-bottom: 0;
  height: 450px;
  border-radius: 4px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.png);
}

.text-theme-color1 {
  color: var(--theme-color1);
}

.bg-theme-color1 {
  background-color: var(--theme-color1);
}

.text-theme-color2 {
  color: var(--theme-color2);
}

.bg-theme-color2 {
  background-color: var(--theme-color2);
}

/*=======================
      Preloader
      =======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: -30px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/favicon.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

/*=======================
  Scroll To Top style
  =======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 15px;
  line-height: 40px;
  color: var();
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color-white);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-wrapper-style {
  margin-top: 30px;
}
@media (max-width: 1799.98px) {
  .page-wrapper-style {
    margin-top: 15px;
  }
}

/*======================
      Tabs Box
      ======================*/
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}

/*=======================
      List Styles
      =======================*/
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-color);
  margin-right: 50px;
  margin-bottom: 7px;
  padding-left: 22px;
}
.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
      List Styles
      =======================*/
.list-style-two {
  margin-top: 28px;
}
.list-style-two li {
  font-size: 15px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*===========================
      Social Icons Styles
      ============================*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 20px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*======================
      Play Buttons
      ======================*/
.play-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.play-btn .icon {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 25px;
  text-transform: capitalize;
  padding-left: 30px;
  margin-left: -10px;
  color: var(--theme-color2);
  background: var(--theme-color-gray);
  border-radius: 0px 22px 22px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn:hover .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}
.play-btn:hover .title {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-light);
}

/*======================
      Media Play Button 
      ======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 85px;
  background-color: #ffffff;
  color: var(--bg-theme-color2);
  z-index: 1;
  font-size: 18px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  content: "";
}
.play-now .ripple.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.play-now .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
/*======================
      Carousel Navs
      ======================*/
.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  color: var(--theme-color-dark);
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}
.default-navs .owl-prev {
  margin-left: 0;
}

.disable-navs .owl-nav {
  display: none;
}

.disable-dots .owl-dots {
  display: none;
}

/*==========================
    Default Tabs
    ===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}
.default-tabs .tab-btn {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-btn:last-child {
  margin-right: 0;
}
.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}
.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*================================
      Progress Bar
      =================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
  font-weight: 600;
  color: var(--theme-color-dark);
  letter-spacing: 0;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #f2f3f6;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: var(--bg-theme-color1);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 400;
  color: #6f7174;
  line-height: 25px;
  margin-bottom: 10px;
}

.before-none:before,
.before_none:before {
  display: none;
}

.after-none:after,
.after_none:after {
  display: none;
}

.overlay-anim {
  position: relative;
}
.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

section {
  position: relative;
}

.checkout-form-section-two
  .checkout-form
  .checkout-field
  .chk-field
  select
  option {
  font-size: 14px;
  padding: 0 10px;
}

.checkout-form-section-two {
  width: auto;
}

.checkout-form-section-two .checkout-form .btn-style-one {
  padding: 0 50px !important;
  width: inline-block !important;
}
@media (max-width: 991.98px) {
  .checkout-form-section-two .checkout-form .btn-style-one {
    width: 100% !important;
  }
}

.form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-widget,
.order-summery {
  background-color: var(--theme-color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0px rgba(200, 200, 200, 0.3);
  box-shadow: 0 0 40px 0px rgba(200, 200, 200, 0.3);
  margin-bottom: 30px;
  padding: 30px;
}
.form-widget .form-control,
.order-summery .form-control {
  background-color: var(--theme-color-white);
  border: 1px solid var(--theme-color-gray);
  height: 50px;
}
.form-widget .form-control.style2,
.order-summery .form-control.style2 {
  background-color: #f8f5f0;
}
.form-widget .payment-box,
.order-summery .payment-box {
  position: relative;
}
.form-widget .payment-box label,
.order-summery .payment-box label {
  display: block;
}
.form-widget .payment-box .payment-option,
.order-summery .payment-box .payment-option {
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 12px;
  cursor: pointer;
}
.form-widget .payment-box .payment-option.active .payment-content,
.order-summery .payment-box .payment-option.active .payment-content {
  display: block;
}
.form-widget .payment-box .payment-option input[type="radio"],
.order-summery .payment-box .payment-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--theme-color1); /* golden border always visible */
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
}
.form-widget .payment-box .payment-option input[type="radio"]:checked,
.order-summery .payment-box .payment-option input[type="radio"]:checked {
  background: radial-gradient(circle, var(--theme-color1) 60%, transparent 61%);
}
.form-widget .payment-box .payment-content,
.order-summery .payment-box .payment-content {
  background: var(--theme-color-gray);
  border-radius: 8px;
  color: #77817d;
  display: none;
  font-size: 14px;
  margin-top: 10px;
  padding: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.form-widget .coupon-content,
.order-summery .coupon-content {
  display: none;
}
.form-widget.active .coupon-content,
.order-summery.active .coupon-content {
  display: block;
}
.form-widget .checked,
.order-summery .checked {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.form-widget.style2 .form-floating input.form-control {
  padding-left: 20px;
}
.form-widget.style2
  .form-floating
  input.form-control::-webkit-input-placeholder {
  font-size: 12px;
}
.form-widget.style2 .form-floating input.form-control::-moz-placeholder {
  font-size: 12px;
}
.form-widget.style2 .form-floating input.form-control:-ms-input-placeholder {
  font-size: 12px;
}
.form-widget.style2 .form-floating input.form-control::-ms-input-placeholder {
  font-size: 12px;
}
.form-widget.style2 .form-floating input.form-control::placeholder {
  font-size: 12px;
}
.form-widget.style2 .form-floating .form-floating > label {
  padding-left: 20px;
}
.form-widget.style2 .input-group-text {
  background-color: #f8f5f0;
}
.form-widget .left-content {
  width: 50%;
}
.form-widget .dark-text {
  color: var(--theme-color-dark);
  font-size: 14px;
  font-weight: 600;
}

.payment-note-box {
  margin-top: 20px;
}
.payment-note-box input[type="checkbox"] + label {
  background-color: #ffffff;
  border-color: #434343;
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.payment-note-box input[type="checkbox"] {
  display: none;
}
.payment-note-box input[type="checkbox"] + label:before {
  border: 1px solid rgba(25, 23, 17, 0.48);
  border-radius: 4px;
  content: "?";
  color: transparent;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  margin-right: 12px;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: text-top;
  width: 21px;
}
.payment-note-box input[type="checkbox"]:checked + label:before {
  background-color: #ed820a;
  border-color: #ed820a;
  color: #fff;
}
.payment-note-box input[type="checkbox"]:checked:disabled + label:before {
  background-color: #f7c28f;
  border-color: #f7c28f;
}
.payment-note-box .note-area {
  display: none;
  margin-top: 10px;
}
.payment-note-box .note-area textarea {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  border: 2px solid #c59d5f;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  outline: none;
}
.payment-note-box .note-area textarea:focus {
  border-color: #a67c2d; /* darker golden on focus */
}
.payment-note-box .note-box {
  margin-top: 20px;
}
.payment-note-box .note-box input[type="checkbox"] {
  accent-color: #c59d5f;
}

.forget-password input[type="checkbox"] + label {
  background-color: #ffffff;
  border-color: #434343;
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.forget-password input[type="checkbox"] {
  display: none;
}
.forget-password input[type="checkbox"] + label:before {
  border: 1px solid rgba(25, 23, 17, 0.48);
  border-radius: 4px;
  content: "?";
  color: transparent;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  margin-right: 12px;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: text-top;
  width: 21px;
}
.forget-password input[type="checkbox"]:checked + label:before {
  background-color: #ed820a;
  border-color: #ed820a;
  color: #fff;
}
.forget-password input[type="checkbox"]:checked:disabled + label:before {
  background-color: #f7c28f;
  border-color: #f7c28f;
}

.ordered-item {
  margin-bottom: 40px;
  position: relative;
}
.ordered-item .thumb {
  max-width: 48px;
  position: relative;
}
.ordered-item .thumb .badge {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 20px;
  line-height: 11px;
  position: absolute;
  right: -8px;
  top: -8px;
  text-align: center;
  width: 20px;
}
.ordered-item .text,
.ordered-item .title,
.ordered-item .total-price {
  color: var(--text-color);
  font-size: 14px;
}
.ordered-item .title,
.ordered-item .total-price {
  font-weight: 600;
}
.ordered-item.style2 {
  border-bottom: 1px solid rgba(0, 0, 7, 0.11);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.coupon-box {
  position: relative;
  /* Hide content by default */
}
.coupon-box .form-control {
  height: 50px;
  padding: 0;
  padding-left: 12px;
}
.coupon-box .form-control,
.coupon-box .theme-btn {
  height: 50px;
}
.coupon-box .coupon-title {
  cursor: pointer;
}
.coupon-box .coupon-title .icon {
  font-size: 12px;
}
.coupon-box .coupon-content {
  display: none;
}
.coupon-box.open .coupon-title {
  cursor: pointer;
}

/* (Optional) add a class to style open state */
.coupon-box,
.sub-total {
  border-bottom: 1px solid rgba(0, 0, 7, 0.11);
  margin-bottom: 20px;
  padding-bottom: 18px;
}

.sub-total span {
  font-weight: 600;
}

.total-box {
  font-size: 20px;
  font-weight: 700;
}

.password-field {
  position: relative;
}
.password-field input {
  font-size: 15px;
  padding: 10px 35px 10px 10px;
  width: 100%;
}

.toggle-password {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-white-style {
  background-color: var(--theme-color-white);
  border: 1px solid var(--theme-color2);
  -webkit-box-shadow: 0px 2px 0px 0px var(--theme-color-gray);
  box-shadow: 0px 2px 0px 0px var(--theme-color-gray);
  color: var(--headings-color);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 13px 50px;
}
.btn-white-style:hover {
  -webkit-box-shadow: 0px 4px 0px 0px var(--theme-color-gray);
  box-shadow: 0px 4px 0px 0px var(--theme-color-gray);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.forget-btn,
.create-btn {
  font-size: 14px;
}

.modal {
  z-index: 9999 !important;
}
.modal:before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-backdrop {
  z-index: 9 !important;
}

.checkout-form-filter {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .checkout-form-filter {
    position: relative;
    bottom: 15px;
    left: 0;
  }
}
.checkout-form-filter .outer-box2 {
  max-width: 1290px;
}

@media (max-width: 1399.98px) {
  .checkout-form-filter .outer-box2 {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .checkout-form-filter .outer-box2 {
    padding-right: 0;
  }
}
.checkout-form-filter .outer-box2 .checkout-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(4, 6, 24, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(4, 6, 24, 0.2);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout-form-filter .checkout-field .nice-select span.current {
  color: var(--theme-color-black);
}

.checkout-form-filter .checkout-field {
  width: 19%;
}
@media (max-width: 991.98px) {
  .checkout-form-filter .checkout-field {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  .checkout-form-filter .checkout-field {
    width: 100%;
  }
}

.checkout-form-filter .checkout-form .checkout-field {
  border: none;
  padding: 0;
}

@media (max-width: 1399.98px) {
  .checkout-form-filter .checkout-form .checkout-field {
    margin-top: 10px;
  }
}
.checkout-form-filter .checkout-form {
  padding: 30px 25px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
}

.checkout-form-filter .checkout-form .checkout-field > h6 {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-family: var(--body-font-family);
  font-size: 15px;
  font-weight: 500;
  color: var(--headings-color);
}

.checkout-form-filter .checkout-form .checkout-field .chk-field input,
.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  select.adult-select,
.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  select.children-select {
  background: transparent;
  width: 100%;
}

.checkout-form-filter .checkout-form .checkout-field .chk-field {
  color: var(--theme-color-black);
  font-size: 14px;
  background: transparent;
  border: 1px solid rgba(4, 6, 24, 0.1019607843);
  padding: 10px 14px;
  border-radius: 5px;
}

.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  select::-webkit-input-placeholder,
.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  input::-webkit-input-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}

.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  select::-moz-placeholder,
.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  input::-moz-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}

.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  select:-ms-input-placeholder,
.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  input:-ms-input-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}

.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  select::-ms-input-placeholder,
.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  input::-ms-input-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}

.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  select::placeholder,
.checkout-form-filter
  .checkout-form
  .checkout-field
  .chk-field
  input::placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}

.checkout-form-filter .checkout-form .checkout-field .chk-field i {
  color: var(--theme-color1);
  font-size: 15px;
  position: absolute;
  right: 14px;
  top: 10px;
}

.checkout-form-filter .checkout-form .checkout-field .nice-select {
  background-color: transparent;
  border: 1px solid rgba(4, 6, 24, 0.1019607843);
  color: rgba(var(--theme-color-white-rgb), 0.6);
  height: 50px;
  line-height: 28px;
  padding: 10px 14px;
  width: 235px;
}

.checkout-form-filter .checkout-form .checkout-field .nice-select:before {
  display: none;
}

.checkout-form-filter .checkout-form .nice-select .current {
  font-size: 15px;
}

.checkout-form-filter .checkout-form .theme-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 14px;
  font-family: var(--text-font4);
  font-weight: 600;
  height: auto;
  padding: 11px 56px;
  width: auto;
}

@media (max-width: 991.98px) {
  .checkout-form-filter .checkout-form .theme-btn {
    width: 100%;
  }
}
.checkout-form-filter .checkout-form .theme-btn:before {
  background-color: var(--theme-color-dark2);
}

.checkout-form-filter .checkout-form .theme-btn-two {
  margin-top: 22px;
}

.theme-btn-two {
  background-color: var(--theme-color1);
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
  position: relative;
  padding: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.theme-btn-two:hover .btn-arrow-left {
  scale: 0;
}

.theme-btn-two:hover .btn-arrow-right {
  scale: 1;
}

.theme-btn-two:hover .btn-text {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.theme-btn-two .btn-arrow-left {
  border-radius: 6px;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--theme-color-white);
  left: 5px;
  right: auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.theme-btn-two .btn-text {
  background: transparent;
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 18px;
  padding: 4px 25px 4px 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.theme-btn-two .btn-arrow-right {
  border-radius: 6px;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--theme-color-white);
  scale: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.order-confirmation {
  position: relative;
}
.order-confirmation .oc-top {
  position: relative;
}
.order-confirmation .oc-top .icon {
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.order-confirmation .oc-top .title {
  margin-bottom: 5px;
}
.order-confirmation .oc-top .subtitle {
  color: var(--theme-color-dark);
}
.order-confirmation .location-area {
  border-bottom: 1px solid var(--theme-color-gray);
}
.order-confirmation .location-area li {
  color: var(--theme-color-dark);
  display: inline-block;
  margin-right: 15px;
}
.order-confirmation .location-area li i {
  color: var(--theme-color1);
}
.order-confirmation .location-area li:last-child {
  margin-right: 0;
}

.note {
  bottom: 0;
  color: var(--theme-color-white);
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.price-lists {
  border-bottom: 1px solid var(--theme-color2);
  padding-bottom: 10px;
}
.price-lists li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price-lists li .text1 {
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-lists li .text {
  color: var(--text-color9);
  font-size: 14px;
}
.price-lists li .total-price {
  color: var(--theme-color-dark);
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 15px 32px 18px;
  overflow: hidden;
  color: var(--new-gold-color);
  border: 1px solid var(--new-gold-color);
  background: #f8f5f0;
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-one i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--new-gold-color);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-one:hover {
  color: #fff;
}

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 16px 32px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-two i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-dark);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-two:hover {
  color: var(--theme-color-light);
}

/*Btn Style Three*/
.btn-style-three {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
  padding: 13px 39px 17px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  background-color: transparent;
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-three i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-three:hover {
  border-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
  padding: 17px 54px;
  overflow: hidden;
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  background-color: transparent;
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-four i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-four:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-four:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-four:hover {
  border-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}

/*Btn Style Two*/
.btn-style-five {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 16px 32px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color6);
  background-color: var(--theme-color6);
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-five i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-five:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-dark);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-five:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-five:hover {
  color: var(--theme-color-light);
}

/*Btn Style Two*/
.btn-style-six {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 16px 32px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color7);
  background-color: var(--theme-color7);
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-six i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-six:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-dark);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-six:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-six:hover {
  color: var(--theme-color-light);
}

/*Btn Style Two*/
.btn-style-seven {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 16px 32px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color8);
  background-color: var(--theme-color8);
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-seven i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-seven:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-seven:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-seven:hover {
  color: var(--theme-color-light);
}

/*Btn Style Two*/
.btn-style-eight {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 16px 32px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-eight i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-eight:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color8);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-eight:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-eight:hover {
  color: var(--theme-color-light);
}

/*Btn Style Two*/
.btn-style-nine {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 16px 32px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color8);
  background-color: var(--theme-color8);
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-nine i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-nine:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color9);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-nine:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-nine:hover {
  color: var(--theme-color-light);
}

.theme-btn.small {
  padding: 10px 30px;
  line-height: 20px;
  font-size: 10px;
}

.theme-btn.large {
  padding: 20px 60px;
  line-height: 25px;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-z {
  -webkit-animation: fa-spin 70s infinite;
  animation: fa-spin 70s infinite;
}

.reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-top.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

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

.img-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-anim {
  position: relative;
}
.btn-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.btn-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.anim-inactive-image {
  -webkit-animation: anim-inactive-image 10s infinite linear;
  animation: anim-inactive-image 10s infinite linear;
}

@-webkit-keyframes anim-inactive-image {
  0% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes anim-inactive-image {
  0% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
}
.accordion-box .block .acc-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  height: 35px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: var(--bg-theme-color1);
  color: #fff;
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--text-color-bg-theme-color2);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 25px 30px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}

.room-booking-tab {
  position: relative;
}
.room-booking-tab .tab-lists {
  border: none;
  gap: 15px;
}
.room-booking-tab .tab-lists .tab-item {
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.2);
  border-radius: 50px;
  color: var(--theme-color-dark);
  cursor: pointer;
  font-family: var(--text-font2);
  font-size: 24px;
  font-weight: normal;
  margin-right: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 7px 20px 7px 7px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-booking-tab .tab-lists .tab-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.room-booking-tab .tab-lists .tab-item.active {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .room-booking-tab .tab-lists .tab-item {
    padding-right: 30px;
  }
}
.room-booking-tab .tab-lists .tab-item:hover {
  color: var(--theme-color-white);
}
.room-booking-tab .tab-lists .tab-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.room-booking-content .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transform: translateX(10px) scaleX(0);
  transform: translateX(10px) scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-booking-content .tab-content.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-transform: translate(0) scaleX(1);
  transform: translate(0) scaleX(1);
}

/*** 

  ====================================================================
    Search Popup
  ====================================================================

  ***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-popup .form-group input[type="search"],
.search-popup .form-group input[type="text"] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type="search"]:focus,
.search-popup .form-group input[type="text"]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 

  ====================================================================
  Main Header
  ====================================================================

  ***/
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 0 10px;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top .top-left .info-list {
  color: #ffffff;
  font-size: 14px;
}
.header-top .top-left .info-list span {
  color: #b5cf2b;
  font-size: 14px;
  font-weight: 600;
}
.header-top .top-center {
  margin-left: auto;
  margin-right: auto;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top .top-right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
}
.header-top .top-right button span,
.header-top .top-right button img {
  margin-right: 10px;
  display: inline-block;
}
.header-top .top-right button span {
  font-size: 20px;
}
.header-top .top-right button.login-btn {
  margin-left: 72px;
}
.header-top .top-right button.login-btn i {
  font-size: 18px;
  margin-right: 7px;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: 60px;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font);
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 30px;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: visible;
}
.main-menu .navigation > li.dropdown .megamenu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  left: -300px;
  margin: 30px auto 0;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  width: 1170px;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .main-menu .navigation > li.dropdown .megamenu {
    left: -220px;
    width: 1170px;
  }
}
.main-menu .navigation > li .megamenu .menu-title {
  color: var(--headings-color);
  font-family: var(--text-font);
  font-weight: 700;
}
.main-menu .navigation > li .megamenu .menu-title .badge {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 10px;
  font-weight: normal;
}
.main-menu .navigation > li .megamenu .menu-lists li {
  border-bottom: 1px solid #ebf1f5;
  padding: 5px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-menu .navigation > li .megamenu .menu-lists li:hover {
  padding-left: 10px;
}
.main-menu .navigation > li .megamenu .menu-lists li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.main-header .outer-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}
.main-header .outer-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
.main-header .outer-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .outer-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.main-header .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 17px;
  position: relative;
  right: 117px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  font-size: 15px;
  padding-left: 44px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  line-height: 20px;
}
.main-header .info-btn small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color1);
}
.main-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
}
.main-header .info-btn:hover {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
      header-style-one
  ====================================================================

  ***/
.header-style-one {
  margin-top: 18px;
  position: absolute;
}
.header-style-one .main-box {
  border-bottom: 1px solid #5d554f;
  padding-bottom: 20px;
}
.header-style-one .main-box .nav-outer {
  margin-left: 113px;
}
.header-style-one .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
}
.header-style-one .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-one .main-box .nav-outer .nav .navigation li ul li a {
  color: #000;
}
.header-style-one .main-menu .navigation > li > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
}
.header-style-one .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-one .outer-box .search-btn {
  background-color: unset;
  margin-right: 40px;
}
.header-style-one .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-one .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-one .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-one .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-one .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 48px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  position: relative;
  top: 5px;
  height: 50px;
  z-index: 9;
  border: 0;
}
@media (max-width: 991.98px) {
  .header-style-one .outer-box .header-btn {
    display: none;
  }
}
.header-style-one .outer-box .header-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #000;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function:
    cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.header-style-one .outer-box .header-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.header-style-one .main-menu .navigation > li {
  padding: 0;
  margin-right: 48px;
}
@media (max-width: 1199.98px) {
  .header-style-one .main-menu .navigation > li {
    margin-right: 38px;
  }
}
.header-style-one .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-one .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-one .mobile-nav-toggler {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  margin-right: 0;
  display: none;
}
.header-style-one .mobile-nav-toggler span {
  color: #fff;
}
.header-style-one .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-one .sticky-header {
  background-color: var(--theme-color1);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-one .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-one .sticky-header .mobile-nav-toggler span {
  color: var(--theme-color1);
}
.header-style-one .sticky-header .main-menu .navigation > li.current > a,
.header-style-one .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-one .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-one .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-one .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-one
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-one .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}
/*** 

  ====================================================================
      header-style-two
  ====================================================================

  ***/
.header-style-two {
  position: absolute;
}
.header-style-two.light .header-top .inner-box .top-left span {
  color: #fff;
}
.header-style-two.light .header-top .social-icon-one li {
  color: #fff;
}
.header-style-two.light
  .header-top
  .inner-box
  .top-right
  .social-icon-one
  li
  a {
  color: #fff;
}
.header-style-two.style-countryside2 {
  margin-top: 40px;
}
.header-style-two.style-light {
  position: relative;
}
.header-style-two.style-light .header-top {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-style-two.style-light .header-top {
    display: none;
  }
}
.header-style-two.style-light .header-top .inner-box {
  padding: 9.5px 0;
}
.header-style-two.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a {
  font-size: 15px;
  color: var(--theme-color-dark);
}
.header-style-two.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-two.style-light .header-top .inner-box .top-right span {
  color: var(--theme-color-dark);
  font-size: 14px;
  margin-left: 30px;
}
.header-style-two.style-light
  .header-top
  .inner-box
  .top-right
  span:first-child {
  margin-left: 0;
}
.header-style-two.style-light .header-top .inner-box .top-right span .icon {
  color: var(--theme-color1);
  margin-right: 12px;
}
.header-style-two.style-light .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .header-style-two.style-light .main-box .nav-outer {
    margin-left: 30px;
  }
}
.header-style-two.style-light .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-two.style-light-theme {
  background-color: #f8f5f0;
  position: relative;
}
.header-style-two.style-light-theme .main-box {
  background-color: #f8f5f0;
}
.header-style-two.style-light-theme .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
.header-style-two.style-light-theme .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-two .header-top {
  display: unset;
}
@media (max-width: 575.98px) {
  .header-style-two .header-top {
    display: none;
  }
}
.header-style-two .header-top.light .inner-box .top-left span {
  color: var(--theme-color-white);
}
.header-style-two .header-top.light .inner-box .top-right .social-icon-one li {
  color: var(--theme-color-white);
}
.header-style-two
  .header-top.light
  .inner-box
  .top-right
  .social-icon-one
  li
  a {
  color: var(--theme-color-white);
}
.header-style-two .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 11px;
}
.header-style-two .header-top .inner-box .top-left span {
  color: #adadad;
}
.header-style-two .header-top .inner-box .top-left span .icon {
  color: var(--theme-color1);
  margin-right: 18px;
}
.header-style-two .header-top .inner-box .top-right .social-icon-one li a {
  font-size: 15px;
  color: #adadad;
}
.header-style-two .header-top .social-icon-one li {
  color: #adadad;
  margin-left: 0;
  margin-right: 18px;
}
.header-style-two .header-top .social-icon-one li:last-child {
  margin-right: 0;
}
.header-style-two .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-two .outer-box .ui-btn-outer {
  padding-left: 0;
  right: 0;
}
.header-style-two .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color1);
  font-size: 20px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .header-style-two .outer-box .ui-btn-outer .ui-btn {
    margin-left: 20px;
  }
}
.header-style-two .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .header-style-two .outer-box .ui-btn-outer .ui-btn.search-btn {
    margin-right: 0;
  }
}
.header-style-two .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-two .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}
.header-style-two .main-box {
  background-color: var(--theme-color-light);
  padding: 24px 36px 24px 40px;
}
@media (max-width: 991.98px) {
  .header-style-two .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .main-box {
    padding: 24px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .main-box .logo {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .main-box .logo img {
    min-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .main-box .nav-outer {
    display: none;
  }
}
.header-style-two .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-two .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-two .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-two .main-menu .navigation > li > a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.header-style-two .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-two .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-two .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-two .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 75px;
}
@media (max-width: 1199.98px) {
  .header-style-two .outer-box .search-btn {
    margin-right: 15px;
  }
}
.header-style-two .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
@media (max-width: 1199.98px) {
  .header-style-two .outer-box .search-btn::before {
    right: -22px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .outer-box .search-btn::before {
    right: -14px;
  }
}
.header-style-two .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-two .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-two .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-two .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-two .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-two .outer-box .header-btn:before {
  display: none;
}
.header-style-two .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-two .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-two .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-two .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-two .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: #000;
}
.header-style-two .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-two .sticky-header {
  background-color: var(--theme-color2);
  position: absolute;
}
.header-style-two .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-two .sticky-header .main-menu .navigation > li.current > a,
.header-style-two .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-two .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-two .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-two .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-two .sticky-header.style-light {
  position: relative;
}
.header-style-two .sticky-header.style-light .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
.header-style-two .sticky-header.style-light .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-two .sticky-header .header-top {
  display: unset;
}
.header-style-two .sticky-header .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 11px;
}
.header-style-two .sticky-header .header-top .inner-box .top-left span {
  color: #adadad;
}
.header-style-two .sticky-header .header-top .inner-box .top-left span .icon {
  color: var(--theme-color1);
  margin-right: 18px;
}
.header-style-two
  .sticky-header
  .header-top
  .inner-box
  .top-right
  .social-icon-one
  li
  a {
  font-size: 15px;
  color: #adadad;
}
.header-style-two .sticky-header .header-top .social-icon-one li {
  color: #adadad;
  margin-left: 0;
  margin-right: 18px;
}
.header-style-two .sticky-header .header-top .social-icon-one li:last-child {
  margin-right: 0;
}
.header-style-two .sticky-header .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-two .sticky-header .outer-box .ui-btn-outer {
  padding-left: 0;
  right: 0;
}
.header-style-two .sticky-header .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color1);
  font-size: 20px;
  margin-left: 30px;
}
.header-style-two .sticky-header .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-two
  .sticky-header
  .outer-box
  .ui-btn-outer
  .ui-btn.search-btn:before {
  display: none;
}
.header-style-two
  .sticky-header
  .outer-box
  .ui-btn-outer
  .ui-btn.cart-btn
  .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}
.header-style-two .sticky-header .main-box {
  background-color: var(--theme-color-light);
  padding: 24px 36px 24px 40px;
}
@media (max-width: 991.98px) {
  .header-style-two .sticky-header .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-two .sticky-header .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-two
  .sticky-header
  .main-box
  .nav-outer
  .nav
  .navigation
  li:last-child {
  margin-right: 0;
}
.header-style-two
  .sticky-header
  .main-box
  .nav-outer
  .nav
  .navigation
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-two .sticky-header .main-menu .navigation > li > a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.header-style-two .sticky-header .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-two .sticky-header .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-two .sticky-header .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-two .sticky-header .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-two .sticky-header .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-two .sticky-header .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-two .sticky-header .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-two .sticky-header .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-two .sticky-header .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-two .sticky-header .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-two .sticky-header .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-two .sticky-header .outer-box .header-btn:before {
  display: none;
}
.header-style-two .sticky-header .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-two .sticky-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-two
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-two
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  ul
  .dropdown-btn {
  display: none;
}
.header-style-two .sticky-header .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: #000;
  margin-top: 3px;
}
.header-style-two
  .sticky-header
  .main-menu
  .navigation
  > li
  > ul
  > li
  > a:hover {
  color: var(--theme-color2);
}
.header-style-two .sticky-header .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-two .sticky-header .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-two
  .sticky-header
  .sticky-header
  .main-menu
  .navigation
  > li.current
  > a,
.header-style-two
  .sticky-header
  .sticky-header
  .main-menu
  .navigation
  > li:hover
  > a {
  color: var(--theme-color2);
}
.header-style-two .sticky-header .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-two .sticky-header .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-two .sticky-header .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-two
  .sticky-header
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-two .sticky-header .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

  ====================================================================
      header-style-three
  ====================================================================

  ***/
.header-style-three {
  position: absolute;
}
.header-style-three.style-home2 .header-top {
  padding: 9px 60px;
}
@media (max-width: 1199.98px) {
  .header-style-three.style-home2 .header-top {
    padding: 9px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-three.style-home2 .header-top {
    padding: 9px 0;
  }
}
.header-style-three.style-home2 .header-top .inner-box .social-icon-one li {
  margin-left: 27px;
}
.header-style-three.style-home2 .header-lower {
  border-bottom: none;
  padding: 0 60px;
}
@media (max-width: 1199.98px) {
  .header-style-three.style-home2 .header-lower {
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-three.style-home2 .header-lower {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-style-three.style-home6 .header-lower {
    padding: 0 60px;
  }
}
@media (max-width: 991.98px) {
  .header-style-three.style-home6 .header-lower {
    padding: 0 15px;
  }
}
.header-style-three .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 60px;
}
@media (max-width: 991.98px) {
  .header-style-three .header-top {
    display: none;
  }
}
.header-style-three .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header-style-three .header-top .inner-box .social-icon-one li {
  margin-left: 60px;
}
.header-style-three .header-top .inner-box .social-icon-one li:first-child {
  margin-left: 0;
}
.header-style-three .header-top .inner-box .social-icon-one li a {
  font-size: 15px;
  color: var(--theme-color-white);
}
.header-style-three .header-top .inner-box .social-icon-one li a:hover {
  color: var(--theme-color1);
}
.header-style-three .header-top .inner-box .top-left span {
  color: var(--theme-color-white);
  font-size: 14px;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-three .header-top .inner-box .top-left span:first-child {
  margin-left: 0;
}
.header-style-three .header-top .inner-box .top-left span:hover {
  color: var(--theme-color1);
}
.header-style-three .header-top .inner-box .top-left span:hover .icon {
  color: var(--theme-color1);
}
.header-style-three .header-top .inner-box .top-left span .icon {
  color: var(--theme-color-white);
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-three .header-lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower {
    padding: 0 30px;
  }
}
.header-style-three .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-three .outer-box .ui-btn-outer {
  border: none;
  padding-left: 0;
  right: 0;
}
.header-style-three .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color-white);
  font-size: 20px;
  margin-left: 30px;
}
.header-style-three .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-three .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-three .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.header-style-three .main-box {
  background-color: transparent;
  padding: 24px 0px;
}
@media (max-width: 991.98px) {
  .header-style-three .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-three .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-three .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-three .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-three .main-menu .navigation > li > a {
  color: var(--theme-color-white);
  position: relative;
  text-transform: uppercase;
}
.header-style-three .main-menu .navigation > li > a:before {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.header-style-three .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-three .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-three .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-three .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-three .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-three .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-three .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-three .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-three .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-three .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-three .outer-box .header-btn:before {
  display: none;
}
.header-style-three .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-three .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-three .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
}
.header-style-three .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-three .mobile-nav-toggler {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 24px;
  margin-top: 3px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.header-style-three .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-three .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-three .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-three .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style-three .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-three .sticky-header .main-menu .navigation > li.current > a,
.header-style-three .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-three .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-three .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-three .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-three .sticky-header .main-menu {
    display: none;
  }
}
.header-style-three
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-three .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

  ====================================================================
      header-style-four
  ====================================================================

  ***/
.header-style-four {
  position: absolute;
}
.header-style-four.style-dark {
  background-color: rgba(22, 17, 13, 0.35);
  position: relative;
}
.header-style-four.style-dark.style-home5 .main-box {
  padding: 12px 40px;
}
@media (max-width: 991.98px) {
  .header-style-four.style-dark.style-home5 .main-box {
    padding: 30px 15px;
  }
}
.header-style-four.style-dark.style-home5 .main-box.style-two {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  padding: 29px 40px 30px;
  margin-bottom: 94px;
}
@media (max-width: 1399.98px) {
  .header-style-four.style-dark.style-home5 .main-box.style-two {
    padding: 29px 15px 30px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-four.style-dark.style-home5 .main-box.style-two {
    margin-bottom: 15px;
  }
}
.header-style-four.style-dark .header-top {
  background-color: #1c1c1c;
  display: block;
  padding: 0;
}
@media (max-width: 767.98px) {
  .header-style-four.style-dark .header-top {
    display: none;
  }
}
.header-style-four.style-dark .header-top .info-user {
  background-color: var(--theme-color-white);
}
.header-style-four.style-dark .header-top .inner-box {
  padding: 0;
}
.header-style-four.style-dark
  .header-top
  .inner-box
  .top-right
  .social-icon-one
  li
  a {
  color: var(--theme-color-white);
}
.header-style-four.style-dark .header-top .inner-box .top-left {
  color: var(--theme-color-white);
}
.header-style-four.style-dark .header-top .inner-box .top-left span {
  color: var(--theme-color-white);
  font-size: 15px;
  margin-right: 20px;
}
.header-style-four.style-dark .header-top .inner-box .top-left span .icon {
  background-color: rgba(var(--theme-color-white-rgb), 1);
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: var(--theme-color1);
  margin-right: 7px;
}
.header-style-four.style-dark .main-box {
  background-color: transparent;
  padding: 30px 36px 30px 40px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-dark .main-box {
    padding: 24px 15px;
  }
}
.header-style-four.style-dark .main-box .outer-box .ui-btn-outer {
  border-left: transparent;
}
.header-style-four.style-dark
  .main-box
  .outer-box
  .ui-btn-outer
  .ui-btn.search-btn {
  margin-left: 0;
}
.header-style-four.style-dark .mobile-nav-toggler {
  color: var(--theme-color1);
  margin-left: 35px;
}
.header-style-four.style-home13 .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-four.style-home13 .mobile-nav-toggler {
    display: block;
  }
}
.header-style-four.style-home13 .btn-style-two {
  margin-left: 15px;
  font-size: 14px;
  padding: 16px 47px;
  background-color: var(--bg-theme-color1);
}
@media (max-width: 1199.98px) {
  .header-style-four.style-home13 .btn-style-two {
    display: none;
  }
}
.header-style-four.style-home13
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-home13 .main-box .nav-outer .nav .navigation li {
  margin-right: 35px;
}
.header-style-four.style-home13 .outer-box .ui-btn-outer .ui-btn {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-home13 .outer-box .ui-btn-outer .ui-btn {
    display: none;
  }
}
.header-style-four.style-home13 .main-box {
  padding: 15px 36px 15px 40px;
}
.header-style-four.style-home14 {
  background-color: #faf5f0;
}
.header-style-four.style-home14 .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-four.style-home14 .mobile-nav-toggler {
    display: block;
  }
}
.header-style-four.style-home14 .btn-style-two {
  margin-left: 15px;
  font-size: 14px;
  padding: 16px 47px;
  background-color: var(--bg-theme-color1);
}
@media (max-width: 1199.98px) {
  .header-style-four.style-home14 .btn-style-two {
    display: none;
  }
}
.header-style-four.style-home14
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-home14 .main-box .nav-outer .nav .navigation li {
  margin-right: 35px;
}
.header-style-four.style-home14 .outer-box .ui-btn-outer .ui-btn {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-home14 .outer-box .ui-btn-outer .ui-btn {
    display: none;
  }
}
.header-style-four.style-home14 .main-box {
  padding: 15px 36px 15px 40px;
}
.header-style-four.style-beach {
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.header-style-four.style-beach .main-box {
  background-color: transparent;
}
.header-style-four.style-beach .ui-btn-outer {
  border: none;
}
.header-style-four.style-beach .main-menu .navigation > li > a {
  color: var(--theme-color-light);
}
.header-style-four.style-beach2 .main-box {
  max-width: 1580px;
  margin: 0 auto;
  padding: 14px 0 15px;
}
.header-style-four.style-beach2 .logo img {
  max-width: 200px;
}
.header-style-four.style-beach2 .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-four.style-beach2 .mobile-nav-toggler {
    display: block;
  }
}
.header-style-four.style-beach2 .btn-style-two {
  margin-left: 15px;
  font-size: 14px;
  padding: 16px 47px;
  background-color: var(--bg-theme-color1);
}
@media (max-width: 1199.98px) {
  .header-style-four.style-beach2 .btn-style-two {
    display: none;
  }
}
.header-style-four.style-beach2
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-beach2 .main-box .nav-outer .nav .navigation li {
  margin-right: 35px;
}
.header-style-four.style-beach2 .outer-box .ui-btn-outer .ui-btn {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-beach2 .outer-box .ui-btn-outer .ui-btn {
    display: none;
  }
}
.header-style-four.style-luxury2 .main-box {
  background-color: transparent;
  max-width: 1720px;
  margin: 0 auto;
  padding: 14px 15px 15px;
}
.header-style-four.style-luxury2 .logo img {
  max-width: 200px;
}
.header-style-four.style-luxury2 .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-four.style-luxury2 .mobile-nav-toggler {
    display: block;
  }
}
.header-style-four.style-luxury2 .btn-style-two {
  margin-left: 15px;
  font-size: 14px;
  padding: 16px 47px;
  background-color: var(--bg-theme-color1);
}
@media (max-width: 1199.98px) {
  .header-style-four.style-luxury2 .btn-style-two {
    display: none;
  }
}
.header-style-four.style-luxury2
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-luxury2 .main-box .nav-outer .nav .navigation li {
  margin-right: 35px;
}
.header-style-four.style-luxury2 .outer-box .ui-btn-outer .ui-btn {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-luxury2 .outer-box .ui-btn-outer .ui-btn {
    display: none;
  }
}
.header-style-four.style-luxury3 {
  position: relative;
}
.header-style-four.style-luxury3 .main-box {
  padding: 14.5px 15px;
  max-width: 1720px;
  margin: 0 auto;
}
.header-style-four.style-luxury3 .outer-box .ui-btn-outer .ui-btn.search-btn {
  font-size: 28px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-luxury3 .outer-box .ui-btn-outer .ui-btn.search-btn {
    font-size: 18px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .header-style-four.style-luxury3 .outer-box .mobile-nav-toggler {
    display: none;
  }
}
.header-style-four.style-nature {
  position: relative;
}
.header-style-four.style-nature .main-box {
  padding: 14.5px 15px;
  max-width: 1900px;
  margin: 0 auto;
}
.header-style-four.style-nature .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color6);
}
.header-style-four.style-nature .outer-box .ui-btn-outer .ui-btn.search-btn {
  font-size: 28px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-nature .outer-box .ui-btn-outer .ui-btn.search-btn {
    font-size: 18px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .header-style-four.style-nature .outer-box .mobile-nav-toggler {
    display: none;
  }
}
.header-style-four.style-luxury4 {
  position: relative;
}
.header-style-four.style-luxury4 .main-box {
  padding: 14.5px 25px;
  margin: 0 auto;
}
.header-style-four.style-luxury4 .outer-box .ui-btn-outer .ui-btn.search-btn {
  font-size: 28px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-luxury4 .outer-box .ui-btn-outer .ui-btn.search-btn {
    font-size: 18px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .header-style-four.style-luxury4 .outer-box .mobile-nav-toggler {
    display: none;
  }
}
.header-style-four.style-island {
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
}
.header-style-four.style-island .main-box .nav-outer {
  margin-left: 0;
  margin-right: 0;
}
.header-style-four.style-island .main-box .nav-outer .nav .navigation li {
  margin-right: 25px;
}
.header-style-four.style-island
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-island .logo-box {
  margin-left: -203px;
}
.header-style-four.style-island .ui-btn-outer {
  border-left: none;
}
.header-style-four.style-island .main-box {
  background-color: transparent;
  padding: 14.5px 15px;
  max-width: 1720px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-four.style-island .main-menu .navigation > li > a {
  color: var(--theme-color-white);
}
.header-style-four.style-island
  .main-box
  .nav-outer
  .nav
  .navigation
  li
  a:hover {
  color: var(--theme-color9);
}
.header-style-four.style-island .main-menu .navigation > li > a::before {
  background-color: var(--theme-color9);
}
.header-style-four.style-island .outer-box .ui-btn-outer .ui-btn.search-btn {
  color: var(--theme-color-white);
  font-size: 28px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-island .outer-box .ui-btn-outer .ui-btn.search-btn {
    font-size: 18px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .header-style-four.style-island .outer-box .mobile-nav-toggler {
    display: none;
  }
}
.header-style-four.style-city4 {
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
}
.header-style-four.style-city4 .main-box .nav-outer {
  margin-left: 0;
  margin-right: 0;
}
.header-style-four.style-city4 .main-box .nav-outer .nav .navigation li {
  margin-right: 25px;
}
.header-style-four.style-city4
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-city4 .logo-box {
  margin-left: -203px;
}
.header-style-four.style-city4 .ui-btn-outer {
  border-left: none;
}
.header-style-four.style-city4 .main-box {
  background-color: transparent;
  padding: 14.5px 15px;
  max-width: 1720px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-four.style-city4 .main-menu .navigation > li > a {
  color: var(--theme-color-white);
}
.header-style-four.style-city4
  .main-box
  .nav-outer
  .nav
  .navigation
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-four.style-city4 .main-menu .navigation > li > a::before {
  background-color: var(--theme-color1);
}
.header-style-four.style-city4 .outer-box .ui-btn-outer .ui-btn.search-btn {
  color: var(--theme-color-white);
  font-size: 28px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-city4 .outer-box .ui-btn-outer .ui-btn.search-btn {
    font-size: 18px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .header-style-four.style-city4 .outer-box .mobile-nav-toggler {
    display: none;
  }
}
.header-style-four.style-island2 {
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.header-style-four.style-island2 .main-box .nav-outer {
  margin-left: 0;
  margin-right: 0;
}
.header-style-four.style-island2 .main-box .nav-outer .nav .navigation li {
  margin-right: 25px;
}
.header-style-four.style-island2
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-island2 .logo-box {
  margin-left: -203px;
}
.header-style-four.style-island2 .ui-btn-outer {
  border-left: none;
}
.header-style-four.style-island2 .main-box {
  background-color: transparent;
  padding: 14.5px 15px;
  max-width: 1720px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-four.style-island2 .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-four.style-island2
  .main-box
  .nav-outer
  .nav
  .navigation
  li
  a:hover {
  color: var(--theme-color9);
}
.header-style-four.style-island2 .main-menu .navigation > li > a::before {
  background-color: var(--theme-color9);
}
.header-style-four.style-island2 .outer-box .ui-btn-outer .ui-btn.search-btn {
  color: var(--theme-color-black);
  font-size: 28px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-island2 .outer-box .ui-btn-outer .ui-btn.search-btn {
    font-size: 18px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .header-style-four.style-island2 .outer-box .mobile-nav-toggler {
    display: none;
  }
}
.header-style-four.style-city3 {
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.header-style-four.style-city3 .main-box .nav-outer {
  margin-left: 0;
  margin-right: 0;
}
.header-style-four.style-city3 .main-box .nav-outer .nav .navigation li {
  margin-right: 25px;
}
.header-style-four.style-city3
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: none;
}
.header-style-four.style-city3 .logo-box {
  margin-left: -203px;
}
.header-style-four.style-city3 .ui-btn-outer {
  border-left: none;
}
.header-style-four.style-city3 .main-box {
  background-color: transparent;
  padding: 14.5px 15px;
  max-width: 1720px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-four.style-city3 .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-four.style-city3
  .main-box
  .nav-outer
  .nav
  .navigation
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-four.style-city3 .main-menu .navigation > li > a::before {
  background-color: var(--theme-color1);
}
.header-style-four.style-city3 .outer-box .ui-btn-outer .ui-btn.search-btn {
  color: var(--theme-color-black);
  font-size: 28px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-style-four.style-city3 .outer-box .ui-btn-outer .ui-btn.search-btn {
    font-size: 18px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .header-style-four.style-city3 .outer-box .mobile-nav-toggler {
    display: none;
  }
}
.header-style-four.style-ocean-two {
  background-color: #eee6dd;
}
.header-style-four.style-ocean-two .main-box {
  background-color: #eee6dd;
}
@media (max-width: 575.98px) {
  .header-style-four .auto-container {
    padding: 0;
  }
}
.header-style-four .header-top {
  display: unset;
}
@media (max-width: 575.98px) {
  .header-style-four .header-top {
    display: none;
  }
}
.header-style-four .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 11px;
}
.header-style-four .header-top .inner-box .top-left span {
  color: #adadad;
}
.header-style-four .header-top .inner-box .top-left span .icon {
  color: var(--theme-color1);
  margin-right: 18px;
}
.header-style-four .header-top .inner-box .top-right .social-icon-one li a {
  font-size: 15px;
  color: #adadad;
}
.header-style-four .header-top .social-icon-one li {
  color: #adadad;
  margin-left: 0;
  margin-right: 18px;
}
.header-style-four .header-top .social-icon-one li:last-child {
  margin-right: 0;
}
.header-style-four .header-top .info-language {
  margin-left: 30px;
}
.header-style-four .header-top .info-language .select-language {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  padding: 15.75px 20px;
  cursor: pointer;
}
.header-style-four .header-top .info-language .select-language .icon {
  margin-left: 6px;
}
.header-style-four .header-top .info-user {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color1);
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .header-style-four .logo img {
    max-width: 150px;
  }
}
@media (max-width: 359.98px) {
  .header-style-four .logo img {
    max-width: 120px;
  }
}
.header-style-four .main-box {
  background-color: var(--theme-color-light);
  padding: 24px 36px 24px 40px;
}
@media (max-width: 991.98px) {
  .header-style-four .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .header-style-four .main-box {
    padding: 24px 15px;
  }
}
.header-style-four .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
@media (max-width: 1199.98px) {
  .header-style-four .main-box .nav-outer .nav .navigation li {
    margin-right: 29px;
  }
}
.header-style-four .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-four .main-box .nav-outer .nav .navigation > li > a:hover {
  color: #fff;
}
/* Dropdown links ? scoped so top-level nav hover stays white */
.header-style-four .main-box .nav-outer .nav .navigation > li > ul > li > a,
.header-style-four
  .main-box
  .nav-outer
  .nav
  .navigation
  > li
  > ul
  > li
  > ul
  > li
  > a {
  color: #ffffff;
  background: transparent;
}
.header-style-four
  .main-box
  .nav-outer
  .nav
  .navigation
  > li
  > ul
  > li:hover
  > a,
.header-style-four
  .main-box
  .nav-outer
  .nav
  .navigation
  > li
  > ul
  > li
  > ul
  > li:hover
  > a,
.header-style-four
  .main-box
  .nav-outer
  .nav
  .navigation
  > li
  > ul
  > li
  > a:hover,
.header-style-four
  .main-box
  .nav-outer
  .nav
  .navigation
  > li
  > ul
  > li
  > ul
  > li
  > a:hover {
  color: #111;
  background: #ffffff;
}
.header-style-four .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-four .outer-box .ui-btn-outer {
  padding-left: 0;
  right: 0;
}
.header-style-four .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color1);
  font-size: 20px;
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .header-style-four .outer-box .ui-btn-outer .ui-btn {
    margin-left: 15px;
  }
}
.header-style-four .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .header-style-four .outer-box .ui-btn-outer .ui-btn.search-btn {
    margin-right: 0;
  }
}
.header-style-four .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-four .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}
.header-style-four .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 75px;
}
@media (max-width: 575.98px) {
  .header-style-four .outer-box .search-btn {
    margin-right: 20px;
  }
}
.header-style-four .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
@media (max-width: 575.98px) {
  .header-style-four .outer-box .search-btn::before {
    right: -20px;
  }
}
.header-style-four .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-four .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-four .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-four .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .header-style-four .outer-box .theme-btn {
    font-size: 14px;
    padding: 10px 22px;
  }
}
@media (max-width: 991.98px) {
  .header-style-four .outer-box .theme-btn {
    font-size: 13px;
    padding: 5px 14px;
  }
}
@media (max-width: 575.98px) {
  .header-style-four .outer-box .theme-btn {
    font-size: 12px;
    padding: 3px 8px;
  }
}
.header-style-four .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-four .outer-box .header-btn:before {
  display: none;
}
.header-style-four .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-four .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-four .main-menu .navigation > li > a {
  color: #fff;
  position: relative;
}
/* .header-style-four .main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color1);
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  } */
.header-style-four .main-menu .navigation > li > a:hover {
  color: #fff;
}
.header-style-four .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-four .main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
}
.header-style-four .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  top: 50%;
  bottom: auto;
  right: -10px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
.header-style-four .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-four .main-menu .navigation > li > ul > li:hover > a,
.header-style-four .main-menu .navigation > li > ul > li > ul > li:hover > a,
.header-style-four .main-menu .navigation > li > ul > li > a:hover,
.header-style-four .main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #111;
  background: #ffffff;
}
.header-style-four .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: #000;
}
.header-style-four .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
@media (max-width: 575.98px) {
  .header-style-four .sticky-header .auto-container {
    padding: 0 15px;
  }
}
.header-style-four .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-four .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style-four .sticky-header .main-menu .navigation > li > a {
  color: #fff;
}
.header-style-four .sticky-header .main-menu .navigation > li.current > a,
.header-style-four .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-four .sticky-header .main-menu .navigation > li {
  padding: 0;
}

/* Right Side */
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 220px;
}

/* Premium Contact Button */
.header-contact-btn {
  position: relative;
  overflow: hidden;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  height: 56px;
  padding: 0 30px;

  border-radius: 0px;

  background: var(--theme-gradient);

  color: #fff !important;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;

  box-shadow: 0 12px 35px rgba(22, 17, 13, 0.35);

  transition: 0.45s;
}

.header-contact-btn::before {
  content: "";

  position: absolute;

  top: 0;
  left: -120%;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );

  transition: 0.8s;
}

.header-contact-btn:hover::before {
  left: 120%;
}

.header-contact-btn i {
  transition: 0.35s;
}

.header-contact-btn:hover {
  color: #fff !important;

  transform: translateY(-4px);

  box-shadow: 0 18px 45px rgba(22, 17, 13, 0.45);
}

.header-contact-btn:hover i {
  transform: translateX(6px);
}

@media (max-width: 1199.98px) {
  .header-right {
    display: none;
  }
}
.header-style-four .sticky-header.fixed-header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--theme-gradient);
}
.header-style-four .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-four .sticky-header .main-menu {
    display: none;
  }
}
.header-style-four
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-four .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

  ====================================================================
      header-style-five
  ====================================================================

  ***/
.header-style-five {
  position: absolute;
}
.header-style-five.style-home3 .header-lower {
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 0;
}
.header-style-five.style-home3 .header-lower .main-box {
  padding: 26px 15px;
  max-width: 1750px;
}
.header-style-five.style-home3 .header-lower .main-menu .navigation > li > a {
  font-size: 15px;
  text-transform: capitalize;
}
.header-style-five.style-home6 .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color1);
}
.header-style-five.style-home6
  .outer-box
  .ui-btn-outer
  .ui-btn.cart-btn
  .items-count {
  background-color: var(--theme-color1);
}
.header-style-five.style-home6 .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-five .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header-style-five .header-top {
    display: none;
  }
}
.header-style-five .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20.75px 15px;
  max-width: 1549px;
}
.header-style-five .header-top .inner-box .social-icon-one li {
  margin-left: 27px;
}
.header-style-five .header-top .inner-box .social-icon-one li:first-child {
  margin-left: 0;
}
.header-style-five .header-top .inner-box .social-icon-one li a {
  font-size: 15px;
  color: var(--theme-color-white);
}
.header-style-five .header-top .inner-box .social-icon-one li a:hover {
  color: var(--theme-color1);
}
.header-style-five .header-top .inner-box .top-right span {
  color: var(--theme-color-white);
  font-size: 12px;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-five .header-top .inner-box .top-right span:first-child {
  margin-left: 0;
}
.header-style-five .header-top .inner-box .top-right span:hover {
  color: var(--theme-color1);
}
.header-style-five .header-top .inner-box .top-right span:hover .icon {
  color: var(--theme-color1);
}
.header-style-five .header-top .inner-box .top-right span .icon {
  color: var(--theme-color1);
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-five .header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-five .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-five .outer-box .ui-btn-outer {
  border: none;
  padding-left: 0;
  right: 0;
}
.header-style-five .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color-white);
  font-size: 20px;
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .header-style-five .outer-box .ui-btn-outer .ui-btn {
    margin-left: 12px;
  }
}
.header-style-five .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-five .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-five .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.header-style-five .main-box {
  background-color: transparent;
  padding: 24px 15px;
  max-width: 1549px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-style-five .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-five .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
@media (max-width: 1199.98px) {
  .header-style-five .main-box .nav-outer .nav .navigation li {
    margin-right: 35px;
  }
}
.header-style-five .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-five .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-five .main-menu .navigation > li > a {
  color: var(--theme-color-white);
  position: relative;
  text-transform: uppercase;
}
.header-style-five .main-menu .navigation > li > a:before {
  background-color: var(--theme-color1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.header-style-five .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-five .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-five .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-five .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-five .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-five .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-five .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-five .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-five .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-five .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-five .outer-box .header-btn:before {
  display: none;
}
.header-style-five .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-five .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-five .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
}
.header-style-five .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-five .mobile-nav-toggler {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 24px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.header-style-five .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-five .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-five .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-five .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style-five .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-five .sticky-header .main-menu .navigation > li.current > a,
.header-style-five .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-five .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-five .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-five .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-five .sticky-header .main-menu {
    display: none;
  }
}
.header-style-five
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-five .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

  ====================================================================
      header-style 
  ====================================================================

  ***/
.header-style14 {
  position: absolute;
}
.header-style14.style-home3 .header-lower {
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 0;
}
.header-style14.style-home3 .header-lower .main-box {
  padding: 26px 15px;
  max-width: 1750px;
}
.header-style14.style-home3 .header-lower .main-menu .navigation > li > a {
  font-size: 15px;
  text-transform: capitalize;
}
.header-style14.style-home6 .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color1);
}
.header-style14.style-home6
  .outer-box
  .ui-btn-outer
  .ui-btn.cart-btn
  .items-count {
  background-color: var(--theme-color1);
}
.header-style14.style-home6 .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style14 .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header-style14 .header-top {
    display: none;
  }
}
.header-style14 .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20.75px 15px;
  max-width: 1549px;
}
.header-style14 .header-top .inner-box .social-icon-one li {
  margin-left: 27px;
}
.header-style14 .header-top .inner-box .social-icon-one li:first-child {
  margin-left: 0;
}
.header-style14 .header-top .inner-box .social-icon-one li a {
  font-size: 15px;
  color: var(--theme-color-white);
}
.header-style14 .header-top .inner-box .social-icon-one li a:hover {
  color: var(--theme-color1);
}
.header-style14 .header-top .inner-box .top-right span {
  color: var(--theme-color-white);
  font-size: 12px;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style14 .header-top .inner-box .top-right span:first-child {
  margin-left: 0;
}
.header-style14 .header-top .inner-box .top-right span:hover {
  color: var(--theme-color1);
}
.header-style14 .header-top .inner-box .top-right span:hover .icon {
  color: var(--theme-color1);
}
.header-style14 .header-top .inner-box .top-right span .icon {
  color: var(--theme-color1);
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style14 .header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1799.98px) {
  .header-style14 .header-lower {
    margin: 0 20px;
  }
}
.header-style14 .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style14 .outer-box .ui-btn-outer {
  border: none;
  padding-left: 0;
  right: 0;
}
.header-style14 .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color-white);
  font-size: 20px;
  margin-left: 30px;
}
.header-style14 .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style14 .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style14 .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.header-style14 .main-box .nav-outer {
  margin-right: 0;
}
.header-style14 .main-box {
  background-color: transparent;
  padding: 24px 15px;
  max-width: 1667px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-style14 .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style14 .main-box .nav-outer .nav .navigation li {
  margin-right: 35px;
}
.header-style14 .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style14 .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style14 .main-menu .navigation > li > a {
  color: var(--theme-color-white);
  position: relative;
  text-transform: uppercase;
}
.header-style14 .main-menu .navigation > li > a:before {
  background-color: var(--theme-color1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.header-style14 .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style14 .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style14 .main-menu .navigation > li.dropdown .megamenu {
  left: -570px;
}
.header-style14 .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style14 .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style14 .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style14 .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style14 .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style14 .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style14 .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style14 .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style14 .outer-box .header-btn:before {
  display: none;
}
.header-style14 .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style14 .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style14 .main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.header-style14 .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style14 .mobile-nav-toggler {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 24px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.header-style14 .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style14 .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style14 .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style14 .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style14 .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style14 .sticky-header .main-menu .navigation > li.current > a,
.header-style14 .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style14 .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style14 .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style14 .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style14 .sticky-header .main-menu {
    display: none;
  }
}
.header-style14
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style14 .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

  ====================================================================
      header-style-mountain
  ====================================================================

  ***/
.header-style-mountain {
  position: relative;
}
.header-style-mountain .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: var(--theme-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header-style-mountain .header-top {
    display: none;
  }
}
.header-style-mountain .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
}
.header-style-mountain .header-top .inner-box .social-icon-one li {
  margin-left: 27px;
}
.header-style-mountain .header-top .inner-box .social-icon-one li:first-child {
  margin-left: 0;
}
.header-style-mountain .header-top .inner-box .social-icon-one li a {
  font-size: 15px;
  color: var(--theme-color-white);
}
.header-style-mountain .header-top .inner-box .social-icon-one li a:hover {
  color: var(--theme-color6);
}
.header-style-mountain .header-top .inner-box .top-right span {
  color: var(--theme-color-white);
  font-size: 12px;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-mountain .header-top .inner-box .top-right span:first-child {
  margin-left: 0;
}
.header-style-mountain .header-top .inner-box .top-right span:hover {
  color: var(--theme-color-white);
}
.header-style-mountain .header-top .inner-box .top-right span:hover .icon {
  color: var(--theme-color6);
}
.header-style-mountain .header-top .inner-box .top-right span .icon {
  color: var(--theme-color-white);
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-mountain .header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-mountain .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-mountain .outer-box .ui-btn-outer {
  border: none;
  padding-left: 0;
  right: 0;
}
.header-style-mountain .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color6);
  font-size: 20px;
  margin-left: 30px;
}
.header-style-mountain .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-mountain .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-mountain .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.header-style-mountain .main-box {
  background-color: transparent;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .header-style-mountain .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-mountain .main-box .nav-outer {
  margin-right: 0;
}
.header-style-mountain .main-box .nav-outer .nav .navigation li {
  margin-right: 36px;
}
.header-style-mountain .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-mountain .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color6);
}
.header-style-mountain .main-menu .navigation > li.dropdown .megamenu {
  width: 270px;
  left: 0;
}
.header-style-mountain .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  position: relative;
  text-transform: uppercase;
}
.header-style-mountain .main-menu .navigation > li > a:before {
  background-color: var(--theme-color-dark);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.header-style-mountain .main-menu .navigation > li > a:hover {
  color: var(--theme-color6) !important;
}
.header-style-mountain .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-mountain .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-mountain .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-mountain .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-mountain .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-mountain .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-mountain .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-mountain .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-mountain .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-mountain .outer-box .header-btn:before {
  display: none;
}
.header-style-mountain .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-mountain .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-mountain .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
  display: none;
}
.header-style-mountain .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-mountain .mobile-nav-toggler {
  color: var(--theme-color6);
  display: inline-block;
  font-size: 24px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.header-style-mountain .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-mountain .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-mountain .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-mountain .sticky-header .mobile-nav-toggler {
    color: var(--theme-color6);
    display: block;
  }
}
.header-style-mountain .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-mountain .sticky-header .main-menu .navigation > li.current > a,
.header-style-mountain .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-mountain .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-mountain .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-mountain .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-mountain .sticky-header .main-menu {
    display: none;
  }
}
.header-style-mountain
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-mountain .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-mountain .contact-list-one li .title {
  color: var(--theme-color6);
}

/*** 

  ====================================================================
      header-style-mountain
  ====================================================================

  ***/
.header-style-mountain2 {
  position: absolute;
}
.header-style-mountain2 .main-box {
  padding: 15px 123px !important;
}
.header-style-mountain2 .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: var(--theme-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header-style-mountain2 .header-top {
    display: none;
  }
}
.header-style-mountain2 .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
}
.header-style-mountain2 .header-top .inner-box .social-icon-one li {
  margin-left: 27px;
}
.header-style-mountain2 .header-top .inner-box .social-icon-one li:first-child {
  margin-left: 0;
}
.header-style-mountain2 .header-top .inner-box .social-icon-one li a {
  font-size: 15px;
  color: var(--theme-color-white);
}
.header-style-mountain2 .header-top .inner-box .social-icon-one li a:hover {
  color: var(--theme-color6);
}
.header-style-mountain2 .header-top .inner-box .top-right span {
  color: var(--theme-color-white);
  font-size: 12px;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-mountain2 .header-top .inner-box .top-right span:first-child {
  margin-left: 0;
}
.header-style-mountain2 .header-top .inner-box .top-right span:hover {
  color: var(--theme-color-white);
}
.header-style-mountain2 .header-top .inner-box .top-right span:hover .icon {
  color: var(--theme-color6);
}
.header-style-mountain2 .header-top .inner-box .top-right span .icon {
  color: var(--theme-color-white);
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-mountain2 .header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-mountain2 .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-mountain2 .outer-box .ui-btn-outer {
  border: none;
  padding-left: 0;
  right: 0;
}
.header-style-mountain2 .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color6);
  font-size: 20px;
  margin-left: 30px;
}
.header-style-mountain2 .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-mountain2 .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-mountain2 .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.header-style-mountain2 .main-box {
  background-color: transparent;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .header-style-mountain2 .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-mountain2 .main-box .nav-outer {
  margin-right: 0;
}
.header-style-mountain2 .main-box .nav-outer .nav .navigation li {
  margin-right: 36px;
}
.header-style-mountain2 .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-mountain2 .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color6);
}
.header-style-mountain2 .main-menu .navigation > li.dropdown .megamenu {
  width: 270px;
  left: 0;
}
.header-style-mountain2 .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  position: relative;
  text-transform: uppercase;
}
.header-style-mountain2 .main-menu .navigation > li > a:before {
  background-color: var(--theme-color-dark);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.header-style-mountain2 .main-menu .navigation > li > a:hover {
  color: var(--theme-color6) !important;
}
.header-style-mountain2 .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-mountain2 .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-mountain2 .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-mountain2 .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-mountain2 .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-mountain2 .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-mountain2 .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-mountain2 .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-mountain2 .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-mountain2 .outer-box .header-btn:before {
  display: none;
}
.header-style-mountain2 .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-mountain2 .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-mountain2 .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
  display: none;
}
.header-style-mountain2 .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-mountain2 .mobile-nav-toggler {
  color: var(--theme-color6);
  display: inline-block;
  font-size: 24px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.header-style-mountain2 .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-mountain2 .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-mountain2 .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-mountain2 .sticky-header .mobile-nav-toggler {
    color: var(--theme-color6);
    display: block;
  }
}
.header-style-mountain2 .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-mountain2 .sticky-header .main-menu .navigation > li.current > a,
.header-style-mountain2 .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-mountain2 .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-mountain2 .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-mountain2 .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-mountain2 .sticky-header .main-menu {
    display: none;
  }
}
.header-style-mountain2
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-mountain2 .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-mountain2 .contact-list-one li .title {
  color: var(--theme-color6);
}

/*** 

  ====================================================================
      header-style-winter
  ====================================================================

  ***/
.header-style-winter {
  position: absolute;
}
.header-style-winter.style-light {
  position: relative;
}
.header-style-winter.style-light .header-top {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-style-winter.style-light .header-top {
    display: none;
  }
}
.header-style-winter.style-light .header-top .inner-box {
  padding: 9.5px 0;
}
.header-style-winter.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a {
  font-size: 15px;
  color: var(--theme-color-dark);
}
.header-style-winter.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-winter.style-light .header-top .inner-box .top-right span {
  color: var(--theme-color-dark);
  font-size: 14px;
  margin-left: 30px;
}
.header-style-winter.style-light
  .header-top
  .inner-box
  .top-right
  span:first-child {
  margin-left: 0;
}
.header-style-winter.style-light .header-top .inner-box .top-right span .icon {
  color: var(--theme-color1);
  margin-right: 12px;
}
.header-style-winter.style-light .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .header-style-winter.style-light .main-box .nav-outer {
    margin-left: 30px;
  }
}
.header-style-winter.style-light .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-winter.style-light-theme {
  background-color: #f8f5f0;
  position: relative;
}
.header-style-winter.style-light-theme .main-box {
  background-color: #f8f5f0;
}
.header-style-winter.style-light-theme .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
.header-style-winter.style-light-theme .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-winter .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-winter .outer-box .ui-btn-outer {
  padding-left: 0;
  right: 0;
}
.header-style-winter .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color1);
  font-size: 20px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .header-style-winter .outer-box .ui-btn-outer .ui-btn {
    margin-left: 20px;
  }
}
.header-style-winter .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .header-style-winter .outer-box .ui-btn-outer .ui-btn.search-btn {
    margin-right: 0;
  }
}
.header-style-winter .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-winter .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}
.header-style-winter .main-box {
  background-color: var(--theme-color-light);
  padding: 24px 36px 24px 40px;
  margin-top: 30px;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .header-style-winter .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter .main-box {
    padding: 24px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter .main-box .logo {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter .main-box .logo img {
    min-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter .main-box .nav-outer {
    display: none;
  }
}
.header-style-winter .main-box .nav-outer .nav .navigation li {
  margin-right: 30px;
}
.header-style-winter .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-winter .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color7);
}
.header-style-winter .main-menu .navigation > li > a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.header-style-winter .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color7);
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-winter .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-winter .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-winter .outer-box .search-btn {
  position: relative;
  background-color: unset;
  font-size: 26px;
  line-height: 1;
  margin-bottom: -3px;
  color: var(--theme-color7);
}
@media (max-width: 575.98px) {
  .header-style-winter .outer-box .search-btn {
    margin-right: 20px;
  }
}
.header-style-winter .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: var(--theme-color7);
}
.header-style-winter .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-winter .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: var(--theme-color7);
}
.header-style-winter .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: var(--theme-color7);
}
.header-style-winter .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-winter .outer-box .header-btn:before {
  display: none;
}
.header-style-winter .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-winter .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-winter .main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.header-style-winter .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-winter .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: var(--theme-color7);
}
.header-style-winter .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-winter .main-box .nav-outer {
  margin-right: 30px;
}
.header-style-winter .contact-list-one li .title {
  color: var(--theme-color7);
}
.header-style-winter .sticky-header {
  background-color: var(--theme-color2);
}
.header-style-winter .sticky-header .mobile-nav-toggler {
  display: none !important;
}
.header-style-winter .sticky-header .main-menu .navigation > li.current > a,
.header-style-winter .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-winter .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-winter .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-winter .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-winter .sticky-header.style-light {
  position: relative;
}
.header-style-winter .sticky-header.style-light .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
.header-style-winter .sticky-header.style-light .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-winter .sticky-header .header-top {
  display: unset;
}
.header-style-winter .sticky-header .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 11px;
}
.header-style-winter .sticky-header .header-top .inner-box .top-left span {
  color: #adadad;
}
.header-style-winter
  .sticky-header
  .header-top
  .inner-box
  .top-left
  span
  .icon {
  color: var(--theme-color1);
  margin-right: 18px;
}
.header-style-winter
  .sticky-header
  .header-top
  .inner-box
  .top-right
  .social-icon-one
  li
  a {
  font-size: 15px;
  color: #adadad;
}
.header-style-winter .sticky-header .header-top .social-icon-one li {
  color: #adadad;
  margin-left: 0;
  margin-right: 18px;
}
.header-style-winter .sticky-header .header-top .social-icon-one li:last-child {
  margin-right: 0;
}
.header-style-winter .sticky-header .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-winter .sticky-header .outer-box .ui-btn-outer {
  padding-left: 0;
  right: 0;
}
.header-style-winter .sticky-header .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color1);
  font-size: 20px;
  margin-left: 30px;
}
.header-style-winter
  .sticky-header
  .outer-box
  .ui-btn-outer
  .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-winter
  .sticky-header
  .outer-box
  .ui-btn-outer
  .ui-btn.search-btn:before {
  display: none;
}
.header-style-winter
  .sticky-header
  .outer-box
  .ui-btn-outer
  .ui-btn.cart-btn
  .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}
.header-style-winter .sticky-header .main-box {
  background-color: var(--theme-color-light);
  padding: 24px 36px 24px 40px;
}
@media (max-width: 991.98px) {
  .header-style-winter .sticky-header .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-winter .sticky-header .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-winter
  .sticky-header
  .main-box
  .nav-outer
  .nav
  .navigation
  li:last-child {
  margin-right: 0;
}
.header-style-winter
  .sticky-header
  .main-box
  .nav-outer
  .nav
  .navigation
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-winter .sticky-header .main-menu .navigation > li > a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.header-style-winter .sticky-header .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-winter .sticky-header .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-winter
  .sticky-header
  .main-menu
  .navigation
  > li
  > a:hover:before {
  width: 100%;
}
.header-style-winter .sticky-header .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-winter .sticky-header .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-winter .sticky-header .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-winter .sticky-header .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-winter .sticky-header .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-winter .sticky-header .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-winter .sticky-header .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-winter .sticky-header .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-winter .sticky-header .outer-box .header-btn:before {
  display: none;
}
.header-style-winter .sticky-header .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-winter .sticky-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-winter
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-winter
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  ul
  .dropdown-btn {
  display: none;
}
.header-style-winter .sticky-header .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: #000;
  margin-top: 3px;
}
.header-style-winter
  .sticky-header
  .main-menu
  .navigation
  > li
  > ul
  > li
  > a:hover {
  color: var(--theme-color2);
}

/*** 

  ====================================================================
      header-style-winter
  ====================================================================

  ***/
.header-style-winter-two {
  position: relative;
  background-color: #eef9fd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.header-style-winter-two .btn-style-six {
  margin-left: 20px;
}
.header-style-winter-two.style-light {
  position: relative;
}
.header-style-winter-two.style-light .header-top {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-style-winter-two.style-light .header-top {
    display: none;
  }
}
.header-style-winter-two.style-light .header-top .inner-box {
  padding: 9.5px 0;
}
.header-style-winter-two.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a {
  font-size: 15px;
  color: var(--theme-color-dark);
}
.header-style-winter-two.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-winter-two.style-light .header-top .inner-box .top-right span {
  color: var(--theme-color-dark);
  font-size: 14px;
  margin-left: 30px;
}
.header-style-winter-two.style-light
  .header-top
  .inner-box
  .top-right
  span:first-child {
  margin-left: 0;
}
.header-style-winter-two.style-light
  .header-top
  .inner-box
  .top-right
  span
  .icon {
  color: var(--theme-color1);
  margin-right: 12px;
}
.header-style-winter-two.style-light .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .header-style-winter-two.style-light .main-box .nav-outer {
    margin-left: 30px;
  }
}
.header-style-winter-two.style-light .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-winter-two.style-light-theme {
  background-color: #f8f5f0;
  position: relative;
}
.header-style-winter-two.style-light-theme .main-box {
  background-color: #f8f5f0;
}
.header-style-winter-two.style-light-theme .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
.header-style-winter-two.style-light-theme .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-winter-two .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-winter-two .outer-box .ui-btn-outer {
  padding-left: 0;
  right: 0;
}
.header-style-winter-two .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color7);
  font-size: 20px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .header-style-winter-two .outer-box .ui-btn-outer .ui-btn {
    margin-left: 20px;
  }
}
.header-style-winter-two .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .header-style-winter-two .outer-box .ui-btn-outer .ui-btn.search-btn {
    margin-right: 0;
  }
}
.header-style-winter-two .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-winter-two
  .outer-box
  .ui-btn-outer
  .ui-btn.cart-btn
  .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color7);
  text-align: center;
}
.header-style-winter-two .main-box {
  background-color: #eef9fd;
  padding: 24px 36px 24px 40px;
  margin-top: 0;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .header-style-winter-two .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-two .main-box {
    padding: 24px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-two .main-box .logo {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-two .main-box .logo img {
    min-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-two .main-box .nav-outer {
    display: none;
  }
}
.header-style-winter-two .main-box .nav-outer .nav .navigation li {
  margin-right: 30px;
}
.header-style-winter-two .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-winter-two .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color7);
}
.header-style-winter-two .main-menu .navigation > li > a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.header-style-winter-two .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color7);
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-winter-two .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-winter-two .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-winter-two .outer-box .search-btn {
  position: relative;
  background-color: unset;
  font-size: 26px;
  line-height: 1;
  margin-bottom: -3px;
  color: var(--theme-color7);
}
@media (max-width: 575.98px) {
  .header-style-winter-two .outer-box .search-btn {
    margin-right: 20px;
  }
}
.header-style-winter-two .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: var(--theme-color7);
}
.header-style-winter-two .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-winter-two .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: var(--theme-color7);
}
.header-style-winter-two .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: var(--theme-color7);
}
.header-style-winter-two .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-winter-two .outer-box .header-btn:before {
  display: none;
}
.header-style-winter-two .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-winter-two .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-winter-two .main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.header-style-winter-two .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-winter-two .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: var(--theme-color7);
}
.header-style-winter-two .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-winter-two .main-box .nav-outer {
  margin-right: auto;
}
.header-style-winter-two .contact-list-one li .title {
  color: var(--theme-color7);
}
.header-style-winter-two .sticky-header .mobile-nav-toggler {
  color: var(--theme-color7);
}

/*** 

  ====================================================================
      header-style-winter
  ====================================================================

  ***/
.header-style-winter-five {
  position: relative;
  background-color: #fff;
  border: none;
}
.header-style-winter-five .btn-style-six {
  margin-left: 20px;
}
.header-style-winter-five.style-light {
  position: relative;
}
.header-style-winter-five.style-light .header-top {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-style-winter-five.style-light .header-top {
    display: none;
  }
}
.header-style-winter-five.style-light .header-top .inner-box {
  padding: 9.5px 0;
}
.header-style-winter-five.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a {
  font-size: 15px;
  color: var(--theme-color-dark);
}
.header-style-winter-five.style-light
  .header-top
  .inner-box
  .top-left
  .social-icon-one
  li
  a:hover {
  color: var(--theme-color1);
}
.header-style-winter-five.style-light .header-top .inner-box .top-right span {
  color: var(--theme-color-dark);
  font-size: 14px;
  margin-left: 30px;
}
.header-style-winter-five.style-light
  .header-top
  .inner-box
  .top-right
  span:first-child {
  margin-left: 0;
}
.header-style-winter-five.style-light
  .header-top
  .inner-box
  .top-right
  span
  .icon {
  color: var(--theme-color1);
  margin-right: 12px;
}
.header-style-winter-five.style-light .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .header-style-winter-five.style-light .main-box .nav-outer {
    margin-left: 30px;
  }
}
.header-style-winter-five.style-light .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-winter-five.style-light-theme {
  background-color: #f8f5f0;
  position: relative;
}
.header-style-winter-five.style-light-theme .main-box {
  background-color: #f8f5f0;
}
.header-style-winter-five.style-light-theme .main-box .nav-outer {
  margin-left: 80px;
  margin-right: auto;
}
.header-style-winter-five.style-light-theme .mobile-nav-toggler {
  color: var(--theme-color1);
}
.header-style-winter-five .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-winter-five .outer-box .ui-btn-outer {
  padding-left: 0;
  right: 0;
}
.header-style-winter-five .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color7);
  font-size: 20px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .header-style-winter-five .outer-box .ui-btn-outer .ui-btn {
    margin-left: 20px;
  }
}
.header-style-winter-five .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .header-style-winter-five .outer-box .ui-btn-outer .ui-btn.search-btn {
    margin-right: 0;
  }
}
.header-style-winter-five .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-winter-five
  .outer-box
  .ui-btn-outer
  .ui-btn.cart-btn
  .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color7);
  text-align: center;
}
.header-style-winter-five .main-box {
  background-color: #fff;
  padding: 24px 36px 24px 40px;
  margin-top: 0;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .header-style-winter-five .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-five .main-box {
    padding: 24px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-five .main-box .logo {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-five .main-box .logo img {
    min-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .header-style-winter-five .main-box .nav-outer {
    display: none;
  }
}
.header-style-winter-five .main-box .nav-outer .nav .navigation li {
  margin-right: 30px;
}
.header-style-winter-five .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-winter-five .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color7);
}
.header-style-winter-five .main-menu .navigation > li > a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.header-style-winter-five .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color7);
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-winter-five .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-winter-five .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-winter-five .outer-box .search-btn {
  position: relative;
  background-color: unset;
  font-size: 26px;
  line-height: 1;
  margin-bottom: -3px;
  color: var(--theme-color7);
}
@media (max-width: 575.98px) {
  .header-style-winter-five .outer-box .search-btn {
    margin-right: 20px;
  }
}
.header-style-winter-five .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: var(--theme-color7);
}
.header-style-winter-five .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-winter-five .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: var(--theme-color7);
}
.header-style-winter-five .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: var(--theme-color7);
}
.header-style-winter-five .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-winter-five .outer-box .header-btn:before {
  display: none;
}
.header-style-winter-five .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-winter-five .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-winter-five .main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.header-style-winter-five .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-winter-five .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: var(--theme-color7);
}
.header-style-winter-five .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-winter-five .main-box .nav-outer {
  margin-right: auto;
}
.header-style-winter-five .contact-list-one li .title {
  color: var(--theme-color7);
}
.header-style-winter-five .sticky-header .mobile-nav-toggler {
  color: var(--theme-color7);
}

/*** 

  ====================================================================
      header-style-three
  ====================================================================

  ***/
@media (max-width: 1199.98px) {
  .header-style-three.style-home2 .header-top {
    padding: 9px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-three.style-home2 .header-top {
    padding: 9px 0;
  }
}
@media (max-width: 1199.98px) {
  .header-style-three.style-home2 .header-lower {
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-three.style-home2 .header-lower {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-style-three.style-home6 .header-lower {
    padding: 0 60px;
  }
}
@media (max-width: 991.98px) {
  .header-style-three.style-home6 .header-lower {
    padding: 0 15px;
  }
}

@media (max-width: 991.98px) {
  .header-style-three .header-top {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .header-style-three .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .header-style-three .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-three .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-three .sticky-header {
  background-color: var(--theme-color-v2);
  /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 991.98px) {
  .header-style-three .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}

.header-style-three .sticky-header .main-menu .navigation > li.current > a,
.header-style-three .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
@media (max-width: 991.98px) {
  .header-style-three .sticky-header .main-menu {
    display: none;
  }
} /*** 

  ====================================================================
      header-style-three
  ====================================================================

  ***/
.header-style-golf {
  position: relative;
}
.header-style-golf .header-top {
  background-color: var(--theme-color-dark);
  padding: 9px 60px;
}
@media (max-width: 991.98px) {
  .header-style-golf .header-top {
    display: none;
  }
}
.header-style-golf .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header-style-golf .header-top .inner-box .social-icon-one li {
  margin-left: 30px;
}
.header-style-golf .header-top .inner-box .social-icon-one li:first-child {
  margin-left: 0;
}
.header-style-golf .header-top .inner-box .social-icon-one li a {
  font-size: 15px;
  color: var(--theme-color-white);
}
.header-style-golf .header-top .inner-box .social-icon-one li a:hover {
  color: var(--theme-color1);
}
.header-style-golf .header-top .inner-box .top-left span {
  color: var(--theme-color-white);
  font-size: 14px;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-golf .header-top .inner-box .top-left span:first-child {
  margin-left: 0;
}
.header-style-golf .header-top .inner-box .top-left span:hover {
  color: var(--theme-color1);
}
.header-style-golf .header-top .inner-box .top-left span:hover .icon {
  color: var(--theme-color1);
}
.header-style-golf .header-top .inner-box .top-left span .icon {
  color: var(--theme-color-white);
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-golf .header-lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px;
}
@media (max-width: 1199.98px) {
  .header-style-golf .header-lower {
    padding: 0 30px;
  }
}
.header-style-golf .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-golf .outer-box .ui-btn-outer {
  border: none;
  padding-left: 0;
  right: 0;
}
.header-style-golf .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color-dark);
  font-size: 20px;
  margin-left: 30px;
}
.header-style-golf .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-golf .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-golf .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.header-style-golf .main-box .nav-outer {
  margin-right: 0;
}
.header-style-golf .main-box {
  background-color: transparent;
  padding: 24px 0px;
}
@media (max-width: 991.98px) {
  .header-style-golf .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-golf .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-golf .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-golf .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-golf .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  position: relative;
  text-transform: uppercase;
}
.header-style-golf .main-menu .navigation > li > a:before {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.header-style-golf .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-golf .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-golf .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-golf .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-golf .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-golf .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-golf .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-golf .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-golf .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-golf .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-golf .outer-box .header-btn:before {
  display: none;
}
.header-style-golf .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-golf .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-golf .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
}
.header-style-golf .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-golf .mobile-nav-toggler {
  color: var(--theme-color-dark);
  display: inline-block;
  font-size: 24px;
  margin-top: 3px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.header-style-golf .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-golf .sticky-header {
  background-color: var(--theme-color-v2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-golf .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-golf .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style-golf .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-golf .sticky-header .main-menu .navigation > li.current > a,
.header-style-golf .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-golf .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-golf .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-golf .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-golf .sticky-header .main-menu {
    display: none;
  }
}
.header-style-golf
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-golf .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

  ====================================================================
  Sticky Header
  ====================================================================

  ***/
.sticky-header {
  background: var(--theme-gradient);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 55px;
}
.sticky-header .nav-outer {
  background: none;
  margin-left: auto;
  position: relative;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 30px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.header-style-two .sticky-header .main-menu .navigation > li > a {
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .header-style-one .main-box .nav-outer {
    margin-left: 70px;
    margin-right: auto;
  }
  .header-style-two .main-box .nav-outer .nav .navigation li {
    margin-right: 26px;
  }
  .header-style-two .main-box .nav-outer {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-one .mobile-nav-toggler,
  .header-style-two .sticky-header .mobile-nav-toggler,
  .header-style-one .sticky-header .mobile-nav-toggler {
    display: inline-block;
  }
  .header-style-two .sticky-header .main-menu,
  .header-style-one .sticky-header .main-menu {
    display: none;
  }
}
.header-style-lake2 {
  position: relative !important;
  background-color: rgba(65, 123, 43, 0.1019607843) !important;
  margin: 20px auto;
  border-radius: 20px;
  border: none;
  max-width: 1880px;
}
.header-style-lake2 .main-menu .navigation > li > a {
  color: var(--theme-color-black) !important;
}
.header-style-lake2 .header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-lake2 .outer-box {
  margin-left: 0;
  margin-right: 0;
}
.header-style-lake2 .outer-box .ui-btn-outer {
  border: none;
  padding-left: 0;
  right: 0;
}
.header-style-lake2 .outer-box .ui-btn-outer .ui-btn {
  color: var(--theme-color6);
  font-size: 20px;
  margin-left: 30px;
}
.header-style-lake2 .outer-box .ui-btn-outer .ui-btn.search-btn {
  margin-right: 0;
}
.header-style-lake2 .outer-box .ui-btn-outer .ui-btn.search-btn:before {
  display: none;
}
.header-style-lake2 .outer-box .ui-btn-outer .ui-btn.cart-btn .items-count {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-white);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.header-style-lake2 .main-box {
  background-color: transparent;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .header-style-lake2 .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-lake2 .main-box .nav-outer {
  margin-right: 0;
}
.header-style-lake2 .main-box .nav-outer .nav .navigation li {
  margin-right: 36px;
}
.header-style-lake2 .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-lake2 .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color6);
}
.header-style-lake2 .main-menu .navigation > li.dropdown .megamenu {
  width: 270px;
  left: 0;
}
.header-style-lake2 .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  position: relative;
  text-transform: uppercase;
}
.header-style-lake2 .main-menu .navigation > li > a:before {
  background-color: var(--theme-color-dark);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.header-style-lake2 .main-menu .navigation > li > a:hover {
  color: var(--theme-color6) !important;
}
.header-style-lake2 .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-lake2 .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 149px;
}
@media (max-width: 767.98px) {
  .header-style-lake2 .outer-box .search-btn {
    margin-right: 100px;
  }
}
.header-style-lake2 .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}
.header-style-lake2 .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-lake2 .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-lake2 .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}
.header-style-lake2 .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-lake2 .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}
.header-style-lake2 .outer-box .header-btn:before {
  display: none;
}
.header-style-lake2 .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-lake2 .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-lake2 .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
  display: none;
}
.header-style-lake2 .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-lake2 .mobile-nav-toggler {
  color: var(--theme-color6);
  display: inline-block;
  font-size: 24px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.header-style-lake2 .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-lake2 .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-lake2 .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-lake2 .sticky-header .mobile-nav-toggler {
    color: var(--theme-color6);
    display: block;
  }
}
.header-style-lake2 .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-lake2 .sticky-header .main-menu .navigation > li.current > a,
.header-style-lake2 .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-lake2 .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-lake2 .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-style-lake2 .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-lake2 .sticky-header .main-menu {
    display: none;
  }
}
.header-style-lake2
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: #fff;
}
.header-style-lake2 .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-lake2 .contact-list-one li .title {
  color: var(--theme-color6);
}

.main-header.style-ocean-h01 {
  position: absolute;
  background-color: transparent;
}

/*** 

  ====================================================================
  main-header style-beach3
  ====================================================================

  ***/
.main-header.style-beach3 {
  background-color: transparent;
  position: absolute;
}
.main-header.style-beach3 .main-box {
  background-color: transparent;
}
.main-header.style-beach3 .main-box .theme-btn {
  margin-right: 75px;
}

/*** 

  ====================================================================
        Mobile Menu
  ====================================================================

  ***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0;
  margin-left: 30px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .mobile-nav-toggler {
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .mobile-nav-toggler {
    margin-left: 12px;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 50px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #222;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #ffffff;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 44px;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  height: 24px;
  left: 0px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > .megamenu,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > .megamenu .menu-title .badge {
  background-color: var(--theme-color1);
}

.mobile-menu .navigation li > .megamenu .menu-title {
  color: var(--theme-color-white);
  font-weight: 700;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  padding: 30px 20px 20px;
  position: relative;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color1);
  font-weight: 400;
  text-transform: uppercase;
}
.contact-list-one li a {
  color: #fff;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .text a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-box {
  color: #fff;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #222;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/***

  ====================================================================
    Hidden Sidebar style
  ====================================================================

  ***/
.toggle-hidden-bar {
  position: relative;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-color-dark);
  height: 100%;
}
.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}
.hidden-bar .text-box .title {
  color: var(--theme-color-light);
}
.hidden-bar .text-box .text {
  color: var(--theme-color-light);
}

.hidden-bar-back-drop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

  ====================================================================
  Section Title
  ====================================================================

  ***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title p {
  font-size: 18px;
  color: #000;
}
.sec-title.white .sub-title:before {
  display: none;
}
.sec-title.white h2 {
  color: #fff;
}
.sec-title .sub-title {
  position: relative;
  color: var(--new-gold-color);
  font-family: var(--sec-title-subtitle-font-family);
  font-size: var(--sec-title-subtitle-font-size);
  font-weight: var(--sec-title-subtitle-font-weight);
  line-height: var(--sec-title-subtitle-line-height);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px;
  letter-spacing: 7px;
  top: -9px;
}
@media (max-width: 575.98px) {
  .sec-title .sub-title {
    letter-spacing: 1px;
  }
}
.sec-title .sub-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -50px;
  width: 37px;
  height: 10px;
  background-image: url(../images/icons/before.png);
}
.sec-title .sub-title::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 37px;
  height: 10px;
  background-image: url(../images/icons/before.png);
}
.sec-title .sub-title.style-two:before {
  display: none;
}
.sec-title .sub-title.style-three {
  margin-left: 50px;
}
.sec-title .sub-title.style-four:before,
.sec-title .sub-title.style-four:after {
  display: none;
}
.sec-title .sub-title.style-five {
  color: var(--theme-color6);
}
.sec-title .sub-title.style-five:before,
.sec-title .sub-title.style-five:after {
  -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(48%)
    saturate(5138%) hue-rotate(50deg) brightness(94%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(53%) sepia(48%) saturate(5138%)
    hue-rotate(50deg) brightness(94%) contrast(92%);
}
.sec-title .sub-title.style-six {
  color: var(--theme-color7);
}
.sec-title .sub-title.style-six:before,
.sec-title .sub-title.style-six:after {
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(81%)
    saturate(519%) hue-rotate(167deg) brightness(103%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(519%)
    hue-rotate(167deg) brightness(103%) contrast(85%);
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .sec-title h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  margin-top: 24px;
}
.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section {
  position: relative;
}
.banner-section .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section .slick-dots {
    bottom: 40px;
  }
}
.banner-section .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section .banner-slider {
  position: relative;
  min-height: 900px;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section .banner-slider.banner-slider-home3 {
  min-height: auto;
  height: 100%;
}
.banner-section .banner-slider.banner-slider-home3 .image img {
  min-height: 842px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .banner-section .banner-slider.banner-slider-home3 .image img {
    min-height: 700px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-slider.banner-slider-home3 .content-box {
    top: 43%;
  }
}
.banner-section .banner-slider.banner-slider-home3 .content-box .sub-title {
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 18px;
  margin-bottom: 7px;
}
.banner-section
  .banner-slider.banner-slider-home3
  .content-box
  .sub-title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -34px;
  width: 37px;
  height: 10px;
  background-image: url(../images/icons/before.png);
}
.banner-section
  .banner-slider.banner-slider-home3
  .content-box
  .sub-title:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 15px;
  width: 37px;
  height: 10px;
  background-image: url(../images/icons/before.png);
}
.banner-section .banner-slider.banner-slider-home3 .content-box h1 {
  text-transform: inherit;
  margin-bottom: 31px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-slider.banner-slider-home3 .content-box h1 br {
    display: none;
  }
}
.banner-section .banner-slider.banner-slider-home3 .content-box .btn-style-two {
  border: none;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16px 49px 19px;
}
.banner-section .banner-slider.banner-slider-home3 + .checkout-form-section {
  bottom: 35px;
}
@media (max-width: 991.98px) {
  .banner-section .banner-slider.banner-slider-home3 + .checkout-form-section {
    bottom: -60px;
    z-index: 1;
  }
}
.banner-section
  .banner-slider.banner-slider-home3
  + .checkout-form-section
  .checkout-form {
  padding: 12px 15px 14px;
}
.banner-section
  .banner-slider.banner-slider-home3
  + .checkout-form-section
  .checkout-form
  .checkout-field {
  padding: 6px 25px 0px;
}
.banner-section
  .banner-slider.banner-slider-home3
  + .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  i {
  top: -8px;
}
.banner-section .banner-slider .slick-list,
.banner-section .banner-slider .slick-track {
  height: 100%;
}
.banner-section .banner-slider .banner-slide-v2 {
  position: relative;
  height: 100%;
}
.banner-section .banner-slider .banner-slide-v2 .outer-box {
  height: 100%;
}
.banner-section .banner-slider .banner-slide-v2 .image {
  height: 100%;
}
.banner-section .banner-slider .banner-slide-v2 .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slider .banner-slide-v2 .image img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-slider .banner-slide-v2 .image img {
    min-height: 600px;
  }
}
.banner-section .banner-slider .banner-slide-v2 .content-box .sub-title {
  font-family: var(--text-font2);
}
.banner-section .banner-slider .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-section .banner-slider .content-box .sub-title {
  position: relative;
  text-transform: uppercase;
  color: var(--theme-color-white);
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 70px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-slider .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section .banner-slider .content-box .sub-title::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 40px;
  background-image: url(../images/resource/title-image.png);
  z-index: 99;
}
.banner-section .banner-slider .content-box h1 {
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .banner-section .banner-slider .content-box h1 {
    font-size: 42px;
    line-height: 1.3;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-slider .content-box h1 {
    font-size: 30px;
  }
}
.banner-section .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/*** 

  ====================================================================
    Banner Section Two
  ====================================================================

  ***/
.banner-section-two {
  position: relative;
  padding: 144px 0 128px;
}
@media (max-width: 767.98px) {
  .banner-section-two {
    padding: 90px 0;
    text-align: center;
  }
}
.banner-section-two.style-luxury2 {
  padding: 150px 0 0;
}
.banner-section-two.style-luxury2 .anim-icons .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 84px);
  width: 100%;
  pointer-events: none;
}
.banner-section-two.style-luxury2 .outer-box {
  border-radius: 20px;
  padding: 129px 0 113px;
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .banner-section-two.style-luxury2 .outer-box .auto-container {
    min-width: 1400px;
  }
}
.banner-section-two.style-luxury2 .outer-box .content-column .inner-column {
  padding: 85px 0 0;
}
@media (max-width: 991.98px) {
  .banner-section-two.style-luxury2 .outer-box .content-column .inner-column {
    padding: 25px 0 0;
  }
}
.banner-section-two.style-luxury2
  .outer-box
  .content-column
  .inner-column
  .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 78px;
}
@media (max-width: 991.98px) {
  .banner-section-two.style-luxury2
    .outer-box
    .content-column
    .inner-column
    .title {
    font-size: 48px;
    line-height: 1.4;
  }
}
.banner-section-two.style-luxury2
  .outer-box
  .content-column
  .inner-column
  .text {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  line-height: 28.8px;
  max-width: 620px;
}
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column {
  border-radius: 20px;
}
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column:before {
  border-radius: 20px;
}
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column
  .sec-title:before {
  display: none;
}
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column
  .sec-title
  h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  input,
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  select {
  border: 1px solid rgba(170, 132, 83, 0.3);
  background-color: transparent;
}
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  input
  option,
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  select
  option {
  padding: 5px 10px;
}
.banner-section-two.style-luxury2
  .outer-box
  .booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .form-submit
  button {
  background-color: var(--theme-color1);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px;
  height: 48px;
  line-height: 48px;
}
.banner-section-two.style-luxury2 .bg-image {
  border-radius: 20px;
  z-index: 1;
}
.banner-section-two.style-luxury2 .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.7);
  z-index: 1;
}
.banner-section-two.style-luxury2 .bg-image img {
  min-height: 845.2px;
}
@media (max-width: 767.98px) {
  .banner-section-two.style-luxury2 .bg-image img {
    min-height: 1205.6px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two.style-luxury2 .bg-image img {
    min-height: 1297.4px;
  }
}
.banner-section-two .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.8);
  z-index: 1;
}
.banner-section-two .bg-image.style-two:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.6);
}
.banner-section-two .bg-image img {
  min-height: 845.2px;
}
@media (max-width: 767.98px) {
  .banner-section-two .bg-image img {
    min-height: 1205.6px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .bg-image img {
    min-height: 1297.4px;
  }
}
.banner-section-two .anim-icons .image-1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .banner-section-two .content-column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .content-column {
    margin-bottom: 70px;
  }
}
.banner-section-two .content-column .offer-text {
  color: var(--theme-color-white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font2);
  letter-spacing: 0.5px;
  margin-bottom: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .banner-section-two .content-column .offer-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .content-column .offer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-two .content-column .offer-text .star-rating {
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: 5px;
}
.banner-section-two .content-column .offer-text .star-rating i {
  margin-right: 7px;
}
.banner-section-two .content-column .offer-text .offer {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
  border-radius: 30px;
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 3px 5px 5px;
  margin-right: 15px;
  min-width: 100px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .banner-section-two .content-column .offer-text .offer {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-two .inner-column {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  padding: 72px 0 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-two .inner-column {
    padding: 0;
  }
}
.banner-section-two .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 84px;
  margin-bottom: 29px;
  margin-right: -25px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-two .inner-column .text {
  color: var(--theme-color-white);
  font-size: 18px;
  line-height: 30px;
  margin-right: 70px;
}
@media (max-width: 767.98px) {
  .banner-section-two .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-two .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section-two .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-two .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-two .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .banner-section-two .btn-box .video-box {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner-section-two .btn-box .video-box .play-btn .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-two .btn-box .video-box .video-text {
  color: var(--theme-color-white);
  font-weight: 600;
  margin-left: 15px;
}
.banner-section-two .booking-form-column .inner-column {
  margin-left: 30px;
}
.banner-section-two.style-mountain {
  padding: 120px 0 120px;
}
.banner-section-two.style-mountain .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.banner-section-two.style-mountain
  .booking-form-column
  .inner-column
  .sec-title:before {
  background-color: var(--theme-color6);
}
.banner-section-two.style-mountain
  .booking-form-column
  .inner-column
  .bk-form
  .form-submit
  button {
  background-color: var(--theme-color6);
}
.banner-section-two.style-mountain
  .booking-form-column
  .inner-column
  .bk-form
  .form-submit
  button:before {
  background-color: var(--theme-color-dark);
}
.banner-section-two.style-mountain
  .booking-form-column
  .inner-column
  .bk-form
  .frm-field
  i {
  color: var(--theme-color6);
}
.banner-section-two.style-mountain .content-column .offer-text .star-rating {
  color: var(--theme-color6);
}
.banner-section-two.style-mountain .btn-box .video-box .play-btn .icon {
  background-color: var(--theme-color6);
  border-color: var(--theme-color6);
}

/*** 

  ====================================================================
    Banner Section Three
  ====================================================================

  ***/
.banner-section-three {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
}
.banner-section-three .banner-slide {
  padding: 349px 0 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-slide {
    padding: 280px 0 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-slide {
    padding: 120px 0 100px;
  }
}
.banner-section-three .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .banner-section-three .outer-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner-section-three .content-column {
  background-color: rgba(13, 12, 12, 0.55);
  backdrop-filter: blur(10px);
  max-width: 648px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-three .content-column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 500px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-three .content-column {
    margin-bottom: 70px;
  }
}
.banner-section-three .content-column .offer-text {
  color: var(--theme-color-white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font2);
  letter-spacing: 0.5px;
  margin-bottom: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner-section-three .content-column .offer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-three .content-column .offer-text .offer {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  border-radius: 30px;
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 3px 5px 5px;
  margin-right: 15px;
  min-width: 100px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .banner-section-three .content-column .offer-text .offer {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-three .inner-column {
  position: relative;
  z-index: 3;
  padding: 60px 50px;
}
@media (max-width: 1199.98px) {
  .banner-section-three .inner-column {
    padding: 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-three .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
}
.banner-section-three .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 64px;
  line-height: 1.25;
  margin-bottom: 29px;
  margin-right: -25px;
}
@media (max-width: 1199.98px) {
  .banner-section-three .inner-column .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-three .inner-column .title {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-three .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-three .btn-box .theme-btn {
  background-color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-three .btn-box .theme-btn:before {
  background-color: var(--theme-color1);
}
.banner-section-three .slick-slider .slick-arrow {
  background-color: #f8f5f0;
  color: var(--headings-color);
  font-size: 0;
  position: absolute;
  bottom: 0;
  top: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 62px;
  width: 62px;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-three .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-three .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.banner-section-three .slick-slider .slick-arrow:before {
  color: var(--headings-color);
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 24px;
  line-height: 64px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-three .slick-slider .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.banner-section-three .slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.banner-section-three .slick-slider .slick-arrow.slick-next {
  left: 62px;
  right: auto;
}
.banner-section-three .slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}

/*** 

  ====================================================================
    Banner Section Four
  ====================================================================

  ***/
.banner-section-four .outer-box {
  padding-top: 140.5px;
  position: relative;
  margin-right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .banner-section-four .outer-box {
    padding-top: 91px;
  }
}
.banner-section-four .outer-box:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.banner-section-four .outer-box .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  top: calc(50% - 95px);
}
.banner-section-four .outer-box .slick-slider .slick-arrow {
  background-color: rgba(var(--theme-color-black-rgb), 0.75);
  color: var(--theme-color-white);
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 125px);
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-four .outer-box .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-four .outer-box .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.banner-section-four .outer-box .slick-slider .slick-arrow:before {
  color: var(--theme-color-white);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-four .outer-box .slick-slider .slick-arrow.slick-prev {
  left: 45px;
  right: auto;
}
.banner-section-four .outer-box .slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.banner-section-four .outer-box .slick-slider .slick-arrow.slick-next {
  right: 45px;
}
.banner-section-four .outer-box .slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}

/*** 

  ====================================================================
    Banner Section Five
  ====================================================================

  ***/
.banner-section-five {
  position: relative;
  padding: 281px 0 137px;
}
@media (max-width: 991.98px) {
  .banner-section-five {
    padding: 200px 0 134px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five {
    padding: 180px 0 150px;
    text-align: center;
  }
}
.banner-section-five .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.2);
  z-index: 1;
}
.banner-section-five .anim-icons .image-1 {
  position: absolute;
  left: 82px;
  bottom: 0;
  pointer-events: none;
}
.banner-section-five .content-column {
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .banner-section-five .content-column {
    padding: 0;
  }
}
.banner-section-five .content-column .star-rating {
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: 8px;
}
.banner-section-five .content-column .star-rating i {
  margin-right: 12px;
}
.banner-section-five .content-column .star-rating i:last-child {
  margin-right: 0;
}
.banner-section-five .inner-column {
  background: rgba(var(--theme-color-white-rgb), 0.02);
  border: 1px solid var(--theme-color1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 930px;
  padding: 83px 70px 89px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-five .inner-column {
    padding: 52px 50px 80px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .inner-column {
    padding: 52px 15px 80px;
  }
}
.banner-section-five .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 90px;
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .banner-section-five .inner-column .title {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-five .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-five .inner-column .text {
  color: var(--theme-color-white);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .banner-section-five .inner-column .text {
    font-size: 14px;
  }
  .banner-section-five .inner-column .text br {
    display: none;
  }
}
.banner-section-five .btn-box {
  position: relative;
  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-top: 35px;
  z-index: 1;
}
.banner-section-five .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 54px;
}

/*** 

  ====================================================================
    Banner Section Six
  ====================================================================

  ***/
.banner-section-six {
  background-color: #faf5f0;
  position: relative;
}
@media (max-width: 767.98px) {
  .banner-section-six {
    text-align: center;
  }
}
.banner-section-six .anim-icons .image-1 {
  position: absolute;
  left: 13px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-section-six .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-section-six .content-column {
  padding: 167px 0 167px 120px;
  min-width: calc(50% - 173px);
  left: 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-six .content-column {
    min-width: calc(50% + 50px);
    padding: 167px 15px 167px 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six .content-column {
    padding: 100px 15px 150px;
    width: 100%;
  }
}
.banner-section-six .content-column .offer-text {
  color: #5a595a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: var(--text-font);
  margin-bottom: 8px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .banner-section-six .content-column .offer-text {
    letter-spacing: 3px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six .content-column .offer-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .content-column .offer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.banner-section-six .content-column .offer-text .star-rating {
  color: var(--theme-color1);
  font-size: 15px;
  margin-right: 12px;
  letter-spacing: 0;
}
.banner-section-six .content-column .offer-text .star-rating i {
  margin-right: 0;
}
.banner-section-six .content-column .offer-text .offer {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
  border-radius: 30px;
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 3px 5px 5px;
  margin-right: 15px;
  min-width: 100px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .banner-section-six .content-column .offer-text .offer {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-six .content-column .inner-column {
  position: relative;
  z-index: 3;
  padding: 15px 15px 15px 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-six .content-column .inner-column {
    padding: 0;
  }
}
.banner-section-six .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 72px;
  line-height: 84px;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media (max-width: 1749.98px) {
  .banner-section-six .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-six .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-six .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-six .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-six .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-six .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-six .content-column .btn-box {
  margin-top: 43px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section-six .content-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-six .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-six .images-column {
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .banner-section-six .images-column {
    display: none;
  }
}
.banner-section-six .images-column .inner-column {
  height: 100%;
  width: 100%;
}
.banner-section-six .images-column .inner-column .bg-image {
  position: absolute;
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-seven {
  position: relative;
}
.banner-section-seven .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .slick-dots {
    bottom: 40px;
  }
}
.banner-section-seven .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-seven .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-seven .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-seven .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-seven .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-seven .banner-slider .slick-list,
.banner-section-seven .banner-slider .slick-track {
  height: 100%;
}
.banner-section-seven .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-seven .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-seven .banner-slider .content-box {
  padding: 395px 0 277px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-seven .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-seven .banner-slider .content-box .star-rating {
  position: relative;
  color: var(--theme-color1);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .banner-section-seven .banner-slider .content-box .star-rating {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-seven .banner-slider .content-box .star-rating::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 302px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-seven .banner-slider .content-box .star-rating::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-seven .banner-slider .content-box .star-rating i {
  margin-right: 8px;
}
.banner-section-seven .banner-slider .content-box .star-rating i:last-child {
  margin-right: 0;
}
.banner-section-seven .banner-slider .content-box h1 {
  color: var(--theme-color-white);
  font-size: 110px;
  line-height: 120px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .banner-slider .content-box h1 {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-seven .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-seven .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-seven .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-seven .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-seven .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-seven .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-seven .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-seven .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.banner-section-seven .banner-slider .image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-section-seven .banner-slider .image-1:after {
  background-image: var(--gradient-2);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section-seven .banner-slider .image-1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .banner-slider .image-1 img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-seven .banner-slider .image-1 img {
    min-height: 600px;
  }
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-winter-two {
  position: relative;
  background-color: #eef9fd;
}
.banner-section-winter-two .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-winter-two .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-winter-two .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-winter-two .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-winter-two .banner-slider .content-box {
  padding: 120px 0 500px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-winter-two .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-winter-two .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-winter-two .banner-slider .content-box .sub-title {
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px;
  color: var(--theme-color-light);
  background-color: var(--theme-color7);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.banner-section-winter-two .banner-slider .content-box h1 {
  color: var(--headings-color);
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .banner-section-winter-two .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-winter-two .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter-two .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-winter-two .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-winter-two .banner-slider .content-box .text {
  font-size: 18px;
}

/*** 

  ====================================================================
    Banner Section Eight
  ====================================================================

  ***/
.banner-section-eight {
  background-color: #faf5f0;
  position: relative;
}
.banner-section-eight .banner-slider .banner-slide .inner-slide {
  position: relative;
}
.banner-section-eight .banner-slider .slick-dots {
  top: calc(50% - 440px);
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}
@media (max-width: 1199.98px) {
  .banner-section-eight .banner-slider .slick-dots {
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-eight .banner-slider .slick-dots {
    display: none;
  }
}
.banner-section-eight .banner-slider .slick-dots li {
  margin: 5px 0;
}
.banner-section-eight .banner-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-eight .banner-slider .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-eight .banner-slider .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-eight .banner-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-eight .banner-slider .slick-list,
.banner-section-eight .banner-slider .slick-track {
  height: 100%;
}
.banner-section-eight .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: var(--gradient-3);
}
.banner-section-eight .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 182px 15px 80px;
  max-width: 1750px;
  margin: 0 auto;
}
.banner-section-eight .outer-box .info-text {
  color: transparent;
  display: inline-block;
  font-size: 160px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: 15px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% + 1px);
  right: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--theme-color-white-rgb), 0.9);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1699.98px) {
  .banner-section-eight .outer-box .info-text {
    right: -100px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-eight .outer-box .info-text {
    right: -150px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-eight .outer-box .info-text {
    right: -200px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-eight .outer-box .info-text {
    font-size: 120px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-eight .outer-box .info-text {
    display: none;
  }
}
.banner-section-eight .images-column {
  width: calc(50% + 60px);
  position: relative;
}
@media (max-width: 767.98px) {
  .banner-section-eight .images-column {
    display: none;
  }
}
.banner-section-eight .images-column .inner-column {
  height: 100%;
  width: 100%;
}
.banner-section-eight .images-column .inner-column .bg-image1 {
  border-radius: 15px;
  position: absolute;
}
.banner-section-eight .content-column {
  padding: 324px 0 61px;
}
@media (max-width: 991.98px) {
  .banner-section-eight .content-column {
    padding: 224px 0 61px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-eight .content-column {
    padding: 164px 0 61px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-eight .content-column {
    padding: 60px 0 61px;
  }
}
.banner-section-eight .content-column .offer-text {
  color: var(--text-color9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: var(--text-font);
  margin-bottom: 2px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.banner-section-eight .content-column .inner-column {
  background-color: var(--theme-color-dark2);
  border-radius: 10px;
  margin-left: -354px;
  position: relative;
  z-index: 3;
  padding: 61px 65px 60px 60px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section-eight .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-eight .content-column .inner-column {
    padding: 61px 15px 60px;
  }
}
.banner-section-eight .content-column .inner-column:before {
  background-image: url(../images/icons/shape-18.png);
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 271px;
  width: 257px;
  z-index: -1;
}
.banner-section-eight .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-eight .content-column .inner-column .title {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-eight .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-eight .content-column .inner-column .title {
    font-size: 40px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-eight .content-column .inner-column .title {
    font-size: 36px;
  }
}
.banner-section-eight .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-eight .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-eight .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-eight .content-column .btn-box {
  margin-top: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.banner-section-eight .content-column .btn-box .theme-btn {
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 11.5px 34.5px;
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section11 {
  background-color: #faf5f0;
  position: relative;
}
.banner-section11 .banner-slider .banner-slide .inner-slide {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section11 .banner-slider .banner-slide .inner-slide {
    padding: 0 20px;
  }
}
.banner-section11 .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-section11 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 182px 15px 80px;
  max-width: 1750px;
  margin: 0 auto;
}
.banner-section11 .outer-box .info-text {
  color: transparent;
  display: inline-block;
  font-size: 160px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: 15px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% + 1px);
  right: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--theme-color-white-rgb), 0.9);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1699.98px) {
  .banner-section11 .outer-box .info-text {
    right: -100px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section11 .outer-box .info-text {
    right: -150px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section11 .outer-box .info-text {
    right: -200px;
  }
}
@media (max-width: 991.98px) {
  .banner-section11 .outer-box .info-text {
    font-size: 120px;
  }
}
@media (max-width: 575.98px) {
  .banner-section11 .outer-box .info-text {
    display: none;
  }
}
.banner-section11 .content-column {
  padding: 324px 0 180px;
}
@media (max-width: 991.98px) {
  .banner-section11 .content-column {
    padding: 224px 0 61px;
  }
}
@media (max-width: 767.98px) {
  .banner-section11 .content-column {
    padding: 164px 0 61px;
  }
}
@media (max-width: 575.98px) {
  .banner-section11 .content-column {
    padding: 60px 0 61px;
  }
}
.banner-section11 .content-column .offer-text {
  color: var(--theme-color-light);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-family: var(--text-font);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}
.banner-section11 .content-column .offer-text span {
  display: inline-block;
  font-size: 15px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  border-radius: 30px;
  padding: 11px 18px;
  margin-right: 10px;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .banner-section11 .content-column .offer-text span {
    font-size: 14px;
    padding: 2px 7px;
  }
}
.banner-section11 .content-column .inner-column {
  background-color: rgba(0, 0, 0, 0.67);
  border-radius: 0;
  margin-left: 0;
  position: relative;
  z-index: 3;
  padding: 61px 40px 60px 40px;
}
@media (max-width: 767.98px) {
  .banner-section11 .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section11 .content-column .inner-column {
    padding: 61px 15px 60px;
  }
}
.banner-section11 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 65px;
  line-height: 80px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section11 .content-column .inner-column .title {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section11 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section11 .content-column .inner-column .title {
    font-size: 40px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section11 .content-column .inner-column .title {
    font-size: 36px;
  }
}
.banner-section11 .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section11 .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section11 .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section11 .content-column .btn-box {
  margin-top: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.banner-section11 .content-column .btn-box .theme-btn {
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 11.5px 34.5px;
}
.banner-section11 .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  top: calc(50% - 95px);
}
.banner-section11 .slick-slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--theme-color-white);
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 125px);
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .banner-section11 .slick-slider .slick-arrow {
    display: none !important;
  }
}
.banner-section11 .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section11 .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.banner-section11 .slick-slider .slick-arrow:before {
  color: var(--theme-color-white);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section11 .slick-slider .slick-arrow.slick-prev {
  left: 45px;
  right: auto;
}
.banner-section11 .slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.banner-section11 .slick-slider .slick-arrow.slick-next {
  right: 45px;
}
.banner-section11 .slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section12 {
  background-color: #faf5f0;
  position: relative;
}
.banner-section12 .banner-slider .banner-slide .inner-slide {
  position: relative;
}
.banner-section12 .banner-slider .banner-slide .inner-slide .inner-container {
  margin-left: 100px;
}
@media (max-width: 1199.98px) {
  .banner-section12 .banner-slider .banner-slide .inner-slide .inner-container {
    margin-left: 40px;
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner-section12 .banner-slider .banner-slide .inner-slide .inner-container {
    margin-left: 40px;
    margin-right: 30px;
  }
}
.banner-section12 .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner-section12 .outer-box {
  margin: 0 35px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .banner-section12 .outer-box {
    margin: 0 15px;
  }
}
.banner-section12 .content-column {
  padding: 400px 0 80px;
}
@media (max-width: 991.98px) {
  .banner-section12 .content-column {
    padding: 224px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-section12 .content-column {
    padding: 164px 0 80px;
  }
}
@media (max-width: 575.98px) {
  .banner-section12 .content-column {
    padding: 60px 0 80px;
  }
}
.banner-section12 .content-column .offer-text {
  color: var(--theme-color-light);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-family: var(--text-font);
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}
.banner-section12 .content-column .offer-text span {
  display: inline-block;
  font-size: 15px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  border-radius: 30px;
  padding: 11px 18px;
  margin-right: 10px;
  letter-spacing: 1px;
}
.banner-section12 .content-column .inner-column {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 12px;
  margin-left: 0;
  position: relative;
  z-index: 3;
  padding: 61px 40px 60px 40px;
}
@media (max-width: 767.98px) {
  .banner-section12 .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section12 .content-column .inner-column {
    padding: 61px 15px 60px;
  }
}
.banner-section12 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 50px;
  line-height: 80px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section12 .content-column .inner-column .title {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section12 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section12 .content-column .inner-column .title {
    font-size: 36px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section12 .content-column .inner-column .title {
    font-size: 36px;
  }
}
.banner-section12 .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section12 .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section12 .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section12 .content-column .btn-box {
  margin-top: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.banner-section12 .content-column .btn-box .theme-btn {
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 11.5px 34.5px;
}
.banner-section12 .slick-slider .slick-arrow {
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 60px;
  width: 60px;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section12 .slick-slider .slick-arrow:hover {
  color: var(--theme-color1);
}
.banner-section12 .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color1);
}
.banner-section12 .slick-slider .slick-arrow:before {
  color: var(--theme-color-black);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section12 .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 60px;
}
.banner-section12 .slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.banner-section12 .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.banner-section12 .slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}

/*** 

  ====================================================================
    Banner Section Nine
  ====================================================================

  ***/
.banner-section-nine {
  position: relative;
}
.banner-section-nine .banner-slider .swiper-pagination-clickable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1170px;
  padding-bottom: 30px;
  width: 100%;
  bottom: -64px;
}
.banner-section-nine
  .banner-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  background-color: var(--theme-color-dark);
  outline: 1px solid var(--theme-color-white);
  outline-offset: 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  opacity: 1;
}
.banner-section-nine
  .banner-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner-section-nine
  .banner-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
  outline-color: var(--theme-color1);
}
.banner-section-nine
  .banner-slider
  .banner-slide.swiper-slide-active
  .content-column
  .inner-column {
  opacity: 1;
}
.banner-section-nine .banner-slider .banner-slide .inner-slide {
  position: relative;
}
.banner-section-nine .outer-box {
  max-width: 1480px;
  margin: 0 auto 41px;
}
.banner-section-nine .content-column {
  padding: 192px 0 60px 60px;
}
@media (max-width: 575.98px) {
  .banner-section-nine .content-column {
    padding: 192px 0 60px 7.5px;
  }
}
.banner-section-nine .content-column .offer-text {
  color: var(--theme-color1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: var(--text-font);
  margin-bottom: 0px;
  margin-left: 40px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  position: relative;
}
.banner-section-nine .content-column .offer-text:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -40px;
  width: 30px;
  height: 8px;
  background-image: url(../images/icons/before.png);
  background-size: cover;
}
.banner-section-nine .content-column .inner-column {
  background-color: var(--theme-color-dark2);
  border-radius: 10px;
  position: relative;
  z-index: 3;
  padding: 31px 30px 34px 30px;
  z-index: 1;
  max-width: 310px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .banner-section-nine .content-column .inner-column {
    padding: 31px 30px 34px;
  }
}
.banner-section-nine .content-column .inner-column:before {
  background-image: url(../images/icons/shape-20.png);
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner-section-nine .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-nine .content-column .inner-column .title {
    line-height: 1.3;
  }
}
.banner-section-nine .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-nine .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-nine .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-nine .content-column .btn-box {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.banner-section-nine .content-column .btn-box .theme-btn {
  color: var(--theme-color-white);
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-nine .content-column .btn-box .theme-btn:hover {
  color: var(--theme-color1);
}
.banner-section-nine .content-column .btn-box .theme-btn:hover .icon {
  color: var(--theme-color1);
}
.banner-section-nine .content-column .btn-box .theme-btn .icon {
  font-size: 14px;
  margin-left: 12px;
  position: relative;
  top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    Banner Section Ten
  ====================================================================

  ***/
.banner-section-ten {
  position: relative;
  padding: 144px 0 0;
}
@media (max-width: 767.98px) {
  .banner-section-ten {
    padding: 110px 0 0;
    text-align: center;
  }
}
.banner-section-ten .bg-image img {
  min-height: 845.2px;
}
@media (max-width: 767.98px) {
  .banner-section-ten .bg-image img {
    min-height: 1205.6px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ten .bg-image img {
    min-height: 1297.4px;
  }
}
.banner-section-ten .outer-box {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .banner-section-ten .content-column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ten .content-column {
    margin-bottom: 70px;
  }
}
.banner-section-ten .content-column .offer-text {
  color: var(--theme-color-white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: var(--text-font);
  letter-spacing: 7px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .banner-section-ten .content-column .offer-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ten .content-column .offer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-ten .content-column .offer-text .star-rating {
  color: var(--theme-color1);
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.banner-section-ten .content-column .offer-text .star-rating i {
  margin-right: 3px;
}
.banner-section-ten .inner-column {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  padding: 146px 0 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-ten .inner-column {
    padding: 80px 0 0;
  }
}
.banner-section-ten .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 90px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 1499.98px) {
  .banner-section-ten .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-ten .inner-column .title {
    font-size: 58px;
    line-height: 1.3;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-ten .inner-column .title {
    font-size: 44px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-ten .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ten .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ten .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-ten .inner-column .text {
  color: var(--theme-color-white);
  font-size: 15px;
  line-height: 30px;
  margin-right: 70px;
}
@media (max-width: 1199.98px) {
  .banner-section-ten .inner-column .text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ten .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-ten .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section-ten .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ten .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-ten .btn-box .theme-btn {
  border-radius: 30px;
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
@media (max-width: 575.98px) {
  .banner-section-ten .btn-box .theme-btn {
    margin-bottom: 30px;
  }
}
.banner-section-ten .btn-box .contact-info {
  margin-left: 30px;
  padding-left: 64px;
  text-align: left;
}
.banner-section-ten .btn-box .contact-info .icon-box {
  color: var(--theme-color-white);
  top: -6px;
}
.banner-section-ten .btn-box .contact-info .icon-box i {
  color: var(--theme-color-white);
  font-size: 50px;
}
.banner-section-ten .btn-box .contact-info span {
  color: var(--theme-color-white);
  font-size: 14px;
  font-weight: 600;
}
.banner-section-ten .btn-box .contact-info .title {
  color: var(--theme-color-white);
}
.banner-section-ten .booking-form-column .inner-column {
  margin-left: 30px;
}
.banner-section-ten .banner-features {
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  margin-top: 144px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-section-ten .banner-features .feature-block {
  width: 100%;
}
.banner-section-ten .banner-features .feature-block:first-child .inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.banner-section-ten .banner-features .feature-block:last-child .inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.banner-section-ten .banner-features .feature-block:last-child .inner:after {
  display: none;
}
.banner-section-ten .banner-features .feature-block .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 61px 8px 56px;
}
@media (max-width: 991.98px) {
  .banner-section-ten .banner-features .feature-block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-ten .banner-features .feature-block .inner:after {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  content: "";
  position: absolute;
  right: 0;
  top: 28px;
  height: 100px;
  width: 1px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-ten .banner-features .feature-block .inner:after {
    height: 130px;
  }
}
.banner-section-ten .banner-features .feature-block .inner .icon {
  color: var(--theme-color-white);
  font-size: 36px;
  margin-right: 17px;
  line-height: 1;
  position: relative;
  top: -5px;
}
@media (max-width: 991.98px) {
  .banner-section-ten .banner-features .feature-block .inner .icon {
    margin-right: 0;
  }
}
.banner-section-ten .banner-features .feature-block .inner .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .banner-section-ten .banner-features .feature-block .inner .title {
    font-size: 15px;
  }
}

/*** 

  ====================================================================
    Banner Section Ten
  ====================================================================

  ***/
.banner-section14 {
  position: relative;
}
.banner-section14 .outer-box {
  margin: 0 30px 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  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;
}
@media (max-width: 1799.98px) {
  .banner-section14 .outer-box {
    margin: 0 15px 0;
  }
}
.banner-section14 .outer-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color-black);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.banner-section14 .outer-box .video {
  height: 972.512px;
  width: 1728.91px;
}
@media (max-width: 991.98px) {
  .banner-section14 .outer-box .video {
    height: 700px;
  }
}
.banner-section14 .outer-box .content-box {
  position: absolute;
  text-align: center;
  margin-top: -100px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .banner-section14 .outer-box .content-box {
    margin-top: 0;
  }
}
.banner-section14 .outer-box .content-box h1 {
  color: var(--theme-color-light);
  font-size: 80px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .banner-section14 .outer-box .content-box h1 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section14 .outer-box .content-box h1 {
    font-size: 30px;
  }
}
.banner-section14 .outer-box .content-box .text {
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .banner-section14 .outer-box .content-box .text br {
    display: none;
  }
}
.banner-section14 .outer-box .content-box .button-box {
  margin-top: 40px;
}
.banner-section14 .outer-box .content-box .button-box .theme-btn {
  border-radius: 30px;
  border: none;
  padding: 17px 62px;
}
@media (max-width: 575.98px) {
  .banner-section14 .outer-box .content-box .button-box .theme-btn {
    padding: 14px 40px;
  }
}
.banner-section14 .outer-box .content-box .button-box .theme-btn:last-child {
  margin-left: 18px;
}
@media (max-width: 575.98px) {
  .banner-section14 .outer-box .content-box .button-box .theme-btn:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
.banner-section14 .info-area {
  border-top: 1px solid rgba(255, 255, 255, 0.168627451);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .banner-section14 .info-area {
    display: none;
  }
}
.banner-section14 .info-area .info-box {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.168627451);
  padding: 30px 0;
}
.banner-section14 .info-area .info-box:last-child {
  border-right: none;
}
.banner-section14 .info-area .info-box .text {
  color: var(--theme-color-light);
  font-size: 15px;
  margin-bottom: 0;
}
.banner-section14 .info-area .info-box a {
  color: var(--theme-color-light);
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
}

/*** 

  ====================================================================
    Checkout Form Section
  ====================================================================

  ***/
.checkout-form-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.checkout-form-section.v2 {
  position: static;
  background: var(--theme-color-dark2);
}
.checkout-form-section.v2 .checkout-form {
  background: transparent;
}
.checkout-form-section.v2 .checkout-form .checkout-field {
  border-color: rgba(255, 255, 255, 0.1);
}
.checkout-form-section.v2 .checkout-form .checkout-field > h6 {
  color: #fff;
}
.checkout-form-section.v3 {
  position: static;
}
.checkout-form-section.v3 .checkout-form {
  background: var(--theme-color-white);
  -webkit-box-shadow: 0px 10px 10px rgba(var(--theme-color-black-rgb), 0.05);
  box-shadow: 0px 10px 10px rgba(var(--theme-color-black-rgb), 0.05);
  margin-top: -48px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .checkout-form-section.v3 .checkout-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.checkout-form-section.v3 .checkout-form .checkout-field {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}
@media (max-width: 991.98px) {
  .checkout-form-section.v3 .checkout-form .checkout-field {
    padding: 14px 25px 11px 0;
    width: 100%;
  }
}
.checkout-form-section.v3 .checkout-form .checkout-field .chk-field input {
  font-size: 12px;
  color: var(--theme-color1);
  width: 260px;
  background: transparent;
  border-color: transparent;
  z-index: 99;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .checkout-form-section.v3 .checkout-form .checkout-field .chk-field input {
    width: 185px;
  }
}
@media (max-width: 991.98px) {
  .checkout-form-section.v3 .checkout-form .checkout-field .chk-field input {
    width: 100%;
  }
}
.checkout-form-section.v3 .checkout-form .checkout-field > h6 {
  color: var(--theme-color-dark);
}
.checkout-form-section.lake .checkout-form .checkout-field .chk-field input {
  color: var(--theme-color-black);
}
.checkout-form-section.lake .checkout-form .checkout-field .chk-field i {
  color: var(--theme-color6);
}
.checkout-form-section.lake .checkout-form .checkout-field .chk-field select {
  color: var(--theme-color6);
}
.checkout-form-section .checkout-form {
  background: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 15px 15px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 907.99px) {
  .checkout-form-section .checkout-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.checkout-form-section .checkout-form .checkout-field {
  padding: 14px 25px 11px;
  border-right: 1px solid #f8f5f0;
}
.checkout-form-section .checkout-form .checkout-field.br-0 {
  border-right: 0;
}
.checkout-form-section .checkout-form .checkout-field > h6 {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: -2px;
}
.checkout-form-section .checkout-form .checkout-field .chk-field {
  position: relative;
}
.checkout-form-section .checkout-form .checkout-field .chk-field input,
.checkout-form-section .checkout-form .checkout-field .chk-field select {
  font-size: 12px;
  color: var(--theme-color1);
  width: 260px;
  background: transparent;
  border-color: transparent;
  z-index: 99;
  position: relative;
}
.checkout-form-section .checkout-form .checkout-field .chk-field i {
  position: absolute;
  top: 1px;
  right: 0;
  color: var(--theme-color4);
  font-size: 15px;
}
.checkout-form-section .checkout-form .checkout-field .chk-field select option {
  font-size: 14px;
}
.checkout-form-section .checkout-form .btn-style-one {
  margin-left: auto;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  position: relative;
  border: 0;
  top: 5px;
  height: 50px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991.98px) {
  .checkout-form-section .checkout-form .btn-style-one {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .checkout-form-section .checkout-form .btn-style-one {
    margin-top: 0;
  }
}
.checkout-form-section .checkout-form .btn-style-one:before {
  background: #000;
}

.chk-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.chk-field select::-ms-expand {
  display: none;
}

.chk-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--theme-color1);
}

.chk-field input ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--theme-color1);
}

.chk-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--theme-color1);
}

.chk-field input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--theme-color4);
}

@media only screen and (max-width: 1410px) {
  .checkout-form-section .checkout-form .checkout-field .chk-field input,
  .checkout-form-section .checkout-form .checkout-field .chk-field select {
    width: 255px;
  }
}
@media only screen and (max-width: 1200px) {
  .checkout-form-section .checkout-form .checkout-field .chk-field input,
  .checkout-form-section .checkout-form .checkout-field .chk-field select {
    width: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-form-section .checkout-form .checkout-field .chk-field input,
  .checkout-form-section .checkout-form .checkout-field .chk-field select {
    width: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-form-section .checkout-form .btn-style-one {
    margin-left: auto;
  }
  .checkout-form-section.v2 .checkout-form .checkout-field {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .checkout-form-section .checkout-form .checkout-field .chk-field input,
  .checkout-form-section .checkout-form .checkout-field .chk-field select {
    width: 100%;
  }
  .checkout-form-section .checkout-form {
    display: block;
  }
  .checkout-form-section .checkout-form .checkout-field {
    border: 0;
  }
  .checkout-form-section .checkout-form .btn-style-one {
    width: 100%;
  }
  .checkout-form-section .checkout-form .checkout-field {
    padding: 13px 0 11px;
  }
}
/*** 

  ====================================================================
    Checkout Form Section
  ====================================================================

  ***/
.checkout-form-section-two {
  width: 100%;
}
.checkout-form-section-two .checkout-form {
  background: var(--theme-color-white);
  -webkit-box-shadow: 0px 10px 10px rgba(var(--theme-color-black-rgb), 0.05);
  box-shadow: 0px 10px 10px rgba(var(--theme-color-black-rgb), 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -66px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 907.99px) {
  .checkout-form-section-two .checkout-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.checkout-form-section-two .checkout-form .checkout-field {
  border-color: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 33px 25px 30px 40px;
  max-height: 132px;
  position: relative;
}
@media (max-width: 575.98px) {
  .checkout-form-section-two .checkout-form .checkout-field {
    padding: 33px 12px 30px;
  }
}
.checkout-form-section-two .checkout-form .checkout-field:first-child:before {
  display: none;
}
.checkout-form-section-two .checkout-form .checkout-field:before {
  background-image: url(../images/icons/shape-line1.png);
  content: "";
  height: 59px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
@media (max-width: 575.98px) {
  .checkout-form-section-two .checkout-form .checkout-field:before {
    display: none;
  }
}
.checkout-form-section-two .checkout-form .checkout-field.br-0 {
  border-right: 0;
}
.checkout-form-section-two
  .checkout-form
  .checkout-field.select-field
  .chk-field {
  cursor: pointer;
  width: 65px;
}
.checkout-form-section-two
  .checkout-form
  .checkout-field.select-field
  .chk-field
  select {
  color: var(--theme-color1);
  cursor: pointer;
  width: 60px;
}
.checkout-form-section-two .checkout-form .checkout-field > h4 {
  margin-bottom: 9px;
}
.checkout-form-section-two .checkout-form .checkout-field .chk-field {
  position: relative;
  width: 112px;
}
.checkout-form-section-two .checkout-form .checkout-field .chk-field input,
.checkout-form-section-two .checkout-form .checkout-field .chk-field select {
  font-size: 15px;
  font-weight: 400;
  color: var(--theme-color-dark);
  background: transparent;
  border-color: transparent;
  width: auto;
  z-index: 99;
  position: relative;
}
.checkout-form-section-two .checkout-form .checkout-field .chk-field i {
  position: absolute;
  top: 6px;
  right: 1px;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1;
}
.checkout-form-section-two
  .checkout-form
  .checkout-field
  .chk-field
  select
  option {
  font-size: 14px;
}
.checkout-form-section-two
  .checkout-form
  .checkout-field
  .chk-field
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--theme-color1);
  opacity: 1;
}
.checkout-form-section-two
  .checkout-form
  .checkout-field
  .chk-field
  input
  ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--theme-color1);
  opacity: 1;
}
.checkout-form-section-two
  .checkout-form
  .checkout-field
  .chk-field
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--theme-color1);
  opacity: 1;
}
.checkout-form-section-two
  .checkout-form
  .checkout-field
  .chk-field
  input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--theme-color4);
  opacity: 1;
}
.checkout-form-section-two .checkout-form .btn-style-one {
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  line-height: 30px;
  background-color: var(--theme-color-dark);
  border-color: transparent;
  padding: 0;
  width: 170px;
  text-align: center;
  position: relative;
  border: 0;
  height: 132px;
  font-weight: 600;
  color: var(--theme-color-white);
}
@media only screen and (max-width: 907.99px) {
  .checkout-form-section-two .checkout-form .btn-style-one {
    height: 80px;
    width: 100%;
    margin-top: 15px;
  }
  .checkout-form-section-two .checkout-form .btn-style-one br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .checkout-form-section-two .checkout-form .btn-style-one {
    margin-top: 0;
  }
}
.checkout-form-section-two .checkout-form .btn-style-one:before {
  background: var(--theme-color1);
}

/***

  ====================================================================
    Banner Section Winter
  ====================================================================

  ***/
.banner-section-winter {
  position: relative;
}
.banner-section-winter .banner-slider {
  position: relative;
  min-height: 885px;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .banner-section-winter .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-winter .banner-slider .slick-list,
.banner-section-winter .banner-slider .slick-track {
  height: 100%;
}
.banner-section-winter .banner-slider .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-section-winter .banner-slider .content-box .sub-title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 60px;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .banner-section-winter .banner-slider .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-winter .banner-slider .content-box h1 {
  color: var(--theme-color-white);
  font-family: var(--text-font3);
  font-size: 300px;
  line-height: 200px;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .banner-section-winter .banner-slider .content-box h1 {
    font-size: 42px;
    line-height: 1.3;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter .banner-slider .content-box h1 {
    font-size: 30px;
  }
}
.banner-section-winter .outer-box {
  position: relative;
  padding-top: 0;
}
.banner-section-winter .outer-box .button-box {
  position: absolute;
  bottom: -85px;
  left: calc(50% - 85px);
}
.banner-section-winter .outer-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  font-size: 40px;
  width: 170px;
  height: 170px;
  line-height: 119px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  border: 25px solid var(--theme-color-white);
  background-color: var(--theme-color7);
  position: relative;
  overflow: hidden;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

  ====================================================================
    Banner Section Winter
  ====================================================================

  ***/
.banner-section-winter-three {
  background-color: #eef9fd;
  position: relative;
}
.banner-section-winter-three .banner-slider .banner-slide .inner-slide {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-winter-three .banner-slider .banner-slide .inner-slide {
    padding: 0 20px;
  }
}
.banner-section-winter-three .bg-image {
  border-radius: 15px;
}
.banner-section-winter-three .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-section-winter-three .outer-box {
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.banner-section-winter-three .outer-box .info-text {
  color: transparent;
  display: inline-block;
  font-size: 160px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: 15px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% + 1px);
  right: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--theme-color-white-rgb), 0.9);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1699.98px) {
  .banner-section-winter-three .outer-box .info-text {
    right: -100px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-winter-three .outer-box .info-text {
    right: -150px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-winter-three .outer-box .info-text {
    right: -200px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-winter-three .outer-box .info-text {
    font-size: 120px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter-three .outer-box .info-text {
    display: none;
  }
}
.banner-section-winter-three .content-box {
  padding: 170px 0 250px;
}
@media (max-width: 991.98px) {
  .banner-section-winter-three .content-box {
    padding: 224px 0 61px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-winter-three .content-box {
    padding: 164px 0 61px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter-three .content-box {
    padding: 60px 0 61px;
  }
}
.banner-section-winter-three .content-box .offer-text {
  color: var(--theme-color7);
  font-size: 50px;
  font-family: var(--text-font3);
  margin-bottom: 0;
  letter-spacing: 2.6px;
}
.banner-section-winter-three .content-box .inner-column {
  position: relative;
}
.banner-section-winter-three .content-box .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .banner-section-winter-three .content-box .inner-column .title {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-winter-three .content-box .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-winter-three .content-box .inner-column .title {
    font-size: 40px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter-three .content-box .inner-column .title {
    font-size: 36px;
  }
}
.banner-section-winter-three .content-box .inner-column .text {
  color: var(--theme-color-white);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-winter-three .content-box .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-winter-three .content-box .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-winter-three .content-box .btn-box {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.banner-section-winter-three .content-box .btn-box .theme-btn {
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 15px 50px;
}
.banner-section-winter-three .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  top: calc(50% - 35px);
}
.banner-section-winter-three .slick-slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--theme-color-white);
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 125px);
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .banner-section-winter-three .slick-slider .slick-arrow {
    display: none !important;
  }
}
.banner-section-winter-three .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-white);
}
.banner-section-winter-three .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.banner-section-winter-three .slick-slider .slick-arrow:before {
  color: var(--theme-color-white);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-winter-three .slick-slider .slick-arrow.slick-prev {
  left: 45px;
  right: auto;
}
.banner-section-winter-three .slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.banner-section-winter-three .slick-slider .slick-arrow.slick-next {
  right: 45px;
}
.banner-section-winter-three .slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}
.banner-section-winter-three .button-box {
  position: absolute;
  bottom: -85px;
  left: calc(50% - 85px);
}
.banner-section-winter-three .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  font-size: 40px;
  width: 170px;
  height: 170px;
  line-height: 119px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  border: 25px solid #eef9fd;
  background-color: var(--theme-color7);
  position: relative;
  overflow: hidden;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    Banner Section Beach
  ====================================================================

  ***/
.banner-section-beach {
  position: relative;
  padding: 220px 0 180px;
}
@media (max-width: 991.98px) {
  .banner-section-beach {
    padding: 200px 0 134px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-beach {
    padding: 180px 0 150px;
    text-align: center;
  }
}
.banner-section-beach .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: transparent;
  --background-overlay: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(51%, rgba(7, 37, 67, 0.8705882353)),
    color-stop(91%, rgba(7, 37, 67, 0.6784313725))
  );
  background-image: linear-gradient(
    180deg,
    rgba(7, 37, 67, 0.8705882353) 51%,
    rgba(7, 37, 67, 0.6784313725) 91%
  );
  z-index: 1;
}
.banner-section-beach .anim-icons .image-1 {
  position: absolute;
  left: 82px;
  bottom: 0;
  pointer-events: none;
}
.banner-section-beach .content-column {
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .banner-section-beach .content-column {
    padding: 0;
  }
}
.banner-section-beach .content-column .star-rating {
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: 8px;
}
.banner-section-beach .content-column .star-rating i {
  margin-right: 12px;
}
.banner-section-beach .content-column .star-rating i:last-child {
  margin-right: 0;
}
.banner-section-beach .inner-column {
  background: rgba(var(--theme-color-black-rgb), 0.22);
  border: 1px solid var(--theme-color1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 930px;
  padding: 83px 50px 89px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-beach .inner-column {
    padding: 52px 50px 80px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-beach .inner-column {
    padding: 52px 15px 80px;
  }
}
.banner-section-beach .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 90px;
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .banner-section-beach .inner-column .title {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-beach .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-beach .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-beach .inner-column .text {
  color: var(--theme-color-white);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .banner-section-beach .inner-column .text {
    font-size: 14px;
  }
  .banner-section-beach .inner-column .text br {
    display: none;
  }
}
.banner-section-beach .btn-box {
  position: relative;
  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-top: 35px;
  z-index: 1;
}
.banner-section-beach .btn-box .theme-btn {
  font-family: var(--text-font2);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 46px;
}

/*** 

  ====================================================================
    Banner Section Beach
  ====================================================================

  ***/
.banner-section-beach2 {
  position: relative;
  padding: 90px 0 120px;
}
.banner-section-beach2 .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
}
.banner-section-beach2 .outer-box {
  padding: 0 15px;
  max-width: 1610px;
  margin: 0 auto;
}
.banner-section-beach2 .inner-column {
  position: relative;
  padding: 0 0 140px;
}
.banner-section-beach2 .inner-column .title {
  position: relative;
  font-size: 100px;
  font-weight: 500;
  line-height: 110px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .banner-section-beach2 .inner-column .title {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-beach2 .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-beach2 .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-beach2 .inner-column .title img {
  height: 102px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  border-radius: 65px 65px 65px 65px;
  margin-left: 18px;
  margin-top: 3px;
  max-width: 274px;
  width: 100%;
}
.banner-section-beach2 .inner-column .text {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  max-width: 580px;
}
@media (max-width: 767.98px) {
  .banner-section-beach2 .inner-column .text {
    font-size: 14px;
  }
  .banner-section-beach2 .inner-column .text br {
    display: none;
  }
}
.banner-section-beach2 .btn-box {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
.banner-section-beach2 .btn-box .theme-btn {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding: 17.8px 47px;
}

/*** 

  ====================================================================
    Banner Section Luxury
  ====================================================================

  ***/
.banner-section-luxury {
  position: relative;
  padding: 231px 0 187px;
}
@media (max-width: 991.98px) {
  .banner-section-luxury {
    padding: 200px 0 134px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury {
    padding: 180px 0 150px;
    text-align: center;
  }
}
.banner-section-luxury .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.8);
  z-index: 1;
}
.banner-section-luxury .anim-icons .image-1 {
  position: absolute;
  left: 82px;
  bottom: 0;
  pointer-events: none;
}
.banner-section-luxury .content-column {
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .banner-section-luxury .content-column {
    padding: 0;
  }
}
.banner-section-luxury .content-column .star-rating {
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: 8px;
}
.banner-section-luxury .content-column .star-rating i {
  margin-right: 12px;
}
.banner-section-luxury .content-column .star-rating i:last-child {
  margin-right: 0;
}
.banner-section-luxury .inner-column {
  background: rgba(34, 30, 25, 0.82);
  border: 1px solid var(--theme-color1);
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 984px;
  padding: 125px 70px 89px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury .inner-column {
    padding: 52px 50px 80px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury .inner-column {
    padding: 52px 15px 80px;
  }
}
.banner-section-luxury .inner-column .text {
  color: rgba(68, 68, 68, 0.38);
  font-size: 150px;
  font-family: "Cormorant Garamond", serif;
  line-height: 90px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 65px;
  width: 100%;
  min-width: 1185px;
}
.banner-section-luxury .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-family: "Cormorant Garamond", serif;
  font-size: 90px;
  line-height: 110px;
  margin-bottom: 11px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury .inner-column .title {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury .inner-column .title {
    font-size: 42px;
  }
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-luxury3 {
  position: relative;
}
.banner-section-luxury3 .anim-icons .image-1 {
  position: absolute;
  left: -4px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-section-luxury3 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .outer-box {
    display: block;
  }
}
.banner-section-luxury3 .content-column {
  position: relative;
  left: 0;
  padding: 175px 122px 285px 20px;
  min-width: calc(50% + 147px);
}
@media (max-width: 1199.98px) {
  .banner-section-luxury3 .content-column {
    min-width: calc(50% + 50px);
    padding: 175px 50px 285px 20px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .content-column {
    width: 100%;
    padding: 100px 15px 150px;
  }
}
.banner-section-luxury3 .content-column .subtitle-box {
  font-family: var(--title-font2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .banner-section-luxury3 .content-column .subtitle-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-luxury3 .content-column .subtitle-box span {
  background-color: #f7f3ee;
  border-radius: 50px;
  color: #aa8453;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 28px 7px;
  margin-right: 30px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner-section-luxury3 .content-column .subtitle-box span {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-luxury3 .content-column .subtitle-box .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-section-luxury3 .content-column .inner-column {
  position: relative;
  z-index: 3;
  padding: 15px 15px 15px 0;
  max-width: 621px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury3 .content-column .inner-column {
    padding: 0;
    max-width: 495px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .content-column .inner-column {
    text-align: center;
    margin: 0 auto;
  }
}
.banner-section-luxury3 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 74px;
  font-family: var(--title-font2);
  line-height: 97px;
  letter-spacing: 0;
  margin-bottom: 29px;
}
@media (max-width: 1749.98px) {
  .banner-section-luxury3 .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-luxury3 .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-luxury3 .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury3 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury3 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-luxury3 .content-column .inner-column .text {
  color: var(--text-color);
  font-family: var(--text-font4);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-luxury3 .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury3 .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-luxury3 .content-column .btn-box {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .content-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury3 .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-luxury3 .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-luxury3 .images-column {
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .images-column {
    display: none;
  }
}
.banner-section-luxury3 .images-column .inner-column {
  height: 100%;
  width: 100%;
}
.banner-section-luxury3 .images-column .inner-column .bg-image {
  position: absolute;
}
.banner-section-luxury3 .images-column .inner-column .bg-image::before {
  background-color: rgba(var(--theme-color-black-rgb), 0.18);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-section-luxury3 .checkout-form-section {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 104px;
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .checkout-form-section {
    position: relative;
    bottom: 0;
  }
}
.banner-section-luxury3 .checkout-form-section .checkout-form {
  padding: 30px 25px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
}
.banner-section-luxury3
  .checkout-form-section
  .checkout-form
  .checkout-field
  > h6 {
  margin-bottom: 2px;
}
.banner-section-luxury3
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  select,
.banner-section-luxury3
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  input {
  color: var(--theme-color-black);
  font-size: 14px;
}
.banner-section-luxury3 .checkout-form-section .checkout-form .theme-btn {
  background-color: var(--theme-color-dark2);
  font-size: 14px;
  font-family: var(--text-font4);
  font-weight: 600;
  padding: 5px 56px;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-section-luxury3 .checkout-form-section .checkout-form .theme-btn {
    width: 100%;
  }
}
.banner-section-luxury3
  .checkout-form-section
  .checkout-form
  .theme-btn:before {
  background-color: var(--theme-color1);
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-luxury4 {
  position: relative;
}
.banner-section-luxury4 .outer-box {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .banner-section-luxury4 .outer-box {
    display: block;
  }
}
.banner-section-luxury4 .content-column {
  position: relative;
}
.banner-section-luxury4 .content-column .subtitle-box {
  font-family: var(--text-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .banner-section-luxury4 .content-column .subtitle-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-luxury4 .content-column .subtitle-box .sub-title {
  color: #111;
  font-family: var(--text-font);
  font-size: 14px;
  letter-spacing: 7px;
  margin-left: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-section-luxury4 .content-column .star-rating {
  color: var(--theme-color1);
  font-size: 14px;
  margin-bottom: 0;
}
.banner-section-luxury4 .content-column .star-rating i {
  margin-right: 0;
}
.banner-section-luxury4 .content-column .inner-column {
  background-color: #d9d0bd;
  padding: 126px 50px 155px 98px;
  position: relative;
  margin-left: auto;
  border-radius: 30px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-luxury4 .content-column .inner-column {
    text-align: center;
    margin: 0 auto;
  }
}
.banner-section-luxury4 .content-column .inner-column .anim-icons img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-section-luxury4 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 74px;
  font-family: var(--title-font2);
  line-height: 97px;
  letter-spacing: 0;
  margin-bottom: 29px;
}
@media (max-width: 1749.98px) {
  .banner-section-luxury4 .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-luxury4 .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-luxury4 .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury4 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury4 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury4 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-luxury4 .content-column .inner-column .text {
  color: var(--text-color);
  font-family: var(--text-font4);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-luxury4 .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury4 .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-luxury4 .content-column .btn-box {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-luxury4 .content-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury4 .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-luxury4 .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
  border-radius: 30px;
}
.banner-section-luxury4 .content-column .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .banner-section-luxury4 .content-column .btn-box .video-box {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner-section-luxury4 .content-column .btn-box .video-box .play-btn .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-luxury4 .content-column .btn-box .video-box .video-text {
  color: var(--theme-color-black);
  font-weight: 600;
  margin-left: 15px;
}
.banner-section-luxury4 .images-column {
  position: relative;
}
.banner-section-luxury4 .images-column .inner-column {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-luxury4 .images-column .inner-column .bg-image {
  position: absolute;
}
.banner-section-luxury4 .images-column .inner-column .bg-image::before {
  background-color: rgba(var(--theme-color-black-rgb), 0.18);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-section-luxury4 .checkout-form-section {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 104px;
}
@media (max-width: 991.98px) {
  .banner-section-luxury4 .checkout-form-section {
    position: relative;
    bottom: 0;
  }
}
.banner-section-luxury4 .checkout-form-section .checkout-form {
  padding: 30px 25px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
}
.banner-section-luxury4
  .checkout-form-section
  .checkout-form
  .checkout-field
  > h6 {
  margin-bottom: 2px;
}
.banner-section-luxury4
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  select,
.banner-section-luxury4
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  input {
  color: var(--theme-color-black);
  font-size: 14px;
}
.banner-section-luxury4 .checkout-form-section .checkout-form .theme-btn {
  background-color: var(--theme-color-dark2);
  font-size: 14px;
  font-family: var(--text-font4);
  font-weight: 600;
  padding: 5px 56px;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-section-luxury4 .checkout-form-section .checkout-form .theme-btn {
    width: 100%;
  }
}
.banner-section-luxury4
  .checkout-form-section
  .checkout-form
  .theme-btn:before {
  background-color: var(--theme-color1);
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-island1 {
  position: relative;
  padding: 293px 0 376px;
  overflow: hidden;
}
.banner-section-island1 .bg-image:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-black);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.banner-section-island1 .content-column {
  position: relative;
  text-align: center;
}
.banner-section-island1 .content-column .title-box {
  font-family: var(--title-font2);
  margin-bottom: 18px;
}
.banner-section-island1 .content-column .title-box .sub-title {
  color: var(--theme-color-white);
  font-size: 36px;
  margin-bottom: 0;
}
.banner-section-island1 .content-column .inner-column {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  z-index: 1;
}
.banner-section-island1 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 110px;
  font-family: var(--title-font2);
  line-height: 120px;
  letter-spacing: 0;
  margin-bottom: 29px;
}
@media (max-width: 1749.98px) {
  .banner-section-island1 .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-island1 .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-island1 .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-island1 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-island1 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-island1 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-island1 .checkout-form-section {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 200px;
}
@media (max-width: 991.98px) {
  .banner-section-island1 .checkout-form-section {
    position: relative;
    bottom: 0;
  }
}
.banner-section-island1 .checkout-form-section .checkout-form {
  padding: 30px 25px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
}
.banner-section-island1
  .checkout-form-section
  .checkout-form
  .checkout-field
  > h6 {
  margin-bottom: 2px;
}
.banner-section-island1
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  select,
.banner-section-island1
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  input {
  color: var(--theme-color-black);
  font-size: 14px;
}
.banner-section-island1 .checkout-form-section .checkout-form .theme-btn {
  background-color: var(--theme-color8);
  font-size: 14px;
  font-family: var(--text-font4);
  font-weight: 600;
  padding: 5px 56px;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-section-island1 .checkout-form-section .checkout-form .theme-btn {
    width: 100%;
  }
}
.banner-section-island1
  .checkout-form-section
  .checkout-form
  .theme-btn:before {
  background-color: var(--theme-color9);
}
.banner-section-island1
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  i {
  color: var(--theme-color9);
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-island2 {
  position: relative;
  padding: 293px 0 200px;
}
.banner-section-island2 .anim-icons .image-1 {
  position: absolute;
  top: 100px;
  right: 0;
}
.banner-section-island2 .anim-icons .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner-section-island2 .content-column {
  position: relative;
}
.banner-section-island2 .content-column .title-box {
  font-family: var(--title-font2);
  margin-bottom: 18px;
}
.banner-section-island2 .content-column .title-box .sub-title {
  color: var(--theme-color-white);
  font-size: 36px;
  margin-bottom: 0;
}
.banner-section-island2 .content-column .inner-column {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.banner-section-island2 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-black);
  font-family: var(--title-font2);
  font-size: 128px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120px;
  margin-bottom: 0;
}
@media (max-width: 1749.98px) {
  .banner-section-island2 .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-island2 .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-island2 .content-column .inner-column .title {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-island2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-island2 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-island2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-island2 .content-column .inner-column .title img {
  width: 270px;
  height: 100px;
  border-radius: 50px;
  margin-top: -27px;
}
.banner-section-island2 .content-column .inner-column .text-box {
  float: right;
  margin-right: -140px;
  margin-top: -125px;
}
.banner-section-island2 .content-column .inner-column .text-box .theme-btn {
  background-color: var(--theme-color9);
  border-color: var(--theme-color9);
}
.banner-section-island2
  .content-column
  .inner-column
  .text-box
  .theme-btn:before {
  background-color: var(--theme-color8);
}

/*** 

  ====================================================================
    Banner Section Golf
  ====================================================================

  ***/
.banner-section-golf {
  position: relative;
  padding: 165px 0 330px;
  margin: 0 25px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner-section-golf {
    padding: 90px 0;
    text-align: center;
  }
}
.banner-section-golf .info-text {
  color: rgba(255, 255, 255, 0.4705882353);
  font-size: 170px;
  font-weight: 400;
  font-family: var(--title-font2);
  line-height: 1;
  position: absolute;
  text-align: center;
  margin-bottom: 0;
  bottom: 0;
  left: 250px;
}
.banner-section-golf .bg-image img {
  width: 100%;
}
.banner-section-golf .anim-icons .image-1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .banner-section-golf .content-column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section-golf .content-column {
    margin-bottom: 70px;
  }
}
.banner-section-golf .inner-column {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  padding: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-golf .inner-column {
    padding: 0;
  }
}
.banner-section-golf .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 84px;
  margin-bottom: 29px;
  margin-right: -25px;
}
@media (max-width: 1199.98px) {
  .banner-section-golf .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-golf .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-golf .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-golf .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-golf .inner-column .text {
  color: var(--theme-color-white);
  font-size: 18px;
  line-height: 30px;
  margin-right: 70px;
}
@media (max-width: 767.98px) {
  .banner-section-golf .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-golf .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section-golf .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-golf .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-golf .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
  background-color: var(--theme-color6);
  border-color: var(--theme-color6);
}
.banner-section-golf .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .banner-section-golf .btn-box .video-box {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner-section-golf .btn-box .video-box .play-btn .icon {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
  border: none;
}
.banner-section-golf .btn-box .video-box .video-text {
  color: var(--theme-color-white);
  font-weight: 600;
  margin-left: 15px;
}
.banner-section-golf .booking-form-column .inner-column {
  margin-left: 30px;
}

/*** 

  ====================================================================
  banner section two luxury2-1
  ====================================================================

  ***/
.banner-section-two-luxury-2-1 {
  position: relative;
  padding: 38px 0 0;
}
.banner-section-two-luxury-2-1:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(
    87deg,
    rgba(0, 0, 0, 0.8392156863) 12%,
    rgba(0, 0, 0, 0.3019607843) 100%
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-section-two-luxury-2-1 .bg-image img {
  width: 100%;
  height: 100%;
}
.banner-section-two-luxury-2-1 .content-column {
  z-index: 2;
}
.banner-section-two-luxury-2-1 .content-column .inner-column .title {
  color: var(--theme-color-white);
}
.banner-section-two-luxury-2-1 .content-column .inner-column .text {
  color: var(--theme-color-white);
  margin: 37px 0;
}
.banner-section-two-luxury-2-1 .content-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-two-luxury-2-1 .content-column .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-two-luxury-2-1 .content-column .btn-box .video-box .play-btn {
  margin-left: 30px;
}
.banner-section-two-luxury-2-1 .content-column .btn-box .video-box .play-btn i {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-two-luxury-2-1 .content-column .btn-box .video-box .video-text {
  margin-left: 25px;
  color: var(--theme-color-white);
}
.banner-section-two-luxury-2-1 .booking-form-column .inner-column {
  bottom: -138px;
}
.banner-section-two-luxury-2-1 .booking-form-column .inner-column:before {
  background-color: var(--theme-color-white) !important;
}
.banner-section-two-luxury-2-1
  .booking-form-column
  .inner-column
  .form-submit
  .theme-btn {
  width: 100%;
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-luxury1-3 {
  position: relative;
  padding: 120px 0 277px;
  background-color: #f6f2ed;
}
.banner-section-luxury1-3 .anim-image .image-10 {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section-luxury1-3 .anim-image .image-9 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-section-luxury1-3 .anim-image .image-5 {
  position: absolute;
  left: 717px;
  top: 279px;
}
.banner-section-luxury1-3 .anim-image .image-4 {
  position: absolute;
  right: 28px;
  bottom: 28px;
}
.banner-section-luxury1-3 .anim-image .image-3 {
  position: absolute;
  right: 53px;
  top: 69px;
}
.banner-section-luxury1-3 .anim-image .image-2 {
  position: absolute;
  bottom: 39px;
  left: 39px;
}
.banner-section-luxury1-3 .anim-image .image-1 {
  position: absolute;
  left: 92px;
  bottom: 538px;
}
.banner-section-luxury1-3 .checkout-form-section-two {
  margin-top: -236px;
}
.banner-section-luxury1-3 .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-3 .slick-dots {
    bottom: 40px;
  }
}
.banner-section-luxury1-3 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-luxury1-3 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-luxury1-3 .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-luxury1-3 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-luxury1-3 .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-3 .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-luxury1-3 .banner-slider .slick-list,
.banner-section-luxury1-3 .banner-slider .slick-track {
  height: 100%;
}
.banner-section-luxury1-3 .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-luxury1-3 .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-luxury1-3 .banner-slider .content-box {
  padding: 95px 0 277px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-luxury1-3 .banner-slider .content-box .star-rating {
  position: relative;
  color: var(--theme-color1);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box .star-rating {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-luxury1-3 .banner-slider .content-box .star-rating::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 302px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box .star-rating::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-luxury1-3 .banner-slider .content-box .star-rating i {
  margin-right: 8px;
}
.banner-section-luxury1-3
  .banner-slider
  .content-box
  .star-rating
  i:last-child {
  margin-right: 0;
}
.banner-section-luxury1-3 .banner-slider .content-box h1 {
  color: var(--theme-color-black);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box h1 {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury1-3 .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-luxury1-3 .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-luxury1-3 .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-luxury1-3 .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-luxury1-3 .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-luxury1-3 .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.banner-section-luxury1-3 .banner-slider .image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-section-luxury1-3 .banner-slider .image-1:after {
  background-image: var(--gradient-2);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section-luxury1-3 .banner-slider .image-1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-3 .banner-slider .image-1 img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury1-3 .banner-slider .image-1 img {
    min-height: 600px;
  }
}

/*** 

  ====================================================================
  banner section two luxury2-1
  ====================================================================

  ***/
.banner-section-hostel-2 {
  position: relative;
  padding: 0;
}
.banner-section-hostel-2:before {
  background-color: #f7f3ee;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 65%;
}
.banner-section-hostel-2 .shape {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-section-hostel-2 .shape:before {
  background-image: url(../images/icons/shape-58.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 402px;
  height: 507px;
}
.banner-section-hostel-2 .shape:after {
  background-image: url(../images/icons/shape-59.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 796px;
  height: 844px;
  opacity: 0.1;
}
.banner-section-hostel-2 .content-column {
  z-index: 2;
}
.banner-section-hostel-2 .content-column .inner-column {
  text-align: center;
  padding: 117px 0 0 0;
}
.banner-section-hostel-2 .content-column .inner-column .text {
  margin: 37px 0;
}
.banner-section-hostel-2 .content-column .btn-box {
  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-bottom: 50px;
}
.banner-section-hostel-2 .content-column .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-hostel-2 .content-column .btn-box .video-box .play-btn {
  margin-left: 30px;
}
.banner-section-hostel-2 .content-column .btn-box .video-box .play-btn i {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-hostel-2 .content-column .btn-box .video-box .video-text {
  margin-left: 25px;
  color: var(--theme-color-black);
}
.banner-section-hostel-2 .banner-image {
  border-radius: 30px;
  overflow: hidden;
  height: 640px;
}
.banner-section-hostel-2 .banner-image img {
  border-radius: 30px;
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-luxury1-4 {
  position: relative;
  padding: 120px 0 120px;
  background-color: #f6f2ed;
}
.banner-section-luxury1-4:before {
  background-image: url(../images/icons/shape-60.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 682px;
  height: 447px;
}
.banner-section-luxury1-4.style-apartment {
  overflow: hidden;
}
.banner-section-luxury1-4.style-apartment:before {
  background-image: url(../images/banner/banner1-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: -80px;
  right: -100px;
  left: auto;
  top: auto;
  width: 1199px;
  height: 884px;
}
.banner-section-luxury1-4 .outer-box {
  max-width: 1670px;
  margin: 0 auto;
}
.banner-section-luxury1-4 .outer-box .image-column .inner-column .image {
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-luxury1-4 .outer-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.banner-section-luxury1-4 .outer-box .image-column .inner-column .image-2 {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-luxury1-4 .outer-box .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.banner-section-luxury1-4 .anim-image .image-10 {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section-luxury1-4 .anim-image .image-9 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-section-luxury1-4 .anim-image .image-5 {
  position: absolute;
  left: 717px;
  top: 279px;
}
.banner-section-luxury1-4 .anim-image .image-4 {
  position: absolute;
  right: 28px;
  bottom: 28px;
}
.banner-section-luxury1-4 .anim-image .image-3 {
  position: absolute;
  right: 53px;
  top: 69px;
}
.banner-section-luxury1-4 .anim-image .image-2 {
  position: absolute;
  bottom: 39px;
  left: 39px;
}
.banner-section-luxury1-4 .anim-image .image-1 {
  position: absolute;
  left: 92px;
  bottom: 538px;
}
.banner-section-luxury1-4 .checkout-form-section-two {
  margin-top: -236px;
}
.banner-section-luxury1-4 .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-4 .slick-dots {
    bottom: 40px;
  }
}
.banner-section-luxury1-4 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-luxury1-4 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-luxury1-4 .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-luxury1-4 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-luxury1-4 .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-4 .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-luxury1-4 .banner-slider .slick-list,
.banner-section-luxury1-4 .banner-slider .slick-track {
  height: 100%;
}
.banner-section-luxury1-4 .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-luxury1-4 .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-luxury1-4 .banner-slider .content-box {
  padding: 95px 0 277px;
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-luxury1-4 .banner-slider .content-box .star-rating {
  position: relative;
  color: var(--theme-color1);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box .star-rating {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-luxury1-4 .banner-slider .content-box .star-rating::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 302px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box .star-rating::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-luxury1-4 .banner-slider .content-box .star-rating i {
  margin-right: 8px;
}
.banner-section-luxury1-4
  .banner-slider
  .content-box
  .star-rating
  i:last-child {
  margin-right: 0;
}
.banner-section-luxury1-4 .banner-slider .content-box h1 {
  color: var(--theme-color-black);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box h1 {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury1-4 .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-luxury1-4 .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-luxury1-4 .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-luxury1-4 .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-luxury1-4 .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-luxury1-4 .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.banner-section-luxury1-4 .banner-slider .image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-section-luxury1-4 .banner-slider .image-1:after {
  background-image: var(--gradient-2);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section-luxury1-4 .banner-slider .image-1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury1-4 .banner-slider .image-1 img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury1-4 .banner-slider .image-1 img {
    min-height: 600px;
  }
}

/*** 

  ====================================================================
    Banner Section Six
  ====================================================================

  ***/
.style-F5 {
  background-color: #f5f2ec !important;
}

.banner-section-spa {
  background-color: #f5f2ec;
  position: relative;
}
.banner-section-spa:before {
  background-image: url(../images/icons/bg-shape6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
}
@media (max-width: 767.98px) {
  .banner-section-spa {
    text-align: center;
  }
}
.banner-section-spa .anim-icons .image-1 {
  position: absolute;
  right: 80px;
  top: 80px;
  z-index: 1;
  pointer-events: none;
}
.banner-section-spa .anim-icons .image-2 {
  position: absolute;
  left: 100px;
  top: 75px;
  z-index: 1;
  pointer-events: none;
}
.banner-section-spa .anim-icons .image-3 {
  position: absolute;
  right: 80px;
  bottom: 100px;
  z-index: 1;
  pointer-events: none;
}
.banner-section-spa .content-column {
  padding: 100px 0 200px 100px;
  min-width: calc(50% - 173px);
  left: 0;
  position: relative;
}
.banner-section-spa .content-column .inner-column {
  position: relative;
  z-index: 3;
  padding: 15px 15px 15px 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-spa .content-column .inner-column {
    padding: 0;
  }
}
.banner-section-spa .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 130px;
  line-height: 130px;
  letter-spacing: 0;
  margin-bottom: 55px;
}
.banner-section-spa .content-column .inner-column .title.two {
  margin-left: 170px;
}
.banner-section-spa .content-column .inner-column .text-one {
  max-width: 300px;
  margin-bottom: 0;
  position: absolute;
  top: 55px;
  right: 0;
}
.banner-section-spa .content-column .inner-column .text-two {
  max-width: 220px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-section-spa .content-column .inner-column .play-btn {
  position: absolute;
  top: 240px;
  left: 0;
}
.banner-section-spa .content-column .inner-column .play-btn i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.banner-section-spa .content-column .btn-box .shape-ine:before {
  background-image: url(../images/icons/shape-63.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 29%;
  bottom: -70px;
  width: 107px;
  height: 109px;
}
.banner-section-spa .content-column .btn-box .theme-btn {
  position: absolute;
  right: 29%;
  bottom: 78px;
}

/*** 

  ====================================================================
    Banner Section Six
  ====================================================================

  ***/
.banner-section-city {
  background-color: #faf5f0;
  position: relative;
  padding: 215px 0 116px;
}
@media (max-width: 767.98px) {
  .banner-section-city {
    text-align: center;
  }
}
.banner-section-city:before {
  background-image: url(../images/icons/bg-shape9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 53px;
  z-index: 1;
}
.banner-section-city .outer-box {
  max-width: 1500px;
  margin: 0 auto;
}
.banner-section-city .content-column {
  position: relative;
}
.banner-section-city .content-column .inner-column {
  position: relative;
  text-align: right;
  z-index: 3;
}
.banner-section-city .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 128px;
  line-height: 128px;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.banner-section-city .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
.banner-section-city .content-column .btn-box {
  margin-top: 43px;
  z-index: 1;
}
.banner-section-city .images-column .inner-column .image {
  margin-left: 47px;
}
.banner-section-city .images-column .inner-column .image-2 {
  margin-left: 47px;
  position: relative;
  top: -60px;
}

/*** 

  ====================================================================
    Banner Section Beach
  ====================================================================

  ***/
.banner-section-city3 {
  position: relative;
  padding: 184px 0 200px;
}
.banner-section-city3 .outer-box {
  padding: 0 15px;
  max-width: 1610px;
  margin: 0 auto;
}
.banner-section-city3 .content-column .inner-column {
  text-align: center;
}
.banner-section-city3 .content-column .inner-column .title-style {
  color: rgba(194, 194, 194, 0.6980392157);
  font-size: 220px;
  line-height: 1;
  font-family: var(--text-font3);
  margin-bottom: 0;
}
.banner-section-city3 .content-column .inner-column .title {
  font-size: 400px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: -180px;
}
.banner-section-city3 .content-column .inner-column .text {
  max-width: 280px;
  position: absolute;
  bottom: 58px;
  left: 58px;
  text-align: left;
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-city4 {
  position: relative;
  padding: 293px 0 376px;
  overflow: hidden;
}
.banner-section-city4 .bg-image:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-black);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.banner-section-city4 .content-column {
  position: relative;
  text-align: center;
}
.banner-section-city4 .content-column .inner-column {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  z-index: 1;
}
.banner-section-city4 .content-column .inner-column .title {
  position: relative;
  color: #b0b4b8;
  font-size: 280px;
  font-weight: 700;
  font-family: var(--text-font4);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1749.98px) {
  .banner-section-city4 .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-city4 .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-city4 .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-city4 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-city4 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-city4 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-city4 .checkout-form-section .checkout-form .checkout-field {
  padding: 14px 10px 11px;
}
.banner-section-city4 .checkout-form-section {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 200px;
}
@media (max-width: 991.98px) {
  .banner-section-city4 .checkout-form-section {
    position: relative;
    bottom: 0;
  }
}
.banner-section-city4 .checkout-form-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}
.banner-section-city4 .checkout-form-section .checkout-form {
  background-color: rgba(189, 186, 186, 0.9490196078);
  padding: 30px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
}
.banner-section-city4
  .checkout-form-section
  .checkout-form
  .checkout-field
  > h6 {
  margin-bottom: 2px;
  color: var(--theme-color-light);
}
.banner-section-city4
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  select,
.banner-section-city4
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  input {
  color: var(--theme-color-light);
  font-size: 14px;
}
.banner-section-city4 .checkout-form-section .checkout-form .theme-btn {
  font-size: 14px;
  font-family: var(--text-font4);
  font-weight: 600;
  padding: 5px 56px;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-section-city4 .checkout-form-section .checkout-form .theme-btn {
    width: 100%;
  }
}
.banner-section-city4
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  i {
  color: var(--theme-color1);
}

/*** 

  ====================================================================
    Banner Section Luxury
  ====================================================================

  ***/
.banner-section-lake {
  position: relative;
  padding: 231px 0 187px;
}
@media (max-width: 991.98px) {
  .banner-section-lake {
    padding: 200px 0 134px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-lake {
    padding: 180px 0 150px;
    text-align: center;
  }
}
.banner-section-lake .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.8);
  z-index: 1;
}
.banner-section-lake .content-column {
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .banner-section-lake .content-column {
    padding: 0;
  }
}
.banner-section-lake .inner-column {
  position: relative;
  margin: 0 auto;
  max-width: 984px;
  padding: 125px 70px 89px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-lake .inner-column {
    padding: 52px 50px 80px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-lake .inner-column {
    padding: 52px 15px 80px;
  }
}
.banner-section-lake .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-family: "Cormorant Garamond", serif;
  font-size: 170px;
  line-height: 170px;
  margin-bottom: 11px;
}
@media (max-width: 1199.98px) {
  .banner-section-lake .inner-column .title {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-lake .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-lake .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-lake .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-lake .inner-column .title-two {
  color: var(--theme-color-white);
}

/*** 

  ====================================================================
    Banner Section Golf
  ====================================================================

  ***/
.banner-section-lake2 {
  position: relative;
  padding: 0;
  margin: 0 25px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner-section-lake2 {
    padding: 90px 0;
    text-align: center;
  }
}
.banner-section-lake2 .outer-box {
  position: relative;
  margin: 0 120px;
  height: 100%;
  padding: 30px 0 530px;
}
.banner-section-lake2 .info-text {
  color: rgba(255, 255, 255, 0.4705882353);
  font-size: 170px;
  font-weight: 400;
  font-family: var(--title-font2);
  line-height: 1;
  position: absolute;
  text-align: center;
  margin-bottom: 0;
  bottom: 0;
  left: 250px;
}
.banner-section-lake2 .bg-image img {
  width: 100%;
  -webkit-mask-image: url(../images/icons/shape-64.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.banner-section-lake2 .anim-icons .image-1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .banner-section-lake2 .content-column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section-lake2 .content-column {
    margin-bottom: 70px;
  }
}
.banner-section-lake2 .content-column .inner-column {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  margin-left: 60px;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-lake2 .content-column .inner-column {
    padding: 0;
  }
}
.banner-section-lake2 .content-column .inner-column .title {
  position: relative;
  font-size: 72px;
  line-height: 84px;
  margin-bottom: 29px;
  margin-right: -25px;
}
@media (max-width: 1199.98px) {
  .banner-section-lake2 .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-lake2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-lake2 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-lake2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-lake2 .content-column .inner-column .text {
  font-size: 18px;
  line-height: 30px;
  margin-right: 70px;
}
@media (max-width: 767.98px) {
  .banner-section-lake2 .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-lake2 .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .banner-section-lake2 .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-lake2 .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-lake2 .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
  background-color: var(--theme-color6);
  border-color: var(--theme-color6);
}
.banner-section-lake2 .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .banner-section-lake2 .btn-box .video-box {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner-section-lake2 .btn-box .video-box .play-btn .icon {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
  border: none;
}
.banner-section-lake2 .btn-box .video-box .video-text {
  color: var(--theme-color-black);
  font-weight: 600;
  margin-left: 15px;
}
.banner-section-lake2 .booking-form-column {
  position: absolute;
  right: 0;
  bottom: 50px;
  top: auto;
}
.banner-section-lake2 .booking-form-column .inner-column .sec-title:before {
  background-color: var(--theme-color6);
}
.banner-section-lake2
  .booking-form-column
  .inner-column
  .bk-form
  .form-submit
  button {
  background-color: var(--theme-color6);
}
.banner-section-lake2
  .booking-form-column
  .inner-column
  .bk-form
  .form-submit
  button:before {
  background-color: var(--theme-color-dark);
}
.banner-section-lake2 .booking-form-column .inner-column .bk-form .frm-field i {
  color: var(--theme-color6);
}
.banner-section-lake2 .content-column .offer-text .star-rating {
  color: var(--theme-color6);
}
.banner-section-lake2 .btn-box .video-box .play-btn .icon {
  background-color: var(--theme-color6);
  border-color: var(--theme-color6);
}
.banner-section-lake2
  .booking-form-column.bg-light-style
  .inner-column::before {
  background-color: var(--theme-color-light);
}

/*** 

  ====================================================================
      Banner Section Four
  ====================================================================

  ***/
.banner-section-modern3 {
  background-color: #f7f3ee;
  position: relative;
  overflow: hidden;
  padding: 150px 0 0;
}
@media (max-width: 1399.98px) {
  .banner-section-modern3 {
    padding-bottom: 0;
  }
}
.banner-section-modern3:before {
  background-image: url(../images/icons/bg-shape9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 53px;
}
.banner-section-modern3:after {
  background-image: url(../images/icons/shape-67.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 682px;
  height: 447px;
}
.banner-section-modern3 .anim-icons {
  max-width: 100%;
  pointer-events: none;
}
.banner-section-modern3 .anim-icons .img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-section-modern3 .anim-icons .img-2 {
  position: absolute;
  top: 175px;
  right: 25px;
}
.banner-section-modern3 .anim-icons .img-3 {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.banner-section-modern3 .slide-item {
  position: relative;
  min-height: 836px;
}
@media (max-width: 1399.98px) {
  .banner-section-modern3 .slide-item {
    min-height: 720px;
    padding: 30px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-modern3 .slide-item {
    min-height: 620px;
    padding: 30px 0 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section-modern3 .slide-item {
    padding: 0;
    min-height: auto;
  }
}
.banner-section-modern3 .content-box {
  position: relative;
}
.banner-section-modern3 .content-box .title {
  color: var(--headings-color);
  font-size: 180px;
  font-weight: 400;
  line-height: 84px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .banner-section-modern3 .content-box .title {
    font-size: 100px;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-modern3 .content-box .title {
    font-size: 80px;
  }
}
.banner-section-modern3 .content-box .title-two {
  color: var(--theme-color1);
  font-family: var(--text-font3);
  font-size: 140px;
  font-weight: 300;
  line-height: 155px;
  margin-left: 50px;
  margin-bottom: 0;
  letter-spacing: 7px;
}
@media (max-width: 1199.98px) {
  .banner-section-modern3 .content-box .title-two {
    font-size: 70px;
  }
}
.banner-section-modern3 .content-box .title-three {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--headings-color);
  display: block;
  position: relative;
  padding-left: 130px;
}
@media (max-width: 1199.98px) {
  .banner-section-modern3 .content-box .title-three {
    margin-top: 0;
  }
}
.banner-section-modern3 .content-box .title-three:before {
  content: "";
  position: absolute;
  width: 127px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3019607843);
  left: 0;
  top: calc(50% - 0.5px);
}
.banner-section-modern3 .content-box .play-now {
  margin-top: 40px;
  display: inline-block;
  margin-left: 180px;
}
@media (max-width: 575.98px) {
  .banner-section-modern3 .content-box .play-now {
    margin-left: 30px;
  }
}
.banner-section-modern3 .content-box .play-now i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid var(--theme-color-dark);
  color: var(--theme-color-dark);
  background-color: transparent;
  font-size: 20px;
}
.banner-section-modern3 .content-box .play-now i:hover {
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
}
.banner-section-modern3 .content-box .text {
  margin-top: 30px;
  margin-left: 180px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-modern3 .content-box .text br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .banner-section-modern3 .content-box .text {
    margin-left: 30px;
  }
}
.banner-section-modern3 .image-column {
  position: relative;
}
.banner-section-modern3 .image-column .image-box {
  width: 607px;
  height: 633px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.banner-section-modern3 .image-column .image-box:before {
  background-image: url(../images/icons/bg-shape9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 53px;
}
.banner-section-modern3 .image-column .image-box video {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-section-modern3 .image-column .shape-box img {
  position: absolute;
  z-index: 1;
}
.banner-section-modern3 .image-column .shape-box .img-1 {
  top: -80px;
  left: 60px;
}
.banner-section-modern3 .image-column .shape-box .img-2 {
  top: -80px;
  right: -55px;
  -webkit-transform: rotate(21deg);
  transform: rotate(21deg);
}
.banner-section-modern3 .image-column .shape-box .img-3 {
  bottom: -80px;
  right: -55px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.banner-section-modern3 .image-column .shape-box .img-4 {
  bottom: -80px;
  left: 80px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(21deg);
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-luxury2-2 {
  position: relative;
  padding: 0 120px 120px;
}
.banner-section-luxury2-2 .bg-image1 {
  height: 780px;
  right: 0;
  width: 986px;
  left: auto;
}
.banner-section-luxury2-2 .bg-image1 img {
  -webkit-mask-image: url(../images/icons/shape-69.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.banner-section-luxury2-2 .anim-icons {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-section-luxury2-2 .outer-box {
  max-width: 1670px;
  margin: 0 auto;
}
.banner-section-luxury2-2 .outer-box .image-column .inner-column .image {
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-luxury2-2 .outer-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.banner-section-luxury2-2 .outer-box .image-column .inner-column .image-2 {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-luxury2-2 .outer-box .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.banner-section-luxury2-2 .checkout-form-section {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
}
.banner-section-luxury2-2 .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury2-2 .slick-dots {
    bottom: 40px;
  }
}
.banner-section-luxury2-2 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-luxury2-2 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-luxury2-2 .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-luxury2-2 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-luxury2-2 .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury2-2 .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-luxury2-2 .banner-slider .slick-list,
.banner-section-luxury2-2 .banner-slider .slick-track {
  height: 100%;
}
.banner-section-luxury2-2 .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-luxury2-2 .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-luxury2-2
  .banner-slider
  .banner-slide
  .outer-box
  .content-column
  .inner-column {
  margin-left: 45px;
}
.banner-section-luxury2-2 .banner-slider .content-box {
  padding: 95px 0 70px;
  width: 100%;
  margin-right: 50px;
}
.banner-section-luxury2-2 .banner-slider .content-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-section-luxury2-2 .banner-slider .content-box .info-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 10px;
  border-radius: 50px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(0, 0, 0, 0.0705882353);
  margin-right: 50px;
}
.banner-section-luxury2-2 .banner-slider .content-box .info-box .info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.banner-section-luxury2-2 .banner-slider .content-box .info-box .info span {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font2);
}
.banner-section-luxury2-2 .banner-slider .content-box .info-box .text {
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-luxury2-2 .banner-slider .content-box .star-rating {
  position: relative;
  color: var(--theme-color1);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.banner-section-luxury2-2 .banner-slider .content-box .star-rating span {
  color: var(--theme-color-black);
  font-size: 15px;
  font-weight: 400;
  font-family: var(--text-font4);
}
@media (max-width: 575.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box .star-rating {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-luxury2-2 .banner-slider .content-box .star-rating::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 302px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box .star-rating::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-luxury2-2 .banner-slider .content-box .star-rating i {
  margin-right: 8px;
}
.banner-section-luxury2-2
  .banner-slider
  .content-box
  .star-rating
  i:last-child {
  margin-right: 0;
}
.banner-section-luxury2-2 .banner-slider .content-box h1 {
  color: var(--theme-color-black);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box h1 {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-luxury2-2 .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-luxury2-2 .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-luxury2-2 .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-luxury2-2 .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-luxury2-2 .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-luxury2-2 .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-nature {
  position: relative;
  padding: 120px 0 160px;
  margin: 0 20px;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-nature .bg-image:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-section-nature .outer-box {
  max-width: 1670px;
  margin: 0 auto;
}
.banner-section-nature .checkout-form-section-two {
  margin-top: -236px;
}
.banner-section-nature .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-nature .slick-dots {
    bottom: 40px;
  }
}
.banner-section-nature .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-nature .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-nature .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-nature .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-nature .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-nature .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-nature .banner-slider .slick-list,
.banner-section-nature .banner-slider .slick-track {
  height: 100%;
}
.banner-section-nature .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-nature .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-nature .banner-slider .content-box {
  padding: 95px 0 277px;
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .banner-section-nature .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-nature .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-nature .banner-slider .content-box .star-rating {
  position: relative;
  color: var(--theme-color6);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .banner-section-nature .banner-slider .content-box .star-rating {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-nature .banner-slider .content-box .star-rating::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 302px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-nature .banner-slider .content-box .star-rating::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-nature .banner-slider .content-box .star-rating i {
  margin-right: 8px;
}
.banner-section-nature .banner-slider .content-box .star-rating i:last-child {
  margin-right: 0;
}
.banner-section-nature .banner-slider .content-box .text {
  color: var(--theme-color-light);
}
.banner-section-nature .banner-slider .content-box h1 {
  color: var(--theme-color-light);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .banner-section-nature .banner-slider .content-box h1 {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-nature .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-nature .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-nature .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-nature .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-nature .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-nature .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-nature .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-nature .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.banner-section-nature .banner-slider .image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-section-nature .banner-slider .image-1:after {
  background-image: var(--gradient-2);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section-nature .banner-slider .image-1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-nature .banner-slider .image-1 img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-nature .banner-slider .image-1 img {
    min-height: 600px;
  }
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-lodge {
  position: relative;
  padding: 0 120px 120px;
}
.banner-section-lodge:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 596px;
  height: 328px;
  background-image: url(../images/icons/shape-72.png);
  background-repeat: no-repeat;
}
.banner-section-lodge .checkout-form-section {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
}
.banner-section-lodge .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-lodge .slick-dots {
    bottom: 40px;
  }
}
.banner-section-lodge .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-lodge .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-lodge .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-lodge .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-lodge .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-lodge .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-lodge .banner-slider .slick-list,
.banner-section-lodge .banner-slider .slick-track {
  height: 100%;
}
.banner-section-lodge .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-lodge .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-lodge
  .banner-slider
  .banner-slide
  .outer-box
  .content-column
  .inner-column {
  margin-left: 45px;
}
.banner-section-lodge .banner-slider .info-box {
  margin-left: 50px;
  margin-top: 90px;
}
.banner-section-lodge .banner-slider .info-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
}
.banner-section-lodge .banner-slider .info-box .info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.banner-section-lodge .banner-slider .info-box .info h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--title-font2);
  margin-bottom: 0;
}
.banner-section-lodge .banner-slider .info-box .text {
  margin-top: 30px;
}
.banner-section-lodge .banner-slider .content-box {
  padding: 133px 0 10px;
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .banner-section-lodge .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-lodge .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-lodge .banner-slider .content-box .star-rating {
  position: relative;
  color: var(--theme-color6);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.banner-section-lodge .banner-slider .content-box .star-rating .rating-text {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 5px;
}
@media (max-width: 575.98px) {
  .banner-section-lodge .banner-slider .content-box .star-rating {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-lodge .banner-slider .content-box .star-rating::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 302px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-lodge .banner-slider .content-box .star-rating::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-lodge .banner-slider .content-box .star-rating i {
  margin-right: 8px;
}
.banner-section-lodge .banner-slider .content-box .star-rating i:last-child {
  margin-right: 0;
}
.banner-section-lodge .banner-slider .content-box h1 {
  color: var(--theme-color-black);
  font-size: 72px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .banner-section-lodge .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-lodge .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-lodge .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-lodge .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-lodge .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-lodge .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-lodge .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-lodge .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/*** 

  ====================================================================
    Banner Section Beach
  ====================================================================

  ***/
.banner-section-modern4 {
  position: relative;
  padding: 410px 0 420px;
}
.banner-section-modern4 .bg-image {
  z-index: 1;
  top: auto;
  bottom: 0;
  height: 97%;
}
.banner-section-modern4 .outer-box {
  padding: 0 15px;
  max-width: 1610px;
  margin: 0 auto;
}
.banner-section-modern4 .content-column .inner-column {
  text-align: center;
}
.banner-section-modern4 .content-column .inner-column .title {
  font-size: 400px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: -180px;
}

.banner-section-hiking {
  position: relative;
  padding: 0 0 120px;
}
.banner-section-hiking .banner-slider {
  position: relative;
  min-height: 885px;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .banner-section-hiking .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-hiking .banner-slider .slick-list,
.banner-section-hiking .banner-slider .slick-track {
  height: 100%;
}
.banner-section-hiking .banner-slider .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-section-hiking .banner-slider .content-box .sub-title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 60px;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .banner-section-hiking .banner-slider .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-hiking .banner-slider .content-box h1 {
  color: var(--theme-color-white);
  font-family: "Montserrat", Sans-serif;
  text-transform: uppercase;
  font-size: 300px;
  font-weight: 600;
  line-height: 200px;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .banner-section-hiking .banner-slider .content-box h1 {
    font-size: 42px;
    line-height: 1.3;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-hiking .banner-slider .content-box h1 {
    font-size: 30px;
  }
}
.banner-section-hiking .outer-box {
  position: relative;
  padding-top: 0;
}
.banner-section-hiking .outer-box .image {
  position: relative;
}
.banner-section-hiking .outer-box .image:before {
  background-image: url("../images/icons/bg-shape6.png");
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 72px;
  width: 100%;
  z-index: 1;
}
.banner-section-hiking .outer-box .image-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.banner-section-hiking .outer-box .image-2 img {
  width: 100%;
  height: 100%;
}
.banner-section-hiking .outer-box .btn-box {
  position: absolute;
  bottom: 120px;
  right: 85px;
}
.banner-section-hiking .outer-box .btn-box .text {
  color: var(--theme-color-white);
  font-family: var(--text-font4);
  margin-bottom: 30px;
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-nature2 {
  background-color: #faf5f0;
  position: relative;
}
.banner-section-nature2 .banner-slider .banner-slide .inner-slide {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-nature2 .banner-slider .banner-slide .inner-slide {
    padding: 0 20px;
  }
}
.banner-section-nature2 .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-section-nature2 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 182px 15px 80px;
  max-width: 1750px;
  margin: 0 auto;
}
.banner-section-nature2 .outer-box .info-text {
  color: transparent;
  display: inline-block;
  font-size: 160px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: 15px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% + 1px);
  right: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--theme-color-white-rgb), 0.9);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1699.98px) {
  .banner-section-nature2 .outer-box .info-text {
    right: -100px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-nature2 .outer-box .info-text {
    right: -150px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-nature2 .outer-box .info-text {
    right: -200px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-nature2 .outer-box .info-text {
    font-size: 120px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-nature2 .outer-box .info-text {
    display: none;
  }
}
.banner-section-nature2 .content-column {
  padding: 324px 0 180px;
  position: relative;
  bottom: -178px;
  left: 436px;
}
@media (max-width: 991.98px) {
  .banner-section-nature2 .content-column {
    padding: 224px 0 61px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-nature2 .content-column {
    padding: 164px 0 61px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-nature2 .content-column {
    padding: 60px 0 61px;
  }
}
.banner-section-nature2 .content-column .offer-text {
  color: var(--theme-color-light);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-family: var(--text-font);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}
.banner-section-nature2 .content-column .offer-text span {
  display: inline-block;
  font-size: 15px;
  color: var(--theme-color-light);
  background-color: var(--theme-color6);
  border-radius: 30px;
  padding: 11px 18px;
  margin-right: 10px;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .banner-section-nature2 .content-column .offer-text span {
    font-size: 14px;
    padding: 2px 7px;
  }
}
.banner-section-nature2 .content-column .inner-column {
  background-color: #222222;
  border-radius: 0;
  margin-left: 0;
  position: relative;
  z-index: 3;
  padding: 61px 40px 60px 40px;
}
@media (max-width: 767.98px) {
  .banner-section-nature2 .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-nature2 .content-column .inner-column {
    padding: 61px 15px 60px;
  }
}
.banner-section-nature2 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 65px;
  line-height: 80px;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section-nature2 .content-column .inner-column .title {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-nature2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-nature2 .content-column .inner-column .title {
    font-size: 40px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-nature2 .content-column .inner-column .title {
    font-size: 36px;
  }
}
.banner-section-nature2 .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-nature2 .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-nature2 .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-nature2 .content-column .btn-box {
  margin-top: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.banner-section-nature2 .content-column .btn-box .theme-btn {
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 11.5px 34.5px;
  background-color: transparent;
}
.banner-section-nature2 .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  top: calc(50% - 95px);
}
.banner-section-nature2 .slick-slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--theme-color-white);
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 125px);
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .banner-section-nature2 .slick-slider .slick-arrow {
    display: none !important;
  }
}
.banner-section-nature2 .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-nature2 .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.banner-section-nature2 .slick-slider .slick-arrow:before {
  color: var(--theme-color-white);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-nature2 .slick-slider .slick-arrow.slick-prev {
  left: 45px;
  right: auto;
}
.banner-section-nature2 .slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.banner-section-nature2 .slick-slider .slick-arrow.slick-next {
  right: 45px;
}
.banner-section-nature2 .slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}

/***

  ====================================================================
  banner-section-hiking-l2
  ====================================================================

  ***/
.banner-section-hiking-l2 {
  position: relative;
}
.banner-section-hiking-l2 .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-hiking-l2 .slick-dots {
    bottom: 40px;
  }
}
.banner-section-hiking-l2 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-hiking-l2 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-hiking-l2 .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-hiking-l2 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-hiking-l2 .banner-slider {
  position: relative;
  min-height: 900px;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .banner-section-hiking-l2 .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-hiking-l2 .banner-slider .content-box {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.banner-section-hiking-l2 .banner-slider .content-box .sub-title {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  padding: 10px 30px 10px 30px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 40px 40px 40px 40px;
  letter-spacing: 4px;
}
.banner-section-hiking-l2 .banner-slider .content-box .text {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 37px;
}
.banner-section-hiking-l2 .banner-slider .content-box .btn {
  border-radius: 48px;
}
.banner-section-hiking-l2 .banner-slider .banner-slide-v2 {
  position: relative;
  height: 100%;
}
.banner-section-hiking-l2 .banner-slider .banner-slide-v2 .outer-box {
  height: 100%;
}
.banner-section-hiking-l2
  .banner-slider
  .banner-slide-v2
  .outer-box
  .image:before {
  position: absolute;
  content: "";
  --background-overlay: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.7098039216)),
    to(rgba(0, 0, 0, 0.031372549))
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7098039216) 0%,
    rgba(0, 0, 0, 0.031372549) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-section-hiking-l2 .banner-slider .banner-slide-v2 .image {
  height: 100%;
}
.banner-section-hiking-l2 .banner-slider .banner-slide-v2 .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-hiking-l2 .banner-slider .banner-slide-v2 .image img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-hiking-l2 .banner-slider .banner-slide-v2 .image img {
    min-height: 600px;
  }
}
.banner-section-hiking-l2
  .banner-slider
  .banner-slide-v2
  .content-box
  .sub-title {
  font-family: var(--text-font2);
}
.banner-section-hiking-l2 .banner-slider .content-box {
  z-index: 2;
}
.banner-section-hiking-l2 .banner-slider .content-box .sub-title {
  position: relative;
  text-transform: uppercase;
  color: var(--theme-color-white);
  margin-bottom: 25px;
  display: inline-block;
  margin-top: 70px;
}
@media (max-width: 575.98px) {
  .banner-section-hiking-l2 .banner-slider .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-hiking-l2 .banner-slider .content-box .sub-title::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 40px;
  background-image: url(../images/resource/title-image.png);
  z-index: 99;
}
.banner-section-hiking-l2 .banner-slider .content-box h1 {
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .banner-section-hiking-l2 .banner-slider .content-box h1 {
    font-size: 42px;
    line-height: 1.3;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-hiking-l2 .banner-slider .content-box h1 {
    font-size: 30px;
  }
}
.banner-section-hiking-l2 .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 48px;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-hiking-l2 .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-hiking-l2 .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-hiking-l2 .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/*** 

  ====================================================================
    Banner Section Beach
  ====================================================================

  ***/
.banner-section-cultural {
  position: relative;
  padding: 258px 0 230px;
}
.banner-section-cultural .bg-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 59px;
  background-image: url(../images/icons/bg-shape10.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.banner-section-cultural .outer-box {
  padding: 0 15px;
  max-width: 1610px;
  margin: 0 auto;
}
.banner-section-cultural .content-column .inner-column {
  text-align: center;
}
.banner-section-cultural .content-column .inner-column .title {
  font-size: 128px;
  line-height: 130px;
  max-width: 890px;
  margin: 0 auto;
}
.banner-section-cultural .checkout-form-section {
  position: relative;
  margin-top: 50px;
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-ocean-h01 {
  position: relative;
  background-color: #eee6dd;
  padding-top: 102px;
}
.banner-section-ocean-h01 .anim-icons .image-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.banner-section-ocean-h01 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .outer-box {
    display: block;
  }
}
.banner-section-ocean-h01 .content-column {
  position: relative;
  left: 0;
  padding: 236px 122px 186px 20px;
  min-width: calc(50% + 46px);
}
@media (max-width: 1199.98px) {
  .banner-section-ocean-h01 .content-column {
    min-width: calc(50% + 50px);
    padding: 175px 50px 285px 20px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .content-column {
    width: 100%;
    padding: 100px 15px 150px;
  }
}
.banner-section-ocean-h01 .content-column .subtitle-box {
  font-family: var(--title-font2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .banner-section-ocean-h01 .content-column .subtitle-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-ocean-h01 .content-column .subtitle-box span {
  background-color: var(--theme-color1);
  border-radius: 50px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 28px 7px;
  margin-right: 30px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner-section-ocean-h01 .content-column .subtitle-box span {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-ocean-h01 .content-column .subtitle-box .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-section-ocean-h01 .content-column .inner-column {
  position: relative;
  z-index: 3;
  padding: 15px 15px 15px 0;
  max-width: 621px;
  margin-left: 130px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-ocean-h01 .content-column .inner-column {
    padding: 0;
    max-width: 495px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .content-column .inner-column {
    text-align: center;
    margin: 0 auto;
  }
}
.banner-section-ocean-h01 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 74px;
  font-family: var(--title-font2);
  line-height: 97px;
  letter-spacing: 0;
  margin-bottom: 29px;
}
@media (max-width: 1749.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-ocean-h01 .content-column .inner-column .text {
  color: var(--text-color);
  font-family: var(--text-font4);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ocean-h01 .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-ocean-h01 .content-column .btn-box {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .content-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ocean-h01 .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-ocean-h01 .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-ocean-h01 .images-column {
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .images-column {
    display: none;
  }
}
.banner-section-ocean-h01 .images-column .inner-column {
  height: 100%;
  width: 100%;
  position: relative;
}
.banner-section-ocean-h01 .images-column .inner-column .image-2 {
  position: absolute;
  top: 200px;
  left: -168px;
  border-radius: 200px;
  border: 6px solid #fff;
}
.banner-section-ocean-h01 .images-column .inner-column .image-2 img {
  border-radius: 200px;
  width: 330px;
}
.banner-section-ocean-h01 .images-column .inner-column .bg-image {
  position: absolute;
}
.banner-section-ocean-h01 .images-column .inner-column .bg-image::before {
  background-color: rgba(var(--theme-color-black-rgb), 0.18);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-section-ocean-h01 .checkout-form-section {
  position: absolute;
  bottom: -70px;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .checkout-form-section {
    position: relative;
    bottom: 0;
  }
}
.banner-section-ocean-h01 .checkout-form-section .checkout-form {
  padding: 30px 25px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
}
.banner-section-ocean-h01
  .checkout-form-section
  .checkout-form
  .checkout-field
  > h6 {
  margin-bottom: 2px;
}
.banner-section-ocean-h01
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  select,
.banner-section-ocean-h01
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  input {
  color: var(--theme-color-black);
  font-size: 14px;
}
.banner-section-ocean-h01 .checkout-form-section .checkout-form .theme-btn {
  background-color: var(--theme-color-dark2);
  font-size: 14px;
  font-family: var(--text-font4);
  font-weight: 600;
  padding: 5px 50px;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-section-ocean-h01 .checkout-form-section .checkout-form .theme-btn {
    width: 100%;
  }
}
.banner-section-ocean-h01
  .checkout-form-section
  .checkout-form
  .theme-btn:before {
  background-color: var(--theme-color1);
}

/*** 

  ====================================================================
    Banner Section Six
  ====================================================================

  ***/
.banner-section-apartment {
  background-color: var(--theme-color-light);
  position: relative;
  padding: 197px 0 0;
}
@media (max-width: 767.98px) {
  .banner-section-apartment {
    text-align: center;
  }
}
.banner-section-apartment .outer-box {
  max-width: 1660px;
  margin: 0 auto;
}
.banner-section-apartment .content-column {
  position: relative;
}
.banner-section-apartment .content-column .inner-column {
  position: relative;
  z-index: 1;
}
.banner-section-apartment .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 120px;
  line-height: 1.083em;
  letter-spacing: 0;
  margin-bottom: 70px;
}
.banner-section-apartment .content-column .inner-column .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-apartment .content-column .inner-column .text-box .image-1 {
  margin-bottom: 0;
  min-width: 307px;
  min-height: 300px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 58px;
}
.banner-section-apartment .content-column .inner-column .text-box .image-1 img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.banner-section-apartment .content-column .inner-column .text-box .inner .text {
  padding-top: 0;
  margin-bottom: 45px;
}
.banner-section-apartment .images-column .inner-column {
  height: 100%;
  margin-left: 88px;
}
.banner-section-apartment .images-column .inner-column .image-2 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.banner-section-apartment .images-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-countryside {
  position: relative;
  background-color: #f9f8f7;
}
.banner-section-countryside .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-section-countryside .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .banner-section-countryside .outer-box {
    display: block;
  }
}
.banner-section-countryside .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 575.98px) {
  .banner-section-countryside .video-box {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner-section-countryside .video-box .play-btn .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-countryside .video-box .video-text {
  font-weight: 400;
  margin-left: 15px;
}
.banner-section-countryside .content-column {
  position: relative;
  left: 0;
  padding: 105px 122px 105px 20px;
  min-width: calc(50% + 45px);
}
.banner-section-countryside .content-column .subtitle-box {
  font-family: var(--title-font2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .banner-section-countryside .content-column .subtitle-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-countryside .content-column .subtitle-box span {
  background-color: var(--theme-color1);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 28px 7px;
  margin-right: 30px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner-section-countryside .content-column .subtitle-box span {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-countryside .content-column .subtitle-box .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-section-countryside .content-column .inner-column {
  position: relative;
  z-index: 3;
  padding: 15px 15px 15px 0;
  max-width: 790px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-countryside .content-column .inner-column {
    padding: 0;
    max-width: 495px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-countryside .content-column .inner-column {
    text-align: center;
    margin: 0 auto;
  }
}
.banner-section-countryside .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 74px;
  font-family: var(--title-font2);
  line-height: 97px;
  letter-spacing: 0;
  margin-bottom: 29px;
}
@media (max-width: 1749.98px) {
  .banner-section-countryside .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-countryside .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-countryside .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-countryside .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-countryside .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-countryside .content-column .inner-column .text {
  color: var(--text-color);
  font-family: var(--text-font4);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-countryside .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-countryside .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-countryside .content-column .btn-box {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-countryside .content-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-countryside .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-countryside .content-column .gallery-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}
.banner-section-countryside .content-column .gallery-block .inner-box .image {
  width: 197px;
  height: 130px;
  overflow: hidden;
  margin-right: 20px;
}
.banner-section-countryside
  .content-column
  .gallery-block
  .inner-box
  .image
  img {
  width: 100%;
  height: 100%;
}
.banner-section-countryside .images-column {
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-countryside .images-column {
    display: none;
  }
}
.banner-section-countryside .images-column .inner-column {
  height: 100%;
  width: 100%;
}
.banner-section-countryside .images-column .inner-column .bg-image {
  position: absolute;
}
.banner-section-countryside .images-column .inner-column .bg-image::before {
  background-color: rgba(var(--theme-color-black-rgb), 0.18);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** 

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-countryside2 {
  position: relative;
  margin: 20px 30px 0;
  background-color: #f6f8ef;
  padding: 0;
  border-radius: 30px;
}
.banner-section-countryside2:before {
  position: absolute;
  background-image: url(../images/background/banner-countrytside2-1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
.banner-section-countryside2 .outer-box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .banner-section-countryside2 .outer-box {
    display: block;
  }
}
.banner-section-countryside2 .content-column {
  position: relative;
}
.banner-section-countryside2 .content-column .inner-column {
  padding: 218px 50px 143px 98px;
  position: relative;
  margin-left: auto;
  border-radius: 30px;
  z-index: 1;
}
.banner-section-countryside2 .content-column .inner-column h1 img {
  width: 171px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .banner-section-countryside2 .content-column .inner-column {
    text-align: center;
    margin: 0 auto;
  }
}
.banner-section-countryside2 .content-column .inner-column .anim-icons img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-section-countryside2 .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 95px;
  font-family: var(--title-font2);
  line-height: 97px;
  letter-spacing: 0;
  margin-bottom: 133px;
}
@media (max-width: 1749.98px) {
  .banner-section-countryside2 .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-countryside2 .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-countryside2 .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-countryside2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-countryside2 .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-countryside2 .content-column .btn-box {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-countryside2 .content-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside2 .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-countryside2 .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
  border-radius: 0;
}
.banner-section-countryside2 .content-column .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .banner-section-countryside2 .content-column .btn-box .video-box {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner-section-countryside2
  .content-column
  .btn-box
  .video-box
  .play-btn
  .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-countryside2 .content-column .btn-box .video-box .video-text {
  color: var(--theme-color-black);
  font-weight: 600;
  margin-left: 15px;
}
.banner-section-countryside2 .images-column {
  padding: 0;
  width: 50%;
  height: 100%;
}
.banner-section-countryside2 .images-column .inner-column {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.banner-section-countryside2 .images-column .inner-column .bg-image {
  width: 100%;
  height: 100%;
}
.banner-section-countryside2 .images-column .inner-column .bg-image img {
  width: 100%;
  height: 100%;
}
.banner-section-countryside2 .images-column .inner-column .info-box {
  position: absolute;
  padding: 45px 36px;
  right: 0;
  bottom: 0;
}
.banner-section-countryside2 .images-column .inner-column .info-box .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.banner-section-countryside2 .checkout-form-section {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 104px;
}
@media (max-width: 991.98px) {
  .banner-section-countryside2 .checkout-form-section {
    position: relative;
    bottom: 0;
  }
}
.banner-section-countryside2 .checkout-form-section .checkout-form {
  padding: 30px 25px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.051);
}
.banner-section-countryside2
  .checkout-form-section
  .checkout-form
  .checkout-field
  > h6 {
  margin-bottom: 2px;
}
.banner-section-countryside2
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  select,
.banner-section-countryside2
  .checkout-form-section
  .checkout-form
  .checkout-field
  .chk-field
  input {
  color: var(--theme-color-black);
  font-size: 14px;
}
.banner-section-countryside2 .checkout-form-section .checkout-form .theme-btn {
  background-color: var(--theme-color-dark2);
  font-size: 14px;
  font-family: var(--text-font4);
  font-weight: 600;
  padding: 5px 56px;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-section-countryside2
    .checkout-form-section
    .checkout-form
    .theme-btn {
    width: 100%;
  }
}
.banner-section-countryside2
  .checkout-form-section
  .checkout-form
  .theme-btn:before {
  background-color: var(--theme-color1);
}

.banner-section-hiking {
  position: relative;
  padding: 0;
}
.banner-section-hiking .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-section-hiking .content-box .sub-title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 60px;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .banner-section-hiking .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-hiking .content-box h1 {
  color: var(--theme-color-white);
  font-family: "Montserrat", Sans-serif;
  text-transform: uppercase;
  font-size: 300px;
  font-weight: 600;
  line-height: 200px;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .banner-section-hiking .content-box h1 {
    font-size: 42px;
    line-height: 1.3;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-hiking .content-box h1 {
    font-size: 30px;
  }
}
.banner-section-hiking .content-box .marquee-style-one .marquee-group .text {
  color: var(--theme-color-white);
  font-size: 200px;
  font-weight: 400;
  text-transform: none;
  line-height: 170px;
}
.banner-section-hiking
  .content-box
  .marquee-style-one
  .marquee-group
  .text:hover {
  -webkit-text-fill-color: var(--theme-color-white);
  -webkit-text-stroke: 1px var(--theme-color-white);
}
.banner-section-hiking .content-box .marquee .text.text-style2 {
  -webkit-text-fill-color: var(--theme-color-white);
  -webkit-text-stroke: 1px var(--theme-color-white);
}
.banner-section-hiking .slider-box {
  position: absolute;
  width: 605px;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  top: calc(50% - 300px);
  left: calc(50% - 302.5px);
}
.banner-section-hiking .slider-box .image-1 img {
  width: 100%;
  height: 100%;
} /*** 

  ====================================================================
  banner section two luxury2-1
  ====================================================================

  ***/
.banner-section-campground {
  position: relative;
  background-color: var(--theme-color-white);
  padding: 207px 0 0 0;
}
.banner-section-campground .outer-box {
  max-width: 1720px;
  margin: 0 auto;
}
.banner-section-campground .content-column {
  z-index: 2;
}
.banner-section-campground .content-column .inner-column .text {
  margin: 37px 0;
  max-width: 769px;
}
.banner-section-campground .content-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.banner-section-campground .content-column .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-campground .content-column .btn-box .video-box .play-btn {
  margin-left: 30px;
}
.banner-section-campground .content-column .btn-box .video-box .play-btn i {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-campground .content-column .btn-box .video-box .video-text {
  margin-left: 25px;
  color: var(--theme-color-black);
}
.banner-section-campground .image {
  border-radius: 30px;
  overflow: hidden;
}

/*** 

  ====================================================================
    Banner Section Two
  ====================================================================

  ***/
.banner-section-countryside3 {
  position: relative;
  padding: 348px 0 332px;
  background-color: #f7f3ee;
}
@media (max-width: 767.98px) {
  .banner-section-countryside3 {
    padding: 90px 0;
    text-align: center;
  }
}
.banner-section-countryside3 .bg-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner-section-countryside3 .bg-image img {
    min-height: 1205.6px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside3 .bg-image img {
    min-height: 1297.4px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-countryside3 .content-column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section-countryside3 .content-column {
    margin-bottom: 70px;
  }
}
.banner-section-countryside3 .content-column .offer-text {
  color: var(--theme-color-white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--text-font2);
  letter-spacing: 0.5px;
  margin-bottom: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  .banner-section-countryside3 .content-column .offer-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside3 .content-column .offer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-countryside3 .content-column .offer-text .star-rating {
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: 5px;
}
.banner-section-countryside3 .content-column .offer-text .star-rating i {
  font-size: 30px;
}
.banner-section-countryside3 .content-column .offer-text .offer {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
  border-radius: 30px;
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 3px 5px 5px;
  margin-right: 15px;
  min-width: 100px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .banner-section-countryside3 .content-column .offer-text .offer {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-countryside3 .inner-column {
  position: relative;
  z-index: 3;
  margin-bottom: 150px;
  bottom: 90px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-countryside3 .inner-column {
    padding: 0;
  }
}
.banner-section-countryside3 .inner-column .title {
  position: relative;
  color: var(--theme-color-black);
  font-size: 72px;
  line-height: 84px;
  margin-bottom: 29px;
  margin-right: -25px;
}
@media (max-width: 1199.98px) {
  .banner-section-countryside3 .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-countryside3 .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-countryside3 .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside3 .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-countryside3 .inner-column .text {
  color: var(--theme-color-white);
  font-size: 18px;
  line-height: 30px;
  margin-right: 70px;
}
@media (max-width: 767.98px) {
  .banner-section-countryside3 .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-countryside3 .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section-countryside3 .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-countryside3 .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-countryside3 .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-countryside3 .btn-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .banner-section-countryside3 .btn-box .video-box {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner-section-countryside3 .btn-box .video-box .play-btn .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-section-countryside3 .btn-box .video-box .video-text {
  color: var(--theme-color-black);
  font-weight: 600;
  margin-left: 15px;
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-mountain-2 {
  position: relative;
  padding: 160px 0 145px;
  background-color: rgba(65, 123, 43, 0.1019607843);
}
.banner-section-mountain-2:before {
  background-image: url(../images/icons/bg-shape10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 59px;
}
.banner-section-mountain-2
  .checkout-form-section-two
  .checkout-form
  .btn-style-one {
  background-color: var(--theme-color6);
}
.banner-section-mountain-2
  .checkout-form-section-two
  .checkout-form
  .btn-style-one::before {
  background-color: var(--theme-color-black);
}
.banner-section-mountain-2 .outer-box {
  max-width: 1670px;
  margin: 0 auto;
}
.banner-section-mountain-2 .outer-box .image-column .inner-column .image {
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-mountain-2 .outer-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.banner-section-mountain-2 .outer-box .image-column .inner-column .image-2 {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-mountain-2 .outer-box .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.banner-section-mountain-2 .anim-image .image-1 {
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner-section-mountain-2 .anim-image .image-2 {
  position: absolute;
  top: 147px;
  right: 340px;
}
.banner-section-mountain-2 .anim-image .image-3 {
  position: absolute;
  bottom: 175px;
  right: 520px;
}
.banner-section-mountain-2 .anim-image .image-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-section-mountain-2 .anim-image .image-5 {
  position: absolute;
  top: 480px;
  left: calc(50% - 120px);
}
.banner-section-mountain-2 .checkout-form-section-two {
  margin-top: -236px;
}
.banner-section-mountain-2 .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-mountain-2 .slick-dots {
    bottom: 40px;
  }
}
.banner-section-mountain-2 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-mountain-2 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-mountain-2 .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-mountain-2 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-mountain-2 .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-mountain-2 .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-mountain-2 .banner-slider .slick-list,
.banner-section-mountain-2 .banner-slider .slick-track {
  height: 100%;
}
.banner-section-mountain-2 .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-mountain-2 .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-mountain-2 .banner-slider .content-box {
  padding: 157px 0 277px;
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .banner-section-mountain-2 .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-mountain-2 .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-mountain-2 .banner-slider .content-box .star-rating {
  position: relative;
  color: var(--theme-color1);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .banner-section-mountain-2 .banner-slider .content-box .star-rating {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-mountain-2 .banner-slider .content-box .star-rating::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 302px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-mountain-2 .banner-slider .content-box .star-rating::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-mountain-2 .banner-slider .content-box .star-rating i {
  margin-right: 8px;
}
.banner-section-mountain-2
  .banner-slider
  .content-box
  .star-rating
  i:last-child {
  margin-right: 0;
}
.banner-section-mountain-2 .banner-slider .content-box h1 {
  color: var(--theme-color-black);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .banner-section-mountain-2 .banner-slider .content-box h1 {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-mountain-2 .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-mountain-2 .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-mountain-2 .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-mountain-2 .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-mountain-2 .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-mountain-2 .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-mountain-2 .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-mountain-2 .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.banner-section-mountain-2 .banner-slider .image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-section-mountain-2 .banner-slider .image-1:after {
  background-image: var(--gradient-2);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section-mountain-2 .banner-slider .image-1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-mountain-2 .banner-slider .image-1 img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-mountain-2 .banner-slider .image-1 img {
    min-height: 600px;
  }
}
.banner-section-mountain-2 .image-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 100px;
}
.banner-section-mountain-2 .image-column .inner-column .image-5 {
  position: relative;
  width: 344px;
  height: 616px;
  border-radius: 200px 200px 0px 200px;
  -webkit-transform: rotate(0deg);
  padding-bottom: 31px;
}
.banner-section-mountain-2 .image-column .inner-column .image-5:before {
  position: absolute;
  content: "";
  border-color: var(--theme-color6);
  border-radius: 200px 200px 0px 200px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  width: 100%;
  height: 97%;
  z-index: -1;
  left: 7px;
  top: 8px;
}
.banner-section-mountain-2 .image-column .inner-column .image-5 img {
  height: 100%;
  width: 100%;
  border-radius: 200px 200px 0px 200px;
}
.banner-section-mountain-2 .image-column .inner-column .image-6 {
  position: relative;
  width: 344px;
  height: 616px;
  border-radius: 0px 200px 200px 200px;
  -webkit-transform: rotate(0deg);
  padding-bottom: 31px;
  top: 123px;
  right: -44px;
}
.banner-section-mountain-2 .image-column .inner-column .image-6:before {
  position: absolute;
  content: "";
  border-color: var(--theme-color6);
  border-radius: 0px 200px 200px 200px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  width: 100%;
  height: 97%;
  z-index: -1;
  left: -13px;
  top: -17px;
}
.banner-section-mountain-2 .image-column .inner-column .image-6 img {
  height: 100%;
  width: 100%;
  border-radius: 0px 200px 200px 200px;
}

/***

  ====================================================================
    Banner Section
  ====================================================================

  ***/
.banner-section-winter4 {
  position: relative;
  padding: 120px 0 160px;
  margin: 0 20px;
  border-radius: 30px;
  overflow: hidden;
}
.banner-section-winter4 .bg-image:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-section-winter4 .outer-box {
  max-width: 1670px;
  margin: 0 auto;
}
.banner-section-winter4 .checkout-form-section-two {
  margin-top: -236px;
}
.banner-section-winter4 .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-winter4 .slick-dots {
    bottom: 40px;
  }
}
.banner-section-winter4 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-winter4 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-winter4 .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-winter4 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-winter4 .banner-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-winter4 .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-winter4 .banner-slider .slick-list,
.banner-section-winter4 .banner-slider .slick-track {
  height: 100%;
}
.banner-section-winter4 .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-winter4 .banner-slider .banner-slide .outer-box {
  height: 100%;
}
.banner-section-winter4 .banner-slider .content-box {
  padding: 95px 0 277px;
  width: 100%;
  margin-right: 50px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .banner-section-winter4 .banner-slider .content-box {
    padding: 295px 0 177px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-winter4 .banner-slider .content-box {
    padding: 195px 0 177px;
  }
}
.banner-section-winter4 .banner-slider .content-box .offer-text {
  color: var(--theme-color7);
  font-size: 50px;
  font-family: var(--text-font3);
  margin-bottom: 0;
  letter-spacing: 2.6px;
  position: relative;
}
.banner-section-winter4 .banner-slider .content-box .offer-text::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  height: 303px;
  background-image: url(../images/banner/banner1-2.png);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .banner-section-winter4 .banner-slider .content-box .offer-text::before {
    width: 150px;
    height: 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: -53px;
  }
}
.banner-section-winter4 .banner-slider .content-box .offer-text i {
  margin-right: 8px;
}
.banner-section-winter4 .banner-slider .content-box .offer-text i:last-child {
  margin-right: 0;
}
.banner-section-winter4 .banner-slider .content-box .text {
  color: var(--theme-color-light);
}
.banner-section-winter4 .banner-slider .content-box h1 {
  color: var(--theme-color-light);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .banner-section-winter4 .banner-slider .content-box h1 {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-winter4 .banner-slider .content-box h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .banner-section-winter4 .banner-slider .content-box h1 {
    font-size: 42px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter4 .banner-slider .content-box h1 {
    font-size: 36px;
  }
  .banner-section-winter4 .banner-slider .content-box h1 br {
    display: none;
  }
}
.banner-section-winter4 .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-winter4 .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-winter4 .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}
.banner-section-winter4 .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.banner-section-winter4 .banner-slider .image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-section-winter4 .banner-slider .image-1:after {
  background-image: var(--gradient-2);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section-winter4 .banner-slider .image-1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-winter4 .banner-slider .image-1 img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter4 .banner-slider .image-1 img {
    min-height: 600px;
  }
}

/***

  ====================================================================
  banner-section-winter-5
  ====================================================================

  ***/
.banner-section-winter-5 {
  position: relative;
  padding: 0;
}
.banner-section-winter-5 .outer-box {
  height: 100%;
  margin: 0 32px;
}
.banner-section-winter-5 .fa-solid.fa-chevron-right {
  margin-left: 7px;
}
.banner-section-winter-5 .slick-dots {
  bottom: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section-winter-5 .slick-dots {
    bottom: 40px;
  }
}
.banner-section-winter-5 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.banner-section-winter-5 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner-section-winter-5 .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner-section-winter-5 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.banner-section-winter-5 .banner-slider {
  position: relative;
  min-height: 900px;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .banner-section-winter-5 .banner-slider {
    min-height: auto;
    height: auto;
  }
}
.banner-section-winter-5 .banner-slider .content-box {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.banner-section-winter-5 .banner-slider .content-box .sub-title {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding: 10px 30px 10px 30px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 40px 40px 40px 40px;
  letter-spacing: 12px;
}
.banner-section-winter-5 .banner-slider .content-box .text {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 37px;
}
.banner-section-winter-5 .banner-slider .content-box .btn {
  border-radius: 48px;
}
.banner-section-winter-5 .banner-slider .banner-slide-v2 {
  position: relative;
  height: 100%;
}
.banner-section-winter-5 .banner-slider .banner-slide-v2 .outer-box {
  height: 100%;
  position: relative;
}
.banner-section-winter-5 .banner-slider .banner-slide-v2 .outer-box .image {
  overflow: hidden;
  border-radius: 44px;
}
.banner-section-winter-5
  .banner-slider
  .banner-slide-v2
  .outer-box
  .image:before {
  position: absolute;
  content: "";
  --background-overlay: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.7098039216)),
    to(rgba(0, 0, 0, 0.031372549))
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7098039216) 0%,
    rgba(0, 0, 0, 0.031372549) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-section-winter-5 .banner-slider .banner-slide-v2 .image {
  overflow: hidden;
  max-height: 847.2px;
  max-width: 1862px;
  border-radius: 44px;
  position: relative;
}
.banner-section-winter-5 .banner-slider .banner-slide-v2 .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 44px;
}
@media (max-width: 1199.98px) {
  .banner-section-winter-5 .banner-slider .banner-slide-v2 .image img {
    min-height: 700px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter-5 .banner-slider .banner-slide-v2 .image img {
    min-height: 600px;
  }
}
.banner-section-winter-5
  .banner-slider
  .banner-slide-v2
  .content-box
  .sub-title {
  font-family: var(--text-font2);
}
.banner-section-winter-5 .banner-slider .content-box {
  z-index: 2;
}
.banner-section-winter-5 .banner-slider .content-box .sub-title {
  position: relative;
  text-transform: uppercase;
  color: var(--theme-color-white);
  margin-bottom: 25px;
  display: inline-block;
  margin-top: 70px;
}
@media (max-width: 575.98px) {
  .banner-section-winter-5 .banner-slider .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-winter-5 .banner-slider .content-box .sub-title::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 40px;
  background-image: url(../images/resource/title-image.png);
  z-index: 99;
}
.banner-section-winter-5 .banner-slider .content-box h1 {
  color: var(--theme-color-white);
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .banner-section-winter-5 .banner-slider .content-box h1 {
    font-size: 42px;
    line-height: 1.3;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-winter-5 .banner-slider .content-box h1 {
    font-size: 30px;
  }
}
.banner-section-winter-5 .banner-slider .content-box .btn {
  color: var(--theme-color-white);
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 48px;
  padding: 0;
  border: 1px solid var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.banner-section-winter-5 .banner-slider .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color7);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.banner-section-winter-5 .banner-slider .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
  border-color: #fff;
}
.banner-section-winter-5 .banner-slider .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/*** 

  ====================================================================
  banner-section-countryside3 style-beach3
  ====================================================================

  ***/
.banner-section-countryside3.style-beach3 {
  position: relative;
  padding: 348px 0 0;
  z-index: -1;
}
.banner-section-countryside3.style-beach3 .image-1 {
  position: absolute;
  top: 140px;
  left: 37px;
}
.banner-section-countryside3.style-beach3 .image-2 {
  position: absolute;
  top: 165px;
  right: 115px;
}
.banner-section-countryside3.style-beach3 .image-3 {
  position: absolute;
  top: 424px;
  right: 385px;
}
.banner-section-countryside3.style-beach3 .title {
  margin-bottom: 40px;
}
.banner-section-countryside3.style-beach3 .video-box .play-btn .icon {
  background-color: var(--theme-color8);
}
.banner-section-countryside3.style-beach3 .content-column .inner-column {
  bottom: 140px;
}

/*** 

  ====================================================================
    banner-section-golf2
  ====================================================================

  ***/
.banner-section-golf2 {
  position: relative;
  overflow: hidden;
  padding: 0 0 40px;
}
.banner-section-golf2 .bg-image {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 74%;
}
.banner-section-golf2 .bg-image img {
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-banner-golf2-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.banner-section-golf2 .anim-icons {
  position: absolute;
  left: 15px;
  top: 110px;
}
.banner-section-golf2 .content-column .inner-column .content-box .inner-box {
  margin-top: 240px;
  margin-left: 165px;
  display: inline-block;
}
.banner-section-golf2
  .content-column
  .inner-column
  .content-box
  .inner-box
  .title {
  font-size: 130px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--title-font2);
  display: inline-block;
}
.banner-section-golf2
  .content-column
  .inner-column
  .content-box
  .inner-box
  .title
  img {
  width: 167px;
  height: 167px;
  margin-left: -30px;
}
.banner-section-golf2
  .content-column
  .inner-column
  .content-box
  .inner-box
  .text {
  margin-bottom: 30px;
}
.banner-section-golf2 .feature-box {
  position: relative;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2117647059);
}
.banner-section-golf2 .feature-box .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-section-golf2 .feature-box .feature-list li:hover i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.banner-section-golf2 .feature-box .feature-list li i {
  font-size: 40px;
  position: relative;
  top: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  color: var(--theme-color-white);
}
.banner-section-golf2 .feature-box .feature-list li span {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--title-font2);
  margin-left: 10px;
  color: var(--theme-color-white);
}

/*** 

  ====================================================================
    banner-section-two style-lodge2
  ====================================================================

  ***/
.banner-section-two.style-lodge2 {
  margin: 20px 30px 0;
}
.banner-section-two.style-lodge2 .bg-image {
  border-radius: 30px;
}
.banner-section-two.style-lodge2 .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-lodge2-1.png);
  width: 268px;
  height: 134px;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.banner-section-two.style-lodge2 .bg-image:after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-lodge2-2.png);
  width: 268px;
  height: 134px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.banner-section-two.style-lodge2 .bg-image img {
  width: 100%;
  border-radius: 30px;
}
.banner-section-two.style-lodge2 .outer-box {
  margin: 0 90px 0 165px;
}
.banner-section-two.style-lodge2
  .outer-box
  .content-column
  .inner-column
  .star-rating
  span {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--text-font4);
  color: var(--theme-color-white);
  text-transform: lowercase;
  letter-spacing: 5px;
}
.banner-section-two.style-lodge2
  .outer-box
  .content-column
  .inner-column
  .text {
  font-size: 17px;
  font-family: var(--text-font4);
}
.banner-section-two.style-lodge2 .outer-box .booking-form-column .inner-column {
  max-width: 581px;
  max-height: 565px;
}
.banner-section-two.style-lodge2
  .outer-box
  .booking-form-column
  .inner-column:before {
  background-color: rgba(28, 29, 28, 0.8784313725);
}
.banner-section-two.style-lodge2
  .outer-box
  .booking-form-column
  .inner-column
  .sec-title
  h3 {
  color: var(--theme-color-white);
}
.banner-section-two.style-lodge2
  .outer-box
  .booking-form-column
  .inner-column
  .frm-field
  input {
  border-color: rgba(106, 147, 10, 0.3);
  background-color: transparent;
}
.banner-section-two.style-lodge2
  .outer-box
  .booking-form-column
  .inner-column
  .frm-field
  select {
  border-color: rgba(106, 147, 10, 0.3);
  background-color: transparent;
}

/*** 

  ====================================================================
    Banner Section Six
  ====================================================================

  ***/
.banner-section-ocean {
  background-color: #eee6dd;
  position: relative;
  padding: 144px 0 169px;
}
.banner-section-ocean .bg-image {
  width: 64%;
  left: auto;
  right: 0;
}
@media (max-width: 767.98px) {
  .banner-section-ocean {
    text-align: center;
  }
}
.banner-section-ocean .anim-icons .image-1 {
  position: absolute;
  left: 13px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-section-ocean .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-section-ocean .content-column {
  padding: 0;
  min-width: calc(50% - 173px);
  left: 0;
  position: relative;
}
.banner-section-ocean .content-column .inner-column {
  background-color: #000;
  margin-left: 120px;
}
.banner-section-ocean
  .content-column
  .inner-column
  .text.wow.fadeInUp.animated {
  color: var(--theme-color-white);
}
.banner-section-ocean .content-column .title.wow.fadeInUp.animated {
  margin-left: 0;
  color: var(--theme-color-white);
}
@media (max-width: 1199.98px) {
  .banner-section-ocean .content-column {
    min-width: calc(50% + 50px);
    padding: 167px 15px 167px 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ocean .content-column {
    padding: 100px 15px 150px;
    width: 100%;
  }
}
.banner-section-ocean .content-column .offer-text {
  color: var(--theme-color-white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-family: var(--text-font);
  margin-bottom: 8px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.banner-section-ocean .content-column .offer-text span {
  background-color: #aa8453;
  display: inline-block;
  border-radius: 64px 62px 69px;
  height: 54px;
  width: 127px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  letter-spacing: 4px;
  font-size: 15px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .banner-section-ocean .content-column .offer-text {
    letter-spacing: 3px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ocean .content-column .offer-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ocean .content-column .offer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.banner-section-ocean .content-column .offer-text .star-rating {
  color: var(--theme-color1);
  font-size: 15px;
  margin-right: 12px;
  letter-spacing: 0;
}
.banner-section-ocean .content-column .offer-text .star-rating i {
  margin-right: 0;
}
.banner-section-ocean .content-column .offer-text .offer {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
  border-radius: 30px;
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 600;
  padding: 3px 5px 5px;
  margin-right: 15px;
  min-width: 100px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .banner-section-ocean .content-column .offer-text .offer {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-ocean .content-column .inner-column {
  position: relative;
  padding: 59px 36px 70px 70px;
  z-index: 1;
  margin-top: 105px;
}
@media (max-width: 1199.98px) {
  .banner-section-ocean .content-column .inner-column {
    padding: 0;
  }
}
.banner-section-ocean .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 72px;
  line-height: 84px;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media (max-width: 1749.98px) {
  .banner-section-ocean .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-ocean .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-ocean .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-ocean .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ocean .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ocean .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-ocean .content-column .inner-column .text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-ocean .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-ocean .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-ocean .content-column .btn-box {
  margin-top: 43px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section-ocean .content-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-ocean .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section-ocean .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}

/*** 

  ====================================================================
  banner-section-city2
  ====================================================================

  ***/
.banner-section-city2 {
  padding: 260px 0 180px;
}
.banner-section-city2 .content-column .inner-column .sec-title {
  margin-bottom: 40px;
}
.banner-section-city2 .content-column .inner-column .sec-title .sub-title {
  color: var(--theme-color-white);
  margin-bottom: 0;
}
.banner-section-city2
  .content-column
  .inner-column
  .sec-title
  .sub-title:after {
  display: none;
}
.banner-section-city2 .content-column .inner-column .sec-title h1 {
  color: var(--theme-color-white);
  font-size: 80px;
  font-family: var(--title-font2);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.banner-section-city2 .content-column .inner-column .sec-title .text {
  color: var(--theme-color-white);
}
.banner-section-city2 .images-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.banner-section-city2 .images-column .inner-column .image {
  max-width: 298px;
  max-height: 198px;
  border-radius: 10%;
}
.banner-section-city2 .images-column .inner-column .image img {
  border-radius: 10px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section {
  position: relative;
  padding: 146px 0 31px;
}
.about-section .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section {
    padding-top: 80px;
  }
}
.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 25px;
}
.about-section .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.about-section .content-column .inner-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section .content-column .inner-column .sec-title .text-2 {
  margin-top: 40px;
  margin-right: 50px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-color5);
  text-decoration: underline;
}
.about-section .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.about-section .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section .content-column .inner-column .list-style-two li {
  font-size: 18px;
  padding-left: 27px;
}
.about-section .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color5);
}
.about-section .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section .content-column .inner-column .btn-box .theme-btn {
  padding: 17px 42px 18px;
}
.about-section .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section .content-column .inner-column .btn-box .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section .content-column .inner-column .btn-box .contact-info .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section .content-column .inner-column .btn-box .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section .image-column {
  position: relative;
}
.about-section .image-column .inner-column {
  position: relative;
  padding-bottom: 141px;
}
.about-section .image-column .inner-column::after {
  border: 5px solid var(--theme-color1);
  content: "";
  position: absolute;
  top: -49px;
  left: 263px;
  width: 167px;
  height: 198px;
  z-index: -1;
}
.about-section .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
}
.about-section .image-column .image-1 img {
  width: 100%;
}
.about-section .image-column .image-2 {
  position: absolute;
  right: 14px;
  bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .image-2 {
    right: 0;
  }
}
.about-section .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section .exp-box {
  bottom: 18px;
}
.about-section.home4-style:before {
  background-image: url(../images/background/home.png);
  bottom: 0;
  content: "";
  height: 400px;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 570px;
}
.about-section.home4-style .content-column .inner-column .sec-title .text {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
}
.about-section.home4-style .content-column .inner-column {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section.home4-style .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section.home4-style .image-1:after {
  display: none;
}
.about-section.home4-style .image-2 {
  bottom: -100px;
  left: -50px;
}
.about-section.home4-style .image-2:after {
  border: 1px solid var(--theme-color1);
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  top: -60px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section.home4-style .image-2 {
    bottom: 0;
    left: 0;
  }
}
.about-section.home4-style .info-block {
  margin-right: 0;
}
.about-section.home4-style .info-block .inner {
  min-height: auto;
  padding-left: 0px;
}
.about-section.home4-style .info-block .inner .title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section.home4-style .info-block .inner .title {
    max-width: inherit;
  }
}
.about-section.home4-style .info-block .icon-box {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
.about-section.home4-style .info-block i {
  font-size: 26px;
}
.about-section.style-luxury .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-section.style-luxury .image-column .inner-column {
  position: relative;
  padding-bottom: 115px;
}
.about-section.style-luxury .image-column .inner-column:after {
  display: none;
}
.about-section.style-luxury .image-column .inner-column .image-1 {
  margin-top: 30px;
}
.about-section.style-luxury .image-column .inner-column .image-2 {
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 30px;
}
.about-section.style-luxury .image-column .inner-column .icon-img {
  position: absolute;
  top: 230px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

.exp-box {
  position: absolute;
  left: 135px;
  background: #000;
  width: 260px;
  text-align: center;
  padding: 36px 15px 33px;
}
.exp-box figure {
  margin-bottom: 12px;
}
.exp-box .title {
  color: var(--theme-color-light);
  margin-bottom: 9px;
}
.exp-box .text {
  color: #ababab;
  font-family: var(--text-font2);
  line-height: 24px;
}

.info-block {
  position: relative;
  margin-bottom: 49px;
  margin-right: 115px;
}
.info-block:last-child {
  margin-right: 0;
}
.info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.info-block .icon-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.info-block .icon-box i {
  font-size: 64px;
  color: #000;
}

.contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.contact-info span {
  text-transform: uppercase;
}
.contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

@media only screen and (max-width: 1200px) {
  .info-block {
    margin-right: 30px;
  }
  .contact-info .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .content-column .inner-column {
    padding-left: 0;
  }
  .info-block .title {
    max-width: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .info-block {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-section .outer-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .about-section .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-section .content-column .btn-box {
    display: block;
  }
  .contact-info {
    margin-top: 40px;
  }
}
/*** 

  ====================================================================
      About Section Two
  ====================================================================

  ***/
.about-section-two {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 575.98px) {
  .about-section-two {
    padding-top: 80px;
  }
}
.about-section-two .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.about-section-two .info-block {
  margin-bottom: 24px;
}
.about-section-two .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section-two .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-two .content-column .inner-column {
  position: relative;
}
.about-section-two .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-two .content-column .inner-column .sec-title .text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--theme-color1);
  margin-right: 165px;
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .sec-title .text {
    margin-right: 0;
  }
}
.about-section-two .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-two .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section-two .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-two .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 42px 18px;
}
.about-section-two .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-two .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-two
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-two .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-two .content-column .inner-column .btn-box .contact-info .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-two .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section-two .content-column .inner-column .btn-box .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-two .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-two .image-column .inner-column {
  position: relative;
  padding: 48px 0 117px 20px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column {
    padding: 48px 0 117px 0;
    text-align: left;
  }
}
.about-section-two .image-column .inner-column:after {
  border: 1px solid var(--theme-color1);
  content: "";
  position: absolute;
  height: 365px;
  left: -12px;
  top: 183px;
  width: 388px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column:after {
    display: none;
  }
}
.about-section-two .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-two .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section-two .image-column .image-1 img {
  border: 10px solid #eee;
  width: 100%;
}
.about-section-two .image-column .image-2 {
  position: absolute;
  bottom: -95px;
  left: -90px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .image-2 {
    left: -45px;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .image-2 {
    bottom: 0;
    left: 100px;
  }
}
.about-section-two .image-column .image-2 img {
  border: 10px solid #eee;
}
.about-section-two .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-two .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-two .exp-box {
  bottom: 18px;
}
.about-section-two .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 115px;
}
@media (max-width: 575.98px) {
  .about-section-two .info-block {
    margin-right: 0;
  }
}
.about-section-two .info-block:last-child {
  margin-right: 0;
}
.about-section-two .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section-two .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-two .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-two .info-block .inner .icon-box {
  line-height: 1;
}
.about-section-two .info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.about-section-two .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-two .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-two .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section-two .contact-info span {
  text-transform: uppercase;
}
.about-section-two .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

/*** 

  ====================================================================
      About Section Three
  ====================================================================

  ***/
.about-section-three {
  position: relative;
  padding: 100px 0 30px;
}
.about-section-three .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-three {
    padding-top: 80px;
  }
}
.about-section-three .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-three .content-column .inner-column {
  position: relative;
  padding: 15px 30px 50px 105px;
  margin-right: -90px;
}
@media (max-width: 1399.98px) {
  .about-section-three .content-column .inner-column {
    margin-right: 0;
    padding: 15px 0 50px 55px;
  }
}
@media (max-width: 575.98px) {
  .about-section-three .content-column .inner-column {
    padding: 15px 0 50px 0;
  }
}
.about-section-three .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-three
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
.about-section-three .content-column .inner-column .sec-title h2 {
  line-height: 1.111;
}
@media (max-width: 1199.98px) {
  .about-section-three .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .about-section-three .content-column .inner-column .sec-title h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .about-section-three .content-column .inner-column .sec-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .image-1:before,
  .about-section-three .image-column .image-1:after,
  .about-section-three .content-column .inner-column .image-1:after {
    display: none;
  }
  .about-section-three .content-column .inner-column .image-1 {
    margin-top: 30px;
  }
  .about-section-three .image-column .inner-column .text {
    margin-top: 24px;
  }
}
.about-section-three .content-column .inner-column .sec-title .text {
  margin-top: 40px;
}
.about-section-three .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 42px;
}
.about-section-three .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--new-gold-color);
  color: var(--theme-color-light);
  text-transform: uppercase;
  padding: 17px 52px 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.about-section-three .content-column .inner-column .btn-box .theme-btn:before {
  background: #6e8886;
}
.about-section-three .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-three
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-three .content-column .inner-column .image-1 {
  margin-top: 66px;
  position: relative;
  margin-bottom: 0;
}
.about-section-three .content-column .inner-column .image-1:after {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  left: -83px;
  bottom: 72px;
  height: 1px;
  width: 414px;
  z-index: -1;
}
.about-section-three .image-column {
  position: relative;
  margin-bottom: 0;
}
.about-section-three .image-column .inner-column {
  position: relative;
  margin: 0 17px 0 43px;
  padding: 10px 0 0;
}
@media (max-width: 991.98px) {
  .about-section-three .image-column .inner-column {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .about-section-three .image-column .inner-column {
    margin-left: 0;
  }
}
.about-section-three .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-three .image-column .inner-column .text {
  margin-top: 89px;
}
.about-section-three .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
}
.about-section-three .image-column .image-1:before {
  content: "";
  background-image: url(../images/icons/shape-7.png);
  position: absolute;
  top: -25px;
  right: -27px;
  width: 288px;
  height: 288px;
  z-index: -1;
  opacity: 0.5;
}
.about-section-three .image-column .image-1:after {
  content: "";
  background-image: url(../images/icons/shape-6.png);
  position: absolute;
  bottom: -36px;
  left: -32px;
  width: 307px;
  height: 395px;
  z-index: -1;
}
.about-section-three .image-column .image-1 img {
  width: 100%;
}

/*** 

  ====================================================================
      About Section Four
  ====================================================================

  ***/
.about-section-four {
  position: relative;
  padding: 0 0 120px;
  z-index: 2;
}
.about-section-four .auto-container {
  padding: 0;
}
.about-section-four .sec-title {
  margin-bottom: 20px;
}
.about-section-four .sec-title .sub-title {
  margin-left: 50px;
}
.about-section-four .outer-box {
  position: relative;
  background-color: #f4efec;
  padding: 100px 15px 100px;
}
.about-section-four .content-column {
  margin-bottom: 0;
  z-index: 1;
}
.about-section-four .content-column .inner-column {
  position: relative;
  margin-right: 10px;
}
.about-section-four .content-column .inner-column .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .about-section-four .content-column .inner-column .inner {
    margin-bottom: 40px;
  }
}
.about-section-four .content-column .inner-column .inner .list-style-two li {
  color: var(--headings-color);
  font-size: 18px;
  padding-left: 28px;
}
.about-section-four
  .content-column
  .inner-column
  .inner
  .list-style-two
  li
  .icon {
  top: 1px;
}
.about-section-four .image-column .inner-column .image-box {
  position: relative;
}
.about-section-four .image-column .inner-column .image-box figure {
  margin: 0;
}
.about-section-four .image-column .inner-column .image-box .image {
  position: relative;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  left: -117px;
  top: 0;
  border: 10px solid var(--theme-color-light);
  max-width: 321px;
  z-index: 1;
  -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1399.98px) {
  .about-section-four .image-column .inner-column .image-box .image {
    left: 9px;
  }
}
@media (max-width: 991.98px) {
  .about-section-four .image-column .inner-column .image-box .image {
    left: 10px;
    top: 25px;
  }
}
@media (max-width: 767.98px) {
  .about-section-four .image-column .inner-column .image-box .image {
    left: 80px;
  }
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .inner-column .image-box .image {
    left: 30px;
    top: 0px;
    max-width: 200px;
  }
}
.about-section-four .image-column .inner-column .image-box .image-2 {
  border: 10px solid var(--theme-color-light);
  position: absolute;
  top: 108px;
  left: 140px;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}
@media (max-width: 1199.98px) {
  .about-section-four .image-column .inner-column .image-box .image-2 {
    left: 180px;
  }
}
@media (max-width: 991.98px) {
  .about-section-four .image-column .inner-column .image-box .image-2 {
    left: 350px;
    bottom: 165px;
  }
}
@media (max-width: 767.98px) {
  .about-section-four .image-column .inner-column .image-box .image-2 {
    left: 250px;
  }
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .inner-column .image-box .image-2 {
    left: 181px;
    bottom: 115px;
    width: 150px;
  }
}

/*** 

  ====================================================================
      About Section Five
  ====================================================================

  ***/
.about-section-five {
  position: relative;
  padding: 120px 0 30px;
}
.about-section-five .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-five {
    padding-top: 80px;
  }
}
.about-section-five .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-five .content-column .inner-column {
  position: relative;
  margin-right: -19px;
}
@media (max-width: 1399.98px) {
  .about-section-five .content-column .inner-column {
    margin-right: 0;
  }
}
.about-section-five .content-column .inner-column .sec-title {
  margin: 44px -4px 38px -54px;
}
@media (max-width: 991.98px) {
  .about-section-five .content-column .inner-column .sec-title {
    margin: 0 0 38px 0;
  }
}
.about-section-five .content-column .inner-column .sec-title .sub-title {
  margin-left: 50px;
}
.about-section-five .content-column .inner-column .sec-title h2 {
  font-size: 42px;
  line-height: 50px;
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-five .content-column .inner-column .sec-title .text {
  margin-top: 40px;
  margin-right: 20px;
}
.about-section-five .content-column .inner-column .image-1 {
  margin: 95px 0 0 72px;
  position: relative;
}
.about-section-five .content-column .inner-column .image-1:after {
  content: "";
  background-image: url(../images/icons/shape-9.png);
  position: absolute;
  bottom: -27px;
  right: -29px;
  width: 288px;
  height: 288px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-five .content-column .inner-column .image-1:after {
    position: relative;
  }
}
.about-section-five .content-column .inner-column .image-2 {
  position: absolute;
  bottom: 38px;
  left: -10px;
}
.about-section-five .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-five .image-column .inner-column {
  position: relative;
  text-align: center;
}
@media (max-width: 991.98px) {
  .about-section-five .image-column .inner-column {
    margin-left: 0;
  }
}
.about-section-five .image-column .inner-column .title {
  margin: 10px -45px 38px;
  color: rgba(var(--theme-color1-rgb), 0.37);
  font-size: 120px;
  font-family: var(--title-font);
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color1);
  text-transform: capitalize;
}
@media (max-width: 1399.98px) {
  .about-section-five .image-column .inner-column .title {
    font-size: 110px;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .image-column .inner-column .title {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .inner-column .title {
    font-size: 42px;
  }
}
.about-section-five .image-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 42px;
}
.about-section-five .image-column .inner-column .btn-box .theme-btn {
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  text-transform: uppercase;
  padding: 17px 52px 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.about-section-five .image-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-five .image-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-five
  .image-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-five .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section-five .image-column .image-1:after {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  right: -23px;
  top: 50px;
  height: 1px;
  width: 414px;
  z-index: -1;
}
.about-section-five .image-column .image-1 img {
  width: 100%;
}

/*** 

  ====================================================================
      About Section Six
  ====================================================================

  ***/
.about-section-six {
  position: relative;
  padding: 100px 0 80px;
}
.about-section-six.style-golf .progress-info .progress .bar-inner {
  background-color: var(--theme-color6);
}
.about-section-six .content-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-six .content-column .inner-column {
  position: relative;
}
.about-section-six .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section-six .content-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .about-section-six .content-column .sec-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.about-section-six .content-column .sec-title .text {
  margin-top: 30px;
  margin-right: 50px;
}
.about-section-six .content-column .progress-info {
  margin-right: 80px;
}
@media (max-width: 575.98px) {
  .about-section-six .content-column .progress-info {
    margin-right: 0;
  }
}
.about-section-six .image-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .about-section-six .image-column {
    display: none;
  }
}
.about-section-six .image-column .inner-column {
  position: relative;
  padding-left: 61px;
}
@media (max-width: 1399.98px) {
  .about-section-six .image-column .inner-column {
    padding-left: 0;
  }
}
.about-section-six .image-column .inner-column::after {
  content: "";
  background-image: url(../images/icons/shape-7.png);
  position: absolute;
  bottom: -33px;
  right: -30px;
  width: 288px;
  height: 288px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-six .image-column .inner-column::after {
    display: none;
  }
}
.about-section-six .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-six .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
}
.about-section-six .image-column .image-1 img {
  width: 100%;
}
.about-section-six .image-column .exp-info-text {
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  bottom: 145px;
  left: -114px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1399.98px) {
  .about-section-six .image-column .exp-info-text {
    left: -100px;
    bottom: 150px;
  }
}
.about-section-six.style-two .progress-info .progress .bar-inner {
  background-color: var(--theme-color6);
}
.about-section-six.style-two .image-column .inner-column {
  width: 100%;
  height: 100%;
}
.about-section-six.style-two .image-column .inner-column .image-1 {
  width: 100%;
  height: 100%;
}
.about-section-six.style-two .image-column .inner-column .image-1 img {
  width: 100%;
  height: 100%;
}

.progress-info .progress {
  background-color: transparent;
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}
.progress-info .progress .bar {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #dfdfdf;
  border-radius: 7px;
  margin-bottom: 30px;
}
.progress-info .progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 5px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.progress-info .progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color-dark);
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.progress-info .progress .bar-inner.counted .count-text {
  opacity: 1;
  bottom: 21px;
  right: -15px;
}
.progress-info .progress .bar.marb-0 {
  margin-bottom: 0;
}
.progress-info .progress .progress-single {
  position: relative;
  display: block;
}
.progress-info .progress .progress-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 12px;
}

/*** 

  ====================================================================
      About Section Seven
  ====================================================================

  ***/
.about-section-seven {
  background-color: #f8f5f0;
  position: relative;
  padding: 71px 0 70px;
}
@media (max-width: 575.98px) {
  .about-section-seven {
    padding-top: 80px;
  }
}
.about-section-seven.style-luxury2 {
  background-color: var(--theme-color-white);
  padding: 130px 0 46px;
}
.about-section-seven.style-luxury2 .image-column .inner-column {
  padding: 0 20px 209px 0;
}
.about-section-seven.style-luxury2 .image-column .inner-column .image-1 img {
  max-width: 360px;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-seven.style-luxury2 .image-column .inner-column .image-2 img {
  max-width: 418px;
  height: 342px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-seven.style-luxury2 .content-column .inner-column {
  padding-top: 0;
}
.about-section-seven.style-luxury2 .content-column .inner-column .sec-title h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .about-section-seven.style-luxury2 {
    padding: 80px 0 30px;
  }
  .about-section-seven.style-luxury2
    .content-column
    .inner-column
    .sec-title
    h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-section-seven.style-luxury2 .image-column .inner-column {
    padding: 0;
    text-align: center;
  }
  .about-section-seven.style-luxury2 .image-column .inner-column:after {
    display: none;
  }
  .about-section-seven.style-luxury2 .image-column .inner-column .icon-dots {
    display: none;
  }
  .about-section-seven.style-luxury2 .image-column .image-1,
  .about-section-seven.style-luxury2 .image-column .image-2 {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 16px;
  }
  .about-section-seven.style-luxury2 .image-column .image-2 {
    margin-bottom: 0;
  }
  .about-section-seven.style-luxury2 .image-column .inner-column .image-1 img,
  .about-section-seven.style-luxury2 .image-column .inner-column .image-2 img {
    max-width: 100%;
    width: 100%;
    height: 260px;
  }
  .about-section-seven .outer-box .info-block {
    width: 100%;
  }
}
.about-section-seven .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.about-section-seven .title-stroke {
  color: rgba(var(--theme-color-white-rgb), 0.12);
  font-size: 170px;
  font-family: var(--title-font);
  letter-spacing: 48.5px;
  line-height: 1;
  margin-bottom: 25px;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: rgba(var(--theme-color1-rgb), 0.22);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .about-section-seven .title-stroke {
    font-size: 130px;
    letter-spacing: 18.5px;
  }
}
@media (max-width: 991.98px) {
  .about-section-seven .title-stroke {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .about-section-seven .title-stroke {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .about-section-seven .title-stroke {
    font-size: 48px;
  }
}
.about-section-seven .info-block {
  margin-bottom: 24px;
}
.about-section-seven .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-seven .content-column .inner-column {
  position: relative;
  padding-top: 55px;
}
.about-section-seven .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-seven .content-column .inner-column .sec-title h2 {
  font-size: 60px;
  margin-right: -90px;
}
@media (max-width: 1199.98px) {
  .about-section-seven .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-seven .content-column .inner-column .sec-title .text {
  margin-top: 10px;
  margin-right: 75px;
}
.about-section-seven .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-seven .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section-seven .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-seven .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--new-gold-color);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 42px 16px;
}
.about-section-seven .content-column .inner-column .btn-box .theme-btn:before {
  background: var(--new-gold-hover);
}
.about-section-seven .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-seven
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-seven .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-seven
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-seven .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section-seven
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-seven .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-seven .image-column .inner-column {
  position: relative;
  padding: 0 0 209px 20px;
  text-align: right;
}
.about-section-seven .image-column .inner-column:after {
  border: 1px solid var(--theme-color1);
  content: "";
  position: absolute;
  height: 345px;
  left: 159px;
  top: 135px;
  width: 316px;
  z-index: -1;
}
.about-section-seven .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-seven .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
}
.about-section-seven .image-column .image-1 img {
  width: 100%;
}
.about-section-seven .image-column .image-2 {
  position: absolute;
  top: 211px;
  left: 27px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-seven .image-column .image-2 {
    bottom: 0;
    left: 0;
  }
}
.about-section-seven .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-seven .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-seven .exp-box {
  bottom: 18px;
}
.about-section-seven .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 0;
}
.about-section-seven .info-block:last-child {
  margin-right: 0;
}
.about-section-seven .info-block .inner {
  position: relative;
  padding-left: 38px;
  min-height: auto;
}
.about-section-seven .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-seven .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-seven .info-block .inner .icon-box {
  line-height: 1;
}
.about-section-seven .info-block .inner .icon-box i {
  color: var(--new-gold-hover);
  font-size: 22px;
}
.about-section-seven .info-block .inner .title {
  font-family: var(--text-font2);
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 200;
}
.about-section-seven .info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.about-section-seven .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-seven .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-seven .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section-seven .contact-info span {
  text-transform: uppercase;
}
.about-section-seven .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

/*** 

  ====================================================================
      About Section Eight
  ====================================================================

  ***/
.about-section-eight {
  position: relative;
  padding: 120px 0;
}
.about-section-eight .outer-box {
  max-width: 1590px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-section-eight .content-column .inner-column {
  padding-right: 30px;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-section-eight .content-column .inner-column {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .about-section-eight .content-column .inner-column .sec-title {
    margin-bottom: 30px;
  }
}
.about-section-eight .content-column .inner-column .btn-box .theme-btn {
  padding: 14px 45px 18px;
}
.about-section-eight .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .about-section-eight .image-column .inner-column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.about-section-eight .image-column .inner-column:after {
  background-color: #d3d3d3;
  content: "";
  position: absolute;
  left: 64px;
  top: 0;
  width: 1px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-section-eight .image-column .inner-column:after {
    display: none;
  }
}
.about-section-eight .image-column .inner-column .image-1 {
  margin-bottom: 0;
  position: relative;
}
.about-section-eight .image-column .inner-column .image-2 {
  margin-bottom: 0;
  max-width: 280px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .about-section-eight .image-column .inner-column .image-2 {
    margin-left: 15px;
  }
}
.about-section-eight .image-column .inner-column .image-2 img {
  margin-top: 30px;
}
.about-section-eight .image-column .inner-column .image-2 img:first-child {
  margin-top: 0;
}
.about-section-eight .bg-image {
  margin-top: 120px;
  margin-bottom: 4px;
}

/*** 

  ====================================================================
      About Section Nine
  ====================================================================

  ***/
.about-section-nine {
  position: relative;
  padding: 120px 0;
}
.about-section-nine:before {
  content: "";
  position: absolute;
  bottom: 592px;
  left: 0;
  width: 583px;
  height: 387px;
  background-image: url(../images/icons/shape-19.png);
}
.about-section-nine .content-column .inner-column {
  padding-right: 30px;
  padding-top: 8px;
}
@media (max-width: 991.98px) {
  .about-section-nine .content-column .inner-column {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .about-section-nine .content-column .inner-column .sec-title {
    margin-bottom: 30px;
  }
}
.about-section-nine .content-column .inner-column .sec-title h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 575.98px) {
  .about-section-nine .content-column .inner-column .sec-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.about-section-nine .content-column .inner-column .btn-box .theme-btn {
  padding: 16px 45px;
}
.about-section-nine .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -15px;
}
@media (max-width: 991.98px) {
  .about-section-nine .image-column .inner-column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.about-section-nine .image-column .inner-column .image-1 {
  margin-bottom: 0;
  position: relative;
}
.about-section-nine .image-column .inner-column .image-2 {
  margin-bottom: 0;
  max-width: 280px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .about-section-nine .image-column .inner-column .image-2 {
    margin-left: 15px;
  }
}
.about-section-nine .image-column .inner-column .image-2 img {
  margin-top: 30px;
}
.about-section-nine .image-column .inner-column .image-2 img:first-child {
  margin-top: 0;
}
.about-section-nine .bg-image {
  margin-top: 120px;
  margin-bottom: 4px;
  height: 592px;
  position: relative;
}
.about-section-nine .bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-nine .bg-image .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section-nine .bg-image .btn-box {
    margin-left: 0;
  }
}
.about-section-nine .bg-image .btn-box .play-now-two {
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color1);
  position: relative;
  top: 0;
  font-size: 34px;
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
}

/*** 

  ====================================================================
      About Section Ten
  ====================================================================

  ***/
.about-section-ten {
  position: relative;
  padding: 120px 0 40px;
}
@media (max-width: 575.98px) {
  .about-section-ten {
    padding-top: 80px;
  }
}
.about-section-ten .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section-ten .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-ten .content-column .inner-column {
  position: relative;
}
.about-section-ten .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-ten .content-column .inner-column .sec-title h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .about-section-ten .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-ten .content-column .inner-column .sec-title .text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--theme-color1);
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .about-section-ten .content-column .inner-column .sec-title .text {
    margin-right: 0;
  }
}
.about-section-ten .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-ten .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section-ten .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-ten .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 42px 17px;
}
.about-section-ten .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-ten .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-ten
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-ten .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-ten .content-column .inner-column .btn-box .contact-info .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-ten .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section-ten .content-column .inner-column .btn-box .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-ten .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-ten .image-column .inner-column {
  position: relative;
  padding: 0 67px 0 0;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .about-section-ten .image-column .inner-column {
    padding: 0;
  }
}
.about-section-ten .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section-ten .image-column .image-1 img {
  width: 100%;
}
.about-section-ten .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-ten .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-ten .exp-box {
  bottom: 18px;
}
.about-section-ten .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 115px;
}
@media (max-width: 1199.98px) {
  .about-section-ten .info-block {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section-ten .info-block {
    margin-right: 0;
  }
}
.about-section-ten .info-block:last-child {
  margin-right: 0;
}
.about-section-ten .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section-ten .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-ten .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-ten .info-block .inner .icon-box {
  line-height: 1;
}
.about-section-ten .info-block .inner .title {
  margin-bottom: 0;
}
.about-section-ten .info-block .image-box {
  position: absolute;
  left: 0;
  top: -4px;
}
.about-section-ten .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-ten .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-ten .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section-ten .contact-info span {
  text-transform: uppercase;
}
.about-section-ten .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section11 {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section11 {
    padding: 80px 0;
  }
}
.about-section11.style-winter
  .content-column
  .inner-column
  .info-box
  .inner-box
  .icon {
  color: var(--theme-color7);
}
.about-section11.style-winter .video-box .btn-box .play-now-two {
  background-color: var(--theme-color7);
  border-color: var(--theme-color7);
}
.about-section11 .sec-title {
  margin-bottom: 30px;
}
.about-section11 .sec-title .sub-title:before {
  display: none;
}
.about-section11 .content-column .inner-column .info-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.about-section11 .content-column .inner-column .info-box .inner-box .icon {
  color: var(--theme-color1);
  font-size: 34px;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 12px;
}
.about-section11 .content-column .inner-column .info-box .inner-box .title {
  color: var(--text-color);
  font-size: 15px;
  font-family: var(--text-font);
  margin-bottom: 0;
  line-height: 1;
}
.about-section11 .video-box {
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  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;
}
.about-section11 .video-box:hover .image-1 img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-section11 .video-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.about-section11 .video-box .btn-box {
  position: absolute;
  z-index: 2;
}
.about-section11 .video-box .btn-box .play-now-two {
  color: var(--theme-color-light);
  background-color: var(--bg-theme-color1);
  border-color: var(--bg-theme-color1);
  font-size: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.about-section11 .video-box .image-1 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section11 .image-column .inner-column {
  width: 100%;
  height: 100%;
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section11 .image-column .inner-column {
    display: none;
  }
}
.about-section11 .image-column .inner-column .image-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.about-section11 .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section12 {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 575.98px) {
  .about-section12 {
    padding-top: 80px;
  }
}
.about-section12 .anim-icons .image-1 {
  position: absolute;
  right: 100px;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.about-section12 .info-block {
  margin-bottom: 24px;
}
.about-section12 .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section12 .sec-title {
  margin-bottom: 38px;
}
@media (max-width: 1199.98px) {
  .about-section12 .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section12 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section12 .content-column .inner-column {
  position: relative;
  padding-top: 30px;
  margin-left: -5px;
}
.about-section12 .content-column .inner-column .text {
  margin-bottom: 40px;
}
.about-section12 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section12 .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section12 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section12 .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 42px 18px;
}
.about-section12 .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section12 .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section12
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section12 .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section12 .content-column .inner-column .btn-box .contact-info .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section12 .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section12 .content-column .inner-column .btn-box .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section12 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section12 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section12 .exp-box {
  bottom: 18px;
}
.about-section12 .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 75px;
}
@media (max-width: 575.98px) {
  .about-section12 .info-block {
    margin-right: 0;
  }
}
.about-section12 .info-block:last-child {
  margin-right: 0;
}
.about-section12 .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section12 .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section12 .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section12 .info-block .inner .icon-box {
  line-height: 1;
}
.about-section12 .info-block .inner .title {
  margin-bottom: 0;
}
.about-section12 .info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.about-section12 .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section12 .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section12 .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section12 .contact-info span {
  text-transform: uppercase;
}
.about-section12 .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section12 .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section12 .image-column .inner-column {
  position: relative;
  margin-left: -28px;
  margin-top: -101px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .about-section12 .image-column .inner-column {
    text-align: left;
  }
}
.about-section12 .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section12 .image-column .image-1 img {
  width: 100%;
}
.about-section12 .image-column .image-2 {
  position: absolute;
  bottom: -77px;
  right: -70px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section12 .image-column .image-2 {
    right: -45px;
  }
}
@media (max-width: 991.98px) {
  .about-section12 .image-column .image-2 {
    bottom: 0;
    right: 100px;
  }
}
.about-section12 .image-column .image-2 img {
  width: 100%;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section13 {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 575.98px) {
  .about-section13 {
    padding-top: 80px;
  }
}
.about-section13 .anim-icons .image-1 {
  position: absolute;
  right: 100px;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.about-section13 .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section13 .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .about-section13 .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section13 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section13 .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  padding-left: 58px;
}
.about-section13 .content-column .inner-column .text {
  font-family: "Barlow", sans-serif;
}
.about-section13 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.about-section13 .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 42px 18px;
}
.about-section13 .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section13 .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section13
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section13 .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section13 .content-column .inner-column .btn-box .contact-info .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section13 .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section13 .content-column .inner-column .btn-box .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section13 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section13 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section13 .exp-box {
  bottom: 18px;
}
.about-section13 .info-block {
  position: relative;
  margin-bottom: 15px;
  margin-right: 75px;
}
@media (max-width: 575.98px) {
  .about-section13 .info-block {
    margin-right: 0;
  }
}
.about-section13 .info-block:last-child {
  margin-right: 0;
}
.about-section13 .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section13 .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section13 .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section13 .info-block .inner .icon-box {
  line-height: 1;
}
.about-section13 .info-block .inner .title {
  margin-bottom: 0;
}
.about-section13 .info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.about-section13 .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section13 .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section13 .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section13 .contact-info span {
  text-transform: uppercase;
}
.about-section13 .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section13 .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section13 .image-column .inner-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section13 .image-column .inner-column {
    text-align: left;
  }
}
.about-section13 .image-column .image-1 {
  position: relative;
  margin-bottom: 0px;
}
.about-section13 .image-column .image-1 img {
  width: 100%;
}
.about-section13 .image-column .image-2 {
  margin-top: 50px;
  margin-bottom: 0;
}
.about-section13 .image-column .image-2 img {
  width: 100%;
}
.about-section13 .image-column .icon-img {
  position: absolute;
  top: 171px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section14 {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 575.98px) {
  .about-section14 {
    padding-top: 80px;
  }
}
.about-section14 .anim-icons .image-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.about-section14 .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section14 .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .about-section14 .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section14 .content-column {
  position: relative;
  z-index: 1;
}
.about-section14 .content-column .inner-column {
  position: relative;
  padding-top: 0;
  padding-left: 0;
}
.about-section14 .content-column .inner-column .text {
  font-family: "Barlow", sans-serif;
}
.about-section14 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.about-section14 .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 42px 18px;
}
.about-section14 .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section14 .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section14
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section14 .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section14 .content-column .inner-column .btn-box .contact-info .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section14 .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section14 .content-column .inner-column .btn-box .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section14 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section14 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section14 .exp-box {
  bottom: 18px;
}
.about-section14 .info-block {
  position: relative;
  margin-bottom: 15px;
  margin-right: 75px;
}
@media (max-width: 575.98px) {
  .about-section14 .info-block {
    margin-right: 0;
  }
}
.about-section14 .info-block:last-child {
  margin-right: 0;
}
.about-section14 .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section14 .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section14 .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section14 .info-block .inner .icon-box {
  line-height: 1;
}
.about-section14 .info-block .inner .title {
  margin-bottom: 0;
}
.about-section14 .info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.about-section14 .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section14 .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section14 .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section14 .contact-info span {
  text-transform: uppercase;
}
.about-section14 .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section14 .image-column {
  position: relative;
}
.about-section14 .image-column .inner-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section14 .image-column .inner-column {
    text-align: left;
  }
}
.about-section14 .image-column .image-1 {
  position: relative;
  margin-bottom: 0px;
}
.about-section14 .image-column .image-1 img {
  width: 100%;
}
.about-section14 .image-column .image-2 {
  margin-top: 30px;
  margin-bottom: 0;
}
.about-section14 .image-column .image-2 img {
  width: 100%;
  height: 92.5%;
}
.about-section14 .image-column .icon-img {
  position: absolute;
  top: 171px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section15 {
  position: relative;
  padding: 180px 0 120px;
}
@media (max-width: 991.98px) {
  .about-section15 {
    padding: 80px 0;
  }
}
.about-section15 .image-column .inner-column {
  position: relative;
  padding-left: 10px;
  padding-right: 120px;
  margin-right: 30px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-section15 .image-column .inner-column {
    display: none;
  }
}
.about-section15 .image-column .inner-column:before {
  position: absolute;
  content: "";
  top: -60px;
  left: -60px;
  width: 396px;
  height: 690px;
  background-image: url(../images/icons/shape-25.png);
}
.about-section15 .image-column .inner-column .image-box {
  width: 100%;
  height: 94%;
}
.about-section15 .image-column .inner-column .image-box .image-1 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.about-section15 .image-column .inner-column .image-box .image-1 img {
  width: 100%;
  height: 100%;
}
.about-section15 .image-column .inner-column .image-box .image-2 {
  border: 7px solid var(--theme-color-white);
  margin-bottom: 0;
  width: 300px;
  height: 232px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-section15 .image-column .inner-column .image-box .image-2 img {
  width: 100%;
  height: 100%;
}
.about-section15 .content-column .inner-column {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .about-section15 .content-column .inner-column {
    margin-left: 0;
  }
}
.about-section15 .content-column .inner-column .sec-title {
  margin-bottom: 5px;
}
.about-section15 .content-column .inner-column .text-2 {
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 20px;
  margin-top: 26px;
}
.about-section15 .content-column .inner-column .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .about-section15 .content-column .inner-column .list-box {
    display: block;
  }
}
.about-section15 .content-column .inner-column .list-box .list-style-two {
  margin-right: 70px;
}

/*** 

  ====================================================================
      About Section Mountain
  ====================================================================

  ***/
.about-section-mountain {
  position: relative;
  padding: 120px;
}
@media (max-width: 991.98px) {
  .about-section-mountain {
    padding: 80px 0;
  }
}
.about-section-mountain .info-block {
  margin-bottom: 24px;
}
.about-section-mountain .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-mountain .content-column .inner-column {
  position: relative;
  padding-left: 25px;
}
.about-section-mountain .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.about-section-mountain
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section-mountain .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-mountain .content-column .inner-column .sec-title .text-2 {
  margin-top: 40px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: var(--theme-color6);
}
.about-section-mountain .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.about-section-mountain .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-mountain .content-column .inner-column .list-style-two li {
  font-size: 18px;
  padding-left: 27px;
}
.about-section-mountain .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color5);
}
.about-section-mountain .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-mountain .content-column .inner-column .btn-box .theme-btn {
  padding: 17px 42px 18px;
}
.about-section-mountain
  .content-column
  .inner-column
  .btn-box
  .theme-btn:before {
  background: #000;
}
.about-section-mountain
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover {
  color: #fff;
}
.about-section-mountain
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-mountain .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-mountain
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-mountain
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-mountain
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-mountain .image-column {
  position: relative;
}
.about-section-mountain .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about-section-mountain .image-column .icon-img {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  z-index: 1;
}
.about-section-mountain .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}
.about-section-mountain .image-column .image-1 img {
  width: 100%;
  height: 100%;
}
.about-section-mountain .image-column .image-2 {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.about-section-mountain .image-column .image-2 img {
  width: 100%;
  height: 100%;
}
.about-section-mountain .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-mountain .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-mountain .exp-box {
  bottom: 18px;
}
.about-section-mountain.home4-style:before {
  background-image: url(../images/background/home.png);
  bottom: 0;
  content: "";
  height: 400px;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 570px;
}
.about-section-mountain.home4-style
  .content-column
  .inner-column
  .sec-title
  .text {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
}
.about-section-mountain.home4-style .content-column .inner-column {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section-mountain.home4-style .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-mountain.home4-style .image-1:after {
  display: none;
}
.about-section-mountain.home4-style .image-2 {
  bottom: -100px;
  left: -50px;
}
.about-section-mountain.home4-style .image-2:after {
  border: 1px solid var(--theme-color1);
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  top: -60px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-mountain.home4-style .image-2 {
    bottom: 0;
    left: 0;
  }
}
.about-section-mountain.home4-style .info-block {
  margin-right: 0;
}
.about-section-mountain.home4-style .info-block .inner {
  min-height: auto;
  padding-left: 0px;
}
.about-section-mountain.home4-style .info-block .inner .title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-mountain.home4-style .info-block .inner .title {
    max-width: inherit;
  }
}
.about-section-mountain.home4-style .info-block .icon-box {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
.about-section-mountain.home4-style .info-block i {
  font-size: 26px;
}

/*** 

  ====================================================================
      About Section Winter
  ====================================================================

  ***/
.about-section-winter {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 991.98px) {
  .about-section-winter {
    padding: 80px 0 10px;
  }
}
.about-section-winter:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-27.png);
  width: 433px;
  height: 408px;
  bottom: 0;
  left: 0;
}
.about-section-winter .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-winter {
    padding-top: 80px;
  }
}
.about-section-winter .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-winter .content-column .inner-column {
  position: relative;
  padding: 0;
  margin-right: 30px;
}
@media (max-width: 1399.98px) {
  .about-section-winter .content-column .inner-column {
    margin-right: 0;
    padding: 15px 0 50px 55px;
  }
}
@media (max-width: 991.98px) {
  .about-section-winter .content-column .inner-column {
    padding: 0;
  }
}
.about-section-winter .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-winter
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
.about-section-winter .content-column .inner-column .sec-title h2 {
  line-height: 1.111;
}
@media (max-width: 1199.98px) {
  .about-section-winter .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-winter .content-column .inner-column .sec-title .text {
  margin-top: 40px;
}
.about-section-winter .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 42px;
}
.about-section-winter .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
  text-transform: uppercase;
  padding: 17px 52px 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.about-section-winter .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-winter .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-winter
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-winter .content-column .inner-column .image-1 {
  margin-top: 200px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-winter .content-column .inner-column .image-1 {
    margin-top: 50px;
  }
}
.about-section-winter .content-column .inner-column .image-1:after {
  background-color: var(--theme-color7);
  content: "";
  position: absolute;
  right: -414px;
  bottom: 56px;
  height: 1px;
  width: 414px;
  z-index: -1;
}
.about-section-winter .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-winter .image-column .inner-column {
  position: relative;
  margin: 0 0 0 80px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .about-section-winter .image-column .inner-column {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .about-section-winter .image-column .inner-column {
    margin-left: 0;
  }
}
.about-section-winter .image-column .inner-column .text {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .about-section-winter .image-column .inner-column .text {
    margin-top: 33px;
  }
}
.about-section-winter .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
}
.about-section-winter .image-column .image-1 img {
  width: 100%;
}

/*** 

  ====================================================================
      About Section Winter
  ====================================================================

  ***/
.about-section-winter-two {
  padding: 120px 0;
}
.about-section-winter-two .sec-title .sub-title:before {
  display: none;
}
.about-section-winter-two .image-column .inner-column {
  width: 100%;
  height: 100%;
  padding-right: 50px;
}
.about-section-winter-two .image-column .inner-column .image-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.about-section-winter-two .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-30.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

/*** 

  ====================================================================
      About Section Three
  ====================================================================

  ***/
.about-section-winter-three {
  position: relative;
  padding: 135px 0 30px;
}
.about-section-winter-three .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-winter-three {
    padding-top: 80px;
  }
}
.about-section-winter-three .content-column {
  position: relative;
  z-index: 1;
}
.about-section-winter-three .content-column .inner-column {
  position: relative;
}
.about-section-winter-three .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-winter-three
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
.about-section-winter-three .content-column .inner-column .sec-title h2 {
  line-height: 1.111;
}
@media (max-width: 1199.98px) {
  .about-section-winter-three .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-winter-three .content-column .inner-column .image-1 {
  margin-top: 50px;
  position: relative;
  margin-bottom: 0;
  margin-left: -140px;
  border-radius: 20px;
  overflow: hidden;
}
.about-section-winter-three .content-column .inner-column .image-1 img {
  border-radius: 20px;
}
.about-section-winter-three .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-winter-three .image-column .inner-column {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 991.98px) {
  .about-section-winter-three .image-column .inner-column {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .about-section-winter-three .image-column .inner-column {
    margin-left: 0;
  }
}
.about-section-winter-three .image-column .image-1 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
}
.about-section-winter-three .image-column .image-1 figure {
  height: 100%;
}
.about-section-winter-three .image-column .image-1 img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.about-section-winter-three .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-winter-three .list-box .list-style-two {
  margin-right: 100px;
  margin-top: 0;
}
.about-section-winter-three .list-box .list-style-two:last-child {
  margin-right: 0;
}
.about-section-winter-three .list-box .list-style-two .icon {
  color: var(--theme-color7);
}
.about-section-winter-three .btn-style-six {
  border-radius: 30px;
  padding: 16px 43px;
  margin-top: 40px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section-luxury {
  position: relative;
}
.about-section-luxury .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 60px);
  width: calc(50% + 29px);
}
.about-section-luxury .bg-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-section-luxury .bg-image .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-section-luxury .bg-image .btn-box .play-now-two {
  background-color: transparent;
  color: var(--theme-color-white);
  height: 140px;
  line-height: 140px;
  width: 140px;
  z-index: 1;
}
.about-section-luxury .icon-about-shape1 {
  position: absolute;
  width: 296px;
  height: 309px;
  right: 0;
  top: -10px;
  opacity: 0.5;
  pointer-events: none;
}
.about-section-luxury .content-column {
  padding: 99px 0 0;
  position: relative;
  z-index: 1;
}
.about-section-luxury .content-column .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.about-section-luxury .content-column .inner-column {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  padding: 99px 0 70px 100px;
  margin-left: -60px;
}
.about-section-luxury .content-column .inner-column .content-box {
  max-width: 570px;
}
.about-section-luxury
  .content-column
  .inner-column
  .content-box
  .sec-title
  .title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.about-section-luxury
  .content-column
  .inner-column
  .content-box
  .sec-title
  .text {
  font-family: "Barlow", sans-serif;
  margin-top: 45px;
}

/*** 

  ====================================================================
      About Section Five
  ====================================================================

  ***/
.about-section-luxury2 {
  position: relative;
  padding: 120px 0 80px;
}
.about-section-luxury2 .content-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-luxury2 .content-column .inner-column {
  position: relative;
  padding-left: 80px;
}
@media (max-width: 1199.98px) {
  .about-section-luxury2 .content-column .inner-column {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .about-section-luxury2 .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-luxury2 .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section-luxury2 .content-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .about-section-luxury2 .content-column .sec-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.about-section-luxury2 .content-column .sec-title .text {
  margin-top: 30px;
}
.about-section-luxury2 .image-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .about-section-luxury2 .image-column {
    display: none;
  }
}
.about-section-luxury2 .image-column .inner-column {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1399.98px) {
  .about-section-luxury2 .image-column .inner-column {
    padding-left: 0;
  }
}
.about-section-luxury2 .image-column .inner-column::after {
  content: "";
  background-image: url(../images/icons/shape-38.png);
  position: absolute;
  top: -30px;
  right: -47px;
  width: 288px;
  height: 288px;
  z-index: -1;
}
.about-section-luxury2 .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-luxury2 .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
}
.about-section-luxury2 .image-column .image-1 img {
  width: 100%;
}
.about-section-luxury2 .image-column .exp-info {
  border: 2px solid var(--theme-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 60px;
  left: -80px;
  padding: 20px 70px 20px 70px;
  width: 225px;
  height: 225px;
  text-align: center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1399.98px) {
  .about-section-luxury2 .image-column .exp-info {
    left: 15px;
  }
}
.about-section-luxury2 .image-column .exp-info .inner-info {
  display: inline-block;
  color: var(--theme-color-black);
  font-size: 128px;
  font-family: var(--title-font);
}
.about-section-luxury2 .image-column .exp-info-text {
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: 115px;
  left: -178px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1399.98px) {
  .about-section-luxury2 .image-column .exp-info-text {
    left: -100px;
    bottom: 150px;
  }
}
.about-section-luxury2 .progress-info .progress {
  background-color: transparent;
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}
.about-section-luxury2 .progress-info .progress .bar {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #dfdfdf;
  border-radius: 7px;
  margin-bottom: 30px;
}
.about-section-luxury2 .progress-info .progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 5px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.about-section-luxury2 .progress-info .progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color-dark);
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about-section-luxury2 .progress-info .progress .bar-inner.counted .count-text {
  opacity: 1;
  bottom: 21px;
  right: -15px;
}
.about-section-luxury2 .progress-info .progress .bar.marb-0 {
  margin-bottom: 0;
}
.about-section-luxury2 .progress-info .progress .progress-single {
  position: relative;
  display: block;
}
.about-section-luxury2 .progress-info .progress .progress-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 12px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section-island {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 575.98px) {
  .about-section-island {
    padding-top: 80px;
  }
}
.about-section-island:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-43.png);
  width: 666px;
  height: 399px;
  bottom: 200px;
  left: 0;
}
.about-section-island .content-column {
  position: relative;
  z-index: 1;
}
.about-section-island .content-column .inner-column {
  position: relative;
  padding: 0;
}
.about-section-island .content-column .inner-column .image-2 {
  position: absolute;
  bottom: 200px;
  left: -10px;
}
.about-section-island .content-column .inner-column .sec-title {
  margin-bottom: 0;
}
.about-section-island
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
.about-section-island .content-column .inner-column .image-1 {
  margin-top: 40px;
  position: relative;
  margin-bottom: 0;
  text-align: right;
}
.about-section-island .image-column {
  position: relative;
}
.about-section-island .image-column .inner-column {
  position: relative;
  padding: 0;
  z-index: 1;
}
.about-section-island .image-column .inner-column .text-box {
  margin-top: 50px;
  margin-left: 50px;
}
.about-section-island .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
  margin-left: -120px;
}
.about-section-island .image-column .image-1 img {
  width: 100%;
}
.about-section-island .exp-box2 .inner {
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1294117647);
  padding: 0px 0px 0px 50px;
  margin-top: 50px;
}
.about-section-island .exp-box2 .inner .count {
  font-size: 100px;
  line-height: 100px;
  margin: 0;
  font-family: var(--title-font2);
  color: var(--headings-color);
  display: block;
}
.about-section-island .exp-box2 .inner .title {
  display: block;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section-island2 {
  background-color: #e5f0f9;
  position: relative;
  padding: 80px 0 120px;
}

.about-block-island2 .inner-box .image-1 {
  margin-bottom: 50px;
}
.about-block-island2 .inner-box .text {
  margin-bottom: 0;
}

.about-block-island3 .inner-box .sec-title {
  margin-bottom: 100px;
}
.about-block-island3 .inner-box .text {
  margin-bottom: 30px;
}
.about-block-island3 .inner-box .video-box {
  position: relative;
  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;
}
.about-block-island3 .inner-box .video-box .image-1 {
  width: 100%;
  height: 100%;
}
.about-block-island3 .inner-box .video-box .image-1 img {
  width: 100%;
  height: 100%;
}
.about-block-island3 .inner-box .video-box .play-now-two {
  position: absolute;
  width: 118px;
  height: 118px;
  line-height: 118px;
  color: var(--theme-color9);
  top: calc(50% - 90px);
}

/*** 

  ====================================================================
      About Section Five
  ====================================================================

  ***/
.about-section-city {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 575.98px) {
  .about-section-city {
    padding-top: 80px;
  }
}
.about-section-city .content-column {
  position: relative;
  z-index: 1;
}
.about-section-city .content-column .inner-column {
  position: relative;
  margin-right: 50px;
}
.about-section-city .content-column .inner-column .image-1 {
  position: relative;
}
.about-section-city .content-column .inner-column .image-2 {
  position: absolute;
  bottom: -92px;
  right: -30px;
}
.about-section-city .image-column {
  position: relative;
}
.about-section-city .image-column .inner-column {
  position: relative;
  margin-left: 40px;
}
.about-section-city .image-column .inner-column .sec-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about-section-city .image-column .inner-column .list-style-two {
  margin-bottom: 40px;
}
.about-section-city .image-column .image-1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.about-section-city .image-column .image-1 img {
  width: 100%;
}

/*** 

  ====================================================================
  about section city h03
  ====================================================================

  ***/
.about-section-city-h03 {
  padding: 120px 0;
  position: relative;
}
.about-section-city-h03 .image-column .inner-column {
  height: 100%;
  margin-right: 50px;
}
.about-section-city-h03 .image-column .inner-column .image {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-section-city-h03 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-section-city-h03 .content-column .inner-column {
  position: relative;
}
.about-section-city-h03 .content-column .inner-column .info-box .inner-box {
  padding: 25px 43px 30px 40px;
  margin: 0px 0px 50px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(0, 0, 0, 0.1019607843);
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-section-city-h03 .content-column .inner-column .info-box .year {
  font-family: var(--title-font2);
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 0;
}
.about-section-city-h03 .content-column .inner-column .info-box .year span {
  font-size: 100px;
  font-weight: 900;
  position: absolute;
  bottom: 1px;
}
.about-section-city-h03 .content-column .inner-column .info-box .text {
  font-family: var(--title-font2);
  font-size: 24px;
  font-weight: 400;
}
.about-section-city-h03 .content-column .image {
  position: absolute;
  bottom: -50px;
  right: -5px;
  border-radius: 10px;
}
.about-section-city-h03 .content-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*** 

  ====================================================================
  start about section modern
  ====================================================================

  ***/
.about-section-modern {
  padding: 0 0 163px;
  position: relative;
  margin-right: 30px;
}
.about-section-modern .anim-icons .image-1 {
  position: absolute;
  bottom: 200px;
  left: 0;
}
.about-section-modern .anim-icons .image-2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.about-block-modern .inner-block .sec-title {
  position: relative;
}
.about-block-modern .inner-block .sec-title .sub-title {
  display: inline-block;
  letter-spacing: 0.28px;
  margin-left: -300px;
  position: relative;
  top: 50px;
}
.about-block-modern .inner-block .sec-title h2 {
  font-family: var(--title-font2);
  margin-bottom: 110px;
}
.about-block-modern .inner-block .sec-title h2 .title-img {
  border-radius: 40px;
}
.about-block-modern .inner-block .list-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.about-block-modern .inner-block .list-style-two li {
  margin-right: 0;
  padding-left: 0;
  width: 100px;
}
.about-block-modern .inner-block .list-style-two li:hover .icon-box i {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
}
.about-block-modern .inner-block .list-style-two li .icon-box i {
  padding: 39px 29px;
  border: 1px solid rgba(18, 18, 18, 0.1490196078);
  font-size: 40px;
  line-height: 1;
  border-radius: 50px;
  background-color: transparent;
  color: var(--text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block-modern .inner-block .list-style-two li .text {
  font-family: var(--title-font2);
  position: relative;
  top: 60px;
  left: 15px;
}

/*** 

  ====================================================================
  about section lake h02
  ====================================================================

  ***/
.about-section-lake-h02 {
  padding: 120px 0 115px;
  position: relative;
}
.about-section-lake-h02 .sec-title {
  margin-bottom: 0;
}
.about-section-lake-h02 .sec-title .sub-title {
  color: var(--text-color);
  font-family: var(--text-font2);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.about-section-lake-h02 .sec-title h2 {
  font-family: var(--title-font2);
}
.about-section-lake-h02 .sec-title .text {
  margin: 30px 207px 22px 0;
}
.about-section-lake-h02 .image-column .inner-column {
  height: 100%;
  margin-right: 50px;
}
.about-section-lake-h02 .image-column .inner-column .images-box {
  width: 100%;
  height: 100%;
}
.about-section-lake-h02 .image-column .inner-column .image {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-section-lake-h02 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-section-lake-h02 .content-column .inner-column {
  position: relative;
}
.about-section-lake-h02 .content-column .inner-column .info-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-section-lake-h02 .content-column .inner-column .info-box .year {
  font-family: var(--title-font2);
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 0;
}
.about-section-lake-h02 .content-column .inner-column .info-box .year span {
  font-size: 100px;
  font-weight: 900;
  position: absolute;
  bottom: 1px;
}
.about-section-lake-h02 .content-column .inner-column .info-box .text {
  font-family: var(--title-font2);
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}
.about-section-lake-h02 .content-column .image {
  position: absolute;
  bottom: 10px;
  right: -110px;
  border-radius: 10px;
}
.about-section-lake-h02 .content-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*** 

  ====================================================================
  about section hostel h01
  ====================================================================

  ***/
.about-section-hostel-ho1 {
  padding: 120px 0;
}
.about-section-hostel-ho1 .image-column .inner-column {
  margin-right: 35px;
}
.about-section-hostel-ho1 .image-column .inner-column .image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.about-section-hostel-ho1 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}
.about-section-hostel-ho1 .content-column .inner-column {
  margin-left: 19px;
}
.about-section-hostel-ho1 .content-column .inner-column .sec-title {
  margin-bottom: 30px;
  margin-right: -50px;
}
.about-section-hostel-ho1 .content-column .inner-column .sec-title .sub-title {
  color: var(--text-color);
  font-family: var(--text-font2);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.about-section-hostel-ho1 .content-column .inner-column .sec-title h2 {
  font-family: var(--title-font2);
}
.about-section-hostel-ho1 .content-column .inner-column .theme-btn {
  margin-top: 15px;
}

/*** 

  ====================================================================
  about section hostel h02
  ====================================================================

  ***/
.about-section-hostel-h02 {
  padding: 80px 0 70px;
}
.about-section-hostel-h02 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}
.about-section-hostel-h02 .content-column .inner-column .image-box .inner-box {
  margin-right: 35px;
  width: 100%;
  max-height: 79%;
  overflow: hidden;
}
.about-section-hostel-h02
  .content-column
  .inner-column
  .image-box
  .inner-box
  .image
  img {
  width: 100%;
  max-height: 100%;
}
.about-section-hostel-h02
  .content-column
  .inner-column
  .content-box
  .inner-box {
  padding-left: 35px;
}
.about-section-hostel-h02
  .content-column
  .inner-column
  .content-box
  .inner-box
  .text {
  margin-top: 0;
  margin-bottom: 30px;
}
.about-section-hostel-h02 .content-column .sec-title {
  margin-left: 50px;
}
.about-section-hostel-h02 .content-column .sec-title .sub-title {
  margin-left: 5px;
  margin-bottom: 0;
}
.about-section-hostel-h02 .content-column .text {
  margin-top: 40px;
}
.about-section-hostel-h02 .content-column .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-section-hostel-h02 .content-column .outer-box .info-block {
  position: relative;
  margin-bottom: 16px;
  margin-right: 67px;
}
.about-section-hostel-h02 .content-column .outer-box .info-block:last-child {
  margin-right: 0;
}
.about-section-hostel-h02 .content-column .outer-box .info-block .inner {
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.about-section-hostel-h02
  .content-column
  .outer-box
  .info-block
  .inner
  .icon-box
  i {
  color: rgb(174, 125, 84);
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}
.about-section-hostel-h02 .content-column .outer-box .info-block .inner .title {
  letter-spacing: 0.15px;
  font-family: var(--title-font2);
  font-size: 20px;
  font-weight: 400;
  line-height: 32.4px;
  margin-bottom: 16px;
}
.about-section-hostel-h02 .content-column .list-style-one li {
  padding-left: 27px;
  color: rgb(102, 102, 102);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--text-font4);
  margin-bottom: 8px;
  margin-right: 0;
}
.about-section-hostel-h02 .content-column .btn-box .theme-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 42px 18px;
  position: relative;
}
.about-section-hostel-h02 .content-column .btn-box .theme-btn:before {
  position: absolute;
  background: #000;
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-section-hostel-h02 .content-column .btn-box .theme-btn:hover:before {
  width: 100%;
}

/*** 

  ====================================================================
  about section luxury2-1
  ====================================================================

  ***/
.about-section-luxury2-1 {
  position: relative;
  padding: 120px 0 75px;
}
.about-section-luxury2-1 .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-luxury2-1 {
    padding-top: 80px;
  }
}
.about-section-luxury2-1 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-luxury2-1 .content-column .inner-column {
  position: relative;
  padding-left: 55px;
}
.about-section-luxury2-1 .content-column .inner-column .sec-title {
  margin-bottom: 30px;
  margin-right: -15px;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section-luxury2-1 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-luxury2-1 .content-column .inner-column .sec-title .text-2 {
  margin-top: 40px;
  margin-right: 50px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-color5);
  text-decoration: underline;
}
.about-section-luxury2-1 .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.about-section-luxury2-1 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-luxury2-1 .content-column .inner-column .list-style-two li {
  font-size: 18px;
  padding-left: 27px;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .list-style-two
  li
  .icon {
  color: var(--theme-color5);
}
.about-section-luxury2-1 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-luxury2-1 .content-column .inner-column .btn-box .theme-btn {
  padding: 17px 42px 18px;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .btn-box
  .theme-btn:before {
  background: #000;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover {
  color: #fff;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-luxury2-1 .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-luxury2-1
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-luxury2-1 .image-column {
  position: relative;
}
.about-section-luxury2-1 .image-column .inner-column {
  position: relative;
  padding-bottom: 0;
}
.about-section-luxury2-1 .image-column .inner-column::after {
  border: 5px solid var(--theme-color1);
  content: "";
  position: absolute;
  top: -49px;
  left: 263px;
  width: 167px;
  height: 198px;
  z-index: -1;
}
.about-section-luxury2-1 .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-luxury2-1 .image-column .inner-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: 72px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-luxury2-1 .image-column .inner-column .image-1 img {
  width: 100%;
  height: 70%;
}
.about-section-luxury2-1 .image-column .inner-column .image-2 {
  position: absolute;
  right: 14px;
  bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section-luxury2-1 .image-column .inner-column .image-2 {
    right: 0;
  }
}
.about-section-luxury2-1 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-luxury2-1 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-luxury2-1 .exp-box {
  bottom: 18px;
}
.about-section-luxury2-1.home4-style:before {
  background-image: url(../images/background/home.png);
  bottom: 0;
  content: "";
  height: 400px;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 570px;
}
.about-section-luxury2-1.home4-style
  .content-column
  .inner-column
  .sec-title
  .text {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
}
.about-section-luxury2-1.home4-style .content-column .inner-column {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section-luxury2-1.home4-style .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-luxury2-1.home4-style .image-1:after {
  display: none;
}
.about-section-luxury2-1.home4-style .image-2 {
  bottom: -100px;
  left: -50px;
}
.about-section-luxury2-1.home4-style .image-2:after {
  border: 1px solid var(--theme-color1);
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  top: -60px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-luxury2-1.home4-style .image-2 {
    bottom: 0;
    left: 0;
  }
}
.about-section-luxury2-1.home4-style .info-block {
  margin-right: 0;
}
.about-section-luxury2-1.home4-style .info-block .inner {
  min-height: auto;
  padding-left: 0px;
}
.about-section-luxury2-1.home4-style .info-block .inner .title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-luxury2-1.home4-style .info-block .inner .title {
    max-width: inherit;
  }
}
.about-section-luxury2-1.home4-style .info-block .icon-box {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
.about-section-luxury2-1.home4-style .info-block i {
  font-size: 26px;
}
.about-section-luxury2-1.style-luxury2-1 .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-section-luxury2-1.style-luxury2-1 .image-column .inner-column {
  position: relative;
  padding-bottom: 0;
}
.about-section-luxury2-1.style-luxury2-1 .image-column .inner-column:after {
  display: none;
}
.about-section-luxury2-1.style-luxury2-1 .image-column .inner-column .image-1 {
  margin-top: 72px;
}
.about-section-luxury2-1.style-luxury2-1 .image-column .inner-column .image-2 {
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 20px;
  width: 100%;
  height: 65%;
}
.about-section-luxury2-1.style-luxury2-1
  .image-column
  .inner-column
  .image-2
  img {
  width: 100%;
  height: 100%;
}
.about-section-luxury2-1.style-luxury2-1 .image-column .inner-column .image-3 {
  width: 100%;
  height: 100%;
}
.about-section-luxury2-1.style-luxury2-1
  .image-column
  .inner-column
  .image-3
  img {
  width: 100%;
  height: 25%;
}
.about-section-luxury2-1.style-luxury2-1 .image-column .inner-column .icon-img {
  position: absolute;
  top: 230px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*** 

  ====================================================================
        About Section Luxury3
  ====================================================================

  ***/
.about-section-luxury3 {
  padding: 120px 0 232px;
  position: relative;
}
.about-section-luxury3 .anim-icons .shape-1 {
  bottom: 0;
  right: 0;
  position: absolute;
}
.about-section-luxury3 .image-column .inner-column {
  padding-left: 185px;
  position: relative;
}
.about-section-luxury3 .image-column .inner-column .image img {
  -webkit-mask-image: url(../images/icons/shape-46.png);
  mask-image: url(../images/icons/shape-46.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.about-section-luxury3 .image-column .inner-column .about-style-title {
  font-size: 150px;
  text-transform: uppercase;
  color: rgba(4, 6, 24, 0.1019607843);
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -200px;
  bottom: 145px;
}
.about-section-luxury3 .content-column .inner-column {
  margin-left: 61px;
}
.about-section-luxury3 .content-column .inner-column .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-luxury3 .content-column .inner-column .icon-box p {
  margin-top: 60px;
  margin-left: 23px;
  font-size: 19px;
  line-height: 25px;
  color: var(--theme-color-black);
}
.about-section-luxury3 .content-column .inner-column .fa-solid.fa-arrow-right {
  font-size: 35px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  height: 69px;
  display: inline-block;
  margin-top: 48px;
  width: 69px;
  text-align: center;
  line-height: 67px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-section-luxury3
  .content-column
  .inner-column
  .fa-solid.fa-arrow-right:hover {
  -webkit-transform: rotateZ(5deg);
  transform: rotateZ(5deg);
}
.about-section-luxury3 .content-column .inner-column .text {
  line-height: 29px;
  font-size: 15px;
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section-modern {
  background-color: var(--theme-color-light);
  position: relative;
  padding: 80px 0 120px;
}
.about-section-modern.style-modern
  .about-block-modern
  .inner-block
  .list-style-two
  li:hover
  .icon-box
  i {
  background-color: var(--theme-color1);
}

.about-block-modern .inner-box .image-1 {
  margin-bottom: 50px;
}
.about-block-modern .inner-box .text {
  margin-bottom: 0;
}

.about-block-modern2 .inner-box .sec-title {
  margin-bottom: 100px;
}
.about-block-modern2 .inner-box .text {
  margin-bottom: 30px;
}
.about-block-modern2 .inner-box .video-box {
  position: relative;
  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;
}
.about-block-modern2 .inner-box .video-box .image-1 {
  width: 100%;
  height: 100%;
}
.about-block-modern2 .inner-box .video-box .image-1 img {
  width: 100%;
  height: 100%;
}
.about-block-modern2 .inner-box .video-box .play-now-two {
  position: absolute;
  width: 118px;
  height: 118px;
  line-height: 118px;
  color: var(--theme-color1);
  top: calc(50% - 90px);
}

/*** 

  ====================================================================
      About Section Nine
  ====================================================================

  ***/
.about-section-modern3 {
  position: relative;
  padding: 120px 0;
}
.about-section-modern3 .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-section-modern3 .anim-icons .image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-section-modern3 .content-column .inner-column {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section-modern3 .content-column .inner-column {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .about-section-modern3 .content-column .inner-column .sec-title {
    margin-bottom: 30px;
  }
}
.about-section-modern3 .content-column .inner-column .sec-title h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 575.98px) {
  .about-section-modern3 .content-column .inner-column .sec-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.about-section-modern3 .content-column .inner-column .btn-box .theme-btn {
  padding: 16px 45px;
}
.about-section-modern3 .content-column .sec-title {
  margin-bottom: 181px;
}
.about-section-modern3 .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-section-modern3 .image-column .inner-column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.about-section-modern3 .image-column .inner-column .image-1 {
  margin-bottom: 0;
  position: relative;
}
.about-section-modern3 .image-column .inner-column .image-1 img {
  height: 100%;
}
.about-section-modern3 .image-column .inner-column .image-2 {
  margin-bottom: 0;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .about-section-modern3 .image-column .inner-column .image-2 {
    margin-left: 15px;
  }
}
.about-section-modern3 .image-column .inner-column .image-2 img:first-child {
  margin-top: 0;
}
.about-section-modern3 .bg-image {
  margin-top: 120px;
  margin-bottom: 4px;
  height: 592px;
  position: relative;
}
.about-section-modern3 .bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-modern3 .bg-image .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section-modern3 .bg-image .btn-box {
    margin-left: 0;
  }
}
.about-section-modern3 .bg-image .btn-box .play-now-two {
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color1);
  position: relative;
  top: 0;
  font-size: 34px;
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
}

/*** 

  ====================================================================
  about-section-countryside
  ====================================================================

  ***/
.about-section-countryside {
  padding: 120px 0;
}
.about-section-countryside.luxury2-2 {
  padding: 0;
  position: relative;
}
.about-section-countryside.luxury2-2 .sec-title {
  margin-bottom: 68px;
}
.about-section-countryside.luxury2-2 .anim-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-section-countryside.luxury2-2 .bg-image {
  width: 76%;
  height: 100%;
}
.about-section-countryside.luxury2-2 .bg-image img {
  width: 100%;
  height: 100%;
}
.about-section-countryside.luxury2-2 .contetn-column .inner-column {
  padding: 60px 75px 64px 64px;
  margin-left: 30px;
  margin-top: 94px;
  bottom: -56px;
  z-index: 1;
}
.about-section-countryside.luxury2-2 .contetn-column .inner-column .btn-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-block-countryside {
  position: relative;
}
.about-block-countryside .bg-image {
  height: 87%;
  width: 93%;
}
.about-block-countryside .inner-column {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  padding: 53px 60px 70px;
  z-index: 1;
  position: relative;
  margin-top: 124px;
}
.about-block-countryside .inner-column .title {
  font-family: var(--title-font2);
  margin-bottom: 20px;
}
.about-block-countryside .inner-column .list-style-two {
  margin-top: 30px;
}
.about-block-countryside .inner-column .list-style-two li {
  color: var(--theme-color-dark2);
  font-size: 15px;
  font-weight: 500;
}
.about-block-countryside .inner-column .list-style-two li i {
  color: #53624e;
}
.about-block-countryside .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.about-block-countryside .inner-column .btn-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
}
.about-block-countryside .inner-column .btn-box .info-box i {
  font-size: 36px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.about-block-countryside .inner-column .btn-box .info-box .info {
  margin-left: 20px;
}
.about-block-countryside .inner-column .btn-box .info-box .info span {
  font-family: var(--text-font4);
  font-size: 15px;
  font-weight: 400;
  line-height: 28.8px;
  color: #aa8453;
  display: block;
}
.about-block-countryside .inner-column .btn-box .info-box .info a {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  display: block;
  font-family: var(--title-font2);
}

/*** 

  ====================================================================
      About Section
  ====================================================================

  ***/
.about-section-nature {
  position: relative;
  padding: 120px 0 281px;
}
@media (max-width: 575.98px) {
  .about-section-nature {
    padding-top: 80px;
  }
}
.about-section-nature .anim-icons .image-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.about-section-nature .info-block .icon-box i {
  color: var(--theme-color6);
}
.about-section-nature .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .about-section-nature .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-nature .content-column {
  position: relative;
  z-index: 1;
}
.about-section-nature .content-column .inner-column {
  position: relative;
  padding-top: 0;
  padding-left: 0;
}
.about-section-nature .content-column .inner-column li {
  font-weight: 600;
  color: var(--theme-color-black);
}
.about-section-nature .content-column .inner-column .icon {
  color: var(--theme-color6);
  margin-right: 5px;
  margin-bottom: 7px;
}
.about-section-nature .content-column .inner-column .text {
  font-family: "Barlow", sans-serif;
  color: var(--theme-color6);
  font-weight: 600;
  font-size: 18px;
}
.about-section-nature .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.about-section-nature .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 42px 18px;
}
.about-section-nature .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-nature .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-nature
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-nature .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-nature
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-nature
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-nature
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-nature .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-nature .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-nature .exp-box {
  bottom: 18px;
}
.about-section-nature .info-block {
  position: relative;
  margin-bottom: 15px;
  margin-right: 75px;
}
@media (max-width: 575.98px) {
  .about-section-nature .info-block {
    margin-right: 0;
  }
}
.about-section-nature .info-block:last-child {
  margin-right: 0;
}
.about-section-nature .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section-nature .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-nature .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-nature .info-block .inner .icon-box {
  line-height: 1;
}
.about-section-nature .info-block .inner .title {
  margin-bottom: 0;
}
.about-section-nature .info-block .image-box {
  position: absolute;
  left: 0;
  top: 3px;
}
.about-section-nature .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-nature .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-nature .contact-info .icon-box i {
  font-size: 48px;
}
.about-section-nature .contact-info span {
  text-transform: uppercase;
}
.about-section-nature .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-nature .image-column {
  position: relative;
}
.about-section-nature .image-column .inner-column {
  position: relative;
}
.about-section-nature .image-column .inner-column:before {
  position: absolute;
  top: -200px;
  left: 149px;
  width: 30px;
  height: 250px;
  background-color: var(--theme-color6);
  content: "";
}
.about-section-nature .image-column .inner-column .image-2 {
  left: 123px;
  width: 53%;
  bottom: -165px;
}
.about-section-nature .image-column .inner-column .image-1 {
  position: absolute;
  width: 99%;
  height: 170%;
  left: 200px;
  top: -201px;
}
.about-section-nature .image-column .inner-column .text {
  color: var(--theme-color-light);
}
.about-section-nature .image-column .inner-column .icon {
  margin-top: 2px;
  margin-bottom: 14px;
}
.about-section-nature .image-column .inner-column .title {
  color: var(--theme-color-light);
}
.about-section-nature .image-column .inner-column .info-box {
  text-align: center;
  background-color: var(--theme-color-black);
  display: inline-block;
  padding: 50px 50px 50px 50px;
  margin-top: 93px;
  position: absolute;
  right: -151px;
  bottom: -118px;
}
@media (max-width: 991.98px) {
  .about-section-nature .image-column .inner-column {
    text-align: left;
  }
}
.about-section-nature .image-column .image-1 {
  position: relative;
  margin-bottom: 0px;
}
.about-section-nature .image-column .image-1 img {
  width: 100%;
}
.about-section-nature .image-column .image-2 {
  margin-top: 30px;
  margin-bottom: 0;
}
.about-section-nature .image-column .image-2 img {
  width: 100%;
  height: 92.5%;
}
.about-section-nature .image-column .icon-img {
  position: absolute;
  top: 171px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*** 

  ====================================================================
        breakfast
  ====================================================================

  ***/
.about-section-breakfast {
  padding: 120px 0 120px;
  position: relative;
}
.about-section-breakfast .sec-title .sub-title {
  margin-bottom: 0;
}
.about-section-breakfast .anim-icons .shape-1 {
  top: 0;
  right: 0;
  position: absolute;
}
.about-section-breakfast .image-column .inner-column {
  padding-left: 185px;
  position: relative;
}
.about-section-breakfast .image-column .inner-column .image {
  min-width: 100%;
  height: 100%;
}
.about-section-breakfast .image-column .inner-column .about-style-title {
  font-size: 150px;
  text-transform: uppercase;
  color: rgba(4, 6, 24, 0.1019607843);
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -200px;
  bottom: 145px;
}
.about-section-breakfast .content-column .inner-column {
  margin-left: 61px;
  position: relative;
  bottom: -177px;
}
.about-section-breakfast .content-column .inner-column .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-breakfast .content-column .inner-column .icon-box p {
  margin-top: 60px;
  margin-left: 23px;
  font-size: 19px;
  line-height: 25px;
  color: var(--theme-color-black);
}
.about-section-breakfast
  .content-column
  .inner-column
  .fa-solid.fa-arrow-right {
  font-size: 35px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  height: 69px;
  display: inline-block;
  margin-top: 48px;
  width: 69px;
  text-align: center;
  line-height: 67px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-section-breakfast
  .content-column
  .inner-column
  .fa-solid.fa-arrow-right:hover {
  -webkit-transform: rotateZ(5deg);
  transform: rotateZ(5deg);
}
.about-section-breakfast .content-column .inner-column .text {
  line-height: 29px;
  font-size: 15px;
  margin-top: 130px;
}

/*** 

  ====================================================================
      about-section-lodge
  ====================================================================

  ***/
.about-section-lodge {
  position: relative;
  padding: 93px 0 120px;
}
.about-section-lodge .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-lodge {
    padding-top: 80px;
  }
}
.about-section-lodge .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-lodge .content-column .inner-column {
  position: relative;
}
.about-section-lodge .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.about-section-lodge .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 0;
  color: var(--text-color);
}
.about-section-lodge
  .content-column
  .inner-column
  .sec-title
  .sub-title:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section-lodge .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--title-font2);
  }
}
.about-section-lodge .content-column .inner-column .sec-title .text {
  margin-top: 45px;
  font-family: var(--text-font4);
  margin-bottom: 40px;
}
.about-section-lodge .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-lodge .content-column .inner-column .list-style-two li {
  font-size: 15px;
  font-family: var(--text-font4);
  padding-left: 27px;
}
.about-section-lodge .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color6);
}
.about-section-lodge .image-column .inner-column {
  position: relative;
}
.about-section-lodge .image-column .inner-column:hover .btn i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.about-section-lodge .image-column .inner-column .image {
  min-width: 533px;
  min-height: 500px;
}
.about-section-lodge .image-column .inner-column .image img {
  width: 100%;
  min-height: 500px;
  border-radius: 20px;
  -webkit-mask-image: url(../images/icons/shape-71.png);
  mask-image: url(../images/icons/shape-71.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: custom;
  mask-position: custom;
  mask-position-x: 0%;
  mask-position-y: 0%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.about-section-lodge .image-column .inner-column .btn {
  position: absolute;
  bottom: 17px;
  right: -70px;
  background-color: var(--theme-color6);
  width: 100px;
  height: 100px;
  line-height: 88px;
  border-radius: 50%;
}
.about-section-lodge .image-column .inner-column .btn i {
  color: var(--theme-color-white);
  font-size: 52px;
  font-weight: 300;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
      About Section Six
  ====================================================================

  ***/
.about-section-six-lodge {
  position: relative;
  padding: 100px 0 80px;
}
.about-section-six-lodge.style-golf .progress-info .progress .bar-inner {
  background-color: var(--theme-color6);
}
.about-section-six-lodge .content-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-six-lodge .content-column .inner-column {
  position: relative;
}
.about-section-six-lodge .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section-six-lodge .content-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .about-section-six-lodge .content-column .sec-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.about-section-six-lodge .content-column .sec-title .text {
  margin-top: 30px;
  margin-right: 50px;
}
.about-section-six-lodge .content-column .progress-info {
  margin-right: 80px;
}
@media (max-width: 575.98px) {
  .about-section-six-lodge .content-column .progress-info {
    margin-right: 0;
  }
}
.about-section-six-lodge .content-column .progress-info .bar-inner {
  background-color: var(--theme-color6);
}
.about-section-six-lodge .image-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .about-section-six-lodge .image-column {
    display: none;
  }
}
.about-section-six-lodge .image-column .inner-column {
  position: relative;
  padding-left: 61px;
}
@media (max-width: 1399.98px) {
  .about-section-six-lodge .image-column .inner-column {
    padding-left: 0;
  }
}
.about-section-six-lodge .image-column .inner-column::after {
  content: "";
  background-image: url(../images/icons/shape-7.png);
  position: absolute;
  bottom: -33px;
  right: -30px;
  width: 288px;
  height: 288px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-six-lodge .image-column .inner-column::after {
    display: none;
  }
}
.about-section-six-lodge .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-six-lodge .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
}
.about-section-six-lodge .image-column .image-1 img {
  width: 100%;
}
.about-section-six-lodge .image-column .exp-info-text {
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  bottom: 145px;
  left: -114px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1399.98px) {
  .about-section-six-lodge .image-column .exp-info-text {
    left: -100px;
    bottom: 150px;
  }
}
.about-section-six-lodge.style-two .progress-info .progress .bar-inner {
  background-color: var(--theme-color6);
}
.about-section-six-lodge.style-two .image-column .inner-column {
  width: 100%;
  height: 100%;
}
.about-section-six-lodge.style-two .image-column .inner-column .image-1 {
  width: 100%;
  height: 100%;
}
.about-section-six-lodge.style-two .image-column .inner-column .image-1 img {
  width: 100%;
  height: 100%;
}

/*** 

  ====================================================================
        About-Section Modern
  ====================================================================

  ***/
.about-section-modern-2 {
  padding: 240px 0 267px;
  position: relative;
}
.about-section-modern-2 .anim-image .image-4 {
  position: absolute;
  right: 191px;
  bottom: 196px;
  border-radius: 10px 10px 10px 10px;
  content: "";
}
.about-section-modern-2 .anim-image .image-3 {
  position: absolute;
  content: "";
  right: 158px;
  top: 100px;
  border-radius: 10px 10px 10px 10px;
}
.about-section-modern-2 .anim-image .image-2 {
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  bottom: 191px;
  left: 216px;
  content: "";
}
.about-section-modern-2 .anim-image .image-1 {
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  top: 100px;
  left: 160px;
  content: "";
}
.about-section-modern-2 .sec-title {
  text-align: center;
}
.about-section-modern-2 .sec-title .theme-btn {
  margin-top: 43px;
}
.about-section-modern-2 .sec-title .text {
  margin-top: 32px;
  line-height: 30px;
}

/*** 

  ====================================================================
  about-section-hiking
  ====================================================================

  ***/
.about-section-hiking {
  position: relative;
  padding: 120px 0 75px;
}
.about-section-hiking .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-hiking {
    padding-top: 80px;
  }
}
.about-section-hiking .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-hiking .content-column .inner-column {
  position: relative;
  padding-left: 55px;
}
.about-section-hiking .content-column .inner-column .sec-title {
  margin-bottom: 30px;
  margin-right: -15px;
}
.about-section-hiking
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section-hiking .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-hiking .content-column .inner-column .sec-title .text-2 {
  margin-top: 40px;
  margin-right: 50px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-color5);
  text-decoration: underline;
}
.about-section-hiking .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.about-section-hiking .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-hiking .content-column .inner-column .list-style-two li {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--text-font4);
  padding-left: 27px;
}
.about-section-hiking .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color5);
}
.about-section-hiking .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-hiking .content-column .inner-column .btn-box .theme-btn {
  padding: 17px 42px 18px;
}
.about-section-hiking .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-hiking .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-hiking
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-hiking .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-hiking
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-hiking
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-hiking
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-hiking .image-column {
  position: relative;
}
.about-section-hiking .image-column .inner-column {
  position: relative;
  padding-bottom: 0;
}
.about-section-hiking .image-column .inner-column::after {
  border: 5px solid var(--theme-color1);
  content: "";
  position: absolute;
  top: -49px;
  left: 263px;
  width: 167px;
  height: 198px;
  z-index: -1;
}
.about-section-hiking .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-hiking .image-column .inner-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: 72px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-hiking .image-column .inner-column .image-1 img {
  width: 100%;
  height: 70%;
}
.about-section-hiking .image-column .inner-column .image-2 {
  position: absolute;
  right: 14px;
  bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section-hiking .image-column .inner-column .image-2 {
    right: 0;
  }
}
.about-section-hiking .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-hiking .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-hiking .exp-box {
  bottom: 18px;
}
.about-section-hiking.home4-style:before {
  background-image: url(../images/background/home.png);
  bottom: 0;
  content: "";
  height: 400px;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 570px;
}
.about-section-hiking.home4-style
  .content-column.inner-column
  .sec-title
  .text {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
}
.about-section-hiking.home4-style .content-column .inner-column {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section-hiking.home4-style .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-hiking.home4-style .image-1:after {
  display: none;
}
.about-section-hiking.home4-style .image-2 {
  bottom: -100px;
  left: -50px;
}
.about-section-hiking.home4-style .image-2:after {
  border: 1px solid var(--theme-color1);
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  top: -60px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-hiking.home4-style .image-2 {
    bottom: 0;
    left: 0;
  }
}
.about-section-hiking.home4-style .info-block {
  margin-right: 0;
}
.about-section-hiking.home4-style .info-block .inner {
  min-height: auto;
  padding-left: 0px;
}
.about-section-hiking.home4-style .info-block .inner .title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-hiking.home4-style .info-block .inner .title {
    max-width: inherit;
  }
}
.about-section-hiking.home4-style .info-block .icon-box {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
.about-section-hiking.home4-style .info-block i {
  font-size: 26px;
}
.about-section-hiking.style-luxury2-1 .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column {
  position: relative;
  padding-bottom: 0;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column:after {
  display: none;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column .image-1 {
  margin-top: 72px;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column .image-2 {
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 20px;
  width: 100%;
  height: 65%;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column .image-3 {
  width: 100%;
  height: 100%;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column .image-3 img {
  width: 100%;
  height: 25%;
}
.about-section-hiking.style-luxury2-1 .image-column .inner-column .icon-img {
  position: absolute;
  top: 230px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*** 

  ====================================================================
    about-section-hiking
  ====================================================================

  ***/
.about-section-hiking-01 {
  padding: 120px 0;
}
.about-section-hiking-01 .sec-title .sub-title:before {
  display: none;
}
.about-section-hiking-01 .image-column .inner-column {
  width: 100%;
  height: 100%;
  padding-right: 50px;
  margin-bottom: 0;
}
.about-section-hiking-01 .image-column .inner-column .image-1 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.about-section-hiking-01 .image-column .inner-column .image-1 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-hiking-l01-1.png);
  mask-image: url(../images/icons/shape-hiking-l01-1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.about-section-hiking-01 .image-column .inner-column .image-3 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.about-section-hiking-01 .image-column .inner-column .image-3 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-hiking-l01-2.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-hiking-01 .content-column .inner-column {
  margin-bottom: 120px;
}
.about-section-hiking-01 .content-column .inner-column .sec-title h2 {
  font-family: var(--title-font2);
}
.about-section-hiking-01 .content-column .inner-column .text {
  margin-top: 35px;
}

/*** 

  ====================================================================
              About Section
  ====================================================================

  ***/
.about-section-nature2 {
  position: relative;
  padding: 120px 0 60px;
}
.about-section-nature2 .anim-shape {
  position: absolute;
  right: 0;
  bottom: -6px;
}
.about-section-nature2 .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-nature2 {
    padding-top: 80px;
  }
}
.about-section-nature2 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-nature2 .content-column .inner-column {
  position: relative;
  padding-left: 25px;
}
.about-section-nature2 .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.about-section-nature2
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section-nature2 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-nature2 .content-column .inner-column .sec-title .text-2 {
  margin-top: 40px;
  margin-right: 50px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-color6);
}
.about-section-nature2 .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.about-section-nature2 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-nature2 .content-column .inner-column .list-style-two li {
  font-size: 18px;
  padding-left: 27px;
}
.about-section-nature2 .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color6);
}
.about-section-nature2 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-nature2 .content-column .inner-column .btn-box .theme-btn {
  padding: 17px 42px 18px;
}
.about-section-nature2
  .content-column
  .inner-column
  .btn-box
  .theme-btn:before {
  background: #000;
}
.about-section-nature2 .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-nature2
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-nature2 .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-nature2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-nature2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-nature2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-nature2 .image-column {
  position: relative;
}
.about-section-nature2 .image-column .inner-column.wow.fadeInLeft.animated {
  position: absolute;
  left: 8px;
}
.about-section-nature2 .image-column .inner-column {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
}
.about-section-nature2 .image-column .inner-column::after {
  border: 6px solid var(--theme-color6);
  content: "";
  position: absolute;
  top: 90px;
  left: 74px;
  width: 403px;
  height: 414px;
  z-index: -1;
}
.about-section-nature2 .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-nature2 .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.about-section-nature2 .image-column .image-1 img {
  width: 67%;
  height: 67%;
}
.about-section-nature2 .image-column .image-2 {
  position: absolute;
  right: 14px;
  bottom: 0;
  margin-bottom: 0;
  height: 74%;
  width: 64%;
}
.about-section-nature2 .image-column .image-2 img {
  height: 84%;
  width: 100%;
  border: 8px solid #fff;
}
@media (max-width: 1199.98px) {
  .about-section-nature2 .image-column .image-2 {
    right: 0;
  }
}
.about-section-nature2 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-nature2 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-nature2 .exp-box {
  bottom: 18px;
}
.about-section-nature2.home4-style:before {
  background-image: url(../images/background/home.png);
  bottom: 0;
  content: "";
  height: 400px;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 570px;
}
.about-section-nature2.home4-style
  .content-column
  .inner-column
  .sec-title
  .text {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
}
.about-section-nature2.home4-style .content-column .inner-column {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section-nature2.home4-style .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-nature2.home4-style .image-1:after {
  display: none;
}
.about-section-nature2.home4-style .image-2 {
  bottom: -100px;
  left: -50px;
}
.about-section-nature2.home4-style
  .image-2
  .about-section-nature2
  .image-column
  .inner-column:after {
  border: 5px solid var(--theme-color1);
  content: "";
  position: absolute;
  top: 49px;
  left: 74px;
  width: 411px;
  height: 597px;
  z-index: -1;
}
.about-section-nature2.home4-style .image-2:after {
  border: 5px solid var(--theme-color6);
  content: "";
  position: absolute;
  top: 121px;
  left: 263px;
  width: 414px;
  height: 641px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-nature2.home4-style .image-2 {
    bottom: 0;
    left: 0;
  }
}
.about-section-nature2.home4-style .info-block {
  margin-right: 0;
}
.about-section-nature2.home4-style .info-block .inner {
  min-height: auto;
  padding-left: 0px;
}
.about-section-nature2.home4-style .info-block .inner .title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-nature2.home4-style .info-block .inner .title {
    max-width: inherit;
  }
}
.about-section-nature2.home4-style .info-block .icon-box {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
.about-section-nature2.home4-style .info-block i {
  font-size: 26px;
}
.about-section-nature2.style-luxury .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-section-nature2.style-luxury .image-column .inner-column {
  position: relative;
  padding-bottom: 115px;
}
.about-section-nature2.style-luxury .image-column .inner-column:after {
  display: none;
}
.about-section-nature2.style-luxury .image-column .inner-column .image-1 {
  margin-top: 30px;
}
.about-section-nature2.style-luxury .image-column .inner-column .image-2 {
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 30px;
}
.about-section-nature2.style-luxury .image-column .inner-column .icon-img {
  position: absolute;
  top: 230px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*** 

  ====================================================================
        About-Section Hiking
  ====================================================================

  ***/
.about-section-hiking-l02 {
  padding: 120px 0 206px;
  position: relative;
}
.about-section-hiking-l02 .anim-icons {
  position: absolute;
  right: 0;
  bottom: 283px;
}
.about-section-hiking-l02 .content-column .inner-column .sec-title {
  margin-bottom: 22px;
}
.about-section-hiking-l02 .content-box {
  position: relative;
}
.about-section-hiking-l02 .content-box .icon {
  position: absolute;
  right: 0;
  left: 487px;
  bottom: 63px;
  content: "";
}
.about-section-hiking-l02 .content-box .about-style-text {
  font-size: 120px;
  font-family: var(--title-font2);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1019607843);
  color: rgba(170, 132, 83, 0);
  position: absolute;
  right: -38px;
  bottom: 183px;
  text-transform: uppercase;
}
.about-section-hiking-l02 .content-box .image img {
  top: 63px;
  left: 30px;
  width: 270px;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  -webkit-transform: rotate(-10.62deg);
  position: relative;
}
.about-section-hiking-l02 .image-column {
  position: relative;
}
.about-section-hiking-l02 .image-column .inner-column .shape {
  top: -100px;
  left: -120px;
  -webkit-transform: rotate(0deg);
  position: absolute;
}
.about-section-hiking-l02 .image-column .inner-column .image-1 img {
  border-radius: 20px 20px 20px 20px;
  margin-left: 26px;
}

/*** 

  ====================================================================
  about section apartment
  ====================================================================

  ***/
.about-section-apartment {
  padding: 120px 0;
}
.about-section-apartment .sec-title {
  position: relative;
}
.about-section-apartment .sec-title .btn-box {
  position: relative;
  text-align: end;
}
.about-section-apartment .sec-title .btn-box:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.0784313725);
  width: 82%;
  height: 1px;
  left: 0;
  top: calc(50% - 0.5px);
}
.about-section-apartment .sec-title .btn-box .theme-btn {
  border-radius: 40px;
  background-color: #fff;
  color: #aa8453;
}
.about-section-apartment .sec-title .btn-box .theme-btn:hover {
  color: #fff;
}

.about-block-apartment .inner-block .image-column .inner-column .images-box {
  position: relative;
}
.about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-1 {
  margin-bottom: 0;
  margin-right: 60px;
}
.about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-1
  img {
  width: 100%;
  height: 100%;
}
.about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-2 {
  position: absolute;
  left: -324px;
  top: 170px;
  margin-bottom: 0;
}
.about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-2
  img {
  width: 100%;
  height: 100%;
}
.about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-3 {
  position: absolute;
  top: -95px;
  left: -190px;
  margin-bottom: 0;
}
.about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-3
  img {
  width: 100%;
  height: 100%;
}
.about-block-apartment .inner-block .content-column .inner-column .text {
  margin-top: 117px;
}
.about-block-apartment .inner-block .content-column .inner-column .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px;
  border-left: 1px solid rgba(100, 100, 100, 0.2);
}
.about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .info-box
  .year {
  font-size: 150px;
  font-weight: 400;
  line-height: 150px;
  font-family: var(--title-font2);
}
.about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .info-box
  .year
  span {
  font-size: 100px;
  font-weight: 900;
  position: relative;
  bottom: 16px;
}
.about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .info-box
  .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  font-family: var(--title-font2);
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 30px;
}

/*** 

  ====================================================================
      about-section-ocean
  ====================================================================

  ***/
.about-section-ocean {
  position: relative;
  padding: 190px 0 120px;
}
.about-section-ocean .anim-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  .about-section-ocean {
    padding-top: 80px;
  }
}
.about-section-ocean .image-column {
  position: relative;
  z-index: 1;
}
.about-section-ocean .image-column .inner-column {
  position: relative;
  margin-right: 48px;
}
.about-section-ocean .image-column .inner-column .image-1 {
  position: relative;
  width: 100%;
}
.about-section-ocean .image-column .inner-column .image-1 img {
  width: 100%;
}
.about-section-ocean .image-column .inner-column .info-box {
  height: 161px;
  width: 165px;
  background-color: var(--theme-color1);
  padding: 10px 20px 25px 20px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.about-section-ocean .image-column .inner-column .info-box i {
  font-size: 49px;
  color: var(--theme-color-white);
  width: 49px;
  height: 49px;
  display: inline-block;
}
.about-section-ocean .image-column .inner-column .info-box .text {
  color: var(--theme-color-white);
  font-size: 20px;
  font-family: var(--title-font2);
  line-height: 1.4;
}
.about-section-ocean .content-column {
  position: relative;
}
.about-section-ocean .content-column .inner-column {
  position: relative;
  margin-top: 60px;
}
.about-section-ocean .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.about-section-ocean .content-column .inner-column .sec-title h2 {
  font-family: var(--title-font2);
}
.about-section-ocean .content-column .inner-column .text {
  font-family: var(--text-font4);
  font-size: 15px;
}
.about-section-ocean .content-column .inner-column .list-style-two {
  margin-bottom: 40px;
}
.about-section-ocean .content-column .image-1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.about-section-ocean .content-column .image-1 img {
  width: 100%;
}

.about-section-apartment2 {
  padding: 120px 0 120px;
}
.about-section-apartment2 .sec-title {
  text-align: center;
}
.about-section-apartment2 .comdown-coloumn {
  position: relative;
}
.about-section-apartment2 .comdown-coloumn .inner-column {
  margin-top: -11px;
  border-right: 1px solid #efefef;
  margin-right: -34px;
}
.about-section-apartment2 .comdown-coloumn .inner-column .count {
  font-size: 290px;
  color: var(--theme-color1);
  line-height: 1;
  font-family: var(--title-font2);
  margin-left: 31px;
}
.about-section-apartment2 .comdown-coloumn .inner-column .text {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Barlow", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6980392157);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 89px;
  left: 239px;
}
.about-section-apartment2 .info-box {
  margin-top: 30px;
}
.about-section-apartment2 .info-box .inner-box {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-apartment2 .info-box .inner-box a {
  font-weight: 600;
}
.about-section-apartment2 .info-box .inner-box .author-image img {
  margin-right: 28px;
}
.about-section-apartment2 .info-box .inner-box .info-text {
  margin: 0px 0px 0px 0px;
  color: #111;
  position: relative;
}
.about-section-apartment2 .info-box .inner-box .info-text:before {
  position: absolute;
  content: "";
  background-image: url("../images/icons/shape-74.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  left: 0;
  bottom: 12px;
  height: 5px;
  width: 96px;
}
.about-section-apartment2 .info-box .inner-box a {
  text-transform: uppercase;
  color: var(--theme-color1);
  text-decoration: underline;
  margin-right: 63px;
}
.about-section-apartment2 .info-box .inner-box a:hover {
  color: #000;
}
.about-section-apartment2 .content-column .inner-column {
  margin-left: 106px;
}

/*** 

  ====================================================================
      About Section Ten
  ====================================================================

  ***/
.about-section-apartment-1 {
  position: relative;
  padding: 120px 0 40px;
}
@media (max-width: 575.98px) {
  .about-section-apartment-1 {
    padding-top: 80px;
  }
}
.about-section-apartment-1 .info-block {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-section-apartment-1 .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section-apartment-1 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-apartment-1 .content-column .inner-column {
  position: relative;
}
.about-section-apartment-1 .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-apartment-1 .content-column .inner-column .sec-title h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .about-section-apartment-1 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-apartment-1 .content-column .inner-column .sec-title .text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--theme-color1);
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .about-section-apartment-1 .content-column .inner-column .sec-title .text {
    margin-right: 0;
  }
}
.about-section-apartment-1 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-apartment-1 .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section-apartment-1 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-apartment-1 .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 42px 17px;
}
.about-section-apartment-1
  .content-column
  .inner-column
  .btn-box
  .theme-btn:before {
  background: #000;
}
.about-section-apartment-1
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover {
  color: #fff;
}
.about-section-apartment-1
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-apartment-1
  .content-column
  .inner-column
  .btn-box
  .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-apartment-1
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-apartment-1
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-apartment-1
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-apartment-1 .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-apartment-1 .image-column .exp-box {
  background-color: #aa8453;
  background-color: #aa8453;
  position: absolute;
  left: -101px;
  bottom: 281px;
}
.about-section-apartment-1 .image-column .exp-box .title {
  color: var(--theme-color-light);
}
.about-section-apartment-1 .image-column .exp-box .text {
  color: #fff;
  font-size: 18px;
}
.about-section-apartment-1 .image-column .inner-column {
  position: relative;
  padding: 0 67px 0 0;
  text-align: right;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .about-section-apartment-1 .image-column .inner-column {
    padding: 0;
  }
}
.about-section-apartment-1 .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
  height: 100%;
}
.about-section-apartment-1 .image-column .image-1 img {
  width: 104%;
  height: 100%;
}
.about-section-apartment-1 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-apartment-1 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-apartment-1 .exp-box {
  bottom: 18px;
}
.about-section-apartment-1 .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 115px;
}
@media (max-width: 1199.98px) {
  .about-section-apartment-1 .info-block {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section-apartment-1 .info-block {
    margin-right: 0;
  }
}
.about-section-apartment-1 .info-block:last-child {
  margin-right: 0;
}
.about-section-apartment-1 .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section-apartment-1 .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-apartment-1 .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-apartment-1 .info-block .inner .icon-box {
  line-height: 1;
}
.about-section-apartment-1 .info-block .inner .title {
  margin-bottom: 0;
}
.about-section-apartment-1 .info-block .image-box {
  position: absolute;
  left: 0;
  top: -4px;
}
.about-section-apartment-1 .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-apartment-1 .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-apartment-1 .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section-apartment-1 .contact-info span {
  text-transform: uppercase;
}
.about-section-apartment-1 .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

/*** 

  ====================================================================
  about-section-countryside-h01
  ====================================================================

  ***/
.about-section-countryside-h01 {
  padding: 120px 0;
  position: relative;
}
.about-section-countryside-h01 .anim-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-block-countryside-h01 {
  position: relative;
}
.about-block-countryside-h01 .bg-image {
  height: 87%;
  width: 93%;
}
.about-block-countryside-h01 .inner-column {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  padding: 53px 60px 70px;
  z-index: 1;
  position: relative;
  margin-top: 124px;
}
.about-block-countryside-h01 .inner-column .title {
  font-family: var(--title-font2);
  margin-bottom: 20px;
}
.about-block-countryside-h01 .inner-column .list-style-two {
  margin-top: 30px;
}
.about-block-countryside-h01 .inner-column .list-style-two li {
  color: var(--theme-color-dark2);
  font-size: 15px;
  font-weight: 500;
}
.about-block-countryside-h01 .inner-column .list-style-two li i {
  color: #53624e;
}
.about-block-countryside-h01 .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.about-block-countryside-h01 .inner-column .btn-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
}
.about-block-countryside-h01 .inner-column .btn-box .info-box i {
  font-size: 36px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.about-block-countryside-h01 .inner-column .btn-box .info-box .info {
  margin-left: 20px;
}
.about-block-countryside-h01 .inner-column .btn-box .info-box .info span {
  font-family: var(--text-font4);
  font-size: 15px;
  font-weight: 400;
  line-height: 28.8px;
  color: #aa8453;
  display: block;
}
.about-block-countryside-h01 .inner-column .btn-box .info-box .info a {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  display: block;
  font-family: var(--title-font2);
}

/*** 

  ====================================================================
    about-section-countryside-h02
  ====================================================================

  ***/
.about-section-countryside-h02 {
  padding: 70px 0;
}
.about-section-countryside-h02 .sec-title .sub-title:before {
  display: none;
}
.about-section-countryside-h02 .image-column .inner-column {
  width: 100%;
  height: 100%;
  padding-right: 50px;
  margin-bottom: 0;
}
.about-section-countryside-h02 .image-column .inner-column .image-1 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.about-section-countryside-h02 .image-column .inner-column .image-1 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-hiking-l01-1.png);
  mask-image: url(../images/icons/shape-hiking-l01-1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.about-section-countryside-h02 .image-column .inner-column .image-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.about-section-countryside-h02 .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-hiking-l01-3.png);
  mask-image: url(../images/icons/shape-hiking-l01-3.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.about-section-countryside-h02 .image-column .inner-column .image-3 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.about-section-countryside-h02 .image-column .inner-column .image-3 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-hiking-l01-2.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-countryside-h02 .content-column .inner-column {
  margin-bottom: 120px;
}
.about-section-countryside-h02 .content-column .inner-column .sec-title h2 {
  font-family: var(--title-font2);
}
.about-section-countryside-h02 .content-column .inner-column .text {
  margin-top: 35px;
}

/*** 

  ====================================================================
    about-section-countryside-h03
  ====================================================================

  ***/
.about-section-countryside-h03 {
  position: relative;
  padding: 120px 0 34px;
}
.about-section-countryside-h03 .info-block {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .about-section-countryside-h03 {
    padding-top: 80px;
  }
}
.about-section-countryside-h03 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-countryside-h03 .content-column .inner-column {
  position: relative;
  padding-left: 60px;
}
.about-section-countryside-h03 .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .sec-title
  .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section-countryside-h03 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .sec-title
  .text-1 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--title-font2);
  line-height: 33px;
  border: none;
  color: var(--theme-color-dark2);
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .sec-title
  .text-2 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  font-family: var(--text-font4);
  color: rgb(102, 102, 102);
}
.about-section-countryside-h03 .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.about-section-countryside-h03 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .list-style-two
  li {
  font-size: 15px;
  font-family: var(--text-font4);
  font-weight: 500;
  color: var(--theme-color-dark2);
  padding-left: 27px;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .list-style-two
  li
  .icon {
  color: var(--theme-color5);
}
.about-section-countryside-h03 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .theme-btn {
  padding: 17px 42px 18px;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .theme-btn:before {
  background: #000;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover {
  color: #fff;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-countryside-h03
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-countryside-h03 .image-column {
  position: relative;
}
.about-section-countryside-h03 .image-column .inner-column {
  position: relative;
  padding-bottom: 141px;
}
.about-section-countryside-h03 .image-column .inner-column::after {
  border: 5px solid var(--theme-color1);
  content: "";
  position: absolute;
  top: -49px;
  left: 263px;
  width: 167px;
  height: 198px;
  z-index: -1;
}
.about-section-countryside-h03 .image-column .inner-column .icon-dots {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.about-section-countryside-h03 .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
  max-width: 391px;
}
.about-section-countryside-h03 .image-column .image-1 img {
  width: 100%;
}
.about-section-countryside-h03 .image-column .image-2 {
  position: absolute;
  right: 14px;
  bottom: 0;
  margin-bottom: 0;
  min-width: 230px;
}
@media (max-width: 1199.98px) {
  .about-section-countryside-h03 .image-column .image-2 {
    right: 0;
  }
}
.about-section-countryside-h03 .image-column .image-3 {
  position: absolute;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0px;
  max-width: 278px;
  min-height: 160p x;
  bottom: 75px;
  left: 230px;
}
.about-section-countryside-h03 .image-column .image-3 img {
  width: 100%;
}
.about-section-countryside-h03 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-countryside-h03 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-countryside-h03 .exp-box {
  bottom: 18px;
}
.about-section-countryside-h03.home4-style:before {
  background-image: url(../images/background/home.png);
  bottom: 0;
  content: "";
  height: 400px;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 570px;
}
.about-section-countryside-h03.home4-style
  .content-column
  .inner-column
  .sec-title
  .text {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
}
.about-section-countryside-h03.home4-style .content-column .inner-column {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section-countryside-h03.home4-style .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-countryside-h03.home4-style .image-1:after {
  display: none;
}
.about-section-countryside-h03.home4-style .image-2 {
  bottom: -100px;
  left: -50px;
}
.about-section-countryside-h03.home4-style .image-2:after {
  border: 1px solid var(--theme-color1);
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  top: -60px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-countryside-h03.home4-style .image-2 {
    bottom: 0;
    left: 0;
  }
}
.about-section-countryside-h03.home4-style .info-block {
  margin-right: 0;
}
.about-section-countryside-h03.home4-style .info-block .inner {
  min-height: auto;
  padding-left: 0px;
}
.about-section-countryside-h03.home4-style .info-block .inner .title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-countryside-h03.home4-style .info-block .inner .title {
    max-width: inherit;
  }
}
.about-section-countryside-h03.home4-style .info-block .icon-box {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
.about-section-countryside-h03.home4-style .info-block i {
  font-size: 26px;
}
.about-section-countryside-h03.style-luxury .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-section-countryside-h03.style-luxury .image-column .inner-column {
  position: relative;
  padding-bottom: 115px;
}
.about-section-countryside-h03.style-luxury .image-column .inner-column:after {
  display: none;
}
.about-section-countryside-h03.style-luxury
  .image-column
  .inner-column
  .image-1 {
  margin-top: 30px;
}
.about-section-countryside-h03.style-luxury
  .image-column
  .inner-column
  .image-2 {
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 30px;
}
.about-section-countryside-h03.style-luxury
  .image-column
  .inner-column
  .icon-img {
  position: absolute;
  top: 230px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*** 

  ====================================================================
  about section campground h01
  ====================================================================

  ***/
.about-section-campground-h01 {
  padding: 120px 0;
}
.about-section-campground-h01 .image-column .inner-column .images-box {
  border-radius: 20px;
  position: relative;
}
.about-section-campground-h01 .image-column .inner-column .images-box .image-1 {
  margin-bottom: 0;
  position: relative;
}
.about-section-campground-h01
  .image-column
  .inner-column
  .images-box
  .image-1:before {
  position: absolute;
  content: "";
  background-color: #f6f1f1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-section-campground-h01
  .image-column
  .inner-column
  .images-box
  .image-1
  img {
  border-radius: 20px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  width: 100%;
  height: 100%;
}
.about-section-campground-h01 .image-column .inner-column .images-box .text {
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 400;
  line-height: 126px;
  color: var(--theme-color-white);
  position: absolute;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  left: 0;
  bottom: 20px;
}
.about-section-campground-h01 .content-column .sec-title .sub-title {
  margin-left: 5px;
}
.about-section-campground-h01 .content-column .text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(174, 125, 84);
  margin-right: 60px;
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.about-section-campground-h01 .content-column .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
}
.about-section-campground-h01 .content-column .outer-box .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 67px;
}
.about-section-campground-h01 .content-column .outer-box .info-block .inner {
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.about-section-campground-h01
  .content-column
  .outer-box
  .info-block
  .inner
  .icon-box
  i {
  color: rgb(174, 125, 84);
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}
.about-section-campground-h01
  .content-column
  .outer-box
  .info-block
  .inner
  .title {
  letter-spacing: 0.15px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.4px;
  margin-bottom: 16px;
}
.about-section-campground-h01 .content-column .list-style-one li {
  padding-left: 27px;
  color: rgb(102, 102, 102);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Open Sans", serif;
  margin-bottom: 8px;
}
.about-section-campground-h01 .content-column .btn-box .theme-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 42px 18px;
  position: relative;
}
.about-section-campground-h01 .content-column .btn-box .theme-btn:before {
  position: absolute;
  background: #000;
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-section-campground-h01 .content-column .btn-box .theme-btn:hover:before {
  width: 100%;
}

/*** 

  ====================================================================
        About-Section
  ====================================================================

  ***/
.about-section-campground {
  padding: 120px 0 120px;
  position: relative;
}
.about-section-campground .anim-icons .image-1 {
  position: absolute;
  content: "";
  left: 0;
  top: 329px;
}
.about-section-campground .sec-title {
  margin-right: -26px;
}
.about-section-campground .sec-title .sub-title {
  letter-spacing: 1.8px;
}
.about-section-campground .sec-title h2 {
  font-weight: 400;
}
.about-section-campground .sec-title h2 img {
  height: 42px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 100px 100px 100px 100px;
}
.about-section-campground .info-box .inner-box {
  font-size: 200px;
  line-height: 1em;
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #efefef;
}
.about-section-campground .info-box .inner-box .text {
  font-size: 15px;
  line-height: 31px;
}
.about-section-campground .info-box .inner-box .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--title-font2);
  color: var(--theme-color-black);
}
.about-section-campground .info-box .inner-box span {
  margin-left: 13px;
}
.about-section-campground .content-box .inner-box {
  margin-left: 20px;
}
.about-section-campground .content-box .inner-box .text {
  font-size: 15px;
  line-height: 31px;
  margin-bottom: 37px;
}

/*** 

  ====================================================================
      about-section-countryside3
  ====================================================================

  ***/
.about-section-countryside3 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 575.98px) {
  .about-section-countryside3 {
    padding-top: 80px;
  }
}
.about-section-countryside3 .image-column {
  position: relative;
  z-index: 1;
}
.about-section-countryside3 .image-column .inner-column {
  position: relative;
  margin-right: 50px;
}
.about-section-countryside3 .image-column .inner-column .image-1 {
  position: relative;
}
.about-section-countryside3 .image-column .inner-column .image-2 {
  position: absolute;
  bottom: 90px;
  right: -60px;
}
.about-section-countryside3 .image-column .inner-column .text {
  font-family: var(--text-font4);
  font-size: 15px;
  font-weight: 400;
  margin-top: 69px;
}
.about-section-countryside3 .content-column {
  position: relative;
}
.about-section-countryside3 .content-column .inner-column {
  position: relative;
  margin-left: 40px;
}
.about-section-countryside3 .content-column .inner-column .sec-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about-section-countryside3 .content-column .inner-column .list-style-two {
  margin-bottom: 40px;
}
.about-section-countryside3 .content-column .image-1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.about-section-countryside3 .content-column .image-1 img {
  width: 100%;
}

/*** 

  ====================================================================
    about-section-mountain
  ====================================================================

  ***/
.about-section-mountain-2 {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 991.98px) {
  .about-section-mountain-2 {
    padding: 80px 0;
  }
}
.about-section-mountain-2 .info-block {
  margin-bottom: 24px;
  margin-right: 0;
}
.about-section-mountain-2 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .about-section-mountain-2 .content-column {
    margin: 0;
  }
}
.about-section-mountain-2 .content-column .inner-column {
  position: relative;
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  .about-section-mountain-2 .content-column .inner-column {
    margin: 0;
  }
}
.about-section-mountain-2 .content-column .inner-column .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 24px 16px 24px;
}
@media (max-width: 575.98px) {
  .about-section-mountain-2 .content-column .inner-column .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-mountain-2 .content-column .inner-column .info-block .content {
  margin-left: 4px;
  margin-top: 6px;
  font-size: 24px;
  color: #000;
  font-family: var(--title-font2);
  margin-bottom: 0px;
}
.about-section-mountain-2
  .content-column
  .inner-column
  .info-block
  .content
  .text {
  font-size: 14px;
}
.about-section-mountain-2
  .content-column
  .inner-column
  .info-block
  .content
  .title {
  font-weight: 400;
  margin: 8px;
  margin-top: 2px;
  margin-bottom: 0px;
}
.about-section-mountain-2 .content-column .inner-column .info-block .icon {
  font-size: 30px;
  color: var(--theme-color6);
}
.about-section-mountain-2 .content-column .inner-column .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
@media (max-width: 575.98px) {
  .about-section-mountain-2 .content-column .inner-column .author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-mountain-2
  .content-column
  .inner-column
  .author-info
  .author-image {
  margin-right: 48px;
}
@media (max-width: 575.98px) {
  .about-section-mountain-2
    .content-column
    .inner-column
    .author-info
    .author-image {
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.about-section-mountain-2 .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.about-section-mountain-2 .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 0;
  color: var(--text-color);
}
.about-section-mountain-2
  .content-column
  .inner-column
  .sec-title
  .sub-title:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-section-mountain-2 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--title-font2);
  }
}
.about-section-mountain-2 .content-column .inner-column .sec-title .text {
  margin-top: 45px;
  font-family: var(--text-font4);
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .about-section-mountain-2 .content-column .inner-column .sec-title .text br {
    display: none;
  }
}
.about-section-mountain-2 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-mountain-2 .content-column .inner-column .list-style-two li {
  font-size: 15px;
  font-family: var(--text-font4);
  padding-left: 27px;
}
.about-section-mountain-2
  .content-column
  .inner-column
  .list-style-two
  li
  .icon {
  color: var(--theme-color6);
}
@media (max-width: 991.98px) {
  .about-section-mountain-2 .image-column {
    display: none;
  }
}
.about-section-mountain-2 .image-column .inner-column {
  position: relative;
}
.about-section-mountain-2 .image-column .inner-column:hover .btn i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.about-section-mountain-2 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}
.about-section-mountain-2 .image-column .inner-column .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color6);
  width: 100px;
  height: 100px;
  line-height: 88px;
  border-radius: 50%;
}
.about-section-mountain-2 .image-column .inner-column .btn i {
  color: var(--theme-color-white);
  font-size: 52px;
  font-weight: 300;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
      About Section Ten
  ====================================================================

  ***/
.about-section-ski {
  position: relative;
  padding: 120px 0 120px;
}
.about-section-ski .anim-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .about-section-ski {
    padding-top: 80px;
  }
}
.about-section-ski .info-block .icon-box i {
  color: var(--theme-color7);
}
.about-section-ski .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-ski .content-column .inner-column {
  position: relative;
}
.about-section-ski .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-ski .content-column .inner-column .sec-title h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .about-section-ski .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-ski .content-column .inner-column .sec-title .text {
  margin-top: 40px;
  font-size: 15px;
  line-height: 28px;
  margin-right: 50px;
  border-bottom: 1px solid #f7eee2;
  padding-bottom: 42px;
}
@media (max-width: 575.98px) {
  .about-section-ski .content-column .inner-column .sec-title .text {
    margin-right: 0;
  }
}
.about-section-ski .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-ski .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color7);
}
.about-section-ski .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section-ski .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-ski .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 42px 17px;
}
.about-section-ski .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-ski .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-ski
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-ski .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-ski .content-column .inner-column .btn-box .contact-info .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-ski .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section-ski .content-column .inner-column .btn-box .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-ski .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-ski .image-column .inner-column {
  position: relative;
  padding: 0 67px 0 0;
  text-align: right;
}
.about-section-ski .image-column .inner-column .icon {
  position: absolute;
  top: 126px;
  z-index: 1;
  left: 130px;
}
.about-section-ski .image-column .inner-column .image-4 {
  position: absolute;
  left: 0;
  top: 282px;
  width: 44%;
}
.about-section-ski .image-column .inner-column .image-4 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-83.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-ski .image-column .inner-column .image-3 {
  width: 44%;
  position: absolute;
  right: 45px;
  top: 148px;
}
.about-section-ski .image-column .inner-column .image-3 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-84.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-ski .image-column .inner-column .image {
  position: absolute;
  left: 0;
  width: 44%;
}
.about-section-ski .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-82.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-ski .image-column .inner-column .image-1 {
  position: relative;
  left: -78px;
}
@media (max-width: 1199.98px) {
  .about-section-ski .image-column .inner-column {
    padding: 0;
  }
}
.about-section-ski .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section-ski .image-column .image-1 img {
  width: 100%;
}
.about-section-ski .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-ski .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-ski .exp-box {
  bottom: 18px;
}
.about-section-ski .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 115px;
}
@media (max-width: 1199.98px) {
  .about-section-ski .info-block {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section-ski .info-block {
    margin-right: 0;
  }
}
.about-section-ski .info-block:last-child {
  margin-right: 0;
}
.about-section-ski .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section-ski .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-ski .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-ski .info-block .inner .icon-box {
  line-height: 1;
  margin-left: -18px;
  margin-top: -10px;
}
.about-section-ski .info-block .inner .icon-box .last-child {
  border: none;
}
.about-section-ski .info-block .inner .title {
  margin-bottom: 0;
  margin-left: 1px;
  border-right: 1px solid #e0e0e0;
  padding-right: 54px;
}
.about-section-ski .info-block .image-box {
  position: absolute;
  left: 0;
  top: -4px;
}
.about-section-ski .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-ski .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-ski .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section-ski .contact-info span {
  text-transform: uppercase;
}
.about-section-ski .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

/*** 

  ====================================================================
  about section 
  ====================================================================

  ***/
.about-section-winter-5 {
  padding: 69px 0;
}
.about-section-winter-5 .anim-icons {
  position: absolute;
  right: -15px;
  top: -172px;
  z-index: -1;
}
.about-section-winter-5 .sec-title {
  position: relative;
}
.about-section-winter-5 .sec-title .btn-box {
  position: relative;
  text-align: end;
}
.about-section-winter-5 .sec-title .btn-box:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.0784313725);
  width: 82%;
  height: 1px;
  left: 0;
  top: calc(50% - 0.5px);
}
.about-section-winter-5 .sec-title .btn-box .theme-btn {
  border-radius: 40px;
  background-color: #fff;
  color: #70c5ec;
  border-color: #000;
}
.about-section-winter-5 .sec-title .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box {
  position: relative;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-1 {
  margin-bottom: 0;
  margin-right: 60px;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-1
  img {
  width: 100%;
  height: 100%;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-2 {
  position: absolute;
  left: -324px;
  top: 170px;
  margin-bottom: 0;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-2
  img {
  width: 100%;
  height: 100%;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-3 {
  position: absolute;
  top: -95px;
  left: -190px;
  margin-bottom: 0;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .image-column
  .inner-column
  .images-box
  .image-3
  img {
  width: 100%;
  height: 100%;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .text {
  margin-top: 117px;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px;
  border-left: 1px solid rgba(100, 100, 100, 0.2);
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .info-box
  .year {
  font-size: 150px;
  font-weight: 400;
  line-height: 150px;
  font-family: var(--title-font2);
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .info-box
  .year
  span {
  font-size: 100px;
  font-weight: 900;
  position: relative;
  bottom: 16px;
}
.about-section-winter-5
  .about-block-apartment
  .inner-block
  .content-column
  .inner-column
  .info-box
  .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  font-family: var(--title-font2);
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 30px;
}

/*** 

  ====================================================================
  start about-section-beach-h03
  ====================================================================

  ***/
.about-section-beach-h03 {
  padding: 0 0 163px;
  position: relative;
  margin-right: 30px;
}
.about-section-beach-h03 .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-section-beach-h03 .anim-icons .image-2 {
  position: absolute;
  bottom: 20px;
  right: 0;
  opacity: 0.35;
}

.about-block-beach-h03 .inner-block .sec-title {
  position: relative;
}
.about-block-beach-h03 .inner-block .sec-title h2 {
  font-family: var(--title-font2);
  font-size: 50px;
  line-height: 50px;
}
.about-block-beach-h03 .inner-block .sec-title h2 span {
  color: var(--text-color);
}
.about-block-beach-h03 .inner-block .list-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-block-beach-h03 .inner-block .list-style-two li {
  padding-left: 0;
  margin: 0 -24px;
}
.about-block-beach-h03 .inner-block .list-style-two li:hover .icon-box {
  background-color: var(--theme-color8);
}
.about-block-beach-h03 .inner-block .list-style-two li:hover .icon-box i {
  color: var(--theme-color-white);
}
.about-block-beach-h03 .inner-block .list-style-two li .icon-box {
  display: inline-block;
  width: 135px;
  height: 186px;
  border: 1px solid rgba(18, 18, 18, 0.1490196078);
  border-radius: 70px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.about-block-beach-h03 .inner-block .list-style-two li .icon-box i {
  font-size: 60px;
  line-height: 3;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--text-color);
  background-color: transparent;
}
.about-block-beach-h03 .inner-block .list-style-two .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-family: var(--title-font2);
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 110px;
  left: -130px;
}

/*** 

  ====================================================================
    about-section-golf2
  ====================================================================

  ***/
.about-section-golf2 {
  padding: 120px 0 0;
  position: relative;
}
.about-section-golf2 .anim-icon-1 {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.about-section-golf2 .anim-icon-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.about-section-golf2 .image-column .inner-column .image-1 {
  max-width: 533px;
  max-height: 533px;
}
.about-section-golf2 .image-column .inner-column .image-1 img {
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-golf2-4.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-golf2 .content-column .inner-column {
  margin-left: 8px;
}
.about-section-golf2 .content-column .inner-column .text {
  font-family: var(--text-font4);
  margin-bottom: 44px;
}
.about-section-golf2 .content-column .inner-column .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-golf2 .content-column .inner-column .author-info .info {
  text-align: center;
  padding-left: 25px;
  padding-right: 63px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.about-section-golf2 .content-column .inner-column .author-info .info .name {
  margin-bottom: 7px;
}
.about-section-golf2 .content-column .inner-column .author-info .sign {
  margin-left: 70px;
}

/*** 

  ====================================================================
    about-section-five style-lodge2
  ====================================================================

  ***/
.about-section-five.style-lodge2 {
  padding: 120px 0;
}
.about-section-five.style-lodge2 .image-column .inner-column {
  margin-right: 115px;
}
.about-section-five.style-lodge2 .image-column .inner-column .title {
  font-size: 130px;
  font-weight: 400;
  font-family: var(--title-font2);
  color: var(--theme-color6);
  -webkit-text-stroke-width: 0;
  margin-top: -65px;
  margin-left: -235px;
  margin-bottom: 105px;
}
.about-section-five.style-lodge2 .content-column .inner-column .image-1 {
  margin-top: 70px;
  margin-left: -60px;
  min-width: 562px;
  max-height: 620px;
}
.about-section-five.style-lodge2 .content-column .inner-column .image-1:after {
  display: none;
}
.about-section-five.style-lodge2 .content-column .inner-column .image-1 img {
  width: 562px;
  max-height: 620px;
}
.about-section-five.style-lodge2 .sec-title h2 {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  display: inline-block;
}
.about-section-five.style-lodge2 .sec-title .text {
  font-family: var(--text-font4);
  margin-bottom: 55px;
}

/*** 

  ====================================================================
      About Section 
  ====================================================================

  ***/
.about-section-ocean2 {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 575.98px) {
  .about-section-ocean2 {
    padding-top: 80px;
  }
}
.about-section-ocean2 .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section-ocean2 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-ocean2 .content-column .inner-column {
  position: relative;
}
.about-section-ocean2 .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-ocean2 .content-column .inner-column .sec-title h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .about-section-ocean2 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-ocean2 .content-column .inner-column .sec-title .text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 28px;
  margin-right: 50px;
  border-bottom: 1px solid #f7eee2;
  padding-bottom: 42px;
}
@media (max-width: 575.98px) {
  .about-section-ocean2 .content-column .inner-column .sec-title .text {
    margin-right: 0;
  }
}
.about-section-ocean2 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-ocean2 .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section-ocean2 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-ocean2 .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 42px 17px;
}
.about-section-ocean2 .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-ocean2 .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-ocean2
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-ocean2 .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-ocean2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-ocean2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  span {
  text-transform: uppercase;
}
.about-section-ocean2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-ocean2 .image-column {
  position: relative;
  margin-bottom: -139px;
}
.about-section-ocean2 .image-column .inner-column {
  position: relative;
  padding: 0 67px 0 0;
  text-align: right;
}
.about-section-ocean2 .image-column .inner-column .image-2 {
  width: 56%;
  position: relative;
  top: -486px;
  right: -214px;
}
.about-section-ocean2 .image-column .inner-column .image-1 {
  position: relative;
  left: -78px;
}
@media (max-width: 1199.98px) {
  .about-section-ocean2 .image-column .inner-column {
    padding: 0;
  }
}
.about-section-ocean2 .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section-ocean2 .image-column .image-1 img {
  width: 100%;
}
.about-section-ocean2 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-ocean2 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-ocean2 .exp-box {
  bottom: 18px;
}
.about-section-ocean2 .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 115px;
}
@media (max-width: 1199.98px) {
  .about-section-ocean2 .info-block {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section-ocean2 .info-block {
    margin-right: 0;
  }
}
.about-section-ocean2 .info-block:last-child {
  margin-right: 0;
}
.about-section-ocean2 .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section-ocean2 .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-ocean2 .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-ocean2 .info-block .inner .icon-box {
  line-height: 1;
  margin-left: -18px;
  margin-top: -10px;
}
.about-section-ocean2 .info-block .inner .icon-box .last-child {
  border: none;
}
.about-section-ocean2 .info-block .inner .title {
  margin-bottom: 0;
  margin-left: 1px;
  border-right: 1px solid #e0e0e0;
  padding-right: 54px;
}
.about-section-ocean2 .info-block .image-box {
  position: absolute;
  left: 0;
  top: -4px;
}
.about-section-ocean2 .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-ocean2 .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-ocean2 .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section-ocean2 .contact-info span {
  text-transform: uppercase;
}
.about-section-ocean2 .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

/*** 

  ====================================================================
  welcome-section
  ====================================================================

  ***/
.welcome-section {
  padding-top: 120px;
}
.welcome-section .welcome-block {
  position: relative;
}
.welcome-section .welcome-block:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/welcome1-1.png);
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.welcome-section .welcome-block .icon {
  margin-bottom: 30px;
}
.welcome-section .welcome-block .sec-title .sub-title {
  margin-bottom: 0;
}

/*** 

  ====================================================================
      About Section Ten
  ====================================================================

  ***/
.about-section-city2 {
  position: relative;
  padding: 0 0 93px;
}
.about-section-city2 .anim-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .about-section-city2 {
    padding-top: 80px;
  }
}
.about-section-city2 .info-block .icon-box i {
  color: var(--theme-color1);
}
.about-section-city2 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-city2 .content-column .inner-column {
  position: relative;
}
.about-section-city2 .content-column .inner-column .sec-title {
  margin-bottom: 38px;
}
.about-section-city2 .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 0;
}
.about-section-city2 .content-column .inner-column .sec-title h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .about-section-city2 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-city2 .content-column .inner-column .sec-title .text {
  margin-top: 40px;
  font-size: 15px;
  line-height: 28px;
  margin-right: 50px;
  border-bottom: 1px solid #f7eee2;
  padding-bottom: 42px;
}
@media (max-width: 575.98px) {
  .about-section-city2 .content-column .inner-column .sec-title .text {
    margin-right: 0;
  }
}
.about-section-city2 .content-column .inner-column .list-style-two {
  margin-top: 0;
}
.about-section-city2 .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color1);
}
.about-section-city2 .content-column .inner-column .list-style-two li {
  padding-left: 27px;
}
.about-section-city2 .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.about-section-city2 .content-column .inner-column .btn-box .theme-btn {
  margin-right: 42px;
  border: 0;
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 42px 17px;
}
.about-section-city2 .content-column .inner-column .btn-box .theme-btn:before {
  background: #000;
}
.about-section-city2 .content-column .inner-column .btn-box .theme-btn:hover {
  color: #fff;
}
.about-section-city2
  .content-column
  .inner-column
  .btn-box
  .theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.about-section-city2 .content-column .inner-column .btn-box .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-city2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .image {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-city2 .content-column .inner-column .btn-box .contact-info span {
  text-transform: uppercase;
}
.about-section-city2
  .content-column
  .inner-column
  .btn-box
  .contact-info
  .title {
  margin-bottom: 0;
  margin-top: -2px;
}
.about-section-city2 .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-city2 .image-column .inner-column {
  position: relative;
  padding: 0 67px 0 0;
  text-align: right;
}
.about-section-city2 .image-column .inner-column .icon {
  position: absolute;
  top: 126px;
  z-index: 1;
  left: 130px;
}
.about-section-city2 .image-column .inner-column .image-3 {
  position: absolute;
  left: -360px;
  top: 282px;
  width: 600px;
  height: 479px;
}
.about-section-city2 .image-column .inner-column .image-3 img {
  -webkit-mask-image: url(../images/icons/shape-city2.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-city2 .image-column .inner-column .image-2 {
  width: 44%;
  position: absolute;
  right: 45px;
  top: 148px;
}
.about-section-city2 .image-column .inner-column .image-2 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-84.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-city2 .image-column .inner-column .image {
  position: absolute;
  left: 0;
  width: 44%;
}
.about-section-city2 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/icons/shape-82.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-section-city2 .image-column .inner-column .image-1 {
  position: relative;
  left: -78px;
}
@media (max-width: 1199.98px) {
  .about-section-city2 .image-column .inner-column {
    padding: 0;
  }
}
.about-section-city2 .image-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}
.about-section-city2 .image-column .image-1 img {
  width: 100%;
}
.about-section-city2 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-city2 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-city2 .exp-box {
  bottom: 18px;
}
.about-section-city2 .info-block {
  position: relative;
  margin-bottom: 26px;
  margin-right: 115px;
}
@media (max-width: 1199.98px) {
  .about-section-city2 .info-block {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section-city2 .info-block {
    margin-right: 0;
  }
}
.about-section-city2 .info-block:last-child {
  margin-right: 0;
}
.about-section-city2 .info-block .inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.about-section-city2 .info-block .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.about-section-city2 .info-block .inner:hover .icon-box:before {
  opacity: 1;
}
.about-section-city2 .info-block .inner .icon-box {
  line-height: 1;
  margin-left: -18px;
  margin-top: -10px;
}
.about-section-city2 .info-block .inner .icon-box .last-child {
  border: none;
}
.about-section-city2 .info-block .inner .title {
  margin-bottom: 0;
  margin-left: 1px;
  border-right: 1px solid #e0e0e0;
  padding-right: 54px;
}
.about-section-city2 .info-block .image-box {
  position: absolute;
  left: 0;
  top: -4px;
}
.about-section-city2 .contact-info {
  position: relative;
  padding-left: 72px;
  top: -2px;
}
.about-section-city2 .contact-info .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.about-section-city2 .contact-info .icon-box i {
  color: var(--theme-color1);
  font-size: 48px;
}
.about-section-city2 .contact-info span {
  text-transform: uppercase;
}
.about-section-city2 .contact-info .title {
  margin-bottom: 0;
  margin-top: -2px;
}

/*** 

  ====================================================================
      Funfact Sectiom
  ====================================================================

  ***/
.funfact-section {
  padding: 79px 0 110px;
  position: relative;
}
@media (max-width: 991.98px) {
  .funfact-section {
    padding: 79px 0 29px;
  }
}
.funfact-section .fact-counter {
  margin: 0 -100px;
}
.funfact-section .counter-block-one .inner-box {
  margin-top: -32px;
}
.funfact-section.luxury2-2 {
  position: relative;
}
.funfact-section.luxury2-2 .anim-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.funfact-section.style-two .fact-counter {
  margin: 0 -60px;
}
.funfact-section.style-two .counter-block-one .inner-box .counter-text {
  text-align: left;
  top: calc(50% - 9px);
  margin-left: 62px;
}

.counter-block-one:last-child .inner-box:before {
  display: none;
}
.counter-block-one .inner-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .counter-block-one .inner-box {
    margin-bottom: 50px;
  }
}
.counter-block-one .inner-box:before {
  background-color: #dddede;
  content: "";
  height: 60px;
  position: absolute;
  top: 40px;
  right: -30px;
  width: 1px;
}
@media (max-width: 991.98px) {
  .counter-block-one .inner-box:before {
    display: none;
  }
}
.counter-block-one .inner-box .count-box {
  color: rgba(var(--theme-color1-rgb), 0.3);
  display: block;
  font-family: var(--title-font);
  font-size: 128px;
  font-weight: 400;
  line-height: 96px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .counter-block-one .inner-box .count-box {
    font-size: 110px;
  }
}
.counter-block-one .inner-box .counter-text {
  color: #222222;
  font-family: var(--text-font);
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  top: calc(50% + 9px);
}
@media (max-width: 575.98px) {
  .counter-block-one .inner-box .counter-text {
    font-size: 18px;
  }
}

/*** 

  ====================================================================
      Funfact Sectiom Two
  ====================================================================

  ***/
.funfact-section-two {
  padding: 125px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .funfact-section-two {
    padding: 125px 0 75px;
  }
}

.counter-block-two:last-child .inner-box:before {
  display: none;
}
.counter-block-two .inner-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .counter-block-two .inner-box {
    margin-bottom: 50px;
  }
}
.counter-block-two .inner-box:before {
  background-color: #dddede;
  content: "";
  height: 60px;
  position: absolute;
  right: -30px;
  width: 1px;
}
@media (max-width: 991.98px) {
  .counter-block-two .inner-box:before {
    display: none;
  }
}
.counter-block-two .inner-box .count-box {
  color: rgba(191, 168, 136, 0.15);
  display: block;
  font-family: var(--title-font);
  font-size: 148px;
  font-weight: 400;
  line-height: 96px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .counter-block-two .inner-box .count-box {
    font-size: 110px;
  }
}
.counter-block-two .inner-box .counter-text {
  color: #222222;
  font-family: var(--text-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
  position: absolute;
  top: 20%;
  right: 20px;
}
@media (max-width: 1199.98px) {
  .counter-block-two .inner-box .counter-text {
    width: 100%;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .counter-block-two .inner-box .counter-text {
    font-size: 18px;
  }
}

/*** 

  ====================================================================
      Funfact Sectiom Three
  ====================================================================

  ***/
.funfact-section-three {
  padding: 79px 0;
  position: relative;
}
.funfact-section-three .outer-box {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  padding-bottom: 72px;
}
.funfact-section-three .outer-box .counter-block-two .inner-box:before {
  bottom: 0;
}
.funfact-section-three .outer-box .counter-block-two .inner-box .counter-text {
  top: 38%;
  right: 40px;
}

/*** 

  ====================================================================
      Funfact Sectiom Four
  ====================================================================

  ***/
.funfact-section-four {
  padding: 80px 0 96px;
  position: relative;
  background-color: #e5f0f9;
}
.funfact-section-four .anim-icons img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.counter-block-four:last-child .inner-box:before {
  display: none;
}
.counter-block-four .inner-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .counter-block-four .inner-box {
    margin-bottom: 30px;
  }
}
.counter-block-four .inner-box:before {
  content: "";
  position: absolute;
  height: 87px;
  width: 1px;
  right: -30px;
  background-color: #dddede;
  bottom: 25px;
}
.counter-block-four .inner-box .count-box {
  color: var(--theme-color-light);
  display: block;
  font-family: var(--title-font2);
  font-size: 128px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  z-index: 1;
  margin-right: 40px;
}
@media (max-width: 575.98px) {
  .counter-block-four .inner-box .count-box {
    font-size: 110px;
  }
}
.counter-block-four .inner-box .counter-text {
  color: #000000;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
}
@media (max-width: 767.98px) {
  .counter-block-four .inner-box .counter-text {
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .counter-block-four .inner-box .counter-text {
    font-size: 18px;
  }
}

/*** 

  ====================================================================
      Funfact Sectiom 
  ====================================================================

  ***/
.funfact-section-city {
  padding: 79px 0 100px;
  position: relative;
}
.funfact-section-city.hostel:before {
  display: none;
}
.funfact-section-city:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: -59px;
  width: 100%;
  height: 59px;
  z-index: 1;
}
.funfact-section-city .outer-box .counter-block-two .inner-box:before {
  bottom: 0;
}
.funfact-section-city .outer-box .counter-block-two .inner-box .counter-text {
  font-family: var(--title-font2);
  top: 38%;
  right: 40px;
}

/***

  ==================================================================
      Fanfact Section Resort
  ==================================================================

  ***/
.fanfact-section-resort {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0;
}
.fanfact-section-resort::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: -1;
}
.fanfact-section-resort .outer-box {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .fanfact-section-resort {
    padding: 80px 0;
  }
}

.fanfact-block-resort {
  position: relative;
  z-index: 1;
  text-align: center;
}
.fanfact-block-resort .title {
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
  color: var(--theme-color-white);
  margin-bottom: 0;
  letter-spacing: 2px;
}
.fanfact-block-resort .sub-title {
  text-transform: capitalize;
  color: var(--theme-color-white);
  font-size: 20px;
}
.fanfact-block-resort::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .fanfact-block-resort {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    padding: 30px 15px;
  }
  .fanfact-block-resort::after {
    display: none;
  }
}

/*** 

  ====================================================================
  funfact section 
  ====================================================================

  ***/
.funfact-section-lodge.luxury2-2 {
  position: relative;
  padding: 47px 0 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.funfact-section-lodge.luxury2-2 .anim-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.funfact-section-lodge.luxury2-2 .count-text {
  color: rgba(104, 145, 9, 0.2);
}

/*** 

  ====================================================================
      Funfact Sectiom
  ====================================================================

  ***/
.funfact-section-nature2 {
  padding: 0 0 110px;
  position: relative;
}
.funfact-section-nature2 .anim-icons {
  position: absolute;
  left: -159px;
  bottom: 10px;
}
@media (max-width: 991.98px) {
  .funfact-section-nature2 {
    padding: 79px 0 29px;
  }
}
.funfact-section-nature2 .counter-block-two .inner-box .count-box {
  color: rgba(105, 145, 10, 0.2);
}
.funfact-section-nature2 .fact-counter {
  margin: 0 -100px;
}
.funfact-section-nature2 .counter-block-one .inner-box {
  margin-top: -32px;
}
.funfact-section-nature2.style-two .fact-counter {
  margin: 0 -60px;
}
.funfact-section-nature2.style-two .counter-block-one .inner-box .counter-text {
  font-family: var(--title-font2);
  text-align: left;
  top: calc(50% - 9px);
  margin-left: 62px;
}

/*** 

  ====================================================================
      H I K I N G L02
  ====================================================================

  ***/
.funfact-section-hiking-lo2 {
  padding: 120px 0 120px;
}
.funfact-section-hiking-lo2 .fact-counter .text {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--text-font4);
  margin-bottom: 50px;
}
.funfact-section-hiking-lo2 .fact-counter .text span {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--text-font4);
  color: var(--theme-color1);
}

/***

  ==================================================================
      Fanfact Section Resort
  ==================================================================

  ***/
.fanfact-section-countryside2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0;
  margin: 0 30px;
  border-radius: 30px;
}
.fanfact-section-countryside2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: -1;
}
.fanfact-section-countryside2 .outer-box {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .fanfact-section-countryside2 {
    padding: 80px 0;
  }
}

.fanfact-block-countryside2 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.fanfact-block-countryside2 .title {
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
  color: var(--theme-color-white);
  margin-bottom: 0;
  letter-spacing: 2px;
}
.fanfact-block-countryside2 .sub-title {
  text-transform: capitalize;
  color: var(--theme-color-white);
  font-size: 20px;
}
.fanfact-block-countryside2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .fanfact-block-countryside2 {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    padding: 30px 15px;
  }
  .fanfact-block-countryside2::after {
    display: none;
  }
}

/*** 

  ====================================================================
  fanfact-section-countryside2 style-beach3
  ====================================================================

  ***/
.fanfact-section-countryside2.style-beach3 {
  margin: 0;
  border-radius: 0;
}

/*** 

  ====================================================================
      Funfact Sectiom 
  ====================================================================

  ***/
.funfact-section-ocean {
  padding: 79px 0 141px;
  position: relative;
}
.funfact-section-ocean .anim-shape {
  position: absolute;
  top: 57px;
}
.funfact-section-ocean.hostel:before {
  display: none;
}
.funfact-section-ocean .outer-box .counter-block-two .inner-box:before {
  bottom: 0;
}
.funfact-section-ocean .outer-box .counter-block-two .inner-box .counter-text {
  font-family: var(--title-font2);
  top: 49%;
  right: 71px;
}

/***

  ====================================================================
      Marquee Section
  ====================================================================

  ***/
.marquee-section {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 767.98px) {
  .marquee-section {
    padding: 50px 0;
  }
}
.marquee-section.style-lake .marquee .text.divider .icon {
  -webkit-text-fill-color: var(--theme-color6);
  -webkit-text-stroke: 1px var(--theme-color6);
}
.marquee-section .bg {
  opacity: 0.03;
}
.marquee-section .marquee.marquee-style-one .text {
  text-transform: uppercase;
}
.marquee-section .marquee.marquee-style-two {
  padding: 40px 0 0;
}
.marquee-section .marquee.marquee-style-two .text {
  font-size: 128px;
  line-height: 110px;
}
@media (max-width: 991.98px) {
  .marquee-section .marquee.marquee-style-two .text {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .marquee-section .marquee.marquee-style-two .text {
    font-size: 36px;
  }
}
.marquee-section.style-golf {
  padding: 136px 0 0;
}
.marquee-section.style-golf .marquee .text.divider .icon {
  color: var(--theme-color6);
  -webkit-text-fill-color: var(--theme-color6);
  -webkit-text-stroke: 1px var(--theme-color6);
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  color: rgba(2, 1, 1, 0);
  font-size: 80px;
  font-family: var(--title-font);
  letter-spacing: 0;
  line-height: 84px;
  padding: 0 30px;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #d1d1d1;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 991.98px) {
  .marquee .text {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .marquee .text {
    font-size: 36px;
  }
}
.marquee .text.text-style2 {
  -webkit-text-fill-color: var(--theme-color-black);
  -webkit-text-stroke: 1px var(--theme-color-black);
  color: var(--theme-color-black);
}
.marquee .text:after {
  -webkit-text-fill-color: #d9d9d9;
  -webkit-text-stroke: 1px #d9d9d9;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.marquee .text:hover {
  -webkit-text-fill-color: var(--theme-color-black);
  -webkit-text-stroke: 1px var(--theme-color-black);
  color: var(--theme-color-black);
  cursor: pointer;
}
.marquee .text:hover:after {
  background-color: #transparent;
}
.marquee .text:hover:before {
  width: 0;
}
.marquee .text.divider .icon {
  -webkit-text-fill-color: var(--theme-color1);
  -webkit-text-stroke: 1px var(--theme-color1);
  color: var(--theme-color1);
  font-size: 40px;
  position: relative;
  top: -3px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
    animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.slide-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*** 

  ====================================================================
    marquee-section style-golf
  ====================================================================

  ***/
.marquee-section.style-golf {
  padding: 325px 0 0;
  margin-top: -265px;
  z-index: 0;
} /*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section {
  background-color: #f7f3ee;
  position: relative;
  padding: 120px 0 130px;
}
.service-section.style-golf {
  background-color: var(--theme-color-light);
  padding: 0 0 120px;
}
.service-section.style-golf:before {
  display: none;
}
.service-section.style-nature {
  background-color: #ecf2ea;
}
.service-section.style-nature:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-image: url(../images/icons/bg-shape6.png);
  z-index: 2;
  pointer-events: none;
}
.service-section.style-nature:after {
  display: none;
}
.service-section.style-nature .icon-box .front-icon {
  color: var(--theme-color6);
}
.service-section.style-nature .inner-box:hover .bg-shap svg path {
  fill: var(--theme-color6);
}
.service-section.style-nature .icon-box .bg-icon {
  color: var(--theme-color6);
}
.service-section.style-nature .icon-box .front-icon svg path {
  fill: var(--theme-color6);
}
.service-section.style-nature .icon-box .bg-icon svg path {
  fill: var(--theme-color6);
}
.service-section.style-nature
  .service-block-six
  .inner-box:hover
  .front-icon
  svg
  path {
  fill: var(--theme-color-white);
}
.service-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-image: url(../images/icons/bg-shape1.png);
  z-index: 2;
  pointer-events: none;
}
.service-section.style-winter {
  background-color: rgba(91, 197, 236, 0.1019607843);
}
@media (max-width: 991.98px) {
  .service-section.style-winter {
    padding: 112px 0 90px;
  }
}
.service-section.style-winter:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-image: url(../images/icons/bg-shape6.png);
  z-index: 2;
  pointer-events: none;
}
.service-section.style-winter:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 58px;
  background-image: url(../images/icons/bg-shape5.png);
  z-index: 2;
  pointer-events: none;
}
.service-section.style-winter .icon-box .front-icon {
  color: var(--theme-color7);
}
.service-section.style-winter .inner-box:hover .bg-shap svg path {
  fill: var(--theme-color7);
}
.service-section.style-winter .icon-box .bg-icon {
  color: var(--theme-color7);
}
.service-section.style-winter .icon-box .front-icon svg path {
  fill: var(--theme-color7);
}
.service-section.style-winter .icon-box .bg-icon svg path {
  fill: var(--theme-color7);
}
.service-section.style-winter-three {
  background-color: rgba(91, 197, 236, 0.1019607843);
  padding: 180px 0 120px;
}
.service-section.style-winter-three:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-image: url(../images/icons/bg-shape6.png);
  z-index: 2;
  pointer-events: none;
}
.service-section.style-winter-three:after {
  display: none;
}
.service-section.style-winter-three .icon-box .front-icon {
  color: var(--theme-color7);
}
.service-section.style-winter-three .inner-box:hover .bg-shap svg path {
  fill: var(--theme-color7);
}
.service-section.style-winter-three .icon-box .bg-icon {
  color: var(--theme-color7);
}
.service-section.style-winter-three .icon-box .front-icon svg path {
  fill: var(--theme-color7);
}
.service-section.style-winter-three .icon-box .bg-icon svg path {
  fill: var(--theme-color7);
}
.service-section .anim-icons .image-1 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.service-section .anim-icons .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .service-section .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-section .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section .sec-title h2 {
    font-size: 32px;
  }
}
.service-section.style-two {
  padding: 120px 0 100px;
}
@media (max-width: 991.98px) {
  .service-section.style-two {
    padding: 80px 0 60px;
  }
}
.service-section.style-two:before {
  display: none;
}

.service-block {
  margin-bottom: 24px;
}
.service-block .inner-box {
  position: relative;
  text-align: center;
  border: 2px solid #f8f5f0;
  padding: 45px 20px 33px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}
.service-block .inner-box:hover {
  background-color: var(--theme-color-dark);
}
.service-block .inner-box:hover::before {
  background-color: var(--theme-color-light);
}
.service-block .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.service-block .inner-box:hover .content-box .text {
  color: var(--theme-color-light);
}
.service-block .inner-box:hover .icon-box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.service-block .inner-box:hover .icon-box i {
  color: #fff;
}
.service-block .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 95px;
  height: 11px;
  background-color: var(--theme-color1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box .icon-box {
  margin-bottom: 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block .inner-box .icon-box i {
  color: #ab8555;
  font-size: 58px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box .content-box .title {
  margin-bottom: 18px;
}
.service-block .inner-box .content-box .text {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    service-section two
  ====================================================================

  ***/
.service-section-two {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0 90px;
}
.service-section-two.style-modern .service-block-two .overlay-content {
  background-color: rgba(105, 145, 10, 0.48);
}
.service-section-two .sec-title {
  margin-bottom: 54px;
}
.service-section-two .outer-box {
  position: relative;
  margin-right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
.service-section-two .outer-box:before {
  background-color: rgba(22, 17, 13, 0.35);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.service-section-two .outer-box .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.service-section-two .outer-box .slick-slider .slick-arrow {
  background-color: rgba(var(--theme-color-white-rgb), 0.85);
  color: var(--headings-color);
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-two .outer-box .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.service-section-two .outer-box .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.service-section-two .outer-box .slick-slider .slick-arrow:before {
  color: var(--headings-color);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-two .outer-box .slick-slider .slick-arrow.slick-prev {
  right: 105px;
  left: auto;
}
.service-section-two .outer-box .slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.service-section-two .outer-box .slick-slider .slick-arrow.slick-next {
  right: 45px;
}
.service-section-two .outer-box .slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}

.service-block-two .inner-box {
  border-right: 1px solid rgba(255, 255, 255, 0.82);
  overflow: hidden;
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .service-block-two .inner-box {
    min-height: 500px;
  }
}
.service-block-two .inner-box:hover .overlay-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.service-block-two .inner-box:hover .content {
  opacity: 0;
  visibility: hidden;
}
.service-two-slider
  .slick-slide.slick-current
  .service-block-two
  .inner-box
  .overlay-content,
.service-block-two.is-active .inner-box .overlay-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.service-two-slider
  .slick-slide.slick-current
  .service-block-two
  .inner-box
  .content,
.service-block-two.is-active .inner-box .content {
  opacity: 0;
  visibility: hidden;
}
.service-block-two .category {
  color: var(--theme-color-white);
}
.service-block-two .title {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .title a {
  color: #fff;
}
.service-block-two .title a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1366.98px) {
  .service-block-two .title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.service-block-two .content .btn-box,
.service-block-two .overlay-content .btn-box {
  margin-top: 20px;
}
.service-block-two .content .btn-box .theme-btn,
.service-block-two .overlay-content .btn-box .theme-btn {
  min-width: 0;
  height: 42px;
  padding: 0 26px;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .service-block-two .content .btn-box .theme-btn,
  .service-block-two .overlay-content .btn-box .theme-btn {
    height: 38px;
    padding: 0 20px;
    font-size: 11px;
  }
}
.service-block-two .content {
  position: relative;
  padding: 43px 50px 35px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.service-block-two .overlay-content {
  background-color: rgba(var(--theme-color1-rgb), 0.53);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  opacity: 0;
  padding: 43px 50px 35px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-align: center;
}
@media (max-width: 1299.98px) {
  .service-block-two .overlay-content {
    padding: 60px 30px 40px;
  }
}
/*** 

  ====================================================================
    feature section three
  ====================================================================

  ***/
.service-section-three {
  position: relative;
  padding: 128px 0 88px;
}
@media (max-width: 575.98px) {
  .service-section-three {
    padding: 80px 0 50px;
  }
}

.service-block-three {
  margin-bottom: 32px;
}
.service-block-three .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box:hover {
  background-color: var(--theme-color-dark);
}
.service-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-three .inner-box:hover .content-box:before {
  height: 100%;
}
.service-block-three .inner-box:hover .content-box .title a {
  color: var(--theme-color-white);
}
.service-block-three .inner-box .image {
  overflow: hidden;
}
.service-block-three .inner-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .content-box {
  background: rgba(247, 243, 238, 0.8);
  backdrop-filter: blur(2px);
  padding: 25px 30px 24px;
  position: absolute;
  bottom: 30px;
  left: 0;
  min-width: 270px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .content-box:before {
  background-color: rgba(var(--theme-color1-rgb), 0.84);
  backdrop-filter: blur(4px);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .content-box .title {
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .content-box .title a {
  color: var(--theme-color-dark);
}

/*** 

  ====================================================================
    feature section four
  ====================================================================

  ***/
.service-block-four .inner-box {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  min-height: 805px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .service-block-four .inner-box {
    min-height: 600px;
  }
}
.service-block-four .inner-box:hover .overlay-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.service-block-four .inner-box:hover .content {
  opacity: 0;
  visibility: hidden;
}
.service-block-four .count {
  border-bottom: 3px solid var(--theme-color-white);
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 32px;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 30px;
  max-width: 120px;
}
.service-block-four .count span {
  font-size: 15px;
  position: absolute;
  top: -4px;
  margin-left: 5px;
}
.service-block-four .title {
  color: #fff;
  font-family: var(--text-font2);
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .title a {
  color: #fff;
}
.service-block-four .title a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1366.98px) {
  .service-block-four .title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.service-block-four .text {
  color: var(--theme-color-white);
  font-size: 18px;
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .service-block-four .text {
    margin-top: 20px;
  }
}
.service-block-four .content {
  position: relative;
  padding: 43px 50px 93px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.service-block-four .overlay-content {
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  backdrop-filter: blur(10px);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  opacity: 0;
  padding: 43px 50px 55px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-align: center;
}
@media (max-width: 1299.98px) {
  .service-block-four .overlay-content {
    padding: 60px 30px 40px;
  }
}
/***

  ====================================================================
      Services Section Five
  ====================================================================

  ***/
.services-section-five {
  background-color: #f5f0ed;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .services-section-five {
    padding: 120px 0 90px;
  }
}

.service-block-five .inner-box {
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  border-radius: 180px;
  position: relative;
  overflow: hidden;
  padding: 99px 0;
}
@media (max-width: 991.98px) {
  .service-block-five .inner-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-block-five .inner-box {
    border-radius: 30px;
  }
}
.service-block-five .inner-box:hover:before {
  height: 100%;
}
.service-block-five .inner-box:hover .image-box .bg-image {
  opacity: 1;
  -webkit-transform: rotate(-8deg) scale(1.3);
  transform: rotate(-8deg) scale(1.3);
}
.service-block-five .inner-box:hover .content-box .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
  color: var(--theme-color-light);
  opacity: 0;
}
.service-block-five .inner-box:hover .content-box .title a {
  color: var(--theme-color-light);
}
.service-block-five .inner-box:hover .content-box .text {
  color: var(--theme-color-light);
}
.service-block-five .inner-box:before {
  background-color: rgba(var(--theme-color-dark-rgb), 0.5);
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-five .inner-box .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-block-five .inner-box .image-box .bg-image {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-five .inner-box .content-box {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .service-block-five .inner-box .content-box {
    padding: 0 15px;
  }
}
.service-block-five .inner-box .content-box .icon {
  color: var(--theme-color1);
  font-size: 81px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-five .inner-box .content-box .title {
  font-size: 30px;
  margin-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .service-block-five .inner-box .content-box .title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .service-block-five .inner-box .content-box .title {
    font-size: 30px;
  }
}
.service-block-five .inner-box .content-box .title a {
  color: var(--theme-color-dark);
}
.service-block-five .inner-box .content-box .text {
  color: var(--text-color);
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

  ====================================================================
      Services Section Six
  ====================================================================

  ***/
.service-block-six {
  position: relative;
}
.service-block-six .inner-box {
  position: relative;
}
.service-block-six .inner-box:hover .bg-shap svg path {
  fill: var(--theme-color1);
}
.service-block-six .inner-box:hover .bg-icon {
  color: var(--theme-color-white);
}
.service-block-six .inner-box:hover .bg-icon svg path {
  fill: var(--theme-color-white);
}
.service-block-six .inner-box:hover .front-icon {
  color: var(--theme-color-white);
}
.service-block-six .inner-box:hover .front-icon svg path {
  fill: var(--theme-color-white);
}
.service-block-six .inner-box:hover .shadow-icon {
  color: rgba(var(--theme-color-white-rgb), 0.1);
}
.service-block-six .icon-box {
  display: inline-block;
  height: 142px;
  line-height: 148px;
  overflow: hidden;
  position: relative;
  width: 148px;
}
.service-block-six .icon-box .bg-shap {
  z-index: -1;
}
.service-block-six .icon-box .bg-shap svg path {
  fill: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-six .icon-box .bg-icon {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  font-size: 80px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-six .icon-box .bg-icon i {
  opacity: 0.2;
}
.service-block-six .icon-box .bg-icon svg path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-six .icon-box .front-icon {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 60px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-six .icon-box .front-icon svg path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-six .shadow-icon {
  color: rgba(var(--theme-color1-rgb), 0.1);
  font-size: 72px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.service-block-six .frnt-icon {
  color: var(--theme-color1);
  font-size: 48px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

/***

  ====================================================================
      Services Section Seven
  ====================================================================

  ***/
.service-block-seven {
  position: relative;
  margin-bottom: 30px;
}
.service-block-seven .inner-box {
  border: 1px solid #dad8d7;
  padding: 25px 28px 30px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven .inner-box:hover .content-box .title {
  color: var(--theme-color1);
}
.service-block-seven .inner-box:hover .bg-icon {
  color: var(--theme-color1);
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.service-block-seven .inner-box:hover .bg-icon svg path {
  fill: var(--theme-color1);
}
.service-block-seven .inner-box:hover .front-icon {
  color: var(--theme-color1);
}
.service-block-seven .inner-box:hover .front-icon svg path {
  fill: var(--theme-color1);
}
.service-block-seven .icon-box {
  display: inline-block;
  height: 93px;
  line-height: 93px;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
.service-block-seven .icon-box .bg-icon {
  font-size: 80px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven .icon-box .bg-icon i {
  opacity: 0.1;
}
.service-block-seven .icon-box .bg-icon svg path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven .icon-box .front-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven .icon-box .front-icon svg path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven .shadow-icon {
  color: rgba(var(--theme-color1-rgb), 0.1);
  font-size: 72px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.service-block-seven .content-box .title {
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven .content-box .text {
  line-height: 1.875;
}

/***

  ====================================================================
      Services Section Eight
  ====================================================================

  ***/
.services-section-eight {
  position: relative;
  padding: 120px 15px 110px;
}
.services-section-eight.island .inner-box.active .title-box .icon-box {
  color: var(--theme-color9);
}
.services-section-eight.island .inner-box.active .title-box .title {
  color: var(--theme-color9);
}
.services-section-eight.island .inner-box .title-box .title:hover {
  color: var(--theme-color9);
}
.services-section-eight.island .inner-box:hover .title-box .title {
  color: var(--theme-color9);
}
.services-section-eight.modern {
  padding: 360px 15px 260px;
  background-color: rgba(105, 145, 10, 0.1019607843);
  margin-top: -250px;
}
.services-section-eight.modern:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
}
.services-section-eight.modern:after {
  background-image: url(../images/icons/bg-shape1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
}
.services-section-eight.modern .inner-box.active .title-box .icon-box {
  color: var(--theme-color6);
}
.services-section-eight.modern .inner-box.active .title-box .title {
  color: var(--theme-color6);
}
.services-section-eight.modern .inner-box .title-box .title:hover {
  color: var(--theme-color6);
}
.services-section-eight.modern .inner-box:hover .title-box .title {
  color: var(--theme-color6);
}
.services-section-eight .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.services-section-eight .sec-title {
  margin-bottom: 145px;
}
@media (max-width: 1399.98px) {
  .services-section-eight .sec-title {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .services-section-eight .sec-title {
    margin-bottom: 80px;
  }
}
.services-section-eight .sec-title .text {
  margin-top: 21px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.services-section-eight .sec-title .btn-box {
  margin-bottom: 6px;
}
.services-section-eight .outer-box {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 0 136px;
}
@media (max-width: 1599.98px) {
  .services-section-eight .outer-box {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .services-section-eight .outer-box {
    padding: 0 0 375px;
  }
}
@media (max-width: 575.98px) {
  .services-section-eight .outer-box {
    padding: 0 0 200px;
  }
}
.services-section-eight .outer-box .text-box {
  max-width: 420px;
  margin: 0 auto 35px;
}
@media (max-width: 1199.98px) {
  .services-section-eight .outer-box .text-box {
    max-width: 350px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .services-section-eight .outer-box .text-box {
    max-width: none;
    text-align: center;
  }
}

.service-block-eight {
  margin-bottom: 0;
}
.service-block-eight .inner-box {
  padding-bottom: 25px;
}
.service-block-eight .inner-box.active .title-box .title {
  color: var(--theme-color1);
  padding-left: 20px;
}
.service-block-eight .inner-box.active .title-box .icon-box {
  color: var(--theme-color1);
  width: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-eight .inner-box.active .image-box.active {
  display: block;
}
.service-block-eight .inner-box.active .image-box.active .image img {
  opacity: 1;
  -webkit-animation: anim-inactive-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: anim-inactive-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.service-block-eight .inner-box:hover .title-box {
  cursor: pointer;
}
.service-block-eight .inner-box:hover .title-box .title {
  color: var(--theme-color1);
}
.service-block-eight .inner-box:hover .title-box .icon-box {
  color: var(--theme-color1);
}
.service-block-eight .inner-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .service-block-eight .inner-box .title-box {
    max-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .service-block-eight .inner-box .title-box {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.service-block-eight .inner-box .title-box .title {
  color: var(--headings-color);
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.26;
  padding-left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .service-block-eight .inner-box .title-box .title {
    font-size: 24px;
  }
}
.service-block-eight .inner-box .title-box .title:hover {
  color: var(--theme-color1);
}
.service-block-eight .inner-box .title-box .icon-box {
  color: var(--theme-color6);
  font-size: 28px;
  line-height: 1;
  position: relative;
  top: 4px;
  width: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-eight .inner-box .image-box {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 991.98px) {
  .service-block-eight .inner-box .image-box {
    top: auto;
    bottom: 0;
  }
}
.service-block-eight .inner-box .image-box .image {
  position: absolute;
  top: 0;
  margin-bottom: 0;
}
.service-block-eight .inner-box .image-box .image img {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service-block-eight .inner-box .image-box .image-one {
  top: -92px;
  left: 0;
  max-width: 525px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .service-block-eight .inner-box .image-box .image-one {
    max-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  .service-block-eight .inner-box .image-box .image-one {
    max-width: 350px;
    top: -47px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-eight .inner-box .image-box .image-one {
    max-width: 290px;
    top: -15px;
  }
}
@media (max-width: 991.98px) {
  .service-block-eight .inner-box .image-box .image-one {
    right: calc(50% + 5px);
    left: auto;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block-eight .inner-box .image-box .image-one {
    max-width: 160px;
  }
}
.service-block-eight .inner-box .image-box .image-two {
  right: 0;
  top: -301px;
  max-width: 492px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .service-block-eight .inner-box .image-box .image-two {
    max-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  .service-block-eight .inner-box .image-box .image-two {
    max-width: 350px;
    top: -256px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-eight .inner-box .image-box .image-two {
    max-width: 290px;
    top: -221px;
  }
}
@media (max-width: 991.98px) {
  .service-block-eight .inner-box .image-box .image-two {
    left: calc(50% + 5px);
    right: auto;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block-eight .inner-box .image-box .image-two {
    max-width: 160px;
  }
}

/***

  ====================================================================
      Services Section Nine
  ====================================================================

  ***/
.services-section-nine {
  background-color: var(--theme-color-dark);
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .services-section-nine {
    padding: 120px 0 90px;
  }
}

.service-block-nine.style-two {
  margin-top: 115px;
}
.service-block-nine .inner-box {
  background-color: #1e1e1e;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 185px;
  position: relative;
  overflow: hidden;
  padding: 35px 0 50px;
}
@media (max-width: 991.98px) {
  .service-block-nine .inner-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-block-nine .inner-box {
    border-radius: 30px;
  }
}
.service-block-nine .inner-box:hover:before {
  height: 100%;
}
.service-block-nine .inner-box:hover .image-box .bg-image {
  opacity: 1;
  -webkit-transform: rotate(-8deg) scale(1.3);
  transform: rotate(-8deg) scale(1.3);
}
.service-block-nine .inner-box:hover .content-box .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
  color: var(--theme-color-light);
  opacity: 0;
}
.service-block-nine .inner-box:hover .content-box .title a {
  color: var(--theme-color-light);
}
.service-block-nine .inner-box:hover .content-box .text {
  color: var(--theme-color-light);
}
.service-block-nine .inner-box:before {
  background-color: rgba(var(--theme-color-dark-rgb), 0.5);
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-nine .inner-box .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-block-nine .inner-box .image-box .bg-image {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-nine .inner-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .service-block-nine .inner-box .content-box {
    padding: 0 15px;
  }
}
.service-block-nine .inner-box .content-box .icon {
  color: var(--theme-color1);
  font-size: 81px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-nine .inner-box .content-box .title {
  font-size: 30px;
  margin-bottom: 14px;
  margin-top: 76px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .service-block-nine .inner-box .content-box .title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .service-block-nine .inner-box .content-box .title {
    font-size: 30px;
  }
}
.service-block-nine .inner-box .content-box .title a {
  color: var(--theme-color-white);
}
.service-block-nine .inner-box .content-box .text {
  color: var(--text-color);
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

  ====================================================================
      Services Section Ten
  ====================================================================

  ***/
.image-service-block {
  margin-bottom: 30px;
}
.image-service-block .inner-box {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.image-service-block .inner-box:hover .content-box {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.image-service-block .inner-box .image-box {
  position: relative;
}
.image-service-block .inner-box .image-box .image {
  border-radius: 30px;
  margin-bottom: 0;
  outline: 1px solid var(--theme-color1);
  outline-offset: -10px;
  position: relative;
}
.image-service-block .inner-box .image-box .image:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(18, 18, 18, 0.6))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(18, 18, 18, 0.6) 100%
  );
  border-radius: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.image-service-block .inner-box .image-box .image a {
  display: block;
}
.image-service-block .inner-box .image-box .image a img {
  width: 100%;
}
.image-service-block .inner-box .content-box {
  bottom: 0;
  left: 0;
  padding: 0 50px 25px;
  position: absolute;
  width: 100%;
}
.image-service-block .inner-box .content-box .inner {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.image-service-block .inner-box .content-box .inner .title {
  color: var(--theme-color-light);
  font-family: var(--text-font2);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.image-service-block .inner-box .content-box .inner .text {
  color: var(--theme-color-light);
  font-family: var(--text-font2);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  padding-right: 20px;
  margin-bottom: 20px;
  display: none;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-ten {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 991.98px) {
  .service-section-ten {
    padding: 80px 0;
  }
}
.service-section-ten.style-city .service-block-ten .inner-box {
  background-color: #f7f3ee;
}
.service-section-ten.style-city .service-block-ten .inner-box:hover {
  background-color: var(--theme-color-dark);
}
.service-section-ten.style-city .service-block-ten .inner-box:before {
  display: none;
}
.service-section-ten.style-city .service-block-ten .inner-box .icon-box {
  margin-bottom: 10px;
}
.service-section-ten.style-city .service-block-ten .inner-box .icon-box i {
  line-height: 1;
}
.service-section-ten.style-city
  .service-block-ten
  .inner-box
  .content-box
  .title {
  margin-bottom: 10px;
}
.service-section-ten .outer-box {
  max-width: 1700px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .service-section-ten .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-section-ten .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-ten .sec-title h2 {
    font-size: 32px;
  }
}

.service-block-ten {
  margin-bottom: 24px;
}
.service-block-ten .inner-box {
  position: relative;
  text-align: center;
  border: 2px solid #f8f5f0;
  background-color: #f4f4f4;
  padding: 50px 20px 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-ten .inner-box:hover {
  background-color: var(--theme-color-dark);
}
.service-block-ten .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.service-block-ten .inner-box:hover .content-box .text {
  color: var(--theme-color-light);
}
.service-block-ten .inner-box:hover .icon-box i {
  color: #fff;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-ten .inner-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/shape-24.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-ten .inner-box .icon-box {
  margin-bottom: 11px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-ten .inner-box .icon-box i {
  display: inline-block;
  color: #ab8555;
  font-size: 58px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-ten .inner-box .content-box .title {
  margin-bottom: 18px;
}
.service-block-ten .inner-box .content-box .text {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section11 {
  position: relative;
}

.service-block11 .inner-box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.service-block11 .inner-box:hover .content-box {
  opacity: 0;
}
.service-block11 .inner-box:hover .content-box-hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.service-block11 .inner-box .content-box {
  opacity: 1;
  padding: 202px 23px 50px 50px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 1399.98px) {
  .service-block11 .inner-box .content-box {
    padding: 202px 23px 50px 30px;
  }
}
.service-block11 .inner-box .content-box .service-count {
  display: inline-block;
  color: transparent;
  font-family: var(--title-font);
  font-size: 148px;
  font-weight: 400;
  line-height: 96px;
  -webkit-text-stroke: 1px #ffffff;
  margin-bottom: 50px;
}
.service-block11 .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .service-block11 .inner-box .content-box .title {
    font-size: 20px;
  }
}
.service-block11 .inner-box .content-box-hover {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  background-color: #0d0c0c;
  bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 50px 23px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 1399.98px) {
  .service-block11 .inner-box .content-box-hover {
    padding: 50px 23px 50px 30px;
  }
}
.service-block11 .inner-box .content-box-hover .service-count {
  display: inline-block;
  color: transparent;
  font-family: var(--title-font);
  font-size: 148px;
  font-weight: 400;
  line-height: 96px;
  -webkit-text-stroke: 1px var(--theme-color1);
  margin-bottom: 50px;
}
.service-block11 .inner-box .content-box-hover .title {
  color: var(--theme-color-light);
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .service-block11 .inner-box .content-box-hover .title {
    font-size: 20px;
  }
}
.service-block11 .inner-box .content-box-hover .text {
  color: var(--theme-color-light);
}
@media (max-width: 1399.98px) {
  .service-block11 .inner-box .content-box-hover .text br {
    display: none;
  }
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section14 {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .service-section14 {
    padding: 80px 0;
  }
}
.service-section14 .auto-container {
  max-width: var(--large-container-width);
}

.service-block14 .inner-box {
  margin-bottom: 80px;
}
.service-block14 .inner-box .image-column .inner-column {
  width: 100%;
  height: 100%;
}
.service-block14 .inner-box .image-column .inner-column .image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.service-block14 .inner-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}
.service-block14 .inner-box .content-column .inner-column {
  background-color: var(--theme-color-dark2);
  padding: 60px 60px;
  margin: 40px 0 100px;
  margin-left: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-block14 .inner-box .content-column .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block14 .inner-box .content-column .inner-column {
    padding: 30px 20px;
  }
}
.service-block14 .inner-box .content-column .inner-column.style-two {
  margin-right: -100px;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .service-block14 .inner-box .content-column .inner-column.style-two {
    margin-right: 0;
  }
}
.service-block14 .inner-box .content-column .inner-column .title-box {
  border-bottom: 1px solid rgba(106, 106, 106, 0.5);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.service-block14 .inner-box .content-column .inner-column .title-box .title {
  color: var(--theme-color-light);
  font-size: 28px;
  margin-bottom: 10px;
}
.service-block14 .inner-box .content-column .inner-column .title-box span {
  font-size: 15px;
  color: var(--theme-color1);
}
.service-block14 .inner-box .content-column .content-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.service-block14 .inner-box .content-column .content-box .list-info .icon {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-block14 .inner-box .content-column .content-box .list-info .text2 {
  color: #acacac;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section15 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .service-section15 {
    margin-bottom: 80px 0;
  }
}
.service-section15 .auto-container {
  max-width: var(--large-container-width);
}
.service-section15 .service-block-six .inner-box {
  background-color: #f7f3ee;
  padding: 100px 15px 86px;
}
@media (max-width: 991.98px) {
  .service-section15 .service-block-six .video-box {
    display: none;
  }
}
.service-section15 .service-block-six .video-box .video {
  width: 817.778px;
  height: 452px;
}
.service-section15 .service-block-six .image-box {
  width: 100%;
  height: 100%;
}
.service-section15 .service-block-six .image-box .image {
  width: 100%;
  height: 100%;
}
.service-section15 .service-block-six .image-box .image img {
  width: 100%;
  height: 100%;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section16 {
  background-color: var(--theme-color8);
  padding: 120px 0 40px;
}
@media (max-width: 991.98px) {
  .service-section16 {
    padding: 80px 0;
  }
}

.service-block16 .inner-box {
  position: relative;
  margin-bottom: 80px;
}
.service-block16 .inner-box:hover .image-column .inner-column .image img {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.service-block16 .inner-box .image-column .inner-column .image {
  margin-bottom: 0;
  position: relative;
}
.service-block16 .inner-box .image-column .inner-column .image:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1.03%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 1.03%,
    rgba(0, 0, 0, 0.75) 100%
  );
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block16 .inner-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block16 .inner-box .content-column {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.service-block16 .inner-box .content-column .inner-column {
  padding: 60px 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-block16 .inner-box .content-column .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block16 .inner-box .content-column .inner-column {
    padding: 30px 20px;
  }
}
.service-block16 .inner-box .content-column .inner-column.style-two {
  margin-right: -100px;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .service-block16 .inner-box .content-column .inner-column.style-two {
    margin-right: 0;
  }
}
.service-block16 .inner-box .content-column .inner-column .title-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.service-block16 .inner-box .content-column .inner-column .title-box .title {
  color: var(--theme-color-white);
  font-size: 28px;
  margin-bottom: 10px;
}
.service-block16 .inner-box .content-column .inner-column .title-box span {
  font-size: 15px;
  color: var(--theme-color-white);
}
.service-block16 .inner-box .content-column .content-box .list-info {
  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-bottom: 15px;
}
.service-block16 .inner-box .content-column .content-box .list-info .icon {
  color: var(--theme-color-white);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-block16 .inner-box .content-column .content-box .list-info .text2 {
  color: var(--theme-color-white);
  font-family: var(--text-font2);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-winter-three {
  position: relative;
}
@media (max-width: 991.98px) {
  .service-section-winter-three {
    padding: 80px 0;
  }
}

.service-block-winter-three .inner-box .content-column .inner-column {
  background-color: var(--theme-color-dark);
  padding: 100px 100px 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-block-winter-three .inner-box .content-column .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block-winter-three .inner-box .content-column .inner-column {
    padding: 30px 20px;
  }
}
.service-block-winter-three
  .inner-box
  .content-column
  .inner-column
  .title-box {
  margin-bottom: 30px;
}
.service-block-winter-three
  .inner-box
  .content-column
  .inner-column
  .title-box
  .title {
  color: var(--theme-color-light);
  font-size: 48px;
  margin-bottom: 10px;
}
.service-block-winter-three
  .inner-box
  .content-column
  .inner-column
  .title-box
  span {
  font-size: 18px;
  color: var(--theme-color7);
}
.service-block-winter-three .inner-box .content-column .text {
  color: var(--theme-color-light);
  margin-bottom: 50px;
}
.service-block-winter-three .inner-box .content-column .content-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.service-block-winter-three
  .inner-box
  .content-column
  .content-box
  .list-info
  .icon {
  color: var(--theme-color7);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-block-winter-three
  .inner-box
  .content-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-luxury4 {
  position: relative;
  padding: 120px 0 120px;
}
.service-section-luxury4 .sec-title .theme-btn {
  float: right;
}
.service-section-luxury4 .images-column .inner-column {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-section-luxury4 .images-column .inner-column .image-box {
  width: 100%;
  height: 100%;
}
.service-section-luxury4 .images-column .inner-column .image {
  width: 100%;
  height: 100%;
}
.service-section-luxury4 .images-column .inner-column .image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.service-block-seven-luxury4 {
  position: relative;
  margin-bottom: 30px;
}
.service-block-seven-luxury4 .inner-box {
  border: 1px solid #dad8d7;
  padding: 25px 28px 30px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven-luxury4 .inner-box:hover .content-box .title {
  color: var(--theme-color1);
}
.service-block-seven-luxury4 .inner-box:hover .bg-icon {
  color: var(--theme-color1);
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.service-block-seven-luxury4 .inner-box:hover .bg-icon svg path {
  fill: var(--theme-color1);
}
.service-block-seven-luxury4 .inner-box:hover .front-icon {
  color: var(--theme-color1);
}
.service-block-seven-luxury4 .inner-box:hover .front-icon svg path {
  fill: var(--theme-color1);
}
.service-block-seven-luxury4 .icon-box {
  display: inline-block;
  height: 93px;
  line-height: 93px;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
.service-block-seven-luxury4 .icon-box .bg-icon {
  font-size: 80px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven-luxury4 .icon-box .bg-icon i {
  opacity: 0.1;
}
.service-block-seven-luxury4 .icon-box .bg-icon svg path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven-luxury4 .icon-box .front-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven-luxury4 .icon-box .front-icon svg path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven-luxury4 .shadow-icon {
  color: rgba(var(--theme-color1-rgb), 0.1);
  font-size: 72px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.service-block-seven-luxury4 .content-box .title {
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven-luxury4 .content-box .text {
  line-height: 1.875;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-island {
  position: relative;
  padding: 120px 0;
}
.service-section-island .anim-icons .image-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-box-island:last-child .inner:before {
  display: none;
}
.service-box-island .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  margin-bottom: 55px;
  position: relative;
}
.service-box-island .inner:before {
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  content: "";
  height: calc(100% - 22px);
  left: 31px;
  top: 70px;
  position: absolute;
  width: 1px;
}
.service-box-island .inner:hover .icon-box {
  color: var(--theme-color-light);
}
.service-box-island .inner:hover .icon-box:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-box-island .inner .icon-box {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  color: var(--theme-color9);
  font-size: 28px;
  height: 62px;
  line-height: 58px;
  min-width: 62px;
  width: 62px;
  text-align: center;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 36px;
}
.service-box-island .inner .icon-box:before {
  background-color: var(--theme-color9);
  border-radius: 50%;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-box-island .inner .content .text {
  margin-bottom: 0;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-island2 {
  position: relative;
  background-color: #cfdbe7;
  padding: 120px 0;
}
.service-section-island2 .filters {
  margin-bottom: 40px;
  text-align: center;
}
.service-section-island2 .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 4px;
}
.service-section-island2 .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--title-font2);
  margin: 0 0 0;
  padding: 5px 33px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-island2 .filters li:last-child {
  margin-right: 0;
}
.service-section-island2 .filters li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color9);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.service-section-island2 .filters li.active:before,
.service-section-island2 .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.service-block-island2 .inner-box {
  background-color: var(--theme-color-light);
  padding: 55px;
  border-radius: 30px;
}
.service-block-island2 .image-column .inner-column {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
}
.service-block-island2 .image-column .inner-column figure {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.service-block-island2 .image-column .inner-column figure img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.service-block-island2 .content-column .inner-column .title-box .title {
  font-size: 36px;
  margin-bottom: 10px;
}
.service-block-island2 .content-column .inner-column .title-box span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font2);
  color: var(--theme-color9);
}
.service-block-island2 .content-column .inner-column .content-box .text {
  margin-bottom: 25px;
  margin-top: 20px;
}
.service-block-island2 .content-column .inner-column .content-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.service-block-island2
  .content-column
  .inner-column
  .content-box
  .list-info
  .icon {
  font-size: 20px;
  color: var(--theme-color-black);
  margin-right: 10px;
}
.service-block-island2
  .content-column
  .inner-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-black);
}
.service-block-island2 .content-column .inner-column .content-box .theme-btn {
  margin-top: 20px;
  background-color: var(--theme-color9);
  border-color: var(--theme-color9);
}
.service-block-island2
  .content-column
  .inner-column
  .content-box
  .theme-btn:before {
  background-color: var(--theme-color8);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-island3 {
  background-color: #cedbe6;
  position: relative;
  padding: 120px 0;
}

.service-block-island3 .inner-box .image-box figure img {
  width: 100%;
  height: 100%;
}
.service-block-island3 .inner-box .content-box .inner-box {
  background-color: #cedbe6;
  position: relative;
  padding: 30px;
  margin: 0 60px;
  margin-top: -85px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.service-block-island3 .inner-box .content-box .inner-box .view-btn {
  color: var(--theme-color-black);
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.service-block-island3 .inner-box .content-box .inner-box .view-btn:hover {
  color: var(--theme-color9);
}
.service-block-island3 .inner-box .content-box .inner-box .view-btn .icon {
  font-size: 6px;
  width: 14px;
  height: 14px;
  line-height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  background-color: var(--theme-color9);
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
        Services-Section-City
  ====================================================================

  ***/
.services-section-city {
  padding: 120px 0 120px;
}
.services-section-city .services-block-city .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.services-section-city .services-block-city .inner-box:hover .image img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.services-section-city .services-block-city .inner-box .image {
  overflow: hidden;
  border-radius: 50%;
  margin-right: 23px;
  min-width: 89px;
  height: 89px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.services-section-city .services-block-city .inner-box .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.services-section-city .services-block-city .inner-box .content-box .text {
  font-size: 14px;
  line-height: 27px;
}
.services-section-city .services-block-city .inner-box .content-box .title {
  margin-bottom: 8px;
  font-weight: 400;
}
.services-section-city .image-column .inner-column .image {
  text-align: right;
  position: relative;
  margin-bottom: 0;
}
.services-section-city .image-column .inner-column .image .layer-inner {
  top: 20px;
  position: absolute;
  right: 20px;
  width: 424px;
  max-width: 424px;
  height: 555px;
  overflow: hidden;
  border-radius: 0px 0px 213px 213px;
  -webkit-transform: rotate(0deg);
  z-index: 1;
  border: 1px solid #fff;
}
.services-section-city .image-column .inner-column .image img {
  border-radius: 0px 0px 250px 250px;
}
.services-section-city .image-column .image-1 {
  position: relative;
  margin-bottom: 0;
}
.services-section-city .image-column .image-1 img {
  bottom: 59px;
  position: absolute;
  left: 32px;
  width: 194px;
  max-width: 194px;
  height: 194px;
  overflow: hidden;
  border-radius: 100% 100% 100% 100%;
  -webkit-transform: rotate(0deg);
  z-index: 1;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-city2 {
  position: relative;
  background-color: #f7f3ee;
  padding: 150px 0 0;
}
.service-section-city2 .filters {
  margin-bottom: 40px;
  text-align: center;
}
.service-section-city2 .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 4px;
}
.service-section-city2 .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--title-font2);
  margin: 0 0 0;
  padding: 5px 33px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-city2 .filters li:last-child {
  margin-right: 0;
}
.service-section-city2 .filters li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.service-section-city2 .filters li.active:before,
.service-section-city2 .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-section-city2 .service-block-city2 .inner-box {
  position: relative;
}
.service-section-city2
  .service-block-city2
  .inner-box
  .content-column
  .inner-column {
  background-color: var(--theme-color-dark);
  padding: 100px 100px 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-section-city2
    .service-block-city2
    .inner-box
    .content-column
    .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-city2
    .service-block-city2
    .inner-box
    .content-column
    .inner-column {
    padding: 30px 20px;
  }
}
.service-section-city2
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box {
  margin-bottom: 30px;
}
.service-section-city2
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box
  .title {
  color: var(--theme-color-light);
  font-size: 48px;
  margin-bottom: 10px;
}
.service-section-city2
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box
  span {
  font-size: 18px;
  color: var(--theme-color1);
}
.service-section-city2 .service-block-city2 .inner-box .content-column .text {
  color: var(--theme-color-light);
  margin-bottom: 50px;
}
.service-section-city2
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.service-section-city2
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info
  .icon {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-section-city2
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section17 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .service-section17 {
    margin-bottom: 80px 0;
  }
}
.service-section17 .service-block-six .inner-box {
  background-color: #fff;
  padding: 100px 15px 86px;
}
.service-section17 .service-block-six .inner-box .icon-box .front-icon {
  color: var(--theme-color6);
}
.service-section17 .service-block-six .image-box {
  width: 100%;
  height: 100%;
}
.service-section17 .service-block-six .image-box .image {
  width: 100%;
  height: 100%;
}
.service-section17 .service-block-six .image-box .image img {
  width: 100%;
  height: 100%;
}
.service-section17 .service-block-six .icon-box .front-icon svg path {
  fill: var(--theme-color6);
}
.service-section17 .service-block-six .icon-box .bg-icon {
  fill: var(--theme-color6);
}
.service-section17 .service-block-six .icon-box .bg-icon svg path {
  fill: var(--theme-color6);
}
.service-section17 .service-block-six .inner-box:hover .bg-shap svg path {
  fill: var(--theme-color6);
}
.service-section17
  .service-block-six
  .inner-box:hover
  .icon-box
  .front-icon
  svg
  path {
  fill: var(--theme-color-light);
}
.service-section17 .service-block-six .icon-box .bg-shap svg path {
  fill: #ecf2ea;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-hostel2 {
  position: relative;
  padding: 140px 0 0;
  background-color: rgba(var(--theme-color1-rgb), 0.1);
}
.service-section-hostel2:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
}
.service-section-hostel2 .outer-box {
  position: relative;
}

.service-block-hostel2 .inner-box .content-column .inner-column {
  background-color: var(--theme-color-dark);
  padding: 100px 100px 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-block-hostel2 .inner-box .content-column .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block-hostel2 .inner-box .content-column .inner-column {
    padding: 30px 20px;
  }
}
.service-block-hostel2 .inner-box .content-column .inner-column .title-box {
  margin-bottom: 30px;
}
.service-block-hostel2
  .inner-box
  .content-column
  .inner-column
  .title-box
  .title {
  color: var(--theme-color-light);
  font-size: 48px;
  margin-bottom: 10px;
}
.service-block-hostel2
  .inner-box
  .content-column
  .inner-column
  .title-box
  span {
  font-size: 18px;
  color: var(--theme-color1);
}
.service-block-hostel2 .inner-box .content-column .text {
  color: var(--theme-color-light);
  margin-bottom: 50px;
}
.service-block-hostel2 .inner-box .content-column .content-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.service-block-hostel2
  .inner-box
  .content-column
  .content-box
  .list-info
  .icon {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-block-hostel2
  .inner-box
  .content-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
        Service Section luxury-two
  ====================================================================

  ***/
.service-section-luxury-two {
  position: relative;
  background-color: #f6f2ed;
  padding: 120px 0;
}
.service-section-luxury-two .anim-icons .shape-2 {
  position: absolute;
  right: -91px;
  bottom: -98px;
  -webkit-transform: rotateZ(271deg);
  transform: rotateZ(271deg);
}
.service-section-luxury-two .anim-icons .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.service-section-luxury-two .filters {
  margin-bottom: 40px;
  text-align: center;
}
.service-section-luxury-two .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 4px;
}
.service-section-luxury-two .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--title-font2);
  margin: 0 0 0;
  padding: 5px 33px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-luxury-two .filters li:last-child {
  margin-right: 0;
}
.service-section-luxury-two .filters li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color9);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.service-section-luxury-two .filters li.active:before,
.service-section-luxury-two .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.service-block-luxury-two .inner-box {
  background-color: var(--theme-color-light);
  padding: 55px;
  border-radius: 30px;
}
.service-block-luxury-two .image-column .inner-column {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
}
.service-block-luxury-two .image-column .inner-column figure {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.service-block-luxury-two .image-column .inner-column figure img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.service-block-luxury-two .content-column .inner-column .title-box .title {
  font-size: 36px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.service-block-luxury-two .content-column .inner-column .title-box span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font2);
  color: var(--theme-color1) s;
}
.service-block-luxury-two .content-column .inner-column .content-box .text {
  margin-bottom: 25px;
  margin-top: 20px;
}
.service-block-luxury-two
  .content-column
  .inner-column
  .content-box
  .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.service-block-luxury-two
  .content-column
  .inner-column
  .content-box
  .list-info
  .icon {
  font-size: 20px;
  color: var(--theme-color-black);
  margin-right: 10px;
}
.service-block-luxury-two
  .content-column
  .inner-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-black);
}
.service-block-luxury-two
  .content-column
  .inner-column
  .content-box
  .theme-btn {
  margin-top: 20px;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-city4 {
  position: relative;
  background-color: #ecf2ea;
  padding: 150px 0 0;
}
.service-section-city4:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 30px;
}
.service-section-city4 .filters {
  margin-bottom: 40px;
  text-align: center;
}
.service-section-city4 .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 4px;
}
.service-section-city4 .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--title-font2);
  margin: 0 0 0;
  padding: 5px 33px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-city4 .filters li:last-child {
  margin-right: 0;
}
.service-section-city4 .filters li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.service-section-city4 .filters li.active:before,
.service-section-city4 .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-section-city4 .service-block-city2 .inner-box {
  position: relative;
}
.service-section-city4
  .service-block-city2
  .inner-box
  .content-column
  .inner-column {
  background-color: var(--theme-color-dark);
  padding: 100px 100px 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-section-city4
    .service-block-city2
    .inner-box
    .content-column
    .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-city4
    .service-block-city2
    .inner-box
    .content-column
    .inner-column {
    padding: 30px 20px;
  }
}
.service-section-city4
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box {
  margin-bottom: 30px;
}
.service-section-city4
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box
  .title {
  color: var(--theme-color-light);
  font-size: 48px;
  margin-bottom: 10px;
}
.service-section-city4
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box
  span {
  font-size: 18px;
  color: var(--theme-color1);
}
.service-section-city4 .service-block-city2 .inner-box .content-column .text {
  color: var(--theme-color-light);
  margin-bottom: 50px;
}
.service-section-city4
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.service-section-city4
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info
  .icon {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-section-city4
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-modern3 {
  padding: 120px 0;
  position: relative;
}

.contact-block-modern3 .inner-box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 125px;
  outline: 1px solid var(--theme-color1);
  outline-offset: -30px;
}
.contact-block-modern3 .inner-box:before {
  background-image: url(../images/resource/service19-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-block-modern3 .inner-box:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-block-modern3 .inner-box .icon-box {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.contact-block-modern3 .inner-box .title {
  position: relative;
  margin-bottom: 30px;
  color: var(--theme-color-light);
  z-index: 1;
}
.contact-block-modern3 .contact-info {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.contact-block-modern3 .contact-info .info-title {
  margin-bottom: 2px;
  color: var(--theme-color-light);
}
.contact-block-modern3 .contact-info .number {
  color: var(--theme-color-light);
  text-transform: capitalize;
}

/***

  ====================================================================
      Services Section Eight
  ====================================================================

  ***/
.services-section-nature3 {
  position: relative;
  padding: 120px 15px 215px;
}
.services-section-nature3.island .inner-box.active .title-box .icon-box {
  color: var(--theme-color-black);
}
.services-section-nature3.island .inner-box.active .title-box .title {
  color: var(--theme-color-black);
}
.services-section-nature3.island .inner-box .title-box .title:hover {
  color: var(--theme-color-black);
}
.services-section-nature3.island .inner-box:hover .title-box .title {
  color: var(--theme-color-black);
}
.services-section-nature3.modern {
  padding: 360px 15px 260px;
  background-color: rgba(105, 145, 10, 0.1019607843);
  margin-top: -250px;
}
.services-section-nature3.modern:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
}
.services-section-nature3.modern:after {
  background-image: url(../images/icons/bg-shape1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
}
.services-section-nature3.modern .inner-box.active .title-box .icon-box {
  color: var(--theme-color6);
}
.services-section-nature3.modern .inner-box.active .title-box .title {
  color: var(--theme-color6);
}
.services-section-nature3.modern .inner-box .title-box .title:hover {
  color: var(--theme-color6);
}
.services-section-nature3.modern .inner-box:hover .title-box .title {
  color: var(--theme-color6);
}
.services-section-nature3 .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.services-section-nature3 .sec-title {
  margin-bottom: 145px;
}
@media (max-width: 1399.98px) {
  .services-section-nature3 .sec-title {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .services-section-nature3 .sec-title {
    margin-bottom: 80px;
  }
}
.services-section-nature3 .sec-title .text {
  margin-top: 21px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.services-section-nature3 .sec-title .btn-box {
  margin-bottom: 6px;
}
.services-section-nature3 .outer-box {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 0 136px;
}
@media (max-width: 1599.98px) {
  .services-section-nature3 .outer-box {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .services-section-nature3 .outer-box {
    padding: 0 0 375px;
  }
}
@media (max-width: 575.98px) {
  .services-section-nature3 .outer-box {
    padding: 0 0 200px;
  }
}
.services-section-nature3 .outer-box .text-box {
  max-width: 420px;
  margin: 0 auto 35px;
}
@media (max-width: 1199.98px) {
  .services-section-nature3 .outer-box .text-box {
    max-width: 350px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .services-section-nature3 .outer-box .text-box {
    max-width: none;
    text-align: center;
  }
}

.service-block-nature {
  margin-bottom: 0;
}
.service-block-nature .inner-box {
  padding-bottom: 25px;
}
.service-block-nature .inner-box.active .title-box .title {
  color: var(--theme-color-black);
  padding-left: 20px;
}
.service-block-nature .inner-box.active .title-box .icon-box {
  color: var(--theme-color6);
  width: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-nature .inner-box.active .image-box.active {
  display: block;
}
.service-block-nature .inner-box.active .image-box.active .image img {
  opacity: 1;
  -webkit-animation: anim-inactive-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: anim-inactive-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.service-block-nature .inner-box:hover .title-box {
  cursor: pointer;
}
.service-block-nature .inner-box:hover .title-box .title {
  color: var(--theme-color6);
}
.service-block-nature .inner-box:hover .title-box .icon-box {
  color: var(--theme-color6);
}
.service-block-nature .inner-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .service-block-nature .inner-box .title-box {
    max-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .service-block-nature .inner-box .title-box {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.service-block-nature .inner-box .title-box .title {
  color: var(--headings-color);
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.26;
  padding-left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .service-block-nature .inner-box .title-box .title {
    font-size: 24px;
  }
}
.service-block-nature .inner-box .title-box .title:hover {
  color: var(--theme-color6);
}
.service-block-nature .inner-box .title-box .icon-box {
  color: var(--theme-color6);
  font-size: 28px;
  line-height: 1;
  position: relative;
  top: 4px;
  width: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-nature .inner-box .image-box {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 991.98px) {
  .service-block-nature .inner-box .image-box {
    top: auto;
    bottom: 0;
  }
}
.service-block-nature .inner-box .image-box .image {
  position: absolute;
  top: 0;
  margin-bottom: 0;
}
.service-block-nature .inner-box .image-box .image img {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service-block-nature .inner-box .image-box .image-one {
  top: -92px;
  left: 0;
  max-width: 525px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .service-block-nature .inner-box .image-box .image-one {
    max-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  .service-block-nature .inner-box .image-box .image-one {
    max-width: 350px;
    top: -47px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-nature .inner-box .image-box .image-one {
    max-width: 290px;
    top: -15px;
  }
}
@media (max-width: 991.98px) {
  .service-block-nature .inner-box .image-box .image-one {
    right: calc(50% + 5px);
    left: auto;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block-nature .inner-box .image-box .image-one {
    max-width: 160px;
  }
}
.service-block-nature .inner-box .image-box .image-two {
  right: 0;
  top: -301px;
  max-width: 492px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .service-block-nature .inner-box .image-box .image-two {
    max-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  .service-block-nature .inner-box .image-box .image-two {
    max-width: 350px;
    top: -256px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-nature .inner-box .image-box .image-two {
    max-width: 290px;
    top: -221px;
  }
}
@media (max-width: 991.98px) {
  .service-block-nature .inner-box .image-box .image-two {
    left: calc(50% + 5px);
    right: auto;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block-nature .inner-box .image-box .image-two {
    max-width: 160px;
  }
}

.service-section-nature2
  .service-block-winter-three
  .inner-box
  .content-column
  .inner-column
  .title-box
  span {
  color: var(--theme-color6);
}
.service-section-nature2
  .service-block-winter-three
  .inner-box
  .content-column
  .content-box
  .list-info
  .icon {
  color: var(--theme-color6);
}

/*** 

  ====================================================================
    service-section-breakfast
  ====================================================================

  ***/
.service-section-breakfast {
  position: relative;
}
.service-section-breakfast .bg-image {
  position: absolute;
  z-index: -1;
}
.service-section-breakfast .bg-image:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-lodge {
  position: relative;
  padding: 120px 0 120px;
}
.service-section-lodge .sec-title .theme-btn {
  float: right;
}
.service-section-lodge .images-column .inner-column {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-section-lodge .images-column .inner-column .image-box {
  width: 100%;
  height: 100%;
}
.service-section-lodge .images-column .inner-column .image {
  width: 100%;
  height: 100%;
}
.service-section-lodge .images-column .inner-column .image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.service-section-lodge .service-block-seven-lodge {
  position: relative;
  margin-bottom: 30px;
}
.service-section-lodge .service-block-seven-lodge .inner-box {
  border: 1px solid #dad8d7;
  padding: 25px 28px 30px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-lodge .service-block-seven-lodge .icon-box {
  display: inline-block;
  height: 93px;
  line-height: 93px;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
.service-section-lodge .service-block-seven-lodge .icon-box .bg-icon {
  font-size: 80px;
  color: var(--theme-color6);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-lodge .service-block-seven-lodge .icon-box .bg-icon i {
  opacity: 0.1;
}
.service-section-lodge .service-block-seven-lodge .icon-box .bg-icon svg path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-lodge .service-block-seven-lodge .icon-box .front-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: var(--theme-color6);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-lodge
  .service-block-seven-lodge
  .icon-box
  .front-icon
  svg
  path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-lodge .service-block-seven-lodge .shadow-icon {
  color: rgba(var(--theme-color1-rgb), 0.1);
  font-size: 72px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.service-section-lodge .service-block-seven-lodge .content-box .title {
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-lodge .service-block-seven-lodge .content-box .text {
  line-height: 1.875;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-cultural {
  position: relative;
  background-color: #f7f3ee;
  padding: 200px 0 200px;
  margin-top: -100px;
  z-index: -1;
}
.service-section-cultural:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 30px;
}
.service-section-cultural:after {
  background-image: url(../images/icons/bg-shape10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 59px;
}
.service-section-cultural .outer-box {
  margin: 0 30px;
}
.service-section-cultural .filters {
  margin-bottom: 40px;
  text-align: center;
}
.service-section-cultural .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 4px;
}
.service-section-cultural .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--title-font2);
  margin: 0 0 0;
  padding: 5px 33px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-cultural .filters li:last-child {
  margin-right: 0;
}
.service-section-cultural .filters li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.service-section-cultural .filters li.active:before,
.service-section-cultural .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-section-cultural .service-block-city2 .inner-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .inner-column {
  background-color: var(--theme-color-dark);
  padding: 100px 100px 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-section-cultural
    .service-block-city2
    .inner-box
    .content-column
    .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-cultural
    .service-block-city2
    .inner-box
    .content-column
    .inner-column {
    padding: 30px 20px;
  }
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box {
  margin-bottom: 30px;
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box
  .title {
  color: var(--theme-color-light);
  font-size: 48px;
  margin-bottom: 10px;
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .inner-column
  .title-box
  span {
  font-size: 18px;
  color: var(--theme-color1);
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .text {
  color: var(--theme-color-light);
  margin-bottom: 50px;
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info
  .icon {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-section-cultural
  .service-block-city2
  .inner-box
  .content-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-ocean-h01 {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 991.98px) {
  .service-section-ocean-h01 {
    padding: 80px 0;
  }
}
.service-section-ocean-h01 .service-block-ten .inner-box::before {
  background-image: url(../images/resource/service-ocean-01.jpg);
}
.service-section-ocean-h01 .service-block-ten .inner-box {
  position: relative;
  border: none;
  margin-top: -160px;
}
.service-section-ocean-h01 .service-block-ten .inner-box:after {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.service-section-ocean-h01 .service-block-ten .inner-box .icon-box {
  position: relative;
  z-index: 1;
}
.service-section-ocean-h01 .service-block-ten .inner-box .content-box {
  position: relative;
  z-index: 1;
}
.service-section-ocean-h01 .service-block-ten .inner-box .content-box .title {
  color: var(--theme-color-light);
}
.service-section-ocean-h01 .service-block-ten .inner-box .content-box .text {
  color: var(--theme-color-light);
}
.service-section-ocean-h01 .service-block-ten .inner-box .icon-box i {
  color: var(--theme-color-light);
}
.service-section-ocean-h01 .outer-box {
  max-width: 1700px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .service-section-ocean-h01 .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-section-ocean-h01 .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-ocean-h01 .sec-title h2 {
    font-size: 32px;
  }
}

/*** 

  ====================================================================
        service-section-campground
  ====================================================================

  ***/
.service-section-campground {
  position: relative;
  background-color: rgba(170, 132, 83, 0.1019607843);
  padding: 120px 0;
}
.service-section-campground .anim-icons .shape-2 {
  position: absolute;
  right: -91px;
  bottom: -98px;
  -webkit-transform: rotateZ(271deg);
  transform: rotateZ(271deg);
}
.service-section-campground .anim-icons .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.service-section-campground .filters {
  margin-bottom: 40px;
  text-align: center;
}
.service-section-campground .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 4px;
}
.service-section-campground .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--title-font2);
  margin: 0 0 0;
  padding: 5px 33px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-campground .filters li:last-child {
  margin-right: 0;
}
.service-section-campground .filters li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color9);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.service-section-campground .filters li.active:before,
.service-section-campground .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.service-block-campground .inner-box {
  background-color: var(--theme-color-light);
  padding: 60px 25px 60px 50px;
  border-radius: 10px;
}
.service-block-campground .image-column .inner-column {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
}
.service-block-campground .image-column .inner-column figure {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.service-block-campground .image-column .inner-column figure img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.service-block-campground .content-column .inner-column .title-box .title {
  font-size: 36px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.service-block-campground .content-column .inner-column .title-box span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font2);
  color: var(--theme-color1) s;
}
.service-block-campground .content-column .inner-column .content-box .text {
  margin-bottom: 25px;
  margin-top: 20px;
}
.service-block-campground
  .content-column
  .inner-column
  .content-box
  .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.service-block-campground
  .content-column
  .inner-column
  .content-box
  .list-info
  .icon {
  font-size: 20px;
  color: var(--theme-color-black);
  margin-right: 10px;
}
.service-block-campground
  .content-column
  .inner-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-black);
}
.service-block-campground
  .content-column
  .inner-column
  .content-box
  .theme-btn {
  margin-top: 20px;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-ski {
  position: relative;
  padding: 120px 0;
}
.service-section-ski .anim-icon {
  position: absolute;
  bottom: -46px;
  z-index: -1;
}
.service-section-ski .anim-icon {
  position: absolute;
  bottom: 0;
}
.service-section-ski .filters {
  margin-bottom: 40px;
  text-align: center;
}
.service-section-ski .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 4px;
}
.service-section-ski .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--title-font2);
  margin: 0 0 0;
  padding: 5px 33px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-ski .filters li:last-child {
  margin-right: 0;
}
.service-section-ski .filters li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color7);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.service-section-ski .filters li.active:before,
.service-section-ski .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-section-ski .service-block-island2 .inner-box {
  background-color: #eef9fd;
}
.service-section-ski
  .service-block-island2
  .content-column
  .inner-column
  .content-box
  .theme-btn {
  background-color: var(--theme-color7);
}
.service-section-ski
  .service-block-island2
  .content-column
  .inner-column
  .title-box
  span {
  color: var(--theme-color7);
}

/***

  ====================================================================
      Services Section
  ====================================================================

  ***/
.services-section-ski2 {
  position: relative;
  padding: 120px 15px 215px;
  background-color: #eef9fd;
}
.services-section-ski2 .anim-icons {
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px;
}
.services-section-ski2.island .inner-box.active .title-box .icon-box {
  color: var(--theme-color9);
}
.services-section-ski2.island .inner-box.active .title-box .title {
  color: var(--theme-color9);
}
.services-section-ski2.island .inner-box .title-box .title:hover {
  color: var(--theme-color9);
}
.services-section-ski2.island .inner-box:hover .title-box .title {
  color: var(--theme-color9);
}
.services-section-ski2.modern {
  padding: 360px 15px 260px;
  background-color: rgba(105, 145, 10, 0.1019607843);
  margin-top: -250px;
}
.services-section-ski2.modern:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
}
.services-section-ski2.modern:after {
  background-image: url(../images/icons/bg-shape1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
}
.services-section-ski2.modern .inner-box.active .title-box .icon-box {
  color: var(--theme-color6);
}
.services-section-ski2.modern .inner-box.active .title-box .title {
  color: var(--theme-color6);
}
.services-section-ski2.modern .inner-box .title-box .title:hover {
  color: var(--theme-color6);
}
.services-section-ski2.modern .inner-box:hover .title-box .title {
  color: var(--theme-color6);
}
.services-section-ski2 .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.services-section-ski2 .sec-title {
  margin-bottom: 145px;
}
@media (max-width: 1399.98px) {
  .services-section-ski2 .sec-title {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .services-section-ski2 .sec-title {
    margin-bottom: 80px;
  }
}
.services-section-ski2 .sec-title .text {
  margin-top: 21px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.services-section-ski2 .sec-title .btn-box {
  margin-bottom: 6px;
}
.services-section-ski2 .outer-box {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 0 136px;
}
@media (max-width: 1599.98px) {
  .services-section-ski2 .outer-box {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .services-section-ski2 .outer-box {
    padding: 0 0 375px;
  }
}
@media (max-width: 575.98px) {
  .services-section-ski2 .outer-box {
    padding: 0 0 200px;
  }
}
.services-section-ski2 .outer-box .text-box {
  max-width: 420px;
  margin: 0 auto 35px;
}
@media (max-width: 1199.98px) {
  .services-section-ski2 .outer-box .text-box {
    max-width: 350px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .services-section-ski2 .outer-box .text-box {
    max-width: none;
    text-align: center;
  }
}
.services-section-ski2 .service-block-eight {
  margin-bottom: 0;
}
.services-section-ski2 .service-block-eight .inner-box {
  padding-bottom: 25px;
}
.services-section-ski2
  .service-block-eight
  .inner-box.active
  .title-box
  .title {
  color: var(--theme-color-black);
  padding-left: 20px;
}
.services-section-ski2
  .service-block-eight
  .inner-box.active
  .title-box
  .icon-box {
  color: var(--theme-color7);
  width: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.services-section-ski2
  .service-block-eight
  .inner-box.active
  .image-box.active {
  display: block;
}
.services-section-ski2
  .service-block-eight
  .inner-box.active
  .image-box.active
  .image
  img {
  opacity: 1;
  -webkit-animation: anim-inactive-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: anim-inactive-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section-ski2 .service-block-eight .inner-box:hover .title-box {
  cursor: pointer;
}
.services-section-ski2 .service-block-eight .inner-box:hover .title-box .title {
  color: var(--theme-color7);
}
.services-section-ski2
  .service-block-eight
  .inner-box:hover
  .title-box
  .icon-box {
  color: var(--theme-color7);
}
.services-section-ski2 .service-block-eight .inner-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .services-section-ski2 .service-block-eight .inner-box .title-box {
    max-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .services-section-ski2 .service-block-eight .inner-box .title-box {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.services-section-ski2 .service-block-eight .inner-box .title-box .title {
  color: var(--headings-color);
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.26;
  padding-left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .services-section-ski2 .service-block-eight .inner-box .title-box .title {
    font-size: 24px;
  }
}
.services-section-ski2 .service-block-eight .inner-box .title-box .title:hover {
  color: var(--theme-color7);
}
.services-section-ski2 .service-block-eight .inner-box .title-box .icon-box {
  color: var(--theme-color6);
  font-size: 28px;
  line-height: 1;
  position: relative;
  top: 4px;
  width: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-section-ski2 .service-block-eight .inner-box .image-box {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 991.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box {
    top: auto;
    bottom: 0;
  }
}
.services-section-ski2 .service-block-eight .inner-box .image-box .image {
  position: absolute;
  top: 0;
  margin-bottom: 0;
}
.services-section-ski2 .service-block-eight .inner-box .image-box .image img {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.services-section-ski2 .service-block-eight .inner-box .image-box .image-one {
  top: -92px;
  left: 0;
  max-width: 525px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-one {
    max-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-one {
    max-width: 350px;
    top: -47px;
  }
}
@media (max-width: 1199.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-one {
    max-width: 290px;
    top: -15px;
  }
}
@media (max-width: 991.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-one {
    right: calc(50% + 5px);
    left: auto;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-one {
    max-width: 160px;
  }
}
.services-section-ski2 .service-block-eight .inner-box .image-box .image-two {
  right: 0;
  top: -301px;
  max-width: 492px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-two {
    max-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-two {
    max-width: 350px;
    top: -256px;
  }
}
@media (max-width: 1199.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-two {
    max-width: 290px;
    top: -221px;
  }
}
@media (max-width: 991.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-two {
    left: calc(50% + 5px);
    right: auto;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .services-section-ski2 .service-block-eight .inner-box .image-box .image-two {
    max-width: 160px;
  }
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-winter5 {
  position: relative;
  padding: 120px 0 120px;
  background-color: #fff;
}
.service-section-winter5 .sec-title .theme-btn {
  float: right;
}
.service-section-winter5 .images-column .inner-column {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-section-winter5 .images-column .inner-column .image-box {
  width: 100%;
  height: 100%;
}
.service-section-winter5 .images-column .inner-column .image {
  width: 100%;
  height: 100%;
}
.service-section-winter5 .images-column .inner-column .image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.service-section-winter5 .service-block-seven-luxury4 {
  position: relative;
  margin-bottom: 30px;
}
.service-section-winter5 .service-block-seven-luxury4 .inner-box {
  border: 1px solid #dad8d7;
  padding: 25px 28px 30px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-winter5
  .service-block-seven-luxury4
  .inner-box:hover
  .content-box
  .title {
  color: var(--theme-color7);
}
.service-section-winter5
  .service-block-seven-luxury4
  .inner-box:hover
  .bg-icon {
  color: var(--theme-color7);
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.service-section-winter5
  .service-block-seven-luxury4
  .inner-box:hover
  .bg-icon
  svg
  path {
  fill: var(--theme-color7);
}
.service-section-winter5
  .service-block-seven-luxury4
  .inner-box:hover
  .front-icon {
  color: var(--theme-color7);
}
.service-section-winter5
  .service-block-seven-luxury4
  .inner-box:hover
  .front-icon
  svg
  path {
  fill: var(--theme-color7);
}
.service-section-winter5 .service-block-seven-luxury4 .icon-box {
  display: inline-block;
  height: 93px;
  line-height: 93px;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
.service-section-winter5 .service-block-seven-luxury4 .icon-box .bg-icon {
  font-size: 80px;
  color: var(--theme-color7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-winter5 .service-block-seven-luxury4 .icon-box .bg-icon i {
  opacity: 0.1;
}
.service-section-winter5
  .service-block-seven-luxury4
  .icon-box
  .bg-icon
  svg
  path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-winter5 .service-block-seven-luxury4 .icon-box .front-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: var(--theme-color7);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-winter5
  .service-block-seven-luxury4
  .icon-box
  .front-icon
  svg
  path {
  fill: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-winter5 .service-block-seven-luxury4 .shadow-icon {
  color: rgba(var(--theme-color1-rgb), 0.1);
  font-size: 72px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.service-section-winter5 .service-block-seven-luxury4 .content-box .title {
  margin-bottom: 15px;
  margin-left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-winter5 .service-block-seven-luxury4 .content-box .text {
  line-height: 1.875;
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-winter-5 {
  background-color: #eff9fd;
  position: relative;
  padding: 120px 0;
}
.service-section-winter-5 .anim-shape .image-4 {
  position: absolute;
  bottom: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.service-section-winter-5 .anim-shape .image-3 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  top: 0;
}
.service-section-winter-5 .fa-solid.fa-circle-arrow-right {
  margin-left: 9px;
  font-size: 14px;
}
.service-section-winter-5
  .service-block-island3
  .inner-box
  .image-box
  figure
  img {
  width: 100%;
  height: 100%;
}
.service-section-winter-5
  .service-block-island3
  .inner-box
  .content-box
  .inner-box {
  background-color: #eff9fd;
  position: relative;
  padding: 30px;
  margin: 0 60px;
  margin-top: -85px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.service-section-winter-5
  .service-block-island3
  .inner-box
  .content-box
  .inner-box
  .view-btn {
  color: var(--theme-color-black);
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  display: inline-block;
}
.service-section-winter-5
  .service-block-island3
  .inner-box
  .content-box
  .inner-box
  .view-btn:hover {
  color: var(--theme-color7);
}
.service-section-winter-5
  .service-block-island3
  .inner-box
  .content-box
  .inner-box
  .view-btn
  .icon {
  font-size: 6px;
  width: 14px;
  height: 14px;
  line-height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  background-color: var(--theme-color9);
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-golf-two {
  position: relative;
  padding: 120px 30px 0;
  background-color: #f0f4e6;
  z-index: -1;
}
.service-section-golf-two:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/service-golf2.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  height: 72px;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .service-section-golf-two {
    padding: 80px 0;
  }
}

.service-block-golf-two .inner-box .image-column .inner-column {
  position: relative;
  z-index: 1;
  height: 100%;
}
.service-block-golf-two .inner-box .image-column .inner-column .image-1 {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.service-block-golf-two .inner-box .image-column .inner-column .image-1 img {
  width: 100%;
  height: 100%;
  border-radius: 30px 0 0 30px;
}
.service-block-golf-two .inner-box .content-column .inner-column {
  background-color: #303030;
  padding: 100px 100px 120px;
  border-radius: 0 30px 30px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service-block-golf-two .inner-box .content-column .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block-golf-two .inner-box .content-column .inner-column {
    padding: 30px 20px;
  }
}
.service-block-golf-two .inner-box .content-column .inner-column .title-box {
  margin-bottom: 30px;
}
.service-block-golf-two
  .inner-box
  .content-column
  .inner-column
  .title-box
  .title {
  color: var(--theme-color-light);
  font-size: 48px;
  margin-bottom: 10px;
}
.service-block-golf-two
  .inner-box
  .content-column
  .inner-column
  .title-box
  span {
  font-size: 18px;
  color: var(--theme-color6);
}
.service-block-golf-two .inner-box .content-column .text {
  color: var(--theme-color-light);
  margin-bottom: 50px;
}
.service-block-golf-two .inner-box .content-column .content-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.service-block-golf-two
  .inner-box
  .content-column
  .content-box
  .list-info
  .icon {
  color: var(--theme-color6);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-block-golf-two
  .inner-box
  .content-column
  .content-box
  .list-info
  .text2 {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    service-section
  ====================================================================

  ***/
.service-section-ocean {
  position: relative;
  padding: 120px 0 92px;
}
.service-section-ocean .sec-title h2 {
  margin-left: 28px;
}
.service-section-ocean .sec-title .sub-title {
  margin-left: 31px;
}
@media (max-width: 991.98px) {
  .service-section-ocean {
    margin-bottom: 80px 0;
  }
}
.service-section-ocean .service-block-six.style-two {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-section-ocean .service-block-six .inner-box {
  background-color: #fff;
}
.service-section-ocean .service-block-six .inner-box .content-box-2 {
  margin-top: 35px;
}
.service-section-ocean .service-block-six .inner-box .content-box {
  margin-bottom: 23px;
}
.service-section-ocean .service-block-six .inner-box .content-box-1 .title {
  margin-top: 36px;
}
.service-section-ocean .service-block-six .inner-box .content-box-1 .text {
  margin-bottom: 23px;
}
.service-section-ocean .service-block-six .inner-box .icon-box .front-icon {
  color: var(--theme-color6);
}
.service-section-ocean .service-block-six .image-box {
  width: 100%;
  height: 100%;
}
.service-section-ocean .service-block-six .image-box .image {
  width: 100%;
  height: 100%;
}
.service-section-ocean .service-block-six .image-box .image img {
  width: 86%;
}
.service-section-ocean .service-block-six .icon-box .front-icon svg path {
  fill: var(--theme-color6);
}
.service-section-ocean .service-block-six .icon-box .bg-icon {
  fill: var(--theme-color6);
}
.service-section-ocean .service-block-six .icon-box .bg-icon svg path {
  fill: var(--theme-color6);
}
.service-section-ocean .service-block-six .inner-box:hover .bg-shap svg path {
  fill: var(--theme-color6);
}
.service-section-ocean
  .service-block-six
  .inner-box:hover
  .icon-box
  .front-icon
  svg
  path {
  fill: var(--theme-color-light);
}
.service-section-ocean .service-block-six .icon-box .bg-shap svg path {
  fill: #ecf2ea;
}

/***

  ====================================================================
      Product Section One
  ====================================================================

  ***/
.gallery-section-one {
  padding: 120px 0;
}

.gallery-block-one .inner-box {
  overflow: hidden;
  position: relative;
}
.gallery-block-one .inner-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.gallery-block-one .inner-box:hover .content-box .title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.gallery-block-one .inner-box:hover .content-box .theme-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.gallery-block-one .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-block-one .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.gallery-block-one .inner-box .image-box .image img {
  height: 430px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-one .inner-box .image-box .image img {
    height: auto;
  }
}
.gallery-block-one .content-box {
  background-color: #222222;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-one .content-box {
    padding: 20px;
  }
}
.gallery-block-one .content-box .title {
  color: var(--theme-color-light);
  font-family: "Cormorant Garamond";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-one .content-box .title {
    font-size: 20px;
  }
}
.gallery-block-one .content-box .theme-btn {
  color: #6a6f78;
  font-family: "Barlow";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block-one .content-box .theme-btn:before {
  display: none;
}

/***

  ====================================================================
      Product Section Two
  ====================================================================

  ***/
.gallery-section-two {
  position: relative;
  padding: 60px 30px;
  background: #bfb8b82b;
}
@media (max-width: 991.98px) {
  .gallery-section-two {
    padding: 80px 0;
  }
}

.gallery-block-two .inner-box {
  overflow: hidden;
  position: relative;
}
.gallery-block-two .inner-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
  z-index: 1;
  opacity: 0.5;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block-two .inner-box:hover:before {
  height: 0;
}
.gallery-block-two .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-block-two .inner-box .image-box {
  height: 100%;
}
.gallery-block-two .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.gallery-block-two .inner-box .image-box .image img {
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-two .inner-box .image-box .image img {
    height: auto;
  }
}

/*** 

  ====================================================================
      Project Section
  ====================================================================

  ***/
.lake-project-area {
  position: relative;
}
.lake-project-area .content-box .inner-box {
  padding: 280px 0;
}
.lake-project-area .title {
  font-size: 110px;
  color: var(--theme-color-light);
}

/***

  ====================================================================
      Product Section One
  ====================================================================

  ***/
.gallery-section-nature2 {
  padding: 120px 0 120px;
  background-color: #ecf2ea;
  position: relative;
}
.gallery-section-nature2 .anim-icon .image-2 {
  position: absolute;
  bottom: 0;
}
.gallery-section-nature2 .anim-icon .image-1 {
  position: absolute;
  top: 0;
}

/***

  ====================================================================
      Product Section Two
  ====================================================================

  ***/
.gallery-section-two-country-h01 {
  position: relative;
  padding: 120px 30px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .gallery-section-two-country-h01 {
    padding: 80px 0;
  }
}

.gallery-block-two-country-h01 .inner-box {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery-block-two-country-h01 .inner-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
  z-index: 1;
  opacity: 0.5;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block-two-country-h01 .inner-box:hover:before {
  height: 0;
}
.gallery-block-two-country-h01 .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-block-two-country-h01 .inner-box .image-box {
  height: 100%;
}
.gallery-block-two-country-h01 .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.gallery-block-two-country-h01 .inner-box .image-box .image.style-one {
  min-height: 322px;
}
.gallery-block-two-country-h01 .inner-box .image-box .image.style-one img {
  min-height: 322px;
}
.gallery-block-two-country-h01 .inner-box .image-box .image.style-two {
  min-height: 804px;
}
.gallery-block-two-country-h01 .inner-box .image-box .image.style-two img {
  min-height: 804px;
}
.gallery-block-two-country-h01 .inner-box .image-box .image img {
  max-height: 805px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-two-country-h01 .inner-box .image-box .image img {
    height: auto;
  }
}

/*** 

  ====================================================================
  gallery-section-beach3 resort-style
  ====================================================================

  ***/
.gallery-section-beach3.resort-style {
  z-index: 1;
  margin-top: -170px;
}
.gallery-section-beach3.resort-style .container {
  max-width: 1440px;
}
.gallery-section-beach3.resort-style .swiper-wrapper {
  max-width: 1290px;
}
.gallery-section-beach3.resort-style .outer-box {
  position: relative;
}
.gallery-section-beach3.resort-style .slider-arrow-box {
  bottom: 0;
  left: 0;
  margin-top: 150px;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery-section-beach3.resort-style button.swiper-button-next {
  right: -100px;
}
.gallery-section-beach3.resort-style button.swiper-button-prev {
  left: -100px;
}

/***

  ==================================================================
      Offer Section One
  ==================================================================

  ***/
/*** 

  ====================================================================
  offer section countryside h03
  ====================================================================

  ***/
.offer-section-countryside-h03 {
  background-image: url(../images/background/bg-aountryside3-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 105px 0 73px;
  margin: 0 26px;
  border-radius: 30px;
}
.offer-section-countryside-h03:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 30px;
}
.offer-section-countryside-h03 .sec-title .sub-title {
  margin-left: 5px;
  color: var(--theme-color-white);
}
.offer-section-countryside-h03 .sec-title h2 {
  color: var(--theme-color-white);
}
.offer-section-countryside-h03 .submit-form-box {
  margin-left: 68px;
}
.offer-section-countryside-h03 .submit-form-box .text {
  color: var(--theme-color-white);
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}
.offer-section-countryside-h03 .submit-form-box .submit-form {
  padding: 5px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3607843137);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.offer-section-countryside-h03 .submit-form-box .submit-form input {
  background-color: transparent;
  color: var(--theme-color-white);
}
.offer-section-countryside-h03 .submit-form-box .submit-form .theme-btn {
  text-align: right;
  border-radius: 40px;
}
.offer-section-countryside-h03.style-two {
  background-image: url(../images/background/bg-aountryside3-1.jpg);
}
.offer-section-countryside-h03.style-two .theme-btn {
  background-color: var(--theme-color-black);
  border: none;
}
.offer-section-countryside-h03.style-two .theme-btn:before {
  background-color: var(--theme-color6);
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section {
  padding: 120px 0 260px;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 50px 0 100px;
  }
}
.testimonial-section.style-nature .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color6) !important;
}
.testimonial-section.style-nature .slick-dotted .slick-dots.li.button {
  background-color: var(--theme-color6);
}
.testimonial-section.style-nature
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  border-color: var(--theme-color6);
  background-color: var(--theme-color6);
}
.testimonial-section.style-nature .testimonial-block .inner-box .rating .icon {
  color: var(--theme-color6);
}
.testimonial-section.luxury2-1 {
  padding: 170px 0 200px;
}
.testimonial-section.style-two .testimonial-block .inner-box .rating .icon {
  color: var(--theme-color6);
}
.testimonial-section.style-two .slick-dotted .slick-dots li button {
  border-color: var(--theme-color6) !important;
  outline-color: var(--theme-color6) !important;
}
.testimonial-section.style-two
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color6) !important;
  border-color: var(--theme-color6) !important;
}
.testimonial-section.style-winter .testimonial-block .inner-box .rating .icon {
  color: var(--theme-color7);
}
.testimonial-section.style-winter .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color7) !important;
}
.testimonial-section.style-winter
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color7);
  border-color: var(--theme-color7);
  outline-color: var(--theme-color7) !important;
}
.testimonial-section .testimonial-pattrn1-1 {
  background-image: url(../images/icons/testimonial-pattrn1-1.png);
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section .slick-dotted .slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -44px;
}
.testimonial-section .slick-dotted .slick-dots li button {
  height: 15px;
  width: 15px;
  margin: 0 8.5px;
  background-color: transparent;
  border: 3px solid var(--theme-color-white);
  outline: 1px solid var(--theme-color1) !important;
  outline-offset: -3px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section .slick-dotted .slick-dots li button:before {
  display: none;
}
.testimonial-section .slick-dotted .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  outline-color: var(--theme-color1) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section .carousel-outer {
  position: relative;
}
.testimonial-section .carousel-outer .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
}
.testimonial-section .carousel-outer .image-box .image img {
  border-radius: 50%;
}
.testimonial-section .carousel-outer .image-box .client1 {
  top: -128px;
  left: -153px;
}
@media (max-width: 991.98px) {
  .testimonial-section .carousel-outer .image-box .client1 {
    display: none;
  }
}
.testimonial-section .carousel-outer .image-box .client2 {
  bottom: 26px;
  left: -310px;
}
@media (max-width: 1399.98px) {
  .testimonial-section .carousel-outer .image-box .client2 {
    left: -160px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section .carousel-outer .image-box .client2 {
    display: none;
  }
}
.testimonial-section .carousel-outer .image-box .client3 {
  bottom: -165px;
  left: -118px;
}
@media (max-width: 991.98px) {
  .testimonial-section .carousel-outer .image-box .client3 {
    display: none;
  }
}
.testimonial-section .carousel-outer .image-box .client4 {
  bottom: -120px;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section .carousel-outer .image-box .client4 {
    right: -130px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section .carousel-outer .image-box .client4 {
    display: none;
  }
}
.testimonial-section .carousel-outer .image-box .client5 {
  top: -98px;
  right: -261px;
}
@media (max-width: 1399.98px) {
  .testimonial-section .carousel-outer .image-box .client5 {
    right: -150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section .carousel-outer .image-box .client5 {
    display: none;
  }
}

.testimonial-block .inner-box {
  margin: 0 50px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box {
    margin: 0;
  }
}
.testimonial-block .inner-box .rating {
  margin-bottom: 25px;
}
.testimonial-block .inner-box .rating .icon {
  color: var(--theme-color1);
  font-size: 24px;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .rating .icon {
    font-size: 22px;
  }
}
.testimonial-block .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-block .inner-box .text {
  color: #707070;
  font-size: 28px;
  font-weight: 300;
  font-family: var(--text-font);
  line-height: 45px;
}
@media (max-width: 767.98px) {
  .testimonial-block .inner-box .text {
    font-size: 22px;
  }
}
.testimonial-block .inner-box .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.testimonial-block .inner-box .info-box .name {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 6px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .info-box .name {
    font-size: 25px;
  }
}
.testimonial-block .inner-box .info-box .designation {
  display: block;
  margin-top: -3px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .info-box .designation {
    font-size: 15px;
  }
}

/*** 

  ====================================================================
    testimonial-section-Two
  ====================================================================

  ***/
.testimonial-section-two {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  position: relative;
  padding: 120px 0 100px;
}
.testimonial-section-two.style-light {
  background-color: var(--theme-color-white);
}
.testimonial-section-two.style-light .testimonial-pattrn1-1 {
  background-image: url("../images/icons/testimonial-pattrn1-1.png");
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two.style-light .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-two.style-light .swiper-button-prev {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-two.style-light .swiper-button-prev {
    display: none;
  }
}
.testimonial-section-two.style-light .swiper-button-prev:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-two.style-light .swiper-button-prev::after {
  color: #c4c4c4;
  content: "\f053";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-two.style-light .swiper-button-next {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-two.style-light .swiper-button-next {
    display: none;
  }
}
.testimonial-section-two.style-light .swiper-button-next:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-two.style-light .swiper-button-next::after {
  color: #c4c4c4;
  content: "\f054";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-two.style-light .testimonial-block-two .inner-box .text {
  color: #4b535d;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  max-width: 770px;
}
.testimonial-section-two.hostel .bg-image:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonial-section-two.hostel .testimonial-block-two .inner-box .text {
  color: var(--theme-color-light);
}
.testimonial-section-two.hostel
  .testimonial-block-two
  .inner-box
  .info-box
  .name {
  color: var(--theme-color-light);
}
.testimonial-section-two.hostel
  .testimonial-block-two
  .inner-box
  .info-box
  .designation {
  color: var(--theme-color-light);
}
.testimonial-section-two .sec-title {
  margin-bottom: 40px;
}
.testimonial-section-two .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .anim-icons .image-1 {
    display: none;
  }
}
.testimonial-section-two .testimonials {
  position: relative;
}
.testimonial-section-two .testimonials .testimonial-thumbs {
  width: 270px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-section-two .testimonials .testimonial-thumbs .swiper-slide {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-two
  .testimonials
  .testimonial-thumbs
  .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.testimonial-section-two .testimonials .testimonial-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-two .swiper-button-next:after,
.testimonial-section-two .swiper-button-prev:after {
  color: #000000;
  font-size: 30px;
  font-family: "Font Awesome 6 pro";
  font-weight: 300;
}
.testimonial-section-two .swiper-button-prev:after {
  content: "\f177";
}
.testimonial-section-two .swiper-button-next:after {
  content: "\f178";
}

.testimonial-block-two .inner-box {
  text-align: center;
}
.testimonial-block-two .inner-box .info-box {
  margin-bottom: 30px;
}
.testimonial-block-two .inner-box .info-box .name {
  margin-bottom: 5px;
  font-weight: 600;
}
.testimonial-block-two .inner-box .info-box .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.testimonial-block-two .inner-box .text {
  color: #707070;
  font-size: 28px;
  font-weight: 300;
  line-height: 45px;
  max-width: 860px;
  margin: 0 auto 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-box .text {
    max-width: initial;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-two .inner-box .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-block-two .inner-box .quote-icon .icon {
  font-size: 52px;
  color: var(--theme-color1);
  line-height: 1em;
}
.testimonial-block-two .inner-box .quote-icon .icon-img {
  width: auto;
  margin-bottom: 17px;
}

/*** 

  ====================================================================
      Testimonial Section Three
  ====================================================================

  ***/
.testimonial-section-three {
  position: relative;
  padding: 120px 0 145px;
}
.testimonial-section-three .slick-dots {
  bottom: -65px;
  left: calc(50% - 103px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .testimonial-section-three .slick-dots {
    left: 50%;
  }
}
.testimonial-section-three .slick-dots li {
  width: 30px;
}
.testimonial-section-three .slick-dots li.slick-active button {
  background-color: var(--theme-color1);
}
.testimonial-section-three .slick-dots li button {
  background-color: #ededed;
  height: 2px;
  width: 30px;
  padding: 0;
}
.testimonial-section-three .slick-dots li button::before {
  font-size: 0;
  opacity: 0;
}

@media (max-width: 1199.98px) {
  .testimonial-block-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.testimonial-block-three .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .testimonial-block-three .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.testimonial-block-three .inner-box .image-box {
  max-width: 404px;
}
@media (max-width: 991.98px) {
  .testimonial-block-three .inner-box .image-box {
    min-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-three .inner-box .image-box {
    min-width: auto;
    width: 100%;
    max-width: 576px;
  }
}
.testimonial-block-three .inner-box .image-box .thumb {
  border: 35px solid var(--theme-color1);
  margin: 0;
  overflow: hidden;
}
.testimonial-block-three .inner-box .image-box .thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.testimonial-block-three .inner-box .image-box .thumb img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .testimonial-block-three .inner-box .image-box .thumb img {
    width: 100%;
  }
}
.testimonial-block-three .inner-box .info-box {
  max-width: 576px;
}
@media (max-width: 991.98px) {
  .testimonial-block-three .inner-box .info-box {
    max-width: 576px;
  }
}
.testimonial-block-three .inner-box .info-box .info-box-content {
  position: relative;
  border: 1px solid var(--theme-color1);
  border-left: none;
  padding: 123px 30px 53px 45px;
}
@media (max-width: 991.98px) {
  .testimonial-block-three .inner-box .info-box .info-box-content {
    padding: 113px 30px 38px 45px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-three .inner-box .info-box .info-box-content {
    border-left: 1px solid #d7d7d7;
    padding: 113px 33px 38px 33px;
    margin-bottom: 1px;
  }
}
.testimonial-block-three .inner-box .info-box .info-box-content .text {
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .testimonial-block-three .inner-box .info-box .info-box-content .text {
    font-size: 14px;
  }
}
.testimonial-block-three .inner-box .info-box .info-box-content .name {
  color: var(--theme-color-dark);
  font-size: 23px;
  font-family: var(--text-font);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-three .inner-box .info-box .info-box-content .designation {
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #7a7a7a;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-three .inner-box .info-box .info-box-content .icon-quote {
  position: absolute;
  top: 37px;
  left: 52px;
  width: 92px;
  height: 66px;
  background-image: url(../images/icons/icon-quote.png);
}
.testimonial-block-three
  .inner-box
  .info-box
  .info-box-content
  .icon-wheel-compass-2 {
  position: absolute;
  bottom: 8px;
  right: 10px;
  -webkit-animation: fa-spin 70s infinite;
  animation: fa-spin 70s infinite;
  z-index: -1;
}

/*** 

  ====================================================================
    testimonial-section-Four
  ====================================================================

  ***/
.testimonial-section-four {
  padding: 70px 0 150px;
  position: relative;
}
/* .testimonial-section-four:before {
    background-image: url(../images/icons/shape-11.png);
    background-size: cover;
    bottom: -90px;
    content: "";
    height: 334px;
    right: 0;
    position: absolute;
    width: 338px;
  } */
.testimonial-section-four.style-modern
  .testimonial-block-four
  .inner-box:hover {
  background-color: var(--theme-color6);
}
.testimonial-section-four.style-modern
  .testimonial-block-four
  .content-box
  .icon {
  color: var(--new-gold-color);
}
.testimonial-section-four.style-modern .slick-slider .slick-arrow {
  border: 1px solid var(--theme-color6);
  color: var(--theme-color6);
}
.testimonial-section-four.style-modern
  .slick-slider
  .slick-arrow.slick-next::before {
  color: var(--theme-color6);
}
.testimonial-section-four.style-modern
  .slick-slider
  .slick-arrow.slick-prev::before {
  color: var(--theme-color6);
}
.testimonial-section-four.style-modern
  .slick-slider
  .slick-arrow.slick-next:hover {
  background-color: var(--theme-color6);
}
.testimonial-section-four.style-modern
  .slick-slider
  .slick-arrow.slick-prev:hover {
  background-color: var(--theme-color6);
}
.testimonial-section-four .sec-title {
  margin-bottom: 19px;
}
.testimonial-section-four .image-box .image {
  bottom: 0;
  height: 100%;
  position: absolute;
  left: 0;
  width: 42%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-four .image-box .image {
    width: 40%;
  }
}
.testimonial-section-four .image-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-four .slick-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
  font-size: 0;
  position: absolute;
  bottom: -78px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 60px;
  width: 60px;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-four .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-four .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.testimonial-section-four .slick-slider .slick-arrow:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-four .slick-slider .slick-arrow.slick-prev {
  right: 68px;
  left: auto;
}
.testimonial-section-four .slick-slider .slick-arrow.slick-prev:before {
  color: var(--theme-color1);
  content: "\f060";
}
.testimonial-section-four .slick-slider .slick-arrow.slick-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-four .slick-slider .slick-arrow.slick-prev:hover:before {
  color: var(--theme-color-white);
}
.testimonial-section-four .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.testimonial-section-four .slick-slider .slick-arrow.slick-next:before {
  color: var(--theme-color1);
  content: "\f061";
}
.testimonial-section-four .slick-slider .slick-arrow.slick-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-four .slick-slider .slick-arrow.slick-next:hover:before {
  color: var(--theme-color-white);
}

.testimonial-block-four {
  margin-bottom: 30px;
  position: relative;
}
.testimonial-block-four .inner-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-four .inner-box:hover {
  background-color: var(--new-gold-color);
}
.testimonial-block-four .inner-box:hover .icon,
.testimonial-block-four .inner-box:hover .text,
.testimonial-block-four .inner-box:hover .name,
.testimonial-block-four .inner-box:hover .designation {
  color: var(--theme-color-white);
}
.testimonial-block-four .inner-box:hover .info-box .thumb {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block-four .content-box {
  position: relative;
}
.testimonial-block-four .content-box .icon {
  color: var(--new-gold-color);
  display: inline-block;
  font-size: 48px;
  line-height: 40px;
  margin-bottom: 35px;
  margin-top: 15px;
  position: relative;
}
.testimonial-block-four .content-box .text {
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  position: relative;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-block-four .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
  position: relative;
}
.testimonial-block-four .info-box .thumb {
  border-radius: 50%;
  height: 40px;
  margin: 0 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 40px;
}
@media (max-width: 575.98px) {
  .testimonial-block-four .info-box .thumb {
    display: inline-block;
    left: 0;
    margin-bottom: 0px;
    position: relative;
    top: 0;
  }
}
.testimonial-block-four .info-box .name {
  color: #000;
  font-family: "Barlow";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.testimonial-block-four .info-box .designation {
  color: #6a6f78;
  display: block;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}

.slick-gap-30 .slick-list {
  margin: 0 -15px;
}
.slick-gap-30 .slick-list .slick-slide {
  margin: 30px 15px;
}

/*** 

  ====================================================================
    testimonial-section-Five
  ====================================================================

  ***/
.testimonial-section-five {
  padding: 120px 0 90px;
  position: relative;
}
.testimonial-section-five .slick-slider {
  position: inherit;
}
.testimonial-section-five .slick-slider .slick-arrow {
  background-color: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  color: var(--text-color9);
  font-size: 0;
  position: absolute;
  bottom: auto;
  top: calc(50% - 24px);
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 60px;
  width: 60px;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-five .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-five .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.testimonial-section-five .slick-slider .slick-arrow:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-five .slick-slider .slick-arrow.slick-prev {
  left: 60px;
  right: auto;
}
.testimonial-section-five .slick-slider .slick-arrow.slick-prev:before {
  color: var(--theme-color-white);
  content: "\f054";
  font-weight: 400;
}
.testimonial-section-five .slick-slider .slick-arrow.slick-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-five .slick-slider .slick-arrow.slick-prev:hover:before {
  color: var(--theme-color-white);
}
.testimonial-section-five .slick-slider .slick-arrow.slick-next {
  left: 60px;
  right: auto;
  top: calc(50% + 51px);
}
.testimonial-section-five .slick-slider .slick-arrow.slick-next:before {
  color: var(--theme-color-white);
  content: "\f053";
  font-weight: 400;
}
.testimonial-section-five .slick-slider .slick-arrow.slick-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-five .slick-slider .slick-arrow.slick-next:hover:before {
  color: var(--theme-color-white);
}

.testimonial-block-five {
  margin-bottom: 30px;
  position: relative;
}
.testimonial-block-five .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-five .inner-box:hover .text,
.testimonial-block-five .inner-box:hover .name {
  color: var(--theme-color-dark);
}
.testimonial-block-five .inner-box:hover .info-box .thumb {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block-five .content-box {
  position: relative;
}
.testimonial-block-five .content-box .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 48px;
  line-height: 40px;
  margin-left: 30px;
  position: relative;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-five .content-box .text {
  background-color: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  color: var(--text-color9);
  font-family: var(--text-font);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: -35px;
  padding: 49px 30px 41px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-five .content-box .text:before {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.testimonial-block-five .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  position: relative;
}
.testimonial-block-five .info-box .thumb {
  border-radius: 50%;
  height: 70px;
  margin: 0 15px 0 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 70px;
}
@media (max-width: 575.98px) {
  .testimonial-block-five .info-box .thumb {
    display: inline-block;
    left: 0;
    margin-bottom: 0px;
    position: relative;
    top: 0;
  }
}
.testimonial-block-five .info-box .name {
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-five .info-box .designation {
  color: var(--text-color9);
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    testimonial-section-six
  ====================================================================

  ***/
.testimonial-section-six {
  position: relative;
  padding: 120px 0 100px;
}
.testimonial-section-six.style-winter .inner-box .quote-icon .icon-img {
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(81%)
    saturate(519%) hue-rotate(167deg) brightness(103%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(519%)
    hue-rotate(167deg) brightness(103%) contrast(85%);
}
.testimonial-section-six .sec-title {
  margin-bottom: 40px;
}
.testimonial-section-six .anim-icons .image-1 {
  position: absolute;
  bottom: calc(50% - 220px);
  left: calc(50% - 340px);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-six .anim-icons .image-1 {
    display: none;
  }
}
.testimonial-section-six .testimonials {
  position: relative;
}
.testimonial-section-six .testimonials .testimonial-thumbs {
  width: 270px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-section-six .testimonials .testimonial-thumbs .swiper-slide {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-six
  .testimonials
  .testimonial-thumbs
  .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.testimonial-section-six .testimonials .testimonial-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-six .swiper-button-next:after,
.testimonial-section-six .swiper-button-prev:after {
  color: #000000;
  font-size: 30px;
  font-family: "Font Awesome 6 pro";
  font-weight: 300;
}
.testimonial-section-six .swiper-button-prev:after {
  content: "\f177";
}
.testimonial-section-six .swiper-button-next:after {
  content: "\f178";
}

.testimonial-block-six .inner-box {
  text-align: center;
}
.testimonial-block-six .inner-box .info-box {
  margin-bottom: 30px;
}
.testimonial-block-six .inner-box .info-box .name {
  margin-bottom: 5px;
  font-weight: 600;
}
.testimonial-block-six .inner-box .info-box .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.testimonial-block-six .inner-box .text {
  color: #707070;
  font-size: 28px;
  font-weight: 300;
  line-height: 45px;
  max-width: 860px;
  margin: 0 auto 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-six .inner-box .text {
    max-width: initial;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-six .inner-box .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-block-six .inner-box .quote-icon .icon {
  font-size: 52px;
  color: var(--theme-color1);
  line-height: 1em;
}
.testimonial-block-six .inner-box .quote-icon .icon-img {
  width: auto;
  margin-bottom: 17px;
}

/*** 

  ====================================================================
    testimonial-section-winter
  ====================================================================

  ***/
.testimonial-section-winter {
  position: relative;
  padding: 120px 0;
  background-color: #eef9fd;
}
.testimonial-section-winter .sub-title:before {
  display: none;
}
.testimonial-section-winter .reviews-box .inner-box {
  background-color: var(--theme-color7);
  text-align: center;
  padding: 50px 10px 80px;
  margin-right: 30px;
}
.testimonial-section-winter .reviews-box .inner-box .reviews-number {
  font-size: 82px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial-section-winter .reviews-box .inner-box .rating {
  margin-bottom: 10px;
}
.testimonial-section-winter .reviews-box .inner-box .rating .icon {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 20px;
}
.testimonial-section-winter .reviews-box .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-section-winter .reviews-box .inner-box .reviews {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
.testimonial-section-winter .reviews-box .inner-box .title {
  font-size: 28px;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.testimonial-section-winter .reviews-box .inner-box .button-box {
  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;
}
.testimonial-section-winter .reviews-box .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  padding: 17.5px 32px;
  margin-right: 10px;
}
.testimonial-section-winter .reviews-box .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}
.testimonial-section-winter .reviews-box .inner-box .arrow-button {
  width: 65px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.testimonial-section-winter .testimonial-block-winter .inner-box .quote-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(81%)
    saturate(519%) hue-rotate(167deg) brightness(103%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(519%)
    hue-rotate(167deg) brightness(103%) contrast(85%);
}
.testimonial-section-winter .testimonial-block-winter .inner-box .text {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.testimonial-section-winter
  .testimonial-block-winter
  .inner-box
  .info-box
  .name {
  margin-bottom: 0;
}
.testimonial-section-winter .testimonials-column {
  position: relative;
}
.testimonial-section-winter .testimonials-column .swiper-button-next {
  top: -170px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-winter .testimonials-column .swiper-button-next:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.testimonial-section-winter .testimonials-column .swiper-button-next:after {
  font-size: 20px;
}
.testimonial-section-winter .testimonials-column .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -170px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-winter .testimonials-column .swiper-button-prev:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.testimonial-section-winter .testimonials-column .swiper-button-prev:after {
  font-size: 20px;
}

/*** 

  ====================================================================
    testimonial-section-beach
  ====================================================================

  ***/
.testimonial-section-beach {
  background-color: var(--theme-color8);
  position: relative;
  padding: 120px 0 132px;
}
.testimonial-section-beach .bg-image {
  max-width: 50%;
}
.testimonial-section-beach .sec-title .sub-title {
  color: var(--text-color);
  font-family: var(--text-font2);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.testimonial-section-beach .testimonial-block-six .inner-box .text {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 500;
  max-width: 750px;
}
.testimonial-section-beach .testimonial-block-six .inner-box .info-box {
  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;
}
.testimonial-section-beach .testimonial-block-six .inner-box .info-box .name {
  color: var(--theme-color-white);
}
.testimonial-section-beach
  .testimonial-block-six
  .inner-box
  .info-box
  .designation {
  font-family: var(--title-font);
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.testimonial-section-beach .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
.testimonial-section-beach .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--theme-color-white);
  border: none;
  opacity: 1;
  margin: 0 5px;
  height: 12px;
  width: 12px;
}
.testimonial-section-beach
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}

/*** 

  ====================================================================
    testimonial-section-luxury
  ====================================================================

  ***/
.testimonial-section-luxury {
  position: relative;
}
.testimonial-section-luxury.style-luxury2 .bg-image {
  width: calc(50% + 300px);
}
@media (max-width: 991.98px) {
  .testimonial-section-luxury.style-luxury2 .bg-image {
    width: 0;
  }
}
.testimonial-section-luxury.style-luxury2
  .content-column
  .inner-column
  .content-box {
  text-align: center;
  margin-right: -200px;
}
@media (max-width: 1599.98px) {
  .testimonial-section-luxury.style-luxury2
    .content-column
    .inner-column
    .content-box {
    margin-right: 0;
  }
}
@media (max-width: 1599.98px) {
  .testimonial-section-luxury.style-luxury2
    .content-column
    .inner-column
    .content-box
    .testimonial-block-seven
    .inner-block
    .author-text {
    font-size: 24px;
    line-height: 1.6;
  }
}
.testimonial-section-luxury.style-luxury2
  .content-column
  .inner-column
  .content-box
  .testimonial-block-seven
  .inner-block
  .info-box {
  border-top: none;
  margin-top: 30px;
  padding-top: 0;
}
.testimonial-section-luxury .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% + 100px);
}
.testimonial-section-luxury .bg-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial-section-luxury .bg-image .text-rotate {
  color: rgba(173, 173, 173, 0.35);
  font-family: "Cormorant Garamond", serif;
  font-size: 162px;
  font-weight: 700;
  position: absolute;
  bottom: 196px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -75px;
}
@media (max-width: 991.98px) {
  .testimonial-section-luxury .bg-image .text-rotate {
    display: none;
  }
}
.testimonial-section-luxury .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.testimonial-section-luxury .content-column .inner-column {
  background-color: #f8f5f1;
  padding: 123px 0 110px 115px;
  margin-left: 22px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-luxury .content-column .inner-column {
    padding: 123px 0 110px 55px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-luxury .content-column .inner-column {
    margin-left: 0;
    padding: 123px 0 110px 15px;
  }
}
.testimonial-section-luxury .content-column .inner-column:before {
  background-color: #f8f5f1;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 4000px;
  height: 100%;
  z-index: -1;
}

.testimonial-block-seven .inner-block .icon {
  margin-bottom: 30px;
}
.testimonial-block-seven .inner-block .author-text {
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 47px;
}
@media (max-width: 991.98px) {
  .testimonial-block-seven .inner-block .author-text {
    font-size: 24px;
    line-height: 1.6;
  }
}
.testimonial-block-seven .inner-block .info-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1411764706);
  margin-top: 30px;
  padding-top: 32px;
}
.testimonial-block-seven .inner-block .info-box .testimonial-name {
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 1px;
}
.testimonial-block-seven .inner-block .info-box .testimonial-position {
  font-family: "Barlow", sans-serif;
}

/*** 

  ====================================================================
    testimonial-section-eight
  ====================================================================

  ***/
.testimonial-section-eight {
  position: relative;
}
.testimonial-section-eight .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% + 100px);
}
.testimonial-section-eight .bg-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial-section-eight .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.testimonial-section-eight .content-column .inner-column {
  background-color: #f8f5f1;
  padding: 123px 0 110px 115px;
  margin-left: 22px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-eight .content-column .inner-column {
    padding: 123px 0 110px 55px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-eight .content-column .inner-column {
    margin-left: 0;
    padding: 123px 0 110px 15px;
  }
}

.testimonial-block-eight .inner-block .icon {
  margin-bottom: 30px;
}
.testimonial-block-eight .inner-block .author-text {
  font-family: var(--text-font4);
  font-size: 32px;
  font-weight: 400;
  line-height: 47px;
}
@media (max-width: 991.98px) {
  .testimonial-block-eight .inner-block .author-text {
    font-size: 24px;
    line-height: 1.6;
  }
}
.testimonial-block-eight .inner-block .info-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1411764706);
  margin-top: 30px;
  padding-top: 32px;
}
.testimonial-block-eight .inner-block .info-box .testimonial-name {
  font-family: var(--title-font2);
  margin-bottom: 1px;
}
.testimonial-block-eight .inner-block .info-box .testimonial-position {
  font-family: var(--text-font4);
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-style-luxury4 {
  margin: 0 25px;
  position: relative;
  background-color: #d9d0bd;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .testimonial-section-style-luxury4 {
    padding: 50px 0 100px;
  }
}
.testimonial-section-style-luxury4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/icons/shape-42.png);
}
.testimonial-section-style-luxury4.style-two
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color6);
}
.testimonial-section-style-luxury4.style-two
  .slick-dotted
  .slick-dots
  li
  button {
  border-color: var(--theme-color6) !important;
  outline-color: var(--theme-color6) !important;
}
.testimonial-section-style-luxury4.style-two
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color6) !important;
  border-color: var(--theme-color6) !important;
}
.testimonial-section-style-luxury4.style-winter
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color7);
}
.testimonial-section-style-luxury4.style-winter
  .slick-dotted
  .slick-dots
  li
  button {
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-style-luxury4.style-winter
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color7);
  border-color: var(--theme-color7);
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-style-luxury4 .testimonial-pattrn1-1 {
  background-image: url(../images/icons/testimonial-pattrn1-1.png);
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section-style-luxury4 .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-style-luxury4 .slick-dotted .slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -44px;
}
.testimonial-section-style-luxury4 .slick-dotted .slick-dots li button {
  height: 15px;
  width: 15px;
  margin: 0 8.5px;
  background-color: transparent;
  border: 3px solid var(--theme-color-white);
  outline: 1px solid var(--theme-color1) !important;
  outline-offset: -3px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-style-luxury4 .slick-dotted .slick-dots li button:before {
  display: none;
}
.testimonial-section-style-luxury4
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  outline-color: var(--theme-color1) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-style-luxury4 .carousel-outer {
  position: relative;
}
.testimonial-section-style-luxury4 .carousel-outer .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
}
.testimonial-section-style-luxury4 .carousel-outer .image-box .image img {
  border-radius: 50%;
}
.testimonial-section-style-luxury4 .carousel-outer .image-box .client1 {
  top: -128px;
  left: -153px;
}
@media (max-width: 991.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client1 {
    display: none;
  }
}
.testimonial-section-style-luxury4 .carousel-outer .image-box .client2 {
  bottom: 26px;
  left: -310px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client2 {
    left: -160px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client2 {
    display: none;
  }
}
.testimonial-section-style-luxury4 .carousel-outer .image-box .client3 {
  bottom: -165px;
  left: -118px;
}
@media (max-width: 991.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client3 {
    display: none;
  }
}
.testimonial-section-style-luxury4 .carousel-outer .image-box .client4 {
  bottom: -120px;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client4 {
    right: -130px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client4 {
    display: none;
  }
}
.testimonial-section-style-luxury4 .carousel-outer .image-box .client5 {
  top: -98px;
  right: -261px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client5 {
    right: -150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-style-luxury4 .carousel-outer .image-box .client5 {
    display: none;
  }
}

.testimonial-block-style-luxury4 .inner-box {
  margin: 0 50px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-luxury4 .inner-box {
    margin: 0;
  }
}
.testimonial-block-style-luxury4 .inner-box .rating {
  margin-bottom: 25px;
}
.testimonial-block-style-luxury4 .inner-box .rating .icon {
  color: var(--theme-color1);
  font-size: 24px;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-luxury4 .inner-box .rating .icon {
    font-size: 22px;
  }
}
.testimonial-block-style-luxury4 .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-block-style-luxury4 .inner-box .text {
  color: #707070;
  font-size: 28px;
  font-weight: 300;
  font-family: var(--text-font);
  line-height: 45px;
}
@media (max-width: 767.98px) {
  .testimonial-block-style-luxury4 .inner-box .text {
    font-size: 22px;
  }
}
.testimonial-block-style-luxury4 .inner-box .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.testimonial-block-style-luxury4 .inner-box .info-box .name {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 6px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-luxury4 .inner-box .info-box .name {
    font-size: 25px;
  }
}
.testimonial-block-style-luxury4 .inner-box .info-box .designation {
  display: block;
  margin-top: -3px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-luxury4 .inner-box .info-box .designation {
    font-size: 15px;
  }
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-island2 {
  background-color: #e5f0f9;
  padding: 120px 0 260px;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-section-island2 {
    padding: 50px 0 100px;
  }
}
.testimonial-section-island2 .anim-icons .image-1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonial-section-island2 .testimonial-pattrn1-1 {
  background-image: url(../images/icons/testimonial-pattrn1-1.png);
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section-island2 .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-island2 .slick-dotted .slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -44px;
}
.testimonial-section-island2 .slick-dotted .slick-dots li button {
  height: 15px;
  width: 15px;
  margin: 0 8.5px;
  background-color: #aaaaaa;
  border: 3px solid #aaaaaa;
  outline: 1px solid #aaaaaa !important;
  outline-offset: -3px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-island2 .slick-dotted .slick-dots li button:before {
  display: none;
}
.testimonial-section-island2 .slick-dotted .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color9);
  border-color: var(--theme-color9);
  outline-color: var(--theme-color9) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-island2 .carousel-outer {
  position: relative;
}
.testimonial-section-island2 .carousel-outer .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
}
.testimonial-section-island2 .carousel-outer .image-box .image img {
  border-radius: 50%;
}
.testimonial-section-island2 .carousel-outer .image-box .client1 {
  top: -128px;
  left: -153px;
}
@media (max-width: 991.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client1 {
    display: none;
  }
}
.testimonial-section-island2 .carousel-outer .image-box .client2 {
  bottom: 26px;
  left: -310px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client2 {
    left: -160px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client2 {
    display: none;
  }
}
.testimonial-section-island2 .carousel-outer .image-box .client3 {
  bottom: -165px;
  left: -118px;
}
@media (max-width: 991.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client3 {
    display: none;
  }
}
.testimonial-section-island2 .carousel-outer .image-box .client4 {
  bottom: -120px;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client4 {
    right: -130px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client4 {
    display: none;
  }
}
.testimonial-section-island2 .carousel-outer .image-box .client5 {
  top: -98px;
  right: -261px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client5 {
    right: -150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-island2 .carousel-outer .image-box .client5 {
    display: none;
  }
}

.testimonial-block-island2 .inner-box {
  margin: 0 50px;
}
@media (max-width: 575.98px) {
  .testimonial-block-island2 .inner-box {
    margin: 0;
  }
}
.testimonial-block-island2 .inner-box .rating {
  margin-bottom: 25px;
}
.testimonial-block-island2 .inner-box .rating .icon {
  color: var(--theme-color9);
  font-size: 24px;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .testimonial-block-island2 .inner-box .rating .icon {
    font-size: 22px;
  }
}
.testimonial-block-island2 .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-block-island2 .inner-box .text {
  color: #707070;
  font-size: 28px;
  font-weight: 300;
  font-family: var(--text-font);
  line-height: 45px;
}
@media (max-width: 767.98px) {
  .testimonial-block-island2 .inner-box .text {
    font-size: 22px;
  }
}
.testimonial-block-island2 .inner-box .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.testimonial-block-island2 .inner-box .info-box .name {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 6px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block-island2 .inner-box .info-box .name {
    font-size: 25px;
  }
}
.testimonial-block-island2 .inner-box .info-box .designation {
  display: block;
  margin-top: -3px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block-island2 .inner-box .info-box .designation {
    font-size: 15px;
  }
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-spa {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  position: relative;
  padding: 550px 0 100px;
  margin-top: -460px;
}
.testimonial-section-spa:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 72px;
  content: "";
  background-image: url(../images/icons/bg-shape4.png);
}
.testimonial-section-spa.style-light {
  background-color: var(--theme-color-white);
}
.testimonial-section-spa.style-light .testimonial-pattrn1-1 {
  background-image: url("../images/icons/testimonial-pattrn1-1.png");
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-spa.style-light .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-spa.style-light .swiper-button-prev {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-spa.style-light .swiper-button-prev {
    display: none;
  }
}
.testimonial-section-spa.style-light .swiper-button-prev:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-spa.style-light .swiper-button-prev::after {
  color: #c4c4c4;
  content: "\f053";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-spa.style-light .swiper-button-next {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-spa.style-light .swiper-button-next {
    display: none;
  }
}
.testimonial-section-spa.style-light .swiper-button-next:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-spa.style-light .swiper-button-next::after {
  color: #c4c4c4;
  content: "\f054";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-spa.style-light .testimonial-block-two .inner-box .text {
  color: #4b535d;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  max-width: 770px;
}
.testimonial-section-spa .sec-title {
  margin-bottom: 40px;
}
.testimonial-section-spa .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-spa .anim-icons .image-1 {
    display: none;
  }
}
.testimonial-section-spa .testimonials {
  position: relative;
}
.testimonial-section-spa .testimonials .testimonial-thumbs {
  width: 270px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-section-spa .testimonials .testimonial-thumbs .swiper-slide {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-spa
  .testimonials
  .testimonial-thumbs
  .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.testimonial-section-spa .testimonials .testimonial-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-spa .swiper-button-next:after,
.testimonial-section-spa .swiper-button-prev:after {
  color: #000000;
  font-size: 30px;
  font-family: "Font Awesome 6 pro";
  font-weight: 300;
}
.testimonial-section-spa .swiper-button-prev:after {
  content: "\f177";
}
.testimonial-section-spa .swiper-button-next:after {
  content: "\f178";
}

.testimonial-block-spa .inner-box {
  text-align: center;
}
.testimonial-block-spa .inner-box .info-box {
  margin-bottom: 30px;
}
.testimonial-block-spa .inner-box .info-box .name {
  margin-bottom: 5px;
  font-weight: 600;
}
.testimonial-block-spa .inner-box .info-box .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.testimonial-block-spa .inner-box .text {
  color: #707070;
  font-size: 28px;
  font-weight: 300;
  line-height: 45px;
  max-width: 860px;
  margin: 0 auto 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-spa .inner-box .text {
    max-width: initial;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-spa .inner-box .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-block-spa .inner-box .quote-icon .icon {
  font-size: 52px;
  color: var(--theme-color1);
  line-height: 1em;
}
.testimonial-block-spa .inner-box .quote-icon .icon-img {
  width: auto;
  margin-bottom: 17px;
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-city {
  padding: 120px 0;
  position: relative;
}
.testimonial-section-city .bg-image:before {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.testimonial-section-city .sec-title {
  margin-bottom: 19px;
}
.testimonial-section-city .slick-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
  font-size: 0;
  position: absolute;
  bottom: -78px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 60px;
  width: 60px;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-city .slick-slider .slick-arrow:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-city .slick-slider .slick-arrow:hover:before {
  color: var(--theme-color-white);
}
.testimonial-section-city .slick-slider .slick-arrow:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-city .slick-slider .slick-arrow.slick-prev {
  right: 68px;
  left: auto;
}
.testimonial-section-city .slick-slider .slick-arrow.slick-prev:before {
  color: var(--theme-color1);
  content: "\f060";
}
.testimonial-section-city .slick-slider .slick-arrow.slick-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-city .slick-slider .slick-arrow.slick-prev:hover:before {
  color: var(--theme-color-white);
}
.testimonial-section-city .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.testimonial-section-city .slick-slider .slick-arrow.slick-next:before {
  color: var(--theme-color1);
  content: "\f061";
}
.testimonial-section-city .slick-slider .slick-arrow.slick-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.testimonial-section-city .slick-slider .slick-arrow.slick-next:hover:before {
  color: var(--theme-color-white);
}

.testimonial-block-city {
  margin-bottom: 30px;
  position: relative;
}
.testimonial-block-city .inner-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-city .inner-box:hover {
  background-color: var(--theme-color1);
}
.testimonial-block-city .inner-box:hover .icon,
.testimonial-block-city .inner-box:hover .text,
.testimonial-block-city .inner-box:hover .name,
.testimonial-block-city .inner-box:hover .designation {
  color: var(--theme-color-white);
}
.testimonial-block-city .inner-box:hover .info-box .thumb {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block-city .content-box {
  position: relative;
}
.testimonial-block-city .content-box .icon {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 48px;
  line-height: 40px;
  margin-bottom: 35px;
  margin-top: 15px;
  position: relative;
}
.testimonial-block-city .content-box .text {
  color: #000000;
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
}
.testimonial-block-city .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
  position: relative;
}
.testimonial-block-city .info-box .thumb {
  border-radius: 50%;
  height: 40px;
  margin: 0 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 40px;
}
@media (max-width: 575.98px) {
  .testimonial-block-city .info-box .thumb {
    display: inline-block;
    left: 0;
    margin-bottom: 0px;
    position: relative;
    top: 0;
  }
}
.testimonial-block-city .info-box .name {
  color: #000;
  font-family: "Barlow";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.testimonial-block-city .info-box .designation {
  color: #6a6f78;
  display: block;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-city2 {
  position: relative;
  padding: 550px 0 120px;
  background-color: #f7f3ee;
  margin-top: -456px;
}
.testimonial-section-city2:before {
  background-image: url(../images/icons/shape-52.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonial-section-city2 .sub-title:before {
  display: none;
}
.testimonial-section-city2 .reviews-box .inner-box {
  background-color: var(--theme-color1);
  text-align: center;
  padding: 50px 10px 80px;
  margin-right: 30px;
}
.testimonial-section-city2 .reviews-box .inner-box .reviews-number {
  font-size: 82px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial-section-city2 .reviews-box .inner-box .rating {
  margin-bottom: 10px;
}
.testimonial-section-city2 .reviews-box .inner-box .rating .icon {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 20px;
}
.testimonial-section-city2 .reviews-box .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-section-city2 .reviews-box .inner-box .reviews {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
.testimonial-section-city2 .reviews-box .inner-box .title {
  font-size: 28px;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.testimonial-section-city2 .reviews-box .inner-box .button-box {
  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;
}
.testimonial-section-city2 .reviews-box .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  padding: 17.5px 32px;
  margin-right: 10px;
}
.testimonial-section-city2 .reviews-box .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}
.testimonial-section-city2 .reviews-box .inner-box .arrow-button {
  width: 65px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.testimonial-section-city2 .testimonial-block-winter .inner-box .text {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.testimonial-section-city2
  .testimonial-block-winter
  .inner-box
  .info-box
  .name {
  margin-bottom: 0;
}
.testimonial-section-city2 .testimonials-column {
  position: relative;
}
.testimonial-section-city2 .testimonials-column .swiper-button-next {
  top: -170px;
  font-size: 30px;
  color: var(--theme-color1);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-city2 .testimonials-column .swiper-button-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.testimonial-section-city2 .testimonials-column .swiper-button-next:after {
  font-size: 20px;
}
.testimonial-section-city2 .testimonials-column .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -170px;
  font-size: 30px;
  color: var(--theme-color1);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-city2 .testimonials-column .swiper-button-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.testimonial-section-city2 .testimonials-column .swiper-button-prev:after {
  font-size: 20px;
}

/***

  ==================================================================
  testimonial-section-city2
  ==================================================================

  ***/
.testimonial-section-city3 {
  position: relative;
  padding: 120px 0 180px;
  margin: 0 30px;
}
.testimonial-section-city3 .bg-image {
  border-radius: 30px;
}
.testimonial-section-city3 .bg-image:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial-section-city3 .bg-image img {
  border-radius: 30px;
}
.testimonial-section-city3 .sec-title {
  margin-bottom: 45px;
}
.testimonial-section-city3 .sec-title .sub-title {
  color: var(--text-color);
}
.testimonial-section-city3 .sec-title h2 {
  color: var(--theme-color-white);
}
.testimonial-section-city3 .testimonial-block-city2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-section-city3 .testimonial-block-city2 .images-box .image-1 {
  margin-bottom: 0;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.testimonial-section-city3
  .testimonial-block-city2
  .images-box
  .image-1:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 110px;
  height: 200px;
  background-color: #a98860;
  z-index: -1;
}
.testimonial-section-city3 .testimonial-block-city2 .images-box .image-1 img {
  min-width: 140px;
  height: 198px;
}
.testimonial-section-city3 .testimonial-block-city2 .content-box .inner-box {
  margin-left: 50px;
}
.testimonial-section-city3
  .testimonial-block-city2
  .content-box
  .inner-box
  .icon {
  margin-bottom: 20px;
}
.testimonial-section-city3
  .testimonial-block-city2
  .content-box
  .inner-box
  .icon
  img {
  max-width: 30%;
}
.testimonial-section-city3
  .testimonial-block-city2
  .content-box
  .inner-box
  .text {
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  font-family: var(--text-font4);
  color: var(--theme-color-white);
}
.testimonial-section-city3
  .testimonial-block-city2
  .content-box
  .inner-box
  .author-info
  .name {
  color: var(--theme-color-white);
  margin-bottom: 0;
}
.testimonial-section-city3
  .testimonial-block-city2
  .content-box
  .inner-box
  .author-info
  .designation {
  color: var(--theme-color-white);
}

/*** 

  ====================================================================
    testimonial-section-winter
  ====================================================================

  ***/
.testimonial-section-lake2 {
  position: relative;
  padding: 120px 0;
  margin-top: 120px;
  background-color: rgba(65, 123, 43, 0.1019607843);
}
.testimonial-section-lake2 .sub-title:before {
  display: none;
}
.testimonial-section-lake2 .reviews-box .inner-box {
  background-color: var(--theme-color6);
  text-align: center;
  padding: 50px 10px 80px;
  margin-right: 30px;
}
.testimonial-section-lake2 .reviews-box .inner-box .reviews-number {
  font-size: 82px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial-section-lake2 .reviews-box .inner-box .rating {
  margin-bottom: 10px;
}
.testimonial-section-lake2 .reviews-box .inner-box .rating .icon {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 20px;
}
.testimonial-section-lake2 .reviews-box .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-section-lake2 .reviews-box .inner-box .reviews {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
.testimonial-section-lake2 .reviews-box .inner-box .title {
  font-size: 28px;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.testimonial-section-lake2 .reviews-box .inner-box .button-box {
  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;
}
.testimonial-section-lake2 .reviews-box .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  padding: 17.5px 32px;
  margin-right: 10px;
}
.testimonial-section-lake2 .reviews-box .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}
.testimonial-section-lake2 .reviews-box .inner-box .arrow-button {
  width: 65px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.testimonial-section-lake2 .testimonial-block-winter .inner-box .text {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.testimonial-section-lake2
  .testimonial-block-winter
  .inner-box
  .info-box
  .name {
  margin-bottom: 0;
}
.testimonial-section-lake2 .testimonials-column {
  position: relative;
}
.testimonial-section-lake2 .testimonials-column .swiper-button-next {
  top: -170px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-lake2 .testimonials-column .swiper-button-next:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.testimonial-section-lake2 .testimonials-column .swiper-button-next:after {
  font-size: 20px;
}
.testimonial-section-lake2 .testimonials-column .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -170px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-lake2 .testimonials-column .swiper-button-prev:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.testimonial-section-lake2 .testimonials-column .swiper-button-prev:after {
  font-size: 20px;
}

.testimonial-section-five2 {
  padding: 120px 0;
  position: relative;
  background-color: #f7f3ee;
  overflow: hidden;
  z-index: 1;
}
.testimonial-section-five2 .slider-outer {
  margin: 0px -70px;
}
.testimonial-section-five2 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #929292;
  margin: 5px;
}
.testimonial-section-five2 .swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}

.testimonial-block-five2 {
  max-width: 790px;
  margin: 0 auto;
}
.testimonial-block-five2 .inner-box {
  background-color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .testimonial-block-five2 .inner-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.testimonial-block-five2 .inner-box .thumb {
  position: relative;
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 45%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .testimonial-block-five2 .inner-box .thumb {
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }
}
.testimonial-block-five2 .inner-box .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial-block-five2 .inner-box .thumb .video-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonial-block-five2 .inner-box .content-box {
  padding: 40px 40px;
  border-radius: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(19, 81, 216, 0.05);
  -webkit-box-shadow: 0px 4px 18px 0px rgba(var(--theme-color-black-rgb), 0.05);
  box-shadow: 0px 4px 18px 0px rgba(var(--theme-color-black-rgb), 0.05);
}
@media (max-width: 767.98px) {
  .testimonial-block-five2 .inner-box .content-box {
    padding: 50px;
    border-radius: 20px;
  }
}
.testimonial-block-five2 .inner-box .content-box .logo {
  margin-bottom: 20px;
}
.testimonial-block-five2 .inner-box .content-box .text {
  font-size: 20px;
  line-height: 32px;
  color: var(--text-color);
  font-size: 15px;
}
.testimonial-block-five2 .inner-box .content-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #eeeff1;
}
.testimonial-block-five2 .inner-box .content-box .info-box .user-info .name {
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-block-five2
  .inner-box
  .content-box
  .info-box
  .user-info
  .designation {
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: var(--text-color3);
}
.testimonial-block-five2 .inner-box .content-box .info-box .rating-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  padding: 5px 15px;
  border-radius: 35px;
  background-color: var(--theme-color1);
}
.testimonial-block-five2
  .inner-box
  .content-box
  .info-box
  .rating-info
  .rating {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: var(--headings-color);
}
.testimonial-block-five2 .inner-box .content-box .info-box .rating-info .icon {
  font-size: 14px;
  line-height: 18px;
  color: var(--headings-color);
}

/*** 

  ====================================================================
  testimonial section four luxury2-2
  ====================================================================

  ***/
.testimonial-section-four.luxury2-2 {
  position: relative;
}
.testimonial-section-four.luxury2-2 .anim-icons {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
}
.testimonial-section-four.luxury2-2 .bg-image-1 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 40%;
}
.testimonial-section-four.luxury2-2 .bg-image-1 img {
  height: 93%;
}
.testimonial-section-four.luxury2-2 .bg-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 60%;
}
.testimonial-section-four.luxury2-2 .bg-image-2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}
.testimonial-section-four.luxury2-2 .image-box .image {
  width: 60%;
}

/*** 

  ====================================================================
  testimonial-section-beach breakfast 
  ====================================================================

  ***/
.testimonial-section-beach.breakfast {
  background-color: var(--theme-color-dark2);
}
.testimonial-section-beach.breakfast .testimonial-block-six .inner-box .text {
  font-size: 30px;
  font-family: var(--title-font2);
  font-style: italic;
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-lodge {
  padding: 120px 0;
  position: relative;
}
.testimonial-section-lodge .bg-image:before {
  background-image: url(../images/icons/shape-lodge.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial-section-lodge .bg-image:after {
  background-image: url(../images/icons/shape-lodge.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
}
.testimonial-section-lodge .bg-image img {
  height: 100%;
}
.testimonial-section-lodge .sec-title {
  text-align: left;
  margin-bottom: -30px;
}
.testimonial-section-lodge .sec-title .sub-title:before {
  display: none;
}

.testimonial-block-lodge {
  margin-bottom: 30px;
  position: relative;
}
.testimonial-block-lodge .inner-box {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding-right: 25px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-lodge .content-box {
  position: relative;
}
.testimonial-block-lodge .content-box .icon {
  color: var(--theme-color-white);
  background-color: var(--theme-color6);
  width: 80px;
  height: 80px;
  display: inline-block;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 15px;
  position: relative;
  left: 30px;
  top: 70px;
  z-index: 1;
}
.testimonial-block-lodge .content-box .text {
  color: var(--text-color);
  font-family: var(--text-font4);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  background-color: var(--theme-color-white);
  padding: 49px 30px 41px;
}
.testimonial-block-lodge .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
  position: relative;
}
.testimonial-block-lodge .info-box .thumb {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-lodge .info-box .thumb {
    display: inline-block;
    left: 0;
    margin-bottom: 0px;
    position: relative;
    top: 0;
  }
}
.testimonial-block-lodge .info-box .name {
  color: var(--theme-color-white);
  font-family: "Barlow";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.testimonial-block-lodge .info-box .designation {
  color: var(--theme-color-white);
  display: block;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}

/*** 

  ====================================================================
    testimonial-section-winter
  ====================================================================

  ***/
.testimonial-section-hiking {
  position: relative;
  padding: 220px 0 120px;
  background-color: #f5f5f5;
  z-index: -1;
  margin-top: -120px;
}
.testimonial-section-hiking:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/bg-shape6.png);
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
}
.testimonial-section-hiking .sub-title:before {
  display: none;
}
.testimonial-section-hiking .reviews-box .inner-box {
  background-color: var(--theme-color1);
  text-align: center;
  padding: 50px 10px 80px;
  margin-right: 30px;
}
.testimonial-section-hiking .reviews-box .inner-box .reviews-number {
  font-size: 82px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial-section-hiking .reviews-box .inner-box .rating {
  margin-bottom: 10px;
}
.testimonial-section-hiking .reviews-box .inner-box .rating .icon {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 20px;
}
.testimonial-section-hiking .reviews-box .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-section-hiking .reviews-box .inner-box .reviews {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
.testimonial-section-hiking .reviews-box .inner-box .title {
  font-size: 28px;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.testimonial-section-hiking .reviews-box .inner-box .button-box {
  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;
}
.testimonial-section-hiking .reviews-box .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  padding: 17.5px 32px;
  margin-right: 10px;
}
.testimonial-section-hiking .reviews-box .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}
.testimonial-section-hiking .reviews-box .inner-box .arrow-button {
  width: 65px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.testimonial-section-hiking .testimonial-block-hiking .inner-box .text {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.testimonial-section-hiking .testimonial-block-hiking .inner-box .info-box {
  position: relative;
}
.testimonial-section-hiking
  .testimonial-block-hiking
  .inner-box
  .info-box
  .name {
  margin-bottom: 0;
}
.testimonial-section-hiking
  .testimonial-block-hiking
  .inner-box
  .info-box
  .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonial-section-hiking .testimonials-column {
  position: relative;
}
.testimonial-section-hiking .testimonials-column .swiper-button-next {
  top: -170px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-hiking .testimonials-column .swiper-button-next:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.testimonial-section-hiking .testimonials-column .swiper-button-next:after {
  font-size: 20px;
}
.testimonial-section-hiking .testimonials-column .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -170px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-hiking .testimonials-column .swiper-button-prev:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.testimonial-section-hiking .testimonials-column .swiper-button-prev:after {
  font-size: 20px;
}

/*** 

  ====================================================================
    testimonial-section-Two
  ====================================================================

  ***/
.testimonial-section-nature2 {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  position: relative;
  padding: 120px 0 100px;
}
.testimonial-section-nature2 .testimonial-block-two .inner-box .info-box {
  color: var(--theme-color-light);
}
.testimonial-section-nature2 .testimonial-block-two .inner-box .info-box .name {
  color: var(--theme-color-light);
}
.testimonial-section-nature2 .quote-icon {
  margin-bottom: 20px;
}
.testimonial-section-nature2 .testimonial-block-two .inner-box .text {
  color: var(--theme-color-light);
}
.testimonial-section-nature2 .bg-image:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonial-section-nature2.style-light {
  background-color: var(--theme-color-white);
}
.testimonial-section-nature2.style-light .testimonial-pattrn1-1 {
  background-image: url("../images/icons/testimonial-pattrn1-1.png");
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-nature2.style-light .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-nature2.style-light .swiper-button-prev {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-nature2.style-light .swiper-button-prev {
    display: none;
  }
}
.testimonial-section-nature2.style-light .swiper-button-prev:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-nature2.style-light .swiper-button-prev::after {
  color: #c4c4c4;
  content: "\f053";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-nature2.style-light .swiper-button-next {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-nature2.style-light .swiper-button-next {
    display: none;
  }
}
.testimonial-section-nature2.style-light .swiper-button-next:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-nature2.style-light .swiper-button-next::after {
  color: #c4c4c4;
  content: "\f054";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-nature2.style-light
  .testimonial-block-two
  .inner-box
  .text {
  color: #4b535d;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  max-width: 770px;
}
.testimonial-section-nature2.hostel .bg-image:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonial-section-nature2.hostel .testimonial-block-two .inner-box .text {
  color: var(--theme-color-light);
}
.testimonial-section-nature2.hostel
  .testimonial-block-two
  .inner-box
  .info-box
  .name {
  color: var(--theme-color-light);
}
.testimonial-section-nature2.hostel
  .testimonial-block-two
  .inner-box
  .info-box
  .designation {
  color: var(--theme-color-light);
}
.testimonial-section-nature2 .sec-title {
  margin-bottom: 40px;
}
.testimonial-section-nature2 .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-nature2 .anim-icons .image-1 {
    display: none;
  }
}
.testimonial-section-nature2 .testimonials {
  position: relative;
}
.testimonial-section-nature2 .testimonials .testimonial-thumbs {
  width: 270px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-section-nature2 .testimonials .testimonial-thumbs .swiper-slide {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-nature2
  .testimonials
  .testimonial-thumbs
  .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.testimonial-section-nature2
  .testimonials
  .testimonial-thumbs
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-nature2 .swiper-button-next:after,
.testimonial-section-nature2 .swiper-button-prev:after {
  color: #000000;
  font-size: 30px;
  font-family: "Font Awesome 6 pro";
  font-weight: 300;
}
.testimonial-section-nature2 .swiper-button-prev:after {
  content: "\f177";
}
.testimonial-section-nature2 .swiper-button-next:after {
  content: "\f178";
}

/*** 

  ====================================================================
  testimonial-section-hiking-l2
  ====================================================================

  ***/
.testimonial-section-hiking-l2 {
  background-color: #f5f5f5;
  padding: 55px 0 120px;
}
.testimonial-section-hiking-l2:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/bg-shape-hikingl02.png);
  width: 100%;
  height: 21px;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial-section-hiking-l2.luxury2-2 {
  position: relative;
}
.testimonial-section-hiking-l2.luxury2-2 .anim-icons {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
}
.testimonial-section-hiking-l2 .outer-box {
  margin: 0 -130px;
}

.testimonial-block-hiking-l02 {
  margin-bottom: 30px;
  position: relative;
}
.testimonial-block-hiking-l02 .inner-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-hiking-l02 .inner-box:hover {
  background-color: var(--theme-color1);
}
.testimonial-block-hiking-l02 .inner-box:hover .icon,
.testimonial-block-hiking-l02 .inner-box:hover .text,
.testimonial-block-hiking-l02 .inner-box:hover .name,
.testimonial-block-hiking-l02 .inner-box:hover .designation {
  color: var(--theme-color-white);
}
.testimonial-block-hiking-l02 .inner-box:hover .info-box .thumb {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block-hiking-l02 .content-box {
  position: relative;
}
.testimonial-block-hiking-l02 .content-box .icon {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 48px;
  line-height: 40px;
  margin-bottom: 35px;
  margin-top: 15px;
  position: relative;
}
.testimonial-block-hiking-l02 .content-box .text {
  color: rgb(102, 102, 102);
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
}
.testimonial-block-hiking-l02 .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
  position: relative;
}
.testimonial-block-hiking-l02 .info-box .thumb {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-hiking-l02 .info-box .thumb {
    display: inline-block;
    left: 0;
    margin-bottom: 0px;
    position: relative;
    top: 0;
  }
}
.testimonial-block-hiking-l02 .info-box .name {
  color: rgb(34, 34, 34);
  font-family: var(--title-font2);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
}
.testimonial-block-hiking-l02 .info-box .designation {
  color: #6a6f78;
  display: block;
  font-family: var(--text-font4);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 0;
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-apartment {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  position: relative;
  padding: 120px 0 100px;
}
.testimonial-section-apartment .testimonial-block-two .inner-box .text {
  color: #fff;
}
.testimonial-section-apartment .bg-image:before {
  background-color: rgba(34, 34, 34, 0.9);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.testimonial-section-apartment.style-light {
  background-color: var(--theme-color-white);
}
.testimonial-section-apartment.style-light .testimonial-pattrn1-1 {
  background-image: url("../images/icons/testimonial-pattrn1-1.png");
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-apartment.style-light .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-apartment.style-light .swiper-button-prev {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-apartment.style-light .swiper-button-prev {
    display: none;
  }
}
.testimonial-section-apartment.style-light .swiper-button-prev:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-apartment.style-light .swiper-button-prev::after {
  color: #c4c4c4;
  content: "\f053";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-apartment.style-light .swiper-button-next {
  top: calc(50% - 85px);
}
@media (max-width: 767.98px) {
  .testimonial-section-apartment.style-light .swiper-button-next {
    display: none;
  }
}
.testimonial-section-apartment.style-light .swiper-button-next:hover:after {
  color: var(--theme-color-black);
}
.testimonial-section-apartment.style-light .swiper-button-next::after {
  color: #c4c4c4;
  content: "\f054";
  font-size: 46px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-apartment.style-light
  .testimonial-block-two
  .inner-box
  .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  max-width: 770px;
}
.testimonial-section-apartment.hostel .bg-image:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonial-section-apartment.hostel .testimonial-block-two .inner-box .text {
  color: #fff;
}
.testimonial-section-apartment.hostel
  .testimonial-block-two
  .inner-box
  .info-box
  .name {
  color: var(--theme-color-light);
}
.testimonial-section-apartment.hostel
  .testimonial-block-two
  .inner-box
  .info-box
  .designation {
  color: var(--theme-color-light);
}
.testimonial-section-apartment .sec-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.testimonial-section-apartment
  .testimonial-block-two
  .inner-box
  .info-box
  .name {
  color: var(--theme-color-light);
}
.testimonial-section-apartment
  .testimonial-block-two
  .inner-box
  .info-box
  .designation {
  color: var(--theme-color-light);
}
.testimonial-section-apartment .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial-section-apartment .anim-icons .image-1 {
    display: none;
  }
}
.testimonial-section-apartment .testimonials {
  position: relative;
}
.testimonial-section-apartment .testimonials .testimonial-thumbs {
  width: 270px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-section-apartment .testimonials .testimonial-thumbs .swiper-slide {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-apartment
  .testimonials
  .testimonial-thumbs
  .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.testimonial-section-apartment
  .testimonials
  .testimonial-thumbs
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-apartment .swiper-button-next:after,
.testimonial-section-apartment .swiper-button-prev:after {
  color: #000000;
  font-size: 30px;
  font-family: "Font Awesome 6 pro";
  font-weight: 300;
}
.testimonial-section-apartment .swiper-button-prev:after {
  content: "\f177";
}
.testimonial-section-apartment .swiper-button-next:after {
  content: "\f178";
}

/*** 

  ====================================================================
    testimonial-section-countryside-h02
  ====================================================================

  ***/
.testimonial-section-countryside-h02 {
  position: relative;
  padding: 120px 0 100px;
  margin: 0 40px;
}
.testimonial-section-countryside-h02:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/bg-countryside-h02-1.jpg);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
}
.testimonial-section-countryside-h02:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial-section-countryside-h02 .sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.testimonial-section-countryside-h02 .sec-title .sub-title {
  color: var(--theme-color-white);
}
.testimonial-section-countryside-h02 .sec-title h2 {
  position: relative;
  z-index: 1;
  color: var(--theme-color-white);
}
.testimonial-section-countryside-h02 .testimonials {
  position: relative;
}
.testimonial-section-countryside-h02 .testimonials .testimonial-thumbs {
  width: 270px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-section-countryside-h02
  .testimonials
  .testimonial-thumbs
  .swiper-slide {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-countryside-h02
  .testimonials
  .testimonial-thumbs
  .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.testimonial-section-countryside-h02
  .testimonials
  .testimonial-thumbs
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-countryside-h02 .swiper-button-next:after,
.testimonial-section-countryside-h02 .swiper-button-prev:after {
  color: #000000;
  font-size: 30px;
  font-family: "Font Awesome 6 pro";
  font-weight: 300;
}
.testimonial-section-countryside-h02 .swiper-button-prev:after {
  content: "\f177";
}
.testimonial-section-countryside-h02 .swiper-button-next:after {
  content: "\f178";
}

.testimonial-block-countryside-h02 .inner-box {
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial-block-countryside-h02 .inner-box .info-box {
  margin-bottom: 30px;
}
.testimonial-block-countryside-h02 .inner-box .info-box .name {
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--theme-color-white);
}
.testimonial-block-countryside-h02 .inner-box .info-box .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--theme-color-white);
}
.testimonial-block-countryside-h02 .inner-box .text {
  color: var(--theme-color-white);
  font-size: 28px;
  font-weight: 300;
  line-height: 45px;
  max-width: 860px;
  margin: 0 auto 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-countryside-h02 .inner-box .text {
    max-width: initial;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-countryside-h02 .inner-box .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-block-countryside-h02 .inner-box .quote-icon .icon {
  font-size: 52px;
  color: var(--theme-color1);
  line-height: 1em;
}
.testimonial-block-countryside-h02 .inner-box .quote-icon .icon-img {
  width: auto;
  margin-bottom: 17px;
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-mountain {
  padding: 350px 0 180px;
  position: relative;
  background-color: #ecf2e9;
}
@media (max-width: 991.98px) {
  .testimonial-section-mountain {
    padding: 80px 0 120px;
  }
  .testimonial-section-mountain:before {
    display: none;
  }
  .testimonial-section-mountain:after {
    display: none;
  }
}
.testimonial-section-mountain:before {
  background-image: url(../images/icons/bg-shape10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 59px;
}
.testimonial-section-mountain:after {
  background-image: url(../images/icons/bg-shape5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 58px;
}
.testimonial-section-mountain .testimonial-block .inner-box .rating .icon {
  color: var(--theme-color6);
}
.testimonial-section-mountain.style-nature .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color6) !important;
}
.testimonial-section-mountain.style-nature .slick-dotted .slick-dots.li.button {
  background-color: var(--theme-color6);
}
.testimonial-section-mountain.style-nature
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  border-color: var(--theme-color6);
  background-color: var(--theme-color6);
}
.testimonial-section-mountain.style-nature
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color6);
}
.testimonial-section-mountain.luxury2-1 {
  padding: 170px 0 200px;
}
.testimonial-section-mountain.style-two
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color6);
}
.testimonial-section-mountain.style-two .slick-dotted .slick-dots li button {
  border-color: var(--theme-color6) !important;
  outline-color: var(--theme-color6) !important;
}
.testimonial-section-mountain.style-two
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color6) !important;
  border-color: var(--theme-color6) !important;
}
.testimonial-section-mountain.style-winter
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color7);
}
.testimonial-section-mountain.style-winter .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-mountain.style-winter
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color7);
  border-color: var(--theme-color7);
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-mountain .testimonial-pattrn1-1 {
  background-image: url(../images/icons/testimonial-pattrn1-1.png);
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section-mountain .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-mountain .slick-dotted .slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -44px;
}
.testimonial-section-mountain .slick-dotted .slick-dots li button {
  height: 15px;
  width: 15px;
  margin: 0 8.5px;
  background-color: transparent;
  border: 3px solid var(--theme-color-white);
  outline: 1px solid var(--theme-color6) !important;
  outline-offset: -3px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-mountain .slick-dotted .slick-dots li button:before {
  display: none;
}
.testimonial-section-mountain .slick-dotted .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color6);
  border-color: var(--theme-color6);
  outline-color: var(--theme-color6) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-mountain .carousel-outer {
  position: relative;
}
.testimonial-section-mountain .carousel-outer .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
}
.testimonial-section-mountain .carousel-outer .image-box .image img {
  border-radius: 50%;
}
.testimonial-section-mountain .carousel-outer .image-box .client1 {
  top: -128px;
  left: -153px;
}
@media (max-width: 991.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client1 {
    display: none;
  }
}
.testimonial-section-mountain .carousel-outer .image-box .client2 {
  bottom: 26px;
  left: -310px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client2 {
    left: -160px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client2 {
    display: none;
  }
}
.testimonial-section-mountain .carousel-outer .image-box .client3 {
  bottom: -165px;
  left: -118px;
}
@media (max-width: 991.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client3 {
    display: none;
  }
}
.testimonial-section-mountain .carousel-outer .image-box .client4 {
  bottom: -120px;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client4 {
    right: -130px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client4 {
    display: none;
  }
}
.testimonial-section-mountain .carousel-outer .image-box .client5 {
  top: -98px;
  right: -261px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client5 {
    right: -150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-mountain .carousel-outer .image-box .client5 {
    display: none;
  }
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-ski {
  padding: 120px 0 260px;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-section-ski {
    padding: 50px 0 100px;
  }
}
.testimonial-section-ski .testimonial-block .inner-box .rating .icon {
  color: var(--theme-color7);
}
.testimonial-section-ski.style-nature .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color6) !important;
}
.testimonial-section-ski.style-nature .slick-dotted .slick-dots.li.button {
  background-color: var(--theme-color6);
}
.testimonial-section-ski.style-nature
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  border-color: var(--theme-color6);
  background-color: var(--theme-color6);
}
.testimonial-section-ski.style-nature
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color7);
}
.testimonial-section-ski.luxury2-1 {
  padding: 170px 0 200px;
}
.testimonial-section-ski.style-two .testimonial-block .inner-box .rating .icon {
  color: var(--theme-color7);
}
.testimonial-section-ski.style-two .slick-dotted .slick-dots li button {
  border-color: var(--theme-color6) !important;
  outline-color: var(--theme-color6) !important;
}
.testimonial-section-ski.style-two
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color6) !important;
  border-color: var(--theme-color6) !important;
}
.testimonial-section-ski.style-winter
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color7);
}
.testimonial-section-ski.style-winter .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-ski.style-winter
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color7);
  border-color: var(--theme-color7);
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-ski .testimonial-pattrn1-1 {
  background-image: url(../images/icons/testimonial-pattrn1-1.png);
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section-ski .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-ski .slick-dotted .slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -44px;
}
.testimonial-section-ski .slick-dotted .slick-dots li button {
  height: 15px;
  width: 15px;
  margin: 0 8.5px;
  background-color: transparent;
  border: 3px solid var(--theme-color-white);
  outline: 1px solid var(--theme-color7) !important;
  outline-offset: -3px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-ski .slick-dotted .slick-dots li button:before {
  display: none;
}
.testimonial-section-ski .slick-dotted .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color7);
  border-color: var(--theme-color7);
  outline-color: var(--theme-color7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-ski .carousel-outer {
  position: relative;
}
.testimonial-section-ski .carousel-outer .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
}
.testimonial-section-ski .carousel-outer .image-box .image img {
  border-radius: 50%;
}
.testimonial-section-ski .carousel-outer .image-box .client1 {
  top: -128px;
  left: -153px;
}
@media (max-width: 991.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client1 {
    display: none;
  }
}
.testimonial-section-ski .carousel-outer .image-box .client2 {
  bottom: 26px;
  left: -310px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client2 {
    left: -160px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client2 {
    display: none;
  }
}
.testimonial-section-ski .carousel-outer .image-box .client3 {
  bottom: -165px;
  left: -118px;
}
@media (max-width: 991.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client3 {
    display: none;
  }
}
.testimonial-section-ski .carousel-outer .image-box .client4 {
  bottom: -120px;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client4 {
    right: -130px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client4 {
    display: none;
  }
}
.testimonial-section-ski .carousel-outer .image-box .client5 {
  top: -98px;
  right: -261px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client5 {
    right: -150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-ski .carousel-outer .image-box .client5 {
    display: none;
  }
}

/*** 

  ====================================================================
    testimonial-section
  ====================================================================

  ***/
.testimonial-section-winter-5 {
  padding: 126px 0 260px;
  position: relative;
}
.testimonial-section-winter-5 .anim-shape {
  position: absolute;
  bottom: 30px;
}
@media (max-width: 991.98px) {
  .testimonial-section-winter-5 {
    padding: 50px 0 100px;
  }
}
.testimonial-section-winter-5.style-winter .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color6) !important;
}
.testimonial-section-winter-5.style-winter .slick-dotted .slick-dots.li.button {
  background-color: var(--theme-color6);
}
.testimonial-section-winter-5.style-winter
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  border-color: var(--theme-color6);
  background-color: var(--theme-color6);
}
.testimonial-section-winter-5.style-winter
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color6);
}
.testimonial-section-winter-5.luxury2-1 {
  padding: 170px 0 200px;
}
.testimonial-section-winter-5.style-two
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color6);
}
.testimonial-section-winter-5.style-two .slick-dotted .slick-dots li button {
  border-color: var(--theme-color6) !important;
  outline-color: var(--theme-color6) !important;
}
.testimonial-section-winter-5.style-two
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color6) !important;
  border-color: var(--theme-color6) !important;
}
.testimonial-section-winter-5.style-winter
  .testimonial-block
  .inner-box
  .rating
  .icon {
  color: var(--theme-color7);
}
.testimonial-section-winter-5.style-winter .slick-dotted .slick-dots li button {
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-winter-5.style-winter
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  background-color: var(--theme-color7);
  border-color: var(--theme-color7);
  outline-color: var(--theme-color7) !important;
}
.testimonial-section-winter-5 .testimonial-pattrn1-1 {
  background-image: url(../images/icons/testimonial-pattrn1-1.png);
  position: absolute;
  width: 205px;
  height: 263px;
  right: 54px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section-winter-5 .testimonial-pattrn1-1 {
    display: none;
  }
}
.testimonial-section-winter-5 .slick-dotted .slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -44px;
}
.testimonial-section-winter-5 .slick-dotted .slick-dots li button {
  height: 15px;
  width: 15px;
  margin: 0 8.5px;
  background-color: transparent;
  border: 3px solid var(--theme-color-white);
  outline: 1px solid var(--theme-color1) !important;
  outline-offset: -3px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-winter-5 .slick-dotted .slick-dots li button:before {
  display: none;
}
.testimonial-section-winter-5 .slick-dotted .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  outline-color: var(--theme-color1) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-winter-5 .carousel-outer {
  position: relative;
}
.testimonial-section-winter-5 .carousel-outer .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
}
.testimonial-section-winter-5 .carousel-outer .image-box .image img {
  border-radius: 50%;
}
.testimonial-section-winter-5 .carousel-outer .image-box .client1 {
  top: -128px;
  left: -153px;
}
@media (max-width: 991.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client1 {
    display: none;
  }
}
.testimonial-section-winter-5 .carousel-outer .image-box .client2 {
  bottom: 26px;
  left: -310px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client2 {
    left: -160px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client2 {
    display: none;
  }
}
.testimonial-section-winter-5 .carousel-outer .image-box .client3 {
  bottom: -165px;
  left: -118px;
}
@media (max-width: 991.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client3 {
    display: none;
  }
}
.testimonial-section-winter-5 .carousel-outer .image-box .client4 {
  bottom: -120px;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client4 {
    right: -130px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client4 {
    display: none;
  }
}
.testimonial-section-winter-5 .carousel-outer .image-box .client5 {
  top: -98px;
  right: -261px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client5 {
    right: -150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-winter-5 .carousel-outer .image-box .client5 {
    display: none;
  }
}
.testimonial-section-winter-5 .testimonial-block .inner-box {
  margin: 0 50px;
}
@media (max-width: 575.98px) {
  .testimonial-section-winter-5 .testimonial-block .inner-box {
    margin: 0;
  }
}
.testimonial-section-winter-5 .testimonial-block .inner-box .rating {
  margin-bottom: 25px;
}
.testimonial-section-winter-5 .testimonial-block .inner-box .rating .icon {
  color: var(--theme-color1);
  font-size: 24px;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .testimonial-section-winter-5 .testimonial-block .inner-box .rating .icon {
    font-size: 22px;
  }
}
.testimonial-section-winter-5
  .testimonial-block
  .inner-box
  .rating
  .icon:last-child {
  margin-right: 0;
}
.testimonial-section-winter-5 .testimonial-block .inner-box .text {
  color: #707070;
  font-size: 28px;
  font-weight: 300;
  font-family: var(--text-font);
  line-height: 45px;
}
@media (max-width: 767.98px) {
  .testimonial-section-winter-5 .testimonial-block .inner-box .text {
    font-size: 22px;
  }
}
.testimonial-section-winter-5 .testimonial-block .inner-box .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.testimonial-section-winter-5 .testimonial-block .inner-box .info-box .name {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 6px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-section-winter-5 .testimonial-block .inner-box .info-box .name {
    font-size: 25px;
  }
}
.testimonial-section-winter-5
  .testimonial-block
  .inner-box
  .info-box
  .designation {
  display: block;
  margin-top: -3px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-section-winter-5
    .testimonial-block
    .inner-box
    .info-box
    .designation {
    font-size: 15px;
  }
}

/*** 

  ====================================================================
    testimonial-section-winter
  ====================================================================

  ***/
.testimonial-section-golf2 {
  position: relative;
  padding: 20px 0 120px;
}
.testimonial-section-golf2 .sub-title:before {
  display: none;
}
.testimonial-section-golf2 .reviews-box .inner-box {
  background-color: var(--theme-color6);
  text-align: center;
  padding: 50px 10px 80px;
  margin-right: 30px;
}
.testimonial-section-golf2 .reviews-box .inner-box .reviews-number {
  font-size: 82px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial-section-golf2 .reviews-box .inner-box .rating {
  margin-bottom: 10px;
}
.testimonial-section-golf2 .reviews-box .inner-box .rating .icon {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 20px;
}
.testimonial-section-golf2 .reviews-box .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-section-golf2 .reviews-box .inner-box .reviews {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
.testimonial-section-golf2 .reviews-box .inner-box .title {
  font-size: 28px;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.testimonial-section-golf2 .reviews-box .inner-box .button-box {
  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;
}
.testimonial-section-golf2 .reviews-box .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  padding: 17.5px 32px;
  margin-right: 10px;
}
.testimonial-section-golf2 .reviews-box .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}
.testimonial-section-golf2 .reviews-box .inner-box .arrow-button {
  width: 65px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.testimonial-section-golf2 .testimonial-block-winter .inner-box .text {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.testimonial-section-golf2 .testimonial-block-winter .inner-box .info-box {
  position: relative;
}
.testimonial-section-golf2
  .testimonial-block-winter
  .inner-box
  .info-box
  .name {
  margin-bottom: 0;
}
.testimonial-section-golf2
  .testimonial-block-winter
  .inner-box
  .info-box
  .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial-section-golf2 .testimonials-column {
  position: relative;
}
.testimonial-section-golf2 .testimonials-column .swiper-button-next {
  top: -170px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-golf2 .testimonials-column .swiper-button-next:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.testimonial-section-golf2 .testimonials-column .swiper-button-next:after {
  font-size: 20px;
}
.testimonial-section-golf2 .testimonials-column .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -170px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-golf2 .testimonials-column .swiper-button-prev:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.testimonial-section-golf2 .testimonials-column .swiper-button-prev:after {
  font-size: 20px;
}

/*** 

  ====================================================================
    testimonial-section-style-lodge2
  ====================================================================

  ***/
.testimonial-section-style-lodge2 {
  padding: 120px 0 230px;
  position: relative;
  background-color: #f6f3ee;
  overflow: hidden;
}
.testimonial-section-style-lodge2:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/testimonial-bg-lodge2-1.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial-section-style-lodge2 .sec-title {
  margin-bottom: 80px;
}
.testimonial-section-style-lodge2 .testimonial-column {
  position: relative;
}
.testimonial-section-style-lodge2 .testimonial-column .anim-icons {
  position: absolute;
  top: 150px;
  left: -10px;
}
.testimonial-section-style-lodge2 .image-column .inner-column {
  margin-right: 90px;
}
.testimonial-section-style-lodge2 .image-column .inner-column .image img {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991.98px) {
  .testimonial-section-style-lodge2 {
    padding: 50px 0 100px;
  }
}
.testimonial-section-style-lodge2 .slick-dotted .slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -44px;
}
.testimonial-section-style-lodge2 .slick-dotted .slick-dots li button {
  height: 15px;
  width: 15px;
  margin: 0 8.5px;
  background-color: transparent;
  border: 3px solid var(--theme-color-white);
  outline: 1px solid var(--theme-color1) !important;
  outline-offset: -3px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-style-lodge2 .slick-dotted .slick-dots li button:before {
  display: none;
}
.testimonial-section-style-lodge2
  .slick-dotted
  .slick-dots
  li.slick-active
  button {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  outline-color: var(--theme-color1) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-style-lodge2 .carousel-outer {
  position: relative;
  margin-left: 0;
}
.testimonial-section-style-lodge2 .carousel-outer .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
}
.testimonial-section-style-lodge2 .carousel-outer .image-box .image img {
  border-radius: 50%;
}
.testimonial-section-style-lodge2 .carousel-outer .image-box .client1 {
  top: -128px;
  left: -153px;
}
@media (max-width: 991.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client1 {
    display: none;
  }
}
.testimonial-section-style-lodge2 .carousel-outer .image-box .client2 {
  bottom: 26px;
  left: -310px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client2 {
    left: -160px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client2 {
    display: none;
  }
}
.testimonial-section-style-lodge2 .carousel-outer .image-box .client3 {
  bottom: -165px;
  left: -118px;
}
@media (max-width: 991.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client3 {
    display: none;
  }
}
.testimonial-section-style-lodge2 .carousel-outer .image-box .client4 {
  bottom: -120px;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client4 {
    right: -130px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client4 {
    display: none;
  }
}
.testimonial-section-style-lodge2 .carousel-outer .image-box .client5 {
  top: -98px;
  right: -261px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client5 {
    right: -150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-style-lodge2 .carousel-outer .image-box .client5 {
    display: none;
  }
}

.testimonial-block-style-lodge2 .inner-box {
  text-align: left;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-lodge2 .inner-box {
    margin: 0;
  }
}
.testimonial-block-style-lodge2 .inner-box .rating {
  margin-bottom: 25px;
}
.testimonial-block-style-lodge2 .inner-box .rating .icon {
  color: var(--theme-color1);
  font-size: 24px;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-lodge2 .inner-box .rating .icon {
    font-size: 22px;
  }
}
.testimonial-block-style-lodge2 .inner-box .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-block-style-lodge2 .inner-box .text {
  color: rgb(102, 102, 102);
  font-size: 32px;
  font-weight: 200;
  font-family: var(--text-font4);
  line-height: 47px;
}
@media (max-width: 767.98px) {
  .testimonial-block-style-lodge2 .inner-box .text {
    font-size: 22px;
  }
}
.testimonial-block-style-lodge2 .inner-box .info-box {
  text-align: left;
  margin-top: 30px;
}
.testimonial-block-style-lodge2 .inner-box .info-box .name {
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: 6px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-lodge2 .inner-box .info-box .name {
    font-size: 25px;
  }
}
.testimonial-block-style-lodge2 .inner-box .info-box .designation {
  display: block;
  margin-top: -3px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block-style-lodge2 .inner-box .info-box .designation {
    font-size: 15px;
  }
}

/***

  ====================================================================
      team Section
  ====================================================================

  ***/
.team-section {
  position: relative;
  padding: 120px 0 75px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .team-section {
    padding: 80px 0 30px;
  }
}
.team-section .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .team-section .anim-icons .image-1 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .team-section .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .team-section .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .team-section .sec-title h2 {
    font-size: 29px;
  }
}
.team-section.style-city2 .team-block .inner-box {
  border-radius: 20px;
}
.team-section.style-city2
  .team-block
  .inner-box:hover
  .image-box
  .inner-box:after {
  opacity: 1;
}
.team-section.style-city2 .team-block .inner-box:hover .info-box {
  background-color: var(--theme-color1);
}
.team-section.style-city2 .team-block .inner-box:hover .info-box .name {
  color: var(--theme-color-white);
}
.team-section.style-city2 .team-block .inner-box:hover .info-box .designation {
  color: var(--theme-color-white);
}
.team-section.style-city2 .team-block .inner-box .image-box .inner-box {
  border: none;
  padding: 0;
  position: relative;
}
.team-section.style-city2 .team-block .inner-box .image-box .inner-box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -135deg,
    rgba(170, 132, 83, 0) 0%,
    rgba(170, 132, 83, 0) 70%,
    var(--theme-color1) 100%
  );
  content: "";
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-section.style-city2 .team-block .inner-box .image-box .inner-box .image {
  border-radius: 20px 20px 0 0;
}
.team-section.style-city2
  .team-block
  .inner-box
  .image-box
  .inner-box
  .image
  img {
  border-radius: 20px 20px 0 0;
  min-width: 381px;
  max-height: 381px;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-section.style-city2 .team-block .inner-box .info-box {
  text-align: left;
  background-color: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0 0 20px 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block {
  position: relative;
  margin-bottom: 40px;
}
.team-block .inner-box {
  position: relative;
}
.team-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-block .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-block .image-box {
  position: relative;
}
.team-block .image-box .inner-box {
  border: 1px solid var(--theme-color1);
  padding: 19px;
}
.team-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .image-box .social-links {
  position: absolute;
  right: 40px;
  margin-top: 0;
  bottom: 115px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-block .image-box .social-links a {
  position: relative;
  font-size: 15px;
  color: var(--theme-color-light);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 8px;
}
.team-block .image-box .social-links a:first-child {
  margin-top: 0;
  margin-left: 0;
}
.team-block .image-box .social-links a:hover {
  color: var(--theme-color1);
}
.team-block .info-box {
  position: relative;
  padding: 21px 24px 0;
  background-color: var(--theme-color-light);
  margin: 0 auto;
  text-align: center;
}
.team-block .info-box .name {
  margin-bottom: 0px;
}
.team-block .info-box .name:hover {
  color: var(--theme-color1);
}
.team-block .info-box .designation {
  font-size: 14px;
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-bottom: -2px;
}

/***

  ====================================================================
      team Section two
  ====================================================================

  ***/
.team-section-two {
  position: relative;
  padding: 120px 0 72px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .team-section-two {
    padding: 80px 0 30px;
  }
}
@media (max-width: 575.98px) {
  .team-section-two .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .team-section-two .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .team-section-two .sec-title h2 {
    font-size: 29px;
  }
}

.team-block-two {
  position: relative;
  margin-bottom: 40px;
}
.team-block-two.content-center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-block-two.content-right-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.team-block-two .inner-box {
  position: relative;
  max-width: 310px;
}
.team-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-block-two .image-box {
  position: relative;
}
.team-block-two .image-box .image {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-block-two .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-two .image-box .social-links {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-block-two .image-box .social-links a {
  position: relative;
  font-size: 15px;
  color: #434343;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 25px;
}
.team-block-two .image-box .social-links a:last-child {
  margin-right: 0;
}
.team-block-two .image-box .social-links a:hover {
  color: var(--theme-color1);
}
.team-block-two .info-box {
  position: relative;
  padding: 30px 24px 0;
  background-color: var(--theme-color-light);
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}
.team-block-two .info-box .name {
  margin-bottom: 0px;
}
.team-block-two .info-box .name:hover {
  color: var(--theme-color1);
}
.team-block-two .info-box .designation {
  color: var(--theme-color1);
  position: relative;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-bottom: 24px;
}

/***

  ====================================================================
      team Section
  ====================================================================

  ***/
.team-section-lodge {
  position: relative;
  padding: 94px 0 75px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .team-section-lodge {
    padding: 80px 0 30px;
  }
}
.team-section-lodge .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .team-section-lodge .anim-icons .image-1 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .team-section-lodge .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .team-section-lodge .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .team-section-lodge .sec-title h2 {
    font-size: 29px;
  }
}

.team-block-lodge {
  position: relative;
  margin-bottom: 40px;
}
.team-block-lodge .inner-box {
  position: relative;
}
.team-block-lodge .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-block-lodge .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-block-lodge .image-box {
  position: relative;
}
.team-block-lodge .image-box .inner-box {
  border: 1px solid var(--theme-color6);
  padding: 19px;
}
.team-block-lodge .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-block-lodge .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-lodge .image-box .social-links {
  position: absolute;
  right: 40px;
  margin-top: 0;
  bottom: 115px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-block-lodge .image-box .social-links a {
  position: relative;
  font-size: 15px;
  color: var(--theme-color-light);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 8px;
}
.team-block-lodge .image-box .social-links a:first-child {
  margin-top: 0;
  margin-left: 0;
}
.team-block-lodge .image-box .social-links a:hover {
  color: var(--theme-color1);
}
.team-block-lodge .info-box {
  position: relative;
  padding: 21px 24px 0;
  background-color: var(--theme-color-light);
  margin: 0 auto;
  text-align: center;
}
.team-block-lodge .info-box .name {
  margin-bottom: 0px;
}
.team-block-lodge .info-box .name:hover {
  color: var(--theme-color1);
}
.team-block-lodge .info-box .designation {
  font-size: 14px;
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-bottom: -2px;
}

/***

  ==================================================================
  team-section style-golf2
  ==================================================================

  ***/
.team-section.style-golf2 {
  position: relative;
}
.team-section.style-golf2:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-golf2-testi.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section {
  position: relative;
  padding: 300px 0;
}
.video-section .bg-image:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .video-section {
    padding: 210px 0 80px;
  }
}
.video-section .btn-column .inner-column .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: absolute;
  top: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .video-section .btn-column .inner-column .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/*** 

  ====================================================================
    video-section Two
  ====================================================================

  ***/
.video-section-two {
  position: relative;
  padding: 172px 0;
}
@media (max-width: 767.98px) {
  .video-section-two {
    padding: 120px 0;
  }
}
.video-section-two .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.7);
}
.video-section-two .sec-title {
  margin-bottom: 0;
}
.video-section-two .sec-title .sub-title {
  color: #d9d9d9;
}
.video-section-two .sec-title h2 {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .video-section-two .sec-title h2 {
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .video-section-two .sec-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .video-section-two .sec-title h2 {
    font-size: 36px;
  }
}
.video-section-two .btn-box {
  margin-top: 30px;
}
.video-section-two .btn-box .play-now-two {
  background-color: transparent;
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color1);
  position: relative;
  top: 0;
  font-size: 40px;
  width: 113px;
  height: 113px;
  text-align: center;
  line-height: 113px;
  border-radius: 50%;
  display: inline-block;
}

/*** 

  ====================================================================
    video-section Three
  ====================================================================

  ***/
.video-section-three {
  background: var(--theme-gradient);
  position: relative;
  padding: 119px 0 105px;
}
.video-section-three:before {
  background-image: url(../images/icons/shape-12.png);
  content: "";
  position: absolute;
  width: 859px;
  height: 629px;
  right: 0px;
  bottom: 0;
  pointer-events: none;
}
.video-section-three .sec-title {
  margin-bottom: 0;
}
.video-section-three .sec-title h2 {
  color: var(--theme-color-white);
}
.video-section-three .btn-box {
  margin-top: 20px;
  margin-left: 25px;
}
@media (max-width: 575.98px) {
  .video-section-three .btn-box {
    margin-left: 0;
  }
}
.video-section-three .btn-box .play-now-two {
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color1);
  position: relative;
  top: 0;
  font-size: 34px;
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  display: inline-block;
}

/*** 

  ====================================================================
    video-section Four
  ====================================================================

  ***/
.video-section-four {
  position: relative;
  padding: 99px 0 66px;
}
.video-section-four.style-nature .btn-box {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video-section-four.style-nature .btn-box i {
  color: var(--theme-color-light);
}
.video-section-four.style-nature .btn-box .play-now-two {
  background-color: var(--theme-color6);
}
.video-section-four.style-nature .btn-box .play-now-two:hover {
  background-color: #ffffff;
}
.video-section-four.style-nature .btn-box .play-now-two:hover i {
  color: var(--theme-color6);
}
.video-section-four.style-two .bg-image {
  z-index: -1;
}
.video-section-four.style-two .bg-image:before {
  display: none;
}
.video-section-four.style-two .btn-box .play-now-two {
  width: 125px;
  height: 125px;
  line-height: 125px;
  color: var(--theme-color-light);
  background-color: var(--theme-color6);
}
.video-section-four .bg-image {
  z-index: -1;
}
.video-section-four .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
}
.video-section-four .outer-box {
  margin: 0px -53px;
}
@media (max-width: 1399.98px) {
  .video-section-four .outer-box {
    margin: 0;
  }
}
.video-section-four .sec-title {
  margin-bottom: 58px;
}
.video-section-four .btn-box {
  margin-top: 30px;
  text-align: center;
}
.video-section-four .btn-box .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--theme-color1);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: relative;
  top: 0;
}
@media (max-width: 575.98px) {
  .video-section-four .btn-box .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-section-four .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 85px;
}
.video-section-four .info-text .inner-info {
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.5);
  padding-left: 30px;
  max-width: 440px;
}
.video-section-four .info-text .inner-info .text {
  color: var(--theme-color-white);
  margin-bottom: 16px;
}
.video-section-four .info-text .inner-info .link {
  color: var(--theme-color-white);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section-four .info-text .inner-info .link:hover {
  color: var(--theme-color1);
}
.video-section-four .info-text .inner-info .link:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.video-section-four .info-text .inner-info .link .icon {
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section-four.style-campground {
  margin: 0 30px;
  border-radius: 30px;
  z-index: 1;
}
.video-section-four.style-campground .bg-image {
  border-radius: 30px;
}
.video-section-four.style-campground .bg-image:before {
  border-radius: 30px;
  background-color: rgba(var(--theme-color-black-rgb), 0.1);
}
.video-section-four.style-campground .play-now-two.style-two {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
  width: 125px;
  height: 125px;
  line-height: 125px;
}

.video-section-winter {
  position: relative;
}
.video-section-winter .auto-container {
  max-width: var(--large-container-width);
}
.video-section-winter .outer-box {
  position: relative;
  margin-top: -450px;
}
.video-section-winter .outer-box .video {
  width: 1550px;
  height: 870px;
  border-radius: 15px;
}

.video-section-four-luxury4 {
  position: relative;
  padding: 104px 0 147px;
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  margin: 0px;
  border-radius: 0px;
}
.video-section-four-luxury4 .bg-image {
  border-radius: 0px;
  overflow: hidden;
  z-index: -1;
}
.video-section-four-luxury4 .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-section-four-luxury4 .outer-box {
  margin: 0px -53px;
}
@media (max-width: 1399.98px) {
  .video-section-four-luxury4 .outer-box {
    margin: 0;
  }
}
.video-section-four-luxury4 .sec-title {
  margin-bottom: 30px;
  text-align: center;
}
.video-section-four-luxury4 .sec-title h2 {
  font-size: 150px;
}
.video-section-four-luxury4 .btn-box {
  margin-top: 30px;
  text-align: center;
}
.video-section-four-luxury4 .btn-box .play-now-two {
  border: none;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-light);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 144px;
  width: 144px;
  height: 144px;
  position: relative;
  top: 0;
}
@media (max-width: 575.98px) {
  .video-section-four-luxury4 .btn-box .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/*** 

  ====================================================================
    video-section Four
  ====================================================================

  ***/
.video-section-winter-three {
  position: relative;
  padding: 99px 0 66px;
  margin: 0 30px;
  border-radius: 20px;
  overflow: hidden;
}
.video-section-winter-three.style-two .bg-image {
  z-index: -1;
}
.video-section-winter-three.style-two .bg-image:before {
  display: none;
}
.video-section-winter-three.style-two .btn-box .play-now-two {
  width: 125px;
  height: 125px;
  line-height: 125px;
  color: var(--theme-color-light);
  background-color: var(--theme-color7);
}
.video-section-winter-three .bg-image {
  z-index: -1;
}
.video-section-winter-three .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
}
.video-section-winter-three .outer-box {
  margin: 0px -53px;
}
@media (max-width: 1399.98px) {
  .video-section-winter-three .outer-box {
    margin: 0;
  }
}
.video-section-winter-three .sec-title {
  margin-bottom: 58px;
}
.video-section-winter-three .btn-box {
  margin-top: 30px;
  text-align: center;
}
.video-section-winter-three .btn-box .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--theme-color7);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: relative;
  top: 0;
}
@media (max-width: 575.98px) {
  .video-section-winter-three .btn-box .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-section-winter-three .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 85px;
}
.video-section-winter-three .info-text .inner-info {
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.5);
  padding-left: 30px;
  max-width: 440px;
}
.video-section-winter-three .info-text .inner-info .text {
  color: var(--theme-color-white);
  margin-bottom: 16px;
}
.video-section-winter-three .info-text .inner-info .link {
  color: var(--theme-color-white);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section-winter-three .info-text .inner-info .link:hover {
  color: var(--theme-color7);
}
.video-section-winter-three .info-text .inner-info .link:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.video-section-winter-three .info-text .inner-info .link .icon {
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-beach {
  position: relative;
  padding: 200px 0 450px;
}
.video-section-beach .bg-image:before {
  background-color: rgba(var(--theme-color8), 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.video-section-beach .bg-image:after {
  background-image: url(../images/icons/bg-shape7.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 16px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .video-section-beach {
    padding: 210px 0 80px;
  }
}
.video-section-beach .btn-column .inner-column .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.6);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--theme-color1);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 130px;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 120px;
  left: 50%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .video-section-beach .btn-column .inner-column .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-section-beach .marquee-style-one {
  position: absolute;
  bottom: 100px;
}
.video-section-beach .marquee .text {
  text-transform: uppercase;
  padding: 0;
  -webkit-text-fill-color: var(--theme-color-light);
  -webkit-text-stroke: 1px var(--theme-color-light);
  color: var(--theme-color-light);
}
.video-section-beach .marquee .text.divider .icon {
  color: var(--theme-color-light);
  -webkit-text-fill-color: var(--theme-color-light);
  -webkit-text-stroke: 1px var(--theme-color-light);
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-beach2 {
  position: relative;
}
.video-section-beach2 .outer-box {
  position: relative;
  height: 660px;
  overflow: hidden;
}
.video-section-beach2 .outer-box .video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-island2 {
  position: relative;
  padding: 163px 0 183px;
  overflow: hidden;
}
.video-section-island2 .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: var(--theme-color-black);
  opacity: 0.5;
}
.video-section-island2 .btn-box {
  position: relative;
  z-index: 1;
}
.video-section-island2 .btn-box .play-now-two {
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: var(--theme-color8);
  background-color: rgba(255, 255, 255, 0.4784313725);
  border: none;
}
.video-section-island2 .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.video-section-island2 .icon-box .icon {
  color: var(--theme-color-light);
  font-size: 40px;
  margin-right: 20px;
}
.video-section-island2 .icon-box .text {
  color: var(--theme-color-light);
  margin-bottom: 0;
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-island {
  position: relative;
  overflow: hidden;
  height: 810px;
  padding: 0;
}
.video-section-island .outer-box {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 90px 62px 0;
}
.video-section-island video {
  width: 1911px;
  height: 1074.94px;
}
.video-section-island
  .booking-form-column.bg-light-style
  .inner-column::before {
  background-color: var(--theme-color-light);
}
.video-section-island .booking-form-column .inner-column .sec-title::before {
  background: var(--theme-color9);
}
.video-section-island
  .booking-form-column
  .inner-column
  .bk-form
  .frm-field
  img {
  color: var(--theme-color9);
}
.video-section-island .booking-form-column .inner-column .bk-form .frm-field i {
  color: var(--theme-color9);
}
.video-section-island
  .booking-form-column
  .inner-column
  .bk-form
  .form-submit
  button {
  background-color: var(--theme-color9);
}
.video-section-island
  .booking-form-column
  .inner-column
  .bk-form
  .form-submit
  button:before {
  background-color: var(--theme-color8);
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-city {
  position: relative;
  overflow: hidden;
  height: 810px;
  padding: 0;
}
.video-section-city .outer-box {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 90px 62px 0;
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-city2 {
  padding: 120px 0;
}
.video-section-city2 .outer-box {
  position: relative;
  overflow: hidden;
}
.video-section-city2 .outer-box:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 99%;
}
.video-section-city2 .outer-box video {
  height: 680px;
}
.video-section-city2 .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: absolute;
  top: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .video-section-city2 .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-modern {
  padding: 120px 0;
}
.video-section-modern .outer-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
}
.video-section-modern .outer-box video {
  height: 680px;
  border-radius: 30px;
}
.video-section-modern .outer-box .content-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: calc(50% - 257px);
  top: calc(50% - 97.5px);
}
.video-section-modern .outer-box .content-box .inner-box img {
  -webkit-filter: brightness(200%) contrast(130%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  filter: brightness(200%) contrast(130%) saturate(0%) blur(0px)
    hue-rotate(0deg);
}

/*** 

  ====================================================================
        Video-Section
  ====================================================================

  ***/
.video-section-modern2 {
  position: relative;
  padding: 120px 0 293px;
}
.video-section-modern2 .content-box .title {
  font-size: 134px;
  color: var(--theme-color-light);
  line-height: 1;
}
.video-section-modern2 .content-box .sub-title {
  color: var(--theme-color1);
  font-family: var(--text-font3);
  font-size: 150px;
  margin-bottom: -98px;
}
.video-section-modern2 .video-box {
  position: absolute;
  background-color: rgba(150, 150, 150, 0.9019607843);
  bottom: 0;
  right: 0;
  padding: 51px;
  z-index: 1;
}
.video-section-modern2 .video-box .inner-box .btn-box {
  display: inline-block;
  position: relative;
  margin-bottom: 21px;
}
.video-section-modern2 .video-box .inner-box .btn-box i {
  font-size: 22px;
  color: var(--theme-color-light);
  position: absolute;
  left: calc(50% - 7px);
  bottom: 14px;
}
.video-section-modern2 .video-box .inner-box .btn-box img {
  height: 77px;
  width: 213px;
  border-radius: 100px 100px 100px 100px;
}
.video-section-modern2 .video-box .inner-box .text {
  color: var(--theme-color-light);
  margin-bottom: 28px;
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-lodge {
  position: relative;
  padding: 200px 0 450px;
}
.video-section-lodge .bg-image {
  width: 100%;
}
.video-section-lodge .bg-image:before {
  background-image: url(../images/icons/shape-lodge.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-section-lodge .bg-image:after {
  background-image: url(../images/icons/shape-lodge.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .video-section-lodge {
    padding: 210px 0 80px;
  }
}
.video-section-lodge .btn-column .inner-column .play-now-two {
  background-color: #69910a;
  border: 10px solid #fff;
  border-radius: 50%;
  color: var(--theme-color1);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section-lodge .btn-column .inner-column .play-now-two:hover {
  background-color: var(--theme-color-black);
}
.video-section-lodge .btn-column .inner-column .play-now-two .text {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--text-font4);
  line-height: 15px;
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .video-section-lodge .btn-column .inner-column .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/*** 

  ====================================================================
        Video-Section Modern-2
  ====================================================================

  ***/
.video-section-modern-2 {
  padding: 145px 0 136px;
}
.video-section-modern-2 .bg-image:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section-modern-2 .content-box {
  text-align: center;
  position: relative;
}
.video-section-modern-2 .content-box h2 {
  font-size: 150px;
  color: var(--theme-color-light);
}
.video-section-modern-2 .content-box .sub-title {
  font-family: var(--text-font3);
  font-size: 500px;
  line-height: 100px;
  color: rgba(170, 170, 170, 0.2509803922);
  position: absolute;
  bottom: 165px;
  left: 227px;
}
.video-section-modern-2 .btn-box {
  text-align: center;
}
.video-section-modern-2 .btn-box i {
  color: var(--theme-color-light);
}
.video-section-modern-2 .btn-box .play-now-two {
  background-color: var(--theme-color1);
  width: 144px;
  height: 144px;
  border-radius: 100% 100% 100% 100%;
  line-height: 144px;
  border: var(--theme-color1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video-section-modern-2 .btn-box .play-now-two:hover {
  background-color: var(--theme-color-light);
}
.video-section-modern-2 .btn-box .play-now-two:hover i {
  color: var(--theme-color1);
}

/*** 

  ====================================================================
    video-section
  ====================================================================

  ***/
.video-section-ski {
  position: relative;
  padding: 0;
  overflow: hidden;
  max-height: 524px;
  margin: 0 auto;
}
.video-section-ski .info {
  text-align: center;
  position: absolute;
  top: calc(50% - 98px);
  left: calc(50% - 413.5px);
}
.video-section-ski .info .icon {
  color: #fff;
  margin-bottom: 22px;
  -webkit-filter: brightness(200%) contrast(130%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  filter: brightness(200%) contrast(130%) saturate(0%) blur(0px)
    hue-rotate(0deg);
}
.video-section-ski .bg-image:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .video-section-ski {
    padding: 210px 0 80px;
  }
}
.video-section-ski .btn-column .inner-column .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: absolute;
  top: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .video-section-ski .btn-column .inner-column .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/***

  ==================================================================
  video-section-four
  ==================================================================

  ***/
.video-section-four.style-golf2 {
  margin: 0 30px;
  border-radius: 30px;
}
.video-section-four.style-golf2 .bg-image {
  border-radius: 30px;
}
.video-section-four.style-golf2 .bg-image:before {
  border-radius: 30px;
  background-image: linear-gradient(
    220deg,
    rgba(0, 7, 31, 0.2588235294) 0%,
    #042c2a 74%
  );
}
.video-section-four.style-golf2 .sec-title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.2117647059);
}
.video-section-four.style-golf2 .sec-title .theme-btn {
  border-radius: 30px;
  position: absolute;
  right: 0;
  bottom: 65px;
}
.video-section-four.style-city2 .bg-image:before {
  background-image: none;
}
.video-section-four.style-city2 .theme-btn {
  border: none;
}

/*** 

  ====================================================================
    Video Section Ocean
  ====================================================================

  ***/
.video-section-ocean {
  position: relative;
  padding: 99px 0 66px;
}
.video-section-ocean.style-nature .btn-box {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video-section-ocean.style-nature .btn-box i {
  color: var(--theme-color-light);
}
.video-section-ocean.style-nature .btn-box .play-now-two {
  background-color: var(--theme-color6);
}
.video-section-ocean.style-nature .btn-box .play-now-two:hover {
  background-color: #ffffff;
}
.video-section-ocean.style-nature .btn-box .play-now-two:hover i {
  color: var(--theme-color6);
}
.video-section-ocean.style-two .bg-image {
  z-index: -1;
}
.video-section-ocean.style-two .bg-image:before {
  display: none;
}
.video-section-ocean.style-two .btn-box .play-now-two {
  width: 125px;
  height: 125px;
  line-height: 125px;
  color: var(--theme-color-light);
  background-color: var(--theme-color6);
}
.video-section-ocean .bg-image {
  z-index: -1;
}
.video-section-ocean .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
}
.video-section-ocean .outer-box {
  margin: 0px -53px;
}
@media (max-width: 1399.98px) {
  .video-section-ocean .outer-box {
    margin: 0;
  }
}
.video-section-ocean .sec-title {
  margin-bottom: 58px;
}
.video-section-ocean .btn-box {
  margin-top: 30px;
  text-align: center;
}
.video-section-ocean .btn-box .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--theme-color1);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: relative;
  top: 0;
}
@media (max-width: 575.98px) {
  .video-section-ocean .btn-box .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-section-ocean .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 85px;
}
.video-section-ocean .info-text .inner-info {
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.5);
  padding-left: 30px;
  max-width: 440px;
}
.video-section-ocean .info-text .inner-info .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-section-ocean .info-text .inner-info .icon-box .number {
  font-size: 34px;
  color: #fff;
  font-style: var(--title-font2);
}
.video-section-ocean .info-text .inner-info .icon-box i {
  font-size: 33px;
  color: #fff;
  margin-right: 18px;
  background-color: #7d7b79;
  border-radius: 500%;
  height: 61px;
  width: 61px;
  text-align: center;
}
.video-section-ocean .info-text .inner-info .text {
  color: var(--theme-color-white);
  margin-bottom: 16px;
  margin-top: 25px;
}
.video-section-ocean .info-text .inner-info .link {
  color: var(--theme-color-white);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section-ocean .info-text .inner-info .link:hover {
  color: var(--theme-color1);
}
.video-section-ocean .info-text .inner-info .link:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.video-section-ocean .info-text .inner-info .link .icon {
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section {
  position: relative;
  padding: 120px 0;
  background: #f8f5f0;
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section.luxury2-2 {
  background-color: #ecf2ea;
  padding: 175px 0 95px;
}
.rooms-section.style-winter {
  background-color: var(--theme-color-light);
}
.rooms-section.style-winter .room-block .inner-box {
  position: relative;
}
.rooms-section.style-winter .room-block .inner-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#222222),
    to(rgba(34, 34, 34, 0))
  );
  background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  opacity: 0.4;
}
.rooms-section.style-winter
  .room-block
  .inner-box
  .box-caption
  .book-btn:hover {
  background-color: var(--theme-color7);
}
.rooms-section.style-luxury {
  background-color: transparent;
  padding: 120px 0 100px;
  z-index: 1;
}
.rooms-section.style-luxury .outer-box {
  margin: 0 35px;
}
.rooms-section.style-luxury .room-block .inner-box .image-box figure {
  margin-bottom: 25px;
}
.rooms-section.style-city {
  background-color: var(--theme-color-light);
}
.rooms-section.style-mountain {
  padding: 120px 0 0;
  background-color: transparent;
  margin-bottom: -225px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .rooms-section.style-mountain {
    padding: 11px 0 0;
    margin: 0;
  }
}
.rooms-section.style-mountain .room-block .inner-box .image-box figure img {
  height: 100%;
}
.rooms-section.style-mountain .room-block .inner-box .image-box figure {
  margin-bottom: 0;
  height: 100%;
}
.rooms-section.style-mountain .room-block .inner-box .image-box figure:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 6, 24, 0)),
    to(#040618)
  );
  background: linear-gradient(180deg, rgba(4, 6, 24, 0) 0%, #040618 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.rooms-section.style-mountain .room-block .inner-box {
  height: 460px;
}

.room-block.col-lg-3 .inner-box .box-caption .bx-links li {
  margin-right: 3px;
}
.room-block .inner-box {
  position: relative;
}
.room-block .inner-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#222222),
    to(#222222)
  );
  background: linear-gradient(to left, #222222, #222222);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block .inner-box:hover .box-caption {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.room-block .inner-box:hover .content-box {
  bottom: 84px;
  z-index: 9;
}
.room-block .inner-box:hover:before {
  opacity: 0.4;
  visibility: visible;
}
.room-block .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.room-block .inner-box .box-caption {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 99;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block .inner-box .box-caption .book-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14pxx;
  color: #ffffff;
  font-family: var(--text-font2);
  letter-spacing: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.room-block .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.room-block .inner-box .box-caption .bx-links {
  margin-left: auto;
}
.room-block .inner-box .box-caption .bx-links li {
  display: inline-block;
  margin-right: 11px;
}
.room-block .inner-box .box-caption .bx-links li:last-child {
  margin-right: 0;
}
.room-block .inner-box .box-caption .bx-links li a {
  color: #fff;
  font-size: 15px;
}
.room-block .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow: hidden;
}
.room-block .inner-box .image-box figure img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.room-block .inner-box .content-box {
  position: absolute;
  bottom: 22px;
  right: 32px;
  text-align: right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}
.room-block .inner-box .content-box .title {
  font-size: 27px;
  margin-bottom: -6px;
  color: var(--theme-color-light);
}
.room-block .inner-box .content-box .price {
  font-size: 14px;
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .room-block .inner-box .image-box .image-2 img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.room-facility-list {
  position: relative;
}
.room-facility-list .icon {
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  display: block;
  font-size: 22px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color: #fff;
}

.room-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  padding: 43px 50px 30px 50px;
  position: relative;
  z-index: 1;
}

.product-details.rd-page .bx-wrapper {
  margin-bottom: 30px;
}
.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding: 0 10px;
    margin-right: 10px;
  }
  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }
  .rooms-section {
    padding: 80px 0;
  }
}
/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-golf {
  position: relative;
  padding: 120px 0 0;
}
.rooms-section-golf:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: rgba(105, 145, 10, 0.1019607843);
  z-index: -1;
}
.rooms-section-golf:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
  content: "";
  background-image: url(../images/icons/bg-shape8.png);
}
.rooms-section-golf.style-beach3 {
  background: #f5f5f5;
  padding: 120px 0 230px;
  position: relative;
}
.rooms-section-golf.style-beach3:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/room-beach3-1.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rooms-section-golf.style-beach3:after {
  display: none;
}
.rooms-section-golf.style-beach3 .swiper-button-next {
  bottom: 120px;
}
.rooms-section-golf.style-beach3 .swiper-button-prev {
  bottom: 120px;
}
.rooms-section-golf.style-lake {
  background: rgba(105, 145, 10, 0.1019607843);
  padding: 120px 0 230px;
}
.rooms-section-golf.style-lake:before {
  display: none;
}
.rooms-section-golf.style-lake:after {
  display: none;
}
.rooms-section-golf.style-lake .swiper-button-next {
  bottom: 120px;
}
.rooms-section-golf.style-lake .swiper-button-prev {
  bottom: 120px;
}
@media (max-width: 575.98px) {
  .rooms-section-golf .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-golf .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-golf .swiper-button-next {
  left: calc(50% - 10px);
  top: auto;
  bottom: -75px;
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-golf .swiper-button-next:hover {
  border-radius: 0;
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.rooms-section-golf .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  left: 72px;
}
.rooms-section-golf .swiper-button-next:after {
  font-size: 20px;
}
.rooms-section-golf .swiper-button-prev {
  bottom: -75px;
  top: auto;
  left: calc(50% - 74px);
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-golf .swiper-button-prev:hover {
  border-radius: 0;
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.rooms-section-golf .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  right: 72px;
}
.rooms-section-golf .swiper-button-prev:after {
  font-size: 20px;
}

.checkout-form-section.style-golf {
  margin-bottom: -55px;
}
.checkout-form-section.style-golf .checkout-form .checkout-field > h6 {
  text-transform: capitalize;
}
.checkout-form-section.style-golf .checkout-field .chk-field input {
  color: var(--theme-color6) !important;
}
.checkout-form-section.style-golf .checkout-form .checkout-field .chk-field i {
  color: var(--theme-color6) !important;
}
.checkout-form-section.style-golf .checkout-field .chk-field select {
  color: var(--theme-color6) !important;
}

/***

  ====================================================================
      Product Section One
  ====================================================================

  ***/
.room-service-section {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
}

.room-service-block-one .inner-box {
  background-color: var(--theme-color-light);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.room-service-block-one .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.room-service-block-one .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.room-service-block-one .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-one .inner-box .image-box .image img {
    height: auto;
  }
}
.room-service-block-one .content-box {
  padding: 30px 30px 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-one .content-box {
    padding: 20px;
  }
}
.room-service-block-one .content-box .inner-box {
  border-bottom: 1px solid rgba(106, 105, 105, 0.2);
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.room-service-block-one .content-box .title {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-one .content-box .title {
    font-size: 20px;
  }
}
.room-service-block-one .content-box .price {
  color: var(--theme-color1);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.room-service-block-one .content-box .facilities-box {
  position: relative;
}
.room-service-block-one .content-box .facilities-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #818181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 25px;
}
.room-service-block-one .content-box .facilities-list i {
  color: #818181;
  font-size: 24px;
}

/***

  ====================================================================
      Room Block Two
  ====================================================================

  ***/
.room-block-two .inner-box {
  overflow: hidden;
  position: relative;
}
.room-block-two .inner-box:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 6, 24, 0)),
    to(#040618)
  );
  background: linear-gradient(180deg, rgba(4, 6, 24, 0) 0%, #040618 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-two .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.room-block-two .inner-box:hover .image-box .btn-box,
.room-block-two .inner-box:hover .image-box .bookmark {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.room-block-two .inner-box:hover .content-box {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 9;
}
@media (max-width: 991.98px) {
  .room-block-two .inner-box .image-box .image-2 img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.room-block-two .inner-box .image-box .btn-box {
  height: 45px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 135px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
}
.room-block-two .inner-box .image-box .btn-box .btn-style-two {
  padding: 9px 31px;
}
.room-block-two .inner-box .image-box .btn-box span {
  font-family: var(--text-font2);
  font-weight: normal;
  text-transform: capitalize;
}
.room-block-two .inner-box .image-box .bookmark {
  background-color: rgba(4, 6, 24, 0.5);
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 40px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 40px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  width: 40px;
  z-index: 9;
}
.room-block-two .inner-box .image-box .bookmark:hover {
  background-color: var(--theme-color1);
}
.room-block-two .inner-box .image-box figure {
  margin-bottom: 0;
}
.room-block-two .inner-box .image-box figure img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.room-block-two .inner-box .content-box {
  bottom: 35px;
  left: 40px;
  position: absolute;
  right: 40px;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 9;
}
.room-block-two .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 15px;
}
.room-block-two .inner-box .content-box .price {
  color: var(--theme-color-light);
}
.room-block-two .inner-box .box-caption {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  padding-top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-block-two .bx-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.room-block-two .bx-links li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  margin-top: 10px;
  width: 50%;
}
.room-block-two .bx-links li:last-child {
  margin-right: 0;
}
.room-block-two .bx-links li a {
  color: var(--theme-color-white);
  font-family: var(--text-font2);
  font-size: 15px;
}
.room-block-two .bx-links li a i {
  margin-right: 10px;
}

/***

  ====================================================================
      Room Block Thee
  ====================================================================

  ***/
.room-block-three .inner-box {
  position: relative;
}
.room-block-three .inner-box:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1.03%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 1.03%,
    rgba(0, 0, 0, 0.5) 100%
  );
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-three .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .room-block-three .inner-box .image-box .image-2 img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.room-block-three .inner-box .image-box .btn-box {
  height: 45px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 135px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .room-block-three .inner-box .image-box .btn-box {
    left: 20px;
  }
}
.room-block-three .inner-box .image-box .btn-box .btn-style-two {
  padding: 9px 31px;
}
.room-block-three .inner-box .image-box .btn-box span {
  font-family: var(--text-font2);
  font-weight: normal;
  text-transform: capitalize;
}
.room-block-three .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow: hidden;
}
.room-block-three .inner-box .image-box figure img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.room-block-three .inner-box .content-box {
  bottom: 55px;
  left: 0;
  margin: 0 auto 55px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .room-block-three .inner-box .content-box {
    text-align: left;
    left: 20px;
  }
}
.room-block-three .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 15px;
}
.room-block-three .inner-box .content-box .price {
  color: var(--theme-color-light);
}
.room-block-three .inner-box .box-caption {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 30px;
  left: 40px;
  padding-top: 15px;
  position: absolute;
  width: calc(100% - 60px);
  z-index: 99;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-block-three .inner-box .box-caption {
    border: none;
    left: 20px;
  }
}
.room-block-three .bx-links {
  text-align: center;
}
@media (max-width: 575.98px) {
  .room-block-three .bx-links {
    text-align: left;
  }
}
.room-block-three .bx-links li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .room-block-three .bx-links li {
    margin-right: 15px;
  }
}
.room-block-three .bx-links li:last-child {
  margin-right: 0;
}
.room-block-three .bx-links li a {
  color: var(--theme-color-white);
  font-family: var(--text-font2);
  font-size: 15px;
}
.room-block-three .bx-links li a i {
  margin-right: 10px;
}

/***

  ====================================================================
      Room Section Four
  ====================================================================

  ***/
.room-section-four {
  position: relative;
  padding: 120px 0 90px;
  background-color: rgba(var(--theme-color1-rgb), 0.1);
}
.room-section-four.style-luxury4 {
  margin: 0 25px;
  border-radius: 25px 25px 0 0;
}
.room-section-four.style-modern {
  margin-top: 120px;
}
.room-section-four.style-modern
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color6);
}
.room-section-four.style-modern-two {
  margin-top: 120px;
  background-color: var(--theme-color-light);
}
.room-section-four.style-modern-two
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color1);
}
.room-section-four.style-luxury2-two {
  margin-top: 120px;
  background-color: var(--theme-color-light);
}
.room-section-four.style-luxury2-two
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color1);
}
.room-section-four .icon-dots-3 {
  position: absolute;
  right: 0;
  top: 0;
}
.room-section-four .bottom-text {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.room-section-four .bottom-text a {
  font-weight: 500;
  color: var(--theme-color1);
  text-decoration: underline;
}
.room-section-four .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .room-section-four .outer-box {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .room-section-four .outer-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.room-section-four .room-block-four {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
}
.room-section-four .room-block-four:hover,
.room-section-four .room-block-four.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 991.98px) {
  .room-section-four .room-block-four {
    width: 50%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .room-section-four .room-block-four {
    width: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 575.98px) {
  .room-section-four .room-block-four {
    padding: 0;
  }
}

.room-block-four {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}
.room-block-four.active .inner-box .image-box .image:before {
  opacity: 0.3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.room-block-four.active .inner-box .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.room-block-four.active .inner-box .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.room-block-four.active .inner-box .content-box .price {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.room-block-four.active .inner-box .content-box .box-caption {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.room-block-four.active .inner-box .content-box-hover .title {
  opacity: 0;
  -webkit-transform: translateY(100);
  transform: translateY(100);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.room-block-four.active .inner-box .content-box-hover .text {
  opacity: 0;
  -webkit-transform: translateY(100);
  transform: translateY(100);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.room-block-four .inner-box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .room-block-four .inner-box .image-box .image:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .room-block-four .inner-box .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark);
  }
  .room-block-four .inner-box .content-box .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .room-block-four .inner-box .content-box .price {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .room-block-four .inner-box .content-box .box-caption {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  .room-block-four .inner-box .content-box-hover .title {
    opacity: 0;
    -webkit-transform: translateY(100);
    transform: translateY(100);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .room-block-four .inner-box .content-box-hover .text {
    opacity: 0;
    -webkit-transform: translateY(100);
    transform: translateY(100);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
}
.room-block-four .inner-box:hover .image-box .image:before {
  opacity: 0.3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.room-block-four .inner-box:hover .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.room-block-four .inner-box:hover .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.room-block-four .inner-box:hover .content-box .price {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.room-block-four .inner-box:hover .content-box .box-caption {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.room-block-four .inner-box:hover .content-box-hover .title {
  opacity: 0;
  -webkit-transform: translateY(100);
  transform: translateY(100);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.room-block-four .inner-box:hover .content-box-hover .text {
  opacity: 0;
  -webkit-transform: translateY(100);
  transform: translateY(100);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.room-block-four .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-four .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.room-block-four .image-box .image::before {
  border-radius: 30px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1d1d29;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.room-block-four .image-box .image::after {
  border-radius: 30px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(29, 29, 41, 0)),
    color-stop(75%, rgba(29, 29, 41, 0.75))
  );
  background: linear-gradient(
    to bottom,
    rgba(29, 29, 41, 0) 0%,
    rgba(29, 29, 41, 0.75) 75%
  );
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.room-block-four .image-box .image img {
  border-radius: 30px;
  width: 100%;
  height: 561px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-four .content-box-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 2;
  padding: 30px 30px;
}
.room-block-four .content-box-hover .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.room-block-four .content-box-hover .title {
  color: #fff;
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-four .content-box-hover .text {
  color: #cccccc;
  font-size: 15px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-four .content-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
  padding: 30px 40px 36px;
}
@media (max-width: 575.98px) {
  .room-block-four .content-box {
    padding: 30px 15px 36px;
  }
}
.room-block-four .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-four .content-box .price {
  color: var(--theme-color-white);
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-four .content-box .box-caption {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 21px;
  padding-top: 9px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-four .content-box .box-caption .bx-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.room-block-four .content-box .box-caption .bx-links li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  margin-top: 16px;
  width: 50%;
}
.room-block-four .content-box .box-caption .bx-links li:last-child {
  margin-right: 0;
}
.room-block-four .content-box .box-caption .bx-links li:nth-child(2n + 2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.room-block-four .content-box .box-caption .bx-links li a {
  color: var(--theme-color-white);
  font-family: var(--text-font2);
  font-size: 15px;
}
.room-block-four .content-box .box-caption .bx-links li a i {
  margin-right: 10px;
}

.room-section-four4 {
  position: relative;
  padding: 120px 30px 90px;
  background-color: rgba(var(--theme-color1-rgb), 0.1);
}
.room-section-four4:before {
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 100%;
  height: 59px;
  z-index: 1;
}
.room-section-four4 .bg-image {
  height: 80%;
}
.room-section-four4 .bg-image:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 98%;
}
.room-section-four4 .bg-image img {
  height: 98%;
  width: 100%;
}
.room-section-four4.style-luxury4 {
  margin: 0 25px;
  border-radius: 25px 25px 0 0;
}
.room-section-four4.style-modern {
  margin-top: 120px;
}
.room-section-four4.style-modern
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color6);
}
.room-section-four4.style-luxury2-two {
  margin-top: 120px;
  background-color: var(--theme-color-light);
}
.room-section-four4.style-luxury2-two
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color1);
}
.room-section-four4 .icon-dots-3 {
  position: absolute;
  right: 0;
  top: 0;
}
.room-section-four4 .bottom-text {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.room-section-four4 .bottom-text a {
  font-weight: 500;
  color: var(--theme-color1);
  text-decoration: underline;
}
.room-section-four4 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .room-section-four4 .outer-box {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .room-section-four4 .outer-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.room-section-four4 .room-block-four {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
}
.room-section-four4 .room-block-four:hover,
.room-section-four4 .room-block-four.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 991.98px) {
  .room-section-four4 .room-block-four {
    width: 50%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .room-section-four4 .room-block-four {
    width: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 575.98px) {
  .room-section-four4 .room-block-four {
    padding: 0;
  }
}

/***

  ====================================================================
      Room Section
  ====================================================================

  ***/
.room-service-section-two {
  background-color: rgba(105, 145, 10, 0.1019607843);
  padding: 120px 0;
  position: relative;
}
.room-service-section-two:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-image: url(../images/icons/bg-shape4.png);
  z-index: 2;
  pointer-events: none;
}
.room-service-section-two:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background-image: url(../images/icons/bg-shape3.png);
  z-index: 2;
  pointer-events: none;
}
.room-service-section-two .sub-title:before {
  display: none;
}
.room-service-section-two .outer-box {
  position: relative;
}
.room-service-section-two .room-service-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .room-service-section-two .room-service-carousel-two {
    margin-right: 0;
  }
}
.room-service-section-two .swiper-button-next {
  top: -100px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-service-section-two .swiper-button-next:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.room-service-section-two .swiper-button-next:after {
  font-size: 20px;
}
.room-service-section-two .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -100px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-service-section-two .swiper-button-prev:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.room-service-section-two .swiper-button-prev:after {
  font-size: 20px;
}

.room-service-block-two .inner-box {
  background-color: var(--theme-color-light);
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.room-service-block-two .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.room-service-block-two .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.room-service-block-two .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-two .inner-box .image-box .image img {
    height: auto;
  }
}
.room-service-block-two .content-box {
  padding: 30px 30px 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-two .content-box {
    padding: 20px;
  }
}
.room-service-block-two .content-box .inner-box {
  border-bottom: 1px solid rgba(106, 105, 105, 0.2);
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.room-service-block-two .content-box .title {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-two .content-box .title {
    font-size: 20px;
  }
}
.room-service-block-two .content-box .price {
  color: var(--theme-color6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.room-service-block-two .content-box .facilities-box {
  position: relative;
}
.room-service-block-two .content-box .facilities-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #818181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 25px;
}
.room-service-block-two .content-box .facilities-list i {
  color: #818181;
  font-size: 24px;
}

/***

  ====================================================================
      Room Section
  ====================================================================

  ***/
.room-luxury-section {
  padding: 120px 0;
}
.room-luxury-section .outer-box {
  border-radius: 20px;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .room-luxury-section .outer-box {
    padding: 60px 15px;
  }
}
.room-luxury-section .outer-box .bg-image {
  border-radius: 20px;
}
.room-luxury-section .outer-box .room-service-block-three {
  max-width: 624px;
}
.room-luxury-section .outer-box .room-service-block-three .inner-block {
  margin-bottom: 0;
}

.room-service-block-three .inner-block {
  background-color: var(--theme-color-white);
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.room-service-block-three .inner-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.room-service-block-three .inner-block .image-box .image {
  position: relative;
  overflow: hidden;
}
.room-service-block-three .inner-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-three .inner-block .image-box .image img {
    height: auto;
  }
}
.room-service-block-three .content-box {
  padding: 40px 40px 40px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-three .content-box {
    padding: 20px;
  }
}
.room-service-block-three .content-box .inner-box {
  border-bottom: 1px solid rgba(106, 105, 105, 0.2);
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.room-service-block-three .content-box .title {
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-three .content-box .title {
    font-size: 20px;
  }
}
.room-service-block-three .content-box .text {
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}
.room-service-block-three .content-box .price {
  color: var(--theme-color1);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.room-service-block-three .content-box .facilities-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .room-service-block-three .content-box .facilities-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.room-service-block-three .content-box .facilities-list {
  width: 100%;
}
.room-service-block-three .content-box .facilities-list + .facilities-list li {
  padding-left: 95px;
}
@media (max-width: 767.98px) {
  .room-service-block-three
    .content-box
    .facilities-list
    + .facilities-list
    li {
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .room-service-block-three
    .content-box
    .facilities-list
    + .facilities-list
    li {
    padding-left: 0;
  }
}
.room-service-block-three .content-box .facilities-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.room-service-block-three .content-box .facilities-list i {
  color: var(--theme-color1);
  font-size: 24px;
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-spa {
  position: relative;
  padding: 180px 0 220px;
  background-color: #f5eee8;
}
.rooms-section-spa.hostel {
  padding: 120px 0 200px;
}
.rooms-section-spa.hostel .swiper-button-next {
  bottom: 120px;
}
.rooms-section-spa.hostel .swiper-button-prev {
  bottom: 120px;
}
.rooms-section-spa.hostel:before {
  display: none;
}
.rooms-section-spa.hostel:after {
  display: none;
}
.rooms-section-spa.modern {
  padding: 120px 0 200px;
  background-color: var(--theme-color-light);
}
.rooms-section-spa.modern .swiper-button-next {
  bottom: 120px;
}
.rooms-section-spa.modern .swiper-button-prev {
  bottom: 120px;
}
.rooms-section-spa.modern:before {
  background-image: url(../images/icons/shape-38.jpg);
  height: 65%;
}
.rooms-section-spa.modern:after {
  display: none;
}
.rooms-section-spa:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
  content: "";
  background-image: url(../images/icons/bg-shape8.png);
}
.rooms-section-spa:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 72px;
  content: "";
  background-image: url(../images/icons/bg-shape4.png);
}
@media (max-width: 575.98px) {
  .rooms-section-spa .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-spa .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-spa .swiper-button-next {
  left: calc(50% - 10px);
  top: auto;
  bottom: 144px;
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-spa .swiper-button-next:hover {
  border-radius: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.rooms-section-spa .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  left: 72px;
}
.rooms-section-spa .swiper-button-next:after {
  font-size: 20px;
}
.rooms-section-spa .swiper-button-prev {
  bottom: 144px;
  top: auto;
  left: calc(50% - 74px);
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-spa .swiper-button-prev:hover {
  border-radius: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.rooms-section-spa .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  right: 72px;
}
.rooms-section-spa .swiper-button-prev:after {
  font-size: 20px;
}

/*** 

  ====================================================================
    rooms-section-breakfast
  ====================================================================

  ***/
.rooms-section-breakfast {
  position: relative;
  padding: 120px 0;
  background: transparent;
}
@media (max-width: 575.98px) {
  .rooms-section-breakfast .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-breakfast .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-breakfast .room-block .inner-box {
  position: relative;
  z-index: 1;
}
.rooms-section-breakfast .room-block .inner-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#222222),
    to(rgba(34, 34, 34, 0))
  );
  background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  opacity: 0.4;
}
.rooms-section-breakfast .room-block .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color7);
}
.rooms-section-breakfast.style-luxury {
  background-color: transparent;
  padding: 120px 0 100px;
}
.rooms-section-breakfast.style-luxury .outer-box {
  margin: 0 35px;
}
.rooms-section-breakfast.style-luxury .room-block .inner-box .image-box figure {
  margin-bottom: 25px;
}
.rooms-section-breakfast.style-city {
  background-color: var(--theme-color-light);
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-lodge {
  position: relative;
  padding: 120px 20px;
}
.rooms-section-lodge:before {
  position: absolute;
  background-image: url(../images/background/bg-lodge2.jpg);
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .rooms-section-lodge .sec-title {
    margin-bottom: 40px;
  }
}
.rooms-section-lodge .sec-title .sub-title {
  color: var(--theme-color-white);
}
.rooms-section-lodge .sec-title h2 {
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .rooms-section-lodge .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-lodge.style-winter {
  background-color: var(--theme-color-light);
}
.rooms-section-lodge.style-winter .room-block .inner-box {
  position: relative;
}
.rooms-section-lodge.style-winter .room-block .inner-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#222222),
    to(rgba(34, 34, 34, 0))
  );
  background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  opacity: 0.4;
}
.rooms-section-lodge.style-winter
  .room-block
  .inner-box
  .box-caption
  .book-btn:hover {
  background-color: var(--theme-color7);
}
.rooms-section-lodge.style-luxury {
  background-color: transparent;
  padding: 120px 0 100px;
  z-index: 1;
}
.rooms-section-lodge.style-luxury .outer-box {
  margin: 0 35px;
}
.rooms-section-lodge.style-luxury .room-block .inner-box .image-box figure {
  margin-bottom: 25px;
}
.rooms-section-lodge.style-city {
  background-color: var(--theme-color-light);
}

.room-block-lodge.col-lg-3 .inner-box .box-caption .bx-links li {
  margin-right: 3px;
}
.room-block-lodge .inner-box {
  position: relative;
}
.room-block-lodge .inner-box:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 6, 24, 0)),
    to(#040618)
  );
  background: linear-gradient(180deg, rgba(4, 6, 24, 0) 0%, #040618 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-lodge .inner-box:hover .box-caption {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.room-block-lodge .inner-box:hover .content-box {
  bottom: 84px;
  z-index: 9;
}
.room-block-lodge .inner-box:hover:before {
  opacity: 0.4;
  visibility: visible;
}
.room-block-lodge .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.room-block-lodge .inner-box .box-caption {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 99;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-lodge .inner-box .box-caption .book-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14pxx;
  color: #ffffff;
  font-family: var(--text-font2);
  letter-spacing: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.room-block-lodge .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.room-block-lodge .inner-box .box-caption .bx-links {
  margin-left: auto;
}
.room-block-lodge .inner-box .box-caption .bx-links li {
  display: inline-block;
  margin-right: 11px;
}
.room-block-lodge .inner-box .box-caption .bx-links li:last-child {
  margin-right: 0;
}
.room-block-lodge .inner-box .box-caption .bx-links li a {
  color: #fff;
  font-size: 15px;
}
.room-block-lodge .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow: hidden;
}
.room-block-lodge .inner-box .image-box figure img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 495px;
  height: 460px;
}
.room-block-lodge .inner-box .content-box {
  position: absolute;
  bottom: 22px;
  right: 32px;
  text-align: right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}
.room-block-lodge .inner-box .content-box .title {
  font-size: 27px;
  margin-bottom: -6px;
  color: var(--theme-color-light);
}
.room-block-lodge .inner-box .content-box .price {
  font-size: 14px;
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .room-block-lodge .inner-box .image-box .image-2 img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*** 

  ====================================================================
  rooms-section-two-lodge
  ====================================================================

  ***/
.rooms-section-two-lodge {
  position: relative;
  padding: 0 35px;
  background: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .rooms-section-two-lodge .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-two-lodge .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-two-lodge img {
  height: 492px;
}

/*** 

  ====================================================================
    rooms-section-hiking
  ====================================================================

  ***/
.rooms-section-hiking {
  position: relative;
  padding: 120px 0;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .rooms-section-hiking .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-hiking .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-hiking .room-block .inner-box {
  position: relative;
  z-index: 1;
}
.rooms-section-hiking .room-block .inner-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#222222),
    to(rgba(34, 34, 34, 0))
  );
  background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  opacity: 0.4;
}
.rooms-section-hiking .room-block .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color7);
}
.rooms-section-hiking.style-luxury {
  background-color: transparent;
  padding: 120px 0 100px;
}
.rooms-section-hiking.style-luxury .outer-box {
  margin: 0 35px;
}
.rooms-section-hiking.style-luxury .room-block .inner-box .image-box figure {
  margin-bottom: 25px;
}
.rooms-section-hiking.style-city {
  background-color: var(--theme-color-light);
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-hiking-l2 {
  position: relative;
  padding: 120px 0;
  background-color: #f5f5f5;
}
.rooms-section-hiking-l2:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/bg-shape-hikingl02.png);
  width: 100%;
  height: 21px;
  top: 0;
  left: 0;
}
.rooms-section-hiking-l2:after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/bg-shape-hikingl02.png);
  width: 100%;
  height: 21px;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rooms-section-hiking-l2.style-two {
  background-color: var(--theme-color-light);
}
.rooms-section-hiking-l2.style-two:before {
  display: none;
}
.rooms-section-hiking-l2.style-two:after {
  display: none;
}
.rooms-section-hiking-l2 .image-box .image-1 {
  min-height: 297px;
}
.rooms-section-hiking-l2 .image-box .image-1 img {
  min-height: 297px;
}
.rooms-section-hiking-l2 .image-box .image-2 {
  min-height: 390px;
  width: 100%;
}
.rooms-section-hiking-l2 .image-box .image-2 img {
  min-height: 390px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .rooms-section-hiking-l2 .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-hiking-l2 .sec-title h2 {
    font-size: 32px;
  }
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-ocean-h01 {
  background-color: #f7f3ee;
  position: relative;
  padding: 120px 0 230px;
}
@media (max-width: 575.98px) {
  .rooms-section-ocean-h01 .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-ocean-h01 .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-ocean-h01 .swiper-button-next {
  left: calc(50% - 10px);
  top: auto;
  bottom: 117px;
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-ocean-h01 .swiper-button-next:hover {
  border-radius: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.rooms-section-ocean-h01 .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  left: 72px;
}
.rooms-section-ocean-h01 .swiper-button-next:after {
  font-size: 20px;
}
.rooms-section-ocean-h01 .swiper-button-prev {
  bottom: 117px;
  top: auto;
  left: calc(50% - 74px);
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-ocean-h01 .swiper-button-prev:hover {
  border-radius: 0;
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.rooms-section-ocean-h01 .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  right: 72px;
}
.rooms-section-ocean-h01 .swiper-button-prev:after {
  font-size: 20px;
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-countryside-h01 {
  position: relative;
  padding: 120px 0 0;
}
.rooms-section-countryside-h01:before {
  background-color: #f9f8f7;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 80%;
}
.rooms-section-countryside-h01 .anim-icons {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.rooms-section-countryside-h01.style-two .sub-title:before {
  display: none;
}
.rooms-section-countryside-h01.style-two .outer-box {
  position: relative;
}
.rooms-section-countryside-h01.style-two .countryside-h01-carousel {
  margin-right: -380px;
}
@media (max-width: 991.98px) {
  .rooms-section-countryside-h01.style-two .countryside-h01-carousel {
    margin-right: 0;
  }
}
.rooms-section-countryside-h01.style-two .swiper-button-next {
  top: -130px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-countryside-h01.style-two .swiper-button-next:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.rooms-section-countryside-h01.style-two .swiper-button-next:after {
  font-size: 20px;
}
.rooms-section-countryside-h01.style-two .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -130px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-countryside-h01.style-two .swiper-button-prev:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.rooms-section-countryside-h01.style-two .swiper-button-prev:after {
  font-size: 20px;
}
.rooms-section-countryside-h01.style-two .content-box .post-meta .categories a {
  color: var(--theme-color6);
}
.rooms-section-countryside-h01.style-two
  .content-box
  .post-meta
  .categories:before {
  border-color: var(--theme-color6);
}
.rooms-section-countryside-h01.style-two .content-box .post-meta .date {
  color: var(--theme-color6);
}
.rooms-section-countryside-h01.style-two .content-box .post-meta .date:before {
  background-color: var(--theme-color6);
}
.rooms-section-countryside-h01.style-two
  .news-block-four
  .content-box
  .title:hover
  a {
  color: var(--theme-color6);
}
@media (max-width: 575.98px) {
  .rooms-section-countryside-h01 .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-countryside-h01 .sec-title h2 {
    font-size: 32px;
  }
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-countryside-h02 {
  position: relative;
  padding: 120px 0 220px;
  background-color: #f5efe9;
}
.rooms-section-countryside-h02.hostel {
  padding: 120px 0 200px;
}
.rooms-section-countryside-h02.hostel .swiper-button-next {
  bottom: 120px;
}
.rooms-section-countryside-h02.hostel .swiper-button-prev {
  bottom: 120px;
}
.rooms-section-countryside-h02.hostel:before {
  display: none;
}
.rooms-section-countryside-h02.hostel:after {
  display: none;
}
.rooms-section-countryside-h02.modern {
  padding: 120px 0 200px;
  background-color: var(--theme-color-light);
}
.rooms-section-countryside-h02.modern .swiper-button-next {
  bottom: 120px;
}
.rooms-section-countryside-h02.modern .swiper-button-prev {
  bottom: 120px;
}
.rooms-section-countryside-h02.modern:before {
  background-image: url(../images/icons/shape-38.jpg);
  height: 65%;
}
.rooms-section-countryside-h02.modern:after {
  display: none;
}
@media (max-width: 575.98px) {
  .rooms-section-countryside-h02 .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-countryside-h02 .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-countryside-h02 .swiper-button-next {
  left: calc(50% - 10px);
  top: auto;
  bottom: 144px;
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-countryside-h02 .swiper-button-next:hover {
  border-radius: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.rooms-section-countryside-h02 .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  left: 72px;
}
.rooms-section-countryside-h02 .swiper-button-next:after {
  font-size: 20px;
}
.rooms-section-countryside-h02 .swiper-button-prev {
  bottom: 144px;
  top: auto;
  left: calc(50% - 74px);
  font-size: 30px;
  color: var(--theme-color-black);
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rooms-section-countryside-h02 .swiper-button-prev:hover {
  border-radius: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.rooms-section-countryside-h02 .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  right: 72px;
}
.rooms-section-countryside-h02 .swiper-button-prev:after {
  font-size: 20px;
}

.rooms-section-countryside-h02.style-lodge2 {
  background-color: transparent;
  position: relative;
}
.rooms-section-countryside-h02.style-lodge2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: calc(50% + 20px);
  left: 0;
  background-color: #f6f3ee;
}
.rooms-section-countryside-h02.style-lodge2 .sec-title {
  position: relative;
  margin-bottom: 62px;
}
.rooms-section-countryside-h02.style-lodge2 .sec-title .theme-btn {
  position: absolute;
  right: 0;
  bottom: 37px;
}

/***

  ====================================================================
      Room Section Four
  ====================================================================

  ***/
.room-section-four.style-campground2 {
  position: relative;
  padding: 120px 0 1px;
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  margin: 0 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.room-section-four.style-campground2 .sec-title {
  position: relative;
  z-index: 1;
}
.room-section-four.style-campground2 .sec-title .sub-title {
  color: var(--theme-color-white);
}
.room-section-four.style-campground2 .sec-title h2 {
  color: var(--theme-color-white);
}
.room-section-four.style-campground2:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/room-style-campground2.jpg);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.room-section-four.style-campground2:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8509803922);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.room-section-four.style-campground3 {
  position: relative;
  padding: 120px 0 80px;
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  margin: 0 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.room-section-four.style-campground3 .sec-title {
  position: relative;
  z-index: 1;
}
.room-section-four.style-campground3 .sec-title .sub-title {
  color: var(--theme-color-white);
}
.room-section-four.style-campground3 .sec-title h2 {
  color: var(--theme-color-white);
}
.room-section-four.style-campground3 .sec-title .theme-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.room-section-four.style-campground3:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/room-countryside3-1.jpg);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.room-section-four.style-campground3:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8509803922);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.room-section-four.style-city2 {
  position: relative;
  padding: 120px 0 1px;
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  margin: 0 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.room-section-four.style-city2 .sec-title {
  position: relative;
  z-index: 1;
}
.room-section-four.style-city2 .sec-title .sub-title {
  color: var(--theme-color-white);
}
.room-section-four.style-city2 .sec-title h2 {
  color: var(--theme-color-white);
}
.room-section-four.style-city2:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/bg-city2.jpg);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.room-section-four.style-city2:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8509803922);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1399.98px) {
  .room-section-four .outer-box {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .room-section-four .outer-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.room-section-four .room-block-four {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
}

@media (max-width: 991.98px) {
  .room-section-four .room-block-four {
    width: 50%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .room-section-four .room-block-four {
    width: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 575.98px) {
  .room-section-four .room-block-four {
    padding: 0;
  }
}

/*** 

  ====================================================================
    room-section
  ====================================================================

  ***/
.rooms-section-ocean {
  position: relative;
  padding: 140px 0 120px;
  background: #ecf2e9;
}
@media (max-width: 991.98px) {
  .rooms-section-ocean {
    padding: 140px 0 80px;
  }
}
.rooms-section-ocean:before {
  background-image: url(../images/icons/bg-shape7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  z-index: 1;
}
.rooms-section-ocean:after {
  background-image: url(../images/icons/bg-shape3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
  z-index: 1;
}

/***

  ====================================================================
      Room Section Four
  ====================================================================

  ***/
.room-section-ski {
  position: relative;
  padding: 120px 0 90px;
}
.room-section-ski .image-service-block .inner-box .image-box .image {
  outline: 1px solid var(--theme-color7);
}
.room-section-ski.style-luxury4 {
  margin: 0 25px;
  border-radius: 25px 25px 0 0;
}
.room-section-ski.style-modern {
  margin-top: 120px;
}
.room-section-ski.style-modern
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color7);
}
.room-section-ski.style-modern-two {
  margin-top: 120px;
  background-color: var(--theme-color-light);
}
.room-section-ski.style-modern-two
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color7);
}
.room-section-ski.style-luxury2-two {
  margin-top: 120px;
  background-color: var(--theme-color-light);
}
.room-section-ski.style-luxury2-two
  .image-service-block
  .inner-box
  .image-box
  .image {
  outline: 1px solid var(--theme-color1);
}
.room-section-ski .icon-dots-3 {
  position: absolute;
  right: 0;
  top: 0;
}
.room-section-ski .bottom-text {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.room-section-ski .bottom-text a {
  font-weight: 500;
  color: var(--theme-color1);
  text-decoration: underline;
}
.room-section-ski .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .room-section-ski .outer-box {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .room-section-ski .outer-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.room-section-ski .room-block-four {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
}
.room-section-ski .room-block-four:hover,
.room-section-ski .room-block-four.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 991.98px) {
  .room-section-ski .room-block-four {
    width: 50%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .room-section-ski .room-block-four {
    width: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 575.98px) {
  .room-section-ski .room-block-four {
    padding: 0;
  }
}

/***

  ====================================================================
      Room Section
  ====================================================================

  ***/
.room-service-section-winter-5 {
  background-color: #eef9fd;
  padding: 120px 0;
  position: relative;
}
.room-service-section-winter-5 .inner-box .content-box .title:hover {
  color: var(--theme-color7);
}
.room-service-section-winter-5 .flaticon.flaticon-bed {
  margin-right: 9px;
}
.room-service-section-winter-5 .fal.fa-shower {
  margin-right: 9px;
}
.room-service-section-winter-5 .fal.fa-air-conditioner {
  margin-right: 11px;
}
.room-service-section-winter-5 .content-box .price {
  color: var(--theme-color7);
}
.room-service-section-winter-5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-image: url(../images/icons/bg-shape4.png);
  z-index: 2;
  pointer-events: none;
}
.room-service-section-winter-5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background-image: url(../images/icons/bg-shape3.png);
  z-index: 2;
  pointer-events: none;
}
.room-service-section-winter-5 .sub-title:before {
  display: none;
}
.room-service-section-winter-5 .outer-box {
  position: relative;
}
.room-service-section-winter-5 .room-service-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .room-service-section-winter-5 .room-service-carousel-two {
    margin-right: 0;
  }
}
.room-service-section-winter-5 .swiper-button-next {
  top: -100px;
  font-size: 30px;
  color: var(--theme-color-black);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-service-section-winter-5 .swiper-button-next:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.room-service-section-winter-5 .swiper-button-next:after {
  font-size: 20px;
}
.room-service-section-winter-5 .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -100px;
  font-size: 30px;
  color: var(--theme-color-black);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-service-section-winter-5 .swiper-button-prev:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.room-service-section-winter-5 .swiper-button-prev:after {
  font-size: 20px;
}
.room-service-section-winter-5 .room-service-block-two .inner-box {
  background-color: var(--theme-color-light);
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.room-service-section-winter-5
  .room-service-block-two
  .inner-box:hover
  .image-box
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.room-service-section-winter-5
  .room-service-block-two
  .inner-box
  .image-box
  .image {
  position: relative;
  overflow: hidden;
}
.room-service-section-winter-5
  .room-service-block-two
  .inner-box
  .image-box
  .image
  img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-section-winter-5
    .room-service-block-two
    .inner-box
    .image-box
    .image
    img {
    height: auto;
  }
}
.room-service-section-winter-5 .room-service-block-two .content-box {
  padding: 30px 30px 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-section-winter-5 .room-service-block-two .content-box {
    padding: 20px;
  }
}
.room-service-section-winter-5 .room-service-block-two .content-box .inner-box {
  border-bottom: 1px solid rgba(106, 105, 105, 0.2);
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.room-service-section-winter-5 .room-service-block-two .content-box .title {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-section-winter-5 .room-service-block-two .content-box .title {
    font-size: 20px;
  }
}
.room-service-section-winter-5 .room-service-block-two .content-box .price {
  color: var(--theme-color7);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.room-service-section-winter-5
  .room-service-block-two
  .content-box
  .facilities-box {
  position: relative;
}
.room-service-section-winter-5
  .room-service-block-two
  .content-box
  .facilities-list
  li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #818181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 25px;
}
.room-service-section-winter-5
  .room-service-block-two
  .content-box
  .facilities-list
  i {
  color: #818181;
  font-size: 24px;
}

/*** 

  ====================================================================
  rooms-section-two-lodge
  ====================================================================

  ***/
.rooms-section-two-golf2 {
  position: relative;
  padding: 0 35px;
  background: var(--theme-color-white);
}
.rooms-section-two-golf2.style-luxury {
  background-color: transparent;
  padding: 120px 0 100px;
}
.rooms-section-two-golf2.style-luxury .outer-box {
  margin: 0 35px;
}
.rooms-section-two-golf2.style-luxury .room-block .inner-box:before {
  border-radius: 30px;
}
.rooms-section-two-golf2.style-luxury .room-block .inner-box .image-box {
  border-radius: 30px;
}
.rooms-section-two-golf2.style-luxury .room-block .inner-box .image-box figure {
  margin-bottom: 25px;
}
.rooms-section-two-golf2.style-luxury
  .room-block
  .inner-box
  .image-box
  .image-2 {
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .rooms-section-two-golf2 .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section-two-golf2 .sec-title h2 {
    font-size: 32px;
  }
}
.rooms-section-two-golf2 img {
  height: 492px;
  border-radius: 30px;
}

/***

  ====================================================================
      Room Section
  ====================================================================

  ***/
.room-service-section-ocean {
  background-color: var(--theme-color-dark2);
  padding: 120px 0 100px;
  position: relative;
}
.room-service-section-ocean .sub-title:before {
  display: none;
}
.room-service-section-ocean .outer-box {
  position: relative;
}
.room-service-section-ocean .room-service-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .room-service-section-ocean .room-service-carousel-two {
    margin-right: 0;
  }
}
.room-service-section-ocean .swiper-button-next {
  top: -100px;
  font-size: 30px;
  color: var(--theme-color-light);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 6%;
  border: 1px solid #434343;
  background-color: var(--theme-color-dark4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-service-section-ocean .swiper-button-next:hover {
  background-color: var(--theme-color-dark4);
  color: var(--theme-color1);
}
.room-service-section-ocean .swiper-button-next:after {
  font-size: 20px;
}
.room-service-section-ocean .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -100px;
  font-size: 30px;
  color: var(--theme-color-light);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 6%;
  border: 1px solid #434343;
  background-color: var(--theme-color-dark4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-service-section-ocean .swiper-button-prev:hover {
  background-color: var(--theme-color-dark4);
  color: var(--theme-color1);
}
.room-service-section-ocean .swiper-button-prev:after {
  font-size: 20px;
}

.rdetails-thumbs {
  position: relative;
}
.rdetails-thumbs .swiper-wrapper {
  max-width: 430px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0px, 0px) !important;
  transform: translate3d(0, 0px, 0px) !important;
}
.rdetails-thumbs .small-thumb {
  cursor: pointer;
  max-width: 100px;
}
.rdetails-thumbs .small-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

/*** 

  ====================================================================
      Features Section
  ====================================================================

  ***/
.features-section {
  position: relative;
  padding: 110px 0 95px;
}
@media (max-width: 991.98px) {
  .features-section .content-column {
    margin-bottom: 50px;
  }
}
.features-section .content-column .inner-column {
  text-align: center;
  padding-top: 30px;
}
.features-section
  .content-column
  .inner-column
  .author-box
  .inner
  .author-info {
  margin-top: 37px;
}
.features-section .content-column .inner-column .author-box .inner .name {
  color: var(--headings-color);
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 8px;
}
.features-section
  .content-column
  .inner-column
  .author-box
  .inner
  .designation {
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.features-section.style-luxury {
  padding: 110px 0 125px;
}
.features-section.style-luxury .content-column .inner-column {
  text-align: left;
}
.features-section.style-luxury .content-column .inner-column .btn-box {
  margin-top: 120px;
}
.features-section.style-luxury .features-column .inner-column::before {
  border-color: #ebebeb;
}
.features-section.style-luxury .feature-block .inner-box {
  border-color: #ebebeb;
}
.features-section.style-luxury2 {
  padding: 110px 0 125px;
}
.features-section.style-luxury2 .content-column .inner-column {
  text-align: center;
  padding-top: 60px;
}
.features-section.style-luxury2 .content-column .inner-column .btn-box {
  margin-top: 40px;
}
.features-section.style-luxury2 .features-column .inner-column::before {
  border-color: #ebebeb;
}
.features-section.style-luxury2 .feature-block .inner-box {
  border-color: #ebebeb;
}

.features-column .inner-column {
  padding-bottom: 15px;
  position: relative;
}
.features-column .inner-column:before {
  border-left: 1px solid #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 1px;
}
.features-column.features-column-two .inner-column:before {
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}
.features-column.features-column-two .feature-block:last-child .inner-box {
  border-bottom: none;
}
.features-column.features-column-two .feature-block .inner-box {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}
.features-column.features-column-two .feature-block .inner-box .box-number {
  color: rgba(var(--theme-color1-rgb), 0.21);
  font-size: 80px;
  font-family: var(--title-font);
  top: -9px;
}
.features-column.features-column-two .feature-block .inner-box .icon-box {
  text-align: center;
}
.features-column.features-column-two
  .feature-block
  .inner-box
  .icon-box
  .icon-shape {
  color: rgba(var(--theme-color1-rgb), 0.21);
  display: inline-block;
  font-size: 90px;
  line-height: 1;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block:first-child .inner-box {
  padding: 26px 20px 43px 50px;
}
@media (max-width: 575.98px) {
  .feature-block:first-child .inner-box {
    padding: 30px 20px 50px 20px;
  }
}
.feature-block:last-child .inner-box {
  border-bottom: none;
  padding: 43px 20px 14px 50px;
}
@media (max-width: 575.98px) {
  .feature-block:last-child .inner-box {
    padding: 50px 20px 30px 20px;
  }
}
.feature-block .inner-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 0px 43px 50px;
}
@media (max-width: 575.98px) {
  .feature-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feature-block .inner-box:hover .box-number {
  color: var(--theme-color1);
}
.feature-block .inner-box:hover .icon-box .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.feature-block .inner-box:hover .content-box .bg-image {
  opacity: 1;
  left: 100%;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}
@media (max-width: 1399.98px) {
  .feature-block .inner-box:hover .content-box .bg-image {
    left: calc(100% - 100px);
    z-index: 3;
  }
}
@media (max-width: 575.98px) {
  .feature-block .inner-box:hover .content-box .bg-image {
    left: calc(100% - 10px);
  }
}
.feature-block .inner-box .box-number {
  color: #e2e2e2;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.01em;
  min-width: 70px;
  margin-right: 40px;
  position: relative;
  top: -3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .feature-block .inner-box .box-number {
    font-size: 58px;
  }
}
@media (max-width: 575.98px) {
  .feature-block .inner-box .box-number {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.feature-block .inner-box .icon-box {
  min-width: 80px;
  margin-right: 40px;
  line-height: 1;
  position: relative;
}
@media (max-width: 575.98px) {
  .feature-block .inner-box .icon-box {
    margin-right: 0;
    margin-bottom: 10px;
    top: 0;
    left: 5px;
  }
}
.feature-block .inner-box .icon-box .icon {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 70px;
  line-height: 59px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box .content-box {
  position: relative;
  margin-right: -59px;
}
@media (max-width: 1399.98px) {
  .feature-block .inner-box .content-box {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .feature-block .inner-box .content-box {
    text-align: center;
  }
}
.feature-block .inner-box .content-box .title {
  position: relative;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
  z-index: 3;
}
.feature-block .inner-box .content-box .read-more {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box .content-box .read-more:before {
  background-color: var(--theme-color1);
  content: "";
  height: 1px;
  position: absolute;
  top: calc(50% - 0px);
  right: -37px;
  bottom: 0;
  width: 32px;
}
.feature-block .inner-box .content-box .read-more:after {
  background-color: var(--theme-color2);
  content: "";
  height: 1px;
  position: absolute;
  top: calc(50% - 0px);
  right: -5px;
  bottom: 0;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box .content-box .read-more:hover {
  color: var(--theme-color1);
}
.feature-block .inner-box .content-box .read-more:hover:after {
  right: -37px;
  width: 32px;
}
.feature-block .inner-box .content-box .bg-image {
  margin: 0;
  position: absolute;
  top: -20px;
  left: calc(100% + 10px);
  width: 140px;
  height: 109px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .feature-block .inner-box .content-box .bg-image {
    left: calc(100% - 10px);
  }
}

/*** 

  ====================================================================
    Features Section Two
  ====================================================================

  ***/
.feature-section-two {
  position: relative;
  padding: 30px 0 60px;
}
@media (max-width: 767.98px) {
  .feature-section-two {
    padding-top: 70px;
  }
}

.feature-row:hover .image-column .inner-column .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-row .image-column .inner-column {
  position: relative;
  z-index: 9;
}
.feature-row .content-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #f8f5f0;
  padding: 61px 91px 70px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 50px 70px;
  }
}
@media (max-width: 575.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 15px 70px;
  }
}
.feature-row .content-column .inner-column .content-box {
  text-align: center;
}
.feature-row .content-column .inner-column .sec-title {
  margin-bottom: 34px;
}
.feature-row .content-column .inner-column .sec-title .text {
  margin-top: 16px;
}
.feature-row .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 11px;
}
.feature-row .content-column .inner-column .sec-title h2 {
  display: inline-block;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  padding: 0 10px 19px;
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .feature-row .content-column .inner-column .sec-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column .sec-title .text {
    font-size: 15px;
  }
}
.feature-row .content-column .inner-column .read-more {
  font-family: var(--text-font);
  font-weight: 500;
  padding: 13px 45px 15px;
}
.feature-row .content-column .inner-column .read-more:hover {
  border-color: var(--headings-color);
}
.feature-row .image-column .image {
  overflow: hidden;
}
.feature-row .image-column .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    Feature section three
  ====================================================================

  ***/
.feature-section-three {
  position: relative;
  padding: 90px 0 65px;
}

.feature-block-three {
  margin-bottom: 24px;
}
.feature-block-three .inner-box {
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box:hover .icon-box {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.feature-block-three .inner-box .icon-box {
  margin-bottom: 11px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-block-three .inner-box .icon-box i {
  color: var(--theme-color1);
  font-size: 70px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box .content-box .title {
  margin-bottom: 11px;
}
.feature-block-three .inner-box .content-box .text {
  font-size: 14px;
  margin: 0 60px;
}
@media (max-width: 1199.98px) {
  .feature-block-three .inner-box .content-box .text {
    margin: 0 15px;
  }
}

/*** 

  ====================================================================
    Feature section four
  ====================================================================

  ***/
.feature-section-four {
  position: relative;
  padding: 120px 0 88px;
}
@media (max-width: 575.98px) {
  .feature-section-four {
    padding: 80px 0 50px;
  }
}
.feature-section-four .sec-title {
  margin-right: 50px;
  margin-bottom: 32px;
}
@media (max-width: 1399.98px) {
  .feature-section-four .sec-title {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .feature-section-four .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .feature-section-four .sec-title .sub-title {
    margin-bottom: 0;
  }
}
.feature-section-four .sec-title h2 {
  color: var(--theme-color1);
}
.feature-section-four .sec-title .text {
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 1399.98px) {
  .feature-section-four .sec-title .text {
    margin-right: 0;
  }
}
.feature-section-four .sec-title .btn-box {
  margin-top: 32px;
}
.feature-section-four .outer-box {
  margin-left: -38px;
}
@media (max-width: 1399.98px) {
  .feature-section-four .outer-box {
    margin-left: 0;
  }
}

.feature-block-four {
  margin-bottom: 32px;
}
.feature-block-four .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-four .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-block-four .inner-box:hover .content-box:before {
  height: 100%;
}
.feature-block-four .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.feature-block-four .inner-box .image {
  border-radius: 0;
  overflow: hidden;
}
.feature-block-four .inner-box .image img {
  border-radius: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-four .inner-box .content-box {
  background-color: var(--theme-color-dark);
  border-radius: 0;
  padding: 19px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.feature-block-four .inner-box .content-box:before {
  background-color: var(--theme-color1);
  border-radius: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-four .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .feature-block-four .inner-box .content-box .title {
    font-size: 22px;
  }
}

/*** 

  ====================================================================
    Feature section five
  ====================================================================

  ***/
.feature-section-five {
  background: #f4f8f7;
  position: relative;
}
.feature-section-five .feature-slider {
  z-index: 1;
}
.feature-section-five .feature-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid rgba(22, 17, 13, 0.15);
  border-radius: 50%;
  color: #6e8886;
  font-size: 0;
  position: absolute;
  bottom: 130px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  height: 56px;
  width: 56px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-section-five .feature-slider .slick-arrow:hover {
  background-color: #111;
  border-color: #111;
  color: #ffffff;
}
.feature-section-five .feature-slider .slick-arrow:hover:before {
  color: #ffffff;
}
.feature-section-five .feature-slider .slick-arrow:before {
  color: #6e8886;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 56px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-section-five .feature-slider .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% + 235px);
}
@media (max-width: 1399.98px) {
  .feature-section-five .feature-slider .slick-arrow.slick-prev {
    left: calc(50% + 0px);
  }
}
@media (max-width: 767.98px) {
  .feature-section-five .feature-slider .slick-arrow.slick-prev {
    left: calc(25% + 15px);
  }
}
.feature-section-five .feature-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
.feature-section-five .feature-slider .slick-arrow.slick-next {
  left: calc(50% + 297px);
  right: auto;
}
@media (max-width: 1399.98px) {
  .feature-section-five .feature-slider .slick-arrow.slick-next {
    left: calc(50% + 65px);
  }
}
@media (max-width: 767.98px) {
  .feature-section-five .feature-slider .slick-arrow.slick-next {
    left: calc(25% + 80px);
  }
}
.feature-section-five .feature-slider .slick-arrow.slick-next:before {
  content: "\f054";
}
.feature-section-five .outer-box {
  position: relative;
  background: #1e4847;
}
.feature-section-five .outer-box .bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: calc(50% + 98px);
}
@media (max-width: 1399.98px) {
  .feature-section-five .outer-box .bg-image {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .feature-section-five .outer-box .bg-image {
    width: 25%;
  }
}
.feature-section-five .content-column {
  max-width: 465px;
  position: relative;
  left: calc(50% + 235px);
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .feature-section-five .content-column {
    left: 50%;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .feature-section-five .content-column {
    left: 25%;
    width: 75%;
  }
}
.feature-section-five .content-column .inner-column {
  padding: 169px 0 224px;
}
@media (max-width: 767.98px) {
  .feature-section-five .content-column .inner-column {
    padding-left: 15px;
  }
}
.feature-section-five .content-column .inner-column .sec-title {
  margin-bottom: 0;
}
.feature-section-five .content-column .inner-column .sec-title h2 {
  color: #fff;
}
.feature-section-five.slider-style .floating-object {
  bottom: 0;
  position: absolute;
  right: 0;
}
.feature-section-five.slider-style .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .feature-section-five.slider-style .outer-box {
    display: block;
  }
}
.feature-section-five.slider-style .outer-box .bg-image {
  width: calc(50% + 0px);
}
@media (max-width: 1499.98px) {
  .feature-section-five.slider-style .outer-box .bg-image {
    width: calc(50% - 100px);
  }
}
@media (max-width: 991.98px) {
  .feature-section-five.slider-style .outer-box .bg-image {
    display: block;
    height: 450px;
    width: 100%;
  }
}
.feature-section-five.slider-style .outer-box .info-box {
  background-color: var(--theme-color-white);
  bottom: 0;
  padding: 60px 70px;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .feature-section-five.slider-style .outer-box .info-box {
    padding: 70px 30px;
  }
}
@media (max-width: 575.98px) {
  .feature-section-five.slider-style .outer-box .info-box {
    padding: 60px 30px 50px;
  }
}
.feature-section-five.slider-style .outer-box .info-box .price {
  color: var(--theme-color1);
}
.feature-section-five.slider-style .outer-box .info-box .price small {
  color: var(--theme-color1);
  font-size: 15px;
}
.feature-section-five.slider-style .outer-box .image-box {
  max-width: none;
  position: relative;
  width: calc(50% + 0px);
}
.feature-section-five.slider-style .outer-box .image-box img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .feature-section-five.slider-style .outer-box .image-box {
    height: 450px;
    position: relative;
    width: 100%;
  }
}
.feature-section-five.slider-style .content-column {
  left: 0px;
  max-width: none;
  padding-left: 120px;
  width: calc(50% - 0px);
}
@media (max-width: 1499.98px) {
  .feature-section-five.slider-style .content-column {
    padding-left: 90px;
    max-width: 630px;
  }
}
@media (max-width: 1299.98px) {
  .feature-section-five.slider-style .content-column {
    padding-left: 60px;
    max-width: 550px;
  }
}
@media (max-width: 1199.98px) {
  .feature-section-five.slider-style .content-column {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .feature-section-five.slider-style .content-column {
    max-width: initial;
    width: 90%;
  }
}
@media (max-width: 375.98px) {
  .feature-section-five.slider-style .content-column {
    max-width: initial;
    width: 90%;
  }
}
.feature-section-five.slider-style .content-column .inner-column {
  padding: 110px 0 120px;
  max-width: 600px;
}
.feature-section-five.slider-style .content-column .btn-style-two {
  font-size: 14px;
}
.feature-section-five.slider-style .text {
  color: #cccccc;
  margin-bottom: 50px;
  margin-top: 32px;
}
.feature-section-five.slider-style .feature-slider .slick-arrow {
  border: none;
  bottom: 0;
  height: 71px;
  width: 71px;
}
@media (max-width: 991.98px) {
  .feature-section-five.slider-style .feature-slider .slick-arrow {
    height: 60px;
    width: 60px;
  }
}
.feature-section-five.slider-style .feature-slider .slick-arrow.slick-prev {
  background-color: var(--theme-color-dark);
  border-radius: 0;
  left: calc(50% - 70px);
}
@media (max-width: 991.98px) {
  .feature-section-five.slider-style .feature-slider .slick-arrow.slick-prev {
    left: calc(88% - 90px);
  }
}
@media (max-width: 767.98px) {
  .feature-section-five.slider-style .feature-slider .slick-arrow.slick-prev {
    left: calc(77% - 30px);
  }
}
@media (max-width: 575.98px) {
  .feature-section-five.slider-style .feature-slider .slick-arrow.slick-prev {
    left: calc(80% - 90px);
  }
}
.feature-section-five.slider-style
  .feature-slider
  .slick-arrow.slick-prev:before {
  color: var(--theme-color-white);
}
.feature-section-five.slider-style
  .feature-slider
  .slick-arrow.slick-prev:hover {
  background-color: var(--theme-color-white);
}
.feature-section-five.slider-style
  .feature-slider
  .slick-arrow.slick-prev:hover:before {
  color: var(--theme-color-dark);
}
.feature-section-five.slider-style .feature-slider .slick-arrow.slick-next {
  background-color: var(--theme-color-dark);
  border-radius: 0;
  left: calc(50% + 0px);
}
@media (max-width: 991.98px) {
  .feature-section-five.slider-style .feature-slider .slick-arrow.slick-next {
    left: calc(90% - 40px);
  }
}
@media (max-width: 575.98px) {
  .feature-section-five.slider-style .feature-slider .slick-arrow.slick-next {
    left: calc(80% - 15px);
  }
}
.feature-section-five.slider-style
  .feature-slider
  .slick-arrow.slick-next:before {
  color: var(--theme-color-white);
}
.feature-section-five.slider-style
  .feature-slider
  .slick-arrow.slick-next:hover {
  background-color: var(--theme-color-white);
}
.feature-section-five.slider-style
  .feature-slider
  .slick-arrow.slick-next:hover:before {
  color: var(--theme-color-dark);
}
.feature-section-five.tab-style {
  background-color: transparent;
  border-radius: 30px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.feature-section-five.tab-style .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .feature-section-five.tab-style .outer-box {
    display: block;
  }
}
.feature-section-five.tab-style .outer-box .bg-image {
  left: auto;
  right: 0;
}
.feature-section-five.tab-style .outer-box .content-column {
  background-color: var(--theme-color1);
  left: 0;
  max-width: none;
  width: calc(50% - 215px);
}
@media (max-width: 1699.98px) {
  .feature-section-five.tab-style .outer-box .content-column {
    width: calc(50% + 0px);
  }
}
@media (max-width: 991.98px) {
  .feature-section-five.tab-style .outer-box .content-column {
    width: 100%;
  }
}
.feature-section-five.tab-style .outer-box .content-column .btn-style-three {
  font-size: 14px;
}
.feature-section-five.tab-style
  .outer-box
  .content-column
  .btn-style-three:hover {
  border-color: var(--theme-color2);
}
.feature-section-five.tab-style .outer-box .content-column .inner-column {
  padding: 100px;
}
@media (max-width: 1199.98px) {
  .feature-section-five.tab-style .outer-box .content-column .inner-column {
    padding: 70px 50px;
  }
}
@media (max-width: 575.98px) {
  .feature-section-five.tab-style .outer-box .content-column .inner-column {
    padding: 70px 30px;
  }
}
.feature-section-five.tab-style .outer-box .image-box {
  max-width: none;
  position: relative;
  width: calc(50% + 215px);
}
@media (max-width: 1699.98px) {
  .feature-section-five.tab-style .outer-box .image-box {
    width: calc(50% - 0px);
  }
}
@media (max-width: 991.98px) {
  .feature-section-five.tab-style .outer-box .image-box {
    width: 100%;
  }
}
.feature-section-five.tab-style .outer-box .image-box img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature-section-five.tab-style .outer-box .image-box .video-box {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 55px);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .feature-section-five.tab-style .outer-box .image-box .video-box {
    top: calc(50% - 50px);
  }
}

.play-now-two {
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color1);
  position: relative;
  top: 0;
  font-size: 34px;
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  display: inline-block;
}

.room-feature {
  margin-bottom: 30px;
}
.room-feature ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .room-feature ul {
    display: block;
  }
}
.room-feature li {
  color: var(--theme-color-white);
  font-family: var(--text-font2);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
}
.room-feature li:last-child {
  margin-bottom: 0;
}
.room-feature span {
  color: var(--theme-color-white);
  margin-right: 15px;
}

/*** 

  ====================================================================
    Features Section Six
  ====================================================================

  ***/
.features-section-six {
  position: relative;
  padding: 110px 0 95px;
}
.features-section-six .features-column-six .inner-column {
  padding-left: 95px;
}

.feature-block-six:last-child .inner-box:before {
  display: none;
}
.feature-block-six .inner-box {
  position: relative;
  padding: 12px 15px 41px 95px;
}
.feature-block-six .inner-box:before {
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  content: "";
  height: calc(100% - 72px);
  left: 31px;
  top: 67px;
  position: absolute;
  width: 1px;
}
.feature-block-six .inner-box:hover .icon-box {
  color: var(--theme-color-white);
}
.feature-block-six .inner-box:hover .icon-box:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.feature-block-six .inner-box .icon-box {
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 28px;
  height: 62px;
  line-height: 62px;
  width: 62px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-box .icon-box:before {
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-box .icon-box .icon {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-box .content-box {
  position: relative;
}
.feature-block-six .inner-box .content-box .title {
  margin-bottom: 14px;
}

/*** 

  ====================================================================
    Features Section Seven
  ====================================================================

  ***/
.features-section-seven {
  position: relative;
}
.features-section-seven.style-golf
  .features-seven-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color6);
  outline-color: var(--theme-color6);
}
.features-section-seven.style-golf
  .features-seven-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  background-color: var(--theme-color-black);
}
.features-section-seven .features-seven-slider .swiper-pagination-clickable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
  width: 100%;
  bottom: 0;
}
.features-section-seven
  .features-seven-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  background-color: var(--theme-color1);
  outline: 1px solid var(--theme-color-white);
  outline-offset: 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  opacity: 1;
}
.features-section-seven
  .features-seven-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.features-section-seven
  .features-seven-slider
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
  outline-color: var(--theme-color1);
}
.features-section-seven .features-seven-slider .feature-slide {
  padding-bottom: 60px;
}
.features-section-seven
  .features-seven-slider
  .feature-slide.swiper-slide-active
  .feature-block-seven
  .image-box {
  -webkit-transform: scale(1, 1.175);
  transform: scale(1, 1.175);
}
@media (max-width: 767.98px) {
  .features-section-seven
    .features-seven-slider
    .feature-slide.swiper-slide-active
    .feature-block-seven
    .image-box {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.features-section-seven
  .features-seven-slider
  .feature-slide.swiper-slide-active
  .feature-block-seven
  .image-box
  img {
  height: 100%;
}
.features-section-seven
  .features-seven-slider
  .feature-slide.swiper-slide-active
  .feature-block-seven
  .content-box {
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 20px 0 0;
  bottom: -15px;
}
@media (max-width: 767.98px) {
  .features-section-seven
    .features-seven-slider
    .feature-slide.swiper-slide-active
    .feature-block-seven
    .content-box {
    padding: 20px 0 34px;
    bottom: 0;
  }
}
.features-section-seven .features-seven-slider .feature-slide .inner-slide {
  position: relative;
}
.features-section-seven .outer-box {
  padding: 100px 15px;
}
.features-section-seven .feature-block-seven {
  position: relative;
}
.features-section-seven .feature-block-seven .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.features-section-seven .feature-block-seven .image-box img {
  position: relative;
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.features-section-seven .feature-block-seven .image-box:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 6, 24, 0)),
    to(#040618)
  );
  background: linear-gradient(180deg, rgba(4, 6, 24, 0) 0%, #040618 100%);
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.features-section-seven .feature-block-seven .content-box {
  padding: 40px 0 34px;
  margin: 0 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.features-section-seven .feature-block-seven .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
}

/*** 

  ====================================================================
    Feature section eight
  ====================================================================

  ***/
.feature-section-eight {
  position: relative;
  padding: 120px 0 88px;
}
@media (max-width: 575.98px) {
  .feature-section-eight {
    padding: 80px 0 50px;
  }
}
.feature-section-eight .outer-box {
  margin: 0 35px;
}
@media (max-width: 1399.98px) {
  .feature-section-eight .outer-box {
    margin-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .feature-section-eight .outer-box.style-two {
    margin: 15px;
  }
}

/*** 

  ====================================================================
    Features Section Nine
  ====================================================================

  ***/
.feature-section-nine {
  background-color: #f7f3ee;
  padding: 120px 0;
}
.feature-section-nine .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  right: -200px;
}
.feature-section-nine .sec-title {
  margin-bottom: 53px;
}

.feature-block-nine {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-block-nine:first-child {
  border-left: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .feature-block-nine:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .feature-block-nine {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .feature-block-nine {
    border: none;
  }
}
.feature-block-nine .inner-block {
  max-width: 175px;
}
.feature-block-nine .inner-block:hover .btn-link {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.feature-block-nine .inner-block:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.feature-block-nine .inner-block .icon {
  display: inline-block;
  color: var(--theme-color1);
  font-size: 70px;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-nine .inner-block .title {
  font-family: var(--title-font2);
}
.feature-block-nine .inner-block .btn-link {
  display: inline-block;
  font-size: 42px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-nine .inner-block .btn-link:hover {
  color: var(--theme-color1);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*** 

  ====================================================================
    Features Section
  ====================================================================

  ***/
.feature-section14 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .feature-section14 {
    padding-top: 80px;
  }
}

.feature-row14:hover .image-column .inner-column .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-row14 .image-column .inner-column {
  position: relative;
  z-index: 9;
}
.feature-row14 .content-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #f8f5f0;
  padding: 62px 30px 64px 55px;
  margin: 65px 0;
}
@media (max-width: 1199.98px) {
  .feature-row14 .content-column .inner-column {
    padding: 61px 50px 70px;
  }
}
@media (max-width: 575.98px) {
  .feature-row14 .content-column .inner-column {
    padding: 61px 15px 70px;
  }
}
.feature-row14 .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.feature-row14 .content-column .inner-column .sec-title .text {
  margin-top: 35px;
}
.feature-row14 .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 0;
}
.feature-row14 .content-column .inner-column .sec-title .sub-title:before {
  display: none;
}
.feature-row14 .content-column .inner-column .sec-title h2 {
  font-size: 47px;
}
@media (max-width: 1199.98px) {
  .feature-row14 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .feature-row14 .content-column .inner-column .sec-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .feature-row14 .content-column .inner-column .sec-title .text {
    font-size: 15px;
  }
}
.feature-row14 .content-column .inner-column .read-more {
  font-family: var(--text-font);
  font-weight: 500;
  padding: 13px 45px 15px;
}
.feature-row14 .content-column .inner-column .read-more:hover {
  border-color: var(--headings-color);
}
.feature-row14 .image-column .inner-column {
  width: 100%;
  height: 100%;
}
.feature-row14 .image-column .image-box {
  width: 100%;
  height: 100%;
}
.feature-row14 .image-column .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.feature-row14 .image-column .image img {
  width: 100%;
  height: 100%;
}

/*** 

  ====================================================================
    Features Section
  ====================================================================

  ***/
.feature-section15 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .feature-section15 {
    padding-top: 80px;
  }
}
.feature-section15.style-home-beach .feature-row15 {
  margin-bottom: 100px;
}
.feature-section15.style-home-beach
  .feature-row15.alter-item
  .content-column
  .inner-column {
  padding: 62px 70px 64px 85px;
}
.feature-section15.style-home-beach
  .feature-row15.alter-item
  .content-column
  .inner-column::before {
  left: auto;
  right: -125px;
}
.feature-section15.style-home-beach .feature-row15 .image-column .inner-column {
  height: auto;
}
.feature-section15.style-home-beach
  .feature-row15
  .content-column
  .inner-column {
  padding: 62px 70px 64px 85px;
}
.feature-section15.style-home-beach
  .feature-row15
  .content-column
  .inner-column::before {
  background-color: #f8f5f0;
  content: "";
  position: absolute;
  top: 0;
  left: -125px;
  width: 125px;
  height: 100%;
}
.feature-section15.style-home-beach
  .feature-row15
  .content-column
  .inner-column
  .service-icon {
  font-size: 90px;
  position: absolute;
  right: 20px;
  top: -4px;
  opacity: 0.1;
}
.feature-section15.style-home-beach
  .feature-row15
  .content-column
  .inner-column
  .sec-title
  .text {
  font-size: 14px;
}
.feature-section15.style-home-beach
  .feature-row15
  .content-column
  .inner-column
  .read-more {
  background-color: var(--theme-color8);
  border-color: var(--theme-color8);
}
.feature-section15.style-home-city .feature-row15 {
  margin-bottom: 100px;
}
.feature-section15.style-home-city
  .feature-row15.alter-item
  .content-column
  .inner-column {
  padding: 62px 70px 64px 85px;
}
.feature-section15.style-home-city
  .feature-row15.alter-item
  .content-column
  .inner-column::before {
  left: auto;
  right: -125px;
}
.feature-section15.style-home-city .feature-row15 .image-column .inner-column {
  height: auto;
}
.feature-section15.style-home-city
  .feature-row15
  .content-column
  .inner-column {
  padding: 62px 70px 64px 85px;
}
.feature-section15.style-home-city
  .feature-row15
  .content-column
  .inner-column::before {
  background-color: #f8f5f0;
  content: "";
  position: absolute;
  top: 0;
  left: -125px;
  width: 125px;
  height: 100%;
}
.feature-section15.style-home-city
  .feature-row15
  .content-column
  .inner-column
  .service-icon {
  font-size: 90px;
  position: absolute;
  right: 20px;
  top: -4px;
  opacity: 0.1;
}
.feature-section15.style-home-city
  .feature-row15
  .content-column
  .inner-column
  .sec-title
  .text {
  font-size: 14px;
}
.feature-section15.style-home-city
  .feature-row15
  .content-column
  .inner-column
  .read-more {
  background-color: var(--theme-color-black);
  border-color: var(--theme-color-black);
}
.feature-section15.style-home-city
  .feature-row15
  .content-column
  .inner-column
  .read-more:before {
  background-color: var(--theme-color1);
}

.feature-row15:hover .image-column .inner-column .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-row15 .image-column .inner-column {
  position: relative;
  z-index: 9;
}
.feature-row15 .content-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #f8f5f0;
  padding: 62px 30px 64px 55px;
  margin: 65px 0;
}
@media (max-width: 1199.98px) {
  .feature-row15 .content-column .inner-column {
    padding: 61px 50px 70px;
  }
}
@media (max-width: 575.98px) {
  .feature-row15 .content-column .inner-column {
    padding: 61px 15px 70px;
  }
}
.feature-row15 .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.feature-row15 .content-column .inner-column .sec-title .text {
  margin-top: 35px;
}
.feature-row15 .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 0;
}
.feature-row15 .content-column .inner-column .sec-title .sub-title:before {
  display: none;
}
.feature-row15 .content-column .inner-column .sec-title h2 {
  font-size: 47px;
}
@media (max-width: 1199.98px) {
  .feature-row15 .content-column .inner-column .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .feature-row15 .content-column .inner-column .sec-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .feature-row15 .content-column .inner-column .sec-title .text {
    font-size: 15px;
  }
}
.feature-row15 .content-column .inner-column .read-more {
  font-family: var(--text-font);
  font-weight: 500;
  padding: 13px 45px 15px;
}
.feature-row15 .content-column .inner-column .read-more:hover {
  border-color: var(--headings-color);
}
.feature-row15 .image-column .inner-column {
  width: 100%;
  height: 100%;
}
.feature-row15 .image-column .image-box {
  width: 100%;
  height: 100%;
}
.feature-row15 .image-column .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.feature-row15 .image-column .image img {
  width: 100%;
  height: 100%;
}
.feature-row15 .list-info-box {
  margin-bottom: 30px;
}
.feature-row15 .list-info-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.feature-row15 .list-info-box .list-info .icon {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.feature-row15 .list-style-two {
  margin-bottom: 40px;
}

/*** 

  ====================================================================
    Features Section Winter Three
  ====================================================================

  ***/
.feature-section-winter-three {
  background-color: #eef9fd;
  position: relative;
  padding: 120px 0;
}
.feature-section-winter-three .bottom-box {
  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-top: 40px;
}
.feature-section-winter-three .bottom-box .text2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 20px;
}
.feature-section-winter-three .bottom-box .read-more {
  background-color: #d7ddd7;
  color: var(--theme-color-black);
  border-radius: 30px;
}
.feature-section-winter-three .bottom-box .read-more:before {
  background-color: var(--theme-color7);
}

.feature-block-winter-three .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 65px;
  padding: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-block-winter-three .inner-box .image-box {
  margin-right: 20px;
}
.feature-block-winter-three .inner-box .images {
  border-radius: 50%;
  overflow: hidden;
  width: 95px;
  height: 95px;
}
.feature-block-winter-three .inner-box .images img {
  width: 100%;
  height: 100%;
}
.feature-block-winter-three .inner-box .title {
  margin-bottom: 5px;
}
.feature-block-winter-three .inner-box .text {
  margin-bottom: 0;
}

/*** 

  ====================================================================
    Feature section island
  ====================================================================

  ***/
.feature-section-island {
  position: relative;
  padding: 90px 0 65px;
  background-color: #e5f0f9;
}

.feature-block-island {
  margin-bottom: 24px;
}
.feature-block-island .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-island .inner-box:hover .icon-box {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.feature-block-island .inner-box .icon-box {
  margin-right: 20px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-block-island .inner-box .icon-box i {
  color: var(--theme-color9);
  font-size: 80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-island .inner-box .content-box .title {
  margin-bottom: 11px;
}
.feature-block-island .inner-box .content-box .text {
  font-size: 14px;
  margin: 0;
}

/*** 

  ====================================================================
  features-section-luxury-h2
  ====================================================================

  ***/
.features-section-luxury-h2 {
  padding: 120px 0 100px;
  position: relative;
}

.feature-block-luxury-h2 .inner-box {
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-luxury-h2 .inner-box:hover {
  background-color: var(--theme-color1);
}
.feature-block-luxury-h2 .inner-box:hover .icon-box {
  border-color: rgba(255, 255, 255, 0.2);
}
.feature-block-luxury-h2 .inner-box:hover .icon-box .icon {
  color: var(--theme-color-light);
}
.feature-block-luxury-h2 .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.feature-block-luxury-h2 .inner-box .icon-box {
  padding-right: 30px;
  margin-top: 6px;
  margin-right: 30px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-block-luxury-h2 .inner-box .icon-box .icon {
  font-size: 48px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-luxury-h2 .inner-box .content-box .title {
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
    Features Section
  ====================================================================

  ***/
.feature-section-city {
  background-color: rgba(170, 132, 83, 0.1019607843);
  position: relative;
  padding: 440px 0 120px;
  margin-top: -320px;
}
.feature-section-city .bottom-box {
  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-top: 40px;
}
.feature-section-city .bottom-box .text2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 10px;
}
.feature-section-city .bottom-box .read-more {
  background-color: transparent;
  color: var(--theme-color1);
}

.feature-block-city .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 65px;
  padding: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-block-city .inner-box .image-box {
  margin-right: 20px;
}
.feature-block-city .inner-box .images {
  border-radius: 50%;
  overflow: hidden;
  width: 95px;
  height: 95px;
}
.feature-block-city .inner-box .images img {
  width: 100%;
  height: 100%;
}
.feature-block-city .inner-box .title {
  margin-bottom: 5px;
}
.feature-block-city .inner-box .text {
  margin-bottom: 0;
}

/*** 

  ====================================================================
    Feature section three
  ====================================================================

  ***/
.feature-section-hostel {
  position: relative;
  padding: 120px 0 0;
}
.feature-section-hostel .anim-icons img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.feature-section-hostel .feature-block-three {
  margin-bottom: 0;
}
.feature-section-hostel .feature-block-three .inner-box .content-box .text {
  margin: 0;
}
.feature-section-hostel .feature-block-three .inner-box {
  text-align: left;
  padding: 0px 20px 20px 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-top: 30px;
}
.feature-section-hostel .feature-block-three .inner-box .icon-box {
  display: inline-block;
}

/*** 

  ====================================================================
    Feature section
  ====================================================================

  ***/
.feature-section-modern {
  position: relative;
  padding: 90px 0 65px;
  background-color: var(--theme-color-light);
}

.feature-block-modern {
  margin-bottom: 24px;
}
.feature-block-modern .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-modern .inner-box:hover .icon-box {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.feature-block-modern .inner-box .icon-box {
  margin-right: 20px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-block-modern .inner-box .icon-box i {
  color: var(--theme-color1);
  font-size: 80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-modern .inner-box .content-box .title {
  margin-bottom: 11px;
}
.feature-block-modern .inner-box .content-box .text {
  font-size: 14px;
  margin: 0;
}

/*** 

  ====================================================================
  features-section-luxury-h4
  ====================================================================

  ***/
.features-section-luxury-h4 {
  padding: 120px 0 100px;
  position: relative;
}

.feature-block-luxury-h4 .inner-box {
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-luxury-h4 .inner-box:hover {
  background-color: var(--theme-color1);
}
.feature-block-luxury-h4 .inner-box:hover .icon-box {
  border-color: rgba(255, 255, 255, 0.2);
}
.feature-block-luxury-h4 .inner-box:hover .icon-box .icon {
  color: var(--theme-color-light);
}
.feature-block-luxury-h4 .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.feature-block-luxury-h4 .inner-box .icon-box {
  padding-right: 30px;
  margin-top: 6px;
  margin-right: 30px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-block-luxury-h4 .inner-box .icon-box .icon {
  font-size: 48px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-luxury-h4 .inner-box .content-box .title {
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

  ====================================================================
  feature section nine luxury2-2
  ====================================================================

  ***/
.feature-section-nine-luxury-2-2 {
  padding: 120px 0;
  background-color: var(--theme-color-light);
}

/*** 

  ====================================================================
  feature-section-nine-luxury-2-2 style-city2
  ====================================================================

  ***/
.feature-section-nine-luxury-2-2.style-city2 .text {
  font-family: var(--text-font4);
  font-size: 19px;
  font-weight: 500;
  color: #000;
  margin-top: 50px;
}
.feature-section-nine-luxury-2-2.style-city2 .feature-block-nine {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 60px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-section-nine-luxury-2-2.style-city2 .feature-block-nine:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .feature-section-nine-luxury-2-2.style-city2 .feature-block-nine:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .feature-section-nine-luxury-2-2.style-city2 .feature-block-nine {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .feature-section-nine-luxury-2-2.style-city2 .feature-block-nine {
    border: none;
  }
}
.feature-section-nine-luxury-2-2.style-city2 .feature-block-nine .inner-block {
  max-width: 175px;
}
.feature-section-nine-luxury-2-2.style-city2
  .feature-block-nine
  .inner-block:hover
  .btn-link {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.feature-section-nine-luxury-2-2.style-city2
  .feature-block-nine
  .inner-block:hover
  .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.feature-section-nine-luxury-2-2.style-city2
  .feature-block-nine
  .inner-block
  .icon {
  display: inline-block;
  color: var(--theme-color1);
  font-size: 70px;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-section-nine-luxury-2-2.style-city2
  .feature-block-nine
  .inner-block
  .title {
  font-family: var(--title-font2);
}
.feature-section-nine-luxury-2-2.style-city2
  .feature-block-nine
  .inner-block
  .btn-link {
  display: inline-block;
  font-size: 42px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-section-nine-luxury-2-2.style-city2
  .feature-block-nine
  .inner-block
  .btn-link:hover {
  color: var(--theme-color1);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*** 

  ====================================================================
    Features Section
  ====================================================================

  ***/
.feature-section-breakfast {
  background-color: #eef0ee;
  position: relative;
  padding: 415px 0 120px;
  margin-top: -322px;
  z-index: 0;
}
.feature-section-breakfast .bottom-box {
  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-top: 40px;
}
.feature-section-breakfast .bottom-box .text2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 10px;
}
.feature-section-breakfast .bottom-box .read-more {
  background-color: transparent;
  color: var(--theme-color1);
}
.feature-section-breakfast.style-two {
  background-color: var(--theme-color-white);
  margin-top: 0;
}

/*** 

  ====================================================================
    Features Section Winter Three
  ====================================================================

  ***/
.feature-section-hiking {
  background-color: #f3f3f3;
  position: relative;
  padding: 415px 0 120px;
  margin-top: -321px;
  z-index: 0;
}
.feature-section-hiking:before {
  background-image: url(../images/icons/shape-hiking-3-1.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 59px;
  width: 100%;
}
.feature-section-hiking:after {
  background-image: url(../images/icons/shape-lodge.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 59px;
  width: 100%;
}
.feature-section-hiking .anim-icons {
  position: absolute;
  left: 0;
  bottom: 137px;
}
.feature-section-hiking .anim-icons-two {
  position: absolute;
  right: 50px;
  top: 293px;
}
.feature-section-hiking .bottom-box {
  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-top: 40px;
}
.feature-section-hiking .bottom-box .text2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 20px;
}
.feature-section-hiking .bottom-box .read-more {
  background-color: #d7ddd7;
  color: var(--theme-color-black);
  border-radius: 30px;
}
.feature-section-hiking .bottom-box .read-more:before {
  background-color: var(--theme-color7);
}

.feature-block-hiking .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 65px;
  padding: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-block-hiking .inner-box .image-box {
  margin-right: 20px;
}
.feature-block-hiking .inner-box .images {
  border-radius: 50%;
  overflow: hidden;
  width: 95px;
  height: 95px;
}
.feature-block-hiking .inner-box .images img {
  width: 100%;
  height: 100%;
}
.feature-block-hiking .inner-box .title {
  margin-bottom: 5px;
}
.feature-block-hiking .inner-box .text {
  margin-bottom: 0;
  font-family: var(--text-font4);
}

/*** 

  ====================================================================
    Feature section island
  ====================================================================

  ***/
.feature-section-nature2 {
  position: relative;
  padding: 90px 0 0;
}
.feature-section-nature2 .outer-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
  padding-bottom: 30px;
}

.feature-block-nature2 {
  margin-bottom: 24px;
}
.feature-block-nature2 .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-nature2 .inner-box:hover .icon-box {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.feature-block-nature2 .inner-box .icon-box {
  margin-right: 20px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--theme-color6);
}
.feature-block-nature2 .inner-box .icon-box i {
  font-size: 80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-nature2 .inner-box .content-box .title {
  margin-bottom: 11px;
}
.feature-block-nature2 .inner-box .content-box .text {
  font-size: 14px;
  margin: 0;
}

/*** 

  ====================================================================
    Features Section Two
  ====================================================================

  ***/
.feature-section-nature3 {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 767.98px) {
  .feature-section-nature3 {
    padding-top: 70px;
  }
}

/*** 

  ====================================================================
    Feature section three
  ====================================================================

  ***/
.feature-section-cultural {
  position: relative;
  padding: 120px 0 0;
}
.feature-section-cultural .feature-block-three {
  margin-bottom: 0;
}
.feature-section-cultural .feature-block-three .inner-box .content-box .text {
  margin: 0;
}
.feature-section-cultural .feature-block-three .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px 50px;
  margin-bottom: 20px;
}
.feature-section-cultural .feature-block-three .inner-box .icon-box {
  display: inline-block;
}

/*** 

  ====================================================================
  feature-section-ocean-h01
  ====================================================================

  ***/
.feature-section-ocean-h01 {
  padding: 264px 0;
}
.feature-section-ocean-h01 .sec-title {
  margin-bottom: 0;
  margin-top: -67px;
  text-transform: uppercase;
  font-family: var(--title-font2);
}

/*** 

  ====================================================================
    Feature section three
  ====================================================================

  ***/
.feature-section-apartment-1 {
  position: relative;
  padding: 120px 0 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.feature-section-apartment-1 .sec-title {
  position: relative;
  margin-bottom: 125px;
}
.feature-section-apartment-1 .top-style {
  top: -50px;
  position: relative;
}
.feature-section-apartment-1 .inner-box:hover {
  background-color: #000 !important;
}
.feature-section-apartment-1 .inner-box:hover .icon-box i {
  color: #fff;
}
.feature-section-apartment-1 .inner-box:hover .title {
  color: #fff;
}
.feature-section-apartment-1 .inner-box:hover .text {
  color: #fff;
}
.feature-section-apartment-1 .outer-box {
  margin: 0 120px;
}
.feature-section-apartment-1 .image-column .image img {
  width: 100%;
  margin-bottom: 20px;
}
.feature-section-apartment-1 .feature-block-three {
  margin-bottom: 0;
}
.feature-section-apartment-1
  .feature-block-three
  .inner-box
  .content-box
  .text {
  margin: 0;
}
.feature-section-apartment-1 .feature-block-three .inner-box {
  background-color: #f7f3ee;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 68px 50px;
  margin-bottom: 20px;
}
.feature-section-apartment-1 .feature-block-three .inner-box .icon-box {
  display: inline-block;
}

/*** 

  ====================================================================
    feature-section-countryside2
  ====================================================================

  ***/
.feature-section-countryside2 {
  position: relative;
  padding: 90px 0 65px;
}
.feature-section-countryside2 .outer-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  padding-bottom: 20px;
}

.feature-block-countryside2 {
  margin-bottom: 24px;
}
.feature-block-countryside2 .inner-box {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-countryside2 .inner-box:hover .icon-box {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.feature-block-countryside2 .inner-box .icon-box {
  margin-bottom: 11px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-block-countryside2 .inner-box .icon-box i {
  color: var(--theme-color1);
  font-size: 70px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-countryside2 .inner-box .content-box {
  margin-left: 25px;
}
.feature-block-countryside2 .inner-box .content-box .title {
  margin-bottom: 11px;
}
.feature-block-countryside2 .inner-box .content-box .text {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .feature-block-countryside2 .inner-box .content-box .text {
    margin: 0 15px;
  }
}

/***

  ====================================================================
      feature-section-apartment-1
  ====================================================================

  ***/
.feature-section-apartment-1.style-campground2 {
  padding-top: 150px;
  margin: -30px 30px 0;
  background-color: #f5f5f5;
  border-radius: 0 0 30px 30px;
}

/*** 

  ====================================================================
    Feature section three
  ====================================================================

  ***/
.feature-section-mountain {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 767.98px) {
  .feature-section-mountain .sec-title .sub-title br {
    display: none;
  }
}
.feature-section-mountain .feature-block-three .inner-box .icon-box i {
  color: rgba(176, 197, 167, 0.9803921569);
}
.feature-section-mountain .feature-block-three {
  margin-bottom: 0;
}
.feature-section-mountain .feature-block-three .inner-box {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.feature-section-mountain .feature-block-three .inner-box:hover {
  background-color: var(--theme-color6);
}
.feature-section-mountain
  .feature-block-three
  .inner-box:hover
  .content-box
  .text {
  color: #fff;
}
.feature-section-mountain
  .feature-block-three
  .inner-box:hover
  .content-box
  .title {
  color: #fff;
}
.feature-section-mountain .feature-block-three .inner-box .content-box .text {
  margin: 0;
}
.feature-section-mountain .feature-block-three .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px 50px;
  margin-bottom: 20px;
}
.feature-section-mountain .feature-block-three .inner-box .icon-box {
  display: inline-block;
  color: #fff;
}
.feature-section-mountain .feature-block-three .inner-box:hover .icon-box i {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .feature-section-mountain .inner-column {
    margin-bottom: 50px;
  }
}

/*** 

  ====================================================================
    Feature section three
  ====================================================================

  ***/
.feature-section-golf2 {
  position: relative;
  padding-top: 45px;
}
.feature-section-golf2 .anim-icons {
  position: absolute;
  left: 0;
  bottom: 0;
}
.feature-section-golf2 .sec-title {
  margin-bottom: 37px;
}
.feature-section-golf2 .sec-title .sub-title {
  letter-spacing: 1.8px;
  margin-bottom: 0;
}
.feature-section-golf2 .sec-title .text {
  margin-top: 40px;
}
.feature-section-golf2 .feature-block-three {
  margin-bottom: 0;
}
.feature-section-golf2 .feature-block-three .icon-box i {
  color: var(--theme-color6);
}
.feature-section-golf2 .feature-block-three .inner-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.feature-section-golf2 .feature-block-three .inner-box:hover {
  background-color: var(--theme-color6);
}
.feature-section-golf2 .feature-block-three .inner-box:hover .icon-box i {
  color: var(--theme-color-white);
}
.feature-section-golf2
  .feature-block-three
  .inner-box:hover
  .content-box
  .title {
  color: var(--theme-color-white);
}
.feature-section-golf2
  .feature-block-three
  .inner-box:hover
  .content-box
  .text {
  color: var(--theme-color-white);
}
.feature-section-golf2 .feature-block-three .inner-box .content-box .text {
  margin: 0;
}
.feature-section-golf2 .feature-block-three .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px 50px;
  margin-bottom: 20px;
}
.feature-section-golf2 .feature-block-three .inner-box .icon-box {
  display: inline-block;
}

/*** 

  ====================================================================
    Call Section
  ====================================================================

  ***/
.call-to-action {
  background-color: #f8f5f0;
  position: relative;
  padding: 120px 0;
}
.call-to-action:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 327px;
  height: 493px;
  background-image: url(../images/icons/shape-10.png);
}
@media (max-width: 1199.98px) {
  .call-to-action:before {
    display: none;
  }
}
.call-to-action .sec-title .sub-title {
  margin-left: 50px;
}

/*** 

  ====================================================================
      News Section
  ====================================================================

  ***/
.news-section {
  position: relative;
  padding: 60px 0 51px;
}
.news-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 630px;
  height: 576px;
  background-image: url(../images/icons/bg-shape.png);
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media (max-width: 1399.98px) {
  .news-section:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .news-section .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-section .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .news-section .sec-title h2 {
    font-size: 29px;
  }
}
.news-section.style-nature .sub-title:before {
  display: none;
}
.news-section.style-nature .outer-box {
  position: relative;
}
.news-section.style-nature .news-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .news-section.style-nature .news-carousel-two {
    margin-right: 0;
  }
}
.news-section.style-nature .swiper-button-next {
  top: -130px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section.style-nature .swiper-button-next:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.news-section.style-nature .swiper-button-next:after {
  font-size: 20px;
}
.news-section.style-nature .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -130px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section.style-nature .swiper-button-prev:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.news-section.style-nature .swiper-button-prev:after {
  font-size: 20px;
}
.news-section.style-nature .content-box .post-meta .categories a {
  color: var(--theme-color6);
}
.news-section.style-nature .content-box .post-meta .categories:before {
  border-color: var(--theme-color6);
}
.news-section.style-nature .content-box .post-meta .date {
  color: var(--theme-color6);
}
.news-section.style-nature .content-box .post-meta .date:before {
  background-color: var(--theme-color6);
}
.news-section.style-nature .news-block-four .content-box .title:hover a {
  color: var(--theme-color6);
}
.news-section.style-apartment .sub-title:before {
  display: none;
}
.news-section.style-apartment .outer-box {
  position: relative;
}
.news-section.style-apartment .news-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .news-section.style-apartment .news-carousel-two {
    margin-right: 0;
  }
}
.news-section.style-apartment .swiper-button-next {
  top: -130px;
  font-size: 30px;
  color: var(--theme-color1);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section.style-apartment .swiper-button-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.news-section.style-apartment .swiper-button-next:after {
  font-size: 20px;
}
.news-section.style-apartment .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -130px;
  font-size: 30px;
  color: var(--theme-color1);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section.style-apartment .swiper-button-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.news-section.style-apartment .swiper-button-prev:after {
  font-size: 20px;
}
.news-section.style-apartment .content-box .post-meta .categories a {
  color: var(--theme-color1);
}
.news-section.style-apartment .content-box .post-meta .categories:before {
  border-color: var(--theme-color1);
}
.news-section.style-apartment .content-box .post-meta .date {
  color: var(--theme-color1);
}
.news-section.style-apartment .content-box .post-meta .date:before {
  background-color: var(--theme-color1);
}
.news-section.style-apartment .news-block-four .content-box .title:hover a {
  color: var(--theme-color1);
}
.news-section.style-two .content-box .title:hover {
  color: var(--theme-color6);
}
.news-section.style-two .content-box .post-meta .date {
  color: var(--theme-color6);
}
.news-section.style-two .content-box .post-meta .categories a {
  color: var(--theme-color6);
}
.news-section.style-two .content-box .post-meta .categories:before {
  border-color: var(--theme-color6);
}
.news-section.style-winter .sub-title:before {
  display: none;
}
.news-section.style-winter .outer-box {
  position: relative;
}
.news-section.style-winter .news-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .news-section.style-winter .news-carousel-two {
    margin-right: 0;
  }
}
.news-section.style-winter .swiper-button-next {
  top: -130px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section.style-winter .swiper-button-next:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.news-section.style-winter .swiper-button-next:after {
  font-size: 20px;
}
.news-section.style-winter .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -130px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section.style-winter .swiper-button-prev:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.news-section.style-winter .swiper-button-prev:after {
  font-size: 20px;
}
.news-section.style-winter .content-box .post-meta .categories a {
  color: var(--theme-color7);
}
.news-section.style-winter .content-box .post-meta .categories:before {
  border-color: var(--theme-color7);
}
.news-section.style-winter .content-box .post-meta .date {
  color: var(--theme-color7);
}
.news-section.style-winter .content-box .post-meta .date:before {
  background-color: var(--theme-color7);
}
.news-section.style-winter .news-block-four .content-box .title:hover a {
  color: var(--theme-color7);
}
.news-section.style-winter-three:before {
  display: none;
}
.news-section.style-winter-three .content-box .title:hover {
  color: var(--theme-color7);
}
.news-section.style-winter-three .content-box .post-meta .date {
  color: var(--theme-color7);
}
.news-section.style-winter-three .content-box .post-meta .categories a {
  color: var(--theme-color7);
}
.news-section.style-winter-three .content-box .post-meta .categories:before {
  border-color: var(--theme-color7);
}

.news-block {
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}
.news-block .inner-box {
  position: relative;
}
.news-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .inner-box:hover .image-box .date {
  bottom: 40px;
}
.news-block .inner-box .image-box {
  position: relative;
}
.news-block .inner-box .image-box .image {
  overflow: hidden;
  height: auto;
}
.news-block .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 350px;
  object-fit: cover;
}
.news-block .inner-box .image-box .date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  height: 85px;
  width: 45px;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  display: inline-block;
  text-align: center;
  padding-top: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .inner-box .image-box .date small {
  font-size: 24px;
  margin-top: -4px;
  display: inline-block;
}
.news-block .inner-box .content-box {
  position: relative;
  background-color: #fff;
  padding: 20px 16px 40px 16px;
  margin-left: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box {
    padding: 21px 16px 21px 16px;
  }
}
.news-block .inner-box .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.news-block .inner-box .content-box .post-info li {
  position: relative;
  font-size: 12px;
  color: #111;
  margin-right: 17px;
}
.news-block .inner-box .content-box .post-info li:last-child {
  margin-right: 0;
}
.news-block .inner-box .content-box .post-info li i {
  color: var(--new-gold-color);
  margin-right: 7px;
}
.news-block .inner-box .content-box .title {
  color: var(--theme-color-dark);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .title {
    font-size: 22px;
  }
}
.news-block .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}
.news-block .inner-box .content-box .read-more {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  background-color: #ecdbac;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--text-font2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  border-radius: 0px 0px 0 0;
  position: ABSOLUTE;
  bottom: 0px;
  left: 0px;
  width: 91%;
}
.news-block .inner-box .content-box .read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--new-gold-color);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: -1;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.news-block .inner-box .content-box .read-more:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.news-block .inner-box .content-box .read-more i {
  position: relative;
  top: 0px;
  margin-left: 10px;
}
.news-block .inner-box .content-box .read-more:hover {
  color: #fff;
}
.news-block .inner-box .content-box .read-more:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*** 

  ====================================================================
      News Section two
  ====================================================================

  ***/
.news-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.news-section-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 712px;
  height: 544px;
  background-image: url(../images/resource/pattern-4.png);
}
@media (max-width: 575.98px) {
  .news-section-two .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-section-two .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .news-section-two .sec-title h2 {
    font-size: 29px;
  }
}

.news-block-two {
  position: relative;
  margin-bottom: 30px;
}
.news-block-two .inner-box {
  position: relative;
}
.news-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block-two .inner-box .image-box {
  position: relative;
}
.news-block-two .inner-box .image-box .image {
  overflow: hidden;
}
.news-block-two .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block-two .inner-box .image-box .date {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 14px;
  height: 85px;
  width: 45px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  display: inline-block;
  text-align: center;
  padding-top: 14px;
}
.news-block-two .inner-box .image-box .date small {
  font-size: 24px;
  display: block;
}
.news-block-two .inner-box .content-box {
  position: relative;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  padding: 20px 0px 0 34px;
  margin: 0 25px;
  margin-top: -100px;
}
@media (max-width: 575.98px) {
  .news-block-two .inner-box .content-box {
    padding: 21px 0px 0 20px;
  }
}
.news-block-two .inner-box .content-box .info-box {
  padding-left: 82px;
  margin-bottom: 16px;
}
.news-block-two .inner-box .content-box .info-box .thumb {
  position: absolute;
  left: 30px;
  top: -25px;
  display: inline-block;
  border: 2px solid var(--theme-color1);
}
.news-block-two .inner-box .content-box .info-box .designation {
  font-size: 14px;
}
.news-block-two .inner-box .content-box .title {
  color: var(--theme-color-dark);
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .news-block-two .inner-box .content-box .title {
    font-size: 20px;
  }
}
.news-block-two .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}
.news-block-two .inner-box .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f8f5f0;
  margin-left: -34px;
  padding-left: 34px;
}
.news-block-two .inner-box .content-box .btn-box .read-more {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: var(--theme-color-dark);
  background-color: #f8f5f0;
  padding: 8px 20px 9px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font2);
  letter-spacing: 1.5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease;
}
.news-block-two .inner-box .content-box .btn-box .read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.news-block-two .inner-box .content-box .btn-box .read-more:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.news-block-two .inner-box .content-box .btn-box .read-more i {
  position: relative;
  top: 0px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block-two .inner-box .content-box .btn-box .read-more:hover {
  color: #fff;
}
.news-block-two .inner-box .content-box .btn-box .read-more:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block-two .inner-box .content-box .btn-box span {
  font-size: 12px;
  color: var(--text-color);
}
.news-block-two .inner-box .content-box .btn-box span .icon {
  color: var(--theme-color1);
  margin-right: 7px;
}

@media only screen and (max-width: 480px) {
  .news-block .inner-box .content-box .title {
    font-size: 20px;
    padding-right: 10px;
  }
}
/*** 

  ====================================================================
    News Section three
  ====================================================================

  ***/
.news-section-three {
  padding: 120px 0 90px;
  position: relative;
}
.news-section-three::before {
  background-image: url(../images/resource/pattern-4.png);
  bottom: 0;
  content: "";
  height: 544px;
  left: 0;
  position: absolute;
  width: 712px;
}
@media (max-width: 575.98px) {
  .news-section-three .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-section-three .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .news-section-three .sec-title h2 {
    font-size: 29px;
  }
}

.news-block-three {
  margin-bottom: 30px;
  position: relative;
}
.news-block-three .inner-box {
  position: relative;
}
.news-block-three .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block-three .inner-box .image-box {
  position: relative;
}
.news-block-three .inner-box .image-box .image {
  overflow: hidden;
}
.news-block-three .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.news-block-three .inner-box .content-box {
  padding: 20px 0 0 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .news-block-three .inner-box .content-box {
    padding: 21px 0 0 0;
  }
}
.news-block-three .inner-box .content-box .post-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  margin-left: 53px;
}
.news-block-three .inner-box .content-box .post-meta li {
  position: relative;
}
.news-block-three .inner-box .content-box .post-meta .categories:hover a {
  color: var(--theme-color1);
}
.news-block-three .inner-box .content-box .post-meta .categories:before {
  border-bottom: 2px solid #222222;
  bottom: 13px;
  content: "";
  left: -53px;
  position: absolute;
  width: 43px;
}
.news-block-three .inner-box .content-box .post-meta .categories a {
  color: #222222;
  font-family: "Cormorant Garamond";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
.news-block-three .inner-box .content-box .post-meta .date {
  color: #6a6f78;
  font-family: "Barlow";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-left: 36px;
}
.news-block-three .inner-box .content-box .post-meta .date:before {
  background-color: #aaa9a8;
  bottom: 10px;
  bottom: 13px;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: -20px;
  position: absolute;
  width: 4px;
}
.news-block-three .inner-box .content-box .title {
  color: var(--theme-color-dark);
  margin-bottom: 18px;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .news-block-three .inner-box .content-box .title {
    font-size: 20px;
  }
}
.news-block-three .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}

.news-block-four {
  margin-bottom: 40px;
}
.news-block-four .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-four .inner-box:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-block-four .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block-four .image-box {
  position: relative;
}
.news-block-four .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block-four .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block-four .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block-four .image-box .date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 72px;
  display: block;
  z-index: 3;
}
.news-block-four .image-box .date strong {
  position: relative;
  display: block;
  width: 72px;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  padding: 5px 0 13px;
  line-height: 1;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}
.news-block-four .image-box .date strong span {
  display: block;
  font-size: 14px;
  font-family: var(--text-font);
  margin-top: 4px;
}
.news-block-four .content-box {
  margin-top: 22px;
}
.news-block-four .content-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-left: 47px;
  margin-bottom: 18px;
}
.news-block-four .content-box .post-meta li {
  position: relative;
  font-weight: 400;
}
.news-block-four .content-box .post-meta .categories:hover a {
  color: var(--theme-color1);
}
.news-block-four .content-box .post-meta .categories:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--theme-color1);
  width: 37px;
  left: -47px;
  bottom: 11px;
}
.news-block-four .content-box .post-meta .categories a {
  color: var(--theme-color1);
}
.news-block-four .content-box .post-meta .date {
  color: var(--theme-color1);
  margin-left: 21px;
}
.news-block-four .content-box .post-meta .date:before {
  bottom: 10px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: -13px;
}
.news-block-four .content-box .title {
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .news-block-four .content-box .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.news-block-four .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-four .content-box .read-more {
  color: var(--theme-color-dark);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-four .content-box .read-more:before {
  background-color: var(--theme-color-dark);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  right: -60px;
  bottom: 0;
  width: 51px;
}
.news-block-four .content-box .read-more:after {
  background-color: var(--theme-color1);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  right: -9px;
  bottom: 0;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-four .content-box .read-more:hover {
  color: var(--theme-color1);
}
.news-block-four .content-box .read-more:hover:after {
  right: -60px;
  width: 51px;
}
.news-block-four .content-box .read-more:hover .icon {
  color: var(--theme-color1);
}
.news-block-four .content-box .read-more .icon {
  color: var(--theme-color-dark);
  font-size: 12px;
  position: absolute;
  bottom: 6px;
  right: -62px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/***

  ==================================================================
  news-section
  ==================================================================

  ***/
.news-section.style-campground {
  background-color: rgba(170, 132, 83, 0.1019607843);
}
.news-section.style-campground:before {
  display: none;
}

/*** 

  ====================================================================
      News Section
  ====================================================================

  ***/
.news-section-mountain {
  position: relative;
  padding: 127px 0 51px;
}
@media (max-width: 991.98px) {
  .news-section-mountain {
    padding: 80px 0 13px;
  }
}
.news-section-mountain .news-block-four .content-box .post-meta .date::before {
  color: var(--theme-color6);
}
.news-section-mountain .news-block-four .content-box .title:hover {
  color: var(--theme-color6);
}
.news-section-mountain
  .news-block-four
  .content-box
  .post-meta
  .categories::before {
  border-bottom: 2px solid var(--theme-color6);
}
.news-section-mountain .news-block-four .content-box .post-meta .date {
  color: var(--theme-color6);
}
.news-section-mountain .news-block-four .content-box .post-meta .categories a {
  color: var(--theme-color6);
}
.news-section-mountain:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 630px;
  height: 576px;
  background-image: url(../images/icons/bg-shape.png);
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media (max-width: 1399.98px) {
  .news-section-mountain:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .news-section-mountain .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-section-mountain .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .news-section-mountain .sec-title h2 {
    font-size: 29px;
  }
}
.news-section-mountain.style-nature .sub-title:before {
  display: none;
}
.news-section-mountain.style-nature .outer-box {
  position: relative;
}
.news-section-mountain.style-nature .news-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .news-section-mountain.style-nature .news-carousel-two {
    margin-right: 0;
  }
}
.news-section-mountain.style-nature .swiper-button-next {
  top: -130px;
  font-size: 30px;
  color: var(--theme-color6);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section-mountain.style-nature .swiper-button-next:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.news-section-mountain.style-nature .swiper-button-next:after {
  font-size: 20px;
}
.news-section-mountain.style-nature .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -130px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section-mountain.style-nature .swiper-button-prev:hover {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
}
.news-section-mountain.style-nature .swiper-button-prev:after {
  font-size: 20px;
}
.news-section-mountain.style-nature .content-box .post-meta .categories a {
  color: var(--theme-color6);
}
.news-section-mountain.style-nature .content-box .post-meta .categories:before {
  border-color: var(--theme-color6);
}
.news-section-mountain.style-nature .content-box .post-meta .date {
  color: var(--theme-color6);
}
.news-section-mountain.style-nature .content-box .post-meta .date:before {
  background-color: var(--theme-color6);
}
.news-section-mountain.style-nature
  .news-block-four
  .content-box
  .title:hover
  a {
  color: var(--theme-color6);
}
.news-section-mountain.style-apartment .sub-title:before {
  display: none;
}
.news-section-mountain.style-apartment .outer-box {
  position: relative;
}
.news-section-mountain.style-apartment .news-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .news-section-mountain.style-apartment .news-carousel-two {
    margin-right: 0;
  }
}
.news-section-mountain.style-apartment .swiper-button-next {
  top: -130px;
  font-size: 30px;
  color: var(--theme-color1);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section-mountain.style-apartment .swiper-button-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.news-section-mountain.style-apartment .swiper-button-next:after {
  font-size: 20px;
}
.news-section-mountain.style-apartment .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -130px;
  font-size: 30px;
  color: var(--theme-color1);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section-mountain.style-apartment .swiper-button-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.news-section-mountain.style-apartment .swiper-button-prev:after {
  font-size: 20px;
}
.news-section-mountain.style-apartment .content-box .post-meta .categories a {
  color: var(--theme-color1);
}
.news-section-mountain.style-apartment
  .content-box
  .post-meta
  .categories:before {
  border-color: var(--theme-color1);
}
.news-section-mountain.style-apartment .content-box .post-meta .date {
  color: var(--theme-color1);
}
.news-section-mountain.style-apartment .content-box .post-meta .date:before {
  background-color: var(--theme-color1);
}
.news-section-mountain.style-apartment
  .news-block-four
  .content-box
  .title:hover
  a {
  color: var(--theme-color1);
}
.news-section-mountain.style-two .content-box .title:hover {
  color: var(--theme-color6);
}
.news-section-mountain.style-two .content-box .post-meta .date {
  color: var(--theme-color6);
}
.news-section-mountain.style-two .content-box .post-meta .categories a {
  color: var(--theme-color6);
}
.news-section-mountain.style-two .content-box .post-meta .categories:before {
  border-color: var(--theme-color6);
}
.news-section-mountain.style-winter .sub-title:before {
  display: none;
}
.news-section-mountain.style-winter .outer-box {
  position: relative;
}
.news-section-mountain.style-winter .news-carousel-two {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .news-section-mountain.style-winter .news-carousel-two {
    margin-right: 0;
  }
}
.news-section-mountain.style-winter .swiper-button-next {
  top: -130px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section-mountain.style-winter .swiper-button-next:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.news-section-mountain.style-winter .swiper-button-next:after {
  font-size: 20px;
}
.news-section-mountain.style-winter .swiper-button-prev {
  left: auto;
  right: 70px;
  top: -130px;
  font-size: 30px;
  color: var(--theme-color7);
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section-mountain.style-winter .swiper-button-prev:hover {
  background-color: var(--theme-color7);
  color: var(--theme-color-light);
}
.news-section-mountain.style-winter .swiper-button-prev:after {
  font-size: 20px;
}
.news-section-mountain.style-winter .content-box .post-meta .categories a {
  color: var(--theme-color7);
}
.news-section-mountain.style-winter .content-box .post-meta .categories:before {
  border-color: var(--theme-color7);
}
.news-section-mountain.style-winter .content-box .post-meta .date {
  color: var(--theme-color7);
}
.news-section-mountain.style-winter .content-box .post-meta .date:before {
  background-color: var(--theme-color7);
}
.news-section-mountain.style-winter
  .news-block-four
  .content-box
  .title:hover
  a {
  color: var(--theme-color7);
}
.news-section-mountain.style-winter-three:before {
  display: none;
}
.news-section-mountain.style-winter-three .content-box .title:hover {
  color: var(--theme-color7);
}
.news-section-mountain.style-winter-three .content-box .post-meta .date {
  color: var(--theme-color7);
}
.news-section-mountain.style-winter-three
  .content-box
  .post-meta
  .categories
  a {
  color: var(--theme-color7);
}
.news-section-mountain.style-winter-three
  .content-box
  .post-meta
  .categories:before {
  border-color: var(--theme-color7);
}

/*** 

  ====================================================================
  news-section-golf style-golf2
  ====================================================================

  ***/
.news-section-golf {
  padding-top: 170px;
}
.news-section-golf.style-golf2 {
  position: relative;
}
.news-section-golf.style-golf2:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.73);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-section-golf.style-golf2 .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-hiking-3-1.png);
  width: 100%;
  height: 59px;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-section-golf.style-golf2 .sec-title {
  position: relative;
  z-index: 1;
}
.news-section-golf.style-golf2 .sec-title h2 {
  color: var(--theme-color-white);
}
.news-section-golf.style-golf2 .news-block-four {
  position: relative;
  z-index: 1;
}
.news-section-golf.style-golf2
  .news-block-four
  .content-box
  .post-meta
  .categories
  a {
  color: var(--theme-color-white);
}
.news-section-golf.style-golf2 .news-block-four .content-box .post-meta .date {
  color: var(--theme-color-white);
}
.news-section-golf.style-golf2 .news-block-four .content-box .title {
  color: var(--theme-color-white);
}

/*** 

  ====================================================================
      FAQ's Sectiom
  ====================================================================

  ***/
.faqs-section-home1 {
  position: relative;
  margin-top: -160px;
  padding: 260px 0 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqs-section-home1:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ebf1f5;
  opacity: 0.95;
  content: "";
}

.faqs-section-home1 .sec-title {
  margin-bottom: 30px;
}

.faqs-section-home1 .faq-column {
  position: relative;
  margin-bottom: 50px;
}
.faqs-section-home1 .faq-column .inner-column {
  position: relative;
}

.faqs-section-home2 {
  position: relative;
  margin-top: -100px;
  padding: 200px 0 70px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.accordion-box.style-two {
  position: relative;
  background-color: #ffffff;
  padding: 0 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.accordion-box.style-two .block {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.accordion-box.style-two .block .acc-btn {
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 25px;
  padding: 25px 0;
  padding-right: 70px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box.style-two .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 40px;
  height: 35px;
  font-size: 14px;
  line-height: 38px;
  color: var(--headings-color);
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box.style-two .block .acc-btn.active {
  color: var(--theme-color1);
  background-color: transparent;
}
.accordion-box.style-two .block .acc-btn.active .icon {
  color: var(--bg-theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .icon:before {
  content: "\f068";
}

.accordion-box.style-two .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box.style-two .block .acc-content .content {
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
  position: relative;
}
.accordion-box.style-two .block .acc-content .content .text {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #7c858c;
  margin-bottom: 0;
}
.accordion-box.style-two .block .acc-content.current {
  display: block;
}

.faq-block {
  position: relative;
  margin-bottom: 40px;
}
.faq-block .inner-box {
  padding-left: 70px;
  position: relative;
}
.faq-block .inner-box:hover .icon {
  background-color: var(--bg-theme-color1);
}
.faq-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  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;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.faq-block h4 {
  font-size: 18px;
  line-height: 1.2em;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.faq-block .text {
  font-size: 15px;
  line-height: 30px;
}

.pie-graph {
  position: relative;
}
.pie-graph .graph-outer {
  position: relative;
  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-bottom: 15px;
}
.pie-graph .graph-outer .inner-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  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;
  font-size: 24px;
  color: var(--theme-color2);
  font-weight: 400;
  line-height: 1em;
}
.pie-graph .title {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.home-2-tabs {
  position: relative;
}
.home-2-tabs .nav-tabs {
  border-bottom: none;
}
.home-2-tabs .nav-tabs .nav-link {
  background-color: #fff;
  border-color: transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 35px;
}
@media (max-width: 425px) {
  .home-2-tabs .nav-tabs .nav-link {
    margin-bottom: 20px;
  }
}
.home-2-tabs .nav-tabs .nav-link.active {
  background-color: #151515;
  color: #fff;
}

/*** 

  ====================================================================
  faq section luxury2-1
  ====================================================================

  ***/
.faq-section-luxury2-1 {
  position: relative;
  background-color: #f7f3ee;
}
.faq-section-luxury2-1 .faq-column .inner-column {
  background-color: #f7f3ee;
  position: relative;
  z-index: 1;
  padding: 120px 100px;
}
.faq-section-luxury2-1 .faq-column .inner-column .sec-title {
  margin-bottom: 0;
}
.faq-section-luxury2-1 .faq-column .inner-column .accordion-box {
  background-color: #f7f3ee;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-section-luxury2-1 .faq-column .inner-column .accordion-box .accordion {
  background-color: #f7f3ee;
  margin-bottom: 0;
}
.faq-section-luxury2-1
  .faq-column
  .inner-column
  .accordion-box
  .accordion
  .acc-btn {
  color: var(--theme-color1);
  padding: 30px 0;
  font-family: var(--title-font2);
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
}
.faq-section-luxury2-1.style-luxury2 .bg-image {
  width: calc(50% + 300px);
}
@media (max-width: 991.98px) {
  .faq-section-luxury2-1.style-luxury2 .bg-image {
    width: 0;
  }
}
.faq-section-luxury2-1 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% + 100px);
  padding: 0;
}
.faq-section-luxury2-1 .bg-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.faq-section-luxury2-1 .anim-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

/*** 

  ====================================================================
  faq section luxury2-2
  ====================================================================

  ***/
.faq-section-luxury2-2 {
  position: relative;
  background-color: #f7f3ee;
}
.faq-section-luxury2-2:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-62.png);
  opacity: 0.3;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.faq-section-luxury2-2 .sec-title {
  padding: 220px 68px 168px;
  position: relative;
}
.faq-section-luxury2-2 .sec-title .text {
  margin-bottom: 40px;
  margin-top: 40px;
}
.faq-section-luxury2-2 .image-column .inner-column {
  height: 100%;
}
.faq-section-luxury2-2 .image-column .inner-column .image-1 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.faq-section-luxury2-2 .image-column .inner-column .image-1 img {
  width: 100%;
  height: 100%;
}
.faq-section-luxury2-2 .faq-column {
  position: absolute;
  top: 120px;
  right: 75px;
}
.faq-section-luxury2-2 .faq-column .inner-column .accordion-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.faq-section-luxury2-2 .faq-column .inner-column .accordion-box .accordion {
  margin-bottom: 20px;
}
.faq-section-luxury2-2
  .faq-column
  .inner-column
  .accordion-box
  .accordion
  .acc-btn {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
  padding: 20px 20px 20px 25px;
  border-radius: 10px;
  border-bottom: none;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font2);
}
.faq-section-luxury2-2
  .faq-column
  .inner-column
  .accordion-box
  .accordion
  .acc-btn.active {
  background-color: var(--theme-color1);
  border-radius: 10px 10px 0 0;
}
.faq-section-luxury2-2
  .faq-column
  .inner-column
  .accordion-box
  .accordion
  .acc-content
  .content {
  background-color: var(--theme-color-black);
  padding: 20px 20px 20px 25px;
  border-radius: 0 0 10px 10px;
}
.faq-section-luxury2-2
  .faq-column
  .inner-column
  .accordion-box
  .accordion
  .acc-content
  .content
  .text {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
  font-family: var(--text-font4);
}

/***

  ==================================================================
    Pricing Section 
  ==================================================================

  ***/
.pricing-section {
  position: relative;
  padding: 116px 0 94px;
}
@media (max-width: 767.98px) {
  .pricing-section {
    padding: 80px 0 40px;
  }
}
.pricing-section .anim-icons .image-1 {
  position: absolute;
  right: 0;
  top: 230px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .pricing-section .anim-icons .image-1 {
    display: none;
  }
}
.pricing-section .anim-icons .image-2 {
  position: absolute;
  left: 0;
  bottom: 105px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .pricing-section .anim-icons .image-2 {
    display: none;
  }
}
.pricing-section .anim-icons .image-3 {
  bottom: 10px;
  left: 0;
  max-width: 420px;
  position: absolute;
  width: 100%;
}
.pricing-section .anim-icons .image-4 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .pricing-section .anim-icons .image-4 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .pricing-section .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.pricing-section.style-two
  .pricing-block
  .inner-box
  .image-column
  .inner-column
  .text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(var(--theme-color1-rgb), 0.3);
  color: transparent;
  font-family: var(--title-font);
  font-size: 120px;
  line-height: 1;
  margin-bottom: 51px;
  margin-left: -3px;
  margin-right: -400px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    margin-right: 0;
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.pricing-section.style-two
  .pricing-block
  .inner-box.content-align-left
  .image-column
  .inner-column
  .text {
  margin-left: -400px;
  margin-right: -3px;
}
.pricing-section.style-three
  .pricing-block
  .inner-box
  .image-column
  .inner-column:before {
  background-image: url(../images/icons/shape-3.jpg);
}
.pricing-section.style-three
  .pricing-block
  .inner-box
  .image-column
  .inner-column
  .text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(var(--theme-color1-rgb), 0.3);
  color: transparent;
  font-family: var(--title-font);
  font-size: 120px;
  line-height: 1;
  margin-bottom: 51px;
  margin-left: -3px;
  margin-right: -400px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .pricing-section.style-three
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section.style-three
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .pricing-section.style-three
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    margin-right: 0;
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section.style-three
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.pricing-section.style-three
  .pricing-block
  .inner-box.content-align-left
  .image-column
  .inner-column
  .text {
  margin-left: -400px;
  margin-right: -3px;
}
.pricing-section.style-three
  .pricing-block
  .inner-box
  .content-column
  .inner-column
  .pricing-amount {
  color: var(--theme-color1);
}
.pricing-section.style-three
  .pricing-block
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li
  i {
  color: var(--theme-color1);
}

.pricing-block {
  margin-bottom: 104px;
}
@media (max-width: 767.98px) {
  .pricing-block {
    margin-bottom: 40px;
  }
}
.pricing-block .inner-box {
  position: relative;
}
.pricing-block .inner-box .content-column .inner-column {
  position: relative;
  padding: 0 0 50px;
  z-index: 99;
  margin-top: 192px;
  margin-left: 69px;
}
@media (max-width: 991.98px) {
  .pricing-block .inner-box .content-column .inner-column {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .pricing-block .inner-box .content-column .inner-column {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .content-column .inner-column {
    margin-left: 0;
  }
}
.pricing-block .inner-box .content-column .inner-column .pricing-title {
  color: var(--theme-color-dark);
  margin-bottom: 6px;
  margin-top: -4px;
}
@media (max-width: 991.98px) {
  .pricing-block .inner-box .content-column .inner-column .pricing-title {
    font-size: 30px;
  }
}
.pricing-block .inner-box .content-column .inner-column .pricing-amount {
  color: var(--theme-color1);
  display: block;
  font-size: 48px;
  margin-bottom: 15px;
  font-family: var(--title-font);
}
.pricing-block .inner-box .content-column .inner-column .pricing-amount span {
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-left: 5px;
}
.pricing-block .inner-box .content-column .inner-column .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.pricing-block
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two {
  margin-right: 53px;
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .pricing-block
    .inner-box
    .content-column
    .inner-column
    .list-box
    .list-style-two {
    margin-right: 12px;
  }
}
.pricing-block
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two:last-child {
  margin-right: 0;
}
.pricing-block .inner-box .content-column .inner-column .list-style-two {
  margin-top: 30px;
}
.pricing-block .inner-box .content-column .inner-column .list-style-two li {
  margin-bottom: 10px;
}
.pricing-block .inner-box .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
}
.pricing-block .inner-box .content-column .inner-column .btn-box .btn-link {
  color: var(--theme-color-dark);
  font-size: 18px;
  text-decoration: none;
}
.pricing-block .inner-box .content-column .inner-column .btn-box .btn-link i {
  font-size: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link:hover {
  color: var(--theme-color1);
}
.pricing-block
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link:hover
  i {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.pricing-block .inner-box .image-column .inner-column {
  position: relative;
  padding: 32px 0 121px 68px;
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .image-column .inner-column {
    padding: 32px 0 30px 28px;
  }
}
.pricing-block .inner-box .image-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 396px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/shape-3.jpg);
  pointer-events: none;
  z-index: -1;
}
.pricing-block .inner-box .image-column .inner-column .text {
  -webkit-text-fill-color: var(--theme-color-white);
  -webkit-text-stroke: 1px rgba(150, 130, 130, 0.7);
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 120px;
  line-height: 1;
  margin-bottom: 51px;
  margin-left: -3px;
  margin-right: -300px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    font-size: 110px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    margin-right: 0;
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.pricing-block .inner-box .image-column .image-box {
  display: inline-block;
  position: relative;
}
.pricing-block .inner-box .image-column .image-box .image-1 {
  position: relative;
  margin-bottom: 0;
}
.pricing-block .inner-box .image-column .image-box .image-2 {
  position: absolute;
  bottom: -37px;
  right: -82px;
  margin-bottom: 0;
  outline: 7px solid var(--theme-color-white);
  outline-offset: -7px;
}
.pricing-block .inner-box.content-align-left .image-column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 767.98px) {
  .pricing-block .inner-box.content-align-left .image-column {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.pricing-block .inner-box.content-align-left .image-column .inner-column {
  position: relative;
  padding: 32px 82px 121px 0;
  text-align: right;
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box.content-align-left .image-column .inner-column {
    padding: 32px 30px 121px 0;
  }
}
.pricing-block
  .inner-box.content-align-left
  .image-column
  .inner-column:before {
  left: auto;
  right: 0;
}
.pricing-block .inner-box.content-align-left .image-column .inner-column .text {
  margin-right: -1px;
  margin-left: -300px;
}
@media (max-width: 767.98px) {
  .pricing-block
    .inner-box.content-align-left
    .image-column
    .inner-column
    .text {
    margin-left: 0;
  }
}
.pricing-block
  .inner-box.content-align-left
  .image-column
  .inner-column
  .image-box
  .image-2 {
  left: -82px;
  right: auto;
}
@media (max-width: 991.98px) {
  .pricing-block
    .inner-box.content-align-left
    .image-column
    .inner-column
    .image-box
    .image-2 {
    left: -25px;
  }
}

/***

  ==================================================================
    Pricing Section two
  ==================================================================

  ***/
.pricing-section-two {
  background-color: var(--theme-color3);
  position: relative;
  padding: 120px 0 94px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .pricing-section-two {
    padding: 80px 0 40px;
  }
}
.pricing-section-two .anim-icons .image-1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .pricing-section-two .anim-icons .image-1 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-two .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.pricing-block-two {
  margin-bottom: 13px;
}
.pricing-block-two .inner-box {
  position: relative;
  padding: 13px 0 19px 99px;
}
@media (max-width: 575.98px) {
  .pricing-block-two .inner-box {
    padding-top: 0;
  }
}
.pricing-block-two .inner-box:hover .thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pricing-block-two .inner-box .food-pack {
  display: inline-block;
  position: absolute;
  top: 44px;
  right: 0;
  border: 1px solid var(--theme-color1);
  padding: 0 13px;
  height: 24px;
  line-height: 20px;
  color: var(--theme-color1);
  font-size: 12px;
  font-family: var(--text-font2);
  letter-spacing: 1px;
  z-index: 9;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .pricing-block-two .inner-box .food-pack {
    position: relative;
    top: 0;
  }
}
.pricing-block-two .inner-box .thumb {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 80px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .pricing-block-two .inner-box .thumb {
    top: 6px;
  }
}
.pricing-block-two .inner-box .thumb img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-two .inner-box .content-box .title {
  font-size: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pricing-block-two .inner-box .content-box .title span {
  color: #222222;
  position: relative;
  top: -3px;
}
.pricing-block-two .inner-box .content-box .title span::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -269px;
  width: 259px;
  height: 1px;
  border: 1px dashed #c0bfbe;
}
@media (max-width: 1199.98px) {
  .pricing-block-two .inner-box .content-box .title span::before {
    left: -197px;
    width: 190px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block-two .inner-box .content-box .title span::before {
    display: none;
  }
}
.pricing-block-two .inner-box .content-box .designation {
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
}

/***

  ==================================================================
      Pricing Section three
  ==================================================================

  ***/
.pricing-section-three {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .pricing-section-three {
    padding: 80px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-three .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.pricing-section-three.luxury2-2
  .pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pricing-section-three.luxury2-2
  .pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two {
  margin-right: 0px;
}
.pricing-section-three.luxury2-2
  .pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two
  li {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 0;
}
.pricing-section-three.luxury2-2
  .pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two
  li
  i {
  font-size: 25px;
  color: #aa8453;
  margin-right: 10px;
  position: relative;
  bottom: 8px;
}

.pricing-block-three {
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .pricing-block-three {
    margin-bottom: 40px;
  }
}
.pricing-block-three .inner-box {
  position: relative;
}
.pricing-block-three .inner-box .content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing-block-three .inner-box .content-column .inner-column {
  position: relative;
  padding: 0 0 30px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .pricing-block-three .inner-box .content-column .inner-column {
    margin-right: 0;
    margin-top: 0;
  }
}
.pricing-block-three .inner-box .content-column .inner-column .pricing-amount {
  color: var(--theme-color1);
  display: block;
  font-size: 48px;
  margin-bottom: 0;
  font-family: var(--title-font);
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span {
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-left: 5px;
}
.pricing-block-three .inner-box .content-column .inner-column .pricing-title {
  font-size: 27px;
  color: var(--theme-color-dark);
  margin-bottom: 18px;
  margin-top: -4px;
}
.pricing-block-three .inner-box .content-column .inner-column .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two {
  margin-right: 53px;
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .pricing-block-three
    .inner-box
    .content-column
    .inner-column
    .list-box
    .list-style-two {
    margin-right: 12px;
  }
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two:last-child {
  margin-right: 0;
}
.pricing-block-three .inner-box .content-column .inner-column .list-style-two {
  margin-top: 30px;
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li {
  margin-bottom: 10px;
}
.pricing-block-three .inner-box .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link {
  color: var(--theme-color-dark);
  font-size: 18px;
  text-decoration: none;
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link
  i {
  font-size: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link:hover {
  color: var(--theme-color1);
}
.pricing-block-three
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link:hover
  i {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.pricing-block-three .inner-box .image-column .image-box {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .pricing-block-three .inner-box .image-column .image-box {
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block-three .inner-box .image-column .image-box {
    margin-left: 0;
  }
}
.pricing-block-three .inner-box .image-column .image-box figure {
  position: relative;
}
.pricing-block-three .inner-box .image-column .image-box figure:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.pricing-block-three .inner-box .image-column .image-box figure:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.pricing-block-three .inner-box .image-column .image-box figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pricing-block-three .inner-box.content-align-right .content-column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.pricing-block-three .inner-box.content-align-right .image-column .image-box {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .pricing-block-three .inner-box.content-align-right .image-column .image-box {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .pricing-block-three .inner-box.content-align-right .image-column .image-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/***

  ==================================================================
      Pricing Section Four
  ==================================================================

  ***/
.pricing-section-four {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .pricing-section-four {
    padding: 80px 0 40px;
  }
}
.pricing-section-four .sec-title {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .pricing-section-four .sec-title {
    margin-bottom: 54px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-four .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.pricing-section-four.style-home-beach
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column,
.pricing-section-four.style-home-beach
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column {
  background-color: var(--theme-color8);
}
.pricing-section-four.style-home-beach
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-color-white);
  border: 1px solid #f8f5f0;
}
.pricing-section-four.style-luxury
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column,
.pricing-section-four.style-luxury
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column {
  background-color: var(--theme-color-dark2);
  border-color: var(--theme-color1);
}
.pricing-section-four.style-city2 {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 991.98px) {
  .pricing-section-four.style-city2 {
    padding: 80px 0 40px;
  }
}
.pricing-section-four.style-city2 .sec-title {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .pricing-section-four.style-city2 .sec-title {
    margin-bottom: 54px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-four.style-city2 .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section-four.style-city2 .pricing-block-four-city2 {
    margin-bottom: 40px;
  }
}
.pricing-section-four.style-city2 .pricing-block-four-city2 .inner-box {
  position: relative;
  border-radius: 10px;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box.active
  .content-column
  .inner-column,
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box:hover
  .content-column
  .inner-column {
  border: 5px solid var(--theme-color1);
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column {
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  position: relative;
  padding: 0 40px 40px;
  z-index: 99;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/shape-city2-price.png);
  background-size: cover;
  background-position: right top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .pricing-section-four.style-city2
    .pricing-block-four-city2
    .inner-box
    .content-column
    .inner-column {
    margin-right: -113px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section-four.style-city2
    .pricing-block-four-city2
    .inner-box
    .content-column
    .inner-column {
    margin-top: 0;
  }
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .pricing-title {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-family: var(--text-font4);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 7px 15px 30px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 133px;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .pricing-title:before {
  background-color: var(--theme-color1);
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount {
  font-size: 50px;
  color: var(--theme-color-dark);
  margin-bottom: 0;
  min-width: 260px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  sup {
  font-size: 24px;
  top: -17px;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span {
  font-family: var(--text-font);
  font-size: 15px;
  color: var(--text-color);
  position: relative;
  top: 10px;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span:before {
  background-color: #a4a4a4;
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  left: -10px;
  top: -18px;
  -webkit-transform: rotate(-142.1deg);
  transform: rotate(-142.1deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .text {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .list-style-two {
  margin-top: 32px;
  min-width: 263px;
  position: relative;
  z-index: 1;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: #868686;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 15px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li
  .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .button-box {
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.pricing-section-four.style-city2
  .pricing-block-four-city2
  .inner-box
  .content-column
  .inner-column
  .btn-style-two {
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  .pricing-block-four {
    margin-bottom: 40px;
  }
}
.pricing-block-four .inner-box {
  position: relative;
}
.pricing-block-four .inner-box.active .content-column .inner-column,
.pricing-block-four .inner-box:hover .content-column .inner-column {
  background-color: var(--theme-color-dark);
  border-color: var(--theme-color-dark);
}
.pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .pricing-amount,
.pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .pricing-amount {
  border-color: rgba(217, 217, 217, 0.3);
  color: var(--theme-color-light);
}
.pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .pricing-amount
  span,
.pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .pricing-amount
  span {
  color: var(--theme-color-light);
}
.pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .list-style-two
  li,
.pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .list-style-two
  li {
  color: var(--theme-color-light);
}
.pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .list-style-two
  li:before,
.pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: var(--theme-color-light);
}
.pricing-block-four .inner-box .content-column .inner-column {
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 0 40px 40px;
  z-index: 99;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .pricing-block-four .inner-box .content-column .inner-column {
    margin-right: -113px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block-four .inner-box .content-column .inner-column {
    margin-top: 0;
  }
}
.pricing-block-four .inner-box .content-column .inner-column .pricing-title {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 18px;
  padding: 6px 19px;
  display: inline-block;
  position: relative;
}
.pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-title:before {
  background-color: var(--theme-color1);
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-four .inner-box .content-column .inner-column .pricing-amount {
  border-bottom: 1px solid #d9d9d9;
  font-size: 50px;
  color: var(--theme-color-dark);
  margin-bottom: 0;
  margin-top: 29px;
  padding-bottom: 30px;
  text-align: center;
  min-width: 260px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  sup {
  font-size: 24px;
  top: -17px;
}
.pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span {
  font-family: var(--text-font);
  font-size: 15px;
  color: var(--text-color);
  position: relative;
  top: 10px;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span:before {
  background-color: #a4a4a4;
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  left: -10px;
  top: -18px;
  -webkit-transform: rotate(-142.1deg);
  transform: rotate(-142.1deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-four .inner-box .content-column .inner-column .list-style-two {
  margin-top: 32px;
  min-width: 263px;
}
.pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: #868686;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 15px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li
  .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-four .inner-box .content-column .inner-column .book-now {
  margin-top: 20px;
}
.pricing-block-four .inner-box .content-column .inner-column .btn-style-four {
  padding: 12px 46px;
}

/***

  ==================================================================
    Pricing Section 
  ==================================================================

  ***/

@media (max-width: 767.98px) {
  .pricing-section {
    padding: 80px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1199.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    margin-right: 0;
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section.style-two
    .pricing-block
    .inner-box
    .image-column
    .inner-column
    .text {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .pricing-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block .inner-box .content-column .inner-column {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .pricing-block .inner-box .content-column .inner-column {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .content-column .inner-column {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .pricing-block .inner-box .content-column .inner-column .pricing-title {
    font-size: 30px;
  }
}
.pricing-block .inner-box .content-column .inner-column .pricing-amount {
  color: var(--theme-color7);
  display: block;
  font-size: 48px;
  margin-bottom: 15px;
  font-family: var(--title-font);
}
@media (max-width: 1199.98px) {
  .pricing-block
    .inner-box
    .content-column
    .inner-column
    .list-box
    .list-style-two {
    margin-right: 12px;
  }
}
.pricing-block .inner-box .content-column .inner-column .list-style-two li i {
  color: var(--theme-color7);
}

.pricing-block
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-style-six {
  background-color: transparent;
  color: var(--theme-color-dark);
}
.pricing-block
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-style-six:before {
  background-color: var(--theme-color7);
}
.pricing-block
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link:hover {
  color: var(--theme-color7);
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .image-column .inner-column {
    padding: 32px 0 30px 28px;
  }
}
.pricing-block .inner-box .image-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 396px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/shape-28.png);
  pointer-events: none;
  z-index: -1;
}
.pricing-block .inner-box .image-column .inner-column .text {
  -webkit-text-fill-color: var(--theme-color-white);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3019607843);
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 120px;
  line-height: 1;
  margin-bottom: 51px;
  margin-left: -3px;
  margin-right: -500px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    font-size: 110px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    margin-right: 0;
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .image-column .inner-column .text {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .pricing-block .inner-box.content-align-left .image-column {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 575.98px) {
  .pricing-block .inner-box.content-align-left .image-column .inner-column {
    padding: 32px 30px 121px 0;
  }
}

.pricing-block .inner-box.content-align-left .image-column .inner-column .text {
  margin-right: -1px;
  margin-left: -600px;
}
@media (max-width: 767.98px) {
  .pricing-block
    .inner-box.content-align-left
    .image-column
    .inner-column
    .text {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .pricing-block
    .inner-box.content-align-left
    .image-column
    .inner-column
    .image-box
    .image-2 {
    left: -25px;
  }
}

/***

  ==================================================================
    Pricing Section 
  ==================================================================

  ***/
.pricing-section-five {
  position: relative;
  overflow: hidden;
  padding: 116px 0 26px;
}
@media (max-width: 767.98px) {
  .pricing-section-five {
    padding: 80px 0 40px;
  }
}
.pricing-section-five .anim-icons {
  position: absolute;
  left: -165px;
  bottom: -150px;
}
@media (max-width: 575.98px) {
  .pricing-section-five .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.pricing-block-five {
  margin-bottom: 104px;
}
@media (max-width: 767.98px) {
  .pricing-block-five {
    margin-bottom: 40px;
  }
}
.pricing-block-five .inner-block {
  background-color: #f8f5f0;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 575.98px) {
  .pricing-block-five .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pricing-block-five .inner-block .content-box .inner-box {
  padding: 64px 20px 70px;
  position: relative;
  text-align: center;
}
.pricing-block-five .inner-block .content-box .inner-box .pricing-title {
  color: var(--theme-color-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .pricing-block-five .inner-block .content-box .inner-box .pricing-title {
    font-size: 30px;
  }
}
.pricing-block-five .inner-block .content-box .inner-box .text {
  font-family: "Barlow", sans-serif;
  margin-bottom: 20px;
}
.pricing-block-five .inner-block .content-box .inner-box .pricing-amount {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}
.pricing-block-five
  .inner-block
  .content-box
  .inner-box
  .pricing-amount
  .price {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  margin-right: 30px;
  position: relative;
}
.pricing-block-five
  .inner-block
  .content-box
  .inner-box
  .pricing-amount
  .price:before {
  background-color: var(--theme-color-black);
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 55px;
  -webkit-transform: rotateZ(25deg);
  transform: rotateZ(25deg);
}
.pricing-block-five
  .inner-block
  .content-box
  .inner-box
  .pricing-amount
  .price
  sup {
  font-size: 28px;
}
.pricing-block-five .inner-block .content-box .inner-box .pricing-amount span {
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-left: 5px;
}
.pricing-block-five .inner-block .content-box .inner-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.pricing-block-five
  .inner-block
  .content-box
  .inner-box
  .btn-box
  .btn-style-four {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding: 14px 40px;
}
.pricing-block-five .inner-block .image-box {
  min-width: 281.7px;
  max-width: 281.7px;
}
@media (max-width: 575.98px) {
  .pricing-block-five .inner-block .image-box {
    width: 100%;
    max-width: none;
  }
}
.pricing-block-five .inner-block .image-box .image-1 {
  height: 100%;
}
.pricing-block-five .inner-block .image-box .image-1 img {
  border-radius: 25px 0px 0px 25px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .pricing-block-five .inner-block .image-box .image-1 img {
    border-radius: 25px;
  }
}

/***

  ==================================================================
    Pricing Section 
  ==================================================================

  ***/
.pricing-section-style-luxury4 {
  position: relative;
  padding: 116px 0 94px;
}
@media (max-width: 767.98px) {
  .pricing-section-style-luxury4 {
    padding: 80px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-style-luxury4 .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.pricing-section-style-luxury4.style-two
  .align-left
  .inner-box
  .content-column
  .inner-column {
  margin-right: 120px;
  margin-left: 0;
}
.pricing-section-style-luxury4.style-two
  .align-left
  .inner-box
  .image-column
  .inner-column {
  padding: 33px 40px 89px 0;
  text-align: right;
}
.pricing-section-style-luxury4.style-two
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-3 {
  position: relative;
  margin-bottom: 0;
  border-radius: 400px 400px 0px 0px;
  overflow: hidden;
  height: 527px;
  width: 360px;
}
.pricing-section-style-luxury4.style-two
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-3
  img {
  width: 100%;
  height: 100%;
}
.pricing-section-style-luxury4.style-two
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-4 {
  position: absolute;
  bottom: calc(50% - 210px);
  left: -250px;
  width: 220px;
  height: 317px;
  border-radius: 0px 0px 300px 300px;
  margin-bottom: 0;
}
.pricing-section-style-luxury4.style-two
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-4
  img {
  width: 100%;
  height: 100%;
}
.pricing-section-style-luxury4.style-three
  .pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .pricing-amount {
  color: var(--theme-color8);
}
.pricing-section-style-luxury4.style-three .list-style-two li .icon {
  color: var(--theme-color8);
}
.pricing-section-style-luxury4.style-three
  .align-left
  .inner-box
  .content-column
  .inner-column {
  margin-right: 120px;
  margin-left: 0;
}
.pricing-section-style-luxury4.style-three
  .align-left
  .inner-box
  .image-column
  .inner-column {
  padding: 33px 40px 89px 0;
  text-align: right;
}
.pricing-section-style-luxury4.style-three
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-3 {
  position: relative;
  margin-bottom: 0;
  border-radius: 400px 400px 0px 0px;
  overflow: hidden;
  height: 527px;
  width: 360px;
}
.pricing-section-style-luxury4.style-three
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-3
  img {
  width: 100%;
  height: 100%;
}
.pricing-section-style-luxury4.style-three
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-4 {
  position: absolute;
  bottom: calc(50% - 210px);
  left: -250px;
  width: 220px;
  height: 317px;
  border-radius: 0px 0px 300px 300px;
  margin-bottom: 0;
}
.pricing-section-style-luxury4.style-three
  .align-left
  .inner-box
  .image-column
  .image-box
  .image-4
  img {
  width: 100%;
  height: 100%;
}

.pricing-block-style-luxury4 {
  margin-bottom: 104px;
}
@media (max-width: 767.98px) {
  .pricing-block-style-luxury4 {
    margin-bottom: 40px;
  }
}
.pricing-block-style-luxury4 .inner-box {
  position: relative;
}
.pricing-block-style-luxury4 .inner-box .content-column .inner-column {
  position: relative;
  margin-left: 120px;
}
@media (max-width: 991.98px) {
  .pricing-block-style-luxury4 .inner-box .content-column .inner-column {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .pricing-block-style-luxury4 .inner-box .content-column .inner-column {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block-style-luxury4 .inner-box .content-column .inner-column {
    margin-left: 0;
  }
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .pricing-title {
  color: var(--theme-color-dark);
  margin-bottom: 6px;
  margin-top: -4px;
}
@media (max-width: 991.98px) {
  .pricing-block-style-luxury4
    .inner-box
    .content-column
    .inner-column
    .pricing-title {
    font-size: 30px;
  }
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .pricing-amount {
  color: var(--theme-color1);
  display: block;
  font-size: 48px;
  margin-bottom: 15px;
  font-family: var(--title-font);
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span {
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-left: 5px;
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two {
  margin-right: 53px;
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .pricing-block-style-luxury4
    .inner-box
    .content-column
    .inner-column
    .list-box
    .list-style-two {
    margin-right: 12px;
  }
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .list-box
  .list-style-two:last-child {
  margin-right: 0;
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .list-style-two {
  margin-top: 30px;
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li {
  margin-bottom: 10px;
}
.pricing-block-style-luxury4 .inner-box .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link {
  color: var(--theme-color-dark);
  font-size: 18px;
  text-decoration: none;
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link
  i {
  font-size: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link:hover {
  color: var(--theme-color1);
}
.pricing-block-style-luxury4
  .inner-box
  .content-column
  .inner-column
  .btn-box
  .btn-link:hover
  i {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.pricing-block-style-luxury4 .inner-box .image-column .inner-column {
  position: relative;
  padding: 33px 0 89px 40px;
}
@media (max-width: 575.98px) {
  .pricing-block-style-luxury4 .inner-box .image-column .inner-column {
    padding: 32px 0 30px 28px;
  }
}
.pricing-block-style-luxury4 .inner-box .image-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 596px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/shape-41.png);
  pointer-events: none;
  z-index: -1;
}
.pricing-block-style-luxury4 .inner-box .image-column .inner-column .text {
  -webkit-text-fill-color: var(--theme-color-white);
  -webkit-text-stroke: 1px rgba(150, 130, 130, 0.7);
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 120px;
  line-height: 1;
  margin-bottom: 51px;
  margin-left: -3px;
  margin-right: -300px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .pricing-block-style-luxury4 .inner-box .image-column .inner-column .text {
    font-size: 110px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block-style-luxury4 .inner-box .image-column .inner-column .text {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .pricing-block-style-luxury4 .inner-box .image-column .inner-column .text {
    margin-right: 0;
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block-style-luxury4 .inner-box .image-column .inner-column .text {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.pricing-block-style-luxury4 .inner-box .image-column .image-box {
  display: inline-block;
  position: relative;
}
.pricing-block-style-luxury4 .inner-box .image-column .image-box .image-1 {
  position: relative;
  margin-bottom: 0;
  border-radius: 400px 400px 0px 0px;
  overflow: hidden;
  height: 527px;
  width: 360px;
}
.pricing-block-style-luxury4 .inner-box .image-column .image-box .image-1 img {
  width: 100%;
  height: 100%;
}
.pricing-block-style-luxury4 .inner-box .image-column .image-box .image-2 {
  position: absolute;
  bottom: calc(50% - 210px);
  right: -250px;
  width: 220px;
  height: 317px;
  border-radius: 0px 0px 300px 300px;
  margin-bottom: 0;
}
.pricing-block-style-luxury4 .inner-box .image-column .image-box .image-2 img {
  width: 100%;
  height: 100%;
}

/***

  ==================================================================
      Pricing Section
  ==================================================================

  ***/
.pricing-section-island2 {
  background-color: #e5f0f9;
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .pricing-section-island2 {
    padding: 80px 0 40px;
  }
}
.pricing-section-island2 .sec-title {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .pricing-section-island2 .sec-title {
    margin-bottom: 54px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-island2 .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) {
  .pricing-block-island2 {
    margin-bottom: 40px;
  }
}
.pricing-block-island2 .inner-box {
  position: relative;
}
.pricing-block-island2 .inner-box.active .content-column .inner-column,
.pricing-block-island2 .inner-box:hover .content-column .inner-column {
  background-color: var(--theme-color8);
  border-color: var(--theme-color8);
}
.pricing-block-island2
  .inner-box.active
  .content-column
  .inner-column
  .pricing-amount,
.pricing-block-island2
  .inner-box:hover
  .content-column
  .inner-column
  .pricing-amount {
  border-color: rgba(217, 217, 217, 0.3);
  color: var(--theme-color-light);
}
.pricing-block-island2
  .inner-box.active
  .content-column
  .inner-column
  .pricing-amount
  span,
.pricing-block-island2
  .inner-box:hover
  .content-column
  .inner-column
  .pricing-amount
  span {
  color: var(--theme-color-light);
}
.pricing-block-island2
  .inner-box.active
  .content-column
  .inner-column
  .list-style-two
  li,
.pricing-block-island2
  .inner-box:hover
  .content-column
  .inner-column
  .list-style-two
  li {
  color: var(--theme-color-light);
}
.pricing-block-island2
  .inner-box.active
  .content-column
  .inner-column
  .list-style-two
  li:before,
.pricing-block-island2
  .inner-box:hover
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: var(--theme-color-light);
}
.pricing-block-island2 .inner-box .content-column .inner-column {
  border: 1px solid var(--theme-color-light);
  background-color: var(--theme-color-light);
  position: relative;
  padding: 0 40px 40px;
  z-index: 99;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .pricing-block-island2 .inner-box .content-column .inner-column {
    margin-right: -113px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block-island2 .inner-box .content-column .inner-column {
    margin-top: 0;
  }
}
.pricing-block-island2 .inner-box .content-column .inner-column .pricing-title {
  background-color: var(--theme-color9);
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 18px;
  padding: 6px 19px;
  display: inline-block;
  position: relative;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .pricing-title:before {
  background-color: var(--theme-color9);
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount {
  border-bottom: 1px solid #d9d9d9;
  font-size: 50px;
  color: var(--theme-color-dark);
  margin-bottom: 0;
  margin-top: 29px;
  padding-bottom: 30px;
  text-align: center;
  min-width: 260px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  sup {
  font-size: 24px;
  top: -17px;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span {
  font-family: var(--text-font);
  font-size: 15px;
  color: var(--text-color);
  position: relative;
  top: 10px;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span:before {
  background-color: #a4a4a4;
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  left: -10px;
  top: -18px;
  -webkit-transform: rotate(-142.1deg);
  transform: rotate(-142.1deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .list-style-two {
  margin-top: 32px;
  min-width: 263px;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: #868686;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 15px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li
  .icon {
  color: var(--theme-color9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block-island2 .inner-box .content-column .inner-column .book-now {
  margin-top: 20px;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .btn-style-four {
  border-color: var(--theme-color9);
  color: var(--theme-color9);
  padding: 12px 46px;
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .btn-style-four:hover {
  color: var(--theme-color-light);
}
.pricing-block-island2
  .inner-box
  .content-column
  .inner-column
  .btn-style-four:before {
  background-color: var(--theme-color9);
}

/*** 

  ====================================================================
  pricing section modern
  ====================================================================

  ***/
.pricing-section-modern {
  position: relative;
  padding: 160px 0 120px;
}
.pricing-section-modern .anim-icons {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pricing-section-modern .sec-title .sub-title {
  color: var(--text-color);
  font-family: var(--text-font2);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.pricing-section-modern .sec-title h2 {
  font-family: var(--title-font2);
}
.pricing-section-modern .sec-title .text {
  margin: 30px 67px 45px 0;
  font-family: var(--text-font4);
}

.pricing-coumn-modern .inner-column .pricing-block {
  margin-bottom: 70px;
}
.pricing-coumn-modern .inner-column .pricing-block .inner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 60px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-coumn-modern .inner-column .pricing-block .inner-block:after {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(55%, rgba(0, 0, 0, 0)),
    color-stop(108%, rgba(var(--theme-color1-rgb), 0.25))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 55%,
    rgba(var(--theme-color1-rgb), 0.25) 108%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
.pricing-coumn-modern .inner-column .pricing-block .inner-block .price-box {
  padding: 34px 60px 48px;
  position: relative;
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .price-box:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 1px;
  top: 0;
  right: 10px;
}
.pricing-coumn-modern .inner-column .pricing-block .inner-block .price-box i {
  font-size: 54px;
  color: var(--theme-color-light);
  background-color: var(--theme-color-black);
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 112px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 45px;
  z-index: 1;
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .price-box
  i:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .price-box
  i:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .price-box
  .price {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: var(--theme-color-dark2);
  font-family: var(--text-font4);
  margin-bottom: 0;
  margin-top: 90px;
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .price-box
  .price
  span {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--text-font4);
  margin-left: -8px;
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .price-box
  .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: var(--theme-color-dark2);
  font-family: var(--text-font4);
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .list-style-two {
  margin-top: 0;
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .list-style-two
  li {
  font-size: 14px;
  font-weight: 400;
  line-height: 33.2px;
}
.pricing-coumn-modern .inner-column .pricing-block .inner-block .btn-box {
  text-align: right;
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .btn-box
  .theme-btn {
  border-radius: 40px;
  padding: 3px 3px 3px 33px;
  font-family: var(--text-font4);
  font-weight: 400;
  text-transform: capitalize;
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .btn-box
  .theme-btn:hover
  i {
  background-color: var(--theme-color1);
}
.pricing-coumn-modern
  .inner-column
  .pricing-block
  .inner-block
  .btn-box
  .theme-btn
  i {
  background-color: var(--theme-color-black);
  height: 52px;
  width: 52px;
  border-radius: 50%;
  line-height: 52px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 24px;
  font-weight: 300;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/***

  ==================================================================
    Pricing Section 
  ==================================================================

  ***/
.pricing-section-nature2 {
  position: relative;
  overflow: hidden;
  padding: 116px 0 26px;
}
@media (max-width: 767.98px) {
  .pricing-section-nature2 {
    padding: 80px 0 40px;
  }
}
.pricing-section-nature2 .anim-icons {
  position: absolute;
  left: -165px;
  bottom: -150px;
}
@media (max-width: 575.98px) {
  .pricing-section-nature2 .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.pricing-block-nature2 {
  margin-bottom: 104px;
}
@media (max-width: 767.98px) {
  .pricing-block-nature2 {
    margin-bottom: 40px;
  }
}
.pricing-block-nature2 .inner-block {
  background-color: #f8f5f0;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 575.98px) {
  .pricing-block-nature2 .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pricing-block-nature2 .inner-block .content-box .inner-box {
  padding: 64px 20px 70px;
  position: relative;
  text-align: center;
}
.pricing-block-nature2 .inner-block .content-box .inner-box .pricing-title {
  color: var(--theme-color-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .pricing-block-nature2 .inner-block .content-box .inner-box .pricing-title {
    font-size: 30px;
  }
}
.pricing-block-nature2 .inner-block .content-box .inner-box .text {
  font-family: "Barlow", sans-serif;
  margin-bottom: 20px;
}
.pricing-block-nature2 .inner-block .content-box .inner-box .pricing-amount {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}
.pricing-block-nature2
  .inner-block
  .content-box
  .inner-box
  .pricing-amount
  .price {
  font-size: 48px;
  margin-right: 30px;
  position: relative;
}
.pricing-block-nature2
  .inner-block
  .content-box
  .inner-box
  .pricing-amount
  .price:before {
  background-color: var(--theme-color-black);
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 55px;
  -webkit-transform: rotateZ(25deg);
  transform: rotateZ(25deg);
}
.pricing-block-nature2
  .inner-block
  .content-box
  .inner-box
  .pricing-amount
  .price
  sup {
  font-size: 28px;
}
.pricing-block-nature2
  .inner-block
  .content-box
  .inner-box
  .pricing-amount
  span {
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-left: 5px;
}
.pricing-block-nature2 .inner-block .content-box .inner-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.pricing-block-nature2
  .inner-block
  .content-box
  .inner-box
  .btn-box
  .btn-style-four {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding: 14px 40px;
}
.pricing-block-nature2 .inner-block .image-box {
  min-width: 281.7px;
  max-width: 281.7px;
}
@media (max-width: 575.98px) {
  .pricing-block-nature2 .inner-block .image-box {
    width: 100%;
    max-width: none;
  }
}
.pricing-block-nature2 .inner-block .image-box .image-1 {
  height: 100%;
}
.pricing-block-nature2 .inner-block .image-box .image-1 img {
  border-radius: 25px 0px 0px 25px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .pricing-block-nature2 .inner-block .image-box .image-1 img {
    border-radius: 25px;
  }
}

/*** 

  ====================================================================
  pricing-section-ocean
  ====================================================================

  ***/
.pricing-section-ocean {
  position: relative;
  padding: 120px 0;
}
.pricing-section-ocean .anim-icons .image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pricing-section-ocean .anim-icons .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pricing-section-ocean .pricing-block-four .inner-box {
  background-color: var(--theme-color-white);
}

/***

  ==================================================================
    Pricing Section 
  ==================================================================

  ***/
.pricing-section-countryside2 {
  position: relative;
  overflow: hidden;
  padding: 116px 0 26px;
}
@media (max-width: 767.98px) {
  .pricing-section-countryside2 {
    padding: 80px 0 40px;
  }
}
.pricing-section-countryside2 .anim-icons {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .pricing-section-countryside2 .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/***

  ==================================================================
      Pricing Section Four
  ==================================================================

  ***/
.pricing-section-mountain {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .pricing-section-mountain {
    padding: 80px 0 40px;
  }
}
.pricing-section-mountain .sec-title {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .pricing-section-mountain .sec-title {
    margin-bottom: 54px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-mountain .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.pricing-section-mountain.style-home-beach
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column,
.pricing-section-mountain.style-home-beach
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column {
  background-color: var(--theme-color8);
}
.pricing-section-mountain.style-home-beach
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-color-white);
  border: 1px solid #f8f5f0;
}
.pricing-section-mountain.style-luxury
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column,
.pricing-section-mountain.style-luxury
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column {
  background-color: var(--theme-color-dark2);
  border-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .pricing-section-mountain .pricing-block-four {
    margin-bottom: 40px;
  }
}
.pricing-section-mountain .pricing-block-four .inner-box {
  position: relative;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column,
.pricing-section-mountain
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column {
  background-color: var(--theme-color-dark);
  border-color: var(--theme-color-dark);
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .pricing-amount,
.pricing-section-mountain
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .pricing-amount {
  border-color: rgba(217, 217, 217, 0.3);
  color: var(--theme-color-light);
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .pricing-amount
  span,
.pricing-section-mountain
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .pricing-amount
  span {
  color: var(--theme-color-light);
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .list-style-two
  li,
.pricing-section-mountain
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .list-style-two
  li {
  color: var(--theme-color-light);
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box.active
  .content-column
  .inner-column
  .list-style-two
  li:before,
.pricing-section-mountain
  .pricing-block-four
  .inner-box:hover
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: var(--theme-color-light);
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column {
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 0 40px 40px;
  z-index: 99;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .pricing-section-mountain
    .pricing-block-four
    .inner-box
    .content-column
    .inner-column {
    margin-right: -113px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section-mountain
    .pricing-block-four
    .inner-box
    .content-column
    .inner-column {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-mountain
    .pricing-block-four
    .inner-box
    .content-column
    .inner-column {
    padding: 0 20px 20px;
  }
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-title {
  background-color: var(--theme-color6);
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 18px;
  padding: 6px 19px;
  display: inline-block;
  position: relative;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-title:before {
  background-color: var(--theme-color6);
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-amount {
  border-bottom: 1px solid #d9d9d9;
  font-size: 50px;
  color: var(--theme-color-dark);
  margin-bottom: 0;
  margin-top: 29px;
  padding-bottom: 30px;
  text-align: center;
  min-width: 260px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  sup {
  font-size: 24px;
  top: -17px;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span {
  font-family: var(--text-font);
  font-size: 15px;
  color: var(--text-color);
  position: relative;
  top: 10px;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .pricing-amount
  span:before {
  background-color: #a4a4a4;
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  left: -10px;
  top: -18px;
  -webkit-transform: rotate(-142.1deg);
  transform: rotate(-142.1deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .list-style-two {
  margin-top: 32px;
  min-width: 263px;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: #868686;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 15px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .list-style-two
  li
  .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color6);
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .book-now {
  margin-top: 20px;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .btn-style-four {
  padding: 12px 46px;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .book-now.btn-style-five {
  border-radius: 36px;
  color: var(--theme-color6);
  font-weight: 500;
}
.pricing-section-mountain
  .pricing-block-four
  .inner-box
  .content-column
  .inner-column
  .book-now.btn-style-five:hover {
  color: #fff;
  border-color: rgb(255, 110, 47);
}

/***

  ==================================================================
        Pricing Section 
  ==================================================================

  ***/
.pricing-section-ski {
  position: relative;
  padding: 116px 0 162px;
  background-color: #eef9fd;
}
.pricing-section-ski .anim-icon .image-2 {
  position: absolute;
  bottom: 0;
}
.pricing-section-ski .anim-icon .image-1 {
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 0;
}
.pricing-section-ski .images-box {
  float: right;
  position: relative;
}
.pricing-section-ski .images-box:before {
  border-radius: 220px 220px 220px 220px;
  background-color: rgba(0, 0, 0, 0.1490196078);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.pricing-section-ski .images-box:after {
  border-radius: 220px 220px 220px 220px;
  background-color: rgba(0, 0, 0, 0.0588235294);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-19deg);
  transform: rotate(-19deg);
}
.pricing-section-ski .image {
  margin-left: 0;
  width: 363px;
  height: 598px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  overflow: hidden;
  border-radius: 180px;
  position: relative;
  z-index: 1;
}
.pricing-section-ski .image img {
  height: 100%;
  width: 100%;
}
.pricing-section-ski .anim-icons .image-1 {
  position: absolute;
  right: 0;
  top: 230px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .pricing-section-ski .anim-icons .image-1 {
    display: none;
  }
}
.pricing-section-ski .anim-icons .image-2 {
  position: absolute;
  left: 0;
  bottom: 105px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .pricing-section-ski .anim-icons .image-2 {
    display: none;
  }
}
.pricing-section-ski .anim-icons .image-3 {
  bottom: 10px;
  left: 0;
  max-width: 420px;
  position: absolute;
  width: 100%;
}
.pricing-section-ski .anim-icons .image-4 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .pricing-section-ski .anim-icons .image-4 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-ski .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/*** 

  ====================================================================
  pricing-section-ocean
  ====================================================================

  ***/
.pricing-section-ocean2 {
  padding: 120px 0 65px;
  background-image: url(../images/icons/h1-img-03-1-1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.pricing-section-ocean2 .anim-shape .image-1 {
  position: absolute;
  right: 0;
  bottom: 21px;
}
.pricing-section-ocean2 .anim-shape .image {
  position: absolute;
  bottom: 0;
}
.pricing-section-ocean2 .sec-title .sub-title {
  color: var(--text-color);
  font-family: var(--text-font2);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.pricing-section-ocean2 .sec-title h2 {
  font-family: var(--title-font2);
}
.pricing-section-ocean2 .image-column .inner-column {
  height: 100%;
  margin-left: -126px;
}
.pricing-section-ocean2 .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.pricing-section-ocean2 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}

.pricing-column-ocean2 .inner-column .pricing-block .inner-block {
  position: relative;
  z-index: 1;
  background-color: #f8f5f0;
  padding: 50px 40px 45px;
  top: 40px;
}
.pricing-column-ocean2 .inner-column .pricing-block .inner-block .price {
  font-size: 48px;
  font-weight: 400;
  font-family: var(--title-font2);
  margin-bottom: 0;
}
.pricing-column-ocean2 .inner-column .pricing-block .inner-block .price span {
  font-size: 15px;
  font-weight: 400;
  line-height: 28.8px;
  color: var(--text-color);
  font-family: var(--text-font);
  position: relative;
}
.pricing-column-ocean2
  .inner-column
  .pricing-block
  .inner-block
  .price
  span:before {
  position: absolute;
  background-color: var(--theme-color1);
  content: "";
  top: -82px;
  left: -76px;
  height: 10px;
  width: 75px;
}
.pricing-column-ocean2 .inner-column .pricing-block .inner-block .title {
  color: var(--theme-color-dark2);
  font-family: var(--title-font2);
  font-size: 28px;
  font-weight: 400;
  line-height: 36.4px;
}
.pricing-column-ocean2
  .inner-column
  .pricing-block
  .inner-block
  .list-style-two {
  margin-bottom: 35px;
}
.pricing-column-ocean2
  .inner-column
  .pricing-block
  .inner-block
  .list-style-two
  li {
  color: var(--theme-black);
  font-family: var(--text-font4);
  line-height: 26px;
}

/*** 

  ====================================================================
    client-section
  ====================================================================

  ***/
.client-section {
  position: relative;
  padding: 120px 0 200px;
}
@media (max-width: 575.98px) {
  .client-section {
    padding: 80px 0 190px;
  }
}

.client-block .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  text-align: center;
  padding: 45px 15px 43px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.client-block .inner-box:hover::before {
  opacity: 1;
  visibility: visible;
  left: 50%;
}
.client-block .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95px;
  height: 13px;
  background-color: var(--theme-color1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.client-block .inner-box .title {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .client-block .inner-box .text {
    font-size: 14px;
  }
}
.client-block .inner-box span {
  text-transform: uppercase;
  color: var(--theme-color1);
  font-family: var(--text-font2);
}
.client-block .inner-box .image-box {
  position: relative;
  margin-bottom: 40px;
  margin-top: 21px;
}
.client-block .inner-box .image-box .icon {
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 40px;
  color: var(--theme-color1);
}

/*** 

  ====================================================================
    offer-section
  ====================================================================

  ***/
.offer-banner {
  position: relative;
  margin-top: -120px;
}
.offer-banner .outer-box {
  position: relative;
  background-color: #f8f5f0;
  padding: 74px 103px 78px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .offer-banner .outer-box {
    padding: 44px 46px 50px;
  }
}
.offer-banner .outer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 658px;
  height: 502px;
  background-image: url(../images/resource/pattern3.png);
}
@media (max-width: 575.98px) {
  .offer-banner
    .outer-box
    .content-colum
    .inner-column
    .content-box
    .sub-title {
    margin-bottom: 20px;
    display: inline-block;
  }
}
.offer-banner .outer-box .content-colum .inner-column .content-box .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .title {
    font-size: 39px;
  }
}
@media (max-width: 575.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
  }
}
.offer-banner .outer-box .btn-column .inner-column {
  text-align: right;
  margin-top: 21px;
}
@media (max-width: 991.98px) {
  .offer-banner .outer-box .btn-column .inner-column {
    text-align: center;
  }
}
.offer-banner .outer-box .btn-column .inner-column .read-more {
  padding: 0 47px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--text-font2);
  position: relative;
  z-index: 9;
}
.offer-banner .outer-box .btn-column .inner-column .read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.offer-banner .outer-box .btn-column .inner-column .read-more:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.offer-banner .outer-box .btn-column .inner-column .read-more:hover {
  background: #000;
}

/*** 

  ====================================================================
    client-section two
  ====================================================================

  ***/
.client-section-two {
  position: relative;
  padding: 80px 0;
}
.client-section-two.style-lodge2 {
  margin-top: -240px;
}
.client-section-two .client-slider {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .client-section-two .client-slider {
    margin-left: 0;
  }
}
.client-section-two .client-slider .client-block-two:last-child {
  margin-right: 0;
}
.client-section-two .client-slider .client-block-two .inner-box .image img {
  width: unset;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .offer-banner .content-colum {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .client-block-two a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*** 

  ====================================================================
    client-section two
  ====================================================================

  ***/
.clients-section-three {
  position: relative;
}

.client-block-three {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.client-block-three .image {
  position: relative;
  padding: 20px 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  min-height: 130px;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.client-block-three .image:hover img:first-child {
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.client-block-three .image:hover img:nth-child(2) {
  -webkit-transform: translateY(-50%) scaleY(2);
  transform: translateY(-50%) scaleY(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.client-block-three img {
  position: relative;
  width: auto !important;
  display: inline-block !important;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.client-block-three img:first-child {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
  -webkit-transform: translateY(50%) scaleY(2);
  transform: translateY(50%) scaleY(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/*** 

  ====================================================================
    food-section
  ====================================================================

  ***/
.food-section {
  position: relative;
  padding: 120px 0 60px;
}
@media (max-width: 575.98px) {
  .food-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .food-section .image-column {
    display: none;
  }
}
.food-section .image-column .inner-column {
  position: relative;
  margin-left: -375px;
}
@media (max-width: 1199.98px) {
  .food-section .image-column .inner-column {
    margin-right: -93px;
  }
}
.food-section .image-column .inner-column .play-now-two {
  position: absolute;
  top: 123px;
  right: 125px;
  font-size: 31px;
  color: var(--theme-color-light);
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  border: 1px solid var(--theme-color-light);
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .food-section .image-column .inner-column .play-now-two {
    width: 100px;
    height: 100px;
    top: 40px;
    right: 40px;
    line-height: 100px;
  }
}
.food-section .image-column .inner-column .quote-box {
  position: absolute;
  bottom: -15px;
  right: -60px;
  max-width: 460px;
  background-color: var(--theme-color1);
  padding: 37px 40px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
  .food-section .image-column .inner-column .quote-box {
    display: none;
  }
}
.food-section .image-column .inner-column .quote-box .icon-box {
  line-height: 83px;
}
.food-section .image-column .inner-column .quote-box .icon-box i {
  color: #000;
  font-size: 72px;
  position: relative;
  top: 15px;
}
.food-section .image-column .inner-column .quote-box .text {
  max-width: calc(100% - 100px);
  padding-left: 33px;
  font-size: 24px;
  color: var(--theme-color-light);
  line-height: 36px;
  font-family: var(--text-font2);
}
.food-section .content-column .inner-column {
  margin-top: 58px;
  margin-left: 116px;
}
@media (max-width: 1199.98px) {
  .food-section .content-column .inner-column {
    margin-top: 19px;
  }
}
@media (max-width: 1199.98px) {
  .food-section .content-column .inner-column {
    margin-left: 0;
  }
}
.food-section .content-column .inner-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .sec-title h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.food-section .content-column .inner-column .sec-title .text {
  margin-top: 46px;
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  .food-section .content-column .inner-column .sec-title .text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .sec-title .text {
    font-size: 17px;
    margin-top: 29px;
  }
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .food-list.two {
    display: none;
  }
}
.food-section .content-column .inner-column .healthy-food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.food-section .content-column .inner-column .healthy-food .food-list {
  margin-right: 100px;
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .healthy-food .food-list {
    margin-right: 0;
  }
}
.food-section
  .content-column
  .inner-column
  .healthy-food
  .food-list:last-child {
  margin-right: 0;
}
.food-section .content-column .inner-column .healthy-food .food-list ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.food-section
  .content-column
  .inner-column
  .healthy-food
  .food-list
  ul
  li:last-child {
  margin-bottom: 0;
}
.food-section .content-column .inner-column .healthy-food .food-list ul li i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}
.food-section .content-column .inner-column .image-box {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.food-section .content-column .inner-column .image-box .image {
  margin-right: 30px;
}
.food-section .content-column .inner-column .image-box .image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .food-section .image-column {
    display: none;
  }
}
/*** 

  ====================================================================
    BOOKING SECTION
  ====================================================================

  ***/
.booking-section {
  position: relative;
  padding: 110px 0 107px;
  margin-top: 87px;
}
.booking-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background-image: url(../images/background/bg-booking.jpg);
  background-repeat: no-repeat;
}

.booking-content-column .inner-column {
  padding-left: 100px;
  position: relative;
}
.booking-content-column .inner-column .sec-title {
  margin-bottom: 54px;
}
.booking-content-column .inner-column p {
  color: #adadad;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 29px;
}
.booking-content-column .inner-column p:last-child {
  margin-bottom: 0;
}
.booking-content-column .inner-column .contact-info {
  margin-top: 45px;
}
.booking-content-column .inner-column .contact-info span,
.booking-content-column .inner-column .contact-info .title {
  color: #fff;
}

.booking-form-column .inner-column {
  padding: 60px 70px 70px;
  position: relative;
  z-index: 9;
  margin-top: -220px;
  padding: relative;
}
.booking-form-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f8f5f0;
  z-index: 9;
  height: 100%;
}
.booking-form-column .inner-column:after {
  content: "";
  position: absolute;
  top: 87px;
  left: -80px;
  width: 424px;
  height: 688px;
  background-image: url(../images/bk-shape.png);
  background-repeat: no-repeat;
}
.booking-form-column .inner-column .sec-title {
  margin-bottom: 54px;
  position: relative;
  z-index: 9;
}
.booking-form-column .inner-column .sec-title:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 95px;
  height: 13px;
  background: var(--theme-color1);
}
.booking-form-column .inner-column .sec-title .sub-title:before {
  display: none;
}
.booking-form-column .inner-column .bk-form {
  position: relative;
  z-index: 9;
}
.booking-form-column .inner-column .bk-form .frm-field {
  position: relative;
  margin-bottom: 15px;
}
.booking-form-column .inner-column .bk-form .frm-field:last-child {
  margin-bottom: 0;
}
.booking-form-column .inner-column .bk-form .frm-field input,
.booking-form-column .inner-column .bk-form .frm-field select {
  width: 100%;
  height: 70px;
  color: #222222;
  font-size: 15px;
  padding: 0 30px;
  border: 1px solid #adadad;
  background: #fff;
}
.booking-form-column .inner-column .bk-form .frm-field img,
.booking-form-column .inner-column .bk-form .frm-field i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  pointer-events: none;
}
.booking-form-column .inner-column .bk-form .frm-field img {
  right: 26px;
}
.booking-form-column .inner-column .bk-form .form-submit {
  margin-top: 23px;
}
.booking-form-column .inner-column .bk-form .form-submit button {
  background-color: #222222;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--text-font2);
  letter-spacing: 2px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: 0;
  position: relative;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.booking-form-column .inner-column .bk-form .form-submit button:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: -1;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.booking-form-column .inner-column .bk-form .form-submit button:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.booking-form-column.bg-dark-style .inner-column {
  margin-top: 12px;
  padding: 0 40px 40px;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .booking-form-column.bg-dark-style .inner-column {
    margin-left: 0;
  }
}
.booking-form-column.bg-dark-style .inner-column:before {
  background-color: #0d0c0c;
  z-index: 0;
}
.booking-form-column.bg-dark-style .inner-column:after {
  display: none;
}
.booking-form-column.bg-dark-style .inner-column .sec-title {
  text-align: center;
  padding-top: 36px;
  margin-bottom: 21px;
}
.booking-form-column.bg-dark-style .inner-column .sec-title:before {
  height: 5px;
  width: calc(100% + 80px);
  left: -40px;
  top: 0;
}
.booking-form-column.bg-dark-style .inner-column .sec-title.light h3 {
  color: var(--theme-color-white);
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field {
  margin-bottom: 20px;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select {
  color: #6a6f78;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  background: #171717;
  height: 60px;
}
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  input::-webkit-input-placeholder,
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  select::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  input::-moz-placeholder,
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  select::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  input:-ms-input-placeholder,
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  select:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  input::-ms-input-placeholder,
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  select::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  input::placeholder,
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .frm-field
  select::placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .form-submit button {
  background-color: var(--theme-color1);
  font-family: var(--text-font);
  font-weight: 600;
}
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .form-submit
  button:before {
  background-color: var(--theme-color-white);
}
.booking-form-column.bg-dark-style
  .inner-column
  .bk-form
  .form-submit
  button:hover {
  color: var(--theme-color1);
}
.booking-form-column.bg-light-style .inner-column {
  margin-top: 12px;
  padding: 0 40px 40px;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .booking-form-column.bg-light-style .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .booking-form-column.bg-light-style .inner-column {
    padding: 0 20px 40px;
  }
}
.booking-form-column.bg-light-style .inner-column:before {
  background-color: #f8f5f0;
  z-index: 0;
}
.booking-form-column.bg-light-style .inner-column:after {
  display: none;
}
.booking-form-column.bg-light-style .inner-column .sec-title {
  text-align: center;
  padding-top: 36px;
  margin-bottom: 21px;
}
.booking-form-column.bg-light-style .inner-column .sec-title:before {
  height: 5px;
  width: calc(100% + 80px);
  left: -40px;
  top: 0;
}
@media (max-width: 575.98px) {
  .booking-form-column.bg-light-style .inner-column .sec-title:before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.booking-form-column.bg-light-style .inner-column .sec-title.light h3 {
  color: var(--theme-color-white);
}
.booking-form-column.bg-light-style .inner-column .bk-form .frm-field {
  margin-bottom: 20px;
}
.booking-form-column.bg-light-style .inner-column .bk-form .frm-field input,
.booking-form-column.bg-light-style .inner-column .bk-form .frm-field select {
  color: #6a6f78;
  border: 1px solid rgba(173, 173, 173, 0.5);
  background-color: var(--theme-color-white);
  height: 60px;
}
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  input::-webkit-input-placeholder,
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  select::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  input::-moz-placeholder,
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  select::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  input:-ms-input-placeholder,
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  select:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  input::-ms-input-placeholder,
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  select::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  input::placeholder,
.booking-form-column.bg-light-style
  .inner-column
  .bk-form
  .frm-field
  select::placeholder {
  color: #686a6f;
  opacity: 1;
}
.booking-form-column.bg-light-style .inner-column .bk-form .form-submit button {
  font-family: var(--text-font);
  font-weight: 600;
}

.bk-form select::-ms-expand {
  display: none;
}

.bk-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

@media only screen and (max-width: 1366px) {
  .booking-form-column .inner-column::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .booking-form-column .inner-column {
    margin-top: 0;
  }
  .booking-section {
    background: url(../images/background/bg-booking.jpg);
    margin-top: 0;
  }
  .booking-section:before {
    display: none;
  }
  .booking-content-column .inner-column {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .booking-form-column .inner-column {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .booking-form-column .inner-column {
    padding: 60px 30px 70px;
  }
}
/*** 

  ====================================================================
    CONTACT SECTION
  ====================================================================

  ***/
.contact-section {
  position: relative;
  z-index: 2;
}
.contact-section.style-countryside2 {
  margin: 0 30px;
  background: #d9d0bd;
  border-radius: 30px;
  overflow: hidden;
}
.contact-section.style-countryside2 .image-column .inner-column {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-section.style-countryside2 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.contact-section.style-countryside2 .bg-image:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, rgba(7, 16, 11, 0.3019607843)),
    to(#07100b)
  );
  background-image: linear-gradient(
    180deg,
    rgba(7, 16, 11, 0.3019607843) 30%,
    #07100b 100%
  );
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact-section.style-countryside2 .form-column .inner-column {
  padding: 120px 70px 121px 92px;
}
@media (max-width: 991.98px) {
  .contact-section.style-countryside2 .form-column .inner-column {
    padding: 120px 30px;
  }
}
.contact-section.style-countryside2 .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 845px;
  padding: 0;
}
.contact-section.style-countryside2
  .form-column
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section.style-countryside2
  .form-column
  .contact-form
  input:not([type="submit"]),
.contact-section.style-countryside2 .form-column .contact-form textarea,
.contact-section.style-countryside2 .form-column .contact-form select {
  height: 55px;
  background-color: var(--theme-color-white);
  border: none;
}
.contact-section.style-countryside2 .form-column .contact-form .theme-btn {
  padding: 17px 52px 15px;
  width: 100%;
}
.contact-section.style-countryside2 .testimonials {
  position: relative;
}
.contact-section.style-countryside2 .testimonials .testimonial-thumbs {
  width: 270px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.contact-section.style-countryside2
  .testimonials
  .testimonial-thumbs
  .swiper-slide {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section.style-countryside2
  .testimonials
  .testimonial-thumbs
  .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.contact-section.style-countryside2
  .testimonials
  .testimonial-thumbs
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-section.style-countryside2 .testimonial-block-two .inner-box .text {
  color: var(--theme-color-light);
  margin: 160px auto 20px;
}
.contact-section.style-countryside2
  .testimonial-block-two
  .inner-box
  .info-box
  .name {
  color: var(--theme-color-light);
}
.contact-section.style-countryside2
  .testimonial-block-two
  .inner-box
  .info-box
  .designation {
  color: var(--theme-color-light);
}
.contact-section.style-two {
  background-color: #f7f3ee;
  padding: 145px 0;
}
.contact-section.style-two .bg-image {
  top: 145px;
  height: calc(100% - 290px);
}
.contact-section.style-three .bg-image {
  width: 100%;
  z-index: -1;
}
.contact-section.style-three .bg-image:before {
  background-color: #f8f5f0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% + 145px);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .contact-section.style-three .bg-image:before {
    width: 100%;
  }
}
.contact-section.style-three .outer-box {
  position: relative;
  left: calc(50% - 145px);
  width: calc(50% + 145px);
}
@media (max-width: 575.98px) {
  .contact-section.style-three .outer-box {
    left: 0;
    width: 100%;
  }
}
.contact-section.style-three .form-column .inner-column {
  padding: 120px 70px 121px 92px;
}
@media (max-width: 991.98px) {
  .contact-section.style-three .form-column .inner-column {
    padding: 120px 30px;
  }
}
.contact-section.style-three .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 845px;
  padding: 0;
}
.contact-section.style-three
  .form-column
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section.style-three
  .form-column
  .contact-form
  input:not([type="submit"]),
.contact-section.style-three .form-column .contact-form textarea,
.contact-section.style-three .form-column .contact-form select {
  height: 55px;
  background-color: var(--theme-color-white);
  border: none;
}
.contact-section.style-three .form-column .contact-form .theme-btn {
  padding: 17px 52px 15px;
  width: auto;
}
.contact-section.style-four {
  background-color: #111;
  border-radius: 30px;
  margin: 0 45px;
  overflow: hidden;
  padding: 246px 0 120px;
}
@media (max-width: 1399.98px) {
  .contact-section.style-four {
    margin: 0;
    padding: 246px 30px 120px;
  }
}
@media (max-width: 575.98px) {
  .contact-section.style-four {
    padding: 246px 0 120px;
  }
}
.contact-section.style-four .bg-image {
  width: 100%;
  max-height: 420px;
}
.contact-section.style-four .bg-image:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.contact-section.style-four .outer-box {
  max-width: 1580px;
  padding: 0 15px;
  margin: 0 auto;
}
.contact-section.style-four .content-column {
  padding-top: 270px;
}
@media (max-width: 1399.98px) {
  .contact-section.style-four .content-column .inner-column {
    padding-bottom: 50px;
  }
}
.contact-section.style-four .content-column .inner-column .title {
  color: var(--theme-color-white);
  font-size: 28px;
  margin-bottom: 8px;
}
.contact-section.style-four .content-column .inner-column .list-style-two li {
  color: #d9d9d9;
}
.contact-section.style-four .content-column .inner-column .contact-block-box {
  padding-top: 7px;
  margin-top: 38px;
  position: relative;
}
.contact-section.style-four
  .content-column
  .inner-column
  .contact-block-box:before {
  background-color: rgba(222, 222, 222, 0.18);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: calc(100% - 95px);
}
.contact-section.style-four .form-column .inner-column {
  padding: 0 0 86px 82px;
}
@media (max-width: 1199.98px) {
  .contact-section.style-four .form-column .inner-column {
    padding: 0 0 86px 0;
  }
}
.contact-section.style-four .form-column .inner-column .contact-form {
  background-color: rgba(248, 245, 240, 0.9);
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1399.98px) {
  .contact-section.style-four .form-column .inner-column .contact-form {
    padding: 90px 40px 80px;
  }
}
@media (max-width: 575.98px) {
  .contact-section.style-four .form-column .inner-column .contact-form {
    padding: 90px 15px 80px;
  }
}
.contact-section.style-four .form-column .inner-column .contact-form input,
.contact-section.style-four .form-column .inner-column .contact-form textarea,
.contact-section.style-four
  .form-column
  .inner-column
  .contact-form
  .theme-btn {
  border-radius: 10px;
}
.contact-section.style-five .inner-container {
  margin: 0 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-section.style-five .inner-container {
    margin: 0 15px;
  }
}
.contact-section.style-five .bg-image {
  width: 100%;
  z-index: -1;
}
.contact-section.style-five .bg-image:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color-black);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.contact-section.style-five .outer-box {
  position: relative;
  left: 0;
}
.contact-section.style-five .form-column .inner-column {
  background-color: var(--theme-color-black);
  padding: 120px 60px 121px 60px;
}
@media (max-width: 991.98px) {
  .contact-section.style-five .form-column .inner-column {
    padding: 120px 30px;
  }
}
.contact-section.style-five .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 845px;
  padding: 0;
}
.contact-section.style-five
  .form-column
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section.style-five
  .form-column
  .contact-form
  input:not([type="submit"]),
.contact-section.style-five .form-column .contact-form textarea,
.contact-section.style-five .form-column .contact-form select {
  color: var(--theme-color-light);
  height: 55px;
  background-color: var(--theme-color-dark2);
  border-color: transparent;
  border-radius: 10px;
}
.contact-section.style-five .form-column .contact-form .theme-btn {
  padding: 17px 52px 15px;
  width: auto;
  border-radius: 10px;
}
.contact-section.style-five .form-column .contact-form textarea {
  height: 218px;
}
@media (max-width: 991.98px) {
  .contact-section.style-five .faqs-column .inner-column {
    padding: 80px 20px;
  }
}
.contact-section.style-six .inner-container {
  margin: 0 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-section.style-six .inner-container {
    margin: 0 15px;
  }
}
.contact-section.style-six .bg-image {
  width: 100%;
  z-index: -1;
}
.contact-section.style-six .bg-image:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color-black);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.contact-section.style-six .outer-box {
  position: relative;
  left: 0;
}
.contact-section.style-six .form-column .inner-column {
  background-color: #f8f5f0;
  padding: 120px 60px 121px 60px;
}
@media (max-width: 991.98px) {
  .contact-section.style-six .form-column .inner-column {
    padding: 60px 20px;
  }
}
.contact-section.style-six .form-column .inner-column .form-group {
  margin-bottom: 20px;
}
.contact-section.style-six .form-column .sec-title .sub-title {
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--text-color);
}
.contact-section.style-six .form-column .sec-title .sub-title:before,
.contact-section.style-six .form-column .sec-title .sub-title:after {
  display: none;
}
.contact-section.style-six .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 845px;
  padding: 0;
}
.contact-section.style-six
  .form-column
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section.style-six
  .form-column
  .contact-form
  input:not([type="submit"]),
.contact-section.style-six .form-column .contact-form textarea,
.contact-section.style-six .form-column .contact-form select {
  color: var(--title-font);
  height: 55px;
  background-color: transparent;
  border-color: rgba(170, 132, 83, 0.3);
  border-radius: 0;
}
.contact-section.style-six .form-column .contact-form .theme-btn {
  padding: 12px 52px 13px;
  width: 100%;
  border-radius: 0;
}
.contact-section.style-six .form-column .contact-form textarea {
  height: 218px;
}
.contact-section.style-six .form-column .contact-form .form-label {
  font-family: var(--title-font);
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact-section.style-six .sec-title-column .inner-column {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .contact-section.style-six .sec-title-column .inner-column {
    padding: 50px 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section.style-six .sec-title-column .sec-title h2 br {
    display: none;
  }
}
.contact-section.style-six .sec-title-column .sub-title:before,
.contact-section.style-six .sec-title-column .sub-title:after {
  display: none;
}
.contact-section.style-six .sec-title-column .text {
  margin-right: 60px;
}
@media (max-width: 991.98px) {
  .contact-section.style-six .sec-title-column .text {
    margin-right: 0;
  }
}
.contact-section.style-six .sec-title-column .theme-btn:last-child {
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .contact-section.style-six .sec-title-column .theme-btn:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
.contact-section.style-winter .sub-title:before,
.contact-section.style-winter .sub-title:after {
  display: none;
}
.contact-section.style-winter .contact-block .content-box .icon-img {
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(81%)
    saturate(519%) hue-rotate(167deg) brightness(103%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(519%)
    hue-rotate(167deg) brightness(103%) contrast(85%);
}
.contact-section.style-winter .contact-block .inner-box:before {
  border-color: rgba(var(--theme-color7-rgb), 0.4);
}
.contact-section.style-modern {
  padding: 120px 0;
}
.contact-section.style-modern .auto-container {
  max-width: 1600px;
}
.contact-section.style-modern .form-column .inner-column {
  padding: 0;
}
.contact-section.style-modern .title-column .inner-column {
  margin-left: 50px;
}
.contact-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% + 253px);
  z-index: -2;
}
.contact-section .bg-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact-section .icon-contact-shape1 {
  position: absolute;
  width: 687px;
  height: 895px;
  right: 0;
  top: 45px;
  opacity: 0.5;
  pointer-events: none;
}
.contact-section .icon-contact-shape2 {
  position: absolute;
  width: 496px;
  height: 424px;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
}
.contact-section .form-column {
  position: relative;
}
.contact-section .form-column .sec-title {
  margin-bottom: 33px;
}
.contact-section .form-column .contact-form {
  padding: 90px 80px 80px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(var(--theme-color-black-rgb), 0.05);
  box-shadow: 0px 4px 30px 0px rgba(var(--theme-color-black-rgb), 0.05);
}
@media (max-width: 1199.98px) {
  .contact-section .form-column .contact-form {
    padding: 50px 60px 40px;
  }
}
@media (max-width: 575.98px) {
  .contact-section .form-column .contact-form {
    padding: 30px 30px 40px;
  }
}
.contact-section .form-column .contact-form .icon-anchor-1 {
  position: absolute;
  right: 30px;
  top: 27px;
  z-index: -1;
}
.contact-section .form-column .inner-column {
  padding: 122px 0 119px;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-section .form-column .inner-column {
    padding: 60px 0;
  }
}
.contact-section .form-column .contact-block {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media (max-width: 991.98px) {
  .contact-section .form-column .contact-block {
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 40px;
  }
}
.contact-section .form-column .contact-block .inner-box {
  position: relative;
}
.contact-section .faqs-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.contact-section .faqs-column .inner-column .sec-title .sub-title {
  font-size: 18px;
  letter-spacing: 3px;
  top: 0;
}
.contact-section .faqs-column .inner-column .sec-title .sub-title:before,
.contact-section .faqs-column .inner-column .sec-title .sub-title:after {
  display: none;
}
.contact-section .faqs-column .accordion-box .block {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-color-light);
}
.contact-section .faqs-column .accordion-box .block .acc-btn.active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.contact-section
  .faqs-column
  .accordion-box
  .block
  .acc-content
  .content
  .text {
  color: var(--theme-color-light);
}
.contact-section .faqs-column .accordion-box .block .acc-btn {
  color: var(--theme-color-light);
  padding-left: 0;
  padding-right: 0;
  border-color: rgba(255, 255, 255, 0.3098039216);
}
.contact-section .faqs-column .accordion-box .block .acc-btn .icon {
  color: var(--theme-color-light);
}
.contact-section .faqs-column .accordion-box .block .acc-content .content {
  padding: 0;
}

.contact-block {
  position: relative;
}
.contact-block .inner-box {
  background-color: rgba(19, 19, 19, 0.9);
  z-index: 1;
}
.contact-block .inner-box:before {
  border: 1px solid rgba(var(--theme-color1-rgb), 0.4);
  content: "";
  height: calc(100% - 24px);
  left: 20px;
  top: 12px;
  position: absolute;
  width: calc(100% - 40px);
  z-index: -1;
}
.contact-block .inner-box .icon-contact1 {
  position: absolute;
  right: 25px;
  top: 20px;
  margin: 0;
  opacity: 0.05;
}
.contact-block .inner-box:hover .content-box .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact-block .content-box {
  padding: 70px 141px 66px 72px;
}
@media (max-width: 1199.98px) {
  .contact-block .content-box {
    padding: 60px 70px 56px 71px;
  }
}
.contact-block .content-box .icon {
  color: var(--theme-color5);
  display: inline-block;
  font-size: 48px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-block .content-box .icon-img {
  margin-bottom: 20px;
}
.contact-block .content-box .text {
  color: var(--theme-color-white);
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-block .content-box .text-two {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 30px;
}
.contact-block .content-box .text-two:hover {
  color: var(--theme-color2);
}

.contact-block-two {
  position: relative;
}
.contact-block-two .inner-box:hover .content-box .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact-block-two .content-box {
  padding: 30px 0;
}
.contact-block-two .content-box .icon-box {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: #c6c6c6;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-block-two .content-box .icon-title {
  color: var(--theme-color-white);
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-block-two .content-box .text {
  color: var(--theme-color-white);
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
.contact-block-two .content-box .text-two {
  color: #b3c0ce;
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-form {
  position: relative;
  background-color: var(--theme-color-white);
  padding: 56px 40px 100px;
}
@media (max-width: 575.98px) {
  .contact-form {
    padding: 30px 20px;
  }
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type="submit"]),
.contact-form textarea,
.contact-form select {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  padding: 10px 20px;
  font-size: var(--body-font-size);
  color: var(--theme-color-dark);
  line-height: 32px;
  font-weight: 400;
  font-size: 15px;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form textarea {
  height: auto;
  min-height: 119px;
  padding-top: 20px;
}
.contact-form ::-webkit-input-placeholder {
  color: #a6acac;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color-dark);
}
.contact-form .theme-btn {
  font-family: var(--text-font);
  color: var(--theme-color-white);
  width: 100%;
}
.contact-form .theme-btn:hover {
  color: var(--theme-color-white);
}

/*** 

  ====================================================================
    CONTACT SECTION
  ====================================================================

  ***/
.contact-winter-three {
  position: relative;
}
.contact-winter-three .form-column {
  position: relative;
}
.contact-winter-three .form-column .contact-form {
  background-color: #f8f5f1;
  padding: 90px 80px 80px;
}
@media (max-width: 1199.98px) {
  .contact-winter-three .form-column .contact-form {
    padding: 50px 60px 40px;
  }
}
@media (max-width: 575.98px) {
  .contact-winter-three .form-column .contact-form {
    padding: 30px 30px 40px;
  }
}
.contact-winter-three .form-column .contact-form input:not([type="submit"]) {
  background-color: var(--theme-color-light);
}
.contact-winter-three .form-column .contact-form input:focus {
  border-color: var(--theme-color7);
}
.contact-winter-three .form-column .contact-form textarea {
  background-color: var(--theme-color-light);
  height: 156px;
}
.contact-winter-three .form-column .contact-form textarea:focus {
  border-color: var(--theme-color7);
}
.contact-winter-three .form-column .contact-form .theme-btn {
  width: auto;
}
.contact-winter-three .contact-block-winter .inner-box {
  position: relative;
  background-color: var(--theme-color7);
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-winter-three .contact-block-winter .inner-box .title {
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.contact-winter-three .contact-block-winter .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
}
.contact-winter-three .contact-block-winter .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    CONTACT SECTION
  ====================================================================

  ***/
.contact-city {
  position: relative;
}
.contact-city .form-column {
  position: relative;
}
.contact-city .form-column .contact-form {
  background-color: #f8f5f1;
  padding: 90px 80px 80px;
}
.contact-city .form-column .contact-form:before {
  background-image: url(../images/icons/shape-49.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .contact-city .form-column .contact-form {
    padding: 50px 60px 40px;
  }
}
@media (max-width: 575.98px) {
  .contact-city .form-column .contact-form {
    padding: 30px 30px 40px;
  }
}
.contact-city .form-column .contact-form input:not([type="submit"]) {
  background-color: var(--theme-color-light);
}
.contact-city .form-column .contact-form input:focus {
  border-color: var(--theme-color1);
}
.contact-city .form-column .contact-form textarea {
  background-color: var(--theme-color-light);
  height: 156px;
}
.contact-city .form-column .contact-form textarea:focus {
  border-color: var(--theme-color1);
}
.contact-city .form-column .contact-form .theme-btn {
  width: auto;
}
.contact-city .contact-block-winter .inner-box {
  position: relative;
  background-color: var(--theme-color1);
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.contact-city .contact-block-winter .inner-box:before {
  background-image: url(../images/icons/shape-48.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-city .contact-block-winter .inner-box .title {
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.contact-city .contact-block-winter .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
}
.contact-city .contact-block-winter .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
    CONTACT SECTION
  ====================================================================

  ***/
.contact-section-luxury2 {
  position: relative;
  z-index: 2;
  background-color: #f7f3ee;
  padding: 0;
}
.contact-section-luxury2.style-cultural:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 59px;
  background-image: url(../images/icons/bg-shape8.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.contact-section-luxury2 .form-column {
  position: relative;
}
.contact-section-luxury2 .form-column .inner-column {
  padding: 0 0 63px;
  position: relative;
}
.contact-section-luxury2 .form-column .inner-column .contact-form {
  padding: 90px 80px 80px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(var(--theme-color-black-rgb), 0.05);
  box-shadow: 0px 4px 30px 0px rgba(var(--theme-color-black-rgb), 0.05);
  bottom: -125px;
}
.contact-section-luxury2 .bg.bg-image {
  width: 100%;
}
.contact-section-luxury2 .outer-box .content-box a {
  margin-left: 22px;
  color: #ffffff !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
}
.contact-section-luxury2 .outer-box .content-box .title {
  color: #fff;
  margin-left: 12px;
  margin-bottom: 43px;
  margin-top: 330px;
}
.contact-section-luxury2 .bg-image {
  top: 145px;
  height: calc(100% - 290px);
}
.contact-section-luxury2.style-three .bg-image {
  width: 100%;
  z-index: -1;
}
.contact-section-luxury2.style-three .bg-image:before {
  background-color: #f8f5f0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% + 145px);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .contact-section-luxury2.style-three .bg-image:before {
    width: 100%;
  }
}
.contact-section-luxury2.style-three .outer-box {
  position: relative;
  left: calc(50% - 145px);
  width: calc(50% + 145px);
}
@media (max-width: 575.98px) {
  .contact-section-luxury2.style-three .outer-box {
    left: 0;
    width: 100%;
  }
}
.contact-section-luxury2.style-three .form-column .inner-column {
  padding: 120px 70px 121px 92px;
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-three .form-column .inner-column {
    padding: 120px 30px;
  }
}
.contact-section-luxury2.style-three .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 845px;
  padding: 0;
}
.contact-section-luxury2.style-three
  .form-column
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section-luxury2.style-three
  .form-column
  .contact-form
  input:not([type="submit"]),
.contact-section-luxury2.style-three .form-column .contact-form textarea,
.contact-section-luxury2.style-three .form-column .contact-form select {
  height: 55px;
  background-color: var(--theme-color-white);
  border: none;
}
.contact-section-luxury2.style-three .form-column .contact-form .theme-btn {
  padding: 17px 52px 15px;
  width: auto;
}
.contact-section-luxury2.style-four {
  background-color: #111;
  border-radius: 30px;
  margin: 0 45px;
  overflow: hidden;
  padding: 246px 0 120px;
}
@media (max-width: 1399.98px) {
  .contact-section-luxury2.style-four {
    margin: 0;
    padding: 246px 30px 120px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-luxury2.style-four {
    padding: 246px 0 120px;
  }
}
.contact-section-luxury2.style-four .bg-image {
  width: 100%;
  max-height: 420px;
}
.contact-section-luxury2.style-four .bg-image:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.contact-section-luxury2.style-four .outer-box {
  max-width: 1580px;
  padding: 0 15px;
  margin: 0 auto;
}
.contact-section-luxury2.style-four .content-column {
  padding-top: 270px;
}
@media (max-width: 1399.98px) {
  .contact-section-luxury2.style-four .content-column .inner-column {
    padding-bottom: 50px;
  }
}
.contact-section-luxury2.style-four .content-column .inner-column .title {
  color: var(--theme-color-white);
  font-size: 28px;
  margin-bottom: 8px;
}
.contact-section-luxury2.style-four
  .content-column
  .inner-column
  .list-style-two
  li {
  color: #d9d9d9;
}
.contact-section-luxury2.style-four
  .content-column
  .inner-column
  .contact-block-box {
  padding-top: 7px;
  margin-top: 38px;
  position: relative;
}
.contact-section-luxury2.style-four
  .content-column
  .inner-column
  .contact-block-box:before {
  background-color: rgba(222, 222, 222, 0.18);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: calc(100% - 95px);
}
.contact-section-luxury2.style-four .form-column .inner-column {
  padding: 0 0 86px 82px;
}
@media (max-width: 1199.98px) {
  .contact-section-luxury2.style-four .form-column .inner-column {
    padding: 0 0 86px 0;
  }
}
.contact-section-luxury2.style-four .form-column .inner-column .contact-form {
  background-color: rgba(248, 245, 240, 0.9);
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1399.98px) {
  .contact-section-luxury2.style-four .form-column .inner-column .contact-form {
    padding: 90px 40px 80px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-luxury2.style-four .form-column .inner-column .contact-form {
    padding: 90px 15px 80px;
  }
}
.contact-section-luxury2.style-four
  .form-column
  .inner-column
  .contact-form
  input,
.contact-section-luxury2.style-four
  .form-column
  .inner-column
  .contact-form
  textarea,
.contact-section-luxury2.style-four
  .form-column
  .inner-column
  .contact-form
  .theme-btn {
  border-radius: 10px;
}
.contact-section-luxury2.style-five .inner-container {
  margin: 0 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-five .inner-container {
    margin: 0 15px;
  }
}
.contact-section-luxury2.style-five .bg-image {
  width: 100%;
  z-index: -1;
}
.contact-section-luxury2.style-five .bg-image:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color-black);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.contact-section-luxury2.style-five .outer-box {
  position: relative;
  left: 0;
}
.contact-section-luxury2.style-five .form-column .inner-column {
  background-color: var(--theme-color-black);
  padding: 120px 60px 121px 60px;
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-five .form-column .inner-column {
    padding: 120px 30px;
  }
}
.contact-section-luxury2.style-five .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 845px;
  padding: 0;
}
.contact-section-luxury2.style-five
  .form-column
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section-luxury2.style-five
  .form-column
  .contact-form
  input:not([type="submit"]),
.contact-section-luxury2.style-five .form-column .contact-form textarea,
.contact-section-luxury2.style-five .form-column .contact-form select {
  color: var(--theme-color-light);
  height: 55px;
  background-color: var(--theme-color-dark2);
  border-color: transparent;
  border-radius: 10px;
}
.contact-section-luxury2.style-five .form-column .contact-form .theme-btn {
  padding: 17px 52px 15px;
  width: auto;
  border-radius: 10px;
}
.contact-section-luxury2.style-five .form-column .contact-form textarea {
  height: 218px;
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-five .faqs-column .inner-column {
    padding: 80px 20px;
  }
}
.contact-section-luxury2.style-six .inner-container {
  margin: 0 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-six .inner-container {
    margin: 0 15px;
  }
}
.contact-section-luxury2.style-six .bg-image {
  width: 100%;
  z-index: -1;
}
.contact-section-luxury2.style-six .bg-image:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color-black);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.contact-section-luxury2.style-six .outer-box {
  position: relative;
  left: 0;
}
.contact-section-luxury2.style-six .form-column .inner-column {
  background-color: #f8f5f0;
  padding: 120px 60px 121px 60px;
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-six .form-column .inner-column {
    padding: 60px 20px;
  }
}
.contact-section-luxury2.style-six .form-column .inner-column .form-group {
  margin-bottom: 20px;
}
.contact-section-luxury2.style-six .form-column .sec-title .sub-title {
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--text-color);
}
.contact-section-luxury2.style-six .form-column .sec-title .sub-title:before,
.contact-section-luxury2.style-six .form-column .sec-title .sub-title:after {
  display: none;
}
.contact-section-luxury2.style-six .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 845px;
  padding: 0;
}
.contact-section-luxury2.style-six
  .form-column
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section-luxury2.style-six
  .form-column
  .contact-form
  input:not([type="submit"]),
.contact-section-luxury2.style-six .form-column .contact-form textarea,
.contact-section-luxury2.style-six .form-column .contact-form select {
  color: var(--title-font);
  height: 55px;
  background-color: transparent;
  border-color: rgba(170, 132, 83, 0.3);
  border-radius: 0;
}
.contact-section-luxury2.style-six .form-column .contact-form .theme-btn {
  padding: 12px 52px 13px;
  width: 100%;
  border-radius: 0;
}
.contact-section-luxury2.style-six .form-column .contact-form textarea {
  height: 218px;
}
.contact-section-luxury2.style-six .form-column .contact-form .form-label {
  font-family: var(--title-font);
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact-section-luxury2.style-six .sec-title-column .inner-column {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-six .sec-title-column .inner-column {
    padding: 50px 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-luxury2.style-six .sec-title-column .sec-title h2 br {
    display: none;
  }
}
.contact-section-luxury2.style-six .sec-title-column .sub-title:before,
.contact-section-luxury2.style-six .sec-title-column .sub-title:after {
  display: none;
}
.contact-section-luxury2.style-six .sec-title-column .text {
  margin-right: 60px;
}
@media (max-width: 991.98px) {
  .contact-section-luxury2.style-six .sec-title-column .text {
    margin-right: 0;
  }
}
.contact-section-luxury2.style-six .sec-title-column .theme-btn:last-child {
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .contact-section-luxury2.style-six .sec-title-column .theme-btn:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
.contact-section-luxury2.style-winter .sub-title:before,
.contact-section-luxury2.style-winter .sub-title:after {
  display: none;
}
.contact-section-luxury2.style-winter .contact-block .content-box .icon-img {
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(81%)
    saturate(519%) hue-rotate(167deg) brightness(103%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(519%)
    hue-rotate(167deg) brightness(103%) contrast(85%);
}
.contact-section-luxury2.style-winter .contact-block .inner-box:before {
  border-color: rgba(var(--theme-color7-rgb), 0.4);
}
.contact-section-luxury2 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% + 253px);
  z-index: -2;
}
.contact-section-luxury2 .bg-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact-section-luxury2 .icon-contact-shape1 {
  position: absolute;
  width: 687px;
  height: 895px;
  right: 0;
  top: 45px;
  opacity: 0.5;
  pointer-events: none;
}
.contact-section-luxury2 .icon-contact-shape2 {
  position: absolute;
  width: 496px;
  height: 424px;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
}

.contact-section-luxury2 .form-column .sec-title {
  margin-bottom: 33px;
}
.contact-section-luxury2 .form-column .contact-form {
  padding: 90px 80px 80px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(var(--theme-color-black-rgb), 0.05);
  box-shadow: 0px 4px 30px 0px rgba(var(--theme-color-black-rgb), 0.05);
}
@media (max-width: 1199.98px) {
  .contact-section-luxury2 .form-column .contact-form {
    padding: 50px 60px 40px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-luxury2 .form-column .contact-form {
    padding: 30px 30px 40px;
  }
}
.contact-section-luxury2 .form-column .contact-form .icon-anchor-1 {
  position: absolute;
  right: 30px;
  top: 27px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .contact-section-luxury2 .form-column .inner-column {
    padding: 60px 0;
  }
}
.contact-section-luxury2 .form-column .contact-block {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media (max-width: 991.98px) {
  .contact-section-luxury2 .form-column .contact-block {
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 40px;
  }
}
.contact-section-luxury2 .form-column .contact-block .inner-box {
  position: relative;
}
.contact-section-luxury2 .faqs-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.contact-section-luxury2 .faqs-column .inner-column .sec-title .sub-title {
  font-size: 18px;
  letter-spacing: 3px;
  top: 0;
}
.contact-section-luxury2
  .faqs-column
  .inner-column
  .sec-title
  .sub-title:before,
.contact-section-luxury2
  .faqs-column
  .inner-column
  .sec-title
  .sub-title:after {
  display: none;
}
.contact-section-luxury2 .faqs-column .accordion-box .block {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-color-light);
}
.contact-section-luxury2 .faqs-column .accordion-box .block .acc-btn.active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.contact-section-luxury2
  .faqs-column
  .accordion-box
  .block
  .acc-content
  .content
  .text {
  color: var(--theme-color-light);
}
.contact-section-luxury2 .faqs-column .accordion-box .block .acc-btn {
  color: var(--theme-color-light);
  padding-left: 0;
  padding-right: 0;
  border-color: rgba(255, 255, 255, 0.3098039216);
}
.contact-section-luxury2 .faqs-column .accordion-box .block .acc-btn .icon {
  color: var(--theme-color-light);
}
.contact-section-luxury2
  .faqs-column
  .accordion-box
  .block
  .acc-content
  .content {
  padding: 0;
}

/*** 

  ====================================================================
  contact-section breakfast 
  ====================================================================

  ***/
.contact-section.breakfast {
  background-color: #eef0ee;
}
.contact-section.breakfast .outer-box {
  margin: 0 154px;
}
.contact-section.breakfast .outer-box .title-column .inner-column {
  margin-top: 88px;
}
.contact-section.breakfast .outer-box .title-column .inner-column .sec-title {
  margin-bottom: 31px;
}
.contact-section.breakfast
  .outer-box
  .title-column
  .inner-column
  .sec-title
  .text {
  margin-top: 38px;
}
.contact-section.breakfast .outer-box .form-column .inner-column {
  margin-left: 106px;
}
.contact-section.breakfast
  .outer-box
  .form-column
  .inner-column
  .contact-form
  .sec-title
  .sub-title {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--title-font2);
  letter-spacing: 0.37px;
  margin-bottom: 0;
}
.contact-section.breakfast
  .outer-box
  .form-column
  .inner-column
  .contact-form
  .sec-title
  .sub-title:after {
  display: none;
}
.contact-section.breakfast
  .outer-box
  .form-column
  .inner-column
  .contact-form
  .form-group {
  margin-bottom: 20px;
}
.contact-section.breakfast
  .outer-box
  .form-column
  .inner-column
  .contact-form
  .form-group:last-child {
  margin-bottom: 0;
}

/***

  ====================================================================
      Product Section Two
  ====================================================================

  ***/
.gallery-section-two-hiking {
  position: relative;
  padding: 120px 30px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .gallery-section-two-hiking {
    padding: 80px 0;
  }
}

.gallery-block-two-hiking .inner-box {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery-block-two-hiking .inner-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
  z-index: 1;
  opacity: 0.5;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block-two-hiking .inner-box:hover:before {
  height: 0;
}
.gallery-block-two-hiking .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-block-two-hiking .inner-box .image-box {
  height: 100%;
}
.gallery-block-two-hiking .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.gallery-block-two-hiking .inner-box .image-box .image img {
  max-height: 805px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-two-hiking .inner-box .image-box .image img {
    height: auto;
  }
}

/*** 

  ====================================================================
    CONTACT SECTION
  ====================================================================

  ***/
.contact-apartment {
  position: relative;
}
.contact-apartment .form-column {
  position: relative;
}
.contact-apartment .form-column .contact-form {
  background-color: #f8f5f1;
  padding: 90px 80px 80px;
}
@media (max-width: 1199.98px) {
  .contact-apartment .form-column .contact-form {
    padding: 50px 60px 40px;
  }
}
@media (max-width: 575.98px) {
  .contact-apartment .form-column .contact-form {
    padding: 30px 30px 40px;
  }
}
.contact-apartment .form-column .contact-form input:not([type="submit"]) {
  background-color: var(--theme-color-light);
}
.contact-apartment .form-column .contact-form input:focus {
  border-color: var(--theme-color7);
}
.contact-apartment .form-column .contact-form textarea {
  background-color: var(--theme-color-light);
  height: 156px;
}
.contact-apartment .form-column .contact-form textarea:focus {
  border-color: var(--theme-color7);
}
.contact-apartment .form-column .contact-form .theme-btn {
  width: auto;
}
.contact-apartment .contact-block-winter .inner-box {
  position: relative;
  background-color: var(--theme-color1);
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-apartment .contact-block-winter .inner-box:before {
  background-image: url(../images/icons/shape-75.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
}
.contact-apartment .contact-block-winter .inner-box .title {
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.contact-apartment .contact-block-winter .inner-box .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-black);
}
.contact-apartment .contact-block-winter .inner-box .theme-btn:hover {
  color: var(--theme-color-light);
}

/*** 

  ====================================================================
      Why Choose Us
  ====================================================================

  ***/
.why-choose-us {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .why-choose-us {
    padding: 80px 0;
  }
}
.why-choose-us:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  background-color: #f8f5f0;
}
.why-choose-us .sec-title {
  margin-bottom: 50px;
}
.why-choose-us .sec-title .sub-title {
  font-size: 18px;
  letter-spacing: 3px;
  top: 0;
}
.why-choose-us .sec-title .sub-title:before,
.why-choose-us .sec-title .sub-title:after {
  display: none;
}
.why-choose-us .sec-title h2 {
  margin-bottom: 50px;
}
.why-choose-us .faqs-column .accordion-box {
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .why-choose-us .faqs-column .accordion-box {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.why-choose-us .faqs-column .accordion-box .block {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-color-black);
}
.why-choose-us .faqs-column .accordion-box .block .acc-btn.active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.why-choose-us .faqs-column .accordion-box .block .acc-content .content .text {
  color: var(--theme-color-black);
}
.why-choose-us .faqs-column .accordion-box .block .acc-btn {
  color: var(--theme-color-black);
  padding-left: 0;
  padding-right: 0;
  border-color: #e1e1e1;
}
.why-choose-us .faqs-column .accordion-box .block .acc-btn .icon {
  color: var(--theme-color-black);
}
.why-choose-us .faqs-column .accordion-box .block .acc-content .content {
  padding: 0;
}
.why-choose-us .image-column {
  position: relative;
}
.why-choose-us .image-column .inner-column {
  width: 100%;
  height: 100%;
}
.why-choose-us .image-column .inner-column .image {
  width: 100%;
  height: 100%;
}
.why-choose-us .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}
.why-choose-us .why-choose-us-column {
  position: relative;
}
.why-choose-us .why-choose-us-column .inner-column {
  background-color: var(--theme-color1);
  padding: 50px 50px 30px;
}
@media (max-width: 575.98px) {
  .why-choose-us .why-choose-us-column .inner-column {
    padding: 40px 20px 20px;
  }
}
.why-choose-us
  .why-choose-us-column
  .inner-column
  .why-choose-us-box
  .inner-box
  .image-box {
  border: 5px solid var(--theme-color-white);
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
.why-choose-us
  .why-choose-us-column
  .inner-column
  .why-choose-us-box
  .inner-box
  .image-box
  .image {
  width: 100%;
  height: 100%;
}
.why-choose-us
  .why-choose-us-column
  .inner-column
  .why-choose-us-box
  .inner-box
  .image-box
  .image
  img {
  width: 100%;
  height: 100%;
}
.why-choose-us
  .why-choose-us-column
  .inner-column
  .why-choose-us-box
  .inner-box
  .content-box
  .title {
  color: var(--theme-color-light);
  margin-bottom: 9px;
}
.why-choose-us
  .why-choose-us-column
  .inner-column
  .why-choose-us-box
  .inner-box
  .content-box
  .text {
  color: var(--theme-color-light);
}

/***

  ==================================================================
    Main Footer
  ==================================================================

  ***/
.main-footer {
  position: relative;
  background: var(--theme-gradient);
  /* Widget Section */
}
.main-footer .widgets-section {
  position: relative;
  padding: 60px 0 34px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 0px;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-white);
}

.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  line-height: 24px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 8px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color-white);
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.style-two li {
  padding-left: 0;
}
.user-links.style-two li:before {
  display: none;
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
}
.recent-post .inner .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #adadad;
  line-height: 30px;
  margin-bottom: 23px;
  padding-left: 25px;
}
.recent-post .inner .post-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.contact-list {
  position: relative;
  margin-bottom: 30px;
}
.contact-list:last-child {
  margin-bottom: 0;
}
.contact-list .inner {
  position: relative;
}
.contact-list .inner .list-info {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 0;
}
.contact-list .inner .list-info:first-child {
  margin-bottom: 13px;
  line-height: 1.875;
}
.contact-list .inner .list-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.contact-list .inner .post-title {
  color: var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

/* Subscribe Form */
.subscribe-form {
  position: relative;
}
.subscribe-form .form-group {
  position: relative;
}
.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 72px;
  width: 100%;
  font-size: 15px;
  line-height: 32px;
  color: var(--theme-color-white);
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #333f4d;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form .form-group input[type="text"]::-webkit-input-placeholder,
.subscribe-form .form-group input[type="email"]::-webkit-input-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type="text"]::-moz-placeholder,
.subscribe-form .form-group input[type="email"]::-moz-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type="text"]:-ms-input-placeholder,
.subscribe-form .form-group input[type="email"]:-ms-input-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type="text"]::-ms-input-placeholder,
.subscribe-form .form-group input[type="email"]::-ms-input-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type="text"]::placeholder,
.subscribe-form .form-group input[type="email"]::placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 30px;
  line-height: 32px;
  border-radius: 0 10px 10px 0;
  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;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgb(255 255 255 / 47%);
  padding: 17px 0 19px;
}
.footer-bottom .inner-container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
.footer-bottom .copyright-text span {
  color: var(--theme-color-white);
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-bottom .footer-nav li {
  font-size: 15px;
  line-height: 32px;
  color: var(--text-color);
  margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
.footer-bottom .footer-nav li a {
  color: var(--theme-color-white);
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color1);
}

.footer-style-one {
  background: var(--theme-gradient);
  position: relative;
  /* Subscribe Form Three */
}
.footer-style-one.style-beach2 {
  background-color: var(--theme-color8);
}
.footer-style-one.style-beach2
  .subscribe-form-three
  .form-group
  input[type="text"],
.footer-style-one.style-beach2
  .subscribe-form-three
  .form-group
  input[type="email"] {
  background: #1c3652;
  border: 1px solid #1c3652;
}
.footer-style-one.style-beach2 .subscribe-form-three .form-group .theme-btn {
  background-color: #1c3652;
  border-color: #1c3652;
}
.footer-style-one.style-beach2 .about-widget .text {
  color: #cccccc;
}
.footer-style-one.style-beach2 .widget-social .social-icon li a {
  color: #cccccc;
}
.footer-style-one.style-beach2 .links-widget li a {
  color: #cccccc;
}
.footer-style-one.style-beach2 .contact-list .inner .list-info {
  color: #cccccc;
}
/* .logo{
    width:70%;
  } */
.footer-style-one .about-widget .logo {
  position: relative;
  margin-bottom: 24px;
  width: 45%;
}
.footer-style-one .about-widget .text {
  margin-bottom: 47px;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  margin-right: 20px;
}
.footer-style-one .links-widget {
  margin-bottom: 50px;
}
.footer-style-one .links-widget li a {
  color: #fff;
}
.footer-style-one .links-widget li a:hover {
  color: var(--theme-color-white);
}
.footer-style-one .links-widget li i {
  position: absolute;
  left: -27px;
}
.footer-style-one .news-widget {
  margin-top: 30px;
}
.footer-style-one .news-widget .text {
  margin-bottom: 18px;
  color: #75727b;
}
.footer-style-one .news-widget .text i {
  margin-right: 20px;
}
.footer-style-one
  .info-widget
  .widget-content
  .recent-post
  .inner
  .post-info:first-child {
  margin-bottom: 0;
}
.footer-style-one .widget-social .widget-social {
  margin-bottom: 23px;
}
.footer-style-one .widget-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-one .widget-social .social-icon li {
  margin-right: 17px;
}
.footer-style-one .widget-social .social-icon li:last-child {
  margin-right: 0;
}
.footer-style-one .widget-social .social-icon li a {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
}
.footer-style-one .widget-social .social-icon li a:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--theme-color-white);
}
.footer-style-one .subscribe-form-three {
  position: relative;
  margin-bottom: 32px;
}
.footer-style-one .subscribe-form-three .form-group {
  position: relative;
}
.footer-style-one .subscribe-form-three .form-group input[type="text"],
.footer-style-one .subscribe-form-three .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-color2);
  padding: 20px 65px 20px 18px;
  background: #202020;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #202020;
}
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="text"]::-webkit-input-placeholder,
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="email"]::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="text"]::-moz-placeholder,
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="email"]::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="text"]:-ms-input-placeholder,
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="email"]:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="text"]::-ms-input-placeholder,
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="email"]::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="text"]::placeholder,
.footer-style-one
  .subscribe-form-three
  .form-group
  input[type="email"]::placeholder {
  color: var(--text-color);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 5px;
  width: 68px;
  height: 70px;
  font-size: 24px;
  line-height: 21px;
  text-align: center;
  background-color: #202020;
  border-color: #202020;
  color: var(--theme-color1);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn::before {
  background-color: var(--theme-color-white);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn:hover {
  color: var(--theme-color1);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn i {
  margin-left: 0;
}

.footer-style-two {
  background-color: var(--theme-color-dark);
  position: relative;
  /* Subscribe Form Three */
}
.footer-style-two .about-widget .logo {
  position: relative;
  margin-bottom: 24px;
}
.footer-style-two .about-widget .text {
  margin-bottom: 47px;
  font-size: 15px;
  color: #75727b;
  line-height: 30px;
  margin-right: 20px;
}
.footer-style-two .links-widget {
  margin-bottom: 50px;
}
.footer-style-two .links-widget li a {
  color: #75727b;
}
.footer-style-two .links-widget li a:hover {
  color: var(--theme-color-white);
}
.footer-style-two .links-widget li i {
  position: absolute;
  left: -27px;
}
.footer-style-two .news-widget {
  margin-top: 30px;
}
.footer-style-two .news-widget .text {
  margin-bottom: 18px;
  color: #75727b;
}
.footer-style-two .news-widget .text i {
  margin-right: 20px;
}
.footer-style-two
  .info-widget
  .widget-content
  .recent-post
  .inner
  .post-info:first-child {
  margin-bottom: 0;
}
.footer-style-two .widget-social .widget-social {
  margin-bottom: 23px;
}
.footer-style-two .widget-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-two .widget-social .social-icon li {
  margin-right: 17px;
}
.footer-style-two .widget-social .social-icon li:last-child {
  margin-right: 0;
}
.footer-style-two .widget-social .social-icon li a {
  color: var(--text-color);
  display: inline-block;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
}
.footer-style-two .widget-social .social-icon li a:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--theme-color-white);
}
.footer-style-two .subscribe-form-three {
  position: relative;
  margin-bottom: 32px;
}
.footer-style-two .subscribe-form-three .form-group {
  position: relative;
}
.footer-style-two .subscribe-form-three .form-group input[type="text"],
.footer-style-two .subscribe-form-three .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-color2);
  padding: 20px 65px 20px 18px;
  background: #202020;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #202020;
}
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="text"]::-webkit-input-placeholder,
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="email"]::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="text"]::-moz-placeholder,
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="email"]::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="text"]:-ms-input-placeholder,
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="email"]:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="text"]::-ms-input-placeholder,
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="email"]::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="text"]::placeholder,
.footer-style-two
  .subscribe-form-three
  .form-group
  input[type="email"]::placeholder {
  color: var(--text-color);
}
.footer-style-two .subscribe-form-three .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 5px;
  width: 68px;
  height: 70px;
  font-size: 24px;
  line-height: 21px;
  text-align: center;
  background-color: #202020;
  border-color: #202020;
  color: var(--theme-color6);
}
.footer-style-two .subscribe-form-three .form-group .theme-btn::before {
  background-color: var(--theme-color-white);
}
.footer-style-two .subscribe-form-three .form-group .theme-btn:hover {
  color: var(--theme-color6);
}
.footer-style-two .subscribe-form-three .form-group .theme-btn i {
  margin-left: 0;
}
.footer-style-two .user-links li a:before {
  background-color: var(--theme-color6);
}

.footer-style-three {
  background-color: var(--theme-color-dark);
  position: relative;
  /* Subscribe Form Three */
}
.footer-style-three .about-widget .logo {
  position: relative;
  margin-bottom: 24px;
}
.footer-style-three .about-widget .text {
  margin-bottom: 47px;
  font-size: 15px;
  color: #75727b;
  line-height: 30px;
  margin-right: 20px;
}
.footer-style-three .links-widget {
  margin-bottom: 50px;
}
.footer-style-three .links-widget li a {
  color: #75727b;
}
.footer-style-three .links-widget li a:hover {
  color: var(--theme-color-white);
}
.footer-style-three .links-widget li i {
  position: absolute;
  left: -27px;
}
.footer-style-three .news-widget {
  margin-top: 30px;
}
.footer-style-three .news-widget .text {
  margin-bottom: 18px;
  color: #75727b;
}
.footer-style-three .news-widget .text i {
  margin-right: 20px;
}
.footer-style-three
  .info-widget
  .widget-content
  .recent-post
  .inner
  .post-info:first-child {
  margin-bottom: 0;
}
.footer-style-three .widget-social .widget-social {
  margin-bottom: 23px;
}
.footer-style-three .widget-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-three .widget-social .social-icon li {
  margin-right: 17px;
}
.footer-style-three .widget-social .social-icon li:last-child {
  margin-right: 0;
}
.footer-style-three .widget-social .social-icon li a {
  color: var(--text-color);
  display: inline-block;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
}
.footer-style-three .widget-social .social-icon li a:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--theme-color-white);
}
.footer-style-three .subscribe-form-three {
  position: relative;
  margin-bottom: 32px;
}
.footer-style-three .subscribe-form-three .form-group {
  position: relative;
}
.footer-style-three .subscribe-form-three .form-group input[type="text"],
.footer-style-three .subscribe-form-three .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-color2);
  padding: 20px 65px 20px 18px;
  background: #202020;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #202020;
}
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="text"]::-webkit-input-placeholder,
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="email"]::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="text"]::-moz-placeholder,
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="email"]::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="text"]:-ms-input-placeholder,
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="email"]:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="text"]::-ms-input-placeholder,
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="email"]::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="text"]::placeholder,
.footer-style-three
  .subscribe-form-three
  .form-group
  input[type="email"]::placeholder {
  color: var(--text-color);
}
.footer-style-three .subscribe-form-three .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 5px;
  width: 68px;
  height: 70px;
  font-size: 24px;
  line-height: 21px;
  text-align: center;
  background-color: #202020;
  border-color: #202020;
  color: var(--theme-color7);
}
.footer-style-three .subscribe-form-three .form-group .theme-btn::before {
  background-color: var(--theme-color-white);
}
.footer-style-three .subscribe-form-three .form-group .theme-btn:hover {
  color: var(--theme-color7);
}
.footer-style-three .subscribe-form-three .form-group .theme-btn i {
  margin-left: 0;
}
.footer-style-three .user-links li a:before {
  background-color: var(--theme-color7);
}

@media only screen and (max-width: 991px) {
  .footer-style-two .news-widget .news-info {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-bottom {
    padding: 27px 0 10px;
  }
  .footer-bottom .copyright-text {
    line-height: 20px;
    margin-bottom: 15px;
  }
  .footer-bottom .footer-nav {
    line-height: 20px;
    margin-bottom: 15px;
  }
}
/***

  ==================================================================
      fanfact-section-campground
  ==================================================================

  ***/
.fanfact-section-campground {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 267px 0;
  margin: 0 30px;
  border-radius: 30px;
}
.fanfact-section-campground::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: -1;
}
.fanfact-section-campground .outer-box {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .fanfact-section-campground {
    padding: 80px 0;
  }
}

/***
  ====================================================================
    Products details
  ====================================================================
  ***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  font-size: 15px;
  color: var(--review-color);
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 15px;
  color: var(--theme-color1);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  border: 1px solid #e0e4e8;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
}
.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: var(--theme-color1);
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  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;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--headings-color);
  background-color: var(--theme-color2);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-discription {
  position: relative;
  display: block;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  color: #fff;
  background-color: var(--theme-color1);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
/***

  ====================================================================
  Categories Section
  ====================================================================

  ***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.png);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.png);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.png);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.png);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 a:hover {
  color: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

  ====================================================================
      Categories Section Two
  ====================================================================

  ***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two p {
  font-size: 15px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

  ====================================================================
      Products Section
  ====================================================================

  ***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.png);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.png) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(22, 67, 51)),
    to(rgba(229, 229, 229, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(22, 67, 51) 0%,
    rgba(229, 229, 229, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5",GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color1);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}

/***

  ====================================================================
      Featured Products
  ====================================================================

  ***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.png) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color1);
}

.product-block .price {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  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;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #fd5f5c;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color1);
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}

/*
  * shop-catalog-layouts.scss
  * -----------------------------------------------
  */
table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img,
table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
  color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}
table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--text-color-bg-theme-color2);
}
.payment-method .payment-method h3 {
  margin-bottom: 32px;
}

.shop-sidebar {
  position: relative;
  display: block;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0px;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: var(--theme-light-background);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  padding: 10px 60px 10px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: var(--theme-color1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}
.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: var(--theme-light-background);
  padding: 35px 30px 37px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  color: #646578;
  font-weight: 400;
  padding-left: 20px;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color1);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  min-height: 108px;
  border-bottom: 1px solid #e1e1e1;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #646578;
  margin-bottom: 7px;
}
.shop-sidebar .post-widget .post .price {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0a267a;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}

.range-slider {
  position: relative;
}
.range-slider .title {
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -5px;
  top: -19px;
  color: #646578;
  font-size: 18px;
}
.range-slider p {
  position: relative;
  display: inline-block;
  color: #646578;
  margin-right: 10px !important;
}
.range-slider .input {
  color: #646578;
  max-width: 75px;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 14px;
  background-color: #d0d4dd;
  border-radius: 2px;
}
.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background-color: var(--theme-color1);
}
.range-slider .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
  position: absolute;
}
.range-slider .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
}
.range-slider .ui-widget-content .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider input[type="submit"] {
  position: relative;
  display: block;
  background: var(--theme-color1);
  color: #ffffff;
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type="submit"]:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

/*** 

  ====================================================================
  Page Title
  ====================================================================

  ***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  background-color: var(--theme-color2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 0;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(17, 32, 33, 0.9)),
    to(transparent)
  );
  background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent);
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color3);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type="submit"] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/***

  ====================================================================
          Contact
  ====================================================================

  ***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color2);
  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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color1);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

/***
  =============================================
      Services Details
  =============================================
  ***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 15px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 15px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  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;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover,
.service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i,
.service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  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;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 15px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color1);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  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;
  font-size: 15px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color1);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}

.service-details-help {
  background-color: var(--theme-color1);
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  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%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
  # Project Details
  --------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}

.project-details__details-list {
  position: relative;
  display: block;
}
.project-details__details-list li {
  position: relative;
  display: block;
}
.project-details__details-list li + li {
  margin-top: 24px;
}

.project-details__client {
  font-size: 15px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 15px;
  line-height: 24px;
}

.project-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  border: 2px solid var(--theme-color1);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  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%;
  color: #0e2207;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  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%;
  color: #0e2207;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

/***

  ====================================================================
      Blog Details
  ====================================================================

  ***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-details__date .day {
  font-size: 15px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color1);
  color: #fff;
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color1);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  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: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--text-color-bg-theme-color2);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: #fff;
  background-color: var(--theme-color1);
}

.room-heading {
  position: relative;
}
.room-heading .title {
  line-height: 1;
  margin-top: 0;
}
.room-heading .kodelisting-room-basic-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
}
@media (max-width: 575.98px) {
  .room-heading .kodelisting-room-basic-info {
    display: inline-block;
  }
}
.room-heading .kodelisting-room-basic-info li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding: 5px 0;
  margin-right: 30px;
}
.room-heading .kodelisting-room-basic-info li i {
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-right: 10px;
}
.room-heading .kodelisting-room-basic-info li .csrbi-text {
  font-size: 14px;
  white-space: nowrap;
}

.kodelisting-room-booking {
  background-color: var(--theme-color-white);
  position: relative;
}
.kodelisting-room-booking .kodelisting-room-booking-wrap {
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--theme-color1);
  padding: 50px 45px 55px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .kodelisting-room-booking .kodelisting-room-booking-wrap {
    padding: 40px 15px;
  }
}
.kodelisting-room-booking .room-booking-title {
  margin-bottom: 32px;
}
.kodelisting-room-booking .room-booking-title .title {
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
}
.kodelisting-room-booking .room-booking-title .base-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.kodelisting-room-booking .reservation-form {
  /* Hide default checkbox */
  /* Checked style */
}
.kodelisting-room-booking .reservation-form .checkbox-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
  padding: 10px 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.kodelisting-room-booking
  .reservation-form
  .custom-checkbox
  input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.3);
  background-color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.kodelisting-room-booking
  .reservation-form
  .custom-checkbox
  input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--theme-color1); /* brownish color */
}
.kodelisting-room-booking .reservation-form .checkbox-label {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kodelisting-room-booking .reservation-form .checkbox-price {
  color: var(--text-color);
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .summary {
  padding: 15px 0;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content {
  color: var(--text-color);
  border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  padding-bottom: 5px;
  padding-top: 8px;
}
.kodelisting-room-booking
  .reservation-form
  .total-base-price
  .price-content
  .label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  font-style: normal;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  width: 16px;
}
.kodelisting-room-booking
  .reservation-form
  .total-base-price
  .price-content
  .amount {
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.kodelisting-room-booking .reservation-form .btn-style-one {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.kodelisting-room-booking .reservation-form .btn-style-one:before {
  background: var(--theme-color-black);
}
.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
  background: none;
  border-color: rgba(var(--theme-color1-rgb), 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  height: 48px;
}
.kodelisting-room-booking .form-select::-webkit-input-placeholder,
.kodelisting-room-booking .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.kodelisting-room-booking .form-select::-moz-placeholder,
.kodelisting-room-booking .form-control::-moz-placeholder {
  font-size: 14px;
}
.kodelisting-room-booking .form-select:-ms-input-placeholder,
.kodelisting-room-booking .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.kodelisting-room-booking .form-select::-ms-input-placeholder,
.kodelisting-room-booking .form-control::-ms-input-placeholder {
  font-size: 14px;
}
.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
  font-size: 14px;
}
.kodelisting-room-booking .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*** 

  ====================================================================
  Sidebar
  ====================================================================

  ***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder,
.sidebar__search-form input[type="search"]:-ms-input-placeholder,
.sidebar__search-form input[type="search"]::-ms-input-placeholder,
.sidebar__search-form input[type="search"]::placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type="search"] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type="submit"] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  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;
  font-size: 15px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: #fff;
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--headings-color);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  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;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

  ====================================================================
      Comments
  ====================================================================

  ***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-black);
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: 15px;
  font-weight: 500;
}
.comment-one .comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px 0 0px;
  flex: 100px 0 0;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
  # Team Details
  --------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 15px;
  color: var(--theme-color1);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color1);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type="text"],
.team-contact-form input[type="email"] {
  background-color: #fff;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}

.banner-section-seven .hotelBannerSwiper {
  width: 100%;
  height: 100vh;
  min-height: 520px;
}

.banner-section-seven .hotelBannerSwiper .swiper-wrapper {
  height: 100%;
}

.banner-section-seven .hotelBannerSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-video-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
}

.banner-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-video-box .image-1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  visibility: visible;
}

.banner-video-box .image-1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  visibility: visible;
}

.banner-video-box .image-1.wow {
  visibility: visible !important;
  animation: none !important;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(22, 17, 13, 0.72) 0%,
      rgba(22, 17, 13, 0.4) 48%,
      rgba(22, 17, 13, 0.22) 100%
    ),
    linear-gradient(
      0deg,
      rgba(22, 17, 13, 0.55) 0%,
      rgba(22, 17, 13, 0.15) 45%,
      rgba(22, 17, 13, 0.35) 100%
    );
  z-index: 2;
}

.banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: min(900px, 90%);
  text-align: center;
  color: #fff;
}
.banner-subtitle {
  display: inline-block;
  margin-bottom: 22px;
  padding: 10px 24px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);

  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-content h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 28px;
  color: #fff;
}

.banner-content p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}

.banner-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 45px;
}

.theme-btn {
  padding: 12px 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  transition: 0.4s;
}

.primary-btn {
  background: var(--btn-teal);
  color: #fff;
  box-shadow: var(--btn-shadow);
}

.main-header.header-style-four.style-home5 .header-right .primary-btn {
  background: var(--btn-teal);
  color: #ffffff;
  border: 1px solid var(--btn-teal);
}

.main-header.header-style-four.style-home5 .header-right .primary-btn:hover {
  background: var(--btn-primary-hover);
  color: #ffffff;
  border-color: var(--btn-primary-hover);
}

.primary-btn:hover {
  background: var(--btn-teal-hover);
  color: #ffffff;
}

.outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  background: transparent;
  backdrop-filter: blur(2px);
  box-shadow: none;
}

.outline-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: #ffffff;
}

.hotelBannerSwiper .swiper-button-next,
.hotelBannerSwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.hotelBannerSwiper .swiper-button-next:after,
.hotelBannerSwiper .swiper-button-prev:after {
  font-size: 20px;
}

.hotelBannerSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
}

.hotelBannerSwiper .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 20px;
  opacity: 1;
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 52px;
  }

  .banner-content p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .banner-content h1,
  .banner-content h2,
  .banner-content p.banner-heading,
  body.theme-light .banner-content h1,
  body.theme-light .banner-content h2,
  body.theme-light .banner-content p.banner-heading {
    font-size: 36px;
  }

  .banner-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .banner-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme-btn {
    width: 260px;
  }

  .banner-section-seven .hotelBannerSwiper {
    height: 85vh;
    min-height: 460px;
  }

  .banner-video-box {
    background: #111;
  }
}

@media (max-width: 480px) {
  .banner-content {
    top: auto;
    bottom: clamp(2.5rem, 8vh, 4rem);
    left: clamp(16px, 5vw, 40px);
    width: min(640px, 92%);
  }

  .banner-subtitle {
    margin-bottom: 14px;
    padding: 7px 16px;
    font-size: 12px;
  }

  .banner-content h1 {
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 16px;
  }

  .banner-content h1 br {
    display: none;
  }

  .banner-content p {
    font-size: 13px;
    line-height: 1.6;
  }

  .banner-btns {
    margin-top: 24px;
    gap: 12px;
  }

  .theme-btn {
    width: 220px;
    height: 46px;
    font-size: 13px;
  }

  .hotelBannerSwiper .swiper-button-next,
  .hotelBannerSwiper .swiper-button-prev {
    width: 38px;
    height: 38px;
    top: 40%;
  }

  .hotelBannerSwiper .swiper-button-next:after,
  .hotelBannerSwiper .swiper-button-prev:after {
    font-size: 14px;
  }

  .banner-section-seven .hotelBannerSwiper {
    height: 80vh;
    min-height: 520px;
  }
}

/* Do not set overflow:hidden on all sections ? it breaks position:sticky
     (venue story, conference usecases, family story, etc.) site-wide. */
section {
  overflow: visible;
}

.venue-story-section,
.conference-usecases-section,
.conference-specs-section,
.ff-story {
  overflow: visible;
}

.venue-story-section {
  padding: 120px 0;
  background: var(--premium-cream);
}

.venue-story-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}

.venue-story-left {
  width: 550px;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  z-index: 2;
}

.venue-story-right {
  flex: 1;
}

.venue-story-left h2 {
  font-size: 42px;
  color: #1e4847;
  line-height: 50px;
  margin: 25px 0;
}

.venue-story-left p {
  color: #111;
  line-height: 24px;
  margin-bottom: 40px;
}

.venue-story-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.venue-item {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(22, 17, 13, 0.12);
  box-shadow: 0 8px 30px rgba(22, 17, 13, 0.06);
  overflow: hidden;
  transition: 0.4s;
}

.venue-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48%;
  background: linear-gradient(
    to bottom,
    rgba(22, 17, 13, 0.82) 0%,
    rgba(22, 17, 13, 0.42) 55%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.venue-item:hover {
  transform: translateY(-8px);
  border-color: #111;
  box-shadow: 0 14px 40px rgba(22, 17, 13, 0.18);
}

.venue-item:hover::before {
  height: 52%;
  background: linear-gradient(
    to bottom,
    rgba(22, 17, 13, 0.88) 0%,
    rgba(22, 17, 13, 0.5) 58%,
    transparent 100%
  );
}

.venue-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.venue-item .number {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 30px 40px 0;
  display: none;
}

.venue-item h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: auto;
  z-index: 2;
  color: #ffffff;
  font-size: 32px;
  padding: 0 36px;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.venue-item p {
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  bottom: auto;
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
  padding: 0 36px;
  line-height: 1.65;
  margin: 0;
  max-width: 92%;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.venue-story-left .btn-style-one {
  background: var(--btn-primary);
  color: #ffffff;
  border-color: var(--btn-primary);
  box-shadow: var(--btn-shadow);
}

.venue-story-left .btn-style-one:before {
  display: none;
}

.venue-story-left .btn-style-one:hover {
  background: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
  color: #ffffff;
}

@media (max-width: 991px) {
  .venue-story-wrapper {
    flex-direction: column;
  }

  .venue-story-left {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 60px;
  }

  .venue-story-left h2 {
    font-size: 42px;
  }

  .venue-item img {
    height: 300px;
  }

  .venue-item h3 {
    font-size: 26px;
    top: 24px;
    bottom: auto;
    padding: 0 24px;
  }

  .venue-item p {
    font-size: 15px;
    line-height: 1.6;
    top: 64px;
    bottom: auto;
    padding: 0 24px;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .venue-story-section {
    padding: 70px 0;
  }

  .venue-story-left h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .venue-story-left p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 26px;
  }

  .venue-story-right {
    gap: 24px;
  }

  .venue-item {
    display: flex;
    flex-direction: column;
  }

  .venue-item::before {
    display: none;
  }

  .venue-item img {
    height: 220px;
  }

  .venue-item h3 {
    position: static;
    color: #1e4847;
    font-size: 20px;
    padding: 18px 18px 4px;
    text-shadow: none;
  }

  .venue-item p {
    position: static;
    color: rgba(22, 17, 13, 0.7);
    font-size: 14px;
    padding: 0 18px 18px;
    text-shadow: none;
  }
}

.luxury-cta-section {
  padding: 20px 0 10px;
  background: #fff;
}

.luxury-cta-box {
  position: relative;
  overflow: hidden;

  border-radius: 35px;

  padding: 40px;

  background: url(../images/meridian-images/Chaitrashree2.png) center/cover;

  min-height: 350px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.12);
}

.luxury-cta-bg {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(22, 17, 13, 0.82) 0%,
    rgba(45, 45, 45, 0.58) 42%,
    rgba(22, 17, 13, 0.1) 100%
  );
}

.luxury-cta-content {
  position: relative;
  z-index: 5;

  max-width: 620px;
}

.cta-subtitle {
  color: #111;

  letter-spacing: 5px;

  font-size: 14px;

  text-transform: uppercase;
}

.luxury-cta-content h2 {
  color: #fff;

  font-size: 64px;

  line-height: 1.1;

  margin: 25px 0;
}

.luxury-cta-content h2 span {
  color: #d9b37b;
}

.luxury-cta-content p {
  color: #ddd;

  font-size: 18px;

  line-height: 34px;

  margin-bottom: 45px;

  max-width: 520px;
}

.cta-buttons {
  display: flex;

  gap: 18px;
}

.cta-outline-btn {
  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.35);

  padding: 17px 38px;

  border-radius: 60px;

  transition: 0.4s;
}

.cta-outline-btn:hover {
  background: #fff;

  color: #000;
}

.cta-stats {
  position: relative;

  z-index: 5;

  display: flex;

  justify-content: space-between;

  border-top: 1px solid rgba(255, 255, 255, 0.15);

  padding-top: 35px;
}

.cta-stats h3 {
  color: #fff;

  font-size: 44px;
}

.cta-stats span {
  color: #ccc;
}

.luxuryFacilitySwiper {
  padding-bottom: 70px;
}

.luxuryFacilitySwiper .swiper-pagination {
  bottom: 0;
}

.luxuryFacilitySwiper .swiper-pagination-bullet {
  width: 12px;

  height: 12px;

  opacity: 1;

  background: #d8d8d8;

  transition: 0.4s;

  margin: 0 7px !important;
}

.luxuryFacilitySwiper .swiper-pagination-bullet-active {
  width: 42px;

  border-radius: 20px;

  background: #111;
}

.luxuryFacilitySwiper .swiper-slide {
  height: auto;
}

/*--------------------------------*/
.meridian-blog-area {
  padding: 120px 0;

  background: #faf8f4;
}

.blog-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 35px;
}

/*-------------------------------*/

.blog-card {
  background: #fff;

  border-radius: 24px;

  overflow: hidden;

  transition: 0.45s;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);

  position: relative;
}

.blog-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

/*-------------------------------*/

.blog-image {
  height: 340px;

  overflow: hidden;
}

.blog-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 1s;
}

.blog-card:hover img {
  transform: scale(1.08);
}

/*-------------------------------*/

.blog-content {
  padding: 35px;
}

.blog-content span {
  display: inline-block;

  color: #b88a52;

  font-size: 12px;

  letter-spacing: 3px;

  text-transform: uppercase;

  margin-bottom: 15px;
}

.blog-content h3 {
  font-size: 34px;

  line-height: 42px;

  margin-bottom: 30px;

  color: #222;
}

.blog-content a {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  color: #111;

  font-weight: 600;

  position: relative;
}

.blog-content a:after {
  content: "";

  width: 0;

  height: 2px;

  background: #b88a52;

  position: absolute;

  left: 0;

  bottom: -8px;

  transition: 0.45s;
}

.blog-card:hover a:after {
  width: 100%;
}

/*====================================
          PREMIUM VIDEO SECTION
  ====================================*/

.lux-video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6e8886;
}

.lux-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(22, 17, 13, 0.82),
    rgba(22, 17, 13, 0.4),
    rgba(22, 17, 13, 0.55)
  );

  z-index: 1;
}

.lux-video-section::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: rgba(22, 17, 13, 0.15);
  filter: blur(130px);
  right: -120px;
  top: -150px;
  z-index: 1;
}

.lux-video-content {
  position: relative;
  z-index: 5;
  max-width: 760px;
  color: #fff;
}

.lux-video-subtitle {
  display: inline-block;
  color: #111;
  font-size: 14px;
  letter-spacing: 6px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.lux-video-content h2 {
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
}

.lux-video-content h2 span {
  display: block;
  color: #111;
}

.lux-video-content p {
  color: #ddd;
  font-size: 18px;
  line-height: 30px;
  max-width: 620px;
  margin-bottom: 45px;
}

.lux-video-buttons {
  display: flex;
  align-items: center;
  gap: 35px;
}

/*==============================
        PLAY BUTTON
  ==============================*/

.lux-play-btn {
  width: 75px;
  height: 62px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.45s;
  position: relative;
}

.lux-play-btn span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--btn-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.lux-play-btn::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  animation: ripple 2.4s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.lux-play-btn:hover {
  transform: scale(1.08);
}

.lux-play-btn:hover span {
  background: #fff;
  color: #111;
}

/*==============================
        MOBILE
  ==============================*/

@media (max-width: 991px) {
  .lux-video-section {
    height: 700px;
  }

  .lux-video-content h2 {
    font-size: 48px;
  }

  .lux-video-content p {
    font-size: 17px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .lux-video-section {
    height: 620px;
  }

  .lux-video-content {
    text-align: center;
  }

  .lux-video-content h2 {
    font-size: 36px;
  }

  .lux-video-content p {
    font-size: 15px;
    line-height: 28px;
  }

  .lux-video-buttons {
    justify-content: center;
  }
}

/* ============================================================
    Gallery ? premium animated masonry / bento grid
    ============================================================ */
.gallery-section {
  padding: 110px 0;
  background: #000;
}

.gallery-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

/* ---- Shared centered section eyebrow (diamond mark + rule) ---- */
.section-eyebrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.section-eyebrow-mark {
  font-size: 0.85rem;
  line-height: 1;
  color: var(--gold);
}

.section-eyebrow-text {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
}

.section-eyebrow-rule {
  width: 46px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
  opacity: 0.6;
}

.gallery-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.18;
  color: var(--ink);
  margin-bottom: 16px;
}

.gallery-subtitle {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 32px;
}

.gallery-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-filter-btn {
  padding: 10px 30px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-full);
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.3s var(--ease),
    color 0.3s var(--ease),
    border-color 0.3s var(--ease),
    transform 0.3s var(--ease);
}

.gallery-filter-btn:hover {
  color: var(--teal-700);
  border-color: var(--teal-500);
  transform: translateY(-2px);
}

.gallery-filter-btn.is-active {
  background: #c9a24b;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 12px 26px -14px rgba(15, 118, 110, 0.55);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  gap: 20px;
}

.gallery-item {
  position: relative;
  grid-column: span 1;
  grid-row: span 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  opacity: 0;
  transform: translateY(36px) scale(0.97);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease),
    grid-column 0.3s,
    grid-row 0.3s;
}

.gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gallery-item.is-hidden {
  opacity: 0 !important;
  transform: scale(0.9) !important;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.gallery-item.is-big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.is-wide {
  grid-column: span 2;
}

.gallery-item.is-tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.7s var(--ease),
    filter 0.7s var(--ease);
}

.gallery-item:hover img {
  transform: scale(1.09);
  filter: saturate(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(
    180deg,
    rgba(8, 26, 25, 0) 45%,
    rgba(8, 26, 25, 0.85) 100%
  );
  opacity: 0;
  transition: opacity 0.45s var(--ease);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-cat {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--turq-400);
  margin-bottom: 8px;
  transform: translateY(14px);
  opacity: 0;
  transition:
    transform 0.45s var(--ease) 0.05s,
    opacity 0.45s var(--ease) 0.05s;
}

.gallery-overlay h3 {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.3;
  transform: translateY(14px);
  opacity: 0;
  transition:
    transform 0.45s var(--ease) 0.1s,
    opacity 0.45s var(--ease) 0.1s;
}

.gallery-item:hover .gallery-cat,
.gallery-item:hover .gallery-overlay h3 {
  transform: translateY(0);
  opacity: 1;
}

.gallery-expand {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  color: #ffffff;
  opacity: 0;
  transform: scale(0.7) rotate(-25deg);
  transition:
    opacity 0.4s var(--ease),
    transform 0.4s var(--ease);
}

.gallery-expand svg {
  width: 16px;
  height: 16px;
}

.gallery-item:hover .gallery-expand {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

@media (max-width: 1080px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 190px;
  }
}

@media (max-width: 760px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
    gap: 14px;
  }

  .gallery-item.is-big {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-item.is-wide {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gallery-item.is-tall {
    grid-row: span 1;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.is-big,
  .gallery-item.is-wide,
  .gallery-item.is-tall {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

/* ---- Gallery Lightbox ---- */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s var(--ease),
    visibility 0.35s var(--ease);
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 26, 25, 0.92);
}

.gallery-lightbox-inner {
  position: relative;
  z-index: 2;
  width: min(880px, 82vw);
  max-height: 82vh;
  transform: scale(0.94);
  transition: transform 0.35s var(--ease);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #000;
}

.gallery-lightbox.is-open .gallery-lightbox-inner {
  transform: scale(1);
}

.gallery-lightbox-inner img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  display: block;
  background: #0a0a0a;
}

.gallery-lightbox-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 26px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #ffffff;
}

.gallery-lightbox-caption span {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--turq-400);
  margin-bottom: 6px;
}

.gallery-lightbox-caption h3 {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 1.4rem;
}

.gallery-lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s var(--ease);
}

.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.gallery-lightbox-arrow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s var(--ease);
}

.gallery-lightbox-arrow svg {
  width: 20px;
  height: 20px;
}

.gallery-lightbox-arrow:hover {
  background: var(--grad-primary);
  transform: scale(1.08);
}

@media (max-width: 640px) {
  .gallery-lightbox {
    gap: 8px;
    padding: 14px;
  }

  .gallery-lightbox-arrow {
    width: 38px;
    height: 38px;
  }

  .gallery-lightbox-close {
    top: 12px;
    right: 12px;
  }
}

/* ============================================================
    Video Preview ("Watch Our Story")
    ============================================================ */
.video-preview-section {
  position: relative;
  height: 82vh;
  min-height: 560px;
  max-height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-preview-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.video-preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 26, 25, 0.55) 0%,
    rgba(8, 26, 25, 0.4) 45%,
    rgba(8, 26, 25, 0.75) 100%
  );
}

.video-preview-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 clamp(20px, 5vw, 64px);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-preview-kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
}

.video-preview-title {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(2.2rem, 5.4vw, 3.8rem);
  line-height: 1.18;
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.video-preview-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin: 0 auto 42px;
}

.video-play-btn {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--teal-800);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s var(--ease);
}

.video-play-btn:hover {
  background: var(--teal-600);
  color: #ffffff;
  transform: scale(1.06);
}

.video-play-icon {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(2px);
}

.video-play-icon svg {
  width: 100%;
  height: 100%;
}

.video-play-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  animation: videoPulse 2.2s var(--ease) infinite;
}

@keyframes videoPulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.video-play-label {
  margin-top: 18px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 640px) {
  .video-preview-section {
    height: 70vh;
    min-height: 460px;
  }

  .video-preview-bg {
    background-attachment: scroll;
  }

  .video-preview-text {
    font-size: 0.95rem;
  }

  .video-play-btn {
    width: 68px;
    height: 68px;
  }
}

/* ============================================================
    Video Modal
    ============================================================ */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s var(--ease),
    visibility 0.35s var(--ease);
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 26, 25, 0.88);
}

.video-modal-inner {
  position: relative;
  z-index: 2;
  width: min(1000px, 90vw);
  aspect-ratio: 16 / 9;
  transform: scale(0.94);
  transition: transform 0.35s var(--ease);
}

.video-modal.is-open .video-modal-inner {
  transform: scale(1);
}

.video-modal-frame {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #000;
}

.video-modal-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s var(--ease);
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

body.video-modal-lock {
  overflow: hidden;
}

.promo-collage {
  padding: 100px 0;
  background: var(--premium-ivory);
  overflow: hidden;
}

.promo-grid {
  width: 95%;
  max-width: 1650px;
  margin: auto;

  display: grid;
  grid-template-columns:
    230px
    230px
    540px
    230px
    230px;

  gap: 20px;

  height: 650px;
}

.promo-column {
  height: 650px;
  overflow: hidden;
}

.promo-swiper {
  height: 650px;
}

.promo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.promo-swiper .swiper-slide {
  height: auto;
}

.promo-image {
  height: 170px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fff;
}

.promo-image.large {
  height: 270px;
}

.promo-image.tall {
  height: 250px;
}

.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============ Promo Collage (Meridian by Lawns banner) ============ */
.promo-collage .pc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2.2fr 1fr 1fr;
  align-items: start;
  gap: 22px;
  width: 92%;
  max-width: 1640px;
  margin: 0 auto;
}

.promo-collage .pc-col.pc-side-col {
  height: 700px;
  overflow: hidden;
}

.promo-collage .pc-side-col.offset {
  margin-top: 60px;
}

.promo-collage .pc-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.promo-collage .pc-swiper .swiper-wrapper {
  display: flex !important;
  flex-direction: column !important;
  box-sizing: content-box;
  transition-timing-function: linear !important;
}

.promo-collage .pc-swiper .swiper-slide {
  width: 100% !important;
  height: calc((100% - 48px) / 3) !important;
  overflow: hidden;
  flex-shrink: 0;
}

.promo-collage .pc-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promo-collage .pc-banner {
  position: relative;
  height: 700px;
  padding: 70px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--theme-gradient);
}

.promo-collage .pc-banner:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(216, 184, 128, 0.35);
  pointer-events: none;
}

.promo-collage .pc-lamps {
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65%;
  height: 6px;
  background-image: radial-gradient(
    circle,
    rgba(230, 196, 120, 0.9) 2px,
    transparent 2.6px
  );
  background-size: 22px 6px;
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.65;
  filter: drop-shadow(0 0 4px rgba(230, 196, 120, 0.8));
}

.promo-collage .pc-kicker {
  position: relative;
  font-family: var(--body-font-family);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d9b978;
  margin-top: 28px;
  margin-bottom: 18px;
}

.promo-collage .pc-title {
  position: relative;
  font-family: var(--title-font);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--theme-color-light);
  margin-bottom: 22px;
}

.promo-collage .pc-brand {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}

.promo-collage .pc-tag {
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 34px;
}

.promo-collage .pc-banner .btn-box {
  margin-top: auto;
  padding-bottom: 10px;
}

.promo-collage .pc-banner .btn-box .theme-btn.btn-style-one {
  position: relative;
  background: var(--new-gold-color);
  border-color: var(--new-gold-color);
  color: #fff;
  border-radius: 4px;
  min-width: 0;
  height: auto;
}

.promo-collage .pc-banner .btn-box .theme-btn.btn-style-one:before {
  background-color: #fff;
}

.promo-collage .pc-banner .btn-box .theme-btn.btn-style-one:hover {
  color: var(--theme-color1);
}

.promo-collage .pc-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .promo-collage .pc-col.pc-side-col {
    height: 560px;
  }
  .promo-collage .pc-banner {
    height: 560px;
    padding: 50px 30px;
  }
  .promo-collage .pc-title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .promo-collage .pc-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
  .promo-collage .pc-col.pc-side-col {
    display: none;
  }
  .promo-collage .pc-banner {
    height: auto;
    padding: 60px 30px;
    min-width: 0;
  }
  .promo-collage .pc-mobile {
    display: block;
    width: 100%;
    min-width: 0;
    margin-top: 40px;
  }
  .promo-collage .pc-swiper-mobile {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .promo-collage .pc-swiper-mobile .swiper-slide {
    height: 280px;
  }
  .promo-collage .pc-swiper-mobile .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
  }
}

@media (max-width: 575px) {
  .promo-collage .pc-title {
    font-size: 28px;
  }
  .promo-collage .pc-banner {
    padding: 45px 20px;
  }
  .promo-collage .pc-swiper-mobile .swiper-slide {
    height: 200px;
  }
}

.promo-collage {
  padding: 90px 0;
  overflow: hidden;
  background: #faf8f4;
}

.promo-collage .auto-container {
  max-width: 1450px;
}

/* Continuous marquee motion ? required for delay:0 autoplay */
.promo-collage .pc-swiper .swiper-wrapper,
.promo-collage .pc-swiper-mobile .swiper-wrapper {
  transition-timing-function: linear !important;
}

.promo-collage .pc-swiper .swiper-slide {
  height: calc((100% - 48px) / 3) !important;
  box-sizing: border-box;
}

.promo-collage .pc-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-block-four.slick-current.slick-active .inner-box {
  background: var(--new-gold-color);
  box-shadow: 1px 0px 15px 2px #e7e1c0;
}
.testimonial-block-four.slick-current.slick-active
  .inner-box
  .content-box
  .text,
.testimonial-block-four.slick-current.slick-active .inner-box .icon,
.testimonial-block-four.slick-current.slick-active .info-box .name {
  color: white !important;
}
.testimonial-block-four.slick-current.slick-active .info-box .designation {
  color: #f2f2f2;
}
.feature-slide .sec-title p {
  color: #111;
}
.feature-slide .sec-title .text {
  color: #111;
  display: none;
}

/*=====================================================
    RESPONSIVE HEADER ? 1366px
=====================================================*/

@media (max-width: 1366px) {
  .main-header.header-style-four .main-box {
    width: calc(100% - 50px);
    margin: 18px auto 0;
    padding: 12px 24px;
    border-radius: 16px;
  }

  .main-header .navigation > li {
    margin: 0 14px;
  }

  .main-header .navigation > li > a {
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .logo img {
    max-height: 64px;
  }

  .header-contact-btn {
    height: 48px;
    padding: 0 22px;
    font-size: 14px;
    gap: 8px;
  }
}

/*=====================================================
    RESPONSIVE HEADER ? 1200px
=====================================================*/

@media (max-width: 1200px) {
  .main-header.header-style-four .main-box {
    width: calc(100% - 40px);
    margin: 14px auto 0;
    padding: 10px 20px;
    border-radius: 14px;
  }

  .logo img {
    max-height: 48px;
  }

  .main-header .navigation > li {
    margin: 0 10px;
  }

  .main-header .navigation > li > a {
    font-size: 13px;
    letter-spacing: 0.4px;
  }

  .main-header .navigation > li > a:after {
    bottom: -6px;
  }

  .header-style-four .main-box .nav-outer .nav .navigation li {
    margin-right: 18px;
  }

  .header-contact-btn {
    height: 44px;
    padding: 0 18px;
    font-size: 13px;
    gap: 6px;
    border-radius: 50px;
  }

  .header-contact-btn span {
    font-size: 13px;
  }

  .main-header .navigation > li > ul {
    min-width: 200px;
  }

  .main-header .navigation > li > ul > li > a {
    font-size: 13px;
    padding: 8px 20px;
  }

  .main-header.fixed-header .logo img {
    max-height: 50px;
  }
}

/*=====================================================
    RESPONSIVE HEADER ? 1199px (TABLET / MOBILE MENU)
=====================================================*/

@media (max-width: 1199.98px) {
  /* Hide desktop navigation ? not enough room; use hamburger */
  .main-header.header-style-four .nav-outer {
    display: none;
  }

  .main-header.header-style-four .header-right {
    display: none;
  }

  .main-header.header-style-four .main-box {
    width: calc(100% - 40px);
    margin: 14px auto 0;
    padding: 12px 20px;
    border-radius: 14px;
    justify-content: space-between;
    align-items: center;
  }

  .main-header.header-style-four.style-home5 .main-box {
    padding: 12px 18px;
  }

  .main-header.header-style-four .main-box .logo-box {
    flex: 1;
    min-width: 0;
  }

  .main-header.header-style-four.style-home5 .logo-box .logo img {
    max-height: 52px;
    width: auto;
  }

  /* Show mobile toggler inside main-box */
  .main-header.header-style-four .main-box .mobile-nav-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.35s;
    margin-left: 12px;
  }

  .main-header.header-style-four .main-box .mobile-nav-toggler:hover {
    color: #8fb8b3;
    border-color: rgba(143, 184, 179, 0.45);
    background: rgba(143, 184, 179, 0.1);
  }

  .logo img {
    max-height: 60px;
  }

  /* Mobile menu panel */
  .mobile-menu .menu-box {
    width: 320px;
  }

  .mobile-menu .menu-box .upper-box {
    padding: 24px 20px;
  }

  .mobile-menu .menu-box .upper-box .nav-logo img {
    max-height: 55px;
  }

  .mobile-menu .menu-box .upper-box .close-btn {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    font-size: 15px;
  }

  .mobile-menu .menu-box ul.navigation {
    padding: 10px 20px;
  }

  .mobile-menu .menu-box ul.navigation > li > a {
    font-size: 15px;
    padding: 12px 0;
    color: #d9d9d9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
  }

  .mobile-menu .menu-box ul.navigation > li > a:hover,
  .mobile-menu .menu-box ul.navigation > li.current > a {
    color: #8fb8b3;
  }

  /* Mobile dropdown */
  .mobile-menu .menu-box ul.navigation > li.dropdown > ul {
    padding-left: 16px;
  }

  .mobile-menu .menu-box ul.navigation > li.dropdown > ul > li > a {
    font-size: 14px;
    padding: 10px 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
  }

  /* Mobile contact info */
  .mobile-menu .menu-box ul.contact-list-one {
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box .title {
    font-size: 11px;
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box a {
    font-size: 14px;
  }

  /* Mobile social links */
  .mobile-menu .menu-box ul.social-links {
    padding: 16px 20px;
  }

  .mobile-menu .menu-box ul.social-links li a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  /* Sticky header at 1199 */
  .sticky-header .nav-outer .main-menu .navbar-collapse {
    display: none;
  }

  .sticky-header .inner-container {
    justify-content: space-between;
  }

  .sticky-header .mobile-nav-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    font-size: 20px;
  }

  .sticky-header .logo img {
    max-height: 50px;
  }

  /* Hide the duplicate header-right in sticky */
  .sticky-header .header-right {
    display: none;
  }
}

/*=====================================================
    RESPONSIVE HEADER ? 992px (TABLET PORTRAIT)
=====================================================*/

@media (max-width: 992px) {
  .main-header.header-style-four .main-box {
    width: calc(100% - 30px);
    margin: 12px auto 0;
    padding: 10px 16px;
    border-radius: 12px;
  }

  .main-header.header-style-four .main-box:before {
    border-radius: 12px;
  }

  .logo img {
    max-height: 54px;
  }

  .main-header.header-style-four .main-box .mobile-nav-toggler {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 10px;
  }

  /* Mobile menu panel ? slightly narrower */
  .mobile-menu .menu-box {
    width: 290px;
  }

  .mobile-menu .menu-box .upper-box {
    padding: 20px 16px;
  }

  .mobile-menu .menu-box .upper-box .nav-logo img {
    max-height: 48px;
  }

  .mobile-menu .menu-box ul.navigation {
    padding: 8px 16px;
  }

  .mobile-menu .menu-box ul.navigation > li > a {
    font-size: 14px;
    padding: 10px 0;
  }

  .mobile-menu .menu-box ul.contact-list-one {
    padding: 12px 16px;
  }

  .mobile-menu .menu-box ul.social-links {
    padding: 12px 16px;
  }

  /* Sticky header */
  .sticky-header .logo img {
    max-height: 44px;
  }

  .sticky-header .inner-container {
    padding: 8px 16px;
  }

  .sticky-header .mobile-nav-toggler {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  /* Fixed header logo */
  .main-header.fixed-header .logo img {
    max-height: 46px;
  }
}

/*=====================================================
    RESPONSIVE HEADER ? 767px (MOBILE LANDSCAPE)
=====================================================*/

@media (max-width: 767px) {
  .main-header.header-style-four {
    top: 0;
  }

  .main-header.header-style-four .main-box {
    width: calc(100% - 24px);
    margin: 10px auto 0;
    padding: 8px 14px;
    border-radius: 10px;
  }

  .main-header.header-style-four .main-box:before {
    border-radius: 10px;
  }

  .logo img {
    max-height: 48px;
  }

  .main-header.header-style-four .main-box .mobile-nav-toggler {
    width: 38px;
    height: 38px;
    font-size: 18px;
    border-radius: 8px;
  }

  /* Mobile menu ? full width on small screens */
  .mobile-menu .menu-box {
    width: 100%;
    max-width: 340px;
  }

  .mobile-menu .menu-box .upper-box {
    padding: 18px 16px;
  }

  .mobile-menu .menu-box .upper-box .nav-logo img {
    max-height: 44px;
  }

  .mobile-menu .menu-box .upper-box .close-btn {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .mobile-menu .menu-box ul.navigation {
    padding: 6px 16px;
    max-height: 50vh;
    overflow-y: auto;
  }

  .mobile-menu .menu-box ul.navigation > li > a {
    font-size: 14px;
    padding: 9px 0;
  }

  .mobile-menu .menu-box ul.navigation > li:last-child > a {
    border-bottom: none;
  }

  .mobile-menu .menu-box ul.navigation > li.dropdown > ul > li > a {
    font-size: 13px;
    padding: 8px 0;
  }

  .mobile-menu .menu-box ul.contact-list-one {
    padding: 10px 16px;
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box {
    padding: 4px 0;
  }
  .mobile-menu .contact-list-one .contact-info-box .icon {
    top: 12px !important;
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box .title {
    font-size: 10px;
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box a,
  .mobile-menu .menu-box ul.contact-list-one .contact-info-box span:last-child {
    font-size: 13px;
  }

  .mobile-menu .menu-box ul.social-links {
    padding: 10px 16px;
  }

  .mobile-menu .menu-box ul.social-links li a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  /* Sticky header */
  .sticky-header .auto-container {
    padding: 0 12px;
  }

  .sticky-header .inner-container {
    padding: 6px 12px;
  }

  .sticky-header .logo img {
    max-height: 40px;
  }

  .sticky-header .mobile-nav-toggler {
    width: 36px;
    height: 36px;
    font-size: 17px;
    border-radius: 8px;
  }

  /* Fixed header */
  .main-header.fixed-header .logo img {
    max-height: 40px;
  }

  .main-header.fixed-header .main-box {
    margin: 8px auto 0;
    padding: 6px 12px;
    border-radius: 10px;
  }
}

/*=====================================================
    RESPONSIVE HEADER ? 567px (MOBILE PORTRAIT)
=====================================================*/

@media (max-width: 567px) {
  .main-header.header-style-four .main-box {
    width: calc(100% - 16px);
    margin: 8px auto 0;
    padding: 6px 12px;
    border-radius: 8px;
  }

  .main-header.header-style-four .main-box:before {
    border-radius: 8px;
  }

  .logo img {
    max-height: 42px;
  }

  .main-header.header-style-four .main-box .mobile-nav-toggler {
    width: 36px;
    height: 36px;
    font-size: 15px;
    border-radius: 8px;
    border-width: 1px;
  }

  /* Mobile menu */
  .mobile-menu .menu-box {
    max-width: 100%;
  }

  .mobile-menu .menu-box .upper-box {
    padding: 14px 14px;
  }

  .mobile-menu .menu-box .upper-box .nav-logo img {
    max-height: 38px;
  }

  .mobile-menu .menu-box .upper-box .close-btn {
    top: 0;
    right: 14px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .mobile-menu .menu-box ul.navigation {
    padding: 4px 14px;
    max-height: 45vh;
  }

  .mobile-menu .menu-box ul.navigation > li > a {
    font-size: 13px;
    padding: 8px 0;
  }

  .mobile-menu .menu-box ul.navigation > li.dropdown > ul {
    padding-left: 12px;
  }

  .mobile-menu .menu-box ul.navigation > li.dropdown > ul > li > a {
    font-size: 12px;
    padding: 7px 0;
  }

  /* Sub-sub-dropdown */
  .mobile-menu .menu-box ul.navigation > li.dropdown > ul > li.dropdown > ul {
    padding-left: 12px;
  }

  .mobile-menu
    .menu-box
    ul.navigation
    > li.dropdown
    > ul
    > li.dropdown
    > ul
    > li
    > a {
    font-size: 12px;
    padding: 6px 0;
  }

  .mobile-menu .menu-box ul.contact-list-one {
    padding: 8px 14px;
  }

  .mobile-menu .menu-box ul.contact-list-one li {
    margin-bottom: 4px;
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box .icon {
    font-size: 15px;
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box .title {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .mobile-menu .menu-box ul.contact-list-one .contact-info-box a,
  .mobile-menu .menu-box ul.contact-list-one .contact-info-box span:last-child {
    font-size: 12px;
  }

  .mobile-menu .menu-box ul.social-links {
    padding: 8px 14px 14px;
    gap: 6px;
  }

  .mobile-menu .menu-box ul.social-links li a {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 8px;
  }

  /* Sticky header */
  .sticky-header .auto-container {
    padding: 0 8px;
  }

  .sticky-header .inner-container {
    padding: 4px 8px;
  }

  .sticky-header .logo img {
    max-height: 36px;
  }

  .sticky-header .mobile-nav-toggler {
    width: 34px;
    height: 34px;
    font-size: 15px;
    border-radius: 8px;
  }

  /* Fixed header */
  .main-header.fixed-header .logo img {
    max-height: 36px;
  }

  .main-header.fixed-header .main-box {
    width: calc(100% - 16px);
    margin: 6px auto 0;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .main-header.fixed-header .main-box:before {
    border-radius: 8px;
  }

  /* Search popup adjustments */
  .search-popup .search-inner {
    padding: 0 16px;
  }

  .search-popup .search-inner .form-group input {
    font-size: 15px; /* Prevents iOS zoom */
    height: 50px;
  }

  .search-popup .search-inner .form-group button {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }

  .search-popup .close-search {
    top: 20px;
    right: 16px;
    font-size: 22px;
  }
}

/*=====================================================
    ADDITIONAL UTILITY ? Ensure mobile-nav-toggler is 
    hidden on desktop, visible on tablet/mobile
=====================================================*/

/* Desktop: hide the toggler inside main-box */
@media (min-width: 1200px) {
  .main-header.header-style-four .main-box .mobile-nav-toggler {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .main-header.header-style-four .nav-outer .mobile-nav-toggler {
    display: none;
  }
}

/*=====================================================
    ADDITIONAL ? Smooth transition when going sticky 
   on smaller screens
=====================================================*/

@media (max-width: 1199.98px) {
  .main-header.header-style-four .main-box {
    transition: all 0.35s ease;
  }

  .main-header.fixed-header .main-box {
    background: rgba(8, 18, 24, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-color: rgba(24, 181, 164, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .main-header.fixed-header .main-box {
    margin-top: 4px;
  }
}

@media (max-width: 567px) {
  .main-header.fixed-header .main-box {
    margin-top: 3px;
  }
}

/*=====================================================
    VIDEO HERO ? transparent header, black on scroll
=====================================================*/

.main-header.header-style-four.style-dark.style-home5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  transition: box-shadow 0.4s ease;
}

/* backdrop-filter lives on .main-box (not the <header> itself) so it doesn't
   become the containing block for the fixed-position .mobile-menu off-canvas panel */
.main-header.header-style-four.style-dark.style-home5 .main-box {
  background-color: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    backdrop-filter 0.4s ease;
}

.main-header.header-style-four.style-dark.style-home5.header-scrolled {
  background-color: #1e4847 !important;
  box-shadow: 0 4px 24px rgba(30, 72, 71, 0.35);
}

.main-header.header-style-four.style-dark.style-home5.header-scrolled
  .main-box {
  background-color: #1e4847 !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Beat older .header-style-four.style-dark { position: relative } so home header stays fixed */
body.theme-light .main-header.header-style-four.style-dark.style-home5 {
  position: fixed !important;
  background-color: transparent;
}

.main-header.header-style-four.style-dark.style-home5.header-scrolled
  .header-right
  .primary-btn {
  background: var(--btn-accent);
  color: #111;
  border: 1px solid var(--btn-accent);
}

.main-header.header-style-four.style-dark.style-home5.header-scrolled
  .header-right
  .primary-btn:hover {
  background: #ffffff;
  color: var(--btn-primary);
  border-color: #ffffff;
}

.main-header.header-style-four.style-home5 .sticky-header {
  display: none !important;
}

@media (max-width: 1199px) {
  .main-header.header-style-four.style-dark.style-home5.header-scrolled
    .main-box {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.banner-section-seven {
  margin-top: 0;
  overflow: hidden;
}

/* Banner slider ? media visibility fix */
.banner-section-seven .hotelBannerSwiper .swiper-slide .banner-video,
.banner-section-seven
  .hotelBannerSwiper
  .swiper-slide
  .banner-video-box
  .image-1,
.banner-section-seven
  .hotelBannerSwiper
  .swiper-slide
  .banner-video-box
  .image-1
  img {
  opacity: 1 !important;
  visibility: visible !important;
}

.banner-section-seven .hotelBannerSwiper .swiper-pagination,
.banner-section-seven .hotelBannerSwiper .swiper-button-next,
.banner-section-seven .hotelBannerSwiper .swiper-button-prev {
  z-index: 10;
}

/*=====================================================
    Typography ? Manrope + Cormorant Garamond
=====================================================*/

body {
  font-family: "Manrope", sans-serif;
  font-weight: var(--font-weight-regular);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: var(--font-weight-semibold);
}

h2,
.h2 {
  font-size: 42px;
  line-height: 50px;
}

/*=====================================================
    Theme Light ? Premium Bright
=====================================================*/

body.theme-light {
  background: var(--premium-ivory);
  color: #111;
}

body.theme-light .main-footer,
body.theme-light .footer-style-one {
  background: #1e4847;
  color: #ffffff;
}

body.theme-light .main-footer .widget-title,
body.theme-light .main-footer .widget-content .text,
body.theme-light .main-footer .user-links li a,
body.theme-light .main-footer .contact-list .list-info,
body.theme-light .main-footer .footer-bottom .copyright-text,
body.theme-light .main-footer .footer-bottom .copyright-text span,
body.theme-light .main-footer .widget-social .social-icon li a {
  color: #ffffff;
}

body.theme-light .main-footer .user-links li a:hover,
body.theme-light .main-footer .widget-social .social-icon li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

body.theme-light .primary-btn {
  background: var(--btn-primary);
  color: #ffffff;
  border: 1px solid var(--btn-primary);
  box-shadow: var(--btn-shadow);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.25s ease;
}

body.theme-light .primary-btn:hover {
  background: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(143, 184, 179, 0.35);
  transform: translateY(-1px);
}

body.theme-light
  .main-header.header-style-four.style-home5
  .header-right
  .primary-btn {
  background: var(--btn-primary);
  color: #ffffff;
  border: 1px solid var(--btn-primary);
  box-shadow: var(--btn-shadow);
}

body.theme-light
  .main-header.header-style-four.style-home5
  .header-right
  .primary-btn:hover {
  background: var(--btn-primary-hover);
  color: #ffffff;
  border-color: var(--btn-primary-hover);
}

body.theme-light
  .main-header.header-style-four.style-home5.header-scrolled
  .header-right
  .primary-btn {
  background: var(--btn-accent);
  color: #111;
  border: 1px solid var(--btn-accent);
  box-shadow: 0 6px 20px rgba(212, 188, 150, 0.35);
}

body.theme-light
  .main-header.header-style-four.style-home5.header-scrolled
  .header-right
  .primary-btn:hover {
  background: #ffffff;
  color: var(--btn-primary);
  border-color: #ffffff;
}

body.theme-light .outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

body.theme-light .outline-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: #ffffff;
}

body.theme-light .scroll-to-top {
  background: var(--btn-primary);
  color: #ffffff;
}

body.theme-light .header-style-four.style-dark {
  background-color: transparent;
}

body.theme-light .header-style-four.style-dark.style-home5.header-scrolled,
body.theme-light
  .header-style-four.style-dark.style-home5.header-scrolled
  .main-menu
  .navigation
  > li
  > a {
  color: #ffffff;
}

body.theme-light .feature-section-five {
  background: var(--premium-cream);
  color: #111;
}

body.theme-light
  .feature-section-five
  .content-column
  .inner-column
  .sec-title
  h2 {
  color: #111;
}

body.theme-light .feature-slide .sec-title p {
  color: #111;
}

body.theme-light .video-section-three:not(.service-section-two),
body.theme-light .sticky-header,
body.theme-light .header-style-four .sticky-header.fixed-header {
  background: var(--theme-gradient) !important;
}

body.theme-light .lux-video-section {
  background: #1e4847;
}

body.theme-light .video-overlay {
  background: linear-gradient(rgba(22, 17, 13, 0.65), rgba(30, 72, 71, 0.42));
}

body.theme-light .lux-video-overlay {
  background: linear-gradient(
    to right,
    rgba(22, 17, 13, 0.48) 0%,
    rgba(30, 72, 71, 0.22) 50%,
    rgba(22, 17, 13, 0.3) 100%
  );
}

body.theme-light .luxury-cta-bg {
  background: linear-gradient(
    90deg,
    rgba(22, 17, 13, 0.5) 0%,
    rgba(30, 72, 71, 0.24) 42%,
    rgba(255, 255, 255, 0.04) 100%
  );
}

body.theme-light .service-section-two .outer-box:before {
  background-color: rgba(22, 17, 13, 0.22);
}

body.theme-light .about-section-three,
body.theme-light .about-section-seven.style-luxury2,
body.theme-light .venue-story-section,
body.theme-light .testimonial-section-four,
body.theme-light .news-section,
body.theme-light .promo-collage,
body.theme-light .luxury-cta-section {
  background: var(--premium-ivory) !important;
}

body.theme-light .btn-style-one:before,
body.theme-light .theme-btn:before {
  background-color: var(--btn-primary);
}

body.theme-light .btn-style-one {
  color: var(--btn-primary);
  border-color: var(--btn-primary);
  background: transparent;
}

body.theme-light .btn-style-one:hover {
  color: #ffffff;
}

body.theme-light .theme-btn {
  background-color: var(--btn-primary);
  color: #ffffff;
  box-shadow: var(--btn-shadow);
  border: 1px solid var(--btn-primary);
}

body.theme-light .theme-btn:hover {
  background-color: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(143, 184, 179, 0.35);
}

/* Hero & banner ? solid primary + transparent outline */
body.theme-light .theme-btn.outline-btn,
body.theme-light .banner-btns .outline-btn {
  background-color: transparent !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  box-shadow: none;
}

body.theme-light .theme-btn.outline-btn:before {
  display: none;
}

body.theme-light .theme-btn.outline-btn:hover,
body.theme-light .banner-btns .outline-btn:hover {
  background-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
}

body.theme-light .banner-btns .primary-btn {
  background: var(--btn-primary);
  border: 1px solid var(--btn-primary);
  box-shadow: var(--btn-shadow);
}

body.theme-light .banner-btns .primary-btn:hover {
  background: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
}

/*=====================================================
    Header dropdowns ? professional luxury panel
=====================================================*/

@media (min-width: 1200px) {
  .main-header.header-style-four .main-menu .navigation > li.dropdown {
    position: relative;
  }

  /* Shared panel shell ? brand teal */
  .main-header.header-style-four .main-menu .navigation > li > ul,
  .main-header.header-style-four .main-menu .navigation > li > ul > li > ul {
    list-style: none;
    margin: 0 !important;
    padding: 8px 0;
    min-width: 250px;
    width: max-content;
    max-width: 300px;
    background: var(--btn-primary) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.22);
    overflow: visible;
  }

  /* Primary dropdown */
  .main-header.header-style-four .main-menu .navigation > li > ul {
    top: calc(100% + 10px);
    left: 50% !important;
    right: auto;
    transform: translateX(-50%) translateY(6px);
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease;
    z-index: 120;
  }

  /* Hover bridge */
  .main-header.header-style-four .main-menu .navigation > li > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
    background: transparent;
  }

  .main-header.header-style-four
    .main-menu
    .navigation
    > li.dropdown:hover
    > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    top: calc(100% + 10px);
    margin-top: 0 !important;
  }

  .main-header.header-style-four .main-menu .navigation > li > ul > li,
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li
    > ul
    > li {
    position: relative;
    width: 100%;
    border: none;
    background: transparent;
  }

  /* Default item */
  .main-header.header-style-four .main-menu .navigation > li > ul > li > a,
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li
    > ul
    > li
    > a,
  .main-header.header-style-four
    .main-box
    .nav-outer
    .nav
    .navigation
    > li
    > ul
    > li
    > a,
  .main-header.header-style-four
    .main-box
    .nav-outer
    .nav
    .navigation
    > li
    > ul
    > li
    > ul
    > li
    > a {
    position: relative;
    display: block;
    margin: 0;
    padding: 12px 22px;
    color: #ffffff !important;
    background: transparent !important;
    font-family: var(--text-font), "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    border-radius: 0;
    transition:
      color 0.2s ease,
      background-color 0.2s ease;
  }

  /* Hover item ? white row, dark text */
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li:hover
    > a,
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li
    > ul
    > li:hover
    > a,
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li
    > a:hover,
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li
    > ul
    > li
    > a:hover,
  .main-header.header-style-four
    .main-box
    .nav-outer
    .nav
    .navigation
    > li
    > ul
    > li:hover
    > a,
  .main-header.header-style-four
    .main-box
    .nav-outer
    .nav
    .navigation
    > li
    > ul
    > li
    > ul
    > li:hover
    > a,
  .main-header.header-style-four
    .main-box
    .nav-outer
    .nav
    .navigation
    > li
    > ul
    > li
    > a:hover,
  .main-header.header-style-four
    .main-box
    .nav-outer
    .nav
    .navigation
    > li
    > ul
    > li
    > ul
    > li
    > a:hover {
    color: #111 !important;
    background: #ffffff !important;
  }

  /* Nested parent caret */
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li.dropdown
    > a {
    padding-right: 40px;
  }

  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li.dropdown
    > a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.75;
    transition:
      opacity 0.2s ease,
      border-color 0.2s ease;
  }

  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li.dropdown:hover
    > a::after {
    opacity: 1;
    border-color: #111;
  }

  /* Nested flyout */
  .main-header.header-style-four .main-menu .navigation > li > ul > li > ul {
    left: 100%;
    top: 0;
    margin-top: 0 !important;
    margin-left: 0;
    transform: translateX(8px);
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease,
      transform 0.2s ease;
    z-index: 130;
  }

  /* Bridge into nested panel */
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li
    > ul::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 12px;
    background: transparent;
  }

  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li.dropdown:hover
    > ul,
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    > li.dropdown
    > ul:hover {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    top: 0;
    margin-top: 0 !important;
  }

  /* Hide theme dropdown-btn icons inside panels (desktop) */
  .main-header.header-style-four
    .main-menu
    .navigation
    > li
    > ul
    .dropdown-btn {
    display: none !important;
  }
}

body.theme-light .mobile-menu .menu-box {
  background: #1e4847;
}

body.theme-light .mobile-menu .menu-backdrop {
  background: rgba(22, 17, 13, 0.55);
}

/*=====================================================
    Premium Bright ? Section polish
=====================================================*/

body.theme-light .service-section-two {
  background: var(--premium-cream) !important;
}

body.theme-light .sec-title h2,
body.theme-light .venue-story-left h2 {
  color: #111;
}

body.theme-light .scroll-to-top {
  background: var(--btn-primary);
  color: #ffffff;
  box-shadow: var(--btn-shadow);
}

body.theme-light .scroll-to-top:hover {
  background: var(--btn-primary-hover);
}

/*=====================================================
    Premium Bright ? Section harmony & alignment
=====================================================*/

body.theme-light .about-section-three {
  background: var(--premium-ivory) !important;
  padding: 100px 0 80px;
}

body.theme-light .about-section-three .content-column .inner-column {
  margin-right: 0;
  padding: 15px 15px 50px;
}

@media (min-width: 992px) {
  body.theme-light .about-section-three .content-column .inner-column {
    padding-left: 40px;
    padding-right: 20px;
  }

  body.theme-light .about-section-three .image-column .inner-column {
    padding-right: 15px;
  }
}

body.theme-light .service-section-two,
body.theme-light .service-section-two.video-section-three {
  background: var(--premium-cream) !important;
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}

body.theme-light .service-section-two.video-section-three:before {
  display: none;
}

body.theme-light .service-section-two .sec-title h2 {
  color: #111 !important;
}

body.theme-light .service-section-two .sec-title .text {
  color: #111 !important;
}

body.theme-light .about-section-seven,
body.theme-light .about-section-seven.style-luxury2 {
  background: var(--premium-ivory) !important;
  padding: 100px 0;
}

body.theme-light .venue-story-section {
  background: var(--premium-cream) !important;
  padding: 100px 0;
}

body.theme-light .promo-collage {
  background: var(--premium-ivory) !important;
  padding: 100px 0;
}

body.theme-light .testimonial-section-four {
  background: var(--premium-cream) !important;
  padding: 60px 0 120px;
}

body.theme-light .feature-section-five {
  background: var(--premium-ivory) !important;
  padding: 0;
}

body.theme-light .feature-section-five .feature-slide .sec-title h2 {
  color: #ffffff !important;
}

body.theme-light .news-section {
  background: var(--premium-cream) !important;
  padding: 80px 0 100px;
}

body.theme-light .sec-title h2,
body.theme-light .sec-title .text,
body.theme-light .venue-story-left p {
  color: #111;
}

body.theme-light .sec-title .text {
  color: #111;
}

body.theme-light .lux-video-section {
  margin: 0;
  width: 100%;
}

body.theme-light section .auto-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body.theme-light .service-section-two > .auto-container {
  margin-bottom: 40px;
}

body.theme-light .service-section-two .outer-box {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

body.theme-light .venue-story-wrapper {
  align-items: flex-start;
  gap: 60px;
}

body.theme-light .venue-item {
  background: var(--premium-white);
  border-color: rgba(30, 72, 71, 0.12);
}

body.theme-light .feature-section-five .feature-slider .slick-arrow {
  border-color: rgba(30, 72, 71, 0.2);
  color: #1e4847;
}

body.theme-light .feature-section-five .feature-slider .slick-arrow:before {
  color: #1e4847;
}

body.theme-light .feature-section-five .feature-slider .slick-arrow:hover {
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
  color: #ffffff;
}

@media (max-width: 991px) {
  body.theme-light .venue-story-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  body.theme-light .venue-story-left {
    width: 100%;
    position: relative;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .main-header.header-style-four.style-home5 .main-menu .navigation {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .main-header.header-style-four.style-home5 .main-menu .navigation > li {
    float: none;
    flex-shrink: 0;
    padding: 18px 0;
    margin-right: 36px;
  }

  .main-header.header-style-four.style-home5
    .main-menu
    .navigation
    > li:last-child {
    margin-right: 0;
  }

  .main-header.header-style-four.style-home5
    .main-menu
    .navigation
    > li.dropdown {
    position: relative;
  }

  .main-header.header-style-four.style-home5
    .main-menu
    .navigation
    li.dropdown
    .dropdown-btn {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: -8px;
    color: rgba(255, 255, 255, 0.92);
  }

  .main-header.header-style-four.style-home5.header-scrolled
    .main-menu
    .navigation
    li.dropdown
    .dropdown-btn {
    color: rgba(255, 255, 255, 0.92);
  }
}

/*=====================================================
    Index ? h2 at 32px below 1200px
=====================================================*/

@media (max-width: 1199.98px) {
  :root {
    --h2-font-size: 32px;
    --h2-line-height: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .venue-story-left h2,
  body.theme-light .venue-story-left h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .promo-collage .pc-title,
  .pc-title {
    font-size: 32px;
    line-height: 1.25;
  }
}

/*=====================================================
    Premium Bright ? Font weight consistency
=====================================================*/

body.theme-light {
  font-weight: var(--font-weight-regular);
}

body.theme-light p,
body.theme-light .text,
body.theme-light li,
body.theme-light label,
body.theme-light .sec-title p,
body.theme-light .sec-title .text,
body.theme-light .venue-story-left p,
body.theme-light .venue-item p,
body.theme-light .banner-content p,
body.theme-light .promo-collage .pc-tag,
body.theme-light .main-footer,
body.theme-light .main-footer p {
  font-weight: var(--font-weight-regular);
}

body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light h4,
body.theme-light h5,
body.theme-light h6,
body.theme-light .h1,
body.theme-light .h2,
body.theme-light .h3,
body.theme-light .h4,
body.theme-light .h5,
body.theme-light .h6,
body.theme-light .sec-title h2,
body.theme-light .banner-content h1,
body.theme-light .venue-item h3,
body.theme-light .venue-story-left h2,
body.theme-light .promo-collage .pc-title,
body.theme-light .pc-title,
body.theme-light .promo-collage .pc-brand,
body.theme-light .widget-title {
  font-weight: var(--font-weight-semibold);
}

body.theme-light .sec-title .sub-title,
body.theme-light .banner-subtitle,
body.theme-light .promo-collage .pc-kicker,
body.theme-light .theme-btn,
body.theme-light .primary-btn,
body.theme-light .outline-btn,
body.theme-light .btn-style-one,
body.theme-light .btn-style-one .btn-title,
body.theme-light .main-header .navigation > li > a,
body.theme-light .header-style-four .main-menu .navigation > li > a,
body.theme-light .mobile-menu .menu-box ul.navigation > li > a,
body.theme-light strong,
body.theme-light b {
  font-weight: var(--font-weight-semibold);
}

/* Page-header hero (Our Story / About Us breadcrumb banner) -
   these classes had no styles anywhere, so the background image
   never rendered (collapsed 0-height div) */
.page-header .hero-wrap {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-header .hero-bg-our-story {
  background-image: url("../images/meridian-images/courtyard.png");
}

.page-header .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 14, 15, 0.55) 0%,
    rgba(10, 14, 15, 0.25) 50%,
    rgba(10, 14, 15, 0.5) 100%
  );
}

.page-header .hero-content {
  position: relative;
  width: 100%;
}

.page-header .hero-content h1 {
  color: #ffffff;
}

.page-header .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header .breadcrumb li {
  position: relative;
  color: #ffffff;
  margin-right: 20px;
  text-transform: capitalize;
}

.page-header .breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -14px;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-header .breadcrumb li:last-child {
  margin-right: 0;
}

.page-header .breadcrumb li:last-child:after {
  display: none;
}

.page-header .breadcrumb li a {
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-header .breadcrumb li a:hover {
  opacity: 1;
}

/* Our Story page - premium numbered highlight sections
   (Amenities / Property Highlights / Our Services) */
.premium-highlights-section {
  padding: 120px 0;
}

.premium-highlights-section.bg-light-alt {
  background-color: var(--theme-light-background);
}

.premium-highlights-section .sec-title {
  margin-bottom: 60px;
}

.premium-highlights-section .text-primary {
  color: var(--btn-primary);
}

.premium-highlights-section .highlight-card {
  position: relative;
  height: 100%;
  padding: 45px 40px 40px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid rgba(22, 17, 13, 0.08);
  border-radius: 6px;
  transition: all 0.4s ease;
}

.premium-highlights-section .highlight-card:hover {
  box-shadow: 0 25px 50px rgba(22, 17, 13, 0.08);
  border-color: var(--btn-primary);
  transform: translateY(-6px);
}

.premium-highlights-section .highlight-card .number {
  display: block;
  font-family: var(--title-font);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  color: var(--btn-primary);
  opacity: 0.35;
  margin-bottom: 18px;
}

.premium-highlights-section .highlight-card h3 {
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--headings-color);
  margin-bottom: 14px;
}

.premium-highlights-section .highlight-card p {
  font-family: var(--text-font);
  color: rgba(22, 17, 13, 0.65);
  margin-bottom: 0;
}

/* ===================== About (Mist-style) Section ===================== */
.about-mist-section {
  padding: 110px 0;
  background: var(--theme-color3);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .about-mist-section {
    padding: 70px 0;
  }
}

.about-mist-section .content-column .inner-column {
  max-width: 560px;
}

.about-mist-section .mist-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid rgba(30, 72, 71, 0.25);
  color: var(--theme-color1);
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.about-mist-section .mist-title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 46px;
  line-height: 1.2;
  color: var(--headings-color);
  margin-bottom: 22px;
}

.about-mist-section .mist-title span {
  color: var(--theme-color4);
}

@media (max-width: 767.98px) {
  .about-mist-section .mist-title {
    font-size: 32px;
  }
}

.about-mist-section .mist-text {
  font-family: var(--text-font);
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-color9);
  margin-bottom: 18px;
}

.about-mist-section .mist-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.about-mist-section .mist-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 30px;
  background: var(--theme-color1);
  color: #fff;
  font-family: var(--text-font);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid var(--theme-color1);
  transition: all 0.3s ease;
}

.about-mist-section .mist-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--theme-color4);
  color: var(--theme-color1);
  font-size: 13px;
}

.about-mist-section .mist-btn:hover {
  background: var(--theme-color4);
  border-color: var(--theme-color4);
  color: var(--theme-color1);
}

.about-mist-section .mist-btn:hover i {
  background: var(--theme-color1);
  color: #fff;
}

.about-mist-section .mist-call {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-mist-section .mist-call-icon {
  width: 46px;
  height: 46px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 72, 71, 0.25);
  color: var(--theme-color1);
  font-size: 15px;
}

.about-mist-section .mist-call-label {
  display: block;
  font-family: var(--text-font);
  font-size: 13px;
  color: var(--text-color9);
}

.about-mist-section .mist-call-text a {
  font-family: var(--title-font);
  font-size: 19px;
  font-weight: 600;
  color: var(--headings-color);
}

.about-mist-section .mist-call-text a:hover {
  color: var(--theme-color1);
}

.about-mist-section .mist-image-frame {
  position: relative;
}

.about-mist-section .mist-image-frame figure {
  position: relative;
  border: 1px solid rgba(30, 72, 71, 0.15);
}

.about-mist-section .mist-image-frame figure img {
  width: 100%;
  display: block;
}

.about-mist-section .mist-badge-circle {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 110px;
  height: 110px;
  background: var(--theme-color2);
  border: 1px solid rgba(30, 72, 71, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-mist-section .mist-badge-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: mistBadgeSpin 14s linear infinite;
}

.about-mist-section .mist-badge-circle text {
  font-family: var(--text-font);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  fill: var(--theme-color1);
  text-transform: uppercase;
}

.about-mist-section .mist-badge-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color1);
  color: var(--theme-color4);
  border-radius: 50%;
  font-size: 15px;
}

@keyframes mistBadgeSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-mist-section .mist-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 22px;
  background: rgba(22, 17, 13, 0.72);
  color: #fff;
  font-family: var(--text-font);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .about-mist-section .mist-badge-circle {
    width: 88px;
    height: 88px;
  }
  .about-mist-section .mist-caption {
    font-size: 13px;
    padding: 14px 16px;
  }
}

/* ===================== Blog Detail ? Hero ===================== */
.page-header .blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 600;
}

.page-header .blog-back-link:hover {
  color: #fff;
}

.page-header .blog-hero-category {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--theme-color4);
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.page-header .blog-hero-title {
  max-width: 860px;
  margin: 0 auto;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 46px;
  line-height: 1.25;
  color: #fff;
}

@media (max-width: 767.98px) {
  .page-header .blog-hero-title {
    font-size: 30px;
  }
}

/* ===================== Blog Breadcrumb Strip ===================== */
.blog-breadcrumb-strip {
  background: var(--theme-color1);
}

.blog-breadcrumb-strip .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.blog-breadcrumb-strip .breadcrumb li {
  position: relative;
  margin-right: 26px;
  padding-right: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-breadcrumb-strip .breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: 0;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
  color: rgba(255, 255, 255, 0.4);
}

.blog-breadcrumb-strip .breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #fff;
}

.blog-breadcrumb-strip .breadcrumb li:last-child:after {
  display: none;
}

.blog-breadcrumb-strip .breadcrumb li a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease;
}

.blog-breadcrumb-strip .breadcrumb li a:hover {
  color: #fff;
}

/* ===================== Blog Hero Meta ===================== */
.blog-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center; /* centers the complete row */
  gap: 30px;
  width: 100%;
  /* border-top: 1px solid #ffffff5c; */
  margin-top: 20px;
}

.blog-meta-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  margin: 0;

  padding-top: 20px;
}

.blog-meta-list i {
  margin-right: 6px;
  color: var(--theme-color4);
}

.blog-meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
}

.blog-meta-author img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.blog-share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-share-label {
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-right: 2px;
}

.blog-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-share-link:hover {
  background: #1e4847;
  border-color: #1e4847;
  color: #fff;
}

.blog-share-link.share-copy.copied {
  background: var(--theme-color4);
  border-color: var(--theme-color4);
  color: var(--theme-color1);
}

@media (max-width: 767.98px) {
  .blog-hero-meta {
    flex-direction: column;
    gap: 16px;
  }
}

/* ===================== Blog Detail Section ===================== */
.blog-detail-section {
  padding: 70px 0 110px;
  background: var(--theme-color3);
}

@media (max-width: 991.98px) {
  .blog-detail-section {
    padding: 50px 0 70px;
  }
}

.blog-detail-section * {
  border-radius: 0 !important;
}

.blog-detail-post {
  background: #fff;
  border: 1px solid rgba(30, 72, 71, 0.12);
  padding: 50px;
}

@media (max-width: 767.98px) {
  .blog-detail-post {
    padding: 26px;
  }
}

.blog-detail-image {
  margin: 0 0 34px;
}

.blog-detail-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.blog-detail-content {
  font-family: var(--text-font);
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-color9);
}

.blog-detail-content p {
  margin-bottom: 22px;
}

.blog-detail-content h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 27px;
  color: var(--headings-color);
  margin: 42px 0 18px;
}

.blog-html-content ul,
.blog-html-content ol {
  margin: 0 0 22px 1.2rem;
}

.blog-html-content li {
  margin-bottom: 8px;
}

.blog-html-content img {
  width: 100%;
  height: auto;
  margin: 18px 0;
}

.blog-html-content blockquote {
  margin: 28px 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--theme-color1, #1e4847);
}

.blog-detail-quote {
  margin: 34px 0;
  padding: 26px 32px;
  border-left: 3px solid #1e4847;
  background: #1e484714;
}

.blog-detail-quote blockquote {
  margin: 0;
  font-family: var(--title-font);
  font-style: italic;
  font-size: 20px;
  color: var(--headings-color);
}

.blog-detail-quote figcaption {
  margin-top: 10px;
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-color1);
}

/* Tags */
.blog-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 44px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(30, 72, 71, 0.1);
}

.blog-tags-label {
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--headings-color);
  margin-right: 4px;
}

.blog-tags a {
  padding: 6px 16px;
  border: 1px solid rgba(30, 72, 71, 0.2);
  color: var(--theme-color1);
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
}

.blog-tags a:hover {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #fff;
}

/* Author card */
.blog-author-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 34px;
  padding: 28px;
  background: var(--theme-color3);
  border: 1px solid rgba(30, 72, 71, 0.1);
}

.blog-author-card img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  flex: none;
  border: 1px solid rgba(30, 72, 71, 0.2);
}

.blog-author-label {
  display: block;
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin-bottom: 4px;
}

.blog-author-card h6 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 19px;
  color: var(--headings-color);
  margin: 0 0 8px;
}

.blog-author-card p {
  font-family: var(--text-font);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-color9);
  margin: 0;
}

/* Prev / next post nav */
.blog-post-nav {
  display: flex;
  margin-top: 34px;
  border: 1px solid rgba(30, 72, 71, 0.12);
}

.blog-post-nav-link {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 26px;
  font-family: var(--text-font);
  color: var(--headings-color);
}

.blog-post-nav-link.next {
  justify-content: flex-end;
  text-align: right;
  border-left: 1px solid rgba(30, 72, 71, 0.12);
}

.blog-post-nav-link i {
  color: var(--theme-color1);
  font-size: 14px;
}

.blog-post-nav-link small {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-color9);
  margin-bottom: 4px;
}

.blog-post-nav-link strong {
  display: block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 15px;
}

.blog-post-nav-link:hover strong {
  color: var(--theme-color1);
}

@media (max-width: 575.98px) {
  .blog-post-nav {
    flex-direction: column;
  }
  .blog-post-nav-link.next {
    border-left: none;
    border-top: 1px solid rgba(30, 72, 71, 0.12);
    justify-content: flex-start;
    text-align: left;
  }
}
.blog-tags-share-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

/* LEFT SIDE - TAGS */
.blog-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

/* RIGHT SIDE - SHARE */
.blog-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

/* Labels */
.blog-tags-label,
.blog-share-label {
  margin-right: 8px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .blog-tags-share-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .blog-share {
    margin-left: 0;
  }
}
/* Related posts */
.blog-related {
  margin-top: 50px;
}

.blog-related-title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 24px;
  color: var(--headings-color);
  margin-bottom: 26px;
}

.blog-related-card {
  display: block;
  background: #fff;
  border: 1px solid rgba(30, 72, 71, 0.12);
  height: 100%;
}

.blog-related-card figure {
  margin: 0;
  overflow: hidden;
}

.blog-related-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.blog-related-card:hover img {
  transform: scale(1.06);
}

.blog-related-date {
  display: block;
  padding: 16px 18px 0;
  font-family: var(--text-font);
  font-size: 12px;
  color: var(--text-color9);
}

.blog-related-card h6 {
  padding: 8px 18px 18px;
  margin: 0;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 15px;
  color: var(--headings-color);
}

/* Comments */
.blog-comments {
  margin-top: 50px;
  background: #fff;
  border: 1px solid rgba(30, 72, 71, 0.12);
  padding: 44px;
}

@media (max-width: 767.98px) {
  .blog-comments {
    padding: 24px;
  }
}

.blog-comment-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.blog-comment-list li {
  display: flex;
  gap: 18px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(30, 72, 71, 0.1);
}

.blog-comment-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-avatar {
  width: 54px;
  height: 54px;
  object-fit: cover;
  flex: none;
  border: 1px solid rgba(30, 72, 71, 0.15);
}

.comment-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.comment-head h6 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 15px;
  color: var(--headings-color);
  margin: 0;
}

.comment-head h6 span {
  margin-left: 8px;
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-color9);
}

.comment-head a {
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-color1);
  white-space: nowrap;
}

.comment-head a:hover {
  color: var(--theme-color4);
}

.blog-comment-list p {
  font-family: var(--text-font);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color9);
  margin: 0;
}

.blog-comment-form-title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  color: var(--headings-color);
  margin-bottom: 22px;
}

.blog-detail-form .form-label {
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--headings-color);
  margin-bottom: 8px;
}

.blog-detail-form .form-control {
  border: 1px solid rgba(30, 72, 71, 0.25);
  padding: 13px 18px;
  font-family: var(--text-font);
  font-size: 15px;
  box-shadow: none;
}

.blog-detail-form .form-control:focus {
  border-color: var(--theme-color1);
  box-shadow: none;
}

.blog-detail-form .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-image-intro {
  margin: 0 auto 35px;
  text-align: left;
}

.blog-image-intro h2 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: left;
}

.blog-image-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  text-align: left;
}

.blog-large-image {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.blog-large-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-feature-points {
  margin: 35px 0;
}

.blog-feature-points h3 {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  color: #1d1d1d;
}

.blog-feature-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-feature-points ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Teal point */
.blog-feature-points ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #1e4847;
  border-radius: 50%;
}

/* Optional hover */
/* .blog-feature-points ul li:hover {
    color: #0f8b8d;
} */

@media (max-width: 767px) {
  .blog-feature-points h3 {
    font-size: 28px;
  }

  .blog-feature-points ul li {
    font-size: 14px;
    padding-left: 24px;
  }
}

/***

====================================================================
    Why Choose Section (Our Story page)
====================================================================

***/
.why-choose-section {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.why-choose-block {
  position: relative;
  padding: 24px 28px;
  border-top: 1px solid rgba(30, 72, 71, 0.15);
}

.why-choose-grid .why-choose-block:nth-child(-n + 3) {
  border-top: none;
}

.why-choose-grid .why-choose-block:not(:nth-child(3n)) {
  border-right: 1px solid rgba(30, 72, 71, 0.15);
}

.why-choose-block .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  margin-bottom: 14px;
}

.why-choose-block .icon-box i {
  font-size: 22px;
  color: var(--theme-color1);
}

.why-choose-block .title {
  margin-bottom: 8px;
  line-height: 1.3;
}

.why-choose-block .text {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991.98px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-choose-grid .why-choose-block:nth-child(-n + 3) {
    border-top: 1px solid rgba(30, 72, 71, 0.15);
  }

  .why-choose-grid .why-choose-block:nth-child(-n + 2) {
    border-top: none;
  }

  .why-choose-grid .why-choose-block:not(:nth-child(3n)) {
    border-right: none;
  }

  .why-choose-grid .why-choose-block:nth-child(odd) {
    border-right: 1px solid rgba(30, 72, 71, 0.15);
  }
}

@media (max-width: 575.98px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-grid .why-choose-block {
    border-right: none !important;
  }

  .why-choose-grid .why-choose-block:nth-child(n) {
    border-top: 1px solid rgba(30, 72, 71, 0.15);
  }

  .why-choose-grid .why-choose-block:first-child {
    border-top: none;
  }
}

/***

====================================================================
    Experience Section (Our Story page)
====================================================================

***/
.experience-section {
  padding: 100px 0;
}

.experience-content .sec-title {
  margin-bottom: 40px;
}

.experience-content .sec-title h2 {
  font-size: 42px;
  line-height: 50px;
}

.experience-list {
  display: flex;
  flex-direction: column;
}

.experience-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid rgba(30, 72, 71, 0.15);
}

.experience-item:first-child {
  border-top: none;
  padding-top: 0;
}

.experience-item .icon-box {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.experience-item .icon-box i {
  font-size: 24px;
  color: var(--theme-color1);
}

.experience-item .icon-box-purple {
  background-color: rgba(30, 72, 71, 0.08);
}

.experience-item .icon-box-green {
  background-color: rgba(105, 145, 10, 0.12);
}

.experience-item .icon-box-green i {
  color: var(--theme-color6);
}

.experience-item .icon-box-teal {
  background-color: rgba(143, 184, 179, 0.25);
}

.experience-item .icon-box-teal i {
  color: var(--theme-color5);
}

.experience-item .content .title {
  margin-bottom: 8px;
}

.experience-item .content .text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 460px;
}

.experience-image {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.experience-image figure {
  height: 520px;
}

.experience-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
}

@media (max-width: 991.98px) {
  .experience-image figure {
    height: 420px;
  }
}

@media (max-width: 575.98px) {
  .experience-image figure {
    height: 320px;
  }
}

.experience-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: rgba(22, 17, 13, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 50px;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  transition: background-color 300ms ease;
}

.experience-badge:hover {
  background-color: rgba(22, 17, 13, 0.75);
}

.experience-badge .badge-text {
  color: #fff;
  font-family: var(--title-font);
  font-size: 17px;
  line-height: 1.3;
}

.experience-badge .badge-play {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme-color1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .experience-content {
    margin-bottom: 50px;
  }

  .experience-content .sec-title h2 {
    font-size: 34px;
  }
}

/***

====================================================================
    Venue Showcase Section
====================================================================

***/
.venue-showcase-section {
  padding: 100px 0;
}

.venue-showcase-content .sec-title {
  margin-bottom: 30px;
}

.venue-showcase-content .btn-box {
  display: flex;
  margin-top: 10px;
}

.venue-showcase-image {
  position: relative;
  overflow: hidden;
}

.venue-showcase-image figure {
  height: 480px;
}

.venue-showcase-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
}

@media (max-width: 991.98px) {
  .venue-showcase-content {
    margin-bottom: 50px;
  }

  .venue-showcase-image figure {
    height: 420px;
  }
}

@media (max-width: 575.98px) {
  .venue-showcase-image figure {
    height: 320px;
  }
}

/***

====================================================================
    Venue Showcase Section ? Icon List Refinement
====================================================================

***/
.venue-showcase-content .list-style-two li {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.venue-showcase-content .list-style-two li .icon {
  position: static;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(30, 72, 71, 0.1);
  color: var(--theme-color1);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/***

====================================================================
    Explore The Lawn Section (Venue page)
====================================================================

***/
.explore-lawn-section {
  padding: 60px 0 60px;
  background-color: var(--theme-color1);
}

.explore-lawn-section .sec-title h2,
.explore-lawn-section .sec-title .sub-title {
  color: #ffffff;
}

.explore-lawn-section .feature-block-four .inner-box .content-box:before {
  background-color: var(--btn-accent);
}

.explore-lawn-section .feature-block-four .inner-box .image {
  height: 340px;
}

.explore-lawn-section .feature-block-four .inner-box .image img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .explore-lawn-section .feature-block-four .inner-box .image {
    height: 280px;
  }
}

/***

====================================================================
    Courtyard Heritage Section
====================================================================

***/
.courtyard-heritage-section {
  position: relative;
}

.courtyard-heritage-image {
  position: relative;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
}

.courtyard-heritage-image figure {
  height: 100%;
  margin: 0;
}

.courtyard-heritage-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courtyard-heritage-content {
  height: 100%;
  background-color: var(--theme-color1);
  display: flex;
  align-items: center;
}

.courtyard-heritage-inner {
  padding: 90px 70px;
  max-width: 620px;
}

.courtyard-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--theme-color4);
  margin-bottom: 22px;
}

.courtyard-eyebrow:before {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--theme-color4);
}

.courtyard-heritage-inner h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 26px;
}

.courtyard-heritage-inner h2 span {
  color: var(--theme-color4);
}

.courtyard-heritage-inner .text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.8;
}

.courtyard-heritage-inner .text em {
  color: var(--theme-color4);
  font-style: normal;
  font-family: var(--title-font);
  font-size: 18px;
}

.courtyard-heritage-inner .btn-box {
  display: flex;
}

.courtyard-heritage-inner .btn-box .theme-btn {
  background-color: var(--btn-accent);
  color: #111;
  border: 1px solid var(--btn-accent);
}

.courtyard-heritage-inner .btn-box .theme-btn:hover {
  background-color: #ffffff;
  color: var(--btn-primary);
  border-color: #ffffff;
}

.courtyard-divider {
  width: 60px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 34px 0 24px;
}

.courtyard-label {
  display: block;
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
}

.courtyard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.courtyard-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 15px;
  transition: all 300ms ease;
}

.courtyard-tag:hover {
  border-color: var(--theme-color4);
  background-color: var(--theme-color4);
  color: var(--theme-color1);
}

@media (max-width: 991.98px) {
  .courtyard-heritage-image {
    min-height: 380px;
  }

  .courtyard-heritage-inner {
    padding: 60px 30px;
    max-width: 100%;
  }

  .courtyard-heritage-inner h2 {
    font-size: 32px;
  }
}

/***

====================================================================
    Courtyard Details Section
====================================================================

***/
.courtyard-details-section {
  padding: 100px 0;
}

.courtyard-details-image {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.courtyard-details-image figure {
  height: 100%;
  margin: 0;
}

.courtyard-details-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courtyard-details-content .sec-title {
  margin-bottom: 40px;
}

.courtyard-numbered-list {
  display: flex;
  flex-direction: column;
}

.courtyard-numbered-item {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 24px 0;
  border-top: 1px solid rgba(30, 72, 71, 0.15);
}

.courtyard-numbered-item:first-child {
  border-top: none;
  padding-top: 0;
}

.courtyard-numbered-item .number {
  flex-shrink: 0;
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-color4);
}

.courtyard-numbered-item .content .title {
  margin-bottom: 8px;
}

.courtyard-numbered-item .content .text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 460px;
}

@media (max-width: 991.98px) {
  .courtyard-details-image {
    height: 420px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .courtyard-details-image {
    height: 320px;
  }
}

/***

====================================================================
    Ceremony Flow Section
====================================================================

***/
.ceremony-flow-section {
  position: relative;
  padding: 110px 0;
  background-color: #1e4847;
  background-image: url("../images/meridian-images/background-madal.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.ceremony-flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  /* Light veil only ? lets mandala colour show through */
  background: linear-gradient(
    180deg,
    rgba(20, 47, 46, 0.42) 0%,
    rgba(20, 47, 46, 0.28) 50%,
    rgba(20, 47, 46, 0.42) 100%
  );
  pointer-events: none;
}

.ceremony-flow-section > .auto-container {
  position: relative;
  z-index: 1;
}

.ceremony-flow-section .sec-title h2 {
  color: #f3f7f6;
  font-family: var(--title-font);
}

.ceremony-flow-section .sec-title p {
  color: rgba(243, 247, 246, 0.9);
  font-family: var(--text-font);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.ceremony-flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.ceremony-flow-track {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: rgba(243, 247, 246, 0.45);
  z-index: 0;
}

.ceremony-flow-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 140px;
}

.ceremony-flow-step .dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(10, 24, 23, 0.2);
  transition: all 300ms ease;
}

.ceremony-flow-step:hover .dot {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #ffffff;
}

.ceremony-flow-step .label {
  font-family: var(--text-font);
  font-size: 15px;
  font-weight: 600;
  color: #f3f7f6;
  line-height: 1.35;
  text-shadow: 0 1px 8px rgba(10, 24, 23, 0.35);
}

@media (max-width: 991.98px) {
  .ceremony-flow {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
    column-gap: 30px;
  }

  .ceremony-flow-track {
    display: none;
  }
}

/***

====================================================================
    Courtyard CTA Section
====================================================================

***/
.courtyard-cta-section {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}

.courtyard-cta-bg {
  position: absolute;
  inset: 0;
}

.courtyard-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courtyard-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(22, 17, 13, 0.55) 0%,
    rgba(22, 17, 13, 0.8) 100%
  );
}

.courtyard-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.courtyard-cta-inner .courtyard-eyebrow {
  color: var(--theme-color4);
}

.courtyard-cta-inner .courtyard-eyebrow:before {
  display: none;
}

.courtyard-cta-inner h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.25;
  margin: 18px 0 20px;
}

.courtyard-cta-inner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.courtyard-cta-inner .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

@media (max-width: 575.98px) {
  .courtyard-cta-inner h2 {
    font-size: 30px;
  }
}

/***

====================================================================
    Courtyard Overview Section
====================================================================

***/
.courtyard-overview-section {
  padding: 110px 0 100px;
}

.courtyard-overview-head {
  max-width: 780px;
  margin: 0 auto 70px;
}

.courtyard-overview-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 24px;
}

.courtyard-overview-rule span {
  width: 46px;
  height: 1px;
  background-color: var(--theme-color4);
}

.courtyard-overview-rule em {
  font-style: normal;
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--theme-color1);
}

.courtyard-overview-head h2 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 26px;
}

.courtyard-overview-head p {
  font-size: 17px;
  line-height: 1.85;
  color: #111;
  margin: 0;
}

.courtyard-overview-collage {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding-bottom: 0;
}

.courtyard-overview-collage .collage-item {
  overflow: hidden;
  flex: 1 1 0;
}

.courtyard-overview-collage .collage-item figure {
  margin: 0;
  height: 100%;
}

.courtyard-overview-collage .collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.courtyard-overview-collage .collage-item-one {
  height: 340px;
  margin-top: 60px;
}

.courtyard-overview-collage .collage-item-two {
  height: 460px;
}

.courtyard-overview-collage .collage-item-three {
  height: 340px;
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .courtyard-overview-head h2 {
    font-size: 34px;
  }

  .courtyard-overview-collage {
    flex-wrap: wrap;
  }

  .courtyard-overview-collage .collage-item {
    flex: 1 1 100%;
    margin-top: 0 !important;
  }

  .courtyard-overview-collage .collage-item-one,
  .courtyard-overview-collage .collage-item-two,
  .courtyard-overview-collage .collage-item-three {
    height: 320px;
  }
}

/***

====================================================================
    Conference Showcase Section
====================================================================

***/
.conference-showcase-section {
  padding: 110px 0 190px;
  background-color: var(--theme-color1);
  overflow: hidden;
}

.conference-showcase-head {
  max-width: 760px;
  margin: 0 auto 60px;
}

.conference-eyebrow {
  justify-content: center;
}

.conference-showcase-head h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.25;
  margin-bottom: 22px;
}

.conference-showcase-head p {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.conference-showcase-media {
  position: relative;
}

.conference-showcase-media figure {
  margin: 0;
  height: 460px;
}

.conference-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conference-float-cards {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 40px;
}

.conference-float-card {
  flex: 1 1 0;
  max-width: 320px;
  background-color: #ffffff;
  padding: 32px 30px;
  box-shadow: 0 24px 50px rgba(22, 17, 13, 0.18);
}

.conference-float-card i {
  font-size: 28px;
  color: var(--theme-color1);
  margin-bottom: 14px;
  display: block;
}

.conference-float-card .float-stat {
  display: block;
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 600;
  color: var(--headings-color);
  line-height: 1.1;
  margin-bottom: 8px;
}

.conference-float-card .float-label {
  display: block;
  font-size: 14px;
  color: var(--text-color9);
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .conference-showcase-section {
    padding-bottom: 110px;
  }

  .conference-showcase-head h2 {
    font-size: 32px;
  }

  .conference-showcase-media figure {
    height: 340px;
  }

  .conference-float-cards {
    position: static;
    transform: none;
    flex-direction: column;
    padding: 40px 0 0;
  }

  .conference-float-card {
    max-width: 100%;
  }
}

/***

====================================================================
    Conference Use Cases Section
====================================================================

***/
.conference-usecases-section {
  padding: 100px 0;
}

.usecase-sticky-image {
  position: sticky;
  top: 120px;
  height: 520px;
  overflow: hidden;
  margin-bottom: 40px;
}

.usecase-sticky-image figure {
  height: 100%;
  margin: 0;
}

.usecase-sticky-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usecase-list-head {
  margin-bottom: 30px;
  padding-left: 50px;
}

.usecase-eyebrow {
  justify-content: flex-start;
}

.usecase-list-head h2 {
  font-size: 34px;
  line-height: 1.25;
}
.usecase-list {
  padding-left: 50px;
}
.usecase-list-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 0;

  border-bottom: 1px solid rgba(30, 72, 71, 0.15);
  transition:
    padding-left 300ms ease,
    background-color 300ms ease;
}

.usecase-list-item:first-child {
  border-top: 1px solid rgba(30, 72, 71, 0.15);
}

.usecase-list-item:hover {
  padding-left: 16px;
  background-color: rgba(30, 72, 71, 0.04);
}

.usecase-list-item:hover .usecase-arrow {
  opacity: 1;
  transform: translateX(0);
}

.usecase-index {
  flex-shrink: 0;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color4);
}

.usecase-title {
  flex-grow: 1;
}

.usecase-title h5 {
  margin-bottom: 6px;
}

.usecase-title .text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-color9);
  margin: 0;
}

.usecase-arrow {
  flex-shrink: 0;
  color: var(--theme-color1);
  font-size: 15px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 300ms ease;
}

@media (max-width: 991.98px) {
  .usecase-sticky-image {
    position: static;
    height: 340px;
  }
}

/***

====================================================================
    Conference Specs Section
====================================================================

***/
.conference-specs-section {
  padding: 100px 0;
  background-color: #f7f7f7;
}

.specs-sticky-image {
  position: sticky;
  top: 120px;
  height: 520px;
  overflow: hidden;
  margin-bottom: 40px;
}

.specs-sticky-image figure {
  height: 100%;
  margin: 0;
}

.specs-sticky-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specs-table-head {
  margin-bottom: 30px;
}

.specs-table-head h2 {
  font-family: var(--title-font);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
}

.specs-table {
  background-color: #ffffff;
}

.specs-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(30, 72, 71, 0.12);
  transition: background-color 300ms ease;
}

.specs-row:first-child {
  border-top: 1px solid rgba(30, 72, 71, 0.12);
}

.specs-row:hover {
  background-color: rgba(30, 72, 71, 0.04);
}

.specs-label {
  flex-shrink: 0;
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-color9);
}

.specs-value {
  text-align: right;
  font-family: var(--title-font);
  font-size: 19px;
  font-weight: 500;
  color: var(--headings-color);
}

.conference-specs-section .btn-box {
  margin-top: 36px;
}

@media (max-width: 991.98px) {
  .specs-sticky-image {
    position: static;
    height: 340px;
  }

  .specs-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .specs-value {
    text-align: left;
  }
}

/***

====================================================================
    Poolside Overview Section
====================================================================

***/
.poolside-overview-section {
  padding: 110px 0;
}

.poolside-overview-image {
  position: relative;
}

.poolside-overview-image figure {
  margin: 0;
  height: 480px;
}

.poolside-overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poolside-capacity-badge {
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: var(--theme-color1);
  padding: 22px 32px;
  text-align: center;
}

.poolside-capacity-badge .capacity-number {
  display: block;
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 600;
  color: var(--theme-color4);
  line-height: 1;
}

.poolside-capacity-badge .capacity-label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}

.poolside-eyebrow {
  justify-content: flex-start;
}

.poolside-overview-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 14px 0 22px;
}

.poolside-overview-text {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-color9);
  margin-bottom: 30px;
}

.poolside-facts-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(30, 72, 71, 0.15);
  border-bottom: 1px solid rgba(30, 72, 71, 0.15);
  margin-bottom: 28px;
}

.poolside-fact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--headings-color);
}

.poolside-fact i {
  color: var(--theme-color1);
  font-size: 18px;
}

.poolside-glass-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.poolside-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border: 1px solid var(--theme-color1);
  border-radius: 30px;
  font-family: var(--title-font);
  font-size: 15px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}

.poolside-tag:hover {
  background-color: var(--theme-color1);
  color: #ffffff;
}

.poolside-overview-content .btn-box {
  display: flex;
}

@media (max-width: 991.98px) {
  .poolside-overview-image {
    margin-bottom: 60px;
  }

  .poolside-overview-image figure {
    height: 360px;
  }

  .poolside-overview-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .poolside-facts-list {
    grid-template-columns: 1fr;
  }
}

/***

====================================================================
    Poolside Occasions Section
====================================================================

***/
.poolside-occasions-section {
  padding: 110px 0;
  background-color: #f7f7f7;
}

.occasions-eyebrow {
  justify-content: center;
}

.poolside-occasions-section .sec-title h2 {
  font-size: 40px;
  margin-top: 8px;
}

.poolside-occasions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.occasion-card {
  position: relative;
  display: block;
  height: 340px;
  overflow: hidden;
}

.occasion-card-tall {
  height: 420px;
  margin-top: -40px;
}

.occasion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.occasion-card:hover img {
  transform: scale(1.08);
}

.occasion-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 22px;
  background: linear-gradient(
    180deg,
    rgba(22, 17, 13, 0) 0%,
    rgba(22, 17, 13, 0.85) 100%
  );
  display: flex;
  flex-direction: column;
}

.occasion-name {
  font-family: var(--title-font);
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 6px;
}

.occasion-tag {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .poolside-occasions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .occasion-card,
  .occasion-card-tall {
    height: 320px;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .poolside-occasions-grid {
    grid-template-columns: 1fr;
  }
}

/***

====================================================================
    Poolside Specs Strip
====================================================================

***/
.poolside-specs-strip {
  padding: 100px 0;
  background-color: var(--theme-color1);
}

.specs-strip-eyebrow {
  justify-content: center;
}

.poolside-specs-strip .sec-title h2 {
  color: #ffffff;
  font-size: 38px;
  margin-top: 8px;
}

.specs-strip-row {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.specs-strip-item {
  flex: 1 1 0;
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.specs-strip-item:first-child {
  border-left: none;
}

.specs-strip-value {
  display: block;
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 600;
  color: var(--theme-color4);
  line-height: 1.2;
  margin-bottom: 10px;
}

.specs-strip-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .specs-strip-row {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .specs-strip-item {
    flex: 1 1 33.33%;
    border-left: none;
  }
}

@media (max-width: 575.98px) {
  .specs-strip-item {
    flex: 1 1 50%;
  }
}

/* =========================================
   COURTYARD MANDALA INTERACTIVE SECTION
========================================= */

.courtyard-mandala-section {
  position: relative;
  padding: 120px 0;
  background-color: #1e4847;
  background-image: url("../images/meridian-images/background-madal.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.courtyard-mandala-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 47, 46, 0.5) 0%,
    rgba(20, 47, 46, 0.35) 45%,
    rgba(20, 47, 46, 0.55) 100%
  );
  pointer-events: none;
}

.courtyard-mandala-section > .auto-container {
  position: relative;
  z-index: 1;
}

.courtyard-mandala-heading {
  max-width: 720px;
  margin: 0 auto 70px;
}

.courtyard-mandala-heading .courtyard-eyebrow {
  color: #8fb8b3;
}

.courtyard-mandala-heading h2 {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #f3f7f6;
  font-family: var(--title-font);
}

.courtyard-mandala-heading h2 span {
  color: #c9ddd9;
}

.courtyard-mandala-heading p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(243, 247, 246, 0.88);
  font-family: var(--text-font);
}

/* Main Layout */

.courtyard-mandala-layout {
  display: grid;
  grid-template-columns: 1fr 520px 1fr;
  align-items: center;
  gap: 50px;
}

/* Centre */

.courtyard-mandala-centre {
  position: relative;
  width: 520px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mandala Vector */

.courtyard-mandala-vector {
  position: absolute;
  inset: 0;
  background-image: url("../images/meridian-images/mandala-5180247_640.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  filter: drop-shadow(0 12px 28px rgba(10, 24, 23, 0.35));
  pointer-events: none;
  animation: courtyardMandalaRotate 45s linear infinite;
}

/* If your file is PNG, use:
background-image: url("../images/meridian-images/mandala-vector.png");
*/

@keyframes courtyardMandalaRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Image */

.courtyard-main-image {
  position: relative;
  z-index: 2;
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--theme-color1);
  box-shadow: 0 20px 60px rgba(30, 72, 71, 0.16);
}

.courtyard-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.courtyard-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.35s ease,
    transform 0.6s ease;
}

.courtyard-main-image img.image-changing {
  opacity: 0;
  transform: scale(1.06);
}

/* Centre Badge */

.courtyard-centre-badge {
  position: absolute;
  z-index: 3;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 28px 12px;
  min-width: 170px;
  text-align: center;
  background: var(--theme-color1);
  color: #fff;
}

.courtyard-centre-badge span {
  display: block;
  margin-bottom: 1px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--theme-color4);
}

.courtyard-centre-badge strong {
  display: block;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 500;
}

/* Feature Lists */

.courtyard-mandala-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Item */

.courtyard-mandala-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 22px;
  cursor: pointer;
  border-bottom: 1px solid rgba(243, 247, 246, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  transition: all 300ms ease;
}

/* .courtyard-mandala-item:first-child {
    border-top: 1px solid rgba(30, 72, 71, 0.14);
} */

.courtyard-mandala-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #8fb8b3;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 300ms ease;
}

.courtyard-mandala-item:hover,
.courtyard-mandala-item.active {
  background: rgba(255, 255, 255, 0.16);
}

.courtyard-mandala-item:hover::before,
.courtyard-mandala-item.active::before {
  transform: scaleY(1);
}

/* Number */

.mandala-number {
  flex-shrink: 0;
  width: 38px;
  padding-top: 3px;
  font-family: var(--title-font);
  font-size: 22px;
  line-height: 1;
  color: rgba(243, 247, 246, 0.55);
  transition: color 300ms ease;
}

.courtyard-mandala-item:hover .mandala-number,
.courtyard-mandala-item.active .mandala-number {
  color: #8fb8b3;
}

/* Content */

.mandala-item-content h4 {
  margin: 0 0 6px;
  color: #f3f7f6;
  font-family: var(--title-font);
  font-size: 23px;
  font-weight: 500;
  transition: color 300ms ease;
}

.mandala-item-content p {
  margin: 0;
  font-family: var(--text-font);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(243, 247, 246, 0.82);
}

.courtyard-mandala-item:hover .mandala-item-content h4,
.courtyard-mandala-item.active .mandala-item-content h4 {
  color: #ffffff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
  .courtyard-mandala-layout {
    grid-template-columns: 1fr 400px 1fr;
    gap: 25px;
  }

  .courtyard-mandala-centre {
    width: 400px;
    height: 400px;
  }

  .courtyard-main-image {
    width: 290px;
    height: 290px;
  }

  .courtyard-centre-badge {
    bottom: 30px;
  }

  .mandala-item-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .courtyard-mandala-section {
    padding: 90px 0;
  }

  .courtyard-mandala-heading h2 {
    font-size: 40px;
  }

  .courtyard-mandala-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .courtyard-mandala-centre {
    grid-row: 1;
    margin: 0 auto;
  }

  .courtyard-mandala-left {
    grid-row: 2;
  }

  .courtyard-mandala-right {
    grid-row: 3;
  }

  .courtyard-mandala-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .courtyard-mandala-item:first-child {
    border-top: 1px solid rgba(30, 72, 71, 0.14);
  }
}

@media (max-width: 575px) {
  .courtyard-mandala-section {
    padding: 70px 0;
  }

  .courtyard-mandala-heading {
    margin-bottom: 45px;
  }

  .courtyard-mandala-heading h2 {
    font-size: 32px;
  }

  .courtyard-mandala-centre {
    width: 320px;
    height: 320px;
    max-width: 100%;
  }

  .courtyard-main-image {
    width: 230px;
    height: 230px;
  }

  .courtyard-centre-badge {
    bottom: 20px;
    min-width: 145px;
    padding: 8px 18px 10px;
  }

  .courtyard-centre-badge strong {
    font-size: 18px;
  }

  .courtyard-mandala-list {
    grid-template-columns: 1fr;
  }

  .courtyard-mandala-item {
    padding: 20px 15px;
  }
}

/* Main Section Background */
.why-choose-section {
  padding: 60px 0;
  background: #f8f8f5;
}

/* Common Card Style */
.why-choose-section .why-choose-block {
  padding: 38px 30px;
  border: 1px solid rgba(30, 72, 71, 0.08);
  transition: all 0.35s ease;
}

/* 1 - Soft Sage Green */
.why-choose-section .why-choose-block:nth-child(1) {
  background: #eaf3ec;
}

/* 2 - Soft Cream */
.why-choose-section .why-choose-block:nth-child(2) {
  background: #f8f1e5;
}

/* 3 - Soft Blue */
.why-choose-section .why-choose-block:nth-child(3) {
  background: #eaf2f5;
}

/* 4 - Soft Peach */
.why-choose-section .why-choose-block:nth-child(4) {
  background: #f8ede7;
}

/* 5 - Soft Lavender */
.why-choose-section .why-choose-block:nth-child(5) {
  background: #f0edf6;
}

/* 6 - Soft Mint */
.why-choose-section .why-choose-block:nth-child(6) {
  background: #e8f4f1;
}

/* Hover */
.why-choose-section .why-choose-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(30, 72, 71, 0.1);
}

/* Titles */
.why-choose-section .why-choose-block .title {
  color: #1e4847;
}

/* Text */
.why-choose-section .why-choose-block .text {
  color: #66706c;
}

/* Icons */
.why-choose-section .why-choose-block .icon-box {
  color: #1e4847;
}

.main-menu .navigation > li.dropdown {
  position: relative !important;
}

/* =====================================================
       LEFT DROPDOWN
    ===================================================== */

.main-menu .navigation > li.dropdown > ul {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;

  width: 292px !important;
  min-width: 292px !important;

  padding: 12px !important;
  margin: 0 !important;

  background: #112f2a !important;
  border: none !important;
  border-radius: 20px !important;

  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16) !important;

  z-index: 9999 !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease !important;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Reset old theme styles */
.main-menu .navigation > li.dropdown > ul > li {
  position: relative !important;
  display: block !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  border: none !important;
  background: transparent !important;
}

.main-menu .navigation > li.dropdown > ul > li:not(:last-child) {
  margin-bottom: 4px !important;
}

.main-menu .navigation > li.dropdown > ul > li::after {
  display: none !important;
}
.main-menu .navigation > li.dropdown > ul > li > a:hover {
  background: #fff !important;
}
/* LEFT MENU LINKS */
.main-menu .navigation > li.dropdown > ul > li > a {
  position: relative !important;

  display: flex !important;
  align-items: center !important;

  width: 100% !important;
  height: 64px !important;

  padding: 20px !important;
  margin: 0 !important;

  background: transparent !important;
  border: none !important;

  border-radius: 12px !important;

  color: #d2d6d4 !important;

  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;

  white-space: nowrap !important;

  transition: all 0.25s ease !important;
}

/* Icon box */
/* .main-menu .navigation > li.dropdown > ul > li > a::before {
        content: "" !important;

        position: absolute !important;
        left: 16px !important;
        top: 50% !important;

        width: 40px !important;
        height: 40px !important;

        transform: translateY(-50%) !important;

        background: #29433f !important;
        border-radius: 10px !important;
    } */

/* Active Wedding Lawns */

/* Normal hover */

/* Arrow */

/* =====================================================
       RIGHT SUBMENU
    ===================================================== */

.main-menu .navigation > li.dropdown > ul > li.dropdown > ul {
  position: absolute !important;

  top: 0 !important;
  left: calc(100% + 14px) !important;

  width: 262px !important;
  min-width: 262px !important;

  padding: 12px !important;
  margin: 0 !important;

  background: #112f2a !important;
  border: none !important;
  border-radius: 20px !important;

  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease !important;

  z-index: 10000 !important;
}

/* Show right submenu */
.main-menu .navigation > li.dropdown > ul > li.dropdown:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* RIGHT MENU ITEMS */
.main-menu .navigation > li.dropdown > ul > li.dropdown > ul > li {
  display: block !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  border: none !important;
  background: transparent !important;
}

.main-menu
  .navigation
  > li.dropdown
  > ul
  > li.dropdown
  > ul
  > li:not(:last-child) {
  margin-bottom: 4px !important;
}

.main-menu .navigation > li.dropdown > ul > li.dropdown > ul > li > a {
  position: relative !important;

  display: flex !important;
  align-items: center !important;

  width: 100% !important;
  height: 64px !important;

  padding: 20px !important;
  margin: 0 !important;

  background: transparent !important;
  border: none !important;
  border-radius: 12px !important;

  color: #d2d6d4 !important;

  font-size: 16px !important;
  font-weight: 600 !important;

  white-space: nowrap !important;
}

/* Right icon box */
/* .main-menu .navigation > li.dropdown > ul > li.dropdown > ul > li > a::before {
        content: "" !important;

        position: absolute !important;
        left: 16px !important;
        top: 50% !important;

        width: 40px !important;
        height: 40px !important;

        transform: translateY(-50%) !important;

        background: #29433f !important;
        border-radius: 10px !important;
    } */

.main-menu .navigation > li.dropdown > ul > li.dropdown > ul > li:hover > a {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
}

.main-menu .navigation .venues-dropdown .venue-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;

  display: flex !important;
  align-items: center;
  justify-content: center;

  background: #29433f;
  border-radius: 10px;
}

.main-menu .navigation .venues-dropdown .venue-icon i {
  display: block !important;
  color: #d8c7a3 !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.main-menu .navigation .venues-dropdown .venue-text {
  flex: 1;
  padding-left: 10px;
}

.main-menu .navigation .venues-dropdown .venue-arrow {
  margin-left: auto;
  font-size: 28px;
  color: #18332e;
  line-height: 1;
}

/* Active Wedding Lawns icon */
.main-menu .navigation .venues-dropdown > ul > li:first-child > a .venue-icon {
  background: rgba(24, 51, 46, 0.1);
}

.main-menu
  .navigation
  .venues-dropdown
  > ul
  > li:first-child
  > a
  .venue-icon
  i {
  color: #18332e !important;
}

/* ==========================================================
   WHY COUPLES & GUESTS CHOOSE US
========================================================== */

.meridian-choose-section {
  position: relative;
  padding: 60px 0;
  background: #f7f5f0;
  overflow: hidden;
}

.meridian-choose-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(183, 151, 91, 0.12);
  border-radius: 50%;
  top: -280px;
  right: -180px;
}

.meridian-choose-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(183, 151, 91, 0.1);
  border-radius: 50%;
  bottom: -170px;
  left: -100px;
}

/* TOP */

.meridian-choose-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 100px;
  align-items: end;
  padding-bottom: 65px;
}

.meridian-choose-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #a98c5e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.meridian-choose-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #a98c5e;
}

.meridian-choose-heading h2 {
  margin: 0;
  color: #1d2f2c;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 50px;
  font-weight: 400;
}

.meridian-choose-heading h2 em {
  font-style: italic;
  color: #a98c5e;
}

.meridian-choose-intro {
  max-width: 430px;
  padding-bottom: 8px;
}

.meridian-choose-intro p {
  margin: 0;
  color: #68706d;
  font-size: 14px;
  line-height: 22px;
}

/* MAIN LAYOUT */

.meridian-choose-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 110px;
  align-items: center;
}

/* IMAGE SIDE */

.meridian-choose-visual {
  position: relative;
  min-height: 650px;
  padding: 0 70px 70px 0;
}

.choose-main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 84%;
  height: 530px;
  overflow: hidden;
}

.choose-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 45, 40, 0.02) 20%,
    rgba(16, 45, 40, 0.28) 100%
  );
}

.choose-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.meridian-choose-visual:hover .choose-main-image img {
  transform: scale(1.05);
}

/* Small floating image */

.choose-small-image {
  position: absolute;
  width: 48%;
  height: 300px;
  right: 0;
  bottom: 0;
  border: 10px solid #f7f5f0;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(21, 42, 37, 0.12);
}

.choose-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Experience badge */

.choose-experience-badge {
  position: absolute;
  left: 40px;
  bottom: 35px;
  width: 180px;
  min-height: 140px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #173630;
  color: #fff;
  box-shadow: 0 20px 40px rgba(17, 45, 39, 0.22);
}

.choose-experience-badge strong {
  display: block;
  color: #d7bf91;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 10px;
}

.choose-experience-badge span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* REASONS SIDE */

.meridian-choose-reasons {
  border-top: 1px solid rgba(24, 51, 46, 0.15);
}

.choose-reason {
  position: relative;
  min-height: 145px;
  display: grid;
  grid-template-columns: 58px 1fr 35px;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(24, 51, 46, 0.15);
  transition:
    padding 0.4s ease,
    background 0.4s ease;
}

.choose-number {
  color: #b89b68;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  align-self: start;
  padding-top: 10px;
}

.choose-reason-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.choose-icon {
  width: 60px;
  height: 80px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e4d9;
  color: #173630;
  border-radius: 0;
  transition: 0.4s ease;
}

.choose-icon i {
  font-size: 36px;
}

.choose-reason:hover .choose-icon,
.choose-reason.active .choose-icon {
  background: #173630;
  color: #d7bf91;
}

.choose-reason h4 {
  margin: 0 0 8px;
  color: #1d2f2c;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.choose-reason p {
  margin: 0;
  max-width: 430px;
  color: #111;
  font-size: 14px;
  line-height: 1.7;
}

.choose-arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #173630;
  font-size: 22px;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: 0.35s ease;
}

.choose-reason:hover .choose-arrow,
.choose-reason.active .choose-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* HOVER */

.choose-reason::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #b89b68;
  transition: width 0.5s ease;
}

.choose-reason:hover::before,
.choose-reason.active::before {
  width: 100%;
}

/* TABLET */

@media (max-width: 1199px) {
  .meridian-choose-top {
    gap: 50px;
  }

  .meridian-choose-layout {
    gap: 60px;
  }

  .meridian-choose-visual {
    min-height: 580px;
  }

  .choose-main-image {
    height: 470px;
  }

  .choose-small-image {
    height: 250px;
  }
}

/* MOBILE */

@media (max-width: 991px) {
  .meridian-choose-section {
    padding: 90px 0;
  }

  .meridian-choose-top {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 45px;
  }

  .meridian-choose-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .meridian-choose-visual {
    min-height: 570px;
  }

  .meridian-choose-intro {
    max-width: 600px;
  }
}

@media (max-width: 575px) {
  .meridian-choose-section {
    padding: 70px 0;
  }

  .meridian-choose-heading h2 {
    font-size: 38px;
  }

  .meridian-choose-visual {
    min-height: 480px;
    padding: 0 30px 30px 0;
  }

  .choose-main-image {
    width: 88%;
    height: 390px;
  }

  .choose-small-image {
    width: 52%;
    height: 190px;
    border-width: 6px;
  }

  .choose-experience-badge {
    width: 145px;
    min-height: 110px;
    padding: 18px;
    left: 20px;
    bottom: 15px;
  }

  .choose-experience-badge strong {
    font-size: 32px;
  }

  .choose-reason {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .experience-section {
    padding: 50px 0;
  }

  .choose-reason-content {
    gap: 14px;
  }

  .choose-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: none;
  }

  .choose-reason h4 {
    font-size: 17px;
  }

  .choose-reason p {
    font-size: 13px;
  }

  .choose-arrow {
    display: none;
  }
}

/* ==========================================================
   MERIDIAN STATS / COUNTERS SECTION
========================================================== */

.meridian-stats-section {
  position: relative;
  padding: 110px 0;
  background: #173630;
  overflow: hidden;
}

/* Decorative background text */

.meridian-stats-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.025);
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 20px;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

/* ==========================================================
   HEADER
========================================================== */

.meridian-stats-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 70px;
}

/* Title */

.meridian-stats-header .sec-title {
  margin-bottom: 0;
  flex: 0 0 58%;
}

.meridian-stats-header .sec-title h2 {
  margin-bottom: 0;
  color: #ffffff;
}

/* Keep your existing index page h2 size */
.meridian-stats-header .sec-title h2 em {
  color: #d7bf91;
  font-style: italic;
}

/* Subtitle */

.meridian-stats-header .sec-title .sub-title,
.meridian-stats-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #d7bf91;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.meridian-stats-header .sec-title .sub-title::before,
.meridian-stats-eyebrow::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #b89b68;
}

/* Right content */

.meridian-stats-header > p,
.meridian-stats-intro {
  flex: 0 0 35%;
  max-width: 430px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

/* ==========================================================
   COUNTER GRID
========================================================== */

.meridian-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(215, 191, 145, 0.25);
  border-bottom: 1px solid rgba(215, 191, 145, 0.25);
}

/* Individual counter */

.meridian-stat-item {
  position: relative;
  min-height: 330px;
  padding: 40px 32px 35px;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Vertical line */

.meridian-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 1px;
  height: calc(100% - 80px);
  background: rgba(215, 191, 145, 0.22);
}

/* Hover background */

.meridian-stat-item:hover {
  background: rgba(255, 255, 255, 0.035);
}

/* Bottom hover line */

.meridian-stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #d7bf91;
  transition: width 0.4s ease;
}

.meridian-stat-item:hover::before {
  width: 100%;
}

/* ==========================================================
   BACKGROUND COUNTER NUMBER
========================================================== */

.stat-watermark {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(215, 191, 145, 0.06);
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

/* ==========================================================
   ICON AREA
========================================================== */

.stat-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 35px;
}

.stat-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 191, 145, 0.45);
  color: #d7bf91;
  transition: all 0.35s ease;
}

.stat-icon i {
  font-size: 18px;
  line-height: 1;
  color: inherit;
}

.stat-line {
  width: 38px;
  height: 1px;
  background: #b89b68;
  transition: width 0.35s ease;
}

.meridian-stat-item:hover .stat-icon {
  background: #d7bf91;
  border-color: #d7bf91;
  color: #173630;
}

.meridian-stat-item:hover .stat-line {
  width: 55px;
}

/* ==========================================================
   COUNTER NUMBER
========================================================== */

.stat-number {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.stat-number sup {
  position: relative;
  top: -18px;
  margin-left: 3px;
  color: #d7bf91;
  font-size: 24px;
}

/* ==========================================================
   COUNTER CONTENT
========================================================== */

.meridian-stat-item h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #d7bf91;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.meridian-stat-item p {
  position: relative;
  z-index: 1;
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}
.meridian-stats-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
}

/* ==========================================================
   1199px
========================================================== */

@media (max-width: 1199px) {
  .meridian-stats-section {
    padding: 90px 0;
  }

  .meridian-stats-header {
    gap: 40px;
  }

  .meridian-stat-item {
    padding: 35px 22px 30px;
  }

  .meridian-stats-bg-text {
    font-size: 140px;
  }

  .stat-number {
    font-size: 52px;
  }
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {
  .meridian-stats-section {
    padding: 80px 0;
  }

  .meridian-stats-header {
    display: block;
    margin-bottom: 50px;
  }

  .meridian-stats-header .sec-title {
    margin-bottom: 25px;
  }

  .meridian-stats-header > p,
  .meridian-stats-intro {
    max-width: 600px;
  }

  .meridian-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .meridian-stat-item:nth-child(1),
  .meridian-stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(215, 191, 145, 0.22);
  }

  .meridian-stat-item:nth-child(2)::after {
    display: none;
  }

  .meridian-stat-item {
    min-height: 300px;
  }

  .meridian-stats-bg-text {
    font-size: 100px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {
  .meridian-stats-section {
    padding: 65px 0;
  }

  .meridian-stats-header {
    margin-bottom: 40px;
  }

  .meridian-stats-header > p,
  .meridian-stats-intro {
    font-size: 15px;
    line-height: 1.7;
  }

  .meridian-stats-grid {
    grid-template-columns: 1fr;
  }

  .meridian-stat-item {
    min-height: auto;
    padding: 30px 20px;
  }

  .meridian-stat-item:not(:last-child) {
    border-bottom: 1px solid rgba(215, 191, 145, 0.22);
  }

  .meridian-stat-item:not(:last-child)::after {
    display: none;
  }

  .stat-top {
    margin-bottom: 25px;
  }

  .stat-number {
    font-size: 50px;
  }

  .stat-watermark {
    font-size: 80px;
  }

  .meridian-stats-bg-text {
    font-size: 60px;
    letter-spacing: 8px;
  }
}

/* ==========================================================
   WHY CHOOSE MERIDIAN BY THE LAWNS
========================================================== */

.meridian-lawns-choose {
  position: relative;
  padding: 60px 0;
  background: #f7f5f0;
  overflow: hidden;
}

/* Heading */

.mlc-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
  margin-bottom: 65px;
}

.mlc-heading-row .sec-title {
  margin-bottom: 0;
  flex: 0 0 55%;
}

.mlc-heading-row .sec-title h2 {
  margin-bottom: 0;
}

.mlc-heading-text {
  flex: 0 0 36%;
  padding-bottom: 5px;
}

.mlc-heading-text p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.8;
}

/* ==========================================================
   MAIN LAYOUT
========================================================== */

.mlc-main-layout {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: stretch;
}

/* ==========================================================
   LEFT VISUAL
========================================================== */

.mlc-visual-side {
  position: relative;
  min-height: 650px;
  padding-right: 55px;
}

.mlc-main-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 650px;
  overflow: hidden;
}

.mlc-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.mlc-main-image:hover img {
  transform: scale(1.05);
}

.mlc-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(23, 54, 48, 0.02) 30%,
    rgba(23, 54, 48, 0.45) 100%
  );
}

.mlc-image-overlay {
  position: absolute;
  z-index: 2;
  left: 35px;
  bottom: 35px;
}

.mlc-image-overlay span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

/* Floating tag */

.mlc-venue-tag {
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 3;
  width: 260px;
  padding: 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #173630;
  color: #fff;
}

.mlc-tag-number {
  color: #d7bf91;
  font-size: 28px;
  line-height: 1;
}

.mlc-venue-tag strong {
  display: block;
  margin-bottom: 7px;
  color: #d7bf91;
  font-size: 15px;
  font-weight: 600;
}

.mlc-venue-tag span:not(.mlc-tag-number) {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

/* ==========================================================
   RIGHT FEATURES
========================================================== */

.mlc-features-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(23, 54, 48, 0.15);
}

.mlc-feature-item {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr 35px;
  gap: 20px;
  align-items: center;
  min-height: 160px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(23, 54, 48, 0.15);
  transition: all 0.35s ease;
}

.mlc-feature-number {
  align-self: start;
  padding-top: 20px;
  color: #b89b68;
  font-size: 32px;
  font-weight: 600;
}

.mlc-feature-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.mlc-feature-icon {
  width: 60px;
  height: 80px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e4d9;
  color: #173630;
  transition: all 0.35s ease;
}

.mlc-feature-icon i {
  font-size: 32px;
  line-height: 1;
}

.mlc-feature-item:hover .mlc-feature-icon,
.mlc-feature-item.active .mlc-feature-icon {
  background: #173630;
  color: #d7bf91;
}

.mlc-feature-content h4 {
  margin: 0 0 8px;
  color: #1d2f2c;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.mlc-feature-content p {
  margin: 0;
  max-width: 400px;
  color: #111;
  font-size: 14px;
  line-height: 1.7;
}

/* Arrow */

.mlc-feature-arrow {
  color: #173630;
  font-size: 21px;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition: all 0.35s ease;
}

.mlc-feature-item:hover .mlc-feature-arrow,
.mlc-feature-item.active .mlc-feature-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* Bottom accent */

.mlc-feature-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #b89b68;
  transition: width 0.45s ease;
}

.mlc-feature-item:hover::after,
.mlc-feature-item.active::after {
  width: 100%;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1199px) {
  .mlc-heading-row {
    gap: 50px;
  }

  .mlc-visual-side {
    padding-right: 35px;
  }

  .mlc-venue-tag {
    width: 230px;
    padding: 22px;
  }

  .mlc-feature-content {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .meridian-lawns-choose {
    padding: 85px 0;
  }

  .mlc-heading-row {
    display: block;
    margin-bottom: 50px;
  }

  .mlc-heading-row .sec-title {
    margin-bottom: 25px;
  }

  .mlc-heading-text {
    max-width: 600px;
  }

  .mlc-main-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .mlc-visual-side {
    padding-right: 45px;
  }

  .mlc-main-image,
  .mlc-visual-side {
    min-height: 550px;
  }
}

@media (max-width: 575px) {
  .meridian-lawns-choose {
    padding: 70px 0;
  }

  .mlc-heading-text p {
    font-size: 15px;
  }

  .mlc-visual-side {
    min-height: 450px;
    padding-right: 20px;
  }

  .mlc-main-image {
    min-height: 450px;
  }

  .mlc-image-overlay {
    left: 20px;
    bottom: 25px;
  }

  .mlc-image-overlay span {
    font-size: 17px;
  }

  .mlc-venue-tag {
    right: 0;
    bottom: 25px;
    width: 210px;
    padding: 18px;
  }

  .mlc-feature-item {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    min-height: auto;
    padding: 22px 0;
  }

  .mlc-feature-content {
    gap: 13px;
  }

  .mlc-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .mlc-feature-content h4 {
    font-size: 17px;
  }

  .mlc-feature-content p {
    font-size: 13px;
  }

  .mlc-feature-arrow {
    display: none;
  }
}

/* ==========================================================
   CONVENTION HALL OVERVIEW
========================================================== */

.convention-overview-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #2345660a;
}

/* Main layout */

.convention-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

/* ==========================================================
   LEFT CONTENT
========================================================== */

.convention-content-panel {
  position: relative;
  padding: 70px;
  background: #173630;
}

.convention-content-panel .sec-title {
  margin-bottom: 30px;
}

.convention-content-panel .sec-title h2 {
  margin-bottom: 0;
  color: #ffffff;
}

.convention-content-panel .sec-title .sub-title {
  color: #d7bf91;
}

/* Description */

.convention-description {
  max-width: 600px;
}

.convention-description p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.convention-description p:last-child {
  margin-bottom: 0;
}

/* Button */

.convention-btn-box {
  margin-top: 32px;
}

/* Specification Icons */

.convention-spec-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebe7de;
  color: #173630;
  transition: all 0.35s ease;
}

.convention-spec-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: inherit;
}

.convention-spec-item:hover .convention-spec-icon {
  background: #173630;
  color: #d7bf91;
}

/* Capacity floating box */

.convention-capacity-box {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 210px;
  padding: 25px;
  background: #f7f5f0;
  border-left: 3px solid #d7bf91;
}

.capacity-number {
  display: block;
  margin-bottom: 6px;
  color: #173630;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.capacity-number span {
  color: #b89b68;
}

.capacity-text {
  display: block;
  color: #111;
  font-size: 12px;
  line-height: 1.5;
}

/* ==========================================================
   VENUE SPECIFICATIONS
========================================================== */

.convention-specs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  border-top: 1px solid rgba(23, 54, 48, 0.14);
  border-left: 1px solid rgba(23, 54, 48, 0.14);
}

.convention-spec-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 135px;
  padding: 25px 30px;
  border-right: 1px solid rgba(23, 54, 48, 0.14);
  border-bottom: 1px solid rgba(23, 54, 48, 0.14);
  transition: all 0.35s ease;
}

.convention-spec-item:hover {
  background: #ffffff;
  transform: translateY(-3px);
}

/* Icons */

.convention-spec-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebe7de;
  padding: 10px;
}

.convention-spec-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebe7de;
  color: #173630;
  transition:
    background 0.35s ease,
    color 0.35s ease;
}

.convention-spec-icon i {
  font-size: 22px;
  line-height: 1;
  color: inherit;
} /* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1199px) {
  .convention-content-panel {
    padding: 50px;
  }

  .convention-spec-item {
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .convention-overview-section {
    padding: 85px 0;
  }

  .convention-overview-grid {
    grid-template-columns: 1fr;
  }

  .convention-image-panel {
    min-height: 550px;
  }

  .convention-specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .convention-content-panel {
    padding: 55px 40px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {
  .convention-overview-section {
    padding: 70px 0;
  }

  .convention-content-panel {
    padding: 40px 25px;
  }

  .convention-description p {
    font-size: 14px;
    line-height: 1.75;
  }

  .convention-image-panel {
    min-height: 380px;
  }

  .convention-capacity-box {
    right: 20px;
    bottom: 20px;
    width: 180px;
    padding: 20px;
  }

  .capacity-number {
    font-size: 34px;
  }

  .convention-specs {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .convention-spec-item {
    min-height: 105px;
    padding: 20px;
  }
}

/* faq */
/* ==========================================================
   MERIDIAN FAQ SECTION
========================================================== */

.meridian-faq-section {
  position: relative;
  padding: 60px 0;
}

.meridian-faq-header {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.meridian-faq-header .sub-title {
  display: block;
  margin-bottom: 14px;
  color: #b89b68;
}

.meridian-faq-header h2,
.meridian-faq-header h3 {
  margin-bottom: 18px;
  color: #173630;
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
}

.meridian-faq-header p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.8;
}

/* FAQ LIST */

.meridian-faq-list {
  max-width: 1000px;
  margin: 0 auto;
}

/* FAQ ITEM */

.meridian-faq-item {
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid rgba(23, 54, 48, 0.12);
  transition: all 0.3s ease;
}

.meridian-faq-item:last-child {
  margin-bottom: 0;
}

.meridian-faq-item:hover {
  border-color: rgba(184, 155, 104, 0.55);
}

/* QUESTION */

.meridian-faq-question {
  width: 100%;
  min-height: 78px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border: 0;
  background: transparent;
  color: #173630;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.meridian-faq-question span {
  flex: 1;
}

/* ICON */

.meridian-faq-question i {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebe7de;
  color: #173630;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* ANSWER */

.meridian-faq-answer {
  display: none;
  padding: 0 75px 25px 28px;
}

.meridian-faq-answer p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.8;
}

/* ACTIVE */

.meridian-faq-item.active {
  border-color: var(--premium-color);
}

.meridian-faq-item.active .meridian-faq-question {
  color: #173630;
}

.meridian-faq-item.active .meridian-faq-question i {
  background: #173630;
  color: #d7bf91;
  transform: rotate(45deg);
}

.meridian-faq-item.active .meridian-faq-answer {
  display: block;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {
  .meridian-faq-section {
    padding: 85px 0;
  }

  .meridian-faq-header {
    margin-bottom: 40px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {
  .meridian-faq-section {
    padding: 40px 0;
  }

  .meridian-faq-header {
    margin-bottom: 30px;
    text-align: left;
  }

  .meridian-faq-header p {
    font-size: 14px;
  }

  .meridian-faq-question {
    min-height: 68px;
    padding: 16px 18px;
    gap: 15px;
    font-size: 15px;
  }

  .meridian-faq-question i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 12px;
  }

  .meridian-faq-answer {
    padding: 0 18px 20px;
  }

  .meridian-faq-answer p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* =========================================================
   CORPORATE EVENT VENUE SECTION
========================================================= */

.pool-corporate-venue {
  position: relative;
  padding: 75px 0;
  background: #fdfcfa;
  overflow: hidden;
}

/* Background Decorative Pattern */
.pool-corporate-pattern {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(30, 72, 71, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.pool-corporate-pattern::before,
.pool-corporate-pattern::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(30, 72, 71, 0.05);
  border-radius: 50%;
}

.pool-corporate-pattern::before {
  inset: 55px;
}

.pool-corporate-pattern::after {
  inset: 110px;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.pool-corporate-venue .container {
  position: relative;
  z-index: 2;
}

.pcv-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1fr);
  align-items: center;
  gap: 55px;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.pcv-content {
  position: relative;
}

.pcv-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #1e4847;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pcv-eyebrow span {
  display: block;
  width: 28px;
  height: 1px;
  background: #d4bc96;
}

/* Main Heading */

.pcv-content h2 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #111;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.15;
}

.pcv-content h2 em {
  color: #1e4847;
  font-style: italic;
  font-weight: inherit;
}

/* Paragraph */

.pcv-content > p {
  max-width: 640px;
  margin: 0 0 14px;
  color: #5e5a56;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.pcv-content > p strong {
  color: #1e4847;
  font-weight: 700;
}

/* Highlight Content */

.pcv-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 22px;
  margin-bottom: 25px;
  padding: 12px 0;
}

.pcv-highlight-line {
  flex: 0 0 3px;
  width: 3px;
  min-height: 60px;
  background: #d4bc96;
}

.pcv-highlight p {
  margin: 0;
  color: #4d4945;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

/* =========================================================
   READ MORE BUTTON
========================================================= */

.pcv-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 10px 10px 20px;
  background: #1e4847;
  border: 1px solid #1e4847;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
}

.pcv-readmore span {
  transition: transform 0.35s ease;
}

.pcv-readmore i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #d4bc96;
  color: #1e4847;
  font-size: 14px;
  transition: all 0.35s ease;
}

.pcv-readmore:hover {
  background: #111;
  border-color: #111;
  color: #ffffff;
}

.pcv-readmore:hover span {
  transform: translateX(3px);
}

.pcv-readmore:hover i {
  background: #f7f4ef;
  transform: rotate(45deg);
}

/* =========================================================
   RIGHT SPECIFICATION AREA
========================================================= */

.pcv-spec-area {
  position: relative;
  padding: 35px 40px 0;
  background: #1e4847;
  overflow: hidden;
}

/* Gold Corner Accent */

.pcv-spec-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-top: 1px solid rgba(212, 188, 150, 0.85);
  border-right: 1px solid rgba(212, 188, 150, 0.85);
}

/* Specification Header */

.pcv-spec-header {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.pcv-spec-header > span {
  display: block;
  margin-bottom: 8px;
  color: #d4bc96;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pcv-spec-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
}

/* =========================================================
   SPECIFICATION GRID
========================================================= */

.pcv-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.pcv-spec-item {
  position: relative;
  min-height: 135px;
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.35s ease;
}

.pcv-spec-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* Icons */

.pcv-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
  border: 1px solid rgba(212, 188, 150, 0.45);
  color: #d4bc96;
  font-size: 14px;
  transition: all 0.3s ease;
}

.pcv-spec-item:hover .pcv-icon {
  background: #d4bc96;
  border-color: #d4bc96;
  color: #1e4847;
}

/* Specification Numbers */

.pcv-spec-number {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

/* Specification Title */

.pcv-spec-title {
  max-width: 190px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1399px) {
  .pcv-layout {
    grid-template-columns: minmax(0, 1fr) minmax(450px, 0.95fr);
    gap: 45px;
  }

  .pcv-spec-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {
  .pool-corporate-venue {
    padding: 65px 0;
  }

  .pcv-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .pcv-content > p {
    max-width: 850px;
  }

  .pcv-spec-area {
    padding: 35px 35px 0;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .pool-corporate-venue {
    padding: 55px 0;
  }

  .pool-corporate-pattern {
    width: 350px;
    height: 350px;
    top: -160px;
    right: -190px;
  }

  .pcv-layout {
    gap: 35px;
  }

  .pcv-content h2 {
    font-size: 36px;
  }

  .pcv-content > p {
    font-size: 15px;
  }

  .pcv-highlight p {
    font-size: 15px;
  }

  .pcv-spec-area {
    padding: 28px 18px 0;
  }

  .pcv-spec-header h3 {
    font-size: 30px;
  }

  .pcv-spec-grid {
    grid-template-columns: 1fr;
  }

  .pcv-spec-item {
    min-height: 120px;
    padding: 18px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .pool-corporate-venue {
    padding: 45px 0;
  }

  .pcv-content h2 {
    font-size: 32px;
  }

  .pcv-spec-header h3 {
    font-size: 28px;
  }

  .pcv-readmore {
    width: 100%;
    justify-content: space-between;
  }
}

.poolside-occasions-section {
  padding: 80px 0;
  background: #fdfcfa;
  overflow: hidden;
}

.poolside-occasions-swiper {
  margin-top: 40px;
  overflow: visible;
}

.poolside-occasions-swiper .swiper-slide {
  height: auto;
}

.occasion-card {
  position: relative;
  display: block;
  width: 100%;
  height: 430px;
  overflow: hidden;
  text-decoration: none;
}

.occasion-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.occasion-card:hover img {
  transform: scale(1.06);
}

.occasion-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px 25px 25px;
  background: linear-gradient(
    to top,
    rgba(22, 17, 13, 0.88) 0%,
    rgba(22, 17, 13, 0.45) 50%,
    transparent 100%
  );
}

.occasion-name {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}

.occasion-tag {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .poolside-occasions-section {
    padding: 60px 0;
  }

  .occasion-card {
    height: 380px;
  }
}
.poolside-occasions-swiper .swiper-wrapper {
  align-items: stretch;
}
@media (max-width: 1199px) {
  .occasion-card {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .poolside-occasions-section {
    padding: 60px 0;
  }

  .poolside-occasions-swiper {
    margin-top: 30px;
  }

  .occasion-card {
    height: 380px;
  }
}

/***

====================================================================
    Meridian By Water ? Premium page sections
====================================================================

***/
:root {
  --mw-ink: #143836;
  --mw-ink-soft: #1e4847;
  --mw-muted: #5f736f;
  --mw-mist: #e7efed;
  --mw-cream: #f5f8f7;
  --mw-line: rgba(30, 72, 71, 0.14);
  --mw-sand: #c4a574;
}

.mw-eyebrow {
  margin: 0 0 1rem;
  color: var(--mw-ink-soft);
  text-transform: uppercase;
}

.mw-eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.mw-display {
  margin: 0;
  color: var(--mw-ink);
  text-wrap: balance;
}

.mw-display--light {
  color: #fff;
}

.mw-lead {
  margin: 1.35rem 0 0;
  max-width: 34rem;
  color: var(--mw-muted);
  text-wrap: pretty;
}

/* ----- Intro ----- */
.mw-intro {
  position: relative;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 55% 45% at 88% 18%,
      color-mix(in oklab, var(--theme-color5) 28%, transparent),
      transparent 70%
    ),
    linear-gradient(165deg, #fbfcfb 0%, var(--mw-cream) 55%, #eef3f1 100%);
}

.mw-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.mw-feature-list {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  border-top: 1px solid var(--mw-line);
}

.mw-feature-list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--mw-line);
  color: var(--mw-ink-soft);
}

.mw-feature-list li span {
  color: var(--mw-sand);
}

.mw-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  margin-top: 2rem;
}

.mw-text-link {
  color: var(--mw-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid
    color-mix(in oklab, var(--mw-ink-soft) 35%, transparent);
  padding-bottom: 0.15rem;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.mw-text-link:hover {
  color: var(--mw-ink);
  border-color: var(--mw-ink);
}

.mw-intro-visual {
  position: relative;
  isolation: isolate;
}

.mw-intro-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--mw-mist);
}

.mw-intro-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}

.mw-intro-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(12, 36, 34, 0.55) 100%
  );
  pointer-events: none;
}

.mw-intro-caption {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 2;
  color: #fff;
}

.mw-intro-caption span {
  display: block;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  opacity: 0.8;
}

.mw-intro-caption strong {
  display: block;
}

.mw-intro-accent {
  position: absolute;
  z-index: 0;
  right: -8%;
  bottom: -6%;
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid color-mix(in oklab, var(--theme-color1) 22%, transparent);
  border-radius: 50%;
  pointer-events: none;
}

/* ----- Spaces gallery ----- */
.mw-spaces {
  position: relative;
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: linear-gradient(180deg, #163f3d 0%, #1e4847 42%, #245655 100%);
  overflow: hidden;
}

.mw-section-head {
  max-width: 36rem;
  margin: 0 auto 3.25rem;
  text-align: center;
}

.mw-section-sub {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  text-wrap: pretty;
}

.mw-spaces-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 1rem;
  min-height: min(72vh, 720px);
}

.mw-space {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #0f2c2a;
  min-height: 240px;
}

.mw-space--hero {
  grid-row: 1 / span 2;
  min-height: 100%;
}

.mw-space img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.mw-space::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
    rgba(8, 24, 23, 0.78) 100%
  );
  transition: opacity 0.45s ease;
}

.mw-space:hover img,
.mw-space:focus-visible img {
  transform: scale(1.06);
}

.mw-space-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.5rem 1.5rem 1.35rem;
}

.mw-space-num {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--mw-sand);
}

.mw-space-meta h3 {
  margin: 0 0 0.4rem;
  color: #fff;
}

.mw-space-meta p {
  margin: 0;
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.mw-space:hover .mw-space-meta p,
.mw-space:focus-visible .mw-space-meta p {
  opacity: 1;
  transform: translateY(0);
}

/* ----- Moments ----- */
.water-moments-section {
  --wm-ink: var(--mw-ink);
  --wm-muted: var(--mw-muted);
  --wm-cream: var(--mw-cream);
  --wm-mist: var(--mw-mist);
  position: relative;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 80% 55% at 10% 20%,
      color-mix(in oklab, var(--theme-color5) 30%, transparent),
      transparent 70%
    ),
    radial-gradient(
      ellipse 70% 50% at 90% 80%,
      color-mix(in oklab, var(--theme-color1) 10%, transparent),
      transparent 65%
    ),
    linear-gradient(180deg, #fbfcfb 0%, var(--mw-cream) 50%, #eef4f2 100%);
  content-visibility: auto;
  contain-intrinsic-block-size: auto 1200px;
}

.water-moments-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.water-moments-ripple {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(52vw, 420px);
  aspect-ratio: 1;
  border: 1px solid color-mix(in oklab, var(--theme-color1) 18%, transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  opacity: 0.45;
}

.water-moments-ripple--2 {
  width: min(68vw, 560px);
  opacity: 0.3;
}

.water-moments-ripple--3 {
  width: min(84vw, 720px);
  opacity: 0.18;
}

.water-moments-section .auto-container {
  position: relative;
  z-index: 1;
}

.water-moments-intro {
  max-width: 40rem;
  margin: 0 auto 4.5rem;
  text-align: center;
}

.water-moments-intro .mw-display {
  margin-bottom: 1rem;
}

.water-moments-lead {
  margin: 0;
  color: var(--wm-muted);
  text-wrap: pretty;
}

.water-moments-track {
  display: grid;
  gap: clamp(3.5rem, 6vw, 5.5rem);
}

.water-moment {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.75rem, 4vw, 4rem);
  align-items: center;
}

.water-moment--reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.water-moment--reverse .water-moment-media {
  order: 2;
}

.water-moment--reverse .water-moment-copy {
  order: 1;
  text-align: right;
}

.water-moment-media {
  position: relative;
}

.water-moment-media figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--wm-mist);
}

.water-moment-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}

.water-moment-index {
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.88);
  pointer-events: none;
  text-shadow: 0 8px 24px rgba(15, 40, 38, 0.35);
}

.water-moment--reverse .water-moment-index {
  right: auto;
  left: 1rem;
}

.water-moment-copy {
  padding-inline: 0.25rem;
}

.water-moment-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--mw-sand);
  text-transform: uppercase;
}

.water-moment-copy h3 {
  margin: 0 0 0.85rem;
  color: var(--wm-ink);
  text-wrap: balance;
}

.water-moment-copy p {
  margin: 0;
  max-width: 32rem;
  color: var(--wm-muted);
  text-wrap: pretty;
}

.water-moment--reverse .water-moment-copy p {
  margin-left: auto;
}

.water-moments-cta {
  margin-top: 4rem;
  text-align: center;
}

.water-moments-section.is-reduced-motion .water-moments-ripple {
  display: none;
}

/* ----- Highlights ----- */
.mw-highlights {
  position: relative;
  padding: clamp(5.5rem, 9vw, 8.5rem) 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfcfb 0%, #f3f7f6 52%, #eef4f2 100%);
}

.mw-highlights-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 55% 45% at 10% 12%,
      color-mix(in oklab, #8fb8b3 26%, transparent),
      transparent 70%
    ),
    radial-gradient(
      ellipse 48% 42% at 92% 82%,
      color-mix(in oklab, var(--mw-ink) 7%, transparent),
      transparent 65%
    ),
    radial-gradient(
      ellipse 30% 28% at 70% 20%,
      color-mix(in oklab, var(--mw-sand) 10%, transparent),
      transparent 70%
    );
}

.mw-highlights .auto-container {
  position: relative;
  z-index: 1;
}

.mw-highlights-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.75rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(3rem, 5.5vw, 4.75rem);
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid color-mix(in oklab, var(--mw-ink) 12%, transparent);
}

.mw-highlights-head-copy .mw-eyebrow {
  margin-bottom: 1.15rem;
  color: var(--mw-sand);
}

.mw-highlights-lead {
  margin: 0;
  max-width: 28rem;
  color: var(--mw-muted);
  text-wrap: pretty;
}

.mw-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 2.75rem) clamp(1.5rem, 2.5vw, 2.25rem);
}

.mw-highlight {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 12.5rem;
  padding: clamp(1.5rem, 2.5vw, 2rem) 0 0;
  border-top: 1px solid color-mix(in oklab, var(--mw-ink) 12%, transparent);
  transition:
    border-color 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.mw-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--mw-sand) 0%,
    var(--mw-ink-soft) 100%
  );
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.mw-highlight:hover,
.mw-highlight:focus-within {
  border-top-color: transparent;
  transform: translateY(-4px);
}

.mw-highlight:hover::before,
.mw-highlight:focus-within::before {
  width: 100%;
}

.mw-highlight-index {
  position: absolute;
  right: 0;
  top: 0.85rem;
  z-index: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.5rem, 8vw, 6.25rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: color-mix(in oklab, var(--mw-ink) 6%, transparent);
  pointer-events: none;
  user-select: none;
  transition:
    color 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.mw-highlight:hover .mw-highlight-index,
.mw-highlight:focus-within .mw-highlight-index {
  color: color-mix(in oklab, var(--mw-sand) 18%, transparent);
  transform: translateY(-6px);
}

.mw-highlight-num {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 1.15rem;
  color: var(--mw-sand);
  transition: color 0.35s ease;
}

.mw-highlight:hover .mw-highlight-num,
.mw-highlight:focus-within .mw-highlight-num {
  color: var(--mw-ink-soft);
}

.mw-highlight h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.85rem;
  color: var(--mw-ink);
  text-wrap: balance;
}

.mw-highlight p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 22rem;
  color: var(--mw-muted);
  text-wrap: pretty;
}

@media (prefers-reduced-motion: reduce) {
  .mw-highlight,
  .mw-highlight::before,
  .mw-highlight-index,
  .mw-highlight-num {
    transition: none;
  }

  .mw-highlight:hover,
  .mw-highlight:focus-within {
    transform: none;
  }
}

/* ----- Stats ----- */
.mw-stats {
  position: relative;
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  overflow: hidden;
  color: #fff;
  background: #102e2c;
}

.mw-stats-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 80% at 15% 50%,
      rgba(143, 184, 179, 0.18),
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 70% at 90% 30%,
      rgba(196, 165, 116, 0.12),
      transparent 55%
    );
  pointer-events: none;
}

.mw-stats .auto-container {
  position: relative;
  z-index: 1;
}

.mw-stats-head {
  margin-bottom: 3rem;
  text-align: center;
}

.mw-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mw-stat {
  padding: 2rem 1rem 0.5rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mw-stat:last-child {
  border-right: none;
}

.mw-stat-value {
  display: block;
  margin-bottom: 0.55rem;
  color: #fff;
}

.mw-stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .mw-intro-grid,
  .mw-highlights-head {
    grid-template-columns: 1fr;
  }

  .mw-spaces-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .mw-space--hero {
    grid-row: auto;
    min-height: 360px;
  }

  .mw-space {
    min-height: 300px;
  }

  .mw-space-meta p {
    opacity: 1;
    transform: none;
  }

  .water-moment,
  .water-moment--reverse {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .water-moment--reverse .water-moment-media,
  .water-moment--reverse .water-moment-copy {
    order: initial;
  }

  .water-moment--reverse .water-moment-copy {
    text-align: left;
  }

  .water-moment--reverse .water-moment-copy p {
    margin-left: 0;
  }

  .water-moment--reverse .water-moment-index {
    left: auto;
    right: 1rem;
  }

  .mw-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }

  .mw-highlight {
    min-height: 0;
  }

  .mw-highlight-index {
    font-size: clamp(3.75rem, 12vw, 5rem);
  }

  .mw-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .mw-stat:nth-child(2n) {
    border-right: none;
  }

  .mw-stat:nth-child(-n + 2) {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 575.98px) {
  .mw-intro,
  .mw-spaces,
  .water-moments-section,
  .mw-highlights,
  .mw-stats {
    padding-block: 4rem;
  }

  .mw-intro-frame {
    aspect-ratio: 5 / 6;
  }

  .mw-highlights-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .mw-highlight {
    min-height: 0;
    padding-top: 1.35rem;
  }

  .mw-highlight:hover,
  .mw-highlight:focus-within {
    transform: none;
  }

  .mw-stats-row {
    grid-template-columns: 1fr;
  }

  .mw-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.5rem 0;
  }

  .mw-stat:last-child {
    border-bottom: none;
  }

  .mw-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .water-moments-cta {
    margin-top: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .water-moments-ripple {
    display: none;
  }

  .mw-space img,
  .mw-intro-frame img,
  .water-moment-media img {
    will-change: auto;
    transition: none;
  }

  .mw-space-meta p {
    opacity: 1;
    transform: none;
  }
}

/***

====================================================================
    Family Function page ? premium experience
====================================================================

***/
.ff-kicker {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
}

.ff-kicker--dark {
  color: var(--theme-color1);
}

.ff-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in oklab, currentColor 40%, transparent);
  padding-bottom: 0.12rem;
  transition: opacity 0.3s ease;
}

.ff-link:hover {
  opacity: 0.75;
}

.ff-link--light {
  color: #fff;
}

/* Hero */
.ff-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #102e2c;
}

.ff-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(10, 28, 26, 0.25) 0%,
      rgba(10, 28, 26, 0.55) 45%,
      rgba(10, 28, 26, 0.88) 100%
    ),
    linear-gradient(90deg, rgba(10, 28, 26, 0.55) 0%, transparent 55%);
}

.ff-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 8rem) 15px clamp(4rem, 8vw, 5.5rem);
}

.ff-hero-content h1 {
  margin: 0 0 1.25rem;
  color: #fff;
  text-wrap: balance;
}

.ff-hero-lead {
  margin: 0 0 2rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.78);
  text-wrap: pretty;
}

.ff-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
}

.ff-hero-scroll {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1;
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.25);
}

.ff-hero-scroll span {
  display: block;
  width: 1px;
  height: 28%;
  background: #fff;
  animation: ff-scroll 1.8s ease-in-out infinite;
}

@keyframes ff-scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(28px);
    opacity: 0;
  }
}

/* Intro */
.ff-intro {
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  background:
    radial-gradient(
      ellipse 50% 40% at 90% 10%,
      color-mix(in oklab, var(--theme-color5) 22%, transparent),
      transparent 70%
    ),
    linear-gradient(180deg, #fbfcfb 0%, #f3f7f6 100%);
}

.ff-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.ff-intro-copy h2 {
  margin: 0 0 1.25rem;
  text-wrap: balance;
}

.ff-intro-copy > p {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  color: #5f736f;
  text-wrap: pretty;
}

.ff-checklist {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  border-top: 1px solid rgba(30, 72, 71, 0.14);
}

.ff-checklist li {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(30, 72, 71, 0.14);
  color: var(--theme-color1);
}

.ff-intro-visual {
  position: relative;
  min-height: 560px;
}

.ff-intro-main {
  margin: 0;
  width: 86%;
  margin-left: auto;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #dce8e5;
}

.ff-intro-main img,
.ff-intro-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ff-intro-float {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 48%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(16, 46, 44, 0.18);
}

/* Occasions */
.ff-occasions {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0 0;
  background: #f8faf9;
  overflow: hidden;
}

.ff-section-head {
  max-width: 40rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.ff-section-head h2 {
  margin: 0 0 0.85rem;
}

.ff-section-head p {
  margin: 0;
  color: #5f736f;
}

.ff-section-head--light h2 {
  color: #fff;
}

.ff-section-head--light p {
  color: rgba(255, 255, 255, 0.68);
}

.ff-occasions-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 22vw);
  gap: 1rem;
  padding: 0 15px 4.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.ff-occasion {
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #143836;
  color: #fff;
}

.ff-occasion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.ff-occasion::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 35%,
    rgba(8, 24, 23, 0.82) 100%
  );
}

.ff-occasion:hover img {
  transform: scale(1.06);
}

.ff-occasion-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.35rem;
}

.ff-occasion-meta span {
  display: block;
  margin-bottom: 0.4rem;
  color: #c4a574;
}

.ff-occasion-meta h3 {
  margin: 0 0 0.35rem;
  color: #fff;
}

.ff-occasion-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* Story */
.ff-story {
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  background: #fff;
}

.ff-story-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.ff-story-sticky {
  position: sticky;
  top: 120px;
}

.ff-story-sticky h2 {
  margin: 0 0 1.15rem;
  text-wrap: balance;
}

.ff-story-sticky > p {
  margin: 0 0 1.75rem;
  max-width: 28rem;
  color: #5f736f;
}

.ff-story-steps {
  display: grid;
  gap: 2.5rem;
}

.ff-step {
  position: relative;
}

.ff-step-num {
  display: block;
  margin-bottom: 0.75rem;
  color: #c4a574;
}

.ff-step img {
  width: 100%;
  height: clamp(260px, 32vw, 420px);
  object-fit: cover;
  display: block;
  margin-bottom: 1.15rem;
}

.ff-step h3 {
  margin: 0 0 0.5rem;
}

.ff-step p {
  margin: 0;
  max-width: 34rem;
  color: #5f736f;
}

/* Spaces */
.ff-spaces {
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: linear-gradient(180deg, #163f3d 0%, #1e4847 50%, #245655 100%);
  color: #fff;
}

.ff-spaces-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.ff-space {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 280px;
  color: #fff;
  text-decoration: none;
  background: #0f2c2a;
}

.ff-space--wide {
  grid-column: 1 / -1;
  min-height: 360px;
}

.ff-space img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.ff-space::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(8, 24, 23, 0.8) 100%
  );
}

.ff-space:hover img {
  transform: scale(1.05);
}

.ff-space-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.5rem;
}

.ff-space-meta h3 {
  margin: 0 0 0.35rem;
  color: #fff;
}

.ff-space-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

/* Lux band */
.ff-lux {
  position: relative;
  min-height: min(70vh, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #102e2c;
}

.ff-lux-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-lux-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 26, 0.72);
}

.ff-lux .auto-container {
  position: relative;
  z-index: 1;
}

.ff-lux-content {
  max-width: 40rem;
  margin: 0 auto;
  padding: 5rem 0;
  text-align: center;
}

.ff-lux-content h2 {
  margin: 0 0 1rem;
  color: #fff;
  text-wrap: balance;
}

.ff-lux-content p {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.75);
}

/* Why ? premium editorial */
.ff-why {
  position: relative;
  padding: clamp(5.5rem, 9vw, 8.5rem) 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfcfb 0%, #f3f7f6 48%, #eef4f2 100%);
}

.ff-why-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 55% 45% at 8% 18%,
      rgba(143, 184, 179, 0.22),
      transparent 70%
    ),
    radial-gradient(
      ellipse 45% 40% at 92% 78%,
      rgba(30, 72, 71, 0.08),
      transparent 65%
    );
}

.ff-why .auto-container {
  position: relative;
  z-index: 1;
}

.ff-why-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.75rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(30, 72, 71, 0.12);
}

.ff-why-head-copy .ff-kicker {
  margin-bottom: 1.15rem;
}

.ff-why-head h2 {
  margin: 0;
  color: #143836;
  text-wrap: balance;
}

.ff-why-lead {
  margin: 0;
  max-width: 28rem;
  color: #5f736f;
  text-wrap: pretty;
}

.ff-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(30, 72, 71, 0.1);
}

.ff-why-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem 1.35rem;
  min-height: 11.5rem;
  padding: clamp(1.85rem, 3vw, 2.5rem) clamp(1.25rem, 2.2vw, 2rem);
  border-right: 1px solid rgba(30, 72, 71, 0.1);
  border-bottom: 1px solid rgba(30, 72, 71, 0.1);
  transition: background-color 0.45s ease;
}

.ff-why-item:nth-child(3n) {
  border-right: none;
}

.ff-why-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, #c4a574 0%, #1e4847 100%);
  transition: height 0.45s ease;
}

.ff-why-item:hover,
.ff-why-item:focus-within {
  background: rgba(255, 255, 255, 0.72);
}

.ff-why-item:hover::before,
.ff-why-item:focus-within::before {
  height: 100%;
}

.ff-why-num {
  display: block;
  margin-top: 0.15rem;
  color: #c4a574;
  transition:
    color 0.35s ease,
    transform 0.45s ease;
}

.ff-why-item:hover .ff-why-num {
  color: #1e4847;
  transform: translateY(-2px);
}

.ff-why-body h3 {
  margin: 0 0 0.7rem;
  color: #143836;
  text-wrap: balance;
}

.ff-why-body p {
  margin: 0;
  max-width: 22rem;
  color: #5f736f;
  text-wrap: pretty;
}

/* CTA */
.ff-cta {
  padding: 0 0 clamp(5rem, 8vw, 7rem);
  background: #f8faf9;
}

.ff-cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2.5rem, 5vw, 3.5rem);
  color: #fff;
  background:
    radial-gradient(
      ellipse 60% 80% at 10% 50%,
      rgba(143, 184, 179, 0.2),
      transparent 60%
    ),
    linear-gradient(135deg, #143836 0%, #1e4847 55%, #245655 100%);
}

.ff-cta-copy h2 {
  margin: 0 0 0.75rem;
  color: #fff;
}

.ff-cta-copy p {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.72);
}

.ff-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.5rem;
}

@media (max-width: 991.98px) {
  .ff-intro-grid,
  .ff-story-wrap,
  .ff-why-head,
  .ff-spaces-grid {
    grid-template-columns: 1fr;
  }

  .ff-story-sticky {
    position: static;
  }

  .ff-intro-visual {
    min-height: 0;
  }

  .ff-intro-main {
    width: 100%;
  }

  .ff-intro-float {
    position: relative;
    left: auto;
    bottom: auto;
    width: 70%;
    margin-top: -18%;
    margin-left: 4%;
  }

  .ff-space--wide {
    grid-column: auto;
    min-height: 280px;
  }

  .ff-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ff-why-item {
    min-height: 0;
    border-right: 1px solid rgba(30, 72, 71, 0.1);
  }

  .ff-why-item:nth-child(2n) {
    border-right: none;
  }

  .ff-why-item:nth-child(3n) {
    border-right: 1px solid rgba(30, 72, 71, 0.1);
  }

  .ff-why-item:nth-child(2n + 1):nth-last-child(-n + 2),
  .ff-why-item:nth-child(2n + 1):nth-last-child(-n + 2) ~ .ff-why-item {
    border-bottom: none;
  }
}

@media (max-width: 575.98px) {
  .ff-hero-content {
    padding-bottom: 3.5rem;
  }

  .ff-hero-scroll {
    display: none;
  }

  .ff-occasions-rail {
    grid-auto-columns: minmax(78vw, 300px);
  }

  .ff-why-grid {
    grid-template-columns: 1fr;
  }

  .ff-why-item,
  .ff-why-item:nth-child(3n),
  .ff-why-item:nth-child(2n) {
    border-right: none;
  }

  .ff-why-item:last-child {
    border-bottom: none;
  }

  .ff-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-hero-scroll span,
  .ff-occasion img,
  .ff-space img {
    animation: none;
    transition: none;
  }

  .ff-why-item::before,
  .ff-why-num {
    transition: none;
  }

  .ff-why-item:hover .ff-why-num {
    transform: none;
  }
}

/***

====================================================================
    
/***

====================================================================
    Typography consistency - match index.html / global tokens
====================================================================

***/

/* Kickers / eyebrows - same as .sec-title .sub-title */
.ff-kicker,
.mw-eyebrow,
.water-moment-label,
.ff-occasion-meta span,
.ff-step-num,
.mw-highlight-num,
.mw-space-num,
.ff-why-num,
.mw-feature-list li span,
.mw-stat-label,
.ff-intro-caption span {
  font-size: var(--sec-title-subtitle-font-size) !important;
  font-weight: var(--sec-title-subtitle-font-weight) !important;
  line-height: var(--sec-title-subtitle-line-height) !important;
  letter-spacing: 7px !important;
}

/* Large step numbers - same as .venue-item .number */
.water-moment-index {
  font-size: 90px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

/* Hero H1 - same as .banner-content h1 */
.ff-hero h1 {
  font-size: 64px !important;
  font-weight: 600 !important;
  line-height: 70px !important;
}

@media (max-width: 1199.98px) {
  .ff-hero h1 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}

@media (max-width: 767.98px) {
  .ff-hero h1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}

/* Section H2 - same as .sec-title h2 */
.ff-intro-copy h2,
.ff-section-head h2,
.ff-story-sticky h2,
.ff-lux-content h2,
.ff-why-head h2,
.ff-cta-copy h2,
.mw-display,
.water-moments-intro h2,
.mw-highlights-head h2,
.mw-stats-head h2,
.mw-intro-copy .mw-display {
  font-size: var(--h2-font-size) !important;
  font-weight: var(--h2-font-weight) !important;
  line-height: var(--h2-line-height) !important;
}

@media (max-width: 575.98px) {
  .ff-intro-copy h2,
  .ff-section-head h2,
  .ff-story-sticky h2,
  .ff-lux-content h2,
  .ff-why-head h2,
  .ff-cta-copy h2,
  .mw-display,
  .water-moments-intro h2,
  .mw-highlights-head h2,
  .mw-stats-head h2,
  .mw-intro-copy .mw-display {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}

/* H3 - same as .venue-item h3 on index */
.ff-occasion-meta h3,
.ff-step h3,
.ff-space-meta h3,
.ff-why-body h3,
.water-moment-copy h3,
.mw-highlight h3,
.mw-intro-caption strong {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

@media (max-width: 575.98px) {
  .ff-occasion-meta h3,
  .ff-step h3,
  .ff-space-meta h3,
  .ff-why-body h3,
  .water-moment-copy h3,
  .mw-highlight h3,
  .mw-intro-caption strong {
    font-size: 22px !important;
  }
}

/* Body copy - same as global p / .text */
.ff-hero-lead,
.ff-intro-copy > p,
.ff-section-head p,
.ff-section-sub,
.ff-story-sticky > p,
.ff-step p,
.ff-occasion-meta p,
.ff-space-meta p,
.ff-lux-content p,
.ff-why-lead,
.ff-why-body p,
.ff-cta-copy p,
.ff-checklist li,
.mw-lead,
.mw-highlights-lead,
.mw-highlight p,
.mw-section-sub,
.water-moments-lead,
.water-moment-copy p,
.mw-feature-list li,
.ff-link,
.mw-text-link {
  font-size: var(--body-font-size) !important;
  font-weight: var(--body-font-weight) !important;
  line-height: var(--body-line-height) !important;
}

/* Section H2 - same as .sec-title h2 */
.mw-stat-value {
  font-size: var(--h2-font-size) !important;
  font-weight: var(--h2-font-weight) !important;
  line-height: var(--h2-line-height) !important;
}

/***

====================================================================
    Site-wide sticky positioning fix
====================================================================
    Global section overflow:hidden was removed above. These rules
    harden sticky columns against flex stretch, Wow transforms, and
    mobile breakpoints.
====================================================================

***/
.venue-story-section,
.conference-usecases-section,
.conference-specs-section,
.ff-story,
.wd-journey,
.ps-journey,
.ml-sky,
.cx-journey {
  overflow: visible !important;
}

.venue-story-wrapper,
.ff-story-wrap,
.wd-journey-wrap {
  align-items: flex-start;
}

/* Sticky image is a child of the column ? column must stretch with the row */
.conference-usecases-section .row,
.conference-specs-section .row {
  align-items: stretch;
}

.venue-story-left,
.usecase-sticky-image,
.specs-sticky-image,
.ff-story-sticky,
.wd-journey-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 2;
  align-self: flex-start;
}

/* Clear leftover Wow transforms ? they break position:sticky */
.venue-story-left,
.usecase-sticky-image,
.specs-sticky-image,
.ff-story-sticky,
.wd-journey-sticky {
  transform: none !important;
  will-change: auto;
}

.conference-usecases-section .col-lg-5,
.conference-specs-section .col-lg-5 {
  align-self: stretch;
}

.usecase-sticky-image,
.specs-sticky-image {
  height: min(520px, calc(100vh - 140px));
  max-height: min(520px, calc(100vh - 140px));
  margin-bottom: 0;
  overflow: hidden;
}

.usecase-sticky-image figure,
.specs-sticky-image figure {
  height: 100%;
}

@media (max-width: 991.98px) {
  .venue-story-left,
  .usecase-sticky-image,
  .specs-sticky-image,
  .ff-story-sticky,
  .wd-journey-sticky {
    position: relative !important;
    top: auto !important;
    max-height: none;
  }

  .usecase-sticky-image figure,
  .specs-sticky-image figure {
    height: 360px;
  }
}

/***

====================================================================
    Wedding Day Journey section
====================================================================

***/
.wd-journey {
  position: relative;
  padding: 110px 0;
  overflow: visible;
  background:
    radial-gradient(
      ellipse 50% 40% at 90% 10%,
      rgba(143, 184, 179, 0.18),
      transparent 70%
    ),
    linear-gradient(180deg, #fbfcfb 0%, #f3f7f6 100%);
}

.wd-journey-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: flex-start;
}

.wd-journey-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2;
  align-self: start;
  transform: none !important;
}

.wd-journey .auto-container,
.ps-journey .auto-container,
.ml-sky .auto-container {
  overflow: visible !important;
}

.wd-journey-sticky .sec-title {
  margin-bottom: 22px;
}

.wd-journey-lead {
  margin: 0 0 28px;
  max-width: 28rem;
  color: var(--text-color);
}

.wd-journey-steps {
  display: grid;
  gap: 56px;
}

.wd-step {
  position: relative;
  background: #fff;
  border-left: 3px solid var(--theme-color1, #1e4847);
  box-shadow: 0 14px 44px rgba(20, 47, 46, 0.08);
  overflow: hidden;
  transition: box-shadow 0.35s ease;
}

.wd-step:hover {
  box-shadow: 0 18px 52px rgba(20, 47, 46, 0.12);
}

.wd-step-num {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  margin: 0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--theme-color1);
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.wd-step-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  background: #dce8e5;
}

.wd-step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.wd-step:hover .wd-step-media img {
  transform: scale(1.04);
}

.wd-step-copy {
  padding: 28px 32px 34px;
}

.wd-step-copy h3 {
  margin: 0 0 10px;
  color: var(--headings-color);
}

.wd-step-copy p {
  margin: 0;
  max-width: 36rem;
  color: var(--text-color);
}

@media (max-width: 991.98px) {
  .wd-journey {
    padding: 80px 0;
  }

  .wd-journey-wrap {
    grid-template-columns: 1fr;
  }

  .wd-journey-sticky {
    position: relative;
    top: auto;
  }

  .wd-journey-steps {
    gap: 40px;
  }
}

@media (max-width: 575.98px) {
  .wd-journey {
    padding: 64px 0;
  }

  .wd-journey-steps {
    gap: 32px;
  }

  .wd-step-num {
    top: 14px;
    left: 14px;
    padding: 8px 12px;
  }

  .wd-step-copy {
    padding: 22px 20px 26px;
  }
}

/* Tie wedding sticky into shared sticky overflow rules */
.wd-journey {
  overflow: visible !important;
}

/* Wedding journey typography - match index tokens */
.wd-journey-sticky h2 {
  font-size: var(--h2-font-size) !important;
  font-weight: var(--h2-font-weight) !important;
  line-height: var(--h2-line-height) !important;
}

.wd-step-copy h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.wd-journey-lead,
.wd-step-copy p {
  font-size: var(--body-font-size) !important;
  font-weight: var(--body-font-weight) !important;
  line-height: var(--body-line-height) !important;
}

.wd-step-num {
  font-size: var(--sec-title-subtitle-font-size) !important;
  font-weight: var(--sec-title-subtitle-font-weight) !important;
  line-height: var(--sec-title-subtitle-line-height) !important;
  letter-spacing: 7px !important;
}

@media (max-width: 575.98px) {
  .wd-journey-sticky h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .wd-step-copy h3 {
    font-size: 26px !important;
  }
}

/***

====================================================================
    Wedding Vowlight ? original horizontal film (wedding only)
====================================================================

***/
.wd-vowlight {
  --vl-ink: #f3f7f6;
  --vl-muted: rgba(243, 247, 246, 0.72);
  --vl-deep: #142f2e;
  --vl-mid: #1e4847;
  position: relative;
  background: var(--vl-deep);
  color: var(--vl-ink);
  /* Do not use overflow:clip here — it contains GSAP pins and kills the filmstrip */
  overflow: visible;
}

.wd-vowlight-pin {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 40px 0 0;
}

.wd-vowlight-intro {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.35rem 2rem;
  align-items: end;
}

.wd-vowlight-kicker {
  grid-column: 1 / -1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(143, 184, 179, 0.95);
}

.wd-vowlight-title {
  margin: 0;
  color: var(--vl-ink);
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.wd-vowlight-title em {
  font-style: italic;
  font-weight: 400;
  color: #c9ddd9;
}

.wd-vowlight-aside {
  margin: 0;
  max-width: 22rem;
  color: var(--vl-muted);
  justify-self: end;
}

.wd-vowlight-meter {
  grid-column: 1 / -1;
  height: 1px;
  margin-top: 4px;
  background: rgba(243, 247, 246, 0.18);
  overflow: hidden;
}

.wd-vowlight-meter-fill {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: #8fb8b3;
  will-change: transform;
}

.wd-vowlight-viewport {
  position: relative;
  overflow: hidden;
  min-height: 0;
}

.wd-vowlight-track {
  display: flex;
  align-items: stretch;
  height: 75vh;
  width: max-content;
  will-change: transform;
}

.wd-vowlight-frame {
  position: relative;
  flex: 0 0 min(88vw, 1180px);
  width: min(88vw, 1180px);
  height: 100%;
  margin-right: 30px;
  overflow: hidden;
  background: #0f2221;
}

.wd-vowlight-frame:first-child {
  /* Leave a slim peek of previous/next rhythm ? first card starts nearly full-bleed */
  margin-left: max(12px, calc((100vw - min(88vw, 1180px)) / 2));
}

.wd-vowlight-frame:last-child {
  margin-right: max(12px, calc((100vw - min(88vw, 1180px)) / 2));
}

.wd-vowlight-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: none;
}

.wd-vowlight-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(10, 24, 23, 0.72) 0%,
    rgba(10, 24, 23, 0.22) 34%,
    transparent 58%
  );
  pointer-events: none;
}

.wd-vowlight-caption {
  position: absolute;
  left: clamp(1.25rem, 3vw, 2.5rem);
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2.25rem);
  z-index: 1;
  max-width: 22rem;
}

.wd-vowlight-hour {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #8fb8b3;
}

.wd-vowlight-caption strong {
  display: block;
  margin-bottom: 8px;
  color: var(--vl-ink);
  font-weight: 500;
}

.wd-vowlight-caption p {
  margin: 0;
  color: var(--vl-muted);
}

/* Reduced motion / fallback: stack vertically */
.wd-vowlight-pin.is-static {
  min-height: 0;
  padding: 80px 0 64px;
}

.wd-vowlight-pin.is-static .wd-vowlight-viewport {
  overflow: visible;
}

.wd-vowlight-pin.is-static .wd-vowlight-track {
  display: grid;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  height: auto;
  transform: none !important;
  gap: 18px;
}

.wd-vowlight-pin.is-static .wd-vowlight-frame,
.wd-vowlight-pin.is-static .wd-vowlight-frame:first-child,
.wd-vowlight-pin.is-static .wd-vowlight-frame:last-child {
  flex: none;
  width: 100%;
  height: min(62vh, 560px);
  margin: 0;
}

@media (max-width: 991.98px) {
  .wd-vowlight-intro {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .wd-vowlight-aside {
    justify-self: start;
    max-width: 28rem;
  }

  .wd-vowlight-track {
    height: 75vh;
  }

  .wd-vowlight-frame {
    flex-basis: min(90vw, 900px);
    width: min(90vw, 900px);
  }
}

@media (max-width: 575.98px) {
  .wd-vowlight-pin {
    padding-top: 28px;
  }

  .wd-vowlight-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .wd-vowlight-track {
    height: 75vh;
  }

  .wd-vowlight-frame {
    flex-basis: min(92vw, 560px);
    width: min(92vw, 560px);
  }
}

/* Typography tokens ? keep site body/subtitle rhythm */
.wd-vowlight-kicker,
.wd-vowlight-hour {
  font-size: var(--sec-title-subtitle-font-size) !important;
  font-weight: var(--sec-title-subtitle-font-weight) !important;
  line-height: var(--sec-title-subtitle-line-height) !important;
}

.wd-vowlight-aside,
.wd-vowlight-caption p {
  font-size: var(--body-font-size) !important;
  font-weight: var(--body-font-weight) !important;
  line-height: var(--body-line-height) !important;
}

.wd-vowlight-caption strong {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

@media (max-width: 575.98px) {
  .wd-vowlight-caption strong {
    font-size: 26px !important;
  }
}

/***

====================================================================
    Wedding needs ? 4 flip cards
====================================================================

***/
.wd-needs .wd-flip-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wd-needs .wd-flip-grid .wd-flip-card {
  border: none;
}

.wd-flip-card {
  position: relative;
  height: 260px;
  perspective: 1200px;
  outline: none;
}

.wd-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.wd-flip-card:hover .wd-flip-inner,
.wd-flip-card:focus-within .wd-flip-inner,
.wd-flip-card.is-flipped .wd-flip-inner {
  transform: rotateY(180deg);
}

.wd-flip-front,
.wd-flip-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  padding: 32px 34px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 4px;
}

.wd-flip-front {
  background: #eef5f2;
}

.wd-flip-card:nth-child(2) .wd-flip-front {
  background: #f4f1ea;
}

.wd-flip-card:nth-child(3) .wd-flip-front {
  background: #eef1f4;
}

.wd-flip-card:nth-child(4) .wd-flip-front {
  background: #f5eee9;
}

.wd-flip-back {
  background: var(--theme-color1, #1e4847);
  color: #f3f7f6;
  transform: rotateY(180deg);
}

.wd-flip-front .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  margin-bottom: 16px;
}

.wd-flip-front .icon-box i {
  font-size: 32px;
  color: var(--theme-color1);
}

.wd-flip-front .title {
  margin: 0;
  color: var(--headings-color, #1e4847);
  line-height: 1.3;
}

.wd-flip-back .title {
  margin: 0 0 12px;
  color: #f3f7f6;
  line-height: 1.3;
}

.wd-flip-back .text {
  margin: 0;
  color: rgba(243, 247, 246, 0.88);
  font-size: var(--body-font-size, 16px);
  font-weight: var(--body-font-weight, 400);
  line-height: var(--body-line-height, 1.7);
}

@media (max-width: 991.98px) {
  .wd-needs .wd-flip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .wd-needs .wd-flip-grid {
    grid-template-columns: 1fr;
  }

  .wd-flip-card {
    height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wd-flip-inner {
    transition: none;
  }
}

/***

====================================================================
    Corporate page ? formats, why, CTA
====================================================================

***/
.cx-formats {
  padding: 100px 0;
  background: #f7f9f8;
}

.cx-formats .sec-title p {
  margin: 12px auto 0;
  max-width: 36rem;
}

.cx-formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.cx-format {
  padding: 28px 24px;
  background: #fff;
  border-top: 2px solid var(--theme-color1, #1e4847);
}

.cx-format-tag {
  display: block;
  margin-bottom: 16px;
  color: var(--theme-color1, #1e4847);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.cx-format h3 {
  margin: 0 0 10px;
  color: var(--headings-color);
}

.cx-format p {
  margin: 0;
  color: var(--text-color);
}

.cx-why {
  padding: 110px 0;
  background:
    radial-gradient(
      ellipse 45% 50% at 0% 50%,
      rgba(143, 184, 179, 0.16),
      transparent 70%
    ),
    #fbfcfb;
}

.cx-why-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.cx-why-copy p {
  margin: 0;
  max-width: 28rem;
  color: var(--text-color);
}

.cx-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.cx-why-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(30, 72, 71, 0.14);
}

.cx-why-list li:last-child {
  border-bottom: 1px solid rgba(30, 72, 71, 0.14);
}

.cx-why-num {
  color: var(--theme-color1, #1e4847);
  letter-spacing: 0.12em;
}

.cx-why-list h3 {
  margin: 0 0 6px;
  color: var(--headings-color);
}

.cx-why-list p {
  margin: 0;
  color: var(--text-color);
}

.cx-cta {
  padding: 40px 0 110px;
  background: #f7f9f8;
}

.cx-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
  background: var(--theme-color1, #1e4847);
  color: #f3f7f6;
}

.cx-cta-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #8fb8b3;
}

.cx-cta-copy h2 {
  margin: 0 0 12px;
  color: #f3f7f6;
}

.cx-cta-copy p {
  margin: 0;
  max-width: 28rem;
  color: rgba(243, 247, 246, 0.8);
}

.cx-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex-shrink: 0;
}

.cx-cta-link {
  color: #c9ddd9;
  text-decoration: none;
}

.cx-cta-link:hover {
  color: #fff;
}

/* Typography tokens */
.cx-format-tag,
.cx-why-num,
.cx-cta-kicker {
  font-size: var(--sec-title-subtitle-font-size) !important;
  font-weight: var(--sec-title-subtitle-font-weight) !important;
  line-height: var(--sec-title-subtitle-line-height) !important;
}

.cx-format h3,
.cx-why-list h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.cx-format p,
.cx-why-copy p,
.cx-why-list p,
.cx-cta-copy p,
.cx-cta-link {
  font-size: var(--body-font-size) !important;
  font-weight: var(--body-font-weight) !important;
  line-height: var(--body-line-height) !important;
}

.cx-cta-copy h2 {
  font-size: var(--h2-font-size) !important;
  font-weight: var(--h2-font-weight) !important;
  line-height: var(--h2-line-height) !important;
}

.cx-journey,
.wd-journey.cx-journey {
  overflow: visible !important;
}

@media (max-width: 991.98px) {
  .cx-formats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cx-why-wrap {
    grid-template-columns: 1fr;
  }

  .cx-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .cx-formats {
    padding: 72px 0;
  }

  .cx-formats-grid {
    grid-template-columns: 1fr;
  }

  .cx-why {
    padding: 72px 0;
  }

  .cx-format h3,
  .cx-why-list h3 {
    font-size: 26px !important;
  }

  .cx-cta-copy h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

/***

====================================================================
    Poolside venue ? glance stats
====================================================================

***/
.ps-glance {
  padding: 100px 0;
  background:
    radial-gradient(
      ellipse 50% 60% at 100% 0%,
      rgba(143, 184, 179, 0.18),
      transparent 70%
    ),
    #fbfcfb;
}

.ps-glance-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.ps-glance-copy p {
  margin: 0;
  max-width: 28rem;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

.ps-glance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ps-glance-item {
  padding: 28px 24px;
  background: #fff;
  border-left: 2px solid var(--theme-color1, #1e4847);
}

.ps-glance-value {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color1, #1e4847);
  font-size: var(--h2-font-size) !important;
  font-weight: var(--h2-font-weight) !important;
  line-height: var(--h2-line-height) !important;
}

.ps-glance-label {
  display: block;
  color: var(--text-color);
  font-size: var(--body-font-size) !important;
  font-weight: var(--body-font-weight) !important;
  line-height: var(--body-line-height) !important;
}

.ps-journey {
  overflow: visible !important;
}

@media (max-width: 991.98px) {
  .ps-glance-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .ps-glance {
    padding: 72px 0;
  }

  .ps-glance-grid {
    grid-template-columns: 1fr;
  }

  .ps-glance-value {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

/***

====================================================================
    Distinct page CTAs ? corporate / poolside / family
====================================================================

***/

/* Corporate: light editorial invite (no solid teal box) */
.cx-invite {
  padding: 90px 0 110px;
  background: #fbfcfb;
}

.cx-invite-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  padding-top: 36px;
  border-top: 1px solid rgba(30, 72, 71, 0.18);
}

.cx-invite-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--theme-color1, #1e4847);
}

.cx-invite-copy h2 {
  margin: 0 0 14px;
  color: var(--headings-color);
}

.cx-invite-copy p {
  margin: 0;
  max-width: 34rem;
  color: var(--text-color);
}

.cx-invite-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding-left: 28px;
  border-left: 1px solid rgba(30, 72, 71, 0.16);
}

.cx-invite-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cx-invite-meta span {
  color: var(--text-color);
  opacity: 0.75;
}

.cx-invite-meta a {
  color: var(--theme-color1, #1e4847);
  text-decoration: none;
}

.cx-invite-meta a:hover {
  text-decoration: underline;
}

/* Poolside: full-bleed photo band */
.ps-invite {
  padding: 0 0 0;
  background: #142f2e;
}

.ps-invite-band {
  position: relative;
  min-height: min(52vh, 520px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ps-invite-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-invite-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(14, 36, 35, 0.88) 0%,
      rgba(14, 36, 35, 0.45) 55%,
      rgba(14, 36, 35, 0.25) 100%
    ),
    linear-gradient(0deg, rgba(14, 36, 35, 0.55) 0%, transparent 50%);
}

.ps-invite-inner {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 6vw, 4.5rem) 15px;
  max-width: 40rem;
  margin-right: auto;
  color: #f3f7f6;
}

.ps-invite-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #8fb8b3;
}

.ps-invite-inner h2 {
  margin: 0 0 12px;
  color: #f3f7f6;
}

.ps-invite-inner > p {
  margin: 0 0 24px;
  color: rgba(243, 247, 246, 0.82);
}

.ps-invite-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
}

.ps-invite-phone {
  color: #c9ddd9;
  text-decoration: none;
}

.ps-invite-phone:hover {
  color: #fff;
}

/* Family: image + copy split */
.ff-invite {
  padding: 0 0 clamp(5rem, 8vw, 7rem);
  background: #f8faf9;
}

.ff-invite-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
}

.ff-invite-media {
  margin: 0;
  min-height: 360px;
}

.ff-invite-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ff-invite-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.25rem);
  background: #f3f7f6;
}

.ff-invite-copy h2 {
  margin: 0 0 12px;
  color: var(--headings-color);
}

.ff-invite-copy > p:not(.ff-kicker) {
  margin: 0 0 24px;
  max-width: 28rem;
  color: var(--text-color);
}

.ff-invite-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

/* Typography tokens */
.cx-invite-kicker,
.ps-invite-kicker {
  font-size: var(--sec-title-subtitle-font-size) !important;
  font-weight: var(--sec-title-subtitle-font-weight) !important;
  line-height: var(--sec-title-subtitle-line-height) !important;
}

.cx-invite-copy h2,
.ps-invite-inner h2,
.ff-invite-copy h2 {
  font-size: var(--h2-font-size) !important;
  font-weight: var(--h2-font-weight) !important;
  line-height: var(--h2-line-height) !important;
}

.cx-invite-copy p,
.cx-invite-meta span,
.cx-invite-meta a,
.ps-invite-inner > p,
.ps-invite-phone,
.ff-invite-copy > p:not(.ff-kicker) {
  font-size: var(--body-font-size) !important;
  font-weight: var(--body-font-weight) !important;
  line-height: var(--body-line-height) !important;
}

@media (max-width: 991.98px) {
  .cx-invite-grid {
    grid-template-columns: 1fr;
  }

  .cx-invite-aside {
    padding-left: 0;
    border-left: none;
    padding-top: 8px;
    border-top: 1px solid rgba(30, 72, 71, 0.14);
  }

  .ff-invite-split {
    grid-template-columns: 1fr;
  }

  .ff-invite-media {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .cx-invite {
    padding: 64px 0 80px;
  }

  .cx-invite-copy h2,
  .ps-invite-inner h2,
  .ff-invite-copy h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .ps-invite-band {
    min-height: 420px;
  }
}

/***

====================================================================
    Lock Meridian fonts ? Cormorant + Manrope only on key sections
====================================================================

***/
.conference-specs-section .specs-table-head h2,
.conference-specs-section .specs-value,
.venue-showcase-section .sec-title h2,
.wd-journey-sticky h2,
.wd-step-copy h3,
.wd-vowlight-title,
.wd-flip-front .title,
.wd-flip-back .title,
.cx-invite-copy h2,
.cx-format h3,
.cx-why-list h3,
.cx-why-copy h2,
.ps-invite-inner h2,
.ps-glance-value,
.ff-invite-copy h2 {
  font-family: var(--title-font) !important;
}

.conference-specs-section .specs-label,
.venue-showcase-section .sec-title .text,
.venue-showcase-section .list-style-two,
.wd-journey-lead,
.wd-step-copy p,
.wd-vowlight-kicker,
.wd-vowlight-aside,
.wd-vowlight-hour,
.wd-vowlight-caption p,
.wd-flip-back .text,
.cx-invite-kicker,
.cx-invite-copy p,
.cx-invite-meta,
.cx-format-tag,
.cx-format p,
.cx-why-num,
.cx-why-copy p,
.cx-why-list p,
.ps-invite-kicker,
.ps-invite-inner > p,
.ps-glance-label,
.ff-invite-copy > p {
  font-family: var(--text-font) !important;
}

/***

====================================================================
    Conference hall ? kill stray page/horizontal scroll
====================================================================

***/
html {
  overflow-x: clip;
}

body.theme-light {
  overflow-x: clip;
  max-width: 100%;
}

/* Keep sticky working: do not set overflow-x on sticky section ancestors */
.conference-usecases-section .auto-container,
.conference-specs-section .auto-container {
  overflow: visible;
}

.conference-usecases-section .row,
.conference-specs-section .row {
  overflow: visible;
}

.conference-float-cards {
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .conference-float-cards {
    padding: 0 15px;
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .conference-float-cards {
    flex-direction: column;
    align-items: stretch;
    transform: translateY(24%);
  }

  .conference-float-card {
    max-width: none;
  }

  .conference-showcase-section {
    padding-bottom: 80px;
  }
}

/***

====================================================================
    Meridian By Lawns ? Open Sky journey
====================================================================

***/
.ml-sky {
  overflow: visible !important;
  background:
    radial-gradient(
      ellipse 55% 45% at 0% 20%,
      rgba(143, 184, 179, 0.2),
      transparent 70%
    ),
    linear-gradient(180deg, #fbfcfb 0%, #f3f7f6 100%);
}

.ml-sky .wd-journey-sticky h2,
.ml-sky .wd-step-copy h3 {
  font-family: var(--title-font) !important;
}

.ml-sky .wd-journey-lead,
.ml-sky .wd-step-copy p,
.ml-sky .wd-step-num {
  font-family: var(--text-font) !important;
}

/***

====================================================================
    Poolside ? Why reasons (editorial split, not sparse list)
====================================================================

***/
.ps-reasons {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: min(88vh, 820px);
  background: #142f2e;
  overflow: hidden;
}

.ps-reasons-media {
  position: relative;
  min-height: 480px;
}

.ps-reasons-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ps-reasons-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 55%,
    rgba(20, 47, 46, 0.35) 100%
  );
  pointer-events: none;
}

.ps-reasons-media-caption {
  position: absolute;
  left: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  z-index: 1;
  color: #f3f7f6;
}

.ps-reasons-media-caption span {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8fb8b3;
}

.ps-reasons-media-caption strong {
  display: block;
  font-weight: 500;
  color: #f3f7f6;
}

.ps-reasons-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.75rem, 5vw, 4rem);
  background:
    radial-gradient(
      ellipse 70% 50% at 100% 0%,
      rgba(143, 184, 179, 0.18),
      transparent 60%
    ),
    #1a3a39;
  color: #f3f7f6;
}

.ps-reasons-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #8fb8b3;
}

.ps-reasons-intro h2 {
  margin: 0 0 14px;
  color: #f3f7f6;
}

.ps-reasons-intro > p:not(.ps-reasons-kicker) {
  margin: 0 0 36px;
  max-width: 28rem;
  color: rgba(243, 247, 246, 0.78);
}

.ps-reasons-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ps-reasons-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(243, 247, 246, 0.16);
}

.ps-reasons-list li:last-child {
  border-bottom: 1px solid rgba(243, 247, 246, 0.16);
}

.ps-reasons-num {
  color: #8fb8b3;
  letter-spacing: 0.12em;
}

.ps-reasons-list h3 {
  margin: 0 0 6px;
  color: #f3f7f6;
}

.ps-reasons-list p {
  margin: 0;
  color: rgba(243, 247, 246, 0.78);
}

/* Typography tokens */
.ps-reasons-kicker,
.ps-reasons-media-caption span,
.ps-reasons-num {
  font-size: var(--sec-title-subtitle-font-size) !important;
  font-weight: var(--sec-title-subtitle-font-weight) !important;
  line-height: var(--sec-title-subtitle-line-height) !important;
  font-family: var(--text-font) !important;
}

.ps-reasons-intro h2,
.ps-reasons-list h3,
.ps-reasons-media-caption strong {
  font-family: var(--title-font) !important;
}

.ps-reasons-intro h2 {
  font-size: var(--h2-font-size) !important;
  font-weight: var(--h2-font-weight) !important;
  line-height: var(--h2-line-height) !important;
}

.ps-reasons-list h3,
.ps-reasons-media-caption strong {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.ps-reasons-intro > p:not(.ps-reasons-kicker),
.ps-reasons-list p {
  font-size: var(--body-font-size) !important;
  font-weight: var(--body-font-weight) !important;
  line-height: var(--body-line-height) !important;
  font-family: var(--text-font) !important;
}

@media (max-width: 991.98px) {
  .ps-reasons {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ps-reasons-media {
    min-height: 360px;
  }

  .ps-reasons-media::after {
    background: linear-gradient(
      0deg,
      rgba(20, 47, 46, 0.5) 0%,
      transparent 55%
    );
  }
}

@media (max-width: 575.98px) {
  .ps-reasons-intro h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .ps-reasons-list h3,
  .ps-reasons-media-caption strong {
    font-size: 24px !important;
  }
}
.courtyard-details-content {
  padding-left: 50px;
}

.mobile-header-right {
  display: flex;
  align-items: center;
}
.mobile-header-right .mobile-contact-info {
  display: none;
}
.mobile-header-right .mobile-contact-info a {
  background: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: 800;
  margin-right: 6px;
}

.call-float-icon {
  width: 54px;
  height: 54px;
  font-size: 23px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e4847;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: background 0.2s ease;
}

.call--float {
  left: 12px;
  position: fixed;
  right: 20px;
  bottom: 12px;
  z-index: 99990;
  display: none;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
.experience-listing-section {
  background: var(--premium-cream) !important;
}
@media (max-width: 767px) {
  .call--float {
    display: flex;
    width: 64px;
  }
  .about-section-five .image-column {
    margin-bottom: 0;
  }
  .courtyard-overview-section {
    padding: 50px 0 50px;
  }
  .courtyard-overview-head {
    margin: 0 auto 40px;
  }
  .experience-listing-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  body.theme-light .service-section-two,
  body.theme-light .service-section-two.video-section-three {
    padding-top: 40px !important;
  }
}
