﻿/* Hotelin | Hotel Booking HTML Template

Template Name: Hotelin
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TwO
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Main Slider
9. Banner Section
10. Project Section
11. Features Section / TwO / Three / Four / Five
12. About Section / Two
13. Services Section / Two
14. Call To Action / Two
15. FAQ's Sectiom
16. Marquee Section
17. Fun Fact Section
18. Testimonial Section / Two
19. team Section 
20, Contact Section / Two
21. Why Choose Us / Two
22. News Section / Two
23. Video Section
24. Map Section
25. Clients Section
26. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap");
@import url("aos.css");
@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("nice-select.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color1: #a48361;
  --theme-color2: #0e0e0e;
  --theme-color3: #a44438;
  --theme-color1-rgb: 164, 131, 97;
  --theme-color2-rgb: 14, 14, 14;
  --theme-color3-rgb: 164, 68, 56;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
  --body-bg: #fff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f2f8f9;
  --theme-color-gray: #f6f6f6;
  --theme-color-silver: #eee;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --text-color: #4f515d;
  --headings-color: #040618;
  --headings-color-rgb: 4, 6, 24;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color2);
  --heading-font-family: "Marcellus", serif;
  --body-font-family: "Jost", serif;
  --body-font-size: 16px;
  --body-line-height: 1.75;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2em;
  --line-height-heading: 1.2;
  --line-height-heading-small: 1.35em;
  --h1-font-size: 72px;
  --h2-font-size: 50px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 400;
  --h6-font-weight: 400;
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 600;
  --sec-title-subtitle-line-height: 1em;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f1f3f3;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1750px;
  --container-pt: 0px;
  --container-pb: 0px;
  --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%,
  	#1a1a1a 45.93%
  );
  --gradient-4: linear-gradient(
  	180.01deg,
  	rgba(255, 255, 255, 0.8) -14.64%,
  	rgba(83, 98, 78, 0) 96.23%
  );
  --dark-color: #181820;
  --dark-color-rgb: 24, 24, 32;
  --dark-green: #53624e;
  --dark-green-rgb: 83 98 78;
  --review-color: #f7931a;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: var(--theme-color1);
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: var(--theme-color1);
  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: var(--body-bg);
  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(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

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

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a, h2 a, h3 a, h4 a, h5 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(--line-height-heading);
}

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;
}

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

.fix {
  overflow: hidden;
}

/*
 * 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: 1320px;
  }
}
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
  --bs-gutter-x: 30px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

/*=== 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);
}

.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--theme-color1);
  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
          box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--theme-color-black);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: var(--theme-color-white);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.back-to-top-btn.two {
  background: -webkit-gradient(linear, left top, right top, from(#fca528), color-stop(48.87%, #e22eab), to(#921fea));
  background: linear-gradient(90deg, #fca528 0%, #e22eab 48.87%, #921fea 100%);
}

.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  z-index: 99999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--theme-color1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
  fill: var(--theme-color1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
  font-size: 30px;
  color: var(--headings-color);
  font-weight: var(--wt-fw-regular);
  letter-spacing: 15px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*// import SCSS components one by one*/
/*** 

====================================================================
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;
}

.title a {
  color: inherit;
}

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

.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(/2025/hotelin-html/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);
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  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;
}

/*======================
    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: 16px;
  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: 16px;
  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 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: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.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;
  text-align: center;
}

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

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

.border-line {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)), -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline-block;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
}

.border-line:hover {
  background-size: 0% 1px, 100% 1px;
}

.body-bg {
  background-color: #172C23;
}

.section-padding {
  padding: 160px 0;
}
@media (max-width: 1199.98px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  br {
    display: none;
  }
}

.fix {
  overflow: hidden;
}

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

.line-shape-animation {
  max-width: 1583px;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: -20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.line-shape-animation span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(224, 238, 238, 0.06);
}
@media (max-width: 767.98px) {
  .line-shape-animation span {
    display: none;
  }
}

.line-shape-animation span::before,
.line-shape-animation span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--theme-color1);
  -webkit-box-shadow: rgba(224, 238, 238, 0.06) 0px 8px 24px;
          box-shadow: rgba(224, 238, 238, 0.06) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span::after {
  -webkit-animation: dscroll 2s linear infinite;
          animation: dscroll 2s linear infinite;
  width: 2px;
  height: 24px;
  bottom: 0;
  left: 0;
  background: var(--theme-color1);
  -webkit-box-shadow: rgba(4, 4, 4, 0.6) 0px 8px 24px;
          box-shadow: rgba(4, 4, 4, 0.6) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span:nth-child(2)::after {
  -webkit-animation: dscroll 2.1s linear infinite;
          animation: dscroll 2.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::after {
  -webkit-animation: dscroll 2.2s linear infinite;
          animation: dscroll 2.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::after {
  -webkit-animation: dscroll 2.3s linear infinite;
          animation: dscroll 2.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::after {
  -webkit-animation: dscroll 2.4s linear infinite;
          animation: dscroll 2.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::after {
  -webkit-animation: dscroll 1s linear infinite;
          animation: dscroll 1s linear infinite;
}

.line-shape-animation span:nth-child(7)::after {
  -webkit-animation: dscroll 3.5s linear infinite;
          animation: dscroll 3.5s linear infinite;
}

.line-shape-animation span:nth-child(2)::-ms-backdrop {
  animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(2)::backdrop {
  -webkit-animation: dscroll 4.1s linear infinite;
          animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::before {
  -webkit-animation: dscroll 4.2s linear infinite;
          animation: dscroll 4.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::before {
  -webkit-animation: dscroll 4.3s linear infinite;
          animation: dscroll 4.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::before {
  -webkit-animation: dscroll 4.4s linear infinite;
          animation: dscroll 4.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::before {
  -webkit-animation: dscroll 4s linear infinite;
          animation: dscroll 4s linear infinite;
}

.line-shape-animation span:nth-child(7)::before {
  -webkit-animation: dscroll 4.5s linear infinite;
          animation: dscroll 4.5s linear infinite;
}

@-webkit-keyframes dscroll {
  100% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}

@keyframes dscroll {
  100% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
.sticky-style {
  position: sticky !important;
  top: 0;
}

.sticky-style2 {
  position: sticky !important;
  top: 40px;
}

.fix {
  overflow: hidden;
}

.array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.array-button .array-prev, .array-button .array-next {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--headings-color);
  font-size: 24px;
}
.array-button .array-prev i, .array-button .array-next i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background: var(--theme-color1);
}
.array-button .array-prev {
  background: rgba(0, 0, 0, 0.3);
}
.array-button .array-next {
  background: rgba(224, 238, 238, 0.1);
}

@media (max-width: 767.98px) {
  br {
    display: none;
  }
}
.align-xxl-center-only {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1400px) {
  .align-xxl-center-only {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.slider-arrow-box button {
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(4, 6, 24, 0.14);
  font-size: 16px;
  height: 50px;
  margin: 0 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
}
.slider-arrow-box button:hover {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-white);
}

/***

==================================================================
    Theme Button Main
==================================================================

***/
.theme-btn-main {
  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;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(44px);
          transform: translateX(44px);
}
.theme-btn-arrow-left {
  width: 44px;
  height: 44px;
  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);
  border-radius: 50%;
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn {
  background: var(--theme-color-white);
  color: #140b02;
  font-weight: 500;
  font-size: 15px;
  padding: 9px 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 100px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-arrow-right {
  width: 44px;
  height: 44px;
  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);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***

==================================================================
    Theme Button Two
==================================================================

***/
.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;
}

/***

==================================================================
    Theme Button Three
==================================================================

***/
.theme-btn-three {
  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;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.theme-btn-three:hover .btn-arrow-left {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.theme-btn-three:hover .btn-arrow-right {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theme-btn-three:hover .btn-title {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.theme-btn-three .btn-arrow-left {
  width: 44px;
  height: 44px;
  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);
  border-radius: 0;
  left: 0;
  right: auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-three .btn-title {
  background: var(--theme-color-white);
  color: #140b02;
  font-weight: 500;
  font-size: 15px;
  padding: 9px 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-three .btn-arrow-right {
  width: 44px;
  height: 44px;
  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);
  border-radius: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***

==================================================================
    Theme Button Four
==================================================================

***/
.btn-style-four {
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 9px 28px 8px;
  overflow: hidden;
  color: var(--dark-color);
  border: 1px solid rgba(var(--dark-color-rgb), 0.14);
  background-color: transparent;
  text-transform: capitalize;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four .icon {
  background-color: var(--dark-color);
  margin-left: 10px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: var(--theme-color-white);
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four: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-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 {
  color: var(--theme-color-white);
}
.btn-style-four:hover .icon {
  background-color: var(--theme-color-white);
  color: var(--dark-color);
}
.btn-style-four.bg-theme {
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
}
.btn-style-four.bg-theme:hover {
  border-color: var(--dark-color);
}
.btn-style-four.bg-theme:before {
  background-color: var(--dark-color);
}
.btn-style-four.bg-theme .icon {
  background-color: var(--theme-color-white);
  color: var(--dark-color);
}
.btn-style-four.bg-golf {
  color: var(--dark-color);
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
}
.btn-style-four.bg-golf:hover {
  border-color: var(--theme-color-white);
  color: var(--theme-color-white);
}
.btn-style-four.bg-golf:hover .icon {
  background-color: var(--theme-color-white);
  color: var(--dark-color);
}
.btn-style-four.bg-golf:before {
  background-color: var(--dark-color);
}
.btn-style-four.bg-golf .icon {
  background-color: var(--dark-color);
  color: var(--theme-color-white);
}

/***

==================================================================
    Theme Button Five
==================================================================

***/
.theme-btn-five {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  padding: 10px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border-radius: 50px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-five:before {
  background-color: var(--theme-color1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -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);
  z-index: -1;
}
.theme-btn-five i {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-left: 51px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-five:hover i {
  background-color: var(--headings-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.theme-btn-five:hover {
  color: var(--theme-color-white);
}
.theme-btn-five:hover .icon {
  background-color: var(--theme-color2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.theme-btn-five:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

/***

==================================================================
    Theme Button Six
==================================================================

***/
.theme-btn-six {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border-radius: 50px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 36px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-six:before {
  background-color: var(--headings-color);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -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);
  z-index: -1;
}
.theme-btn-six i {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-left: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-six:hover i {
  background-color: var(--theme-color1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.theme-btn-six:hover {
  color: var(--theme-color-white);
}
.theme-btn-six:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

/***

==================================================================
    Theme Button Golf Style
==================================================================

***/
.btn-style-four {
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 9px 28px 8px;
  overflow: hidden;
  color: var(--dark-color);
  border: 1px solid rgba(var(--dark-color-rgb), 0.14);
  background-color: transparent;
  text-transform: capitalize;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four .icon {
  background-color: var(--dark-color);
  margin-left: 10px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: var(--theme-color-white);
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four: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-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 {
  color: var(--theme-color-white);
}
.btn-style-four:hover .icon {
  background-color: var(--theme-color-white);
  color: var(--dark-color);
}
.btn-style-four.bg-theme {
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
}
.btn-style-four.bg-theme:hover {
  border-color: var(--dark-color);
}
.btn-style-four.bg-theme:before {
  background-color: var(--dark-color);
}
.btn-style-four.bg-theme .icon {
  background-color: var(--theme-color-white);
  color: var(--dark-color);
}
.btn-style-four.bg-golf {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  color: var(--dark-color);
}
.btn-style-four.bg-golf:hover {
  border: 1px solid var(--theme-color1);
  color: var(--theme-color-white);
}
.btn-style-four.bg-golf:hover .icon {
  background-color: var(--theme-color-white);
  color: var(--dark-color);
}
.btn-style-four.bg-golf:before {
  background-color: var(--dark-color);
}
.btn-style-four.bg-golf .icon {
  background-color: var(--dark-color);
  color: var(--theme-color-white);
}

/***

==================================================================
    Theme Button Mountain Style
==================================================================

***/
.theme-btn-eight {
  background: #15221C;
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  outline: none !important;
  overflow: hidden;
  padding: 22px 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-eight i {
  margin-left: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-eight .royle-btn__text {
  color: inherit;
  position: relative;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index: 1;
}
.theme-btn-eight .royle-btn__text svg {
  margin-left: 452px;
}
.theme-btn-eight .royle-btn__hover {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  background-color: var(--theme-color1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(20% + 0.2px);
}
.theme-btn-eight .royle-btn__hover--1 {
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.theme-btn-eight .royle-btn__hover--2 {
  left: 20%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.theme-btn-eight .royle-btn__hover--3 {
  left: 40%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.theme-btn-eight .royle-btn__hover--4 {
  left: 60%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.theme-btn-eight .royle-btn__hover--5 {
  left: 80%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.theme-btn-eight:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.theme-btn-eight:hover .royle-btn__hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/***

==================================================================
    Theme Button Breakfast Style
==================================================================

***/
.theme-btn-breakfast {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.theme-btn-breakfast:hover .btn-arrow-left {
  scale: 1;
}
.theme-btn-breakfast:hover .btn-arrow-right {
  scale: 0;
}
.theme-btn-breakfast:hover .btn-title {
  -webkit-transform: translateX(53px);
          transform: translateX(53px);
}
.theme-btn-breakfast .btn-arrow-left {
  width: 52px;
  height: 52px;
  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-color1);
  border-radius: 0;
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-breakfast .btn-title {
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-weight: 500;
  font-size: 16px;
  padding: 12px 36px;
  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: 30px;
  border-radius: 0;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-breakfast .btn-arrow-right {
  width: 52px;
  height: 52px;
  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-color1);
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.theme-btn-breakfast-light {
  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;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.theme-btn-breakfast-light:hover .btn-arrow-left {
  scale: 1;
}
.theme-btn-breakfast-light:hover .btn-arrow-right {
  scale: 0;
}
.theme-btn-breakfast-light:hover .btn-title {
  -webkit-transform: translateX(53px);
          transform: translateX(53px);
}
.theme-btn-breakfast-light .btn-arrow-left {
  width: 52px;
  height: 52px;
  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);
  border-radius: 0;
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-breakfast-light .btn-title {
  background: var(--theme-color-white);
  color: var(--dark-color);
  font-weight: 500;
  font-size: 16px;
  padding: 12px 36px;
  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: 30px;
  border-radius: 0;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-breakfast-light .btn-arrow-right {
  width: 52px;
  height: 52px;
  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);
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***

==================================================================
    Theme Button Mountain Style
==================================================================

***/
.theme-btn-nine {
  background: var(--theme-color1);
  border: none;
  border-radius: 0;
  color: var(--theme-color-light);
  cursor: pointer;
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  outline: none !important;
  overflow: hidden;
  padding: 13px 22px 13px 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-nine:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color-light);
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: 20px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-nine .royle-btn__text {
  color: inherit;
  position: relative;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index: 1;
}
.theme-btn-nine .royle-btn__text svg {
  margin-left: 452px;
}
.theme-btn-nine .royle-btn__hover {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  background-color: var(--theme-color-black);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(20% + 0.2px);
}
.theme-btn-nine .royle-btn__hover--1 {
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.theme-btn-nine .royle-btn__hover--2 {
  left: 20%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.theme-btn-nine .royle-btn__hover--3 {
  left: 40%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.theme-btn-nine .royle-btn__hover--4 {
  left: 60%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.theme-btn-nine .royle-btn__hover--5 {
  left: 80%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.theme-btn-nine:hover {
  color: var(--theme-color-light);
}
.theme-btn-nine:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.theme-btn-nine:hover .royle-btn__hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.theme-btn-nine.light {
  color: var(--theme-color-black);
  background: var(--theme-color-white);
}
.theme-btn-nine.light:before {
  background-color: var(--theme-color-black);
}
.theme-btn-nine.light .royle-btn__hover {
  background-color: var(--theme-color1);
}
.theme-btn-nine.light:hover {
  color: var(--theme-color-light);
}
.theme-btn-nine.light:hover:before {
  background-color: var(--theme-color-light);
}

@-webkit-keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  -webkit-animation: img-anim-top 1.5s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: img-anim-top 1.5s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  -webkit-animation: img-anim-bottom 1.5s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: img-anim-bottom 1.5s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes img-anim-bottom {
  0% {
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-bottom {
  0% {
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.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;
}

.splt-txt span {
  display: inline-block;
}
.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.splt-txt.animated .char:first-child {
  text-transform: capitalize;
}

.imageUpToDown {
  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;
}
.imageUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageDownToUP {
  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;
}
.imageDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageLeftToRight {
  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;
}
.imageLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageRightToLeft {
  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;
}
.imageRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.sway__animation {
  -webkit-animation: sway 3s linear infinite alternate;
          animation: sway 3s linear infinite alternate;
}

@-webkit-keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.sway__animationX {
  -webkit-animation: swayX 3s linear infinite alternate;
          animation: swayX 3s linear infinite alternate;
}

@-webkit-keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }
  100% {
    margin-right: -200px;
  }
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }
  100% {
    margin-right: -200px;
  }
}
@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
          animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.sway_Y__animationY {
  -webkit-animation: sway_YY 3s linear infinite alternate;
          animation: sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animation__sunMove {
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

@-webkit-keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
.animation__floatBob {
  -webkit-animation-name: floatBob;
  animation-name: floatBob;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes arryUpDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes arryUpDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.animation__arryUpDown {
  -webkit-animation: arryUpDown 2s ease infinite alternate;
          animation: arryUpDown 2s ease infinite alternate;
}

@-webkit-keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  -webkit-animation: arryLeftRight 2s ease infinite alternate;
          animation: arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.pxl-image-zoom {
  -webkit-animation: pxl_zoom_reverse 5s linear infinite;
          animation: pxl_zoom_reverse 5s linear infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
}
.pxl-image-zoom2 {
  -webkit-animation: zoom-in-zoom-out 20s linear infinite;
          animation: zoom-in-zoom-out 20s linear infinite;
}

@-webkit-keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

@-webkit-keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

@-webkit-keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@-webkit-keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.slide-up-down {
  -webkit-animation: pxl_float_two 2s ease infinite alternate;
          animation: pxl_float_two 2s ease infinite alternate;
}

@-webkit-keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(40px, -5px);
            transform: translate(40px, -5px);
  }
  40% {
    -webkit-transform: translate(60px, 40px);
            transform: translate(60px, 40px);
  }
  60% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  80% {
    -webkit-transform: translate(-40px, 60px);
            transform: translate(-40px, 60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(40px, -5px);
            transform: translate(40px, -5px);
  }
  40% {
    -webkit-transform: translate(60px, 40px);
            transform: translate(60px, 40px);
  }
  60% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  80% {
    -webkit-transform: translate(-40px, 60px);
            transform: translate(-40px, 60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-30px, 40px);
            transform: translate(-30px, 40px);
  }
  40% {
    -webkit-transform: translate(60px, 60px);
            transform: translate(60px, 60px);
  }
  60% {
    -webkit-transform: translate(70px, 40px);
            transform: translate(70px, 40px);
  }
  80% {
    -webkit-transform: translate(40px, -70px);
            transform: translate(40px, -70px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-30px, 40px);
            transform: translate(-30px, 40px);
  }
  40% {
    -webkit-transform: translate(60px, 60px);
            transform: translate(60px, 60px);
  }
  60% {
    -webkit-transform: translate(70px, 40px);
            transform: translate(70px, 40px);
  }
  80% {
    -webkit-transform: translate(40px, -70px);
            transform: translate(40px, -70px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  45% {
    -webkit-transform: translate(80px, 90px);
            transform: translate(80px, 90px);
  }
  65% {
    -webkit-transform: translate(40px, 110px);
            transform: translate(40px, 110px);
  }
  75% {
    -webkit-transform: translate(20px, 800px);
            transform: translate(20px, 800px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  45% {
    -webkit-transform: translate(80px, 90px);
            transform: translate(80px, 90px);
  }
  65% {
    -webkit-transform: translate(40px, 110px);
            transform: translate(40px, 110px);
  }
  75% {
    -webkit-transform: translate(20px, 800px);
            transform: translate(20px, 800px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

@-webkit-keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
          animation: rotateY 30s linear infinite;
}

@-webkit-keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.animation__rotateAndScale {
  -webkit-animation: rotateAndScale 20s linear infinite;
          animation: rotateAndScale 20s linear infinite;
}

@-webkit-keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
            transform: rotate(-180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
  }
}

@keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
            transform: rotate(-180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
  }
}
.animation__rotateAndScaleY {
  -webkit-animation: rotateAndScaleY 20s linear infinite;
          animation: rotateAndScaleY 20s linear infinite;
}

@-webkit-keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ring__animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
          animation: ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
            transform: translateY(0) scale(0.9);
  }
  100% {
    -webkit-transform: translateY(-20px) scale(1);
            transform: translateY(-20px) scale(1);
  }
}

@keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
            transform: translateY(0) scale(0.9);
  }
  100% {
    -webkit-transform: translateY(-20px) scale(1);
            transform: translateY(-20px) scale(1);
  }
}
.bobble__animation {
  -webkit-animation: bobble 3s ease-in-out infinite alternate;
          animation: bobble 3s ease-in-out infinite alternate;
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@-webkit-keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
  17% {
    -webkit-transform: translate(600px, 400px);
            transform: translate(600px, 400px);
    opacity: 40%;
  }
  33% {
    -webkit-transform: translate(600px, 600px);
            transform: translate(600px, 600px);
    opacity: 70%;
  }
  50% {
    -webkit-transform: translate(400px, 800px);
            transform: translate(400px, 800px);
    opacity: 20%;
  }
  66% {
    -webkit-transform: translate(200px, 600px);
            transform: translate(200px, 600px);
    opacity: 60%;
  }
  83% {
    -webkit-transform: translate(200px, 400px);
            transform: translate(200px, 400px);
    opacity: 30%;
  }
  100% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
}
@keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
  17% {
    -webkit-transform: translate(600px, 400px);
            transform: translate(600px, 400px);
    opacity: 40%;
  }
  33% {
    -webkit-transform: translate(600px, 600px);
            transform: translate(600px, 600px);
    opacity: 70%;
  }
  50% {
    -webkit-transform: translate(400px, 800px);
            transform: translate(400px, 800px);
    opacity: 20%;
  }
  66% {
    -webkit-transform: translate(200px, 600px);
            transform: translate(200px, 600px);
    opacity: 60%;
  }
  83% {
    -webkit-transform: translate(200px, 400px);
            transform: translate(200px, 400px);
    opacity: 30%;
  }
  100% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
}
@-webkit-keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }
  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }
  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }
  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}
@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }
  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }
  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }
  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.animation__goLeft {
  -webkit-animation: left infinite 6s;
          animation: left infinite 6s;
}

@-webkit-keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.animation__topBottom {
  -webkit-animation: top-bottom 2s infinite;
          animation: top-bottom 2s infinite;
}

@-webkit-keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
  33% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
    opacity: 30%;
  }
  66% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
    opacity: 70%;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
}

@keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
  33% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
    opacity: 30%;
  }
  66% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
    opacity: 70%;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
}
.animation__goAll {
  -webkit-animation: goAll 30s infinite linear;
          animation: goAll 30s infinite linear;
}

.animation__goAll2 {
  -webkit-animation: goAll2 50s infinite linear;
          animation: goAll2 50s infinite linear;
}

.animation__goAll3 {
  -webkit-animation: goAll3 30s infinite linear;
          animation: goAll3 30s infinite linear;
}

@-webkit-keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  40% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}

@keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  40% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}
@-webkit-keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gsap__parallax {
  overflow: hidden;
}
.gsap__parallax-zoom {
  overflow: hidden;
}

/*** 

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

***/
.search-popup {
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.search-popup .search-back-drop {
  background-color: var(--headings-color);
  height: 100%;
  left: 0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  width: 100%;
}
.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: 16px;
  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;
}

.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(--heading-font-family);
  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: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box.home7-style {
  position: relative;
}
.accordion-box.home7-style .block {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(24, 24, 32, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}
.accordion-box.home7-style .block .acc-btn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--headings-color);
  cursor: pointer;
  font-family: var(--heading-font-family);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  padding: 20px 30px;
  padding-right: 70px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box.home7-style .block .acc-btn .icon {
  -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;
  background-color: rgba(24, 24, 32, 0.1);
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 30px;
}
.accordion-box.home7-style .block .acc-btn.active {
  background-color: var(--headings-color);
  color: #fff;
}
.accordion-box.home7-style .block .acc-btn.active .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.accordion-box.home7-style .block .acc-btn.active .icon:before {
  content: "\f063";
}
.accordion-box.home7-style .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box.home7-style .block .acc-content .content {
  position: relative;
  padding: 25px 30px;
}
.accordion-box.home7-style .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.accordion-box.home7-style .block .acc-content .content .acrdn-list {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-transform: capitalize;
}
.accordion-box.home7-style .block .acc-content .content .acrdn-list .list {
  margin-bottom: 15px;
  margin-left: 15px;
  list-style-type: disc;
}
.accordion-box.home7-style .block .acc-content.current {
  display: block;
}
.accordion-box.home7-style .block.active-block {
  background-color: var(--headings-color);
}
.accordion-box.home7-style .block.active-block .acc-content .content .text {
  color: var(--theme-color-white);
}

/***

==================================================================
	Discover Section 
==================================================================

***/
.discover-section-resort .outer-box {
  position: relative;
  z-index: 0;
}
.discover-section-resort .slider-arry {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.discover-section-resort .slider-arry button {
  background-color: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  border-radius: 50%;
  color: var(--theme-color2);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 50px;
}
.discover-section-resort .slider-arry button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}

.dicover-slider-resort {
  position: relative;
}
.dicover-slider-resort .image {
  position: relative;
  z-index: 0;
}
.dicover-slider-resort .image img {
  width: 100%;
}
.dicover-slider-resort .image .dolar {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
  height: 180px;
  left: 0;
  line-height: 180px;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 180px;
}
@media (max-width: 991.98px) {
  .dicover-slider-resort .image .dolar {
    height: 120px;
    line-height: 120px;
    width: 120px;
  }
}
.dicover-slider-resort .image .dolar::after {
  background-color: var(--theme-color-white);
  bottom: -90px;
  content: "";
  height: 65px;
  position: absolute;
  right: -90px;
  width: 65px;
}
@media (max-width: 991.98px) {
  .dicover-slider-resort .image .dolar::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .dicover-slider-resort .image .dolar {
    font-size: 36px;
    height: 100px;
    line-height: 100px;
    width: 100px;
  }
  .dicover-slider-resort .image .dolar::after {
    display: none;
  }
}

.discover-room-slider-content {
  margin-left: -170px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .discover-room-slider-content {
    margin-left: 0;
  }
}

.discover-block-resort {
  background-color: var(--theme-color-dark);
  padding: 120px 70px;
  position: relative;
  z-index: 9;
}
.discover-block-resort .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.discover-block-resort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.discover-block-resort ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.discover-block-resort ul li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  color: #040618;
  font-size: 20px;
  margin-right: 5px;
}
.discover-block-resort ul li span {
  color: var(--theme-color-white);
}
.discover-block-resort .title {
  color: var(--theme-color-white);
}
@media (max-width: 1599.98px) {
  .discover-block-resort .title {
    font-size: 120px;
  }
}
.discover-block-resort .more-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 16px;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 16px;
  border-radius: 50px;
  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;
  padding-left: 30px;
  margin-top: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 300px;
}
.discover-block-resort .more-btn i {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-white);
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.discover-block-resort .more-btn:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1399.98px) {
  .discover-block-resort {
    padding: 80px 30px;
  }
}
@media (max-width: 767.98px) {
  .discover-block-resort {
    padding: 60px 12px;
  }
  .discover-block-resort .title {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
  }
  .discover-block-resort ul {
    gap: 5px;
  }
  .discover-block-resort ul li {
    font-size: 12px;
    padding-right: 10px;
  }
}

.event-section-resort {
  background-image: url(../images/bg/mountain-app-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 120px 0 0;
}
.event-section-resort .outer-box {
  max-width: 1788px;
  padding: 0 15px;
}
.event-section-resort .outer-box:first-child {
  margin: 0 auto 430px;
}

.event-block-resort .inner-block {
  background-color: var(--theme-color-white);
  -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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 60px;
}
@media (max-width: 1399.98px) {
  .event-block-resort .inner-block {
    display: block;
    margin-bottom: 30px;
    padding: 30px;
  }
}
.event-block-resort .inner-block:hover .image-box .image-1 img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 1399.98px) {
  .event-block-resort .inner-block .image-box {
    margin-bottom: 30px;
  }
}
.event-block-resort .inner-block .image-box .image-1 {
  margin-bottom: 0;
  min-width: 362px;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .event-block-resort .inner-block .image-box .image-1 {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .event-block-resort .inner-block .image-box .image-1 {
    min-width: none;
  }
}
@media (max-width: 575.98px) {
  .event-block-resort .inner-block .image-box .image-1 {
    min-width: initial;
  }
}
.event-block-resort .inner-block .image-box .image-1 img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399.98px) {
  .event-block-resort .inner-block .image-box .image-1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.event-block-resort .inner-block .content-box .title {
  margin-bottom: 21px;
}
.event-block-resort .inner-block .content-box .text {
  max-width: 350px;
}
@media (max-width: 991.98px) {
  .event-block-resort .inner-block .content-box .text {
    max-width: none;
  }
}
.faqs-section-home7 {
  position: relative;
}
.faqs-section-home7 .outer-box {
  background-color: var(--theme-color-white);
  max-width: 1720px;
  margin: 0 auto;
  padding: 50px 100px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .faqs-section-home7 .outer-box {
    padding: 50px 15px;
  }
}
.faqs-section-home7 .img-box-heading {
  gap: 15px;
  position: relative;
}
.faqs-section-home7 .img-box-heading .icon {
  background-color: var(--headings-color);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
}
.faqs-section-home7 .img-box-heading .price-title {
  color: var(--dark-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 77px;
  letter-spacing: 0.02em;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .faqs-section-home7 .img-box-heading .price-title {
    line-height: 1.4;
  }
}
.faqs-section-home7 .img-box-heading .price-title:before {
  background-color: rgba(var(--dark-color-rgb), 0.1);
  content: "";
  height: 22px;
  position: absolute;
  right: -20px;
  top: 25px;
  width: 1px;
}
.faqs-section-home7 .img-box-heading .price {
  color: var(--dark-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 77px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .faqs-section-home7 .img-box-heading .price {
    line-height: 1.4;
  }
}
.faqs-section-home7 .faq-column .faq-title {
  margin-left: 48px;
}
@media (max-width: 1199.98px) {
  .faqs-section-home7 .faq-column .faq-title {
    margin-left: 0;
  }
}
.faqs-section-home7 .faq-column .inner-column {
  margin-right: -48px;
  margin-left: 48px;
  max-width: 828px;
}
@media (max-width: 1199.98px) {
  .faqs-section-home7 .faq-column .inner-column {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.faqs-section-royal {
  position: relative;
  background-color: #FAF5EF;
}
.faqs-section-royal .destination-heading-wrap {
  margin-bottom: -60px;
}
@media (max-width: 991.98px) {
  .faqs-section-royal .destination-heading-wrap {
    margin-bottom: 0;
  }
}
.faqs-section-royal .gradient-title1 {
  font-size: 120px;
  color: rgba(24, 24, 32, 0.1019607843);
  -webkit-text-fill-color: currentColor;
}
@media (max-width: 1199.98px) {
  .faqs-section-royal .gradient-title1 {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .faqs-section-royal .gradient-title1 {
    font-size: 70px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .faqs-section-royal .gradient-title1 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-royal .gradient-title1 {
    font-size: 30px;
  }
}
.faqs-section-royal .outer-box {
  background-color: var(--theme-color-white);
  max-width: 1720px;
  margin: 0 auto;
  padding: 50px 100px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .faqs-section-royal .outer-box {
    padding: 50px 15px;
  }
}
.faqs-section-royal .img-box-heading {
  gap: 15px;
  position: relative;
}
.faqs-section-royal .img-box-heading .icon {
  background-color: var(--headings-color);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 20px;
  min-height: 46px;
  line-height: 46px;
  text-align: center;
  min-width: 46px;
}
@media (max-width: 1599.98px) {
  .faqs-section-royal .img-box-heading .icon {
    width: 46px;
    height: 46px;
  }
}
.faqs-section-royal .img-box-heading .price-title {
  color: var(--dark-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 77px;
  letter-spacing: 0.02em;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1709.98px) {
  .faqs-section-royal .img-box-heading .price-title {
    line-height: 1.4;
  }
}
.faqs-section-royal .img-box-heading .price-title:before {
  background-color: rgba(var(--dark-color-rgb), 0.1);
  content: "";
  height: 22px;
  position: absolute;
  right: -20px;
  top: 25px;
  width: 1px;
}
.faqs-section-royal .img-box-heading .price {
  color: var(--dark-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 77px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .faqs-section-royal .img-box-heading .price {
    line-height: 1.4;
  }
}
.faqs-section-royal .faq-column .faq-title {
  margin-left: 48px;
}
@media (max-width: 1399.98px) {
  .faqs-section-royal .faq-column .faq-title {
    margin-left: 0;
  }
}
.faqs-section-royal .faq-column .inner-column {
  margin-right: -48px;
  margin-left: 48px;
  max-width: 828px;
}
@media (max-width: 1399.98px) {
  .faqs-section-royal .faq-column .inner-column {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
.faqs-section-royal .image-column .image-box {
  overflow: hidden;
  position: relative;
}
.faqs-section-royal .image-column .image-box img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.faqs-section-royal .image-column .image-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.choose-us-section .outer-box {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}
.choose-us-section .accordion-box-3 {
  margin-left: 105px;
  margin-top: 30px;
  margin-left: 0;
}
.choose-us-section .accordion-box-3 .accordion-box {
  position: relative;
  border-top: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding-top: 15px;
}
.choose-us-section .accordion-box-3 .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding-bottom: 23px;
  margin-bottom: 25px;
  padding-top: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.choose-us-section .accordion-box-3 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 34px;
  color: var(--headings-color);
  font-weight: 500;
  padding: 20px 15px;
  cursor: pointer;
  font-family: var(--body-font-family);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .choose-us-section .accordion-box-3 .accordion-box .block .acc-btn {
    font-size: 20px;
  }
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 37px;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: rgba(34, 34, 34, 0.1);
  color: var(--headings-color);
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-btn.active .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f062";
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-right: 20px;
  margin-top: 10px;
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-content .content {
  position: relative;
  padding: 25px 20px;
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.choose-us-section .accordion-box-3 .accordion-box .block .acc-content.current {
  display: block;
}
.choose-us-section .accordion-box-3 .accordion-box .fature-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .choose-us-section .accordion-box-3 .accordion-box .fature-image-box {
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 991.98px) {
  .choose-us-section .accordion-box-3 .accordion-box .fature-image-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.choose-us-section .accordion-box-3 .accordion-box .fature-image-box .thumb {
  max-width: 270px;
  position: relative;
  -webkit-mask: url("../images/resource/feature-faq-mask.png");
          mask: url("../images/resource/feature-faq-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.choose-us-section .accordion-box-3 .accordion-box .fature-image-box .list-item li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(4, 6, 24, 0.6980392157);
  position: relative;
  padding-left: 20px;
}
.choose-us-section .accordion-box-3 .accordion-box .fature-image-box .list-item li:not(:last-child) {
  margin-bottom: 15px;
}
.choose-us-section .accordion-box-3 .accordion-box .fature-image-box .list-item li::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(85, 85, 85, 0.7);
}

/*** 

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

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

.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 {
  position: relative;
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.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-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  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: 16px;
  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 > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  z-index: 5;
}
.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: 16px;
  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: 16px;
  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: 16px;
  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 {
  background-color: transparent;
  margin-top: 25px;
  position: absolute;
}
.header-style-one .main-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.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 .header-menu {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 60px;
  padding: 0 56px;
}
@media (max-width: 1199.98px) {
  .header-style-one .header-menu {
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-menu {
    border: none;
  }
}
.header-style-one .main-menu .navigation > li > a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
}
.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: 16px;
  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 {
  margin-right: 48px;
  padding: 12px 0px;
}
@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 {
  border: 2px;
  bottom: 13px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
}
.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 .outer-box {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  right: 0;
}
.header-style-two .outer-box .ui-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--theme-color1);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  width: 50px;
}
@media (max-width: 575.98px) {
  .header-style-two .outer-box .ui-btn {
    display: none;
  }
}
.header-style-two .outer-box .ui-btn.search-btn {
  margin-right: 10px;
}
.header-style-two .outer-box .ui-btn.search-btn:before {
  display: none;
}
.header-style-two .outer-box .mobile-nav-toggler {
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  width: 50px;
}
.header-style-two .main-box {
  padding: 24px 36px 24px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box {
    padding: 24px 15px;
  }
}
@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: var(--theme-color-white);
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
}
.header-style-two .main-menu .navigation > li > a:before {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  -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 .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-two .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-two .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-two .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-two .mobile-nav-toggler {
  color: var(--theme-color-white);
  font-size: 24px;
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.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);
}
.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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
.header-style-two .sticky-header .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.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 {
  color: #adadad;
  font-size: 16px;
}
.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 {
  background-color: var(--theme-color1);
  border-radius: 50%;
  bottom: 0;
  color: var(--theme-color-light);
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 18px;
  text-align: center;
  width: 18px;
}
.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;
  position: relative;
  text-transform: uppercase;
}
.header-style-two .sticky-header .main-menu .navigation > li > a:before {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  -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 {
  background-color: unset;
  margin-right: 149px;
  position: relative;
}
@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 {
  background-color: #ababab;
  content: "";
  height: 40px;
  position: absolute;
  right: -52px;
  top: -5px;
  width: 1px;
}
.header-style-two .sticky-header .outer-box .search-btn .flaticon-search {
  color: #000000;
  font-size: 21px;
}
.header-style-two .sticky-header .outer-box .login-btn {
  background-color: unset;
  margin-right: 18px;
  position: relative;
}
.header-style-two .sticky-header .outer-box .login-btn::before {
  background-color: #000000;
  content: "";
  height: 27px;
  left: -22px;
  position: absolute;
  top: -1px;
  width: 1px;
}
.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 {
  background-color: var(--theme-color1);
  border-radius: 0px;
  border-color: transparent;
  font-size: 16px;
  height: 50px;
  line-height: 45px;
  margin-top: -8px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  width: 140px;
}
.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: 0;
}
.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 {
  border: 2px;
  bottom: 1px;
  color: #8f8f8f;
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
}
.header-style-two .sticky-header .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-two .sticky-header .mobile-nav-toggler {
  font-size: 24px;
  margin-top: 18px;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
.header-style-two .sticky-header .sticky-header .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.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: 16px;
  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: 16px;
  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: var(--theme-color-black1);
  position: relative;
}
.header-style-four.style-dark.style-home5 .main-box {
  padding: 30px 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: 16px;
  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;
  }
}
@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: 16px;
  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: var(--theme-color1);
}
.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: 16px;
  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: #000000;
  text-transform: uppercase;
  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: var(--theme-color1);
}
.header-style-four .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-four .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-four .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-four .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.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: var(--theme-color-black);
}
.header-style-four .sticky-header .main-menu .navigation > li.current > a,
.header-style-four .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-four .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-four .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-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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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-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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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-beach
====================================================================

***/
.header-style-beach {
  position: absolute;
}
.header-style-beach .outer-box {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
}
.header-style-beach .outer-box .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-beach .outer-box .inner-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color-white);
  border-radius: 10px;
  padding: 8px 9px 8px 20px;
  margin-right: 153px;
}
@media (max-width: 1199.98px) {
  .header-style-beach .outer-box .inner-outer {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-style-beach .outer-box .inner-outer {
    padding: 7px;
    margin-right: 0;
  }
}
.header-style-beach .outer-box .header-menu {
  background-color: transparent;
}
.header-style-beach .header-lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px;
}
@media (max-width: 1199.98px) {
  .header-style-beach .header-lower {
    padding: 0 30px;
  }
}
.header-style-beach .main-box {
  background-color: transparent;
  padding: 23px 0px;
}
@media (max-width: 991.98px) {
  .header-style-beach .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-beach .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-beach .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-beach .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-beach .main-menu .navigation > li > a {
  color: var(--theme-color-black);
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-family: var(--body-font-family);
}
.header-style-beach .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-beach .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-beach .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-beach .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-beach .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-beach .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
}
.header-style-beach .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-beach .mobile-nav-toggler {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 24px;
  margin-top: 0;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  width: 34px;
  height: 34px;
  line-height: 30px;
  background-color: var(--dark-green);
  border-radius: 6px;
  margin-left: 54px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .header-style-beach .mobile-nav-toggler {
    margin-left: 0;
  }
}
.header-style-beach .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-beach .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-beach .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-beach .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style-beach .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-beach .sticky-header .main-menu .navigation > li.current > a,
.header-style-beach .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-beach .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-beach .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-beach .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-beach .sticky-header .main-menu {
    display: none;
  }
}
.header-style-beach .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-beach .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** 

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

***/
.header-style-island {
  position: absolute;
}
.header-style-island .outer-box {
  max-width: 1720px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
}
.header-style-island .outer-box .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-island .outer-box .inner-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color-white);
  border-radius: 0;
  padding: 8px 9px 8px 44px;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(24, 24, 32, 0.08);
          box-shadow: 0px 6px 14px 0px rgba(24, 24, 32, 0.08);
}
@media (max-width: 1200.98px) {
  .header-style-island .outer-box .inner-outer {
    padding: 8px 9px 8px 15px;
  }
}
@media (max-width: 991.98px) {
  .header-style-island .outer-box .inner-outer {
    padding: 7px;
  }
}
@media (max-width: 575.98px) {
  .header-style-island .outer-box .inner-outer {
    border-radius: 5px;
  }
}
.header-style-island .outer-box .header-menu {
  background-color: transparent;
}
.header-style-island .header-lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px;
}
@media (max-width: 1199.98px) {
  .header-style-island .header-lower {
    padding: 0 30px;
  }
}
.header-style-island .main-box {
  background-color: transparent;
  padding: 23px 0px;
}
@media (max-width: 991.98px) {
  .header-style-island .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-island .main-box .nav-outer .nav .navigation li {
  margin-right: 73px;
}
.header-style-island .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-island .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-island .main-menu .navigation > li > a {
  color: var(--theme-color-black);
  font-size: 18px;
  font-family: var(--body-font-family);
  position: relative;
  text-transform: capitalize;
}
.header-style-island .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-island .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-island .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-island .main-menu .navigation > li {
  padding: 0;
}
.header-style-island .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-island .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 10px;
  height: unset;
  position: relative;
  right: -14px;
  top: auto;
  width: auto;
}
.header-style-island .main-menu .navigation li.dropdown .dropdown-btn i {
  display: none;
}
.header-style-island .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-island .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-island .outer-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 130px;
}
@media (max-width: 1370.98px) {
  .header-style-island .outer-box2 {
    margin-left: 40px;
  }
}
@media (max-width: 1200.98px) {
  .header-style-island .outer-box2 {
    margin-left: 22px;
  }
}
@media (max-width: 1023.98px) {
  .header-style-island .outer-box2 {
    margin-left: 0;
  }
}
.header-style-island .search-btn {
  width: 60px;
  height: 44px;
  line-height: 44px;
  border: 1px solid rgba(24, 24, 32, 0.14);
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 1200.98px) {
  .header-style-island .search-btn {
    display: none;
  }
}
.header-style-island .search-btn .icon {
  top: -3px;
  position: relative;
}
.header-style-island .main-menu .navigation .dropdown:before {
  content: "";
  position: absolute;
  right: -22px;
  top: calc(50% - 10px);
  background-image: url(../images/icons/icon-arrow1.svg);
  width: 20px;
  height: 20px;
}
.header-style-island .main-menu .navigation .dropdown ul li.dropdown:before {
  display: none;
}
@media (max-width: 1023.98px) {
  .header-style-island .mobile-nav-toggler {
    display: block;
    margin-left: 12px;
  }
}
@media (max-width: 575.98px) {
  .header-style-island .mobile-nav-toggler {
    margin: 0;
  }
}
@media (max-width: 1023.98px) {
  .header-style-island .main-menu {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-island .theme-btn-nine {
    display: none;
  }
}
.header-style-island .sticky-header {
  background-color: var(--theme-color-white);
}
.header-style-island .sticky-header .mobile-nav-toggler {
  top: 17px;
}

/*** 

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

***/
.header-style-island2 {
  position: absolute;
  background-color: var(--theme-color-white);
  top: 20px;
}
.header-style-island2 .outer-box {
  max-width: 1720px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
}
.header-style-island2 .outer-box .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-island2 .outer-box .inner-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 8px 9px 8px 44px;
}
@media (max-width: 1200.98px) {
  .header-style-island2 .outer-box .inner-outer {
    padding: 8px 9px 8px 15px;
  }
}
@media (max-width: 991.98px) {
  .header-style-island2 .outer-box .inner-outer {
    padding: 7px;
  }
}
@media (max-width: 575.98px) {
  .header-style-island2 .outer-box .inner-outer {
    border-radius: 5px;
  }
}
.header-style-island2 .outer-box .header-menu {
  background-color: transparent;
}
.header-style-island2 .header-lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px;
}
@media (max-width: 1199.98px) {
  .header-style-island2 .header-lower {
    padding: 0 30px;
  }
}
.header-style-island2 .main-box {
  background-color: transparent;
  padding: 12px 0px;
}
@media (max-width: 991.98px) {
  .header-style-island2 .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-island2 .main-box .nav-outer .nav .navigation li {
  margin-right: 73px;
}
@media (max-width: 1199.98px) {
  .header-style-island2 .main-box .nav-outer .nav .navigation li {
    margin-right: 60px;
  }
}
.header-style-island2 .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-island2 .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-island2 .main-menu .navigation > li > a {
  color: var(--theme-color-black);
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-family: var(--body-font-family);
}
.header-style-island2 .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-island2 .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-island2 .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-island2 .main-menu .navigation > li {
  padding: 0;
}
.header-style-island2 .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-island2 .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
  position: relative;
}
.header-style-island2 .main-menu .navigation li.dropdown .dropdown-btn i {
  display: none;
}
.header-style-island2 .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-island2 .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-island2 .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-island2 .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-island2 .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style-island2 .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-island2 .sticky-header .main-menu .navigation > li.current > a,
.header-style-island2 .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-island2 .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-island2 .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-island2 .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-island2 .sticky-header .main-menu {
    display: none;
  }
}
.header-style-island2 .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-island2 .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-island2 .outer-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 130px;
}
@media (max-width: 1370.98px) {
  .header-style-island2 .outer-box2 {
    margin-left: 40px;
  }
}
@media (max-width: 1200.98px) {
  .header-style-island2 .outer-box2 {
    margin-left: 22px;
  }
}
@media (max-width: 1023.98px) {
  .header-style-island2 .outer-box2 {
    margin-left: 0;
  }
}
.header-style-island2 .nice-select {
  color: var(--theme-color-black);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font-family);
  width: 70px;
  height: 44px;
  border: 1px solid rgba(24, 24, 32, 0.14);
  padding: 0 13px 0;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
}
@media (max-width: 1370.98px) {
  .header-style-island2 .nice-select {
    display: none;
  }
}
.header-style-island2 .search-btn {
  width: 60px;
  height: 44px;
  line-height: 44px;
  border: 1px solid rgba(24, 24, 32, 0.14);
  text-align: center;
  margin-right: 10px;
  border-radius: 50px;
}
@media (max-width: 1200.98px) {
  .header-style-island2 .search-btn {
    display: none;
  }
}
.header-style-island2 .search-btn .icon {
  top: -3px;
  position: relative;
}
.header-style-island2 .main-menu .navigation .dropdown:before {
  content: "";
  position: absolute;
  right: -22px;
  top: calc(50% - 10px);
  background-image: url(../images/icons/icon-arrow1.svg);
  width: 20px;
  height: 20px;
}
@media (max-width: 1023.98px) {
  .header-style-island2 .mobile-nav-toggler {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .header-style-island2 .mobile-nav-toggler {
    margin: 0;
  }
}
@media (max-width: 1023.98px) {
  .header-style-island2 .main-menu {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-style-island2 .bg-theme {
    display: none;
  }
}

/*** 

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

***/
.header-style-golf {
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-style-golf .outer-box {
  max-width: 1720px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
}
.header-style-golf .outer-box .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-golf .outer-box .inner-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 8px 9px 8px 44px;
}
@media (max-width: 1200.98px) {
  .header-style-golf .outer-box .inner-outer {
    padding: 8px 9px 8px 15px;
  }
}
@media (max-width: 991.98px) {
  .header-style-golf .outer-box .inner-outer {
    padding: 7px;
  }
}
@media (max-width: 575.98px) {
  .header-style-golf .outer-box .inner-outer {
    border-radius: 5px;
  }
}
.header-style-golf .outer-box .header-menu {
  background-color: transparent;
}
.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 .main-box {
  background-color: transparent;
  padding: 20px 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: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-white);
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-family: var(--body-font-family);
}
.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 .main-menu .navigation > li {
  padding: 0;
}
.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: var(--theme-color-white);
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
  position: relative;
}
.header-style-golf .main-menu .navigation li.dropdown .dropdown-btn i {
  display: none;
}
.header-style-golf .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-golf .main-menu .navigation > li > ul > li > a {
  color: var(--headings-color);
}
.header-style-golf .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-golf .main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--headings-color);
}
.header-style-golf .sticky-header {
  background-color: var(--theme-color2);
  /*.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-color2);
}
.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;
}
.header-style-golf .outer-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 130px;
}
@media (max-width: 1370.98px) {
  .header-style-golf .outer-box2 {
    margin-left: 40px;
  }
}
@media (max-width: 1200.98px) {
  .header-style-golf .outer-box2 {
    margin-left: 22px;
  }
}
@media (max-width: 1023.98px) {
  .header-style-golf .outer-box2 {
    margin-left: 0;
  }
}
.header-style-golf .nice-select {
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font-family);
  width: 70px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  padding: 0 13px 0;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
}
@media (max-width: 1370.98px) {
  .header-style-golf .nice-select {
    display: none;
  }
}
.header-style-golf .nice-select option {
  color: var(--theme-color-black);
}
.header-style-golf .search-btn {
  width: 60px;
  height: 44px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  text-align: center;
  margin-right: 10px;
  border-radius: 50px;
  color: var(--theme-color-white);
}
@media (max-width: 1200.98px) {
  .header-style-golf .search-btn {
    display: none;
  }
}
.header-style-golf .search-btn .icon {
  top: -3px;
  position: relative;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 1023.98px) {
  .header-style-golf .mobile-nav-toggler {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .header-style-golf .mobile-nav-toggler {
    margin: 0;
  }
}
@media (max-width: 1023.98px) {
  .header-style-golf .main-menu {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-style-golf .bg-theme {
    display: none;
  }
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.header-style-breakfast {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(24, 24, 32, 0.1019607843);
}
.header-style-breakfast .main-box {
  padding: 0 20px;
}
@media (max-width: 1599.98px) {
  .header-style-breakfast .main-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-breakfast .main-box {
    padding: 14px 30px;
  }
}
.header-style-breakfast .main-box .nav-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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.header-style-breakfast .main-box .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1599.98px) {
  .header-style-breakfast .main-box .outer-box {
    gap: 25px;
  }
}
.header-style-breakfast .main-box .ui-btn-outer .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .header-style-breakfast .main-box .ui-btn-outer .header-contact {
    display: none;
  }
}
.header-style-breakfast .main-box .ui-btn-outer .header-contact .info-btn {
  font-weight: 600;
}
.header-style-breakfast .main-box .ui-btn-outer .header-contact .info-btn:hover {
  color: var(--theme-color1);
}
.header-style-breakfast .main-menu .navigation > li > a {
  color: var(--theme-color-black);
  text-transform: capitalize;
}
.header-style-breakfast .main-menu .navigation > li:before {
  display: none;
}
.header-style-breakfast .main-menu .navigation > li {
  padding: 36px 0px;
  margin-right: 42px;
}
.header-style-breakfast .mobile-nav-toggler {
  display: block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  width: 44px;
  height: 44px;
  line-height: 39px;
  border-radius: 50%;
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
  text-align: center;
  margin-left: 0;
}
.header-style-breakfast .logo-box {
  position: relative;
  right: 143px;
}
@media (max-width: 1599.98px) {
  .header-style-breakfast .logo-box {
    right: 0;
  }
}
.header-style-breakfast .main-menu .navigation > li > ul > li > a {
  color: var(--theme-color-black);
}
.header-style-breakfast .main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color-black);
}
.header-style-breakfast .theme-btn-breakfast .btn-arrow-right {
  background: var(--theme-color-black);
}
.header-style-breakfast .theme-btn-breakfast .btn-title {
  background: var(--theme-color-black);
}
@media (max-width: 1199.98px) {
  .header-style-breakfast .ui-btn-outer2 {
    display: none;
  }
}
.header-style-breakfast .sticky-header {
  background: var(--theme-color-white);
}
.header-style-breakfast .sticky-header .mobile-nav-toggler {
  display: none;
  top: 10px;
}
@media (max-width: 991.98px) {
  .header-style-breakfast .sticky-header .mobile-nav-toggler {
    display: block;
  }
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.header-style-spa {
  position: relative;
  width: 100%;
  background-color: var(--body-bg);
  padding: 23px 0;
}
.header-style-spa .main-menu {
  display: none;
}
.header-style-spa .main-box {
  padding: 0 20px;
}
@media (max-width: 1599.98px) {
  .header-style-spa .main-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-spa .main-box {
    padding: 14px 30px;
  }
}
@media (max-width: 575.98px) {
  .header-style-spa .main-box {
    padding: 10px;
  }
}
.header-style-spa .main-box .nav-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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.header-style-spa .main-box .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1599.98px) {
  .header-style-spa .main-box .outer-box {
    gap: 25px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-spa .main-box .outer-box {
    display: none;
  }
}
.header-style-spa .main-box .ui-btn-outer .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .header-style-spa .main-box .ui-btn-outer .header-contact {
    display: none;
  }
}
.header-style-spa .main-box .ui-btn-outer .header-contact .info-btn {
  font-weight: 600;
}
.header-style-spa .main-box .ui-btn-outer .header-contact .info-btn:hover {
  color: var(--theme-color1);
}
.header-style-spa .main-menu .navigation > li > a {
  color: var(--theme-color-black);
  text-transform: capitalize;
}
.header-style-spa .main-menu .navigation > li:before {
  display: none;
}
.header-style-spa .main-menu .navigation > li {
  padding: 36px 0px;
  margin-right: 42px;
}
.header-style-spa .mobile-nav-toggler {
  display: block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  width: 80px;
  height: 46px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  background-color: transparent;
  text-align: center;
  margin-left: 0;
}
.header-style-spa .logo-box {
  position: relative;
  right: 143px;
}
@media (max-width: 1399.98px) {
  .header-style-spa .logo-box {
    right: 0;
  }
}
.header-style-spa .main-menu .navigation > li > ul > li > a {
  color: var(--theme-color-black);
}
.header-style-spa .main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color-black);
}
.header-style-spa .theme-btn-breakfast .btn-arrow-right {
  background: var(--theme-color-white);
  height: 46px;
}
.header-style-spa .theme-btn-breakfast .btn-arrow-right img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-style-spa .theme-btn-breakfast .btn-arrow-left {
  background: var(--theme-color-white);
  height: 46px;
}
.header-style-spa .theme-btn-breakfast .btn-arrow-left img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-style-spa .theme-btn-breakfast .btn-title {
  background: var(--theme-color-white);
  color: var(--theme-color-black);
}
.header-style-spa .sticky-header {
  display: none;
}
.header-style-spa .theme-btn-breakfast {
  margin-right: 10px;
}
.header-style-spa .theme-btn-breakfast .btn-title {
  padding: 9px 36px;
}
.header-style-spa .ui-btn-outer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-spa .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .header-style-spa .list-style-one {
    display: none;
  }
}
.header-style-spa .list-style-one li {
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 7px 10px 6px 26px;
}
.header-style-spa .list-style-one li a {
  color: var(--theme-color-white);
}
.header-style-spa .list-style-one li i {
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .header-style-spa .theme-btn2 {
    display: none;
  }
}

/*** 

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

***/
.header-style-royal {
  position: absolute;
}
.header-style-royal .outer-box {
  max-width: 1750px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
}
.header-style-royal .outer-box .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-royal .outer-box .inner-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color-white);
  border-radius: 0;
  padding: 14px 18px 14px 25px;
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .header-style-royal .outer-box .inner-outer {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-style-royal .outer-box .inner-outer {
    padding: 7px;
    margin-right: 0;
  }
}
.header-style-royal .outer-box .header-menu {
  background-color: transparent;
}
.header-style-royal .header-lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px;
}
@media (max-width: 1199.98px) {
  .header-style-royal .header-lower {
    padding: 0 30px;
  }
}
.header-style-royal .main-box {
  background-color: transparent;
  padding: 23px 0px;
}
@media (max-width: 991.98px) {
  .header-style-royal .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-royal .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-royal .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}
.header-style-royal .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-royal .main-menu .navigation > li > a {
  color: var(--theme-color-black);
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-family: var(--body-font-family);
}
.header-style-royal .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-royal .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-royal .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.header-style-royal .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-royal .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-royal .main-menu .navigation li.dropdown .dropdown-btn {
  border: 2px;
  bottom: 1px;
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 10px;
  height: unset;
  right: -14px;
  top: auto;
  width: auto;
}
.header-style-royal .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-royal .mobile-nav-toggler {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 24px;
  margin-top: 0;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  width: 44px;
  height: 44px;
  line-height: 40px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  margin-left: 54px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .header-style-royal .mobile-nav-toggler {
    margin-left: 0;
  }
}
.header-style-royal .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-style-royal .sticky-header {
  background-color: var(--theme-color2);
  /*.main-menu .navigation > li.current > a,*/
}
.header-style-royal .sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-royal .sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    display: block;
  }
}
.header-style-royal .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-style-royal .sticky-header .main-menu .navigation > li.current > a,
.header-style-royal .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.header-style-royal .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-royal .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-royal .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-royal .sticky-header .main-menu {
    display: none;
  }
}
.header-style-royal .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-royal .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** 

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

***/
.sticky-header {
  background: #000;
  -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: 40px;
}
.sticky-header .nav-outer {
  background: none;
  margin-left: auto;
  position: relative;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 60px;
  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;
}
.header-style-two .sticky-header .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}

@media only screen and (max-width: 1200px) {
  .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-1-mountain .main-menu .navigation > li > ul > li > a, .header-style-beach .main-menu .navigation > li > ul > li > a, .header-style-island .main-menu .navigation > li > ul > li > a, .header-style-royal .main-menu .navigation > li > ul > li > a, .header-style-island2 .main-menu .navigation > li > ul > li > a {
  color: var(--theme-color2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-1-mountain .main-menu .navigation > li > ul > li > a:hover, .header-style-beach .main-menu .navigation > li > ul > li > a:hover, .header-style-island .main-menu .navigation > li > ul > li > a:hover, .header-style-royal .main-menu .navigation > li > ul > li > a:hover, .header-style-island2 .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color1) !important;
}
.header-1-mountain .main-menu .navigation > li > ul > li > ul > li > a, .header-style-beach .main-menu .navigation > li > ul > li > ul > li > a, .header-style-island .main-menu .navigation > li > ul > li > ul > li > a, .header-style-royal .main-menu .navigation > li > ul > li > ul > li > a, .header-style-island2 .main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-1-mountain .main-menu .navigation > li > ul > li > ul > li > a:hover, .header-style-beach .main-menu .navigation > li > ul > li > ul > li > a:hover, .header-style-island .main-menu .navigation > li > ul > li > ul > li > a:hover, .header-style-royal .main-menu .navigation > li > ul > li > ul > li > a:hover, .header-style-island2 .main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1) !important;
}

/*** 

====================================================================
      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: 20px;
  }
}

.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: 16px;
  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 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

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

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

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.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 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.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
====================================================================

***/
.section-title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .section-title .title {
    font-size: 40px;
  }
}
@media (max-width: 1399.98px) {
  .section-title .title br {
    display: none;
  }
}
.section-title.light .title {
  color: var(--theme-color-white);
}
.section-paragraph {
  font-size: 18px;
  line-height: 156%;
  margin: 24px 0 31px;
}

.section-2-title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}
.section-2 small {
  font-size: 18px;
  line-height: 156%;
  margin: 24px 0 31px;
}

.sec-title .title {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sec-title .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .sec-title .title {
    font-size: 46px;
    line-height: 50px;
  }
}
.sec-title.light .title {
  color: var(--theme-color-white);
}

.section-breakfast-wrapper {
  margin-bottom: 56px;
}
.section-breakfast-title {
  font-size: var(--h2-font-size);
  font-weight: 400;
  line-height: 1.123;
  margin-bottom: 0;
  margin-top: -6px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .section-breakfast-title {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .section-breakfast-title {
    font-size: 56px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .section-breakfast-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.section-breakfast-title.light .title {
  color: var(--theme-color-white);
}

.sec-title-3 .sub-title {
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  font-family: var(--headings-color);
  margin-bottom: 10px;
}
.sec-title-3 .sub-title .icon {
  font-size: 14px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-black);
  border-radius: 20px;
  line-height: 24px;
  width: 44px;
  height: 24px;
  text-align: center;
  margin-left: 5px;
}
.sec-title-3 .title {
  text-transform: uppercase;
}

.sec-title-4 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .sec-title-4 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
}
.sec-title-4 .sub-title {
  border-bottom: 1px solid rgba(4, 6, 24, 0.1411764706);
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 8px;
  position: relative;
}
@media (max-width: 991.98px) {
  .sec-title-4 .sub-title {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .sec-title-4 .sub-title {
    font-size: 16px;
  }
}
.sec-title-4 .sub-title img {
  bottom: -21px;
  position: absolute;
  right: -10px;
}
.sec-title-4 .title {
  font-size: 90px;
  font-weight: 400;
  letter-spacing: -5%;
  line-height: 110px;
  text-transform: uppercase;
}
@media (max-width: 1646.98px) {
  .sec-title-4 .title {
    font-size: 63px;
    line-height: 80px;
  }
}
@media (max-width: 1399.98px) {
  .sec-title-4 .title {
    font-size: 43px;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .sec-title-4 .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sec-title-4 .title {
    font-size: 28px;
    line-height: 43px;
  }
}
.sec-title-4 .title .style-color {
  color: #B6BCC2;
}
.sec-title-4 .title .style-one {
  margin-left: 180px;
}
@media (max-width: 1399.98px) {
  .sec-title-4 .title .style-one {
    margin-left: 140px;
  }
}
@media (max-width: 991.98px) {
  .sec-title-4 .title .style-one {
    margin-left: 0;
  }
}
.sec-title-4 .title .style-two {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .sec-title-4 .title .style-two {
    margin-left: 0;
  }
}
.sec-title-4 .title .style-three {
  margin-left: 420px;
}
@media (max-width: 1646.98px) {
  .sec-title-4 .title .style-three {
    margin-left: 290px;
  }
}
@media (max-width: 1399.98px) {
  .sec-title-4 .title .style-three {
    margin-left: 190px;
  }
}
@media (max-width: 991.98px) {
  .sec-title-4 .title .style-three {
    margin-left: 0;
  }
}
.sec-title-4 .title .style-four {
  margin-left: 100px;
}
@media (max-width: 1399.98px) {
  .sec-title-4 .title .style-four {
    margin-left: 70px;
  }
}
@media (max-width: 991.98px) {
  .sec-title-4 .title .style-four {
    margin-left: 0;
  }
}
.sec-title-4.light .sub-title {
  border-color: rgba(255, 255, 255, 0.1411764706);
  color: var(--theme-color-white);
}
.sec-title-4.light .sub-title img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.sec-title-4.light .title {
  color: var(--theme-color-white);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.resort-style, .footer-style-golf {
  /* Widget Section */
}
@media (max-width: 767.98px) {
  .resort-style .footer-bottom .inner-container, .footer-style-golf .footer-bottom .inner-container {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .resort-style .footer-bottom .inner-container .copyright-text, .footer-style-golf .footer-bottom .inner-container .copyright-text {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .resort-style .footer-bottom .inner-container ul, .footer-style-golf .footer-bottom .inner-container ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.resort-style .widgets-section, .footer-style-golf .widgets-section {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .resort-style .widgets-section, .footer-style-golf .widgets-section {
    padding: 50px 20px !important;
  }
}
.resort-style .widgets-section:before, .footer-style-golf .widgets-section:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.12);
  content: "";
  height: 100%;
  left: 35%;
  position: absolute;
  top: 0;
  width: 1px;
}
@media (max-width: 1199.98px) {
  .resort-style .widgets-section:before, .footer-style-golf .widgets-section:before {
    display: none;
  }
}

.main-footer {
  background-color: var(--headings-color);
  padding-top: 120px;
  position: relative;
  /* Widget Section */
}
.main-footer .widgets-section {
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .main-footer .widgets-section {
    padding: 50px 20px 0;
  }
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .footer-widget.news-widget .form-group input {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  border-radius: 6px;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  backdrop-filter: blur(20px);
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}
.main-footer .footer-widget.news-widget .form-group button {
  background-color: var(--theme-color1);
  border-radius: 6px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  right: 5px;
  width: 40px;
}
.main-footer .footer-widget.news-widget .form-check {
  margin-top: 20px;
}
.main-footer .footer-widget.news-widget .form-check .form-check-input {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-footer .footer-widget.news-widget .form-check .form-check-label {
  color: var(--theme-color-white);
}
.main-footer .widget-title {
  color: var(--theme-color-white);
  margin-bottom: 21px;
  position: relative;
}
.main-footer .widget-content {
  position: relative;
  margin-top: 90px;
}
.main-footer .widget-content .text {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 18px;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  max-width: 413px;
}
.main-footer.resort-style .widget-content, .main-footer.footer-style-golf .widget-content {
  margin-top: 0;
}
.main-footer.resort-style .widget-content .text, .main-footer.footer-style-golf .widget-content .text {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}
.main-footer.resort-style .footer-widget .contact-list .inner .list-info, .main-footer.footer-style-golf .footer-widget .contact-list .inner .list-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 12px;
  line-height: 1.6;
  position: relative;
}
.main-footer.resort-style .footer-widget .contact-list .inner .list-info:first-child, .main-footer.footer-style-golf .footer-widget .contact-list .inner .list-info:first-child {
  margin-bottom: 25px;
}
.main-footer.resort-style .footer-widget .contact-list .inner i, .main-footer.footer-style-golf .footer-widget .contact-list .inner i {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  border-radius: 10px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  backdrop-filter: blur(20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.main-footer.resort-style .copyright-text, .main-footer.footer-style-golf .copyright-text {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.main-footer.resort-style .footer-bottom a, .main-footer.footer-style-golf .footer-bottom a {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer-island {
  position: relative;
  padding: 100px 0px 100px;
  background-color: var(--theme-color1);
  /* Newsletter Box */
}
.main-footer-island.color-two {
  padding-bottom: 40px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: var(--theme-color2);
}
.main-footer-island.color-two .newsletter-box .form-group .btn-box .read-more {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
.main-footer-island.color-two .newsletter-box .form-group .btn-box .arrow-btn {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
@media (max-width: 991.98px) {
  .main-footer-island {
    padding-bottom: 40px;
  }
}
.main-footer-island .bg-image {
  /*&:before {
  	position: absolute;
  	content: '';
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	background: linear-gradient(180deg, #FFFFFF 0%, #121212 96.63%);
  }*/
}
.main-footer-island .auto-container {
  max-width: 1320px;
}
.main-footer-island .widgets-box {
  position: relative;
  padding-bottom: 70px;
}
.main-footer-island .widgets-box .row {
  margin: 0px -35px;
}
@media (max-width: 1199.98px) {
  .main-footer-island .widgets-box {
    padding-bottom: 30px;
  }
}
.main-footer-island .widgets-box .column {
  position: relative;
  padding: 0px 35px;
  margin-bottom: 30px;
}
.main-footer-island .footer-logo {
  position: relative;
  margin-bottom: 35px;
}
.main-footer-island .footer-text {
  position: relative;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.main-footer-island .social-links {
  position: relative;
}
.main-footer-island .social-links li {
  position: relative;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
}
.main-footer-island .social-links li a {
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
  display: inline-block;
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.main-footer-island .social-links li a:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
.main-footer-island .info {
  position: relative;
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .main-footer-island .info {
    margin-bottom: 20px;
  }
}
.main-footer-island .info i {
  position: relative;
  margin-right: 10px;
}
.main-footer-island .info a {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .main-footer-island .info a {
    font-size: 18px;
  }
}
.main-footer-island .subscribe-text {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 35px;
  color: var(--theme-color-white);
}
.main-footer-island .newsletter-box {
  position: relative;
}
.main-footer-island .newsletter-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}
.main-footer-island .newsletter-box .form-group input[type=text],
.main-footer-island .newsletter-box .form-group input[type=email] {
  position: relative;
  line-height: 43px;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  margin-bottom: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.main-footer-island .footer-title {
  position: relative;
  margin-bottom: 20px;
  color: var(--theme-color-white);
}
.main-footer-island .footer-list {
  position: relative;
}
.main-footer-island .footer-list li {
  position: relative;
  margin-bottom: 12px;
}
.main-footer-island .footer-list li a {
  opacity: 0.7;
  color: var(--theme-color-white);
}
.main-footer-island .footer-list li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 11px;
  width: 5px;
  height: 5px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: var(--theme-color-white);
}
.main-footer-island .footer-list li a:hover {
  opacity: 1;
  padding-left: 18px;
  text-decoration: underline;
}
.main-footer-island .footer-list li a:hover:before {
  opacity: 1;
}
.main-footer-island .footer-list li:last-child {
  margin-bottom: 0px;
}
.main-footer-island .middle-box {
  position: relative;
  padding: 40px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer-island .middle-box .footer-logo {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .main-footer-island .middle-box .footer-logo {
    margin-bottom: 25px;
  }
}
.main-footer-island .lower-box {
  text-align: center;
  position: relative;
  padding-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.main-footer-island .big-title {
  position: relative;
  font-size: 200px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  background-size: cover;
  text-transform: uppercase;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .main-footer-island .big-title {
    font-size: 140px;
  }
}
@media (max-width: 767.98px) {
  .main-footer-island .big-title {
    font-size: 100px;
  }
}
@media (max-width: 575.98px) {
  .main-footer-island .big-title {
    font-size: 60px;
  }
}
.main-footer-island .copyright {
  position: relative;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575.98px) {
  .main-footer-island .copyright {
    font-size: 16px;
  }
}
.main-footer-island .footer-bottom {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer-island .footer-bottom-outer {
  background-color: #202028;
  position: relative;
  z-index: 1;
}
.main-footer-island .footer-bottom_nav {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-footer-island .footer-bottom_nav {
    margin-top: 15px;
  }
}
.main-footer-island .footer-bottom_nav li {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.main-footer-island .footer-bottom_nav li a {
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991.98px) {
  .main-footer-island .footer-bottom_nav li a {
    font-size: 16px;
  }
}
.main-footer-island .footer-bottom_nav li a:hover {
  color: var(--theme-color-white);
}
.main-footer-island .footer-bottom_nav li:first-child {
  margin-left: 0px;
}
.main-footer-island .lower-box2 {
  position: absolute;
  bottom: 120px;
  left: 20px;
  pointer-events: none;
}
.main-footer-island .footer-widget .contact-list .inner .list-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 12px;
  line-height: 1.6;
  position: relative;
}
.main-footer-island .footer-widget .contact-list .inner .list-info:first-child {
  margin-bottom: 25px;
}
.main-footer-island .footer-widget .contact-list .inner i {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  border-radius: 10px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  backdrop-filter: blur(20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.main-footer-island.style-two {
  overflow: hidden;
  padding: 0px 0px;
  background-color: var(--theme-color2);
}
.main-footer-island.style-two.alternate {
  background-color: var(--theme-color1);
}
.main-footer-island.style-two.alternate .newsletter-box .form-group button .read-more {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}
.main-footer-island.style-two.alternate .newsletter-box .form-group button .read-more:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.main-footer-island.style-two.alternate .newsletter-box .form-group button .arrow-btn {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}
.main-footer-island.style-two.alternate .newsletter-box .form-group button .arrow-btn:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.main-footer-island.style-two .building-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.main-footer-island.style-two .building-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.main-footer-island.style-two .clouds {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.main-footer-island.style-two .upper-box {
  padding: 60px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 767.98px) {
  .main-footer-island.style-two .upper-box {
    padding: 35px 0px;
  }
}
.main-footer-island.style-two .upper-box .upper-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer-island.style-two .upper-box .upper-inner .footer-logo {
  margin-bottom: 0px;
}
.main-footer-island.style-two .upper-box .footer-socials {
  position: relative;
}
@media (max-width: 767.98px) {
  .main-footer-island.style-two .upper-box .footer-socials {
    margin-top: 20px;
  }
}
.main-footer-island.style-two .upper-box .footer-socials li {
  position: relative;
  margin-left: 30px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .main-footer-island.style-two .upper-box .footer-socials li {
    margin-left: 20px;
  }
}
.main-footer-island.style-two .upper-box .footer-socials li a {
  position: relative;
  font-size: 18px;
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .main-footer-island.style-two .upper-box .footer-socials li a {
    font-size: 15px;
  }
}
.main-footer-island.style-two .upper-box .footer-socials li:first-child {
  margin-left: 0px;
}
@media (max-width: 575.98px) {
  .main-footer-island.style-two .upper-box .footer-socials li {
    margin-left: 8px;
  }
}
.main-footer-island.style-two .lower-box {
  padding: 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-footer-island.style-two .lower-box .big-title {
  color: var(--theme-color-white);
  -webkit-text-fill-color: inherit;
}
.main-footer-island.style-two .lower-box .big-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 23px;
  right: 0px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-footer-island.style-two .lower-box .big-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 33px;
  right: 0px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-footer-island.style-two .widgets-box {
  padding-top: 90px;
  padding-bottom: 50px;
}
.main-footer-island.style-two .widgets-box .address {
  font-size: 16px;
  margin-bottom: 25px;
  color: var(--theme-color-white);
}
.main-footer-island.style-two .widgets-box .address i {
  margin-right: 12px;
}
.main-footer-island.style-two .widgets-box .address span {
  color: rgba(255, 255, 255, 0.6980392157);
  display: block;
  margin-top: 10px;
  max-width: 240px;
}
.main-footer-island.style-two .widgets-box .newsletter-box input {
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 0;
}
.main-footer-island.style-two .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-footer-island.style-three {
  overflow: hidden;
  padding: 0px 0px;
  background-color: #181820;
}
.main-footer-island.style-three.alternate {
  background-color: var(--theme-color1);
}
.main-footer-island.style-three.alternate .newsletter-box .form-group button .read-more {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}
.main-footer-island.style-three.alternate .newsletter-box .form-group button .read-more:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.main-footer-island.style-three.alternate .newsletter-box .form-group button .arrow-btn {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}
.main-footer-island.style-three.alternate .newsletter-box .form-group button .arrow-btn:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.main-footer-island.style-three .building-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.main-footer-island.style-three .building-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.main-footer-island.style-three .clouds {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.main-footer-island.style-three .upper-box {
  padding: 60px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 767.98px) {
  .main-footer-island.style-three .upper-box {
    padding: 35px 0px;
  }
}
.main-footer-island.style-three .upper-box .upper-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer-island.style-three .upper-box .upper-inner .footer-logo {
  margin-bottom: 0px;
}
.main-footer-island.style-three .upper-box .upper-inner .title {
  color: var(--theme-color-white);
  font-size: 60px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .main-footer-island.style-three .upper-box .upper-inner .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .main-footer-island.style-three .upper-box .upper-inner .title {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .main-footer-island.style-three .upper-box .upper-inner .title {
    font-size: 30px;
  }
}
.main-footer-island.style-three .upper-box .footer-socials {
  position: relative;
}
@media (max-width: 767.98px) {
  .main-footer-island.style-three .upper-box .footer-socials {
    margin-top: 20px;
  }
}
.main-footer-island.style-three .upper-box .footer-socials li {
  position: relative;
  margin-left: 30px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .main-footer-island.style-three .upper-box .footer-socials li {
    margin-left: 20px;
  }
}
.main-footer-island.style-three .upper-box .footer-socials li a {
  position: relative;
  font-size: 18px;
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .main-footer-island.style-three .upper-box .footer-socials li a {
    font-size: 15px;
  }
}
.main-footer-island.style-three .upper-box .footer-socials li:first-child {
  margin-left: 0px;
}
@media (max-width: 575.98px) {
  .main-footer-island.style-three .upper-box .footer-socials li {
    margin-left: 8px;
  }
}
.main-footer-island.style-three .lower-box {
  padding: 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-footer-island.style-three .lower-box .big-title {
  color: var(--theme-color-white);
  -webkit-text-fill-color: inherit;
}
.main-footer-island.style-three .lower-box .big-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 23px;
  right: 0px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-footer-island.style-three .lower-box .big-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 33px;
  right: 0px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-footer-island.style-three .widgets-box {
  padding-top: 90px;
  padding-bottom: 50px;
}
.main-footer-island.style-three .widgets-box .address {
  font-size: 16px;
  margin-bottom: 25px;
  color: var(--theme-color-white);
}
.main-footer-island.style-three .widgets-box .address i {
  margin-right: 12px;
}
.main-footer-island.style-three .widgets-box .address span {
  display: block;
  margin-top: 10px;
  max-width: 240px;
}
.main-footer-island.style-three .widgets-box .newsletter-box input {
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 0;
}
.main-footer-island.style-three .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-footer-island .footer-contact-list {
  position: relative;
}
.main-footer-island .footer-contact-list li {
  font-size: 16px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.main-footer-island .footer-contact-list li i {
  display: inline-block;
  margin-right: 12px;
  color: var(--theme-color-white);
}
.main-footer-island .footer-contact-list li a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.main-footer-island .footer-contact-list li:last-child {
  margin-bottom: 0px;
}
.main-footer-island .map-box {
  position: relative;
  margin-left: -30px;
}
@media (max-width: 1199.98px) {
  .main-footer-island .map-box {
    margin-left: 0px;
  }
}
.main-footer-island .map-box iframe {
  width: 300px;
  height: 256px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1399.98px) {
  .main-footer-island .map-box iframe {
    width: 100%;
  }
}

.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  line-height: 32px;
  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: 16px;
  -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: #75727b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -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 {
  border-radius: 10px;
  color: var(--theme-color-white);
  font-size: 18px;
  backdrop-filter: blur(20px);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.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: 16px;
  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 {
  padding: 50px 0;
}
.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: #75727b;
}
.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: 16px;
  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-section-mountain {
  background-color: var(--theme-color3);
  padding-top: 120px;
}

.footer-top-wrapper-mountain {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .footer-top-wrapper-mountain {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-top-wrapper-mountain .footer-left-content h2 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .footer-top-wrapper-mountain .footer-left-content h2 br {
    display: none;
  }
  .footer-top-wrapper-mountain .footer-left-content h2 .line {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-top-wrapper-mountain .footer-left-content h2 {
    font-size: 50px;
  }
  .footer-top-wrapper-mountain .footer-left-content h2 br {
    display: none;
  }
  .footer-top-wrapper-mountain .footer-left-content h2 .line {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .footer-top-wrapper-mountain .footer-left-content h2 {
    font-size: 36px;
    line-height: 130%;
  }
}
.footer-top-wrapper-mountain .footer-left-content h3 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.8px;
  margin-top: 85px;
}
@media (max-width: 1199.98px) {
  .footer-top-wrapper-mountain .footer-left-content h3 {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer-top-wrapper-mountain .footer-left-content h3 {
    font-size: 20px;
  }
}
.footer-top-wrapper-mountain .footer-right-items {
  max-width: 640px;
  width: 100%;
}
.footer-top-wrapper-mountain .footer-right-items .form-clt {
  max-width: 640px;
  position: relative;
  width: 100%;
}
.footer-top-wrapper-mountain .footer-right-items .form-clt input {
  background-color: #e0eeee;
  color: #15221c;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  height: 70px;
  padding-left: 40px;
  width: 100%;
}
@media (max-width: 375.98px) {
  .footer-top-wrapper-mountain .footer-right-items .form-clt input {
    padding-left: 20px;
  }
}
.footer-top-wrapper-mountain .footer-right-items .form-clt input::-webkit-input-placeholder {
  color: #15221c;
}
.footer-top-wrapper-mountain .footer-right-items .form-clt input::-moz-placeholder {
  color: #15221c;
}
.footer-top-wrapper-mountain .footer-right-items .form-clt input:-ms-input-placeholder {
  color: #15221c;
}
.footer-top-wrapper-mountain .footer-right-items .form-clt input::-ms-input-placeholder {
  color: #15221c;
}
.footer-top-wrapper-mountain .footer-right-items .form-clt input::placeholder {
  color: #15221c;
}
.footer-top-wrapper-mountain .footer-right-items .form-clt .icon {
  background-color: transparent;
  color: var(--bg-color);
  font-size: 30px;
  position: absolute;
  right: 40px;
  top: 10px;
}
@media (max-width: 375.98px) {
  .footer-top-wrapper-mountain .footer-right-items .form-clt .icon {
    right: 20px;
    top: 6px;
  }
}
.footer-top-wrapper-mountain .footer-right-items .privacy-text {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 300;
  margin-top: 14px;
}
.footer-top-wrapper-mountain .footer-right-items .privacy-text b {
  color: #e0eeee;
  font-weight: 300;
}
.footer-top-wrapper-mountain .footer-right-items .contact-list {
  margin-top: 55px;
}
.footer-top-wrapper-mountain .footer-right-items .contact-list h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-top-wrapper-mountain .footer-right-items .contact-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.footer-top-wrapper-mountain .footer-right-items .contact-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-top-wrapper-mountain .footer-right-items .contact-list ul li .icon {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  width: 50px;
}
.footer-top-wrapper-mountain .footer-right-items .contact-list ul li .contact-text {
  font-size: 15px;
}
.footer-top-wrapper-mountain .footer-right-items .contact-list ul li .contact-text span {
  display: inline-block;
  font-weight: 400;
}

.footer-bottom-mountain {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 1199.98px) {
  .footer-bottom-mountain {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-bottom-mountain p {
  color: var(--theme-color-white);
  margin: 0;
  padding: 0;
}
.footer-bottom-mountain .footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1199.98px) {
  .footer-bottom-mountain .footer-menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom-mountain .footer-menu-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom-mountain .footer-menu-list li {
  font-size: 16px;
  font-weight: 400;
}
.footer-bottom-mountain .footer-menu-list li a {
  color: var(--theme-color-white);
}
.footer-bottom-mountain .footer-menu-list li a:hover {
  color: var(--theme-color1);
}
.footer-bottom-mountain .social-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer-bottom-mountain .social-icon a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.footer-bottom-mountain .social-icon a:hover {
  background-color: var(--theme-color1);
}

.footer-style-one {
  background-color: var(--headings-color);
  position: relative;
  padding-top: 0;
  /* Subscribe Form Three */
}
.footer-style-one .wrapper {
  position: relative;
}
.footer-style-one .wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 120px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}
@media (max-width: 991.98px) {
  .footer-style-one .wrapper:before {
    border: none;
  }
}
.footer-style-one .user-links li a:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  left: -11px;
  top: calc(50% - 1.5px);
  background: rgba(var(--theme-color-white-rgb), 0.8);
  border-radius: 50%;
}
.footer-style-one .contact-list .inner .list-info {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.footer-style-one .contact-list .inner .list-info a {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.footer-style-one .contact-list .inner .list-info i {
  color: var(--theme-color-white);
}
.footer-style-one .widgets-section {
  padding-left: 0;
  padding-right: 0;
  padding: 40px 50px;
}
@media (max-width: 991.98px) {
  .footer-style-one .widgets-section {
    padding: 40px 0 0 0;
  }
}
.footer-style-one .widget-content {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .footer-style-one .widget-content {
    margin-top: 50px;
  }
}
.footer-style-one .widget-content .text {
  margin-top: -20px;
}
.footer-style-one .about-widget .logo {
  position: relative;
  margin-bottom: 24px;
}
.footer-style-one .about-widget .text {
  margin-bottom: 47px;
  font-size: 16px;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  line-height: 30px;
  margin-right: 20px;
}
.footer-style-one .links-widget {
  margin-bottom: 50px;
}
.footer-style-one .links-widget li a {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.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: rgba(var(--theme-color-white-rgb), 0.7);
}
.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: 8px;
}
.footer-style-one .widget-social .social-icon li:last-child {
  margin-right: 0;
}
.footer-style-one .widget-social .social-icon li a {
  border-radius: 0px;
  border: 1.5px solid rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  backdrop-filter: blur(20px);
  text-align: center;
  width: 50px;
}
.footer-style-one .widget-social .social-icon li a:hover {
  background-color: transparent;
  border-color: var(--theme-color-white);
  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-one .footer-bottom {
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  padding: 25px 0;
  z-index: 1;
}
.footer-style-one .footer-bottom .footer-bottom-widget-text {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
@media (max-width: 991.98px) {
  .footer-style-one .footer-bottom .footer-bottom-widget-text {
    text-align: center;
  }
}
.footer-style-one .footer-bottom .footer-bottom-widget-text a {
  color: rgba(var(--theme-color-white-rgb));
}
.footer-style-one .footer-bottom .copyright-text {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}

@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;
  }
}
.footer-style-beach {
  background-color: var(--theme-color1);
  position: relative;
  /* Subscribe Form Three */
}
.footer-style-beach .wrapper {
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}
.footer-style-beach .widgets-section {
  padding: 0px 0 20px;
}
.footer-style-beach .widget-title {
  font-family: var(--body-font-family);
  margin-bottom: 13px;
}
.footer-style-beach .about-widget .logo {
  position: relative;
  margin-bottom: 24px;
}
.footer-style-beach .about-widget .text {
  margin-bottom: 47px;
  font-size: 16px;
  color: #75727b;
  line-height: 30px;
  margin-right: 20px;
}
.footer-style-beach .links-widget {
  margin-bottom: 50px;
}
.footer-style-beach .links-widget li {
  color: rgba(255, 255, 255, 0.6980392157);
  list-style: disc;
  font-size: 8px;
  margin-bottom: 0;
}
.footer-style-beach .links-widget li a {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 15px;
  font-family: var(--body-font-family);
  line-height: 50px;
}
.footer-style-beach .links-widget li a:hover {
  color: var(--theme-color-white);
}
.footer-style-beach .links-widget li i {
  position: absolute;
  left: -27px;
}
.footer-style-beach .user-links {
  margin-left: 13px;
}
.footer-style-beach .news-widget {
  margin-top: 30px;
}
.footer-style-beach .news-widget .text {
  margin-bottom: 18px;
  color: #75727b;
}
.footer-style-beach .news-widget .text i {
  margin-right: 20px;
}
.footer-style-beach .info-widget .widget-content .recent-post .inner .post-info:first-child {
  margin-bottom: 0;
}
.footer-style-beach .widget-social {
  margin-bottom: 23px;
}
.footer-style-beach .widget-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-beach .widget-social .social-icon li {
  margin-right: 17px;
}
.footer-style-beach .widget-social .social-icon li:last-child {
  margin-right: 0;
}
.footer-style-beach .widget-social .social-icon li a {
  border-radius: 10px;
  border: 1.5px solid rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  backdrop-filter: blur(20px);
  text-align: center;
  width: 40px;
}
.footer-style-beach .widget-social .social-icon li a:hover {
  background-color: transparent;
  border-color: var(--theme-color-white);
  color: var(--theme-color-white);
}
.footer-style-beach .contact-list .inner .list-info i {
  border-radius: 10px;
  border: 1.5px solid rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  backdrop-filter: blur(20px);
  text-align: center;
  width: 40px;
  margin-right: 14px;
}
.footer-style-beach .contact-list .inner .list-info i:hover {
  background-color: transparent;
  border-color: var(--theme-color-white);
  color: var(--theme-color-white);
}
.footer-style-beach .contact-list .inner .list-info {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.footer-style-beach .contact-list {
  margin-top: 30px;
}
.footer-style-beach .widget-content {
  margin-top: 0;
}
.footer-style-beach .contact-list .inner .list-info:first-child {
  margin-bottom: 20px;
}
.footer-style-beach .widget-content .text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-style-beach .subscribe-form-three {
  position: relative;
  margin-bottom: 32px;
}
.footer-style-beach .subscribe-form-three .form-group {
  position: relative;
}
.footer-style-beach .subscribe-form-three .form-group input[type=text],
.footer-style-beach .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-beach .subscribe-form-three .form-group input[type=text]::-webkit-input-placeholder, .footer-style-beach .subscribe-form-three .form-group input[type=email]::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-beach .subscribe-form-three .form-group input[type=text]::-moz-placeholder, .footer-style-beach .subscribe-form-three .form-group input[type=email]::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-beach .subscribe-form-three .form-group input[type=text]:-ms-input-placeholder, .footer-style-beach .subscribe-form-three .form-group input[type=email]:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-beach .subscribe-form-three .form-group input[type=text]::-ms-input-placeholder, .footer-style-beach .subscribe-form-three .form-group input[type=email]::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-beach .subscribe-form-three .form-group input[type=text]::placeholder,
.footer-style-beach .subscribe-form-three .form-group input[type=email]::placeholder {
  color: var(--text-color);
}
.footer-style-beach .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-beach .subscribe-form-three .form-group .theme-btn::before {
  background-color: var(--theme-color-white);
}
.footer-style-beach .subscribe-form-three .form-group .theme-btn:hover {
  color: var(--theme-color1);
}
.footer-style-beach .subscribe-form-three .form-group .theme-btn i {
  margin-left: 0;
}
.footer-style-beach .footer-bottom {
  background-color: #404D3C;
  padding: 21px 0;
  position: relative;
  z-index: 1;
}
.footer-style-beach .footer-bottom .copyright-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer-style-beach .footer-bottom ul li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer-style-beach .footer-bottom ul li a {
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer-style-beach .style-text {
  bottom: -160px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 250px;
  left: 0px;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}
@media (max-width: 1878px) {
  .footer-style-beach .style-text {
    bottom: -90px;
    font-size: 184px;
  }
}
@media (max-width: 1399.98px) {
  .footer-style-beach .style-text {
    bottom: -65px;
    font-size: 156px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style-beach .style-text {
    bottom: -65px;
    font-size: 128px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-beach .style-text {
    bottom: -45px;
    font-size: 98px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-beach .style-text {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .footer-style-beach .footer-column {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .footer-style-spa .footer-widget {
    text-align: center;
  }
}

/***

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

***/
.banner-height {
  padding: 240px 0 250px;
}
.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.banner-bg::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 11, 2, 0.5)), to(rgba(20, 11, 2, 0.7)));
  background: linear-gradient(180deg, rgba(20, 11, 2, 0.5) 0%, rgba(20, 11, 2, 0.7) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-overlay {
  position: relative;
}
.banner-overlay::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 51%;
  -webkit-animation: 3s ease 0s 1 normal none running tpLeftToRight;
          animation: 3s ease 0s 1 normal none running tpLeftToRight;
  background: rgba(255, 56, 56, 0.7);
  clip-path: polygon(0px 0px, 70% 0px, 99% 100%, 0% 100%);
  z-index: 1;
  -webkit-transform: translateX(-962px);
          transform: translateX(-962px);
}
.banner-content {
  position: relative;
  z-index: 11;
}
@media (max-width: 1199.98px) {
  .banner-content {
    text-align: center;
  }
}
.banner-star-rating {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 18px;
}
.banner-star-rating i {
  color: #FFA121;
  font-size: 15px;
}
.banner-title {
  font-weight: 400;
  font-size: 108px;
  line-height: 1.09;
  text-transform: uppercase;
  color: var(--theme-color-white);
  margin-bottom: 16px;
  font-size: 50px;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .banner-title {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .banner-title {
    font-size: 120px;
  }
}
@media (min-width: 1441px) {
  .banner-title {
    font-size: 108px;
  }
}
@media (max-width: 1599.98px) {
  .banner-title {
    font-size: 93px;
  }
}
@media (max-width: 991.98px) {
  .banner-title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .banner-title {
    font-size: 50px;
  }
}
.banner-paragraph {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin: 0 auto 58px 0;
  max-width: 819px;
  width: 100%;
}
.banner-play-button {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .banner-play-button {
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-play-button {
    margin-top: 50px;
  }
}
.banner-play-button .play-now-two {
  width: 110px;
  height: 110px;
  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);
  color: var(--theme-color-black);
  border-radius: 50%;
  font-size: 26px;
  position: relative;
  z-index: 1;
}
.banner-play-button .play-now-two::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: borderanimate2 2s linear infinite;
          animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.banner-play-button .play-now-two::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-animation: borderanimate2 2s linear infinite;
          animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .banner-arrow-box {
    display: none;
  }
}
.banner-arrow-box button {
  width: 60px;
  height: 60px;
  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: rgba(255, 255, 255, 0.2);
  color: var(--theme-color-white);
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.banner-arrow-box button.slider-next {
  left: auto;
  right: 20px;
}
.banner-arrow-box button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.banner-arrow-box button:hover {
  background: var(--theme-color-white);
  color: var(--theme-color-black);
}
.banner-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.banner-btn-box {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
}
.banner-wrapper .swiper-slide.swiper-slide-active .banner-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.banner-wrapper .swiper-slide.swiper-slide-active .banner-title-box {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
.banner-wrapper .swiper-slide.swiper-slide-active .banner-btn-box {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
.banner-area:hover .banner-arrow-box button {
  visibility: visible;
  opacity: 1;
}
.banner-area:hover .banner-arrow-box button.slider-prev {
  left: 80px;
}
.banner-area:hover .banner-arrow-box button.slider-next {
  right: 80px;
}

.common-heading-wrap {
  bottom: -40px;
  margin: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.common-heading {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-24.58%, rgba(255, 255, 255, 0.7)), color-stop(84.43%, rgba(20, 11, 2, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) -24.58%, rgba(20, 11, 2, 0) 84.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--theme-color1);
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--heading-font-family);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .common-heading {
    font-size: 120px;
  }
}
@media (min-width: 1024px) {
  .common-heading {
    font-size: 180px;
  }
}
@media (min-width: 1441px) {
  .common-heading {
    font-size: 240px;
  }
}
@media (max-width: 1729.98px) {
  .common-heading {
    font-size: 180px;
  }
}
@media (max-width: 1399.98px) {
  .common-heading {
    font-size: 160px;
  }
}
@media (max-width: 1199.98px) {
  .common-heading {
    display: none;
  }
}

/***

==================================================================
  Banner Section Mountain
==================================================================

***/
.hero-1-mountain {
  padding: 160px 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  .hero-1-mountain {
    padding-bottom: 50px;
  }
}
.hero-1-mountain .hero-content .title {
  color: #E0EEEE;
  font-family: "Beatrice Trial";
  font-size: 110px;
  font-weight: 300;
  line-height: 1;
  padding-right: 35px;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .hero-1-mountain .hero-content .title {
    font-size: 100px;
  }
}
@media (max-width: 1399.98px) {
  .hero-1-mountain .hero-content .title {
    font-size: 70px;
  }
  .hero-1-mountain .hero-content .title br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .hero-1-mountain .hero-content .title {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .hero-1-mountain .hero-content .title {
    font-size: 80px;
    line-height: 135%;
  }
}
@media (max-width: 767.98px) {
  .hero-1-mountain .hero-content .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .hero-1-mountain .hero-content .title {
    font-size: 50px;
  }
}
.hero-1-mountain .hero-content .title .line {
  position: relative;
  display: inline-block;
}
@media (max-width: 1399.98px) {
  .hero-1-mountain .hero-content .title .line {
    display: none;
  }
}
.hero-1-mountain .hero-content .title .color {
  position: relative;
}
.hero-1-mountain .hero-content .title .color::before {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: -15px;
  content: "";
  width: 54px;
  height: 120px;
  background-color: var(--theme-color1);
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .hero-1-mountain .hero-content .title .color::before {
    display: none;
  }
}
.hero-1-mountain .hero-content .hero-button {
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .hero-1-mountain .hero-content .hero-button {
    margin-top: 27px;
  }
}
@media (max-width: 575.98px) {
  .hero-1-mountain .hero-content .hero-button {
    margin-top: 20px;
  }
}
@media (max-width: 1399.98px) {
  .hero-1-mountain .hero-content .hero-button .theme-btn {
    width: 100%;
  }
}
.hero-1-mountain .hero-content .hero-button .theme-btn i {
  margin-left: 485px;
  font-size: 30px;
}
@media (max-width: 1399.98px) {
  .hero-1-mountain .hero-content .hero-button .theme-btn i {
    margin-left: 15px;
  }
}
.hero-1-mountain .hero-content .hero-button .theme-btn-eight {
  max-width: 640px;
}
.hero-1-mountain .hero-items .hero-image {
  border-radius: 70px !important;
  height: 300px;
  position: relative;
  width: 641px;
  z-index: 99;
}
@media (max-width: 1599.98px) {
  .hero-1-mountain .hero-items .hero-image {
    width: initial;
    height: initial;
  }
}
.hero-1-mountain .hero-items .hero-image .video {
  border-radius: 70px !important;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero-1-mountain .hero-items .text {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 65px;
}
@media (max-width: 1399.98px) {
  .hero-1-mountain .hero-items .text {
    margin-top: 45px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-1-mountain .hero-items .text {
    margin-top: 30px;
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .hero-1-mountain .hero-items .text {
    font-size: 17px;
  }
}
.hero-1-mountain .scroll-down {
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 767.98px) {
  .hero-1-mountain .scroll-down {
    margin-top: 30px;
  }
}
.hero-1-mountain .scroll-down .arrow-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  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;
  background-color: #15221C;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  margin-bottom: 15px;
}
.hero-1-mountain .scroll-down .arrow-icon i {
  color: var(--theme-color-white);
  font-size: 40px;
}
.hero-1-mountain .scroll-down .arrow-icon:hover {
  background-color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .hero-1-mountain .pinned-3 #myImage {
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    left: 0;
    right: 0;
    border-radius: 30px;
    x: 0 !important;
  }
}

.banner-section-3 {
  position: relative;
  text-align: center;
}
.banner-section-3 .pinned-3 #myImage {
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 1;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

/***

==================================================================
  Banner Section Resort
==================================================================

***/
.banner-area-resort {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-area-resort .banner-wrapper {
  position: relative;
  z-index: 1;
}
.banner-area-resort .banner-wrapper .swiper-slide.swiper-slide-active .banner-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.banner-area-resort .banner-wrapper .swiper-slide.swiper-slide-active .banner-title-box {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
.banner-area-resort .banner-wrapper .swiper-slide.swiper-slide-active .banner-btn-box {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
.banner-area-resort .banner-right-column {
  position: relative;
  z-index: 1;
}
.banner-area-resort .banner-right-column .banner-hero {
  max-width: 430px;
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.banner-area-resort .banner-right-column .banner-hero img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-area-resort .banner-right-column {
    display: none;
  }
}
.banner-area-resort .banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.banner-area-resort .banner-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#020214), to(rgba(2, 2, 20, 0.3)));
  background: linear-gradient(180deg, #020214 0%, rgba(2, 2, 20, 0.3) 100%);
  z-index: -1;
}
.banner-area-resort .banner-overlay {
  position: relative;
}
.banner-area-resort .banner-overlay::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 51%;
  -webkit-animation: 3s ease 0s 1 normal none running tpLeftToRight;
          animation: 3s ease 0s 1 normal none running tpLeftToRight;
  background: rgba(255, 56, 56, 0.7);
  clip-path: polygon(0px 0px, 70% 0px, 99% 100%, 0% 100%);
  z-index: 1;
  -webkit-transform: translateX(-962px);
          transform: translateX(-962px);
}
.banner-area-resort .banner-content {
  position: relative;
  z-index: 11;
}
.banner-area-resort .banner-content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .banner-area-resort .banner-content .rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 399.98px) {
  .banner-area-resort .banner-content .rating {
    display: block;
  }
}
.banner-area-resort .banner-content .rating .rating-txt {
  color: rgba(var(--theme-color-white-rgb), 0.7);
  font-size: 20px;
  margin: 0;
}
.banner-area-resort .banner-height {
  padding: 230px 0 220px;
}
@media (max-width: 767.98px) {
  .banner-area-resort .banner-height {
    padding: 150px 0 80px;
  }
}
.banner-area-resort .banner-star-rating {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 0;
}
@media (max-width: 399.98px) {
  .banner-area-resort .banner-star-rating {
    margin-bottom: 10px;
  }
}
.banner-area-resort .banner-star-rating i {
  color: #ffa121;
  font-size: 15px;
}
.banner-area-resort .banner-title {
  font-weight: 500;
  font-size: 200px;
  line-height: 180px;
  text-transform: uppercase;
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .banner-area-resort .banner-title {
    font-size: 112px;
    line-height: 120px;
  }
}
.banner-area-resort .banner-paragraph {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  max-width: 819px;
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .banner-area-resort .banner-paragraph {
    font-size: 16px;
    line-height: 30px;
  }
}
.banner-area-resort .banner-play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.banner-area-resort .banner-play-button .play-now-two {
  width: 110px;
  height: 110px;
  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-color1);
  color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.banner-area-resort .banner-play-button .play-now-two::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-animation: borderanimate2 2s linear infinite;
          animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.banner-area-resort .banner-play-button .play-now-two::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border: 20px solid rgba(0, 0, 0, 0.05);
  -webkit-animation: borderanimate2 2s linear infinite;
          animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.banner-area-resort .banner-play-button .text {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color-white);
  text-decoration: underline;
  margin: 0;
}
.banner-area-resort .banner-play-button .text a {
  color: inherit;
}
.banner-area-resort .banner-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}
.banner-area-resort .banner-btn-box {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  opacity: 0;
}

/***

==================================================================
  Banner Section Resort
==================================================================

***/
.banner-area-spa {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-area-spa .outer-box {
  padding: 0 15px;
  max-width: 1750px;
  margin: 0 auto;
}
.banner-area-spa .banner-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .banner-area-spa .banner-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.banner-area-spa .icon-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-area-spa .icon-box {
    margin-left: 0;
  }
}
.banner-area-spa .icon-box:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.banner-area-spa .icon-box:hover a {
  color: var(--theme-color1);
}
.banner-area-spa .icon-box .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--theme-color-black);
  font-size: 18px;
  margin-right: 12px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-area-spa .icon-box a {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-area-spa .banner-wrapper {
  position: relative;
  z-index: 1;
}
.banner-area-spa .banner-wrapper .swiper-slide.swiper-slide-active .banner-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.banner-area-spa .banner-wrapper .swiper-slide.swiper-slide-active .banner-title-box {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
.banner-area-spa .banner-wrapper .swiper-slide.swiper-slide-active .banner-btn-box {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
.banner-area-spa .banner-right-column {
  position: relative;
  z-index: 1;
}
.banner-area-spa .banner-right-column .banner-hero {
  max-width: 430px;
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.banner-area-spa .banner-right-column .banner-hero img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-area-spa .banner-right-column {
    display: none;
  }
}
.banner-area-spa .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.banner-area-spa .banner-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(56, 45, 45, 0.4);
  z-index: -1;
}
.banner-area-spa .banner-content {
  position: relative;
  z-index: 11;
}
.banner-area-spa .banner-content .banner-title-box .banner-title {
  font-size: 120px;
  letter-spacing: -4px;
  text-transform: capitalize;
  margin-bottom: 53px;
  max-width: 1220px;
}
@media (max-width: 1199.98px) {
  .banner-area-spa .banner-content .banner-title-box .banner-title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-area-spa .banner-content .banner-title-box .banner-title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-area-spa .banner-content .banner-title-box .banner-title {
    text-align: center;
  }
}
.banner-area-spa .banner-height {
  padding: 183px 0 316px;
}

/*** 

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

***/
.banner-section-beach {
  position: relative;
}
.banner-section-beach .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .banner-section-beach .outer-box {
    display: block;
  }
}
.banner-section-beach .content-column {
  position: relative;
  left: 0;
  padding: 175px 122px 285px 20px;
  min-width: calc(50% + 147px);
}
@media (max-width: 1199.98px) {
  .banner-section-beach .content-column {
    min-width: calc(50% + 50px);
    padding: 175px 50px 285px 20px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach .content-column {
    width: 100%;
    padding: 100px 15px 150px;
  }
}
.banner-section-beach .content-column .subtitle-box {
  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-beach .content-column .subtitle-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section-beach .content-column .subtitle-box span {
  background-color: #F7F3EE;
  border-radius: 50px;
  color: #AA8453;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 28px 7px;
  margin-right: 30px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner-section-beach .content-column .subtitle-box span {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section-beach .content-column .subtitle-box .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-section-beach .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-beach .content-column .inner-column {
    padding: 0;
    max-width: 495px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach .content-column .inner-column {
    text-align: center;
    margin: 0 auto;
  }
}
.banner-section-beach .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 74px;
  line-height: 97px;
  letter-spacing: 0;
  margin-bottom: 29px;
}
@media (max-width: 1749.98px) {
  .banner-section-beach .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-beach .content-column .inner-column .title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-beach .content-column .inner-column .title {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-beach .content-column .inner-column .title {
    font-size: 54px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-beach .content-column .inner-column .title {
    font-size: 42px;
  }
}
.banner-section-beach .content-column .inner-column .text {
  color: var(--text-color);
  font-family: var(--text-font4);
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1699.98px) {
  .banner-section-beach .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-beach .content-column .inner-column .text {
    margin-right: 0;
  }
}
.banner-section-beach .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-beach .content-column .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-beach .content-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section-beach .content-column .btn-box .theme-btn {
  font-family: var(--text-font);
  font-weight: 600;
  padding: 16.5px 44px;
}
.banner-section-beach .images-column {
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-beach .images-column {
    display: none;
  }
}
.banner-section-beach .images-column .inner-column {
  height: 100%;
  width: 100%;
}
.banner-section-beach .images-column .inner-column .bg-image {
  position: absolute;
}
.banner-section-beach .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-beach .checkout-form-section {
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: 104px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .banner-section-beach .checkout-form-section {
    position: relative;
    bottom: 0;
  }
}
.banner-section-beach .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-beach .checkout-form-section .checkout-form .checkout-field > h6 {
  margin-bottom: 2px;
}
.banner-section-beach .checkout-form-section .checkout-form .checkout-field .chk-field select,
.banner-section-beach .checkout-form-section .checkout-form .checkout-field .chk-field input {
  color: var(--theme-color-black);
  font-size: 14px;
}
.banner-section-beach .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-beach .checkout-form-section .checkout-form .theme-btn {
    width: 100%;
  }
}
.banner-section-beach .checkout-form-section .checkout-form .theme-btn:before {
  background-color: var(--theme-color1);
}

.checkout-form-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.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 .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: 16px;
  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: 16px;
}
.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: 16px;
  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;
}

.banner-section-beach2 {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEDE4), to(#FFFFFF));
  background: linear-gradient(180deg, #EAEDE4 0%, #FFFFFF 100%);
}
.banner-section-beach2 .vec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.banner-section-beach2 .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .outer-box {
    display: block;
  }
}
.banner-section-beach2 .content-column {
  position: relative;
  left: 0;
  padding: 217px 0 285px 0;
  margin-right: -590px;
}
@media (max-width: 1199.98px) {
  .banner-section-beach2 .content-column {
    min-width: calc(50% + 50px);
    padding: 175px 50px 285px 20px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .content-column {
    width: 100%;
    padding: 170px 15px 0;
  }
}
.banner-section-beach2 .content-column .inner-column {
  position: relative;
  z-index: 3;
  margin-left: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-beach2 .content-column .inner-column {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .content-column .inner-column {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
  }
}
.banner-section-beach2 .content-column .inner-column .title {
  position: relative;
  color: var(--headings-color);
  font-size: 120px;
  font-family: var(--heading-font-family);
  line-height: 140px;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .banner-section-beach2 .content-column .inner-column .title {
    font-size: 90px;
    line-height: 122px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-beach2 .content-column .inner-column .title {
    margin-bottom: 80px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .content-column .inner-column .title {
    margin-bottom: 50px;
    font-size: 54px;
  }
  .banner-section-beach2 .content-column .inner-column .title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section-beach2 .content-column .inner-column .title {
    font-size: 42px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-beach2 .content-column .inner-column .title {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .content-column .inner-column .title img {
    width: 100px;
  }
}
.banner-section-beach2 .images-column {
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .images-column {
    display: none;
  }
}
.banner-section-beach2 .images-column .inner-column {
  height: 100%;
  width: 100%;
}
.banner-section-beach2 .images-column .inner-column .bg-image {
  position: absolute;
  width: 896px;
  left: auto;
  right: 0;
  top: 26px;
  -webkit-mask: url(../images/banner/beach2-1mask.png);
          mask: url(../images/banner/beach2-1mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section-beach2 .images-column .inner-column .bg-image {
    -webkit-mask: none;
            mask: none;
    width: 50%;
  }
}
.banner-section-beach2 .checkout-form-section {
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: 104px;
  position: absolute;
  left: 15px;
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .checkout-form-section {
    position: relative;
    bottom: 15px;
    left: 0;
  }
}
.banner-section-beach2 .checkout-form-section .outer-box2 {
  max-width: 1290px;
}
@media (max-width: 1399.98px) {
  .banner-section-beach2 .checkout-form-section .outer-box2 {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-beach2 .checkout-form-section .outer-box2 {
    padding-right: 0;
  }
}
.banner-section-beach2 .checkout-form-section .outer-box2 .checkout-form {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .banner-section-beach2 .checkout-form-section .outer-box2 .checkout-form {
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.banner-section-beach2 .checkout-form-section .checkout-field .nice-select span.current {
  color: var(--theme-color-black);
}
.banner-section-beach2 .checkout-form-section .checkout-field {
  width: auto;
}
@media (max-width: 767.98px) {
  .banner-section-beach2 .checkout-form-section .checkout-field {
    width: 100%;
  }
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field {
  border: none;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field {
    margin-top: 10px;
  }
}
.banner-section-beach2 .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-beach2 .checkout-form-section .checkout-form .checkout-field > h6 {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 500;
  color: var(--headings-color);
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field select,
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field input {
  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;
}
@media (max-width: 767.98px) {
  .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field select,
  .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field input {
    width: 100%;
  }
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field select::-webkit-input-placeholder, .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field input::-webkit-input-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field select::-moz-placeholder, .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field input::-moz-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field select:-ms-input-placeholder, .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field input:-ms-input-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field select::-ms-input-placeholder, .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field input::-ms-input-placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field select::placeholder,
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field input::placeholder {
  color: #040618;
  font-size: 15px;
  font-weight: 400;
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .chk-field i {
  top: 10px;
  right: 14px;
  color: #040618;
  font-size: 16px;
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .nice-select {
  background-color: transparent;
  border: none;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  height: 50px;
  line-height: 28px;
  padding: 10px 14px;
  width: 235px;
  border: 1px solid rgba(4, 6, 24, 0.1019607843);
}
@media (max-width: 767.98px) {
  .banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .nice-select {
    width: 100%;
  }
}
.banner-section-beach2 .checkout-form-section .checkout-form .checkout-field .nice-select:before {
  display: none;
}
.banner-section-beach2 .checkout-form-section .checkout-form .nice-select {
  margin-bottom: 0;
}
.banner-section-beach2 .checkout-form-section .checkout-form .nice-select .current {
  font-size: 15px;
}
.banner-section-beach2 .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-beach2 .checkout-form-section .checkout-form .theme-btn {
    width: 100%;
  }
}
.banner-section-beach2 .checkout-form-section .checkout-form .theme-btn:before {
  background-color: var(--theme-color1);
}
.banner-section-beach2 .checkout-form-section .checkout-form .theme-btn-two {
  margin-top: 22px;
}

.banner-section-royal {
  position: relative;
  overflow: hidden;
}
.banner-section-royal .bg-image:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.91%, rgba(24, 24, 32, 0.4)), color-stop(99.81%, rgba(24, 24, 32, 0.9)));
  background: linear-gradient(180deg, rgba(24, 24, 32, 0.4) 43.91%, rgba(24, 24, 32, 0.9) 99.81%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-section-royal .shape-arrow {
  position: absolute;
  left: 26%;
  top: 34%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .banner-section-royal .shape-arrow {
    display: none;
  }
}
.banner-section-royal .vec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.banner-section-royal .outer-box {
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
  padding: 220px 15px 220px;
}
@media (max-width: 1199.98px) {
  .banner-section-royal .outer-box {
    padding: 180px 15px 20px;
  }
}
.banner-section-royal .content-column .inner-column {
  text-align: center;
}
.banner-section-royal .content-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  font-size: 411px;
  font-family: var(--heading-font-family);
  line-height: 300px;
  letter-spacing: 0;
  margin-bottom: 145px;
  text-transform: uppercase;
}
@media (max-width: 1709.98px) {
  .banner-section-royal .content-column .inner-column .title {
    font-size: 333px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-royal .content-column .inner-column .title {
    font-size: 233px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-royal .content-column .inner-column .title {
    font-size: 133px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-royal .content-column .inner-column .title {
    font-size: 70px;
  }
}
.banner-section-royal .content-column .inner-column .title .span1 {
  -webkit-mask: linear-gradient(136deg, #FFFFFF 4.8%, rgba(255, 255, 255, 0) 51.46%);
          mask: linear-gradient(136deg, #FFFFFF 4.8%, rgba(255, 255, 255, 0) 51.46%);
}
.banner-section-royal .content-column .inner-column .title .span2 {
  -webkit-mask: linear-gradient(146deg, #FFFFFF 2.8%, rgba(255, 255, 255, 0) 50.46%);
          mask: linear-gradient(146deg, #FFFFFF 2.8%, rgba(255, 255, 255, 0) 50.46%);
}
.banner-section-royal .checkout-form-section {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-royal .checkout-form-section {
    bottom: 130px;
  }
}
.banner-section-royal .checkout-form-section .outer-box2 {
  max-width: 1470px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .banner-section-royal .checkout-form-section .outer-box2 {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-royal .checkout-form-section .outer-box2 {
    padding-right: 0;
  }
}
.banner-section-royal .checkout-form-section .outer-box2 .checkout-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-section-royal .checkout-form-section .checkout-field .nice-select span.current {
  color: rgba(255, 255, 255, 0.6);
}
.banner-section-royal .checkout-form-section .checkout-field {
  width: auto;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field {
  border: none;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .banner-section-royal .checkout-form-section .checkout-form .checkout-field {
    margin-top: 10px;
  }
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field select option {
  color: var(--theme-color-black);
}
.banner-section-royal .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-royal .checkout-form-section .checkout-form .checkout-field > h6 {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field {
  background: rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(10px);
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field select,
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field input {
  color: var(--theme-color-white);
  font-size: 16px;
  border: 1px solid rgba(4, 6, 24, 0.1019607843);
  padding: 11.5px 14px;
  border-radius: 0;
  width: 270px;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field select::-webkit-input-placeholder, .banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field input::-webkit-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field select::-moz-placeholder, .banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field input::-moz-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field select:-ms-input-placeholder, .banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field input:-ms-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field select::-ms-input-placeholder, .banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field input::-ms-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field select::placeholder,
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field input::placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field i {
  top: 13px;
  right: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  z-index: 1;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field {
  background: rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(10px);
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field .nice-select {
  background: rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(10px);
  color: var(--theme-color-white);
  font-size: 16px;
  border: 1px solid rgba(4, 6, 24, 0.1019607843);
  padding: 11.5px 14px;
  border-radius: 0;
  margin-bottom: 0;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field .nice-select::-webkit-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field .nice-select::-moz-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field .nice-select:-ms-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field .nice-select::-ms-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field .nice-select::placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .chk-field i {
  top: 13px;
  right: 14px;
  color: var(--theme-color-white);
  font-size: 16px;
  z-index: 1;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .checkout-field .nice-select {
  background: rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(10px);
  color: var(--theme-color-white);
  font-size: 16px;
  border: 1px solid rgba(4, 6, 24, 0.1019607843);
  padding: 11.5px 14px;
  border-radius: 0;
  width: 270px;
  height: 53px;
  margin-bottom: 0;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .checkout-field .nice-select::-webkit-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .checkout-field .nice-select::-moz-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .checkout-field .nice-select:-ms-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .checkout-field .nice-select::-ms-input-placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .checkout-field .nice-select::placeholder {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 400;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .checkout-field i {
  position: relative;
  top: 13px;
  right: 30px;
  color: var(--theme-color-white);
  font-size: 16px;
  z-index: 1;
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .nice-select {
  background-color: transparent;
  border: none;
  color: var(--theme-color-white);
  height: 50px;
  line-height: 28px;
  padding: 10px 14px;
  width: 235px;
  border: 1px solid rgba(4, 6, 24, 0.1019607843);
}
.banner-section-royal .checkout-form-section .checkout-form .checkout-field .nice-select:before {
  display: none;
}
.banner-section-royal .checkout-form-section .checkout-form .nice-select .current {
  font-size: 15px;
}
.banner-section-royal .checkout-form-section .checkout-form .theme-btn2 {
  margin-top: 29px;
}

/*** 

====================================================================
  Banner Section Breakfast
====================================================================

***/
.banner-section-breakfast .banner-item {
  background-color: #F4EFED;
}
.banner-section-breakfast .banner-item .shape-1 {
  position: absolute;
  top: 162px;
  right: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-breakfast .banner-item .shape-1 {
    display: none;
  }
}
.banner-section-breakfast .banner-item .btn-arrow {
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .banner-section-breakfast .banner-item .btn-arrow {
    display: none;
  }
}
.banner-section-breakfast .banner-item .inner-item {
  position: relative;
  max-width: 1750px;
  padding: 0 15px;
  margin: 0 auto;
}
.banner-section-breakfast .banner-item .inner-item .banner-content {
  padding: 232px 0 94px;
  position: relative;
}
.banner-section-breakfast .banner-item .inner-item .banner-content .title {
  font-size: 200px;
  line-height: 1.05;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .banner-section-breakfast .banner-item .inner-item .banner-content .title {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-breakfast .banner-item .inner-item .banner-content .title {
    font-size: 60px;
  }
}
.banner-section-breakfast .banner-item .inner-item .banner-content .title .image-1 {
  position: relative;
  top: -26px;
}
@media (max-width: 1199.98px) {
  .banner-section-breakfast .banner-item .inner-item .banner-content .title .image-1 {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section-breakfast .banner-item .inner-item .banner-content .title .image-1 {
    width: 150px;
  }
}
.banner-section-breakfast .banner-item .inner-item .banner-content .text-box {
  max-width: 288px;
  position: absolute;
  left: 635px;
  bottom: 160px;
}
@media (max-width: 1659.98px) {
  .banner-section-breakfast .banner-item .inner-item .banner-content .text-box {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-breakfast .banner-item .inner-item .banner-content .text-box {
    margin: 0 auto;
  }
}
.banner-section-breakfast .banner-item .inner-item .banner-content .text-box .text {
  color: rgba(var(--headings-color-rgb), 0.6);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 28px;
  text-transform: capitalize;
}

/*** 

====================================================================
  Banner Section Island
====================================================================

***/
.banner-area-island {
  position: relative;
}
.banner-area-island .outer-box {
  max-width: 1690px;
  padding: 0px 30px;
  margin: 0px auto;
}
.banner-area-island .banner-content {
  padding: 581px 0 0 91px;
}
@media (max-width: 1199.98px) {
  .banner-area-island .banner-content {
    padding: 581px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .banner-area-island .banner-content {
    padding: 400px 0 0 0;
  }
}
@media (max-width: 575.98px) {
  .banner-area-island .banner-content {
    padding: 300px 0 0 0;
  }
}
.banner-area-island .banner-content .inner-content {
  background: rgba(20, 93, 114, 0.8);
  backdrop-filter: blur(5px);
  padding: 54px 50px 62px 54px;
}
@media (max-width: 575.98px) {
  .banner-area-island .banner-content .inner-content {
    padding: 30px;
  }
}
.banner-area-island .banner-content .video-box {
  display: inline-block;
  position: relative;
}
.banner-area-island .banner-content .video-box .image {
  width: 160px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
}
.banner-area-island .banner-content .video-box .image img {
  width: 100%;
  height: 100%;
}
.banner-area-island .banner-content .video-box .play-now-two {
  display: inline-block;
  color: var(--theme-color-light);
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 13px);
  font-size: 26px;
}
.banner-area-island .banner-content .text {
  color: var(--theme-color-light);
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .banner-area-island .banner-content .text {
    font-size: 20px;
  }
}

.banner-section-royal .bg {
  background-attachment: fixed;
}

/***

==================================================================
  Checkout Section
==================================================================

***/
.checkout-area {
  margin-top: -60px;
  z-index: 2;
}
.checkout-area.style-home1 .nice-select {
  margin-bottom: 0;
}
.checkout-area.style-home1 .nice-select::before {
  top: -7px;
}
@media (max-width: 1399.98px) {
  .checkout-area.style-home1 .nice-select::before {
    display: none;
  }
}
.checkout-bg {
  background: #040618;
  backdrop-filter: blur(11px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 120px;
  padding: 30px;
}
@media (max-width: 1199.98px) {
  .checkout-bg {
    border-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .checkout-bg {
    padding: 10px;
  }
}
.checkout-wrapper {
  background: rgba(255, 255, 255, 0.14);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 10px 20px 6px 20px;
  width: 100%;
}
.checkout-left {
  border-right: 1px solid;
  padding-right: 20px;
  margin-right: 10px;
  height: 32px;
  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;
}
.checkout-left span {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 16px;
}
.checkout-right h4 {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  font-family: var(--body-font-family);
  margin-bottom: -2px;
}
.checkout-right h4 span {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field {
  width: 210px;
}
.checkout-field input {
  background: transparent;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field .nice-select {
  background-color: transparent;
  border: none;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  height: 30px;
  line-height: 25px;
  padding: 0;
  width: 100%;
}
.checkout-field .nice-select:before {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field .nice-select .option {
  color: var(--headings-color);
}
.checkout-field .nice-select span.current {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.checkout-field .nice-select:focus {
  border: none;
}
.checkout-button .theme-btn-arrow-left, .checkout-button .theme-btn-arrow-right {
  width: 60px;
  height: 60px;
  background: var(--theme-color1);
}
.checkout-button .theme-btn {
  background: var(--theme-color1);
  color: var(--theme-color-white);
  padding: 16px 39px;
}
@media (max-width: 1399.98px) {
  .checkout-button .theme-btn {
    padding: 16px 20px;
  }
}
@media (max-width: 575.98px) {
  .checkout-button .theme-btn {
    padding: 16px 33px;
  }
}
.checkout-button .theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.checkout-button button {
  background: transparent;
}

/***

==================================================================
  Checkout Section Resort
==================================================================

***/
.checkout-section-resort {
  background-color: var(--headings-color);
  padding: 40px 0;
}
.checkout-section-resort.style-resort .nice-select::before {
  top: 0;
}
.checkout-section-resort .checkout-block .title {
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  margin-bottom: 5px;
}
.checkout-section-resort .checkout-block .input-field {
  position: relative;
  z-index: 1;
}
.checkout-section-resort .checkout-block .input-field input {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  border-radius: 6px;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  padding: 5px 14px;
  width: 100%;
}
.checkout-section-resort .checkout-block .input-field input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-resort .checkout-block .input-field input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-resort .checkout-block .input-field input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-resort .checkout-block .input-field input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-resort .checkout-block .input-field input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-resort .checkout-block .input-field i {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--theme-color-white);
  top: 7px;
  right: 10px;
  z-index: -1;
}
.checkout-section-resort .checkout-block .nice-select {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.checkout-section-resort .checkout-block .nice-select::before {
  color: var(--theme-color-white);
  font-size: 12px;
}
.checkout-section-resort .checkout-block .nice-select span {
  color: rgba(var(--theme-color-white-rgb), 0.7);
  font-size: 15px;
}
.checkout-section-resort .checkout-block .nice-select:focus {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
}
.checkout-section-resort .checkout-button {
  text-align: right;
}
.checkout-section-resort .checkout-button .theme-btn-arrow-left, .checkout-section-resort .checkout-button .theme-btn-arrow-right {
  background: var(--theme-color1);
  height: 60px;
  width: 60px;
}
.checkout-section-resort .checkout-button .theme-btn {
  background: var(--theme-color1);
  color: var(--theme-color-white);
  padding: 16px 39px;
}
.checkout-section-resort .checkout-button .theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.checkout-section-resort .checkout-button button {
  background: transparent;
}

/***

==================================================================
  Checkout Section Resort
==================================================================

***/
.checkout-section-spa .inner-container {
  background-color: #1E1B1B;
  padding: 40px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .checkout-section-spa .inner-container {
    padding: 20px;
  }
}
.checkout-section-spa .outer-box {
  margin-right: -124px;
}
@media (max-width: 1399.98px) {
  .checkout-section-spa .outer-box {
    margin-right: 0;
  }
}
.checkout-section-spa .theme-btn-three .btn-title {
  padding: 11.89px 29px;
}
.checkout-section-spa .theme-btn-three .btn-arrow-right {
  height: 50px;
}
.checkout-section-spa .theme-btn-three .btn-arrow-left {
  height: 50px;
}
@media (max-width: 991.98px) {
  .checkout-section-spa .checkout-block.style-two {
    width: 100%;
  }
}
.checkout-section-spa .checkout-block .title {
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  margin-bottom: 5px;
}
.checkout-section-spa .checkout-block .input-field {
  position: relative;
  z-index: 1;
}
.checkout-section-spa .checkout-block .input-field input {
  background-color: #382D2D;
  border: #382D2D;
  border-radius: 0;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  padding: 5px 26px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.checkout-section-spa .checkout-block .input-field input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-spa .checkout-block .input-field input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-spa .checkout-block .input-field input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-spa .checkout-block .input-field input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-spa .checkout-block .input-field input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.checkout-section-spa .checkout-block .input-field i {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--theme-color-white);
  top: 11px;
  right: 18px;
}
.checkout-section-spa .checkout-block .nice-select {
  background-color: #382D2D;
  border: #382D2D;
  font-size: 15px;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}
.checkout-section-spa .checkout-block .nice-select::before {
  color: var(--theme-color-white);
  font-size: 12px;
  top: 0;
}
.checkout-section-spa .checkout-block .nice-select span {
  color: rgba(var(--theme-color-white-rgb), 0.7);
  font-size: 15px;
}
.checkout-section-spa .checkout-block .nice-select:focus {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
}
.checkout-section-spa .checkout-button {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .checkout-section-spa .checkout-button {
    text-align: left;
  }
}
.checkout-section-spa .checkout-button .theme-btn-arrow-left, .checkout-section-spa .checkout-button .theme-btn-arrow-right {
  background: var(--theme-color1);
  height: 60px;
  width: 60px;
}
.checkout-section-spa .checkout-button .theme-btn {
  background: var(--theme-color1);
  color: var(--theme-color-white);
  padding: 16px 39px;
}
.checkout-section-spa .checkout-button .theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.checkout-section-spa .checkout-button button {
  background: transparent;
}

/***

==================================================================
  Checkout Section Mountain
==================================================================

***/
.checkout-area-mountain {
  background: #E0EEEE;
  padding: 50px 0 40px;
  position: relative;
  z-index: 99;
}

.checkout-wrapper-mountain .nice-select .current {
  color: rgba(15, 14, 14, 0.6);
  font-weight: 400;
}
.checkout-wrapper-mountain .checkout-field {
  display: -ms-inline-grid;
  display: inline-grid;
  position: relative;
  width: 100%;
  z-index: 9;
}
.checkout-wrapper-mountain .checkout-field input {
  background: transparent;
  border: 1px solid rgba(15, 14, 14, 0.14);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.checkout-wrapper-mountain .checkout-field input::-webkit-input-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.checkout-wrapper-mountain .checkout-field input::-moz-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.checkout-wrapper-mountain .checkout-field input:-ms-input-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.checkout-wrapper-mountain .checkout-field input::-ms-input-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.checkout-wrapper-mountain .checkout-field input::placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.checkout-wrapper-mountain .checkout-field .nice-select {
  background-color: transparent;
  border: 1px solid rgba(15, 14, 14, 0.14);
  border-radius: 0;
  color: rgba(15, 14, 14, 0.6);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.checkout-wrapper-mountain .checkout-field .nice-select .option {
  color: rgba(15, 14, 14, 0.6);
}
.checkout-wrapper-mountain .checkout-field .nice-select:before {
  color: #0F0E0E;
  font-weight: 400;
}
.checkout-wrapper-mountain .checkout-field .nice-select span.current {
  color: rgba(15, 14, 14, 0.6);
}
.checkout-wrapper-mountain .checkout-field .nice-select::after {
  border-bottom: 2px solid #0F0E0E;
  border-right: 2px solid #0F0E0E;
  height: 9px;
  right: 20px;
  width: 9px;
}
.checkout-wrapper-mountain .checkout-field .nice-select .list {
  width: 100%;
}
.checkout-wrapper-mountain .checkout-field .icon {
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: -1;
}
.checkout-wrapper-mountain .checkout-button button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.checkout-wrapper-mountain .checkout-button button:hover .theme-btn .royle-btn__hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.checkout-wrapper-mountain .checkout-button button .theme-btn-eight {
  height: 50px;
  padding: 16px 20px;
}
.checkout-wrapper-mountain .checkout-button .theme-btn {
  background-color: var(--theme-color1);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
}
.checkout-wrapper-mountain .checkout-button .theme-btn .royle-btn__hover {
  background: #15221C;
}
.checkout-wrapper-mountain .checkout-button .theme-btn.arrow-icon {
  line-height: 50px;
  padding: 0 30px;
}
.checkout-wrapper-mountain .checkout-button .theme-btn.arrow-icon i {
  font-size: 20px;
  margin-left: 0;
}

/***

==================================================================
  Checkout Section Breakfast
==================================================================

***/
.checkout-section-breakfast {
  padding: 120px 100px;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .checkout-section-breakfast {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .checkout-section-breakfast {
    padding: 80px 30px;
  }
}
.checkout-section-breakfast .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.checkout-section-breakfast .checkout-form {
  background-color: var(--theme-color-white);
  padding: 40px;
  position: relative;
  max-width: 420px;
}
@media (max-width: 767.98px) {
  .checkout-section-breakfast .checkout-form {
    padding: 20px;
  }
}
.checkout-section-breakfast .checkout-block {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .checkout-section-breakfast .checkout-block {
    margin-bottom: 10px;
  }
}
.checkout-section-breakfast .checkout-block .title {
  color: var(--text-color);
  font-family: var(--body-font-family);
  margin-bottom: 5px;
}
.checkout-section-breakfast .checkout-block .input-field {
  position: relative;
  z-index: 1;
}
.checkout-section-breakfast .checkout-block .input-field input {
  background-color: transparent;
  border: 1px solid rgba(var(--dark-color-rgb), 0.14);
  border-radius: 0;
  color: rgba(var(--dark-color-rgb), 0.6);
  font-size: 16px;
  font-weight: 500;
  padding: 5px 14px;
  height: 50px;
  width: 100%;
}
.checkout-section-breakfast .checkout-block .input-field input::-webkit-input-placeholder {
  color: rgba(var(--dark-color-rgb), 0.6);
}
.checkout-section-breakfast .checkout-block .input-field input::-moz-placeholder {
  color: rgba(var(--dark-color-rgb), 0.6);
}
.checkout-section-breakfast .checkout-block .input-field input:-ms-input-placeholder {
  color: rgba(var(--dark-color-rgb), 0.6);
}
.checkout-section-breakfast .checkout-block .input-field input::-ms-input-placeholder {
  color: rgba(var(--dark-color-rgb), 0.6);
}
.checkout-section-breakfast .checkout-block .input-field input::placeholder {
  color: rgba(var(--dark-color-rgb), 0.6);
}
.checkout-section-breakfast .checkout-block .input-field i {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--dark-color-rgb);
  top: 7px;
  right: 10px;
  z-index: -1;
}
.checkout-section-breakfast .checkout-block .nice-select {
  background-color: transparent;
  border: 1px solid rgba(var(--dark-color-rgb), 0.14);
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .checkout-section-breakfast .checkout-block .nice-select {
    margin-bottom: 10px;
  }
}
.checkout-section-breakfast .checkout-block .nice-select::before {
  color: var(--dark-color-rgb);
  font-size: 12px;
}
.checkout-section-breakfast .checkout-block .nice-select span {
  color: rgba(var(--dark-color-rgb), 0.6);
  font-size: 15px;
}
.checkout-section-breakfast .checkout-block .nice-select:focus {
  border: 1px solid rgba(var(--dark-color-rgb), 0.14);
}
.checkout-section-breakfast .checkout-button .theme-btn-checkout {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 11px 35px;
  width: 100%;
}

/***

==================================================================
  Checkout Section Breakfast
==================================================================

***/
.checkout-section-breakfast2 {
  position: relative;
  z-index: 99;
}

.checkout-wrapper-breakfast2 {
  background: var(--theme-color-white);
  padding: 20px;
}
.checkout-wrapper-breakfast2 .nice-select .current {
  color: rgba(15, 14, 14, 0.6);
  font-weight: 400;
}
.checkout-wrapper-breakfast2 .checkout-field {
  background-color: #F4EFED;
  display: -ms-inline-grid;
  display: inline-grid;
  position: relative;
  padding: 5px 30px 6px 74px;
  width: 100%;
  z-index: 9;
}
.checkout-wrapper-breakfast2 .checkout-field .title {
  color: var(--headings-color);
  padding-left: 20px;
  font-weight: 500;
}
.checkout-wrapper-breakfast2 .checkout-field input {
  background: transparent;
  border: none;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
}
.checkout-wrapper-breakfast2 .checkout-field input::-webkit-input-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 500;
}
.checkout-wrapper-breakfast2 .checkout-field input::-moz-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 500;
}
.checkout-wrapper-breakfast2 .checkout-field input:-ms-input-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 500;
}
.checkout-wrapper-breakfast2 .checkout-field input::-ms-input-placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 500;
}
.checkout-wrapper-breakfast2 .checkout-field input::placeholder {
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 500;
}
.checkout-wrapper-breakfast2 .checkout-field .nice-select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: rgba(15, 14, 14, 0.6);
  font-size: 15px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
}
.checkout-wrapper-breakfast2 .checkout-field .nice-select .option {
  color: rgba(15, 14, 14, 0.6);
}
.checkout-wrapper-breakfast2 .checkout-field .nice-select:before {
  color: #0F0E0E;
  font-weight: 400;
  top: 0;
}
.checkout-wrapper-breakfast2 .checkout-field .nice-select span.current {
  color: rgba(15, 14, 14, 0.6);
}
.checkout-wrapper-breakfast2 .checkout-field .nice-select::after {
  border-bottom: 2px solid #0F0E0E;
  border-right: 2px solid #0F0E0E;
  height: 9px;
  right: 20px;
  width: 9px;
}
.checkout-wrapper-breakfast2 .checkout-field .nice-select .list {
  width: 100%;
}
.checkout-wrapper-breakfast2 .checkout-field .icon {
  border-right: 1px solid rgba(15, 14, 14, 0.14);
  color: #000;
  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: 20px;
  height: 100%;
  width: 74px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.checkout-wrapper-breakfast2 .checkout-button .theme-btn-breakfast {
  width: 100%;
}
.checkout-wrapper-breakfast2 .checkout-button .theme-btn-breakfast .btn-title {
  width: 100%;
}

/*** 

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

***/
.about-area {
  padding: 160px 0 0;
}
@media (max-width: 991.98px) {
  .about-area {
    padding: 80px 0 0;
  }
}
.about-wrapper {
  margin-left: 35px;
}
@media (max-width: 1199.98px) {
  .about-wrapper {
    margin-left: 0;
  }
}
.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  row-gap: 30px;
}
@media (max-width: 1199.98px) {
  .about-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-left .about-left-thumb {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .about-left .image {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .about-left .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-list {
  margin-bottom: 40px;
}
.about-list li {
  color: rgba(var(--headings-color-rgb), 0.7);
  font-size: 18px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.about-list li:last-child {
  margin-bottom: 0;
}
.about-list li span {
  line-height: 1;
  display: inline-block;
}
.about-bg-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about-bg-shape-1 {
    display: none;
  }
}

.aboutresort-two-area {
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .aboutresort-two-area {
    padding: 80px 0;
  }
}
.aboutresort-two-area .outer-box {
  max-width: 1280px;
  margin: 0 auto;
}
.aboutresort-two-area .section-title {
  margin-bottom: 37px;
}
.aboutresort-two-area .section-title .title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.aboutresort-two-wrapper {
  margin-left: 35px;
}
@media (max-width: 1199.98px) {
  .aboutresort-two-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.aboutresort-two-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  row-gap: 30px;
}
.aboutresort-two-list {
  margin-bottom: 40px;
}
.aboutresort-two-list li {
  font-size: 18px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.aboutresort-two-list li:last-child {
  margin-bottom: 0;
}
.aboutresort-two-list li span {
  line-height: 1;
  display: inline-block;
}
.aboutresort-two-bg-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .aboutresort-two-bg-shape-1 {
    display: none;
  }
}

/*** 

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

***/
.about-section-mountain {
  border-bottom: 1px solid rgba(224, 238, 238, 0.1019607843);
  position: relative;
}
.about-section-mountain .vec-shape {
  margin-top: 150px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .about-section-mountain .vec-shape {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .about-section-mountain .vec-shape {
    margin-top: 80px;
  }
}
.about-section-mountain .birds-shape {
  position: absolute;
  top: 80px;
  right: 180px;
}
.about-section-mountain .about-content .tx-title {
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1677.98px) {
  .about-section-mountain .about-content .tx-title br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .about-section-mountain .about-content .tx-title {
    font-size: 50px;
  }
}
@media (max-width: 1399.98px) {
  .about-section-mountain .about-content .tx-title .line {
    display: none;
  }
}
.about-section-mountain .about-content .about-text {
  max-width: 655px;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .about-section-mountain .about-content .about-text {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .about-section-mountain .about-content .theme-btn2 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .about-section-mountain .about-content .theme-btn2 .royle-btn__text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .about-section-mountain .about-content .theme-btn2 svg {
    margin-left: 15px;
  }
}
.about-section-mountain .about-content .theme-btn {
  margin-top: 80px;
}
@media (max-width: 1399.98px) {
  .about-section-mountain .about-content .theme-btn {
    width: 100%;
    margin-top: 30px;
  }
}
.about-section-mountain .about-content .theme-btn svg {
  margin-left: 420px;
}
@media (max-width: 1399.98px) {
  .about-section-mountain .about-content .theme-btn svg {
    margin-left: 15px;
  }
}
.about-section-mountain .about-image-items {
  margin-left: -120px;
  margin-top: 110px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .about-section-mountain .about-image-items {
    margin-left: 0;
    margin-top: 0;
  }
}
.about-section-mountain .about-image-items .flower-shape {
  position: absolute;
  top: 55px;
  left: 12%;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .about-section-mountain .about-image-items .flower-shape {
    display: none;
  }
}
.about-section-mountain .about-image-items .about-image {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 1399.98px) {
  .about-section-mountain .about-image-items .about-image {
    margin-top: 120px;
  }
}
@media (max-width: 991.98px) {
  .about-section-mountain .about-image-items .about-image {
    margin-top: 80px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.about-section-mountain .about-image-items .about-image img {
  width: 100%;
  height: 100%;
  mask-image: url("../images/mountain/about/masking.svg");
  -webkit-mask-image: url("../images/mountain/about/masking.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  height: 450px;
}
@media (max-width: 1199.98px) {
  .about-section-mountain .about-image-items .about-image img {
    height: initial;
  }
}

/*** 

====================================================================
  Golf About Section
====================================================================

***/
.golf-about {
  position: relative;
}
@media (max-width: 1599.98px) {
  .golf-about .section-title .title {
    font-size: 58px;
  }
}
@media (max-width: 991.98px) {
  .golf-about .section-title .title {
    font-size: 40px;
  }
}
.golf-about .subtitle {
  color: var(--dark-color);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  margin-bottom: 25px;
  position: relative;
  margin-left: 100px;
  max-width: 200px;
}
@media (max-width: 375.98px) {
  .golf-about .subtitle {
    margin-left: 0px;
  }
}
.golf-about .subtitle:before {
  background-color: rgba(var(--dark-color-rgb), 0.2);
  bottom: 10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80px;
}
.golf-about .content-box {
  margin-left: 35%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .golf-about .content-box {
    margin-left: 0;
  }
}
.golf-about .content-box .dot-circle {
  background-color: var(--headings-color);
  border-radius: 50%;
  height: 7px;
  left: 200px;
  top: -25px;
  position: relative;
  width: 7px;
}
.golf-about .content-box .dot-circle:before {
  background-color: rgba(var(--theme-color2-rgb), 0.1);
  content: "";
  height: 1px;
  left: -200px;
  position: absolute;
  top: 3px;
  width: 200px;
}
.golf-about .text {
  color: rgba(var(--theme-color2-rgb), 0.7);
  font-style: normal;
  font-weight: 400;
  max-width: 518px;
  text-transform: capitalize;
}
.golf-about .about-list {
  max-width: 518px;
}
.golf-about .about-list li {
  color: rgba(var(--theme-color2-rgb), 0.7);
  font-family: var(--body-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.golf-about .about-list i {
  color: #53624E;
  font-size: 10px;
}
.golf-about .image-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.golf-about .image-box .img-1 {
  overflow: hidden;
  position: relative;
}
.golf-about .image-box .img-1 img {
  -webkit-transition: -webkit-transform 1.1s ease;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
}
.golf-about .image-box .img-1:hover {
  cursor: pointer;
}
.golf-about .image-box .img-1:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.golf-about .image-box .img-2 {
  overflow: hidden;
  position: relative;
}
.golf-about .image-box .img-2 img {
  -webkit-transition: -webkit-transform 1.1s ease;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
}
.golf-about .image-box .img-2:hover {
  cursor: pointer;
}
.golf-about .image-box .img-2:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.golf-about .image-box .img-3 {
  overflow: hidden;
  position: relative;
}
.golf-about .image-box .img-3 img {
  -webkit-transition: -webkit-transform 1.1s ease;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
}
.golf-about .image-box .img-3:hover {
  cursor: pointer;
}
.golf-about .image-box .img-3:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*** 

====================================================================
  Breakfast About Section
====================================================================

***/
.about-section-breakfast {
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .about-section-breakfast {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .about-section-breakfast .section-breakfast-wrapper {
    margin-bottom: 30px;
  }
}
.about-section-breakfast .section-breakfast-title {
  max-width: 900px;
}
.about-section-breakfast .content-box .list-style {
  padding-top: 7px;
}
.about-section-breakfast .content-box .list-style li {
  color: var(--headings-color);
  display: inline-block;
  margin-right: 34px;
}
.about-section-breakfast .content-box .list-style li .icon {
  color: var(--theme-color1);
  margin-right: 10px;
}
.about-section-breakfast .image-box {
  margin-left: -19px;
  overflow: hidden;
  position: relative;
}
.about-section-breakfast .image-box img {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.about-section-breakfast .image-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1199.98px) {
  .about-section-breakfast .image-box {
    display: none;
  }
  .about-section-breakfast .image-box img {
    width: 100%;
  }
}
.about-section-breakfast .bottom-box {
  border-top: 1px solid rgba(var(--dark-color-rgb), 0.1);
  margin-top: 60px;
  padding-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .about-section-breakfast .bottom-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .about-section-breakfast .bottom-box {
    margin-top: 40px;
  }
}
.about-section-breakfast .bottom-box .text {
  max-width: 800px;
}

/*** 

====================================================================
  Breakfast About Section
====================================================================

***/
.about-section-beach .auto-container {
  max-width: 1327px;
}
.about-section-beach .sec-title-3 {
  margin-right: -21px;
}
.about-section-beach .image-column .inner-column .image {
  position: relative;
  -webkit-mask: url("../images/resource/about-beach-mask.png");
          mask: url("../images/resource/about-beach-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .about-section-beach .image-column .inner-column .image {
    display: none;
  }
}
.about-section-beach .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}

/*** 

====================================================================
  about-section-island
====================================================================

***/
.about-section-island {
  position: relative;
}
.about-section-island .about-bg-shape-1 {
  right: 100px;
}
.about-section-island .container {
  max-width: var(--large-container-width);
}
.about-section-island .image-column .inner-column .image {
  overflow: hidden;
  padding: 0 45px;
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section-island .image-column .inner-column .image {
    padding: 0;
  }
}
.about-section-island .image-column .inner-column .image img {
  height: 100%;
  width: 100%;
  -webkit-mask-image: url(../images/resource/about-mask1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-island .image-column .inner-column .image:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media (max-width: 767.98px) {
  .about-section-island .content-column .inner-column {
    margin-top: 30px;
  }
}
.about-section-island .content-column .inner-column .text {
  font-size: 18px;
}
.about-section-island .content-column .inner-column .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 39px;
}
.about-section-island .content-column .inner-column .button-box .arrow-icon {
  width: 74px;
  height: 74px;
  line-height: 78px;
  border-radius: 50%;
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
  font-size: 28px;
  font-weight: 900;
  -webkit-transform: rotate(228deg);
          transform: rotate(228deg);
  text-align: center;
  -webkit-transition: -webkit-transform 1.1s ease;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
}
@media (max-width: 575.98px) {
  .about-section-island .content-column .inner-column .button-box .arrow-icon {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.about-section-island .content-column .inner-column .button-box .arrow-icon a {
  color: var(--theme-color-white);
}
.about-section-island .content-column .inner-column .button-box .follow-text {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .about-section-island .content-column .inner-column .button-box .follow-text {
    font-size: 16px;
  }
}
.about-section-island .content-column .inner-column .button-box:hover .arrow-icon {
  background-color: var(--theme-color1);
  -webkit-transform: rotate(290deg);
          transform: rotate(290deg);
}

/*** 

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

***/
.about-section-royal {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section-royal {
    padding: 80px 0;
  }
}
.about-section-royal .about-bg-shape-1 {
  bottom: 350px;
  right: 100px;
}
.about-section-royal .about-left-thumb {
  position: relative;
}
.about-section-royal .about-left-thumb .image {
  overflow: hidden;
}
.about-section-royal .about-left-thumb .image img {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.about-section-royal .about-left-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-section-royal .about-wrapper {
  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%;
}
.about-section-royal .about-wrapper .section-title {
  text-transform: uppercase;
  max-width: 520px;
}
.about-section-royal .about-button {
  max-width: 545px;
  margin: 0 0 0 auto;
}
.about-section-royal .video-box {
  display: inline-block;
  position: relative;
}
.about-section-royal .video-box .image {
  width: 160px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
}
.about-section-royal .video-box .image img {
  width: 100%;
  height: 100%;
}
.about-section-royal .video-box .play-now-two {
  display: inline-block;
  color: var(--theme-color-light);
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 13px);
  font-size: 26px;
}

.circle-container {
  background: var(--theme-color-white);
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  height: 188px;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 150px;
  width: 188px;
  z-index: 1;
}
.circle-container .arrow {
  color: var(--theme-color2);
  font-size: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-47deg);
          transform: translate(-50%, -50%) rotate(-47deg);
}
.circle-container .text {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: capitalize;
  fill: var(--theme-color2);
}
.circle-container #rotatingText {
  -webkit-animation-name: rotate-circle;
          animation-name: rotate-circle;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  left: 0;
  position: absolute;
  top: 0;
}

@-webkit-keyframes rotate-circle {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.theme-bg {
  background: var(--theme-color1);
}

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

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

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

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

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

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

.theme-color-heading {
  color: var(--headings-color);
}

.filter-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.filter-black {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

/*** 

====================================================================
  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(/2025/hotelin-html/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: 16px;
  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(/2025/hotelin-html/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: 16px;
  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: 16px;
  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 .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 .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 .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 .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(/2025/hotelin-html/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-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: #121212;
  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: 16px;
  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-section {
  position: relative;
  z-index: 2;
}
.contact-section.style-breakfast {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .contact-section.style-breakfast .sec-title .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.contact-section.style-breakfast .inner-container {
  margin: 0 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-section.style-breakfast .inner-container {
    margin: 0 15px;
  }
}
.contact-section.style-breakfast .bg-image {
  width: 100%;
  z-index: -1;
}
.contact-section.style-breakfast .bg-image:before {
  content: "";
  position: absolute;
  background-color: rgba(var(--headings-color-rgb), 0.6);
  width: calc(50% + 235px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  backdrop-filter: blur(20px);
}
@media (max-width: 1199.98px) {
  .contact-section.style-breakfast .bg-image:before {
    width: 100%;
  }
}
.contact-section.style-breakfast .outer-box {
  position: relative;
  left: 0;
}
.contact-section.style-breakfast .form-column .inner-column {
  background-color: var(--theme-color-white);
  padding: 41px 50px 30px;
  max-width: 550px;
}
@media (max-width: 1199.98px) {
  .contact-section.style-breakfast .form-column .inner-column {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section.style-breakfast .form-column .inner-column {
    padding: 41px 20px 30px;
  }
}
.contact-section.style-breakfast .form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.contact-section.style-breakfast .form-column .contact-form .select2-container--default .select2-selection--single,
.contact-section.style-breakfast .form-column .contact-form input:not([type=submit]),
.contact-section.style-breakfast .form-column .contact-form textarea,
.contact-section.style-breakfast .form-column .contact-form select {
  color: var(--dark-color);
  height: 44px;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(var(--dark-color-rgb), 0.1);
  border-radius: 0;
}
.contact-section.style-breakfast .form-column .contact-form textarea {
  height: 120px;
}
.contact-section.style-breakfast .form-column .contact-form .nice-select {
  border-color: rgba(var(--dark-color-rgb), 0.1);
  border-radius: 0;
  height: 44px;
  line-height: 44px;
}
.contact-section.style-breakfast .form-column .contact-form .nice-select .current {
  color: rgba(var(--headings-color-rgb), 0.6);
}
.contact-section.style-breakfast .form-column .contact-form .sec-title {
  max-width: 280px;
  margin-bottom: 7px;
}
.contact-section.style-breakfast .form-column .contact-form .sec-title .sub-title {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-section.style-breakfast .form-column .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-section.style-breakfast .form-column .contact-form .theme-btn {
  background-color: var(--theme-color1);
  border-radius: 0;
  color: var(--theme-color1-text-color);
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 14px 35px 13px;
  width: 100%;
}
.contact-section.style-breakfast .faqs-column .inner-column .sec-title .sub-title {
  display: block;
  font-size: 16px;
  margin-bottom: 19px;
}
.contact-section.style-breakfast .faqs-column .inner-column .sec-title .title {
  font-size: 60px;
  line-height: 1;
  margin-right: -120px;
}
@media (max-width: 1599.98px) {
  .contact-section.style-breakfast .faqs-column .inner-column .sec-title .title {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section.style-breakfast .faqs-column .inner-column .sec-title .title {
    font-size: 40px;
  }
}
.contact-section.style-breakfast .faqs-column .inner-column .sec-title.light .sub-title {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.contact-section.style-breakfast .faqs-column .inner-column .sec-title.light .title {
  color: var(--theme-color-white);
}
.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 SECTION
====================================================================

***/
.contact-section-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-section-2 .outer-box {
  max-width: 1630px;
  border: 1px solid rgb(220, 220, 223);
  border-radius: 20px;
  margin: 0 auto;
  padding: 55px;
}
@media (max-width: 767.98px) {
  .contact-section-2 .outer-box {
    padding: 30px 20px;
  }
}
.contact-section-2 .title2 {
  font-family: var(--body-font-family);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .contact-section-2 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.contact-section-2 .contact-box-2 .form-clt {
  position: relative;
}
.contact-section-2 .contact-box-2 .form-clt input,
.contact-section-2 .contact-box-2 .form-clt textarea {
  border: 1px solid rgb(220, 220, 223);
  width: 100%;
  border-radius: 10px;
  padding: 10px 16px;
}
.contact-section-2 .contact-box-2 .form-clt input {
  height: 50px;
  line-height: 50px;
}
.contact-section-2 .contact-box-2 .form-clt textarea {
  height: 180px;
}
.contact-section-2 .contact-box-2 .form-clt i {
  position: absolute;
  right: 16px;
  top: 10px;
}
.contact-section-2 .contact-box-2 .form-clt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact-section-2 .contact-box-2 .form-clt2 .checkbox {
  border: 1px solid rgb(220, 220, 223);
  border-radius: 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: 7px;
  margin-right: 10px;
  cursor: pointer;
}
.contact-section-2 .contact-box-2 .form-clt2 label {
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .contact-section-2 .contact-info-2 {
    margin-top: 50px;
  }
}
.contact-section-2 .contact-info-2 .map-section .map {
  height: 370px;
  border-radius: 10px;
}
.contact-section-2 .contact-list {
  max-width: 277px;
  margin-top: 20px;
}
.contact-section-2 .contact-list h6 {
  font-family: var(--body-font-family);
  margin-bottom: 10px;
}
.contact-section-2 .contact-list .list-info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.contact-section-2 .contact-list .list-info-2 .icon i {
  font-size: 18px;
}
.contact-section-2 .contact-list .list-info-2 .contact-text span {
  font-size: 18px;
}

/*** 

====================================================================
  CONTACT SECTION
====================================================================

***/
.contact-section-5 {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-section-5 .contact-box-5 {
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .contact-section-5 .contact-box-5 {
    margin-right: 0;
  }
}
.contact-section-5 .contact-box-5 .form-clt {
  position: relative;
}
.contact-section-5 .contact-box-5 .form-clt input,
.contact-section-5 .contact-box-5 .form-clt textarea {
  border: 1px solid rgb(220, 220, 223);
  width: 100%;
  border-radius: 0;
  padding: 10px 16px;
}
.contact-section-5 .contact-box-5 .form-clt input {
  height: 50px;
  line-height: 50px;
}
.contact-section-5 .contact-box-5 .form-clt textarea {
  height: 180px;
}
.contact-section-5 .contact-box-5 .form-clt i {
  position: absolute;
  right: 16px;
  top: 10px;
}
.contact-section-5 .contact-box-5 .form-clt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact-section-5 .contact-box-5 .form-clt2 .checkbox {
  border: 1px solid rgb(220, 220, 223);
  border-radius: 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: 7px;
  margin-right: 10px;
  cursor: pointer;
}
.contact-section-5 .contact-box-5 .form-clt2 label {
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .contact-section-5 .image-column {
    display: none;
  }
}
.contact-section-5 .image-column .image-one {
  overflow: hidden;
  position: relative;
}
.contact-section-5 .image-column .image-one img {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.contact-section-5 .image-column .image-one:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*** 

====================================================================
conatct-section-home-five
====================================================================

***/
.contact-section-home7 {
  position: relative;
  background-color: var(--theme-color-white);
  /* Contact Form */
}
.contact-section-home7 .vector {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.contact-section-home7 .column {
  position: relative;
}
.contact-section-home7 .title-outer {
  position: relative;
  padding: 100px 0 112px 64px;
}
@media (max-width: 1599.98px) {
  .contact-section-home7 .title-outer {
    padding: 100px 0 112px 5px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-home7 .title-outer {
    padding: 80px 0 50px 15px;
  }
}
.contact-section-home7 .title-outer .anim-icon {
  position: absolute;
  bottom: 0;
  right: -221px;
}
.contact-section-home7 .title-outer .info-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.contact-section-home7 .title-outer .info-outer .info {
  position: relative;
  padding: 13.1px 21px;
  border-radius: 10px;
  max-width: 340px;
  width: 100%;
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .contact-section-home7 .title-outer .info-outer .info {
    margin-bottom: 20px;
  }
}
.contact-section-home7 .title-outer .info-outer .info i {
  position: relative;
  margin-right: 10px;
}
.contact-section-home7 .title-outer .info-outer .info a {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .contact-section-home7 .title-outer .info-outer .info a {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  .contact-section-home7 .image-column {
    display: none;
  }
}
.contact-section-home7 .image-column .inner-column {
  height: 100%;
  width: 100%;
}
.contact-section-home7 .image-column .inner-column .image {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}
.contact-section-home7 .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}
.contact-section-home7 .content-column .inner-column {
  padding: 101px 100px 100px 66px;
}
@media (max-width: 1699.98px) {
  .contact-section-home7 .content-column .inner-column {
    padding: 101px 20px 100px 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-home7 .content-column .inner-column {
    padding: 80px 20px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-home7 .content-column .inner-column {
    padding: 80px 15px;
  }
}
.contact-section-home7 .content-column .contact-title {
  text-transform: uppercase;
  margin-left: 0;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .contact-section-home7 .content-column .contact-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-home7 .content-column .contact-title {
    font-size: 40px;
  }
}
.contact-section-home7 .content-column .contact-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .contact-section-home7 .content-column .contact-info {
    margin-bottom: 40px;
  }
}
.contact-section-home7 .content-column .contact-info .icon {
  border: 1.5px solid rgba(24, 24, 32, 0.1019607843);
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  margin-right: 30px;
  text-align: center;
  width: 80px;
}
@media (max-width: 575.98px) {
  .contact-section-home7 .content-column .contact-info .icon {
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    width: 40px;
  }
}
.contact-section-home7 .content-column .contact-info .icon i {
  font-size: 32px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .contact-section-home7 .content-column .contact-info .icon i {
    font-size: 18px;
  }
}
.contact-section-home7 .content-column .contact-info .icon.two {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-section-home7 .content-column .contact-info .info .title {
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .contact-section-home7 .content-column .contact-info .info .title {
    font-size: 18px;
  }
}
.contact-section-home7 .content-column .contact-info .info .text {
  max-width: 252px;
}
.contact-section-home7 .content-column .contact-info:hover .icon i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contact-section-home7 .sec-title-h2_two .sub-title {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}
.contact-section-home7 .sec-title-h2_two .text-two {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 130px;
  line-height: 110px;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin-bottom: 0;
  display: ruby-text;
}
@media (max-width: 1199.98px) {
  .contact-section-home7 .sec-title-h2_two .text-two {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-home7 .sec-title-h2_two .text-two {
    font-size: 60px;
  }
}
.contact-section-home7 .sec-title-h2_two h1 {
  font-family: var(--body-font-family);
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media (max-width: 1599.98px) {
  .contact-section-home7 .sec-title-h2_two h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .contact-section-home7 .sec-title-h2_two h1 br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .contact-section-home7 .sec-title-h2_two h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1599.98px) {
  .contact-section-home7 .sec-title-h2_two .text br {
    display: none;
  }
}
.contact-section-home7 .info-outer .info {
  color: var(--headings-color);
}
.contact-section-home7 .info-outer .info a {
  color: var(--headings-color);
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-top: 0;
}
.contact-section-home7 .contact-form-two {
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-section-home7 .contact-form-two {
    margin-top: 50px;
  }
}
.contact-section-home7 .contact-form-two .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 46px;
  text-transform: uppercase;
}
.contact-section-home7 .contact-form-two .form-group {
  margin-bottom: 10px;
}
.contact-section-home7 .contact-form-two .form-group input::-webkit-input-placeholder {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(24, 24, 32, 0.6);
}
.contact-section-home7 .contact-form-two .form-group input::-moz-placeholder {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(24, 24, 32, 0.6);
}
.contact-section-home7 .contact-form-two .form-group input:-ms-input-placeholder {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(24, 24, 32, 0.6);
}
.contact-section-home7 .contact-form-two .form-group input::-ms-input-placeholder {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(24, 24, 32, 0.6);
}
.contact-section-home7 .contact-form-two .form-group input::placeholder {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(24, 24, 32, 0.6);
}
.contact-section-home7 .contact-form-two .form-group label {
  position: relative;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: var(--theme-color-black);
  text-transform: capitalize;
}
.contact-section-home7 .contact-form-two .form-group:last-child {
  margin-bottom: 0px;
}
.contact-section-home7 .contact-form-two .form-group input,
.contact-section-home7 .contact-form-two .form-group input[type=text],
.contact-section-home7 .contact-form-two .form-group input[type=password],
.contact-section-home7 .contact-form-two .form-group input[type=tel],
.contact-section-home7 .contact-form-two .form-group input[type=email],
.contact-section-home7 .contact-form-two .form-group select {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  height: 50px;
  font-weight: 400;
  border: 1px solid rgba(24, 24, 32, 0.1019607843);
  color: rgba(24, 24, 32, 0.6);
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-home7 .contact-form-two .form-group input:focus,
.contact-section-home7 .contact-form-two .form-group input[type=text]:focus,
.contact-section-home7 .contact-form-two .form-group input[type=password]:focus,
.contact-section-home7 .contact-form-two .form-group input[type=tel]:focus,
.contact-section-home7 .contact-form-two .form-group input[type=email]:focus,
.contact-section-home7 .contact-form-two .form-group select:focus {
  border-color: var(--headings-color);
}
.contact-section-home7 .contact-form-two .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  border: 1px solid rgba(24, 24, 32, 0.1019607843);
  border-radius: 0;
  color: rgba(24, 24, 32, 0.6);
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-home7 .contact-form-two .form-group .nice-select:before {
  color: rgba(24, 24, 32, 0.6);
  top: 0;
}
.contact-section-home7 .contact-form-two .form-group .nice-select .current {
  color: rgba(24, 24, 32, 0.6);
}
.contact-section-home7 .contact-form-two .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 163px;
  line-height: 24px;
  padding: 20px 25px;
  color: rgba(24, 24, 32, 0.6);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(24, 24, 32, 0.1019607843);
  text-transform: capitalize;
}
.contact-section-home7 .contact-form-two .form-group textarea:focus {
  border-color: var(--headings-color);
}
.contact-section-home7 .contact-form-two input:focus,
.contact-section-home7 .contact-form-two select:focus,
.contact-section-home7 .contact-form-two textarea:focus {
  border-color: var(--headings-color);
}
.contact-section-home7 .contact-form-two input.error,
.contact-section-home7 .contact-form-two select.error,
.contact-section-home7 .contact-form-two textarea.error {
  border-color: #ff0000 !important;
}
.contact-section-home7 .contact-form-two label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}
.contact-section-home7 .contact-form-two .theme-btn2 {
  background-color: transparent;
}

.destination-area {
  background: var(--theme-color-white);
  padding: 110px 0 0;
}
@media (max-width: 991.98px) {
  .destination-area {
    margin-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .destination-area .gradient-title1 {
    display: none;
  }
}
.destination-bg {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 0 80px 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .destination-bg {
    padding: 0 0 20px 20px;
    height: 490px;
  }
}
.destination-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 6, 24, 0)), to(rgba(4, 6, 24, 0.8)));
  background: linear-gradient(180deg, rgba(4, 6, 24, 0), rgba(4, 6, 24, 0.8));
  z-index: -1;
}
.destination-heading-wrap {
  margin-bottom: -100px;
}
.destination-title {
  font-weight: 400;
  font-size: 70px;
  line-height: 0.86;
  color: var(--theme-color-white);
  margin-bottom: 36px;
}
@media (max-width: 1399.98px) {
  .destination-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .destination-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .destination-title {
    font-size: 30px;
  }
}
.destination-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.destination-wrap ul li {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 2px 20px 2px 0;
  margin-right: 20px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .destination-wrap ul li {
    -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;
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .destination-wrap ul li {
    font-size: 14px;
  }
}
.destination-wrap ul li span {
  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);
  border-radius: 50%;
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .destination-wrap ul li span {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .destination-arrow-box {
    display: none;
  }
}
.destination-arrow-box button {
  width: 50px;
  height: 50px;
  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);
  color: var(--theme-color-black);
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  -webkit-box-shadow: 0 14px 20px 0 rgba(10, 37, 64, 0.3);
          box-shadow: 0 14px 20px 0 rgba(10, 37, 64, 0.3);
}
.destination-arrow-box button.slider-next {
  left: auto;
  right: -25px;
}
.destination-arrow-box button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.destination-arrow-box button:hover {
  background: var(--theme-color-white);
  color: var(--theme-color-black);
}
.destination-dots {
  margin-top: 30px;
}
.destination-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(4, 6, 24, 0.12);
  background: transparent;
}
.destination-dots .swiper-pagination-bullet-active {
  background-color: var(--theme-color-black);
}
.destination-dots.dots-color .swiper-pagination-bullet {
  background-color: var(--theme-color-white);
}
.destination-dots.dots-color .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--theme-color-white);
}

.gradient-title1 {
  font-family: var(--heading-font-family);
  font-size: 300px;
  font-weight: 400;
  color: var(--dark-green);
  position: relative;
  display: inline-block;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-text-fill-color: var(--dark-green);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .gradient-title1 {
    font-size: 120px;
  }
}
@media (min-width: 1024px) {
  .gradient-title1 {
    font-size: 180px;
  }
}
@media (min-width: 1441px) {
  .gradient-title1 {
    font-size: 300px;
  }
}

/***

==================================================================
    Features Area Home Layout 1
==================================================================

***/
.feature-area {
  background: #eef0ee;
  padding: 440px 0 136px;
  margin-top: -374px;
}
@media (max-width: 991.98px) {
  .feature-area {
    padding-bottom: 80px;
  }
}

.feature-box {
  background: var(--theme-color-white);
  -webkit-box-shadow: 0 14px 20px 0 rgba(10, 37, 64, 0.08);
          box-shadow: 0 14px 20px 0 rgba(10, 37, 64, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 24px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .feature-box {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 10px;
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-box .thumb {
  position: relative;
}
@media (max-width: 575.98px) {
  .feature-box .thumb {
    width: 100%;
    height: 300px;
  }
}
.feature-box .thumb img {
  max-width: 110px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .feature-box .thumb img {
    max-width: none;
    height: 100%;
    width: 100%;
  }
}
.feature-box .content-box .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.feature-box .content-box .text {
  margin-bottom: 0;
}

.feature-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  margin-top: 20px;
}
@media (max-width: 1399.98px) {
  .feature-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .feature-bottom {
    text-align: center;
  }
}
.feature-bottom p {
  font-size: 18px;
  margin-bottom: 0;
}
.feature-bottom .button a {
  background: #d7ddd7;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--headings-color);
  padding: 10px 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.feature-bg-shape-birds {
  position: absolute;
  top: 265px;
  right: 100px;
  z-index: -1;
}

/***

==================================================================
  Features Section Home layout 3
==================================================================

***/
.feature-block-resort .list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 80px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-block-resort .list-item .number {
  display: inline-block;
  font-size: 20px;
  margin-right: 100px;
  margin-top: 10px;
}
.feature-block-resort .list-item .title {
  font-weight: 500;
  margin-bottom: 0;
}
.feature-block-resort .list-item .more-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  gap: 14px;
}
.feature-block-resort .list-item .more-btn i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(34, 34, 34, 0.122);
  font-size: 13px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-block-resort .list-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.feature-block-resort .list-item .hover-image {
  width: 300px;
  height: 400px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  margin: -200px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translate(0px, 0px) rotate(30deg);
          transform: translate(0px, 0px) rotate(30deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 991.98px) {
  .feature-block-resort .list-item .hover-image {
    width: 150px;
    height: 200px;
  }
}
.feature-block-resort .list-item:hover {
  background-color: var(--theme-color-gray);
}
.feature-block-resort .list-item:hover .more-btn i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.feature-block-resort .list-item:hover .hover-image {
  opacity: 1;
}
.feature-block-resort .list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .feature-block-resort .list-item {
    padding: 30px;
  }
  .feature-block-resort .list-item .number {
    margin-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .feature-block-resort .list-item {
    padding: 20px 12px;
  }
  .feature-block-resort .list-item .number {
    margin-right: 20px;
    margin-top: 0;
  }
  .feature-block-resort .list-item .title {
    font-size: 36px;
    line-height: 40px;
  }
  .feature-block-resort .list-item .more-btn span {
    display: none;
  }
}

/***

==================================================================
  Features Section Home layout 5
==================================================================

***/
.features-section {
  background-color: #ECF4F6;
  padding: 120px 0;
}
.features-section .outer-box {
  position: relative;
}
.features-section .container-sec {
  max-width: var(--large-container-width);
  margin: 0 auto;
  padding: 0 15px;
}

.feature-block:first-child .inner-block {
  border-top: 1px solid rgba(var(--headings-color-rgb), 0.14);
}
.feature-block .inner-block {
  border-bottom: 1px solid rgba(var(--headings-color-rgb), 0.14);
  margin-right: -24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .feature-block .inner-block {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.feature-block .inner-block:hover, .feature-block .inner-block.active {
  border-bottom-color: #040618;
}
.feature-block .inner-block:hover .content-box .btn-link, .feature-block .inner-block.active .content-box .btn-link {
  color: #121212;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.feature-block .inner-block:hover .image-box .inner-box, .feature-block .inner-block.active .image-box .inner-box {
  opacity: 1;
}
.feature-block .inner-block .image-box {
  position: absolute;
  right: -543px;
  top: 0;
}
@media (max-width: 1399.98px) {
  .feature-block .inner-block .image-box {
    right: -475px;
  }
}
@media (max-width: 991.98px) {
  .feature-block .inner-block .image-box {
    right: auto;
    position: relative;
    margin-bottom: 10px;
  }
}
.feature-block .inner-block .image-box .inner-box {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 10px 24px 0px rgba(24, 24, 32, 0.0784313725);
          box-shadow: 0px 10px 24px 0px rgba(24, 24, 32, 0.0784313725);
  padding: 14px;
  text-align: center;
  max-width: 410px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .feature-block .inner-block .image-box .inner-box {
    opacity: 1;
    max-width: none;
  }
}
.feature-block .inner-block .image-box .image-1 {
  margin-bottom: 0;
}
.feature-block .inner-block .image-box .image-1 img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .feature-block .inner-block .image-box .image-1 img {
    width: 100%;
  }
}
.feature-block .inner-block .image-box .content {
  position: relative;
  padding: 52px 0 23px;
}
.feature-block .inner-block .image-box .content .text {
  font-size: 18px;
  max-width: 302px;
  margin: 0 auto;
}
.feature-block .inner-block .image-box .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  height: 74px;
  line-height: 66px;
  width: 74px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -37px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.feature-block .inner-block .content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0;
}
.feature-block .inner-block .content-box .title {
  font-size: 30px;
  font-family: var(--body-font-family);
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .feature-block .inner-block .content-box .title {
    font-size: 24px;
  }
}
.feature-block .inner-block .content-box .text {
  color: rgba(var(--headings-color-rgb), 0.7);
  font-size: 18px;
  margin-right: 106px;
}
@media (max-width: 991.98px) {
  .feature-block .inner-block .content-box .text {
    margin-right: 15px;
  }
}
.feature-block .inner-block .content-box .right-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-block .inner-block .content-box .btn-link {
  color: rgba(18, 18, 18, 0.2);
  font-size: 40px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
  Features Section Beach home layout 4
==================================================================

***/
.features-section-beach {
  position: relative;
}
.features-section-beach .swiper-slide {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.features-section-beach .swiper-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.features-section-beach .swiper-container .swiper-notification {
  display: none;
}
.features-section-beach .swiper-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.features-section-beach .swiper-bg-container {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.features-section-beach .swiper-bg-container.active {
  opacity: 1;
  z-index: 1;
}
.features-section-beach .swiper-pagination {
  color: var(--theme-color-white);
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  bottom: 122px;
  letter-spacing: -15px;
  left: calc(50% - 500px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .features-section-beach .swiper-pagination {
    left: calc(50% - 400px);
  }
}
@media (max-width: 991.98px) {
  .features-section-beach .swiper-pagination {
    left: calc(50% - 250px);
    bottom: 60px;
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .features-section-beach .swiper-pagination {
    left: calc(50% - 90px);
  }
}
.features-section-beach .swiper-pagination-current {
  font-size: 100px;
  font-weight: 300;
  position: relative;
  top: 12px;
}
@media (max-width: 991.98px) {
  .features-section-beach .swiper-pagination-current {
    font-size: 42px;
    left: -16px;
    top: 4px;
  }
}
.features-section-beach .swiper-pagination-total {
  font-size: 50px;
  font-weight: 300;
  position: relative;
  top: 12px;
}
@media (max-width: 991.98px) {
  .features-section-beach .swiper-pagination-total {
    font-size: 42px;
    top: 7px;
    right: -11px;
  }
}
.features-section-beach .swiper-button-prev,
.features-section-beach .swiper-button-next {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 60px;
  width: 60px;
  font-size: 20px;
  text-align: center;
  left: calc(50% + 585px);
  right: auto;
  top: calc(50% + 5px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .features-section-beach .swiper-button-prev,
  .features-section-beach .swiper-button-next {
    left: calc(50% + 385px);
  }
}
@media (max-width: 991.98px) {
  .features-section-beach .swiper-button-prev,
  .features-section-beach .swiper-button-next {
    left: calc(50% + 215px);
    top: auto;
    bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .features-section-beach .swiper-button-prev,
  .features-section-beach .swiper-button-next {
    left: calc(50% + 75px);
  }
}
.features-section-beach .swiper-button-prev:after,
.features-section-beach .swiper-button-next:after {
  font-size: 0;
}
.features-section-beach .swiper-button-prev:hover,
.features-section-beach .swiper-button-next:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.features-section-beach .swiper-button-prev {
  left: calc(50% + 585px);
  top: calc(50% - 65px);
}
@media (max-width: 1399.98px) {
  .features-section-beach .swiper-button-prev {
    left: calc(50% + 385px);
  }
}
@media (max-width: 991.98px) {
  .features-section-beach .swiper-button-prev {
    left: calc(50% + 145px);
    top: auto;
    bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .features-section-beach .swiper-button-prev {
    left: calc(50% + 8px);
  }
}

.feature-block-beach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 125px 15px;
  position: relative;
}
.feature-block-beach:before {
  background: rgba(4, 6, 24, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-beach .inner-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 570px;
}
.feature-block-beach .inner-block:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-beach .inner-block .image-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.feature-block-beach .inner-block .image-box img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-beach .inner-block .content-box {
  padding: 25px 25px 30px 14px;
}
@media (max-width: 575.98px) {
  .feature-block-beach .inner-block .content-box {
    padding: 25px 0 30px;
  }
}
.feature-block-beach .inner-block .content-box .inner-box .title {
  font-family: var(--body-font-family);
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 9px;
}
.feature-block-beach .inner-block .content-box .inner-box .text {
  font-size: 18px;
  margin-bottom: 31px;
}

/***

==================================================================
  Features Section Three home layout 5
==================================================================

***/
.features-section-three .swiper-slide {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.features-section-three .swiper-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.features-section-three .swiper-container .swiper-notification {
  display: none;
}
.features-section-three .swiper-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.features-section-three .swiper-bg-container {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.features-section-three .swiper-bg-container.active {
  opacity: 1;
  z-index: 1;
}
.features-section-three .swiper-pagination {
  color: var(--theme-color-white);
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  bottom: 155px;
}
@media (max-width: 767.98px) {
  .features-section-three .swiper-pagination {
    bottom: 80px;
  }
}
.features-section-three .swiper-pagination-bullet {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  border-radius: 30px;
  height: 5px;
  width: 65px;
  position: relative;
  top: 12px;
  opacity: 1;
}
.features-section-three .swiper-pagination-bullet-active {
  background-color: var(--theme-color-white);
}
.features-section-three .swiper-button-prev,
.features-section-three .swiper-button-next {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 60px;
  width: 60px;
  font-size: 20px;
  text-align: center;
  left: calc(50% + 587px);
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .features-section-three .swiper-button-prev,
  .features-section-three .swiper-button-next {
    left: calc(50% + 400px);
    top: auto;
    bottom: 95px;
    z-index: 99;
  }
}
@media (max-width: 991.98px) {
  .features-section-three .swiper-button-prev,
  .features-section-three .swiper-button-next {
    display: none;
  }
}
.features-section-three .swiper-button-prev:after,
.features-section-three .swiper-button-next:after {
  font-size: 0;
}
.features-section-three .swiper-button-prev:hover,
.features-section-three .swiper-button-next:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.features-section-three .swiper-button-prev {
  left: calc(50% - 646px);
}
@media (max-width: 1399.98px) {
  .features-section-three .swiper-button-prev {
    left: calc(50% - 460px);
  }
}
.features-section-three.style-island .feature-block-three .inner-block {
  border-radius: 0;
}
.features-section-three.style-island .feature-block-three .inner-block .image-box img {
  border-radius: 0;
}
.features-section-three.style-island .swiper-button-prev {
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}
.features-section-three.style-island .swiper-button-next {
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}

.feature-block-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 240px 15px;
  position: relative;
}
@media (max-width: 767.98px) {
  .feature-block-three {
    padding: 120px 15px;
  }
}
.feature-block-three:before {
  background: rgba(18, 18, 18, 0.3);
  backdrop-filter: blur(5px);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 1070px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .feature-block-three .inner-block {
    display: block;
  }
}
.feature-block-three .inner-block .image-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.feature-block-three .inner-block .image-box img {
  border-radius: 10px;
  min-width: 420px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 991.98px) {
  .feature-block-three .inner-block .image-box img {
    min-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .feature-block-three .inner-block .image-box img {
    width: 100%;
    min-width: 300px;
  }
}
.feature-block-three .inner-block .image-box:hover {
  cursor: pointer;
}
.feature-block-three .inner-block .image-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-three .inner-block .content-box {
  padding: 25px 35px 30px 54px;
}
@media (max-width: 767.98px) {
  .feature-block-three .inner-block .content-box {
    padding: 25px 15px 30px;
  }
}
.feature-block-three .inner-block .content-box .inner-box .title {
  font-size: 34px;
  font-family: var(--body-font-family);
  font-weight: 500;
  margin-bottom: 9px;
}
@media (max-width: 991.98px) {
  .feature-block-three .inner-block .content-box .inner-box .title {
    font-size: 30px;
  }
}
.feature-block-three .inner-block .content-box .inner-box .text {
  font-size: 18px;
  margin-bottom: 31px;
}

/***

==================================================================
  Features Section Four home layout 10
==================================================================

***/
.features-section-four {
  padding: 120px 0;
}

.feature-block-four {
  margin-bottom: 30px;
}
.feature-block-four .inner-block {
  position: relative;
  overflow: hidden;
}
.feature-block-four .inner-block:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-four .inner-block:hover:before {
  height: 100%;
}
.feature-block-four .inner-block:hover .image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.feature-block-four .inner-block:hover .title-box {
  background-color: var(--theme-color-white);
  color: var(--dark-color);
}
.feature-block-four .inner-block:hover .btn-style {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.feature-block-four .inner-block .image {
  margin-bottom: 0;
  position: relative;
}
.feature-block-four .inner-block .image img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-block-four .inner-block .title-box {
  background-color: var(--theme-color1);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
  color: var(--theme-color-white);
  display: inline-block;
  font-weight: 500;
  padding: 3px 14px 3px 36px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-four .inner-block .btn-style {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
  Features Section Five home layout 6
==================================================================

***/
.features-section-five {
  padding: 160px 0 20px;
}
@media (max-width: 767.98px) {
  .features-section-five {
    padding: 80px 0 20px;
  }
}

.feature-block-five {
  margin-bottom: 40px;
}
.feature-block-five .inner-block {
  background-color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 57px 60px 57px;
  min-height: 195px;
  z-index: 1;
}
@media (max-width: 1499.98px) {
  .feature-block-five .inner-block {
    padding: 57px 30px;
  }
}
@media (max-width: 575.98px) {
  .feature-block-five .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.feature-block-five .inner-block:before {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .inner-block:hover:before {
  height: 100%;
}
.feature-block-five .inner-block:hover .icon {
  color: var(--theme-color-white);
}
.feature-block-five .inner-block:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.feature-block-five .inner-block:hover .title {
  color: var(--theme-color-white);
}
.feature-block-five .inner-block .icon {
  font-size: 64px;
  line-height: 1;
  margin-right: 35px;
  min-width: 64px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .feature-block-five .inner-block .icon {
    margin-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .feature-block-five .inner-block .icon {
    margin-right: 0;
  }
}
.feature-block-five .inner-block .icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .inner-block .icon img.image1 {
  min-width: 74px;
}
.feature-block-five .inner-block .title {
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
    Features Section Six home layout 8
==================================================================

***/
.features-section-six {
  padding: 120px 0;
}

.feature-block-six:first-child .inner-block:before {
  display: none;
}
.feature-block-six .inner-block {
  position: relative;
}
@media (max-width: 1199.98px) {
  .feature-block-six .inner-block {
    margin-bottom: 20px;
  }
}
.feature-block-six .inner-block:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-block:hover .image-box .image-1 {
  opacity: 1;
}
.feature-block-six .inner-block:hover .image-box .content {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-block-six .inner-block:hover .image-box .content .text {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.feature-block-six .inner-block .image-box {
  background-color: var(--dark-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-block .image-box .image-1 {
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-block .image-box .image-1:before {
  background-color: rgba(38, 45, 65, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-block .image-box .image-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 800px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .feature-block-six .inner-block .image-box .image-1 img {
    min-height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .feature-block-six .inner-block .image-box .image-1 img {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .feature-block-six .inner-block .image-box .image-1 img {
    min-height: 300px;
  }
}
.feature-block-six .inner-block .image-box .content {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-block .image-box .content .title {
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 64px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1549.98px) {
  .feature-block-six .inner-block .image-box .content .title {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .feature-block-six .inner-block .image-box .content .title {
    font-size: 40px;
  }
}
.feature-block-six .inner-block .image-box .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.8);
  max-width: 315px;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-six .inner-block .image-box .number {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: var(--theme-color-white);
  color: #262D41;
  position: absolute;
  top: 40px;
  left: 40px;
  padding: 0 16px;
}

.hotel-activity-wrapper-mountain .sec-title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .hotel-activity-wrapper-mountain .sec-title {
    margin-bottom: 30px;
  }
}
.hotel-activity-wrapper-mountain .sec-title h2 {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .hotel-activity-wrapper-mountain .sec-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .hotel-activity-wrapper-mountain .sec-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .hotel-activity-wrapper-mountain .sec-title h2 {
    font-size: 42px;
    line-height: 130%;
  }
}

.hotel-activity-items-mountain {
  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: #15221C;
  padding: 60px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .hotel-activity-items-mountain {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .hotel-activity-items-mountain {
    padding: 30px;
  }
}
.hotel-activity-items-mountain::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.hotel-activity-items-mountain h3 {
  text-transform: uppercase;
  font-weight: 400;
  color: var(--theme-color-white);
  position: relative;
}
@media (max-width: 575.98px) {
  .hotel-activity-items-mountain h3 {
    font-size: 20px;
  }
}
.hotel-activity-items-mountain .hotel-text {
  position: relative;
  z-index: 9;
}
.hotel-activity-items-mountain .hotel-text span {
  text-transform: uppercase;
}
.hotel-activity-items-mountain .hover-image {
  width: 450px;
  height: 360px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
}
.hotel-activity-items-mountain:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.hotel-activity-items-mountain:hover .hover-image {
  opacity: 1;
  visibility: visible;
}

/***

==================================================================
    Features Section Beach Two
==================================================================

***/
.features-section-beach-two {
  position: relative;
}

.feature-block-beach-two .inner-block {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .feature-block-beach-two .inner-block {
    margin-bottom: 50px;
  }
}
.feature-block-beach-two .inner-block:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-beach-two .inner-block .image-box {
  overflow: hidden;
  position: relative;
}
.feature-block-beach-two .inner-block .image-box img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-beach-two .inner-block.box-one {
  padding-right: 43px;
  border-right: 1px solid rgba(4, 6, 24, 0.1411764706);
}
@media (max-width: 1199.98px) {
  .feature-block-beach-two .inner-block.box-one {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .feature-block-beach-two .inner-block.box-one {
    border-right: none;
  }
}
.feature-block-beach-two .inner-block.box-one .image-box {
  max-width: 326px;
  margin: 0 auto;
  -webkit-mask: url(../images/resource/feature6-1-mask.png);
          mask: url(../images/resource/feature6-1-mask.png);
}
.feature-block-beach-two .inner-block.box-two {
  padding: 0 20px;
}
@media (max-width: 1199.98px) {
  .feature-block-beach-two .inner-block.box-two {
    padding: 0;
  }
}
.feature-block-beach-two .inner-block.box-two .image-box {
  max-width: 331px;
  margin: 0 auto;
  -webkit-mask: url(../images/resource/feature6-2-mask.png);
          mask: url(../images/resource/feature6-2-mask.png);
}
.feature-block-beach-two .inner-block.box-two .content-box .inner-box {
  margin-bottom: 50px;
  margin-top: 0;
}
.feature-block-beach-two .inner-block.box-three {
  padding-left: 43px;
  border-left: 1px solid rgba(4, 6, 24, 0.1411764706);
}
@media (max-width: 1199.98px) {
  .feature-block-beach-two .inner-block.box-three {
    padding-left: 0;
    border-left: 0;
  }
}
.feature-block-beach-two .inner-block.box-three .image-box {
  max-width: 326px;
  margin: 0 auto;
  -webkit-mask: url(../images/resource/feature6-3-mask.png);
          mask: url(../images/resource/feature6-3-mask.png);
}
.feature-block-beach-two .inner-block .image-box {
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.feature-block-beach-two .inner-block .image-box img {
  width: 100%;
  height: 100%;
}
.feature-block-beach-two .inner-block .content-box .inner-box {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .feature-block-beach-two .inner-block .content-box .inner-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.feature-block-beach-two .inner-block .content-box .inner-box .title {
  font-family: var(--body-font-family);
}

.gallery-thumb {
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
.gallery-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.gallery-thumb-wrap {
  display: inline-block;
  margin: 0 auto;
}
.gallery-thumb-inner-1 {
  position: absolute;
  top: -45%;
  left: 7%;
}
.gallery-thumb-inner-1 img {
  width: 500px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-thumb-inner-2 {
  position: absolute;
  top: -31%;
  left: -72%;
}
.gallery-thumb-inner-3 {
  position: absolute;
  bottom: 5%;
  left: -63%;
}
.gallery-thumb-inner-4 {
  position: absolute;
  bottom: 6%;
  right: -95%;
}
.gallery-thumb-inner-5 {
  position: absolute;
  bottom: -58%;
  left: -28%;
}
.gallery-thumb-inner-6 {
  position: absolute;
  bottom: -58%;
  right: -16%;
}
.gallery-thumb-inner-7 {
  position: absolute;
  top: -37%;
  right: -56%;
}

.galler-section.breakfast-style {
  background-color: rgba(159, 125, 80, 0.1);
  padding: 160px 0 142px;
}
@media (max-width: 991.98px) {
  .galler-section.breakfast-style {
    padding: 100px 0;
  }
}
.galler-section.breakfast-style .section-breakfast-wrapper {
  margin-bottom: 36px;
}
.galler-section.breakfast-style .swiper-button-prev,
.galler-section.breakfast-style .swiper-button-next {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
  border-radius: 50px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 45%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 54px;
}
.galler-section.breakfast-style .swiper-button-prev:hover,
.galler-section.breakfast-style .swiper-button-next:hover {
  background-color: #A44438;
  color: var(--theme-color-white);
}
.galler-section.breakfast-style .swiper-button-prev:after,
.galler-section.breakfast-style .swiper-button-next:after {
  display: none;
}
@media (max-width: 767.98px) {
  .galler-section.breakfast-style .swiper-button-prev,
  .galler-section.breakfast-style .swiper-button-next {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .galler-section.breakfast-style .swiper-button-prev,
  .galler-section.breakfast-style .swiper-button-next {
    display: none;
  }
}
.galler-section.breakfast-style .swiper-button-prev {
  left: -100px;
}
@media (max-width: 1499.98px) {
  .galler-section.breakfast-style .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 991.98px) {
  .galler-section.breakfast-style .swiper-button-prev {
    top: 42%;
  }
}
@media (max-width: 767.98px) {
  .galler-section.breakfast-style .swiper-button-prev {
    left: 0;
    top: 40%;
  }
}
@media (max-width: 575.98px) {
  .galler-section.breakfast-style .swiper-button-prev {
    top: 35%;
  }
}
.galler-section.breakfast-style .swiper-button-next {
  right: -100px;
}
@media (max-width: 1499.98px) {
  .galler-section.breakfast-style .swiper-button-next {
    right: -50px;
  }
}
@media (max-width: 991.98px) {
  .galler-section.breakfast-style .swiper-button-next {
    top: 42%;
  }
}
@media (max-width: 767.98px) {
  .galler-section.breakfast-style .swiper-button-next {
    right: 0;
    top: 40%;
  }
}
@media (max-width: 575.98px) {
  .galler-section.breakfast-style .swiper-button-next {
    top: 35%;
  }
}
.galler-section.breakfast-style .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid rgba(24, 24, 32, 0.2);
  height: 12px;
  width: 12px;
  opacity: 1;
}
.galler-section.breakfast-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A44438;
}
.galler-section.royal-style .gallery-swiper-container {
  padding-bottom: 20px;
}
.galler-section.royal-style .navigation-parent {
  bottom: 0;
  margin: 0 auto;
  max-width: 118px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.galler-section.royal-style .swiper-button-prev,
.galler-section.royal-style .swiper-button-next {
  background-color: transparent;
  border: 1px solid rgba(24, 24, 32, 0.1);
  color: var(--headings-color);
  border-radius: 50px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 45%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 54px;
}
.galler-section.royal-style .swiper-button-prev:hover,
.galler-section.royal-style .swiper-button-next:hover {
  background-color: #9F7D50;
  color: var(--theme-color-white);
}
.galler-section.royal-style .swiper-button-prev:after,
.galler-section.royal-style .swiper-button-next:after {
  display: none;
}
@media (max-width: 767.98px) {
  .galler-section.royal-style .swiper-button-prev,
  .galler-section.royal-style .swiper-button-next {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.galler-section.royal-style .swiper-button-prev {
  left: 0;
  right: auto;
}
.galler-section.royal-style .swiper-button-next {
  left: auto;
  right: 0;
}
.galler-section.resort-style, .galler-section.footer-style-golf {
  background-color: #332828;
}
.galler-section.resort-style .swiper-button-prev, .galler-section.footer-style-golf .swiper-button-prev,
.galler-section.resort-style .swiper-button-next,
.galler-section.footer-style-golf .swiper-button-next {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
  border-radius: 50px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 45%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 54px;
}
.galler-section.resort-style .swiper-button-prev:hover, .galler-section.footer-style-golf .swiper-button-prev:hover,
.galler-section.resort-style .swiper-button-next:hover,
.galler-section.footer-style-golf .swiper-button-next:hover {
  background-color: #A44438;
  color: var(--theme-color-white);
}
.galler-section.resort-style .swiper-button-prev:after, .galler-section.footer-style-golf .swiper-button-prev:after,
.galler-section.resort-style .swiper-button-next:after,
.galler-section.footer-style-golf .swiper-button-next:after {
  display: none;
}
@media (max-width: 767.98px) {
  .galler-section.resort-style .swiper-button-prev, .galler-section.footer-style-golf .swiper-button-prev,
  .galler-section.resort-style .swiper-button-next,
  .galler-section.footer-style-golf .swiper-button-next {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.galler-section.resort-style .swiper-button-prev, .galler-section.footer-style-golf .swiper-button-prev {
  left: -100px;
}
@media (max-width: 1499.98px) {
  .galler-section.resort-style .swiper-button-prev, .galler-section.footer-style-golf .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 991.98px) {
  .galler-section.resort-style .swiper-button-prev, .galler-section.footer-style-golf .swiper-button-prev {
    top: 42%;
  }
}
@media (max-width: 767.98px) {
  .galler-section.resort-style .swiper-button-prev, .galler-section.footer-style-golf .swiper-button-prev {
    left: 0;
    top: 40%;
  }
}
@media (max-width: 575.98px) {
  .galler-section.resort-style .swiper-button-prev, .galler-section.footer-style-golf .swiper-button-prev {
    top: 35%;
  }
}
.galler-section.resort-style .swiper-button-next, .galler-section.footer-style-golf .swiper-button-next {
  right: -100px;
}
@media (max-width: 1499.98px) {
  .galler-section.resort-style .swiper-button-next, .galler-section.footer-style-golf .swiper-button-next {
    right: -50px;
  }
}
@media (max-width: 991.98px) {
  .galler-section.resort-style .swiper-button-next, .galler-section.footer-style-golf .swiper-button-next {
    top: 42%;
  }
}
@media (max-width: 767.98px) {
  .galler-section.resort-style .swiper-button-next, .galler-section.footer-style-golf .swiper-button-next {
    right: 0;
    top: 40%;
  }
}
@media (max-width: 575.98px) {
  .galler-section.resort-style .swiper-button-next, .galler-section.footer-style-golf .swiper-button-next {
    top: 35%;
  }
}
.galler-section.resort-style .swiper-pagination-bullet, .galler-section.footer-style-golf .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  height: 12px;
  width: 12px;
  opacity: 1;
}
.galler-section.resort-style .swiper-pagination-bullet.swiper-pagination-bullet-active, .galler-section.footer-style-golf .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color-white);
}
.galler-section.resort-spa .section-wrapper .section-title {
  max-width: 532px;
}

.gallery-swiper-container {
  max-width: 1290px;
  padding-bottom: 50px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .gallery-swiper-container {
    width: 90%;
  }
}

.gallery-swiper-container .swiper-slide {
  max-width: 944px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .gallery-swiper-container .swiper-slide {
    width: 90%;
  }
}

.gallery-box-home6 {
  position: relative;
}
.gallery-box-home6 .inner-box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.gallery-box-home6 .inner-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2100ms ease;
  transition: all 2100ms ease;
  width: 100%;
}
.gallery-box-home6 .inner-box:before {
  background-color: rgba(var(--headings-color-rgb), 0);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery-box-home6 .inner-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.gallery-box-home6 .inner-box .gallery-tag {
  background-color: #A44438;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 16% 50%);
  color: white;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  left: 40px;
  letter-spacing: 0.02em;
  padding: 9px 20px;
  position: absolute;
  text-transform: capitalize;
  top: 40px;
  width: 187.31px;
  text-align: end;
}

.gallery-box-resort {
  position: relative;
}
.gallery-box-resort .inner-box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.gallery-box-resort .inner-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2100ms ease;
  transition: all 2100ms ease;
  width: 100%;
}
.gallery-box-resort .inner-box:before {
  background-color: rgba(var(--headings-color-rgb), 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.gallery-box-resort .inner-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.gallery-box-resort .inner-box .content-box {
  background-color: #D35453;
  bottom: 40px;
  left: 40px;
  max-width: 330px;
  padding: 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .gallery-box-resort .inner-box .content-box {
    bottom: 10px;
    left: 10px;
    max-width: none;
    padding: 20px;
    width: auto;
  }
}
.gallery-box-resort .inner-box .content-box .title {
  color: var(--theme-color-white);
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}
.gallery-box-resort .inner-box .content-box .social-icon {
  -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;
}
.gallery-box-resort .inner-box .content-box .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--dark-color);
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
  text-align: center;
  width: 30px;
}
.gallery-box-resort .inner-box .content-box span {
  background-color: var(--theme-color-white);
  border-radius: 15px;
  color: var(--dark-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 3px 18px;
  text-transform: capitalize;
  text-align: center;
}

.gallery-section.resort-style, .gallery-section.footer-style-golf {
  background-image: url(../images/bg/resort-gallery-bg.jpg);
  background-position: center center;
  padding: 140px 0;
}
.gallery-section.resort-style .container, .gallery-section.footer-style-golf .container {
  max-width: 1440px;
}
.gallery-section.resort-style .swiper-wrapper, .gallery-section.footer-style-golf .swiper-wrapper {
  max-width: 1290px;
}
.gallery-section.resort-style .outer-box, .gallery-section.footer-style-golf .outer-box {
  position: relative;
}
.gallery-section.resort-style .slider-arrow-box, .gallery-section.footer-style-golf .slider-arrow-box {
  bottom: 0;
  left: 0;
  margin-top: 150px;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery-section.resort-style button.swiper-button-next, .gallery-section.footer-style-golf button.swiper-button-next {
  right: -100px;
}
.gallery-section.resort-style button.swiper-button-next:after, .gallery-section.footer-style-golf button.swiper-button-next:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
}
.gallery-section.resort-style button.swiper-button-prev, .gallery-section.footer-style-golf button.swiper-button-prev {
  left: -100px;
}
.gallery-section.resort-style button.swiper-button-prev:after, .gallery-section.footer-style-golf button.swiper-button-prev:after {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
}

.resort-gallery-item .image-box {
  position: relative;
}

.galler-section-island .outer-box {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 30px;
}
.galler-section-island .gallery-box-home5 .inner-box img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .galler-section-island .pinned-5 #myImage {
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    left: 0;
    right: 0;
    border-radius: 30px;
    x: 0 !important;
  }
}
.galler-section-island .hero-image {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1599.98px) {
  .galler-section-island .hero-image {
    width: initial;
    height: initial;
  }
}
.galler-section-island .hero-image img {
  height: 100%;
  max-width: initial;
  width: 100%;
}

/***

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

***/
.marquee-section {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 767.98px) {
  .marquee-section {
    padding: 50px 0;
  }
}

.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;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
@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-style-one .text {
  border: 1px solid #E7E7E7;
  width: 310px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.marquee-style-one .text:hover {
  background-color: var(--theme-color1);
}
.marquee-style-one .text:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.marquee-style-one .text img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.marquee-style-two .text {
  border: 1px solid #E7E7E7;
  width: 310px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.marquee-style-two .text:hover {
  background-color: var(--theme-color1);
}
.marquee-style-two .text:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.marquee-style-two .text img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section-island2 {
  position: relative;
  overflow: hidden;
}
.gallery-section-island2 .gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-section-island2 .gallery-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .gallery-section-island2 .gallery-wrapper .gallery-image2, .gallery-section-island2 .gallery-wrapper .gallery-image, .gallery-section-island2 .gallery-wrapper .gallery-image3, .gallery-section-island2 .gallery-wrapper .gallery-image {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .gallery-section-island2 .gallery-wrapper .gallery-image1, .gallery-section-island2 .gallery-wrapper .gallery-image5 {
    display: none;
  }
}
.gallery-section-island2 .gallery-wrapper .gallery-image3 {
  height: 720px;
  max-width: 470px;
}
.gallery-section-island2 .gallery-wrapper .gallery-image3 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section-island2 .gallery-wrapper {
  height: 100vh;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .gallery-section-island2 .gallery-wrapper {
    height: initial;
    margin-top: 50px;
  }
}

.suite-area {
  background: #EEF0EE;
  margin-top: 435px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .suite-area {
    margin-top: 80px;
  }
}
.suite-area .suite-bg-shape-1 {
  position: absolute;
  top: -27%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .suite-area .suite-bg-shape-1 {
    display: none;
  }
}
.suite-area .suite-wrapper {
  padding-left: 145px;
}
@media (max-width: 1619.98px) {
  .suite-area .suite-wrapper {
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .suite-area .suite-wrapper {
    padding: 30px 30px 50px;
  }
}
@media (max-width: 575.98px) {
  .suite-area .suite-wrapper {
    padding: 30px 15px 80px;
  }
}
.suite-area .suite-wrapper .suite-wrap {
  max-width: 630px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .suite-area .suite-wrapper .suite-wrap {
    max-width: none;
  }
}
.suite-area .suite-wrapper .suite-wrap .title {
  font-weight: 400;
  font-size: 50px;
}
@media (max-width: 575.98px) {
  .suite-area .suite-wrapper .suite-wrap .title {
    font-size: 34px;
  }
}
.suite-area .suite-wrapper .suite-wrap .item .text {
  background: rgba(4, 6, 24, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 23px 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #040618;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.suite-area .suite-wrapper .suite-wrap .item .text span {
  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(--bs-body-color);
  border-radius: 50%;
}
.suite-area .suite-wrapper .suite-wrap .text2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: rgba(4, 6, 24, 0.7);
}
.suite-area .suite-wrapper .suite-wrap .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 575.98px) {
  .suite-area .suite-wrapper .suite-wrap .bottom-wrap {
    display: block;
  }
}
.suite-area .suite-wrapper .suite-wrap .bottom-wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.suite-area .suite-wrapper .suite-wrap .bottom-wrap .subtitle {
  font-family: var(--body-font-family);
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 0;
}
.suite-area .suite-wrapper .suite-wrap .bottom-wrap .text {
  margin-bottom: 0;
  color: var(--headings-color);
  font-size: 18px;
}
.suite-area .suite-wrapper .suite-wrap .suite-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .suite-area .suite-wrapper .suite-wrap .suite-price {
    margin-bottom: 10px;
  }
}
.suite-area .suite-wrapper .suite-heading-wrap {
  position: relative;
  z-index: 1;
}
.suite-area .suite-wrapper .suite-heading-wrap .heading-shape {
  bottom: 26px;
  left: -36px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .suite-area .suite-wrapper .suite-heading-wrap .heading-shape {
    display: none;
  }
}
.suite-area .suite-bg {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .suite-area .suite-bg {
    height: 350px;
  }
}
.suite-area .suite-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.suite-area .suite-bg .suite-tag {
  left: 52px;
  position: absolute;
  top: 52px;
}
.suite-area .suite-bg .suite-tag span {
  background: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--headings-color);
}
.suite-area .suite-slide-wrapper .arrow-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991.98px) {
  .suite-area .suite-slide-wrapper .arrow-box {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .suite-area .suite-slide-wrapper .arrow-box {
    display: none;
  }
}
.suite-area .suite-slide-wrapper .arrow-box button {
  width: 71px;
  height: 71px;
  font-size: 30px;
  background: var(--theme-color-white);
  margin: 0 -2px 0;
}
.suite-area .suite-slide-wrapper .arrow-box button.slider-next {
  background: var(--theme-color-black);
  color: var(--theme-color-white);
}

.room-suites-wrapper {
  margin-top: -70px;
}
@media (max-width: 1199.98px) {
  .room-suites-wrapper {
    margin-top: 0;
  }
}
.room-suites-wrapper .swiper {
  max-width: 600px;
}
.room-suites-wrapper .array-button {
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .room-suites-wrapper .array-button {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 30px;
  }
}
.room-suites-wrapper .array-button .array-prev,
.room-suites-wrapper .array-button .array-next {
  border-radius: 0;
  height: 71px;
  line-height: 71px;
  width: 71px;
}
.room-suites-wrapper .array-button .array-prev:hover,
.room-suites-wrapper .array-button .array-next:hover {
  background-color: var(--theme-color1);
}
.room-suites-wrapper .array-button .array-prev {
  background: rgba(0, 0, 0, 0.3);
}
.room-suites-wrapper .array-button .array-next {
  background: rgb(0, 0, 0);
}
.room-suites-wrapper .room-suites-content {
  text-align: center;
}
.room-suites-wrapper .room-suites-content .room-suites-title {
  font-size: 90px;
  font-weight: 300;
  text-transform: uppercase;
  color: #E0EEEE;
  -webkit-transition: font-size 0.8s ease-in-out;
  transition: font-size 0.8s ease-in-out;
}
@media (max-width: 1599.98px) {
  .room-suites-wrapper .room-suites-content .room-suites-title {
    font-size: 140px;
  }
}
@media (max-width: 1399.98px) {
  .room-suites-wrapper .room-suites-content .room-suites-title {
    font-size: 110px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .room-suites-wrapper .room-suites-content .room-suites-title {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .room-suites-wrapper .room-suites-content .room-suites-title {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .room-suites-wrapper .room-suites-content .room-suites-title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .room-suites-wrapper .room-suites-content .room-suites-title {
    font-size: 50px;
  }
}
.room-suites-wrapper .room-suites-image-items {
  position: relative;
  max-width: 600px;
  margin: 0 auto 0;
}
.room-suites-wrapper .room-suites-image-items img {
  width: 100%;
  height: 100%;
}
.room-suites-wrapper .room-suites-image-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.18%, rgba(21, 34, 28, 0)), to(#15221C));
  background: linear-gradient(180deg, rgba(21, 34, 28, 0) 33.18%, #15221C 100%);
}
.room-suites-wrapper .room-suites-image-items .arrow-icon {
  background-color: #E0EEEE;
  border-radius: 50%;
  color: var(--theme-color-black);
  display: inline-block;
  font-size: 30px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.room-suites-wrapper .room-suites-image-items .arrow-icon:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.room-suites-wrapper .room-suites-image-items .content {
  bottom: 60px;
  left: 50px;
  position: absolute;
  right: 50px;
}
@media (max-width: 575.98px) {
  .room-suites-wrapper .room-suites-image-items .content {
    bottom: 25px;
    left: 25px;
  }
}
.room-suites-wrapper .room-suites-image-items .content p {
  font-size: 20px;
  font-weight: 300;
  color: #E0EEEE;
}
@media (max-width: 575.98px) {
  .room-suites-wrapper .room-suites-image-items .content p {
    font-size: 17px;
  }
}
.room-suites-wrapper .room-suites-image-items .content h3 {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .room-suites-wrapper .room-suites-image-items .content h3 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .room-suites-wrapper .room-suites-image-items .content h3 {
    font-size: 30px;
    line-height: 1;
  }
}

/***

==================================================================
    Room Section
==================================================================

***/
.room-section.style-royal {
  background-color: #FAF5EF;
  padding: 120px 0 80px;
}
@media (max-width: 991.98px) {
  .room-section.style-royal {
    padding: 80px 0;
  }
}
.room-section.style-royal .section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .room-section.style-royal .section-2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .room-section.style-royal .section-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .room-section.style-royal .section-2 small {
    margin: 0 0 31px;
  }
}
.room-section.style-royal .section-2 .section-2-title {
  text-transform: uppercase;
  font-size: 120px;
}
@media (max-width: 1199.98px) {
  .room-section.style-royal .section-2 .section-2-title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .room-section.style-royal .section-2 .section-2-title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .room-section.style-royal .section-2 .section-2-title {
    font-size: 40px;
  }
}
.room-section.style-royal .theme-btn2 {
  top: -90px;
}
@media (max-width: 1199.98px) {
  .room-section.style-royal .theme-btn2 {
    top: 0;
  }
}
.room-section.style-royal .pull-up {
  margin-top: 200px;
}
@media (max-width: 1199.98px) {
  .room-section.style-royal .pull-up {
    margin-top: 0;
  }
}
.room-section .slider-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.room-section .slider-info button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.room-section .slider-info button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.room-section .slider-info .swiper-pagination-bullet {
  width: 80px;
  border-radius: 30px;
  height: 4px;
  margin: 0 4px;
  opacity: 1;
  background-color: rgba(2, 2, 20, 0.078);
}
.room-section .slider-info .swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .room-section .slider-info .swiper-pagination-bullet {
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .room-section .slider-info {
    gap: 10px;
  }
}

.room-slider-resort-2 {
  margin: 0 -35px;
}
.room-slider-resort-2 .room-block {
  padding: 31px 35px 0;
}

.room-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.room-block.style-two .inner-block:after {
  background-color: #B4CB1F;
}
.room-block.style-two .inner-block:before {
  background-color: #E1EAA5;
}
.room-block.style-three .inner-block:after {
  background-color: #FF930B;
}
.room-block.style-three .inner-block:before {
  background-color: #FFD49D;
}
.room-block .inner-block {
  position: relative;
  max-width: 320px;
}
.room-block .inner-block:hover:after {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.room-block .inner-block:hover:before {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
.room-block .inner-block:hover .image-box .image-1 img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.room-block .inner-block:hover .content-box .price-box {
  margin: 0;
}
.room-block .inner-block:after {
  background-color: #09AAEB;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-block .inner-block:before {
  background-color: #9DDDF7;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-block .inner-block .image-box .image-1 {
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
.room-block .inner-block .image-box .image-1:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#020214), color-stop(74.52%, rgba(2, 2, 20, 0)));
  background: linear-gradient(360deg, #020214 0%, rgba(2, 2, 20, 0) 74.52%);
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.room-block .inner-block .image-box .image-1 img {
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-block .inner-block .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 24px;
  overflow: hidden;
  z-index: 2;
}
.room-block .inner-block .content-box .title {
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  font-weight: 500;
  margin-bottom: 4px;
}
.room-block .inner-block .content-box .feature-list {
  margin-bottom: 7px;
}
.room-block .inner-block .content-box .feature-list li {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  margin-left: 16px;
}
.room-block .inner-block .content-box .feature-list li:first-child {
  margin-left: 0;
}
.room-block .inner-block .content-box .feature-list li span {
  position: relative;
  top: -2px;
}
.room-block .inner-block .content-box .price-box {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  margin: 30px 0 -65px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.room-block .inner-block .content-box .price-box span {
  font-size: 20px;
  margin-right: 20px;
  position: relative;
  top: 0;
}
.room-block .inner-block .content-box .price-box .price {
  font-size: 30px;
}

/*** 

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

***/
.service-section-two {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0 90px;
}
.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(24, 24, 32, 0.5);
  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: 50%;
  -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.1);
  overflow: hidden;
  position: relative;
  min-height: 670px;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .service-block-two .inner-box {
    min-height: 500px;
  }
}
.service-block-two .inner-box:before {
  background-color: rgba(159, 125, 80, 0.2);
  backdrop-filter: blur(7.5px);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.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-block-two .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  max-width: 280px;
  margin-bottom: 10px;
}
.service-block-two .title {
  color: var(--theme-color-white);
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .title a {
  color: #fff;
}
@media (max-width: 1366.98px) {
  .service-block-two .title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.service-block-two .btn-link {
  color: var(--theme-color-white);
  text-decoration: none;
}
.service-block-two .btn-link .icon {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.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 {
  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;
  }
}

/***

==================================================================
    Room Section Home Five
==================================================================

***/
.room-section-island {
  position: relative;
}

.room-block-island {
  margin-bottom: 30px;
}
.room-block-island .inner-block {
  border: 1px solid rgba(18, 18, 18, 0.1);
  position: relative;
}
.room-block-island .inner-block:hover .image-box .image-1 img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.room-block-island .inner-block:hover .btn-learn-more {
  color: var(--theme-color-white);
}
.room-block-island .inner-block:hover .btn-learn-more:before {
  height: 100%;
}
.room-block-island .inner-block .image-box {
  padding: 14px 14px 0;
}
.room-block-island .inner-block .image-box .image-1 {
  margin-bottom: 0;
  overflow: hidden;
}
.room-block-island .inner-block .image-box .image-1 img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-block-island .inner-block .content-box {
  padding: 15px 23px 24px;
}
@media (max-width: 1399.98px) {
  .room-block-island .inner-block .content-box {
    padding: 15px 15px 24px;
  }
}
.room-block-island .inner-block .content-box .title {
  font-family: var(--body-font-family);
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.room-block-island .inner-block .content-box .category {
  color: var(--theme-color1);
  font-size: 18px;
  font-weight: 500;
}
.room-block-island .inner-block .content-box .feature-list {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  margin-bottom: 16px;
}
.room-block-island .inner-block .content-box .feature-list li {
  color: rgba(18, 18, 18, 0.7);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 31px;
  margin-bottom: 15px;
  position: relative;
}
.room-block-island .inner-block .content-box .feature-list li:first-child {
  margin-left: 0;
}
.room-block-island .inner-block .content-box .feature-list li:first-child:before {
  display: none;
}
.room-block-island .inner-block .content-box .feature-list li:before {
  content: "";
  background-color: #181820;
  height: 6px;
  width: 6px;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.room-block-island .inner-block .content-box .feature-list li i {
  color: var(--dark-color);
  font-size: 17px;
  margin-right: 3px;
  position: relative;
}
.room-block-island .inner-block .btn-learn-more {
  background-color: #ECECEC;
  color: #121212;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  margin: 0 -1px -1px;
  position: relative;
  z-index: 1;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-island .inner-block .btn-learn-more:before {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-island .inner-block .btn-learn-more .icon {
  font-size: 16px;
  margin-left: 20px;
}

/***

==================================================================
    Room Section Home Six
==================================================================

***/
.room-block-2 .inner-block {
  border: 1px solid rgba(24, 24, 32, 0.14);
  position: relative;
}
.room-block-2 .inner-block:hover .image-1 img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.room-block-2 .inner-block:hover .image-1 img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.room-block-2 .inner-block:hover .btn-box:after {
  height: 100%;
}
.room-block-2 .image-1 {
  overflow: hidden;
  position: relative;
}
.room-block-2 .image-1 img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.room-block-2 .image-1 img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.room-block-2 .image-1 img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-block-2 .content-box {
  padding: 30px 30px 48px;
  position: relative;
}
.room-block-2 .content-box .title {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  text-transform: uppercase;
}
.room-block-2 .content-box .text {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  color: var(--text-color);
  font-family: var(--headings-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  max-width: 320px;
  padding-bottom: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .room-block-2 .content-box .text {
    max-width: none;
  }
}
.room-block-2 .content-box .btn-box {
  background-color: var(--headings-color);
  bottom: 0;
  color: var(--theme-color-white);
  left: 0;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.room-block-2 .content-box .btn-box:after {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block-2 .room-feature-list {
  gap: 10px;
}
.room-block-2 .room-feature-list .list {
  color: rgba(24, 24, 32, 0.6);
  display: inline-block;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  margin-right: 16px;
}
.room-block-2 .room-feature-list .list:last-child {
  margin-right: 0;
}
.room-block-2 .room-feature-list .icon {
  color: var(--headings-color);
  font-size: 20px;
}

/***

==================================================================
    Room Section Home Seven
==================================================================

***/
.room-block-3 .inner-block {
  position: relative;
}
.room-block-3 .inner-block:hover {
  cursor: pointer;
}
.room-block-3 .inner-block:hover .image-1 img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.room-block-3 .inner-block:hover .image-1 img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1399.98px) {
  .room-block-3 .image-box {
    height: 440px;
    overflow: hidden;
  }
}
.room-block-3 .image-1 {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399.98px) {
  .room-block-3 .image-1 {
    width: 100%;
    height: 100%;
  }
}
.room-block-3 .image-1 img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .room-block-3 .image-1 img {
    height: 100%;
  }
}
.room-block-3 .image-1 img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.room-block-3 .image-1 img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-block-3 .image-1 .price-tag {
  background-color: var(--dark-color);
  color: white;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 16% 50%);
  display: inline-block;
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 400;
  padding: 0px 20px;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 193px;
  text-align: end;
}
@media (max-width: 575.98px) {
  .room-block-3 .image-1 .price-tag {
    padding: 0px 10px;
    right: 0px;
    top: 0;
    width: 173px;
  }
}
.room-block-3 .image-1 .price-tag span {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
}
.room-block-3 .content-box {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1599.98px) {
  .room-block-3 .content-box {
    margin-right: -45px;
  }
}
@media (max-width: 991.98px) {
  .room-block-3 .content-box {
    margin-right: 0;
  }
}
.room-block-3 .content-box .title {
  color: var(--dark-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.room-block-3 .room-feature-list {
  gap: 10px;
}
.room-block-3 .room-feature-list .list {
  color: rgba(var(--dark-color-rgb), 0.6);
  display: inline-block;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  margin-right: 16px;
}
.room-block-3 .room-feature-list .list:last-child {
  margin-right: 0;
}
.room-block-3 .room-feature-list .icon {
  color: var(--headings-color);
  font-size: 20px;
}

/***

==================================================================
    Room Section Home Breakfast
==================================================================

***/
.room-section-breakfast {
  padding: 160px 0 0;
  margin-bottom: 250px;
}
@media (max-width: 1199.98px) {
  .room-section-breakfast {
    margin-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .room-section-breakfast {
    margin-bottom: 80px;
  }
}
.room-section-breakfast .section-breakfast-wrapper {
  margin-bottom: 55px;
}
.room-section-breakfast .outer-box {
  position: relative;
}
.room-section-breakfast .outer-box .room-block-breakfast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .room-section-breakfast .outer-box .room-block-breakfast {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.room-section-breakfast .outer-box .room-block-breakfast .inner-block {
  max-width: 1205px;
}

.room-block-breakfast {
  border-top: 1px solid rgba(var(--dark-color-rgb), 0.14);
  padding-top: 40px;
  margin-top: 101px;
}
@media (max-width: 767.98px) {
  .room-block-breakfast {
    margin-top: 60px;
  }
}
.room-block-breakfast .number {
  color: var(--headings-color);
  font-size: 82px;
  font-family: var(--heading-font-family);
  line-height: 1;
  position: absolute;
  left: 0;
}
@media (max-width: 1399.98px) {
  .room-block-breakfast .number {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .room-block-breakfast .number {
    font-size: 42px;
  }
}
.room-block-breakfast .inner-block {
  position: relative;
}
@media (max-width: 575.98px) {
  .room-block-breakfast .inner-block {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .room-block-breakfast .inner-block .image-box {
    height: 100%;
  }
}
.room-block-breakfast .inner-block:hover .image-1 img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.room-block-breakfast .inner-block:hover .image-1 img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.room-block-breakfast .image-1 {
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .room-block-breakfast .image-1 {
    height: 100%;
  }
}
.room-block-breakfast .image-1 img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 575.98px) {
  .room-block-breakfast .image-1 img {
    height: 100%;
  }
}
.room-block-breakfast .image-1 img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.room-block-breakfast .image-1 img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-block-breakfast .content-box {
  position: absolute;
  bottom: 70px;
  left: 73px;
}
@media (max-width: 767.98px) {
  .room-block-breakfast .content-box {
    bottom: 40px;
    left: 15px;
  }
}
.room-block-breakfast .content-box .title {
  color: var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .room-block-breakfast .content-box .title {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .room-block-breakfast .content-box .title {
    font-size: 40px;
  }
}
.room-block-breakfast .room-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 575.98px) {
  .room-block-breakfast .room-feature-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.room-block-breakfast .room-feature-list .list {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 20px;
  backdrop-filter: blur(6px);
  color: var(--theme-color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  padding: 0 27px 0 0;
}
.room-block-breakfast .room-feature-list .list:last-child {
  margin-right: 0;
}
.room-block-breakfast .room-feature-list .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 44px;
  margin-right: 12px;
  width: 40px;
  text-align: center;
}

/*** 

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

***/
.service-section {
  padding: 120px 0;
}
.service-section .service-button {
  display: inline-block;
  max-width: 690px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  text-align: center;
  color: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  background-color: transparent;
  position: relative;
}
.service-section .service-button: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);
}
.service-section .service-button:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.service-block {
  margin-bottom: 30px;
}
.service-block .inner-block {
  background-color: var(--theme-color2);
  padding: 37px 50px 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .service-block .inner-block {
    padding: 40px;
  }
}
.service-block .inner-block:hover .overlay-content {
  top: 0;
}
.service-block .inner-block .content-box .icon {
  color: var(--theme-color1);
  font-size: 44px;
  margin-bottom: 75px;
}
.service-block .inner-block .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
}
.service-block .overlay-content {
  padding: 40px 50px 42px;
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block .overlay-content {
    padding: 20px;
  }
}
.service-block .overlay-content:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .overlay-content .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.service-block .overlay-content .title {
  color: var(--theme-color-white);
  margin-bottom: 10px;
}
.service-block .overlay-content .text {
  color: var(--theme-color-white);
  margin-bottom: 26px;
  text-transform: capitalize;
  max-width: 350px;
}
.service-block .overlay-content .btn-more {
  background-color: var(--theme-color-white);
  color: #1E1B1B;
  display: inline-block;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  width: 65px;
  text-align: center;
}

/***

==================================================================
  Service Section Resort
==================================================================

***/
.service-section-resort {
  overflow: hidden;
  background-color: var(--theme-color-gray);
}
.service-section-resort .service-slider-resort {
  overflow: hidden;
}
.service-section-resort .slider-box {
  position: relative;
  z-index: 1;
}
.service-section-resort .slider-box .image {
  overflow: hidden;
}
.service-section-resort .slider-box .image img {
  width: 100%;
}
.service-section-resort .slider-box .content {
  max-width: 740px;
  width: 100%;
  padding: 100px;
  padding-right: 50px;
  background-color: var(--theme-color-white);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.service-section-resort .slider-box .content .title {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 80px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.service-section-resort .slider-box .content .title span {
  color: rgba(2, 2, 20, 0.3);
}
@media (max-width: 1399.98px) {
  .service-section-resort .slider-box .content {
    padding: 30px;
    max-width: 500px;
  }
  .service-section-resort .slider-box .content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .service-section-resort .slider-box .content {
    padding: 30px 15px;
    max-width: 100%;
    position: unset;
  }
  .service-section-resort .slider-box .content .title {
    font-size: 36px;
    line-height: 36px;
  }
}
.service-section-resort .slider-box .arry-btn {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.service-section-resort .slider-box .arry-btn button {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 24px;
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-resort .slider-box .arry-btn button:first-child {
  margin-bottom: 4px;
}
.service-section-resort .slider-box .arry-btn button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .service-section-resort .slider-box .arry-btn {
    width: 100px;
  }
  .service-section-resort .slider-box .arry-btn button {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767.98px) {
  .service-section-resort .slider-box .arry-btn {
    display: none;
  }
}

.service-block-resort {
  padding: 60px 40px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-block-resort .icon {
  font-size: 80px;
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-resort .icon i {
  display: inline-block;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.service-block-resort .title {
  margin-top: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-resort .text {
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-resort .more-btn {
  padding: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--theme-color2);
  font-size: 16px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  line-height: 16px;
  border-radius: 50px;
  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;
  padding-left: 30px;
  margin-top: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-resort .more-btn i {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-resort .more-btn:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service-block-resort::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(2, 2, 20, 0.502);
  content: "";
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-resort .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-resort .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 3s;
  transition: all 3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-block-resort:hover .icon {
  color: var(--theme-color-white);
}
.service-block-resort:hover .icon i {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.service-block-resort:hover .title {
  color: var(--theme-color-white);
}
.service-block-resort:hover .text {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.service-block-resort:hover .more-btn {
  background-color: var(--theme-color-white);
}
.service-block-resort:hover .image {
  opacity: 1;
  visibility: visible;
}
.service-block-resort:hover .image img {
  -webkit-transform: scale(1.3) translateX(-30px);
          transform: scale(1.3) translateX(-30px);
}
.service-block-resort:hover::after {
  right: unset;
  left: 0;
  width: 100%;
}

/*** 

====================================================================
  Golf Service Section
====================================================================

***/
.golf-serivce {
  position: relative;
}
.golf-serivce .swiper-pagination {
  position: relative;
}
.golf-serivce .swiper-pagination.swiper-pagination-fraction,
.golf-serivce .swiper-pagination-current {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 74px;
}
.golf-serivce .swiper-pagination-total {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  text-transform: capitalize;
}

.golf-service-box {
  position: relative;
}
.golf-service-box .image-box {
  overflow: hidden;
  position: relative;
}
@media (max-width: 375.98px) {
  .golf-service-box .image-box {
    height: 235px;
  }
}
.golf-service-box .image-box::before {
  background: rgba(var(--theme-color2-rgb), 0.5);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.golf-service-box .inner-box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.golf-service-box .inner-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.golf-service-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1.1s ease;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
  width: 100%;
}
.golf-service-box .content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color-white);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .golf-service-box .content-box {
    padding: 30px;
  }
}
.golf-service-box .content-box .title {
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.81;
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .golf-service-box .content-box .title {
    font-size: 30px;
  }
}
.golf-service-box .content-box .text {
  color: rgba(var(--theme-color-white-rgb), 0.8);
  font-size: 18px;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  margin: 0 auto;
  max-width: 410px;
}
@media (max-width: 767.98px) {
  .golf-service-box .content-box .text {
    max-width: none;
  }
}
.golf-service-box:hover .read-more-btn {
  opacity: 1;
  -webkit-transform: translateY(53px);
          transform: translateY(53px);
  visibility: visible;
}
.golf-service-box .read-more-btn {
  background-color: var(--theme-color1);
  bottom: 0;
  color: var(--headings-color);
  left: 0;
  opacity: 0;
  padding: 13px 0px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  width: 100%;
}
.golf-service-box .read-more-btn a {
  color: var(--headings-color);
  display: inline-block;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.golf-service-box .read-more-btn i {
  background-color: var(--headings-color);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 18px;
}
.golf-service-box .read-more-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.golf-service-box .read-more-btn:hover a {
  color: var(--theme-color-white);
}
.golf-service-box .read-more-btn:hover i {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}

.golf-service-slider .swiper-button-prev,
.golf-service-slider .swiper-button-next {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--dark-color);
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 40%;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .golf-service-slider .swiper-button-prev,
  .golf-service-slider .swiper-button-next {
    display: none;
  }
}
.golf-service-slider .swiper-button-prev:hover,
.golf-service-slider .swiper-button-next:hover {
  background-color: var(--theme-color1);
}
.golf-service-slider .swiper-button-prev:after,
.golf-service-slider .swiper-button-next:after {
  display: none;
}
.golf-service-slider .swiper-button-prev {
  left: 300px;
}
.golf-service-slider .swiper-button-next {
  right: 300px;
}

/*** 

====================================================================
  HOME Layout Mountain Style
====================================================================

***/
.service-section-mountain .sec-title {
  margin-bottom: 60px;
  max-width: 1000px;
}
@media (max-width: 767.98px) {
  .service-section-mountain .sec-title {
    margin-bottom: 30px;
  }
}
.service-section-mountain .sec-title h2 {
  line-height: 100%;
  font-size: 90px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .service-section-mountain .sec-title h2 {
    font-size: 60px;
  }
  .service-section-mountain .sec-title h2 .line {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .service-section-mountain .sec-title h2 {
    font-size: 42px;
    line-height: 130%;
  }
}

.service-wrapper-mountain .service-text {
  max-width: 420px;
}
.service-wrapper-mountain .service-text .text {
  font-weight: 300;
}
.service-wrapper-mountain .royle-btn__text {
  font-weight: 300;
}
.service-wrapper-mountain .theme-btn {
  margin-top: 150px;
  max-width: 415px;
  text-align: left;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .service-wrapper-mountain .theme-btn {
    margin-top: 0;
    max-width: initial;
    width: 100%;
  }
}
.service-wrapper-mountain .theme-btn .royle-btn__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.service-box-items-mountain {
  background: #15221C;
  padding: 40px;
  padding-bottom: 65px;
}
.service-box-items-mountain .icon {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 35px;
  height: 80px;
  line-height: 90px;
  margin-bottom: 50px;
  text-align: center;
  width: 80px;
}
.service-box-items-mountain .icon i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-items-mountain:hover .icon i {
  -webkit-transform: scaleX(-1) !important;
          transform: scaleX(-1) !important;
}
.service-box-items-mountain h3 {
  font-size: 24px;
}

/***

====================================================================
    Services Section Island
====================================================================

***/
.services-section-island {
  position: relative;
}
@media (max-width: 991.98px) {
  .services-section-island {
    padding-bottom: 400px;
  }
}
@media (max-width: 991.98px) {
  .services-section-island .sec-title-4 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.services-section-island .outer-box {
  position: relative;
}
.services-section-island .outer-box .text-box {
  margin-bottom: 39px;
  max-width: 531px;
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .services-section-island .outer-box .text-box {
    max-width: 455px;
  }
}

.service-block-island {
  margin-bottom: 0;
}
.service-block-island .inner-box {
  padding-bottom: 14px;
  display: inline-block;
}
.service-block-island .inner-box.active .title-box {
  padding: 11px 24px 10px 24px;
}
.service-block-island .inner-box.active .title-box .title {
  color: var(--theme-color1);
  margin-right: 0;
}
.service-block-island .inner-box.active .title-box .icon-box {
  color: var(--theme-color1);
  width: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.service-block-island .inner-box.active .image-box.active {
  display: block;
}
.service-block-island .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-island .inner-box:hover .title-box {
  cursor: pointer;
}
.service-block-island .inner-box:hover .title-box .title {
  color: var(--theme-color1);
}
.service-block-island .inner-box:hover .title-box .icon-box {
  color: var(--theme-color1);
}
.service-block-island .inner-box .title-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--theme-color-black);
  padding: 11px 42px 10px 24px;
  border-radius: 40px;
}
.service-block-island .inner-box .title-box .title {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-island .inner-box .title-box .title:hover {
  color: var(--theme-color1);
}
.service-block-island .inner-box .title-box .icon-box {
  color: var(--theme-color-white);
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 0;
  width: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-island .inner-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 991.98px) {
  .service-block-island .inner-box .image-box {
    bottom: -20px;
    left: 0;
    right: auto;
    top: auto;
  }
}
.service-block-island .inner-box .image-box .image {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin-bottom: 0;
  max-width: 410px;
}
.service-block-island .inner-box .image-box .image img {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/resource/service-islandmask.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.service-block-island .inner-box .image-box .image-one {
  overflow: hidden;
  right: 0;
}
@media (max-width: 991.98px) {
  .service-block-island .inner-box .image-box .image-one {
    right: auto;
  }
}

/***

==================================================================
    Video Section
==================================================================

***/
.video-section {
  padding: 160px 15px;
}
.video-section.style-royal {
  background-color: #FAF5EF;
}
.video-section .outer-box {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  padding: 295px 0;
}
@media (max-width: 991.98px) {
  .video-section .outer-box {
    padding: 200px 0;
  }
}
.video-section .outer-box .bg-image {
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video-section .outer-box .bg-image:before {
  background-color: rgba(24, 24, 32, 0.5);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-section .play-now-one {
  width: 110px;
  height: 110px;
  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);
  color: var(--theme-color-black);
  border-radius: 50%;
  font-size: 26px;
  position: relative;
  z-index: 1;
}
.video-section .play-now-one::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: borderanimate2 2s linear infinite;
          animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.video-section .play-now-one::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-animation: borderanimate2 2s linear infinite;
          animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

/***

==================================================================
    Video Section Breakfast
==================================================================

***/
.video-section-breakfast {
  position: relative;
}
.video-section-breakfast .bg {
  background-attachment: fixed;
}
.video-section-breakfast .video-box {
  padding: 316px 30px;
  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: relative;
}
@media (max-width: 1199.98px) {
  .video-section-breakfast .video-box {
    padding: 200px 20px 180px;
  }
}
@media (max-width: 575.98px) {
  .video-section-breakfast .video-box {
    padding: 100px 20px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.video-section-breakfast .video-box .text {
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 136px;
  margin: 0 15px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .video-section-breakfast .video-box .text {
    font-size: 118px;
  }
}
@media (max-width: 1199.98px) {
  .video-section-breakfast .video-box .text {
    font-size: 90px;
    line-height: 1;
  }
}
@media (max-width: 991.98px) {
  .video-section-breakfast .video-box .text {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .video-section-breakfast .video-box .text {
    font-size: 50px;
  }
}
.video-section-breakfast .video-box .play-now-one {
  border: none;
  background-color: rgba(var(--theme-color1-rgb), 0.5);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 150px;
  width: 150px;
  height: 150px;
  position: relative;
  top: -20px;
  margin: 0 10px 0 18px;
}
@media (max-width: 1199.98px) {
  .video-section-breakfast .video-box .play-now-one {
    line-height: 100px;
    width: 100px;
    height: 100px;
    top: -11px;
  }
}
@media (max-width: 767.98px) {
  .video-section-breakfast .video-box .play-now-one {
    margin: 0;
    font-size: 22px;
  }
}

/***

==================================================================
    Funfact Section 
==================================================================

***/
.fanfact-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0;
}
.fanfact-section.style-royal {
  background-color: #FAF5EF;
  padding-bottom: 245px;
}
@media (max-width: 1199.98px) {
  .fanfact-section.style-royal {
    padding-bottom: 60px;
  }
}
.fanfact-section .outer-box {
  max-width: 1588px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .fanfact-section {
    padding: 80px 0;
  }
}

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

/***

==================================================================
    Funfact Section Two
==================================================================

***/
.funfact-section-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0;
}
@media (max-width: 1199.98px) {
  .funfact-section-two {
    padding: 80px 0;
  }
}

.funfact-block-two {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 6px 39px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.funfact-block-two:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.funfact-block-two:hover .sub-title {
  color: var(--theme-color-white);
}
.funfact-block-two .title {
  font-size: 80px;
  line-height: 120px;
  color: var(--theme-color-white);
  margin-bottom: 41px;
  letter-spacing: 2px;
}
.funfact-block-two .sub-title {
  display: block;
  text-transform: capitalize;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-size: 16px;
  text-align: right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
    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;
  background-attachment: fixed;
}
.fanfact-section-resort::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 6, 24, 0.502);
  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: 153px 30px;
    border-radius: 50%;
  }
  .fanfact-block-resort::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .fanfact-block-resort {
    padding: 93px 30px;
  }
}
@media (max-width: 767.98px) {
  .fanfact-block-resort {
    padding: 183px 30px;
  }
}
@media (max-width: 575.98px) {
  .fanfact-block-resort {
    padding: 73px 30px;
    height: 296px;
    width: 296px;
    margin: 0 auto;
  }
}

/***

==================================================================
    Explore Section
==================================================================

***/
.explore-area {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .explore-area {
    padding: 80px 0;
  }
}
.explore-area .shape-1 {
  left: 0;
  position: absolute;
  top: 20%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .explore-area .shape-1 {
    display: none;
  }
}
.explore-area .shape-2 {
  bottom: 6%;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .explore-area .shape-2 {
    display: none;
  }
}
.explore-area .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.explore-area .pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(4, 6, 24, 0.12);
  background: transparent;
}
.explore-area .pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color-black);
}
.explore-area .pagination .dots-color .swiper-pagination-bullet {
  background-color: var(--theme-color-white);
}
.explore-area .pagination .dots-color .swiper-pagination-bullet.active {
  background-color: transparent;
  border-color: var(--theme-color-white);
}

.explore-box {
  position: relative;
}
.explore-box .image-box {
  position: relative;
  z-index: 1;
}
.explore-box .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%);
  content: "";
  height: 289px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.explore-box .image-box .tag {
  left: 30px;
  position: absolute;
  top: 30px;
}
.explore-box .image-box .tag a {
  background: var(--theme-color1);
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  padding: 0px 13px;
  border-radius: 100px;
}
.explore-box .image-box .button {
  position: absolute;
  right: 30px;
  top: 20px;
}
.explore-box .image-box .button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(6px);
  background: rgba(4, 6, 24, 0.5);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 40px;
}
.explore-box .image-box .content-box {
  position: absolute;
  bottom: -63px;
  left: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.explore-box .image-box .content-box .rating i {
  color: #FFA121;
}
.explore-box .image-box .content-box .review-text {
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color-white);
}
.explore-box .image-box .content-box .title {
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color-white);
}
.explore-box .image-box .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.explore-box .image-box .content-box .title a:hover {
  background-size: 100% 1px;
}
.explore-box .image-box .content-bottom {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.explore-box .image-box .content-list ul li {
  float: left;
  width: 50%;
  margin-bottom: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #ccc;
}
.explore-box:hover .content-box {
  bottom: 30px;
}
.explore-box:hover .content-bottom {
  opacity: 1;
  visibility: visible;
}

.explore-dots {
  margin-top: 30px;
}
.explore-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(4, 6, 24, 0.12);
  background: transparent;
}
.explore-dots .swiper-pagination-bullet-active {
  background-color: var(--theme-color-black);
}
.explore-dots.dots-color .swiper-pagination-bullet {
  background-color: var(--theme-color-white);
}
.explore-dots.dots-color .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--theme-color-white);
}

/***

==================================================================
    Explore Section Two
==================================================================

***/
.explore-section {
  padding: 120px 0;
}
.explore-section .outer-box {
  max-width: 1320px;
  margin: 0 auto;
}

.explore-block {
  margin-bottom: 50px;
}
.explore-block:nth-child(2n+2) .inner-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.explore-block .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: 40px 65px;
}
@media (max-width: 575.98px) {
  .explore-block .inner-block {
    padding: 40px 15px;
  }
}
.explore-block .inner-block .image-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.explore-block .inner-block .image-box:before {
  background-color: rgba(5, 44, 72, 0.14);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.explore-block .inner-block .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-block .inner-block .content-box {
  background-color: var(--theme-color-white);
  max-width: 470px;
  position: relative;
  padding: 110px 54px 120px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .explore-block .inner-block .content-box {
    padding: 60px 15px;
  }
}
.explore-block .inner-block .content-box:before {
  background-image: url(../images/resource/explore1-shape1.png);
  content: "";
  position: absolute;
  top: calc(50% + 6px);
  left: calc(50% - 13px);
  height: 586px;
  width: 586px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.explore-block .inner-block .content-box .subtitle {
  border: 1px solid rgba(var(--headings-color-rgb), 0.1);
  color: var(--headings-color);
  font-size: 15px;
  font-weight: 500;
  padding: 0 11px;
  display: inline-block;
  margin-bottom: 22px;
}
.explore-block .inner-block .content-box .title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.explore-block .inner-block .content-box .text {
  color: rgba(var(--headings-color-rgb), 0.7);
  line-height: 24px;
  margin-bottom: 43px;
}

/***

==================================================================
  Explore Section Resort
==================================================================

***/
.explore-section-resort {
  position: relative;
}
.explore-section-resort .outer-box {
  background-color: var(--theme-color-dark2);
  margin-bottom: 0;
  overflow: hidden;
  padding: 100px;
  position: relative;
  z-index: 1;
}
.explore-section-resort .outer-box .title {
  color: var(--theme-color-white);
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 50px;
}
.explore-section-resort .outer-box .title span {
  color: var(--theme-color1);
}
.explore-section-resort .outer-box .btn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.explore-section-resort .outer-box .btn-wrp .download-btn {
  padding: 12px 34px;
  background-color: var(--theme-color-white);
  color: var(--headings-color);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
}
.explore-section-resort .outer-box .btn-wrp a:first-child {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.explore-section-resort .outer-box .image {
  bottom: 0;
  position: absolute;
  right: 110px;
}
@media (max-width: 1399.98px) {
  .explore-section-resort .outer-box .image {
    display: none;
  }
}
.explore-section-resort .outer-box .sec-shape {
  position: absolute;
  bottom: 0;
  left: 35%;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .explore-section-resort .outer-box .sec-shape {
    left: unset;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .explore-section-resort .outer-box .sec-shape {
    display: none;
  }
}
.explore-section-resort .outer-box .sec-line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .explore-section-resort .outer-box {
    padding: 80px 30px;
  }
}
@media (max-width: 575.98px) {
  .explore-section-resort .outer-box {
    text-align: center;
  }
  .explore-section-resort .outer-box .title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .explore-section-resort .outer-box .btn-wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .explore-section-resort .outer-box .btn-wrp .download-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}

.des-portfolio-wrap .explore-block.style-two .inner-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/***

==================================================================
    Testimonial Section One Style
==================================================================

***/
.testimonial-section-one {
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-section-one {
    margin: 0 15px;
  }
}
.testimonial-section-one .testi-dot {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.testimonial-section-one .testi-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(4, 6, 24, 0.12);
  background: transparent;
}
.testimonial-section-one .testi-dot .swiper-pagination-bullet-active {
  background-color: var(--theme-color-black);
}
.testimonial-section-one .testi-dot .dots-color .swiper-pagination-bullet {
  background-color: var(--theme-color-white);
}
.testimonial-section-one .testi-dot .dots-color .swiper-pagination-bullet.active {
  background-color: transparent;
  border-color: var(--theme-color-white);
}

.testimonial-block-one {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eef0ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767.98px) {
  .testimonial-block-one {
    display: block;
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-one {
    padding: 20px;
  }
}
.testimonial-block-one .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .testimonial-block-one .play-button {
    left: calc(50% - 33px);
    top: calc(50% - 33px);
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.testimonial-block-one .play-button .play-now-two {
  width: 64px;
  height: 64px;
  font-size: 20px;
  background: rgba(4, 6, 24, 0.6);
  backdrop-filter: blur(4px);
  color: var(--theme-color-white);
}
.testimonial-block-one .play-button .play-now-two::before {
  background-color: rgba(4, 6, 24, 0.3);
}
.testimonial-block-one .play-button .play-now-two::after {
  border: 1px solid rgba(4, 6, 24, 0.3);
}
.testimonial-block-one .content-box {
  max-width: 428px;
  width: 100%;
  padding: 0 0 0 42px;
}
@media (max-width: 767.98px) {
  .testimonial-block-one .content-box {
    padding: 30px 0;
  }
}
.testimonial-block-one .review {
  background: rgba(4, 6, 24, 0);
  border: 1px solid rgba(4, 6, 24, 0.1);
  border-radius: 100px;
  display: inline-block;
  padding: 0px 16px;
  margin-bottom: 22px;
}
.testimonial-block-one .review i {
  color: #ffa121;
  font-size: 14px;
}
.testimonial-block-one .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.testimonial-block-one .text {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: rgba(4, 6, 24, 0.7);
  margin-bottom: 36px;
}
.testimonial-block-one .desigation {
  line-height: 137%;
  color: rgba(4, 6, 24, 0.7);
  margin-bottom: 0;
}
.testimonial-block-one .author {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .testimonial-block-one .author {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-one .testimonial-thumb {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-one .testimonial-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/***

==================================================================
    Testimonial Section Two
==================================================================

***/
.testimonial-block-two {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  gap: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-block-two {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-two {
    margin-top: 20px;
  }
}
.testimonial-block-two .testimonial-content {
  max-width: 600px;
  border-left: 1px solid rgba(224, 238, 238, 0.1);
  padding-left: 60px;
}
@media (max-width: 1599.98px) {
  .testimonial-block-two .testimonial-content {
    max-width: 470px;
    padding-left: 30px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-block-two .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin: 30px auto 0;
    max-width: 700px;
  }
}
.testimonial-block-two .testimonial-content .star {
  color: #FFA800;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .testimonial-block-two .testimonial-content .star {
    margin-top: 30px;
  }
}
.testimonial-block-two .testimonial-content p {
  font-size: 24px;
  line-height: 167%;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1599.98px) {
  .testimonial-block-two .testimonial-content p {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .testimonial-content p {
    font-size: 22px;
  }
}
.testimonial-block-two .testimonial-content .client-info {
  margin-top: 160px;
}
@media (max-width: 1599.98px) {
  .testimonial-block-two .testimonial-content .client-info {
    margin-top: 90px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-block-two .testimonial-content .client-info {
    margin-top: 40px;
  }
}
.testimonial-block-two .testimonial-content .client-info h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #E0EEEE;
}
.testimonial-block-two .testimonial-content .client-info span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.testimonial-wrapper .sec-title {
  margin-bottom: 30px;
  max-width: 790px;
}
@media (max-width: 767.98px) {
  .testimonial-wrapper .sec-title {
    margin-bottom: 0;
  }
}
.testimonial-wrapper .sec-title h2 {
  line-height: 100%;
  font-size: 90px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .testimonial-wrapper .sec-title h2 {
    text-align: center;
  }
  .testimonial-wrapper .sec-title h2 .color-text::before {
    display: none;
  }
  .testimonial-wrapper .sec-title h2 .line {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .testimonial-wrapper .sec-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-wrapper .sec-title h2 {
    font-size: 52px;
    line-height: 130%;
  }
}
.testimonial-wrapper .sec-title h2 .color-text {
  position: relative;
  z-index: 9;
}
.testimonial-wrapper .sec-title h2 .color-text::before {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: -15px;
  content: "";
  width: 54px;
  height: 100px;
  background-color: var(--theme-color1);
  z-index: -1;
}
.testimonial-wrapper .array-button {
  margin-top: 30px;
  z-index: 99;
  position: relative;
}
@media (max-width: 1399.98px) {
  .testimonial-wrapper .array-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.testimonial-section-two {
  position: relative;
}
.testimonial-section-two .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-section-two .bird-shape {
  position: absolute;
  top: 110px;
  right: 170px;
}

/***

==================================================================
    Testimonial Section
==================================================================

***/
.testimonial-section {
  position: relative;
  padding: 120px 0;
}
.testimonial-section .outer-box {
  max-width: 1290px;
  margin: 0 auto;
}

.testimonial-block {
  position: relative;
}
.testimonial-block .inner-block {
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 1000px;
  padding: 70px 138px 80px 500px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .testimonial-block .inner-block {
    padding: 70px 60px 80px 400px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-block {
    padding: 70px 60px;
    border-radius: 50px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-block {
    padding: 50px 15px;
  }
}
.testimonial-block .inner-block .icon-quote {
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 50%;
  height: 410px;
  line-height: 410px;
  text-align: center;
  width: 410px;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-block .inner-block .icon-quote {
    height: 310px;
    line-height: 310px;
    width: 310px;
    top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-block .inner-block .icon-quote {
    top: 100px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-block .icon-quote {
    display: none;
  }
}
.testimonial-block .inner-block .rating-star {
  color: #FFA121;
  font-size: 14px;
  margin-bottom: 20px;
}
.testimonial-block .inner-block .text {
  font-size: 22px;
  line-height: 1.546;
  margin-bottom: 41px;
}
.testimonial-block .inner-block .author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-block .author-box {
    display: block;
  }
}
.testimonial-block .inner-block .author-box .author-image {
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-block .author-box .author-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.testimonial-block .inner-block .author-box .author-image img {
  border-radius: 50%;
}
.testimonial-block .inner-block .author-box .author-info .name {
  font-family: var(--body-font-family);
  font-weight: 500;
  margin-bottom: 4px;
}
.testimonial-block .inner-block .author-box .author-info .designation {
  color: rgba(var(--headings-color-rgb), 0.7);
  text-transform: uppercase;
}

/***

==================================================================
    Testimonial Section Two
==================================================================

***/
.testimonial-section-two {
  background-color: #EAEDE4;
  position: relative;
  padding: 120px 0;
}
.testimonial-section-two .outer-box {
  max-width: 1290px;
  margin: 0 auto;
}

.testimonial-block-two {
  position: relative;
}
.testimonial-block-two .inner-block {
  border-radius: 1000px;
  padding: 0 27px 0 300px;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block {
    padding: 0 18px 0 0;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block {
    padding: 0;
  }
}
.testimonial-block-two .inner-block .author-text {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-size: 40px;
  line-height: 1.546;
  margin-bottom: 39px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-block .author-text {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block .author-text {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.testimonial-block-two .inner-block .author-box .author-image {
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block .author-box .author-image {
    position: relative;
    top: 0;
    margin-right: 20px;
  }
}
.testimonial-block-two .inner-block .author-box .author-image img {
  border-radius: 50%;
  max-width: 230px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block .author-box .author-image img {
    max-width: 80px;
  }
}
.testimonial-block-two .inner-block .author-box .author-info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block .author-box .author-info {
    display: block;
  }
}
.testimonial-block-two .inner-block .author-box .author-info .name {
  color: #606C4C;
  font-family: var(--body-font-family);
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block .author-box .author-info .name {
    font-size: 18px;
  }
}
.testimonial-block-two .inner-block .author-box .author-info .designation {
  color: rgba(var(--headings-color-rgb), 0.7);
  text-transform: uppercase;
  margin-left: 34px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block .author-box .author-info .designation {
    margin-left: 0;
  }
}
.testimonial-block-two .inner-block .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
}
.testimonial-block-two .inner-block .bottom-box .text {
  color: #C5CCBA;
  font-family: var(--heading-font-family);
  font-size: 50px;
  line-height: 1.4;
  text-transform: uppercase;
  max-width: 550px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-block .bottom-box .text {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-two .inner-block .bottom-box .text {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block .bottom-box .text {
    font-size: 20px;
  }
}
.testimonial-block-two .inner-block .bottom-box .text span {
  margin-right: 0;
}
.testimonial-block-two .inner-block .bottom-box .icon-quote {
  position: relative;
  top: -12px;
}

/***

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

***/
.testimonial-section-three {
  overflow: hidden;
}
.testimonial-section-three .review {
  font-size: 16px;
  line-height: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 38px;
  background-color: var(--theme-color-gray);
  margin: 0 auto;
  margin-top: 60px;
}
.testimonial-section-three .review a {
  color: var(--headings-color);
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-three .review a:hover {
  letter-spacing: 1px;
}

.testimonial-block-three {
  padding: 60px 30px;
  background-color: var(--theme-color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .testimonial-block-three {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-three {
    padding: 30px 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-three {
    height: auto;
  }
}
.testimonial-block-three .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.testimonial-block-three .star i {
  font-size: 16px;
  color: var(--review-color);
}
.testimonial-block-three .text {
  margin: 25px 0;
}
.testimonial-block-three .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.testimonial-block-three .info img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-block-three .info .title {
  font-family: var(--body-font-family);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 20px;
}
.testimonial-block-three .info .sub-title {
  font-size: 13px;
  line-height: 18px;
}

/***

==================================================================
	Testimonial Section Four
==================================================================

***/
.testimonial-block-four {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .testimonial-block-four {
    height: 500px;
  }
}
.testimonial-block-four::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.11%, rgba(2, 2, 20, 0)), to(#020214));
  background: linear-gradient(180deg, rgba(2, 2, 20, 0) 33.11%, #020214 100%);
  content: "";
  z-index: 0;
  pointer-events: none;
}
.testimonial-block-four .image {
  height: 100%;
}
.testimonial-block-four .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-block-four .play-now-two {
  display: inline-block;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  background-color: var(--theme-color-white);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
}
.testimonial-block-four .play-now-two i {
  color: #1E1E2F;
  font-size: 18px;
}

/***

==================================================================
    Testimonial Section Five
==================================================================

***/
.testimonial-section-five {
  background-color: var(--dark-color);
  position: relative;
  padding: 120px 0;
}
.testimonial-section-five .outer-box {
  max-width: 1290px;
  margin: 0 auto;
}
.testimonial-section-five .testi-dot {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.testimonial-section-five .testi-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  background: transparent;
}
.testimonial-section-five .testi-dot .swiper-pagination-bullet-active {
  background-color: var(--theme-color-white);
}
.testimonial-section-five .testi-dot .dots-color .swiper-pagination-bullet {
  background-color: var(--theme-color-white);
}
.testimonial-section-five .testi-dot .dots-color .swiper-pagination-bullet.active {
  background-color: transparent;
  border-color: var(--theme-color-white);
}

.testimonial-block-five {
  position: relative;
}
.testimonial-block-five .inner-block {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 30px;
  padding: 45px 95px 50px 278px;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-block-five .inner-block {
    padding: 45px 50px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-five .inner-block {
    padding: 45px 15px;
  }
}
.testimonial-block-five .inner-block .author-text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-size: 24px;
  font-family: var(--font-roboto);
  line-height: 1.9167;
  margin-bottom: 66px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .testimonial-block-five .inner-block .author-text {
    font-size: 18px;
  }
}
.testimonial-block-five .inner-block .author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .testimonial-block-five .inner-block .author-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-five .inner-block .author-box {
    display: block;
  }
}
.testimonial-block-five .inner-block .author-box .author-image {
  position: absolute;
  left: 60px;
  top: 60px;
}
@media (max-width: 991.98px) {
  .testimonial-block-five .inner-block .author-box .author-image {
    position: relative;
    left: 0;
    top: -10px;
  }
}
.testimonial-block-five .inner-block .author-box .author-image img {
  border-radius: 50%;
  max-width: 230px;
}
@media (max-width: 991.98px) {
  .testimonial-block-five .inner-block .author-box .author-image img {
    max-width: 80px;
    margin-right: 30px;
  }
}
.testimonial-block-five .inner-block .author-box .author-info .name {
  color: var(--theme-color-white);
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .testimonial-block-five .inner-block .author-box .author-info .name {
    font-size: 24px;
  }
}
.testimonial-block-five .inner-block .author-box .author-info .designation {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.testimonial-block-five .inner-block .author-box .icon-quote {
  position: relative;
  top: -5px;
}

/*** 

====================================================================
  Golf Video Section
====================================================================

***/
.testimonial-section-mountain {
  background-color: var(--theme-color3);
  position: relative;
}
.testimonial-section-mountain .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-section-mountain .bird-shape {
  position: absolute;
  top: 110px;
  right: 170px;
}

.testimonial-wrapper-mountain .sec-title {
  margin-bottom: 30px;
  max-width: 790px;
}
@media (max-width: 767.98px) {
  .testimonial-wrapper-mountain .sec-title {
    margin-bottom: 0;
  }
}
.testimonial-wrapper-mountain .sec-title h2 {
  line-height: 100%;
  font-size: 90px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .testimonial-wrapper-mountain .sec-title h2 {
    text-align: center;
  }
  .testimonial-wrapper-mountain .sec-title h2 .color-text::before {
    display: none;
  }
  .testimonial-wrapper-mountain .sec-title h2 .line {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .testimonial-wrapper-mountain .sec-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-wrapper-mountain .sec-title h2 {
    font-size: 52px;
    line-height: 130%;
  }
}
.testimonial-wrapper-mountain .sec-title h2 .color-text {
  position: relative;
  z-index: 9;
}
.testimonial-wrapper-mountain .sec-title h2 .color-text::before {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: -15px;
  content: "";
  width: 54px;
  height: 100px;
  background-color: var(--theme-color1);
  z-index: -1;
}
.testimonial-wrapper-mountain .array-button {
  margin-top: 30px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1399.98px) {
  .testimonial-wrapper-mountain .array-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .testimonial-wrapper-mountain .array-button {
    display: none;
  }
}
.testimonial-wrapper-mountain .array-button .array-prev,
.testimonial-wrapper-mountain .array-button .array-next {
  background-color: rgba(224, 238, 238, 0.1019607843);
  border: 1px solid rgba(5, 5, 5, 0.1019607843);
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-wrapper-mountain .array-button .array-prev:hover,
.testimonial-wrapper-mountain .array-button .array-next:hover {
  background-color: rgba(var(--theme-color-black-rgb), 0.3);
  color: var(--theme-color1-text-color);
}
.testimonial-wrapper-mountain .testimonial-box-items-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area {
    display: block;
    text-align: center;
  }
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content {
  max-width: 600px;
  border-left: 1px solid rgba(224, 238, 238, 0.1);
  padding-left: 60px;
}
@media (max-width: 1699.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content {
    max-width: 470px;
    padding-left: 30px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin: 30px auto 0;
    max-width: 700px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content {
    border: none;
    margin-top: 0;
    max-width: 500px;
  }
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .text {
  font-weight: 300;
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .star {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFA800;
  display: inline-block;
  line-height: 1;
  margin-bottom: 60px;
  padding: 10px 20px;
}
@media (max-width: 1399.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .star {
    margin-top: 30px;
  }
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .client-info {
  margin-top: 160px;
}
@media (max-width: 1699.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .client-info {
    margin-top: 90px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .client-info {
    margin-top: 40px;
  }
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .client-info .title {
  color: #E0EEEE;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-content .client-info span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-thumb {
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-thumb {
    max-height: 500px;
    overflow: hidden;
  }
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-thumb:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.11%, rgba(2, 2, 20, 0)), to(#020214));
  background: linear-gradient(180deg, rgba(2, 2, 20, 0) 33.11%, #020214 100%);
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-thumb .play-now-two {
  position: absolute;
  top: calc(50% - 59px);
  left: calc(50% - 59px);
  height: 118px;
  width: 118px;
  line-height: 118px;
  text-align: center;
  border: 1px solid var(--theme-color-white);
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(30, 30, 47, 0.1215686275);
          box-shadow: 0px 4px 3px 0px rgba(30, 30, 47, 0.1215686275);
}
.testimonial-wrapper-mountain .testimonial-box-items-area .testimonial-thumb .play-now-two i {
  font-size: 30px;
  color: var(--theme-color-white);
}
.testimonial-wrapper-mountain.beach-style .array-button .array-prev:hover,
.testimonial-wrapper-mountain.beach-style .array-button .array-next:hover {
  background-color: var(--theme-color1);
}

/*** 

====================================================================
  Testimonial section Six
====================================================================

***/
.testimonial-section-six {
  background-color: var(--gray-color2);
  padding: 120px 0 100px;
  position: relative;
}
.testimonial-section-six .subtitle {
  color: var(--dark-color);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  margin-bottom: 25px;
  position: relative;
}
.testimonial-section-six .subtitle:before {
  background-color: rgba(var(--dark-color-rgb), 0.2);
  bottom: 10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80px;
}
.testimonial-section-six .golf-video {
  margin-top: -450px;
  position: relative;
}
.testimonial-section-six .golf-video .outer-box .bg-image {
  background-repeat: no-repeat;
}
.testimonial-section-six .golf-video .outer-box .bg-image:before {
  display: none;
}
.testimonial-section-six .testimonials {
  position: relative;
}
.testimonial-section-six .testimonials .testimonial-thumbs {
  overflow: hidden;
  padding: 0;
  width: 385px;
}
.testimonial-section-six .testimonials .testimonial-thumbs .swiper-slide {
  max-width: 120px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-six .testimonials .testimonial-thumbs .swiper-slide img {
  border-radius: 50%;
  cursor: pointer;
  height: 116px;
  margin-bottom: 26px;
  width: 116px;
}
.testimonial-section-six .testimonials .testimonial-thumbs .swiper-slide-active {
  opacity: 1;
}
.testimonial-section-six .testimonials .testimonial-thumbs .swiper-slide-active .info-box {
  opacity: 1;
  visibility: visible;
}

.testimonial-block-six .inner-box {
  text-align: center;
}
.testimonial-block-six .inner-box .text {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
  max-width: 1168px;
  margin: 0 auto 85px;
  text-transform: capitalize;
}
@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 {
  bottom: 0;
  color: #dee0dd;
  font-size: 170px;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  z-index: -1;
}

.testimonial-thumbs .info-box {
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.testimonial-thumbs .info-box .name {
  margin-bottom: 5px;
  color: var(--dark-color);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
.testimonial-thumbs .info-box .designation {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*** 

====================================================================
  Testimonial section Seven
====================================================================

***/
.testimonial-section-seven {
  padding: 87px 0 141px;
  position: relative;
}
.testimonial-section-seven .subtitle {
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  margin-bottom: 25px;
  position: relative;
}
.testimonial-section-seven .subtitle:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.2);
  bottom: 10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80px;
}
.testimonial-section-seven .testimonials {
  position: relative;
}
.testimonial-section-seven .testimonials .testimonial-thumbs {
  overflow: hidden;
  padding: 0;
  width: 385px;
}
.testimonial-section-seven .testimonials .testimonial-thumbs .swiper-slide {
  max-width: 120px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-seven .testimonials .testimonial-thumbs .swiper-slide img {
  border-radius: 50%;
  cursor: pointer;
  height: 116px;
  margin-bottom: 26px;
  width: 116px;
}
.testimonial-section-seven .testimonials .testimonial-thumbs .swiper-slide-active {
  opacity: 1;
}
.testimonial-block-seven .inner-box {
  text-align: center;
}
.testimonial-block-seven .inner-box .text {
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.929;
  max-width: 1010px;
  margin: 0 auto 45px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .testimonial-block-seven .inner-box .text {
    max-width: initial;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-seven .inner-box .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-block-seven .inner-box .quote-icon {
  bottom: 65px;
  color: var(--theme-color2);
  font-size: 170px;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  z-index: -1;
}

/***

==================================================================
    Testimonial Section Two
==================================================================

***/
.testimonial-section-breakfast {
  background-color: var(--theme-color1);
  position: relative;
  padding: 140px 0;
}
@media (max-width: 991.98px) {
  .testimonial-section-breakfast {
    padding: 100px 0;
  }
}
.testimonial-section-breakfast .section-breakfast-wrapper {
  margin-bottom: 35px;
}
.testimonial-section-breakfast .outer-box {
  margin-top: 51px;
  margin-left: -75px;
  max-width: 1005px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-breakfast .outer-box {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-breakfast .outer-box {
    margin-top: 50px;
  }
}
.testimonial-section-breakfast .testimonial-breakfast-swiper {
  overflow: hidden;
}
.testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-prev,
.testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-next {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 60px;
  width: 60px;
  font-size: 20px;
  text-align: center;
  left: auto;
  right: 100px;
  top: 140px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-prev,
  .testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-next {
    display: none;
  }
}
.testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-prev:after,
.testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-next:after {
  font-size: 0;
}
.testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-prev:hover,
.testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-next:hover {
  background-color: var(--theme-color-white);
  border-color: var(--theme-color-white);
  color: var(--dark-color);
}
.testimonial-section-breakfast .testimonial-breakfast-swiper .swiper-button-next {
  top: 210px;
}

.testimonial-breakfast-info-box {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  padding: 78px 59px 80px;
  text-align: center;
  max-width: 380px;
}
@media (max-width: 1199.98px) {
  .testimonial-breakfast-info-box {
    padding: 50px 15px 50px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-breakfast-info-box {
    padding: 68px 10px 60px;
  }
}
.testimonial-breakfast-info-box .number {
  color: var(--theme-color-white);
  line-height: 1;
  margin-bottom: 5px;
}
.testimonial-breakfast-info-box .rating {
  color: #FFAC3C;
  margin-bottom: 6px;
}
.testimonial-breakfast-info-box .rating i {
  margin-right: 1px;
  font-size: 18px;
}
.testimonial-breakfast-info-box .review {
  color: var(--theme-color-white);
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.testimonial-breakfast-info-box .title {
  color: var(--theme-color-white);
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial-breakfast-info-box .theme-btn-breakfast-light {
  margin-top: 50px;
}

.testimonial-block-breakfast {
  position: relative;
}
.testimonial-block-breakfast .inner-block .author-rating {
  margin-bottom: 22px;
}
.testimonial-block-breakfast .inner-block .author-rating i {
  color: #FFAC3C;
  font-size: 18px;
  margin-right: 2px;
}
.testimonial-block-breakfast .inner-block .author-text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.4px;
  margin-bottom: 89px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-breakfast .inner-block .author-text {
    margin-bottom: 46px;
  }
}
.testimonial-block-breakfast .inner-block .author-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.testimonial-block-breakfast .inner-block .author-box .icon {
  position: absolute;
  right: 0;
}
.testimonial-block-breakfast .inner-block .author-box .author-image img {
  border-radius: 50%;
  max-width: 80px;
}
.testimonial-block-breakfast .inner-block .author-box .author-info .name {
  color: var(--theme-color1-text-color);
  font-size: 24px;
  font-family: var(--heading-font-family);
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .testimonial-block-breakfast .inner-block .author-box .author-info .name {
    font-size: 18px;
  }
}
.testimonial-block-breakfast .inner-block .author-box .author-info .designation {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}

/***

==================================================================
    Team Section
==================================================================

***/
.team-section {
  background-color: var(--dark-color);
  padding: 120px 0;
}
.team-section .outer-box {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.team-block {
  position: relative;
}
.team-block .rr-hover-reveal-bg {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 300px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5) rotate(7deg);
          transform: scale(0.5) rotate(7deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block:hover .rr-hover-reveal-bg, .team-block.active .rr-hover-reveal-bg {
  opacity: 1;
  -webkit-transform: scale(1) rotate(7deg);
          transform: scale(1) rotate(7deg);
}
.team-block .inner-block {
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 40px 0 39px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .team-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team-block .inner-block:hover {
  border-bottom-color: rgba(var(--theme-color-white-rgb), 0.2);
}
.team-block .inner-block:hover .year {
  color: var(--theme-color-white);
}
.team-block .inner-block:hover .content .title {
  color: var(--theme-color-white);
}
.team-block .inner-block:hover .content .designation {
  color: rgba(var(--theme-color-white-rgb), 0.5);
}
.team-block .inner-block:hover .social-box .social-icon {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  color: var(--theme-color-white);
}
.team-block .inner-block:hover .social-box .social-text {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  color: var(--theme-color-white);
}
.team-block .inner-block .year {
  color: #5D5D62;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block .content {
  text-align: center;
  text-transform: uppercase;
}
.team-block .inner-block .content .title {
  color: #5D5D62;
  font-weight: 600;
  margin-bottom: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block .content .designation {
  color: #5D5D62;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .team-block .inner-block .social-box {
    margin-top: 20px;
  }
}
.team-block .inner-block .social-box .social-icon {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block .social-box .social-text {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 100px;
  display: inline-block;
  font-weight: 500;
  margin-left: 6px;
  padding: 6px 21px 4px;
  min-width: 98px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mountain-team .team-wrapper .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .mountain-team .team-wrapper .sec-title {
    margin-bottom: 0;
  }
}
.mountain-team .team-wrapper .sec-title h2 {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .mountain-team .team-wrapper .sec-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .mountain-team .team-wrapper .sec-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .mountain-team .team-wrapper .sec-title h2 {
    font-size: 42px;
    line-height: 130%;
  }
}
.mountain-team .team-wrapper .team-button {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .mountain-team .team-wrapper .team-button {
    margin-top: 30px;
  }
}
@media (max-width: 1399.98px) {
  .mountain-team .team-wrapper .team-button .theme-btn {
    width: 100%;
  }
}
.mountain-team .team-wrapper .team-button .theme-btn i {
  font-size: 30px;
  color: var(--theme-color-white);
  margin-left: 480px;
}
@media (max-width: 1399.98px) {
  .mountain-team .team-wrapper .team-button .theme-btn i {
    margin-left: 15px;
  }
}
.mountain-team .theme-btn-eight {
  max-width: 640px;
}

.mountain-team-block {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.mountain-team-block img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.mountain-team-block img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.mountain-team-block img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mountain-team-block .title {
  position: absolute;
  text-align: center;
  bottom: -100px;
  left: 0;
  line-height: 1;
  margin: 0 auto;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  visibility: hidden;
}
@media (max-width: 1599.98px) {
  .mountain-team-block .title {
    font-size: 20px;
  }
}
.mountain-team-block .theme-btn-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: -100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mountain-team-block .theme-btn-main .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #011126;
  background: #E0EEEE;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mountain-team-block .theme-btn-main .icon svg path {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mountain-team-block .theme-btn-main .text {
  height: 40px;
  line-height: 40px;
  color: #011126;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  padding: 0 30px;
  display: inline-block;
  border-radius: 30px;
  background: #E0EEEE;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mountain-team-block .theme-btn-main:hover .icon {
  color: #ffffff;
  background-color: var(--theme-color1);
}
.mountain-team-block .theme-btn-main:hover .icon svg path {
  fill: var(--headings-color);
}
.mountain-team-block .theme-btn-main:hover .text {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.mountain-team-block:hover img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.mountain-team-block:hover img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.mountain-team-block:hover .title {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}
.mountain-team-block:hover .theme-btn-main {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/***

==================================================================
    Pricing Section Four
==================================================================

***/
.pricing-section-four {
  position: relative;
  padding: 100px 0 120px;
}
@media (max-width: 991.98px) {
  .pricing-section-four {
    padding: 80px 0 40px;
  }
}

@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-black);
  border-color: var(--theme-color-black);
}
.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.active .content-column .inner-column .btn-style-four, .pricing-block-four .inner-box:hover .content-column .inner-column .btn-style-four {
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
}
.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-black);
  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: 16px;
  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: 16px;
  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;
  border-radius: 0;
}

/***

==================================================================
  Blog Area Home Layout 1
==================================================================

***/
.blog-area {
  padding: 120px 0 140px;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog-area {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .blog-area .section-title {
    margin-bottom: 0;
  }
}
.blog-area .blog-arrow-box {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .blog-area .blog-arrow-box {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.blog-area .blog-arrow-box button {
  width: 50px;
  height: 50px;
  font-size: 16px;
  background: var(--theme-color-white);
  margin: 0 6px 0;
  border: 1px solid rgba(4, 6, 24, 0.14);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-area .blog-arrow-box button:hover {
  background: var(--theme-color1);
  color: var(--theme-color-white);
  border-color: var(--theme-color1);
}

.blog-box {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(4, 6, 24, 0.12);
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-box:hover .blog-main-thumb img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.blog-box:hover .blog-main-thumb img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-box .image-box {
  overflow: hidden;
  position: relative;
}
.blog-box .image-box img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.blog-box .image-box img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-box .image-box img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-box .image-box .img-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 26, 29, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.blog-box .content-box {
  padding: 30px 40px 40px 30px;
}
@media (max-width: 1399.98px) {
  .blog-box .content-box {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog-box .content-box {
    padding: 30px 20px;
  }
}
.blog-box .content-box .title {
  font-family: var(--body-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 36px;
}
@media (max-width: 575.98px) {
  .blog-box .content-box .title {
    font-size: 20px;
  }
}
.blog-box .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-box .content-box .title a:hover {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-box .content-box .post-meta {
  margin-bottom: 16px;
}
.blog-box .content-box .post-meta ul {
  gap: 12px;
}
.blog-box .content-box .post-meta ul li {
  background: #eef0ee;
  padding: 3px 20px;
  border-radius: 30px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--headings-color);
}
@media (max-width: 1399.98px) {
  .blog-box .content-box .post-meta ul li {
    padding: 3px 10px;
  }
}
@media (max-width: 991.98px) {
  .blog-box .content-box .post-meta ul li:first-child {
    margin-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .blog-box .content-box .post-meta ul li {
    font-size: 14px;
  }
}
.blog-box .content-box .button .theme-btn-arrow-left {
  background: rgba(83, 98, 78, 0);
  border: 1px solid rgba(4, 6, 24, 0.1);
  color: var(--headings-color);
}
.blog-box .content-box .button .theme-btn-arrow-left img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.blog-box .content-box .button .theme-btn {
  background: rgba(83, 98, 78, 0);
  border: 1px solid rgba(4, 6, 24, 0.1);
  color: var(--headings-color);
}
.blog-box .content-box .button .theme-btn-arrow-right {
  background: rgba(83, 98, 78, 0);
  border: 1px solid rgba(4, 6, 24, 0.1);
  color: var(--headings-color);
}
.blog-box .content-box .button .theme-btn-arrow-right img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.blog-box .content-box .button .theme-btn-main:hover .theme-btn-arrow-left {
  background: var(--theme-color1);
}
.blog-box .content-box .button .theme-btn-main:hover .theme-btn-arrow-left img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.blog-box .content-box .button .theme-btn-main:hover .theme-btn {
  background: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  color: var(--theme-color-white);
}
.blog-box .content-box .button .theme-btn-main:hover .theme-btn-arrow-right {
  background: var(--theme-color1);
}
.blog-box .content-box .button .theme-btn-main:hover .theme-btn-arrow-right img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/***

==================================================================
    Blog Section Home Layout 3
==================================================================

***/
.blog-section-resort {
  overflow: hidden;
}

.blog-slider-resort {
  overflow: hidden;
}
.blog-slider-resort .slider-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-slider-resort .slider-info button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.blog-slider-resort .slider-info button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.blog-slider-resort .slider-info .swiper-pagination-bullet {
  width: 80px;
  border-radius: 30px;
  height: 4px;
  margin: 0 4px;
  opacity: 1;
  background-color: rgba(2, 2, 20, 0.078);
}
.blog-slider-resort .slider-info .swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .blog-slider-resort .slider-info .swiper-pagination-bullet {
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .blog-slider-resort .slider-info {
    gap: 10px;
  }
}

.blog-post-resort {
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  padding: 20px;
}
.blog-post-resort .image {
  display: block;
  overflow: hidden;
}
.blog-post-resort .image img {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.blog-post-resort .content .tag {
  background-color: var(--theme-color1);
  border-radius: 100px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 8px 18px;
  text-transform: capitalize;
}
.blog-post-resort .content .title {
  margin: 20px 0;
  text-transform: uppercase;
}
.blog-post-resort .content .title a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-resort .content .title a:hover {
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .blog-post-resort .content .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.blog-post-resort .content .text {
  margin-bottom: 0;
}
.blog-post-resort .content .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(var(--theme-color1-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 20px;
  margin-top: 30px;
  padding-top: 30px;
}
@media (max-width: 375.98px) {
  .blog-post-resort .content .info {
    display: block;
  }
}
.blog-post-resort .content .info li {
  background-color: #eef0ee;
  border-radius: 30px;
  color: #040618;
  font-size: 16px;
  line-height: 16px;
  padding: 6px 16px;
}
@media (max-width: 375.98px) {
  .blog-post-resort .content .info li {
    display: inline-block;
  }
  .blog-post-resort .content .info li:first-child {
    margin-bottom: 12px;
  }
}
.blog-post-resort .content .info li i {
  display: inline-block;
  margin-right: 5px;
}
.blog-post-resort:hover .image img {
  -webkit-transform: scale(1.1) translateX(-15px);
          transform: scale(1.1) translateX(-15px);
}

/***

==================================================================
  Blog Section Home Layout 4
==================================================================

***/
.blog-section-beach {
  background-color: #EAEDE4;
  padding: 120px 0;
  margin-top: 300px;
}
@media (max-width: 1199.98px) {
  .blog-section-beach {
    margin-top: 0;
  }
}
.blog-section-beach .outer-box {
  position: relative;
}

.blog-post-beach .inner-block {
  border-bottom: 1px solid rgba(var(--headings-color-rgb), 0.14);
}
.blog-post-beach .inner-block:hover .content-box .btn-link, .blog-post-beach .inner-block.active .content-box .btn-link {
  background-color: #53624E;
}
.blog-post-beach .inner-block:hover .content-box .btn-link i, .blog-post-beach .inner-block.active .content-box .btn-link i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.blog-post-beach .inner-block:hover .image-box .image-1 img, .blog-post-beach .inner-block.active .image-box .image-1 img {
  opacity: 1;
}
.blog-post-beach .inner-block .image-box {
  position: absolute;
  right: -440px;
  top: 0;
}
@media (max-width: 1199.98px) {
  .blog-post-beach .inner-block .image-box {
    right: -405px;
    top: 35px;
  }
}
@media (max-width: 991.98px) {
  .blog-post-beach .inner-block .image-box {
    position: relative;
    right: auto;
    margin-bottom: 30px;
  }
}
.blog-post-beach .inner-block .image-box .image-1 {
  margin-bottom: 0;
}
.blog-post-beach .inner-block .image-box .image-1 img {
  opacity: 0;
  -webkit-mask-image: url(../images/resource/blog1-mask1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .blog-post-beach .inner-block .image-box .image-1 img {
    opacity: 1;
  }
}
.blog-post-beach .inner-block .content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 0 24px;
}
@media (max-width: 1199.98px) {
  .blog-post-beach .inner-block .content-box {
    display: block;
  }
}
.blog-post-beach .inner-block .content-box .title {
  font-family: var(--body-font-family);
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog-post-beach .inner-block .content-box .title {
    margin-bottom: 20px;
  }
}
.blog-post-beach .inner-block .content-box .right-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .blog-post-beach .inner-block .content-box .right-align {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog-post-beach .inner-block .content-box .meta-date {
  color: rgba(var(--headings-color-rgb), 0.7);
  margin-right: 106px;
}
@media (max-width: 1399.98px) {
  .blog-post-beach .inner-block .content-box .meta-date {
    margin-right: 30px;
  }
}
.blog-post-beach .inner-block .content-box .btn-link {
  background-color: var(--headings-color);
  border-radius: 6px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 17px;
  height: 40px;
  line-height: 38px;
  width: 40px;
  text-align: center;
  position: relative;
  top: -1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-beach .inner-block .content-box .btn-link i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
  Blog Section Home Layout 5
==================================================================

***/
.blog-section-island {
  padding: 120px 0;
}

.block-post-island {
  margin-bottom: 30px;
}
.block-post-island .inner-block {
  border: 1px solid rgba(18, 18, 18, 0.1);
  position: relative;
}
.block-post-island .inner-block:hover .image-box .image-1 img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.block-post-island .inner-block:hover .btn-learn-more {
  color: var(--theme-color-white);
}
.block-post-island .inner-block:hover .btn-learn-more:before {
  height: 100%;
}
.block-post-island .inner-block .image-box {
  padding: 14px 14px 0;
}
.block-post-island .inner-block .image-box .image-1 {
  margin-bottom: 0;
  overflow: hidden;
}
.block-post-island .inner-block .image-box .image-1 img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.block-post-island .inner-block .content-box {
  padding: 15px 23px 24px;
}
.block-post-island .inner-block .content-box .title {
  font-family: var(--body-font-family);
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.block-post-island .inner-block .content-box .category {
  color: var(--theme-color1);
  font-size: 18px;
  font-weight: 500;
}
.block-post-island .inner-block .content-box .feature-list {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  margin-bottom: 16px;
}
.block-post-island .inner-block .content-box .feature-list li {
  color: rgba(18, 18, 18, 0.7);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 31px;
  margin-bottom: 15px;
  position: relative;
}
.block-post-island .inner-block .content-box .feature-list li:first-child {
  margin-left: 0;
}
.block-post-island .inner-block .content-box .feature-list li:first-child:before {
  display: none;
}
.block-post-island .inner-block .content-box .feature-list li:before {
  content: "";
  background-color: #181820;
  height: 6px;
  width: 6px;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-post-island .inner-block .content-box .feature-list li span {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.block-post-island .inner-block .btn-learn-more {
  background-color: #ECECEC;
  color: #121212;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  margin: 0 -1px -1px;
  position: relative;
  z-index: 1;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-post-island .inner-block .btn-learn-more:before {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-post-island .inner-block .btn-learn-more .icon {
  font-size: 16px;
  margin-left: 20px;
}

/***

==================================================================
  Blog Section Home Layout 6
==================================================================

***/
.blog-section-breakfast {
  background-color: #F4EFED;
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .blog-section-breakfast {
    padding: 100px 0;
  }
}
.blog-section-breakfast .section-breakfast-wrapper .theme-btn-breakfast {
  margin-top: 76px;
}
@media (max-width: 1399.98px) {
  .blog-section-breakfast .section-breakfast-wrapper .theme-btn-breakfast {
    margin-top: 20px;
  }
}
.blog-section-breakfast .section-breakfast-wrapper .image-1 {
  margin-top: 140px;
}
@media (max-width: 1399.98px) {
  .blog-section-breakfast .section-breakfast-wrapper .image-1 {
    display: none;
  }
}
.blog-section-breakfast .outer-box {
  max-width: 1750px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-post-breakfast {
  position: relative;
}
.blog-post-breakfast .rr-hover-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 300px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-breakfast:hover .rr-hover-reveal-bg, .blog-post-breakfast.active .rr-hover-reveal-bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.blog-post-breakfast:hover .inner-block .content-box .btn-link, .blog-post-breakfast.active .inner-block .content-box .btn-link {
  background-color: #A44438;
  color: var(--theme-color-white);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.blog-post-breakfast .inner-block {
  border-bottom: 1px solid rgba(var(--headings-color-rgb), 0.14);
  position: relative;
}
.blog-post-breakfast .inner-block .content-box {
  padding: 40px 0 40px;
}
.blog-post-breakfast .inner-block .content-box .title {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  max-width: 550px;
}
.blog-post-breakfast .inner-block .content-box .meta-list > div {
  border: 1px solid rgba(24, 24, 32, 0.1);
  border-radius: 120px;
  color: rgba(24, 24, 32, 0.6);
  display: inline-block;
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 22px 5px;
}
@media (max-width: 575.98px) {
  .blog-post-breakfast .inner-block .content-box .meta-list > div {
    margin-bottom: 10px;
  }
}
.blog-post-breakfast .inner-block .content-box .meta-date {
  color: rgba(var(--headings-color-rgb), 0.7);
  margin-right: 106px;
}
.blog-post-breakfast .inner-block .content-box .btn-link {
  background: rgba(24, 24, 32, 0.1);
  border-radius: 50%;
  color: #181820;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .blog-post-breakfast .inner-block .content-box .btn-link {
    position: relative;
    right: auto;
    top: 0;
    margin-top: 30px;
  }
}

/***

==================================================================
    Blog Section Home Layout 7
==================================================================

***/
.blog-section-royal {
  background-color: #F4EFED;
  padding: 120px 0;
}
.blog-section-royal .section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .blog-section-royal .section-2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .blog-section-royal .section-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .blog-section-royal .section-2 small {
    margin: 0 0 31px;
  }
}
.blog-section-royal .section-2 .section-2-title {
  text-transform: uppercase;
  font-size: 120px;
}
@media (max-width: 1199.98px) {
  .blog-section-royal .section-2 .section-2-title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .blog-section-royal .section-2 .section-2-title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .blog-section-royal .section-2 .section-2-title {
    font-size: 40px;
  }
}
.blog-section-royal .outer-box {
  max-width: 1750px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-post-royal {
  position: relative;
  margin-bottom: 30px;
}
.blog-post-royal .inner-block {
  background-color: var(--theme-color-white);
  position: relative;
}
.blog-post-royal .inner-block: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);
}
.blog-post-royal .inner-block: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);
}
.blog-post-royal .inner-block:hover .content-box .title a {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-post-royal .inner-block .content-box {
  padding: 50px 40px 68px;
}
@media (max-width: 1399.98px) {
  .blog-post-royal .inner-block .content-box {
    padding: 50px 15px 68px;
  }
}
.blog-post-royal .inner-block .content-box .title {
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .blog-post-royal .inner-block .content-box .title {
    max-width: none;
  }
}
.blog-post-royal .inner-block .content-box .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-post-royal .inner-block .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-post-royal .inner-block .content-box .meta-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}
.blog-post-royal .inner-block .content-box .meta-list > div {
  border: 1px solid rgba(var(--dark-color-rgb), 0.12);
  border-radius: 120px;
  color: rgba(var(--dark-color-rgb), 0.6);
  display: inline-block;
  font-family: var(--font-roboto);
  padding: 1.5px 26px;
  margin-right: 5px;
}
@media (max-width: 1399.98px) {
  .blog-post-royal .inner-block .content-box .meta-list > div {
    padding: 1.5px 16px;
  }
}
@media (max-width: 1199.98px) {
  .blog-post-royal .inner-block .content-box .meta-list > div {
    margin-bottom: 5px;
  }
}
.blog-post-royal .inner-block .content-box .meta-date {
  color: rgba(var(--headings-color-rgb), 0.7);
  font-family: var(--font-roboto);
}
.blog-post-royal .inner-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-post-royal .inner-block .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-post-royal .inner-block .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);
}

/***

==================================================================
  Blog Section Home Layout 8
==================================================================

***/
.blog-section-winter {
  padding: 120px 0;
}

.blog-post-winter {
  position: relative;
  margin-bottom: 30px;
}
.blog-post-winter .inner-block {
  border: 1px solid rgba(var(--dark-color-rgb), 0.1);
  position: relative;
  z-index: 1;
}
.blog-post-winter .inner-block:before {
  background-color: rgba(5, 44, 72, 0.44);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-winter .inner-block:hover:before {
  height: 100%;
}
.blog-post-winter .inner-block: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);
}
.blog-post-winter .inner-block: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);
}
.blog-post-winter .inner-block:hover .content-box .meta-category {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
}
.blog-post-winter .inner-block:hover .content-box .btn-more {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.blog-post-winter .inner-block:hover .content-box .meta-list {
  color: var(--theme-color-white);
}
.blog-post-winter .inner-block:hover .content-box .meta-list .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.blog-post-winter .inner-block:hover .content-box .title a {
  color: var(--theme-color-white);
}
.blog-post-winter .inner-block .content-box {
  padding: 73px 42px 69px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .blog-post-winter .inner-block .content-box {
    padding: 73px 18px 69px;
  }
}
.blog-post-winter .inner-block .content-box .title {
  color: var(--headings-color);
  font-weight: 500;
  line-height: 1.4167;
  margin-bottom: 253px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-winter .inner-block .content-box .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color-white);
}
.blog-post-winter .inner-block .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-post-winter .inner-block .content-box .btn-more {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 40px;
  height: 120px;
  line-height: 120px;
  width: 120px;
  text-align: center;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-winter .inner-block .content-box .meta-category {
  border: 1px solid rgba(var(--dark-color-rgb), 0.1);
  border-radius: 0;
  color: var(--headings-color);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 13px;
  margin-bottom: 21px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-winter .inner-block .content-box .meta-list {
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .blog-post-winter .inner-block .content-box .meta-list {
    display: block;
  }
}
.blog-post-winter .inner-block .content-box .meta-list .icon {
  margin-right: 2px;
  position: relative;
  top: -1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-winter .inner-block .content-box .meta-list .meta-date {
  margin-right: 25px;
}
.blog-post-winter .inner-block .image-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog-post-winter .inner-block .image {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
.blog-post-winter .inner-block .image img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-post-winter .inner-block .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);
}

/***

==================================================================
    Blog Section Home Layout 10
==================================================================

***/
.blog-section-spa {
  padding: 120px 0;
}

.blog-post-spa {
  position: relative;
  margin-bottom: 30px;
}
.blog-post-spa .inner-block {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  z-index: 1;
}
.blog-post-spa .inner-block:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-spa .inner-block:hover:before {
  height: 100%;
}
.blog-post-spa .inner-block: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);
}
.blog-post-spa .inner-block: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);
}
.blog-post-spa .inner-block:hover .content-box .meta-list > div {
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
  color: #1E1B1B;
}
.blog-post-spa .inner-block .content-box {
  padding: 79px 39px 71px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .blog-post-spa .inner-block .content-box {
    padding: 79px 15px 71px;
  }
}
.blog-post-spa .inner-block .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 211px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  max-width: 400px;
}
.blog-post-spa .inner-block .content-box .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color-white);
}
.blog-post-spa .inner-block .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-post-spa .inner-block .content-box .btn-more {
  color: var(--theme-color-white);
  font-weight: 500;
}
.blog-post-spa .inner-block .content-box .btn-more .icon {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.blog-post-spa .inner-block .content-box .meta-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}
.blog-post-spa .inner-block .content-box .meta-list > div {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 0;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  display: inline-block;
  font-family: var(--font-roboto);
  padding: 1.5px 26px;
  margin-right: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-spa .inner-block .content-box .meta-date {
  color: var(--theme-color-white);
  font-family: var(--font-roboto);
}
.blog-post-spa .inner-block .image-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog-post-spa .inner-block .image {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
.blog-post-spa .inner-block .image img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-post-spa .inner-block .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);
}

/***

==================================================================
    Blog Section Home Layout 10
==================================================================

***/
.blog-section-spa {
  padding: 120px 0;
}

.blog-post-spa {
  position: relative;
  margin-bottom: 30px;
}
.blog-post-spa .inner-block {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  z-index: 1;
}
.blog-post-spa .inner-block:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-spa .inner-block:hover:before {
  height: 100%;
}
.blog-post-spa .inner-block: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);
}
.blog-post-spa .inner-block: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);
}
.blog-post-spa .inner-block:hover .content-box .meta-list > div {
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
  color: #1E1B1B;
}
.blog-post-spa .inner-block .content-box {
  padding: 79px 39px 71px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .blog-post-spa .inner-block .content-box {
    padding: 79px 15px 71px;
  }
}
.blog-post-spa .inner-block .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 211px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  max-width: 400px;
}
.blog-post-spa .inner-block .content-box .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color-white);
}
.blog-post-spa .inner-block .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-post-spa .inner-block .content-box .btn-more {
  color: var(--theme-color-white);
  font-weight: 500;
}
.blog-post-spa .inner-block .content-box .btn-more .icon {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.blog-post-spa .inner-block .content-box .meta-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}
.blog-post-spa .inner-block .content-box .meta-list > div {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 0;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  display: inline-block;
  font-family: var(--font-roboto);
  padding: 1.5px 26px;
  margin-right: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-spa .inner-block .content-box .meta-date {
  color: var(--theme-color-white);
  font-family: var(--font-roboto);
}
.blog-post-spa .inner-block .image-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog-post-spa .inner-block .image {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
.blog-post-spa .inner-block .image img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-post-spa .inner-block .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);
}

/*** 

====================================================================
  Golf Memory Section
====================================================================

***/
.golf-memory-box .inner-box {
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  position: relative;
}
.golf-memory-box .inner-box:hover {
  cursor: pointer;
}
.golf-memory-box .inner-box:hover .image-1 img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.golf-memory-box .inner-box:hover .image-1 img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.golf-memory-box .image-box {
  position: relative;
}
.golf-memory-box .image-box .image-1 {
  overflow: hidden;
  position: relative;
}
.golf-memory-box .image-box .image-1 img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.golf-memory-box .image-box .image-1 img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.golf-memory-box .image-box .image-1 img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.golf-memory-box .content-box {
  padding: 30px;
  position: relative;
}
.golf-memory-box .content-box .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.golf-memory-box .content-box .icon {
  border: 1px solid rgba(var(--theme-color2-rgb), 0.2);
  color: var(--headings-color);
  font-size: 17px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 48px;
}
.golf-memory-box .content-box:hover .icon {
  background-color: var(--theme-color1);
  border-color: transparent;
}

/*** 

====================================================================
  Golf Event Section
====================================================================

***/
.golf-event {
  padding-bottom: 250px;
  position: relative;
}
@media (max-width: 991.98px) {
  .golf-event {
    padding-bottom: 200px;
  }
}

.golf-event-image-show {
  position: relative;
  height: 100%;
}
.golf-event-image-show .image-visible {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  max-width: 631px;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.golf-event-box .inner-box {
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  overflow: hidden;
  position: relative;
}
.golf-event-box .inner-box:hover {
  cursor: pointer;
}
.golf-event-box .inner-box:hover .image-box {
  width: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .golf-event-box .inner-box:hover .image-box {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    width: auto;
  }
}
.golf-event-box .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.golf-event-box .inner-box:hover .read-more-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.golf-event-box .image-box {
  width: 250px;
  max-width: 250px;
  max-height: 250px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  -webkit-transition: width 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: width 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .golf-event-box .image-box {
    overflow: hidden;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .golf-event-box .image-box img {
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .golf-event-box .image-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.golf-event-box .content-box {
  padding: 37px 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .golf-event-box .content-box {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.golf-event-box .content-box .title {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 35px;
  text-transform: capitalize;
}
@media (max-width: 1399.98px) {
  .golf-event-box .content-box .title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .golf-event-box .content-box .title {
    margin-bottom: 15px;
  }
}
.golf-event-box .read-more-btn {
  background-color: var(--headings-color);
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 30%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (max-width: 1199.98px) {
  .golf-event-box .read-more-btn {
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .golf-event-box .read-more-btn {
    bottom: auto;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    top: 20px;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 50px;
  }
}
.golf-event-box .read-more-btn i {
  color: var(--theme-color-white);
  font-size: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .golf-event-box .read-more-btn i {
    font-size: 20px;
  }
}
.golf-event-box .read-more-btn:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.golf-event-box .event-meta {
  gap: 25px;
  margin-bottom: 20px;
}
.golf-event-box .event-meta li {
  color: rgba(var(--theme-color2-rgb), 0.6);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}
.golf-event-box .event-meta i {
  color: var(--headings-color);
}
.golf-event-box .event-meta:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.golf-event-box .sub-title {
  color: var(--dark-color);
  font-family: var(--body-font-family);
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
}
.golf-event-box .designation {
  color: rgba(var(--dark-color-rgb), 0.7);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

/*** 

====================================================================
  Mountain Blog section
====================================================================

***/
.news-section-mountain {
  position: relative;
}
.news-section-mountain .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-wrapper-mountain .news-left-items h2 {
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .news-wrapper-mountain .news-left-items h2 {
    font-size: 85px;
  }
}
@media (max-width: 991.98px) {
  .news-wrapper-mountain .news-left-items h2 {
    font-size: 75px;
  }
}
@media (max-width: 767.98px) {
  .news-wrapper-mountain .news-left-items h2 {
    font-size: 60px;
  }
  .news-wrapper-mountain .news-left-items h2 .line {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .news-wrapper-mountain .news-left-items h2 {
    font-size: 42px;
    line-height: 130%;
  }
}
.news-wrapper-mountain .news-right-items {
  margin-right: -45%;
}
@media (max-width: 1199.98px) {
  .news-wrapper-mountain .news-right-items {
    margin-right: 0;
  }
}
.news-wrapper-mountain .news-right-items .news-box-thumb {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.news-wrapper-mountain .news-right-items .news-box-thumb img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.news-wrapper-mountain .news-right-items .news-box-thumb img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-wrapper-mountain .news-right-items .news-box-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrapper-mountain .news-right-items .news-box-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.33%, rgba(21, 34, 28, 0)), to(#15221C));
  background: linear-gradient(180deg, rgba(21, 34, 28, 0) 37.33%, #15221C 100%);
  z-index: 1;
}
.news-wrapper-mountain .news-right-items .news-box-thumb .news-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .news-wrapper-mountain .news-right-items .news-box-thumb .news-content {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.news-wrapper-mountain .news-right-items .news-box-thumb .news-content .date {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  padding: 12px 22px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.news-wrapper-mountain .news-right-items .news-box-thumb .news-content .date i {
  margin-right: 8px;
}
.news-wrapper-mountain .news-right-items .news-box-thumb .news-content .title {
  color: #E0EEEE;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .news-wrapper-mountain .news-right-items .news-box-thumb .news-content .title {
    font-size: 23px;
    line-height: 135%;
  }
}
.news-wrapper-mountain .news-right-items .news-box-thumb .news-content .title a {
  color: #E0EEEE;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-wrapper-mountain .news-right-items .news-box-thumb .news-content .title a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E0EEEE), to(#E0EEEE));
  background-image: linear-gradient(180deg, #E0EEEE 0%, #E0EEEE 100%);
}
.news-wrapper-mountain .news-right-items .news-box-thumb:hover img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.news-wrapper-mountain .news-right-items .news-box-thumb:hover img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/*** 

====================================================================
  Golf Blog section
====================================================================

***/
.golf-blog-post .inner-post {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.golf-blog-post .inner-post:before {
  background-color: var(--theme-color1);
  bottom: -100%;
  content: "";
  height: 100%;
  left: 0;
  max-height: 197px;
  position: absolute;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  width: 100%;
  z-index: 1;
}
.golf-blog-post .inner-post:hover .post-meta li,
.golf-blog-post .inner-post:hover .post-meta li a,
.golf-blog-post .inner-post:hover .post-meta li a i,
.golf-blog-post .inner-post:hover .title {
  color: var(--headings-color);
}
.golf-blog-post .inner-post:hover .post-meta li:first-child {
  border: 1px solid rgba(var(--theme-color2-rgb), 0.2);
}
.golf-blog-post .inner-post:hover:before {
  bottom: 0;
}
.golf-blog-post .inner-post:hover img {
  -webkit-transform: scale(1.1) rotate(-3deg);
          transform: scale(1.1) rotate(-3deg);
}
.golf-blog-post .inner-post:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--theme-color2-rgb), 0.2)), color-stop(99.81%, rgba(var(--theme-color2-rgb), 0.8)));
  background: linear-gradient(180deg, rgba(var(--theme-color2-rgb), 0.2) 0%, rgba(var(--theme-color2-rgb), 0.8) 99.81%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.golf-blog-post .img-post {
  overflow: hidden;
  position: relative;
}
.golf-blog-post img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100%;
}
.golf-blog-post .post-content {
  bottom: 0;
  color: var(--theme-color-white);
  left: 0;
  padding: 0 40px 40px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1599.98px) {
  .golf-blog-post .post-content {
    padding: 0 15px 30px;
  }
}
.golf-blog-post .post-meta {
  margin-bottom: 25px;
}
.golf-blog-post .post-meta ul {
  gap: 10px;
}
.golf-blog-post .post-meta li {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.golf-blog-post .post-meta li:first-child {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  padding-left: 10px;
  padding-right: 10px;
}
.golf-blog-post .post-meta a {
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.golf-blog-post .post-meta i {
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.golf-blog-post .title {
  color: var(--white-color);
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/***

==================================================================
    Blog Section Home Layout 10
==================================================================

***/
.blog-section-spa {
  padding: 120px 0;
}

.blog-post-spa {
  position: relative;
  margin-bottom: 30px;
}
.blog-post-spa .inner-block {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  z-index: 1;
}
.blog-post-spa .inner-block:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-spa .inner-block:hover:before {
  height: 100%;
}
.blog-post-spa .inner-block: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);
}
.blog-post-spa .inner-block: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);
}
.blog-post-spa .inner-block:hover .content-box .meta-list > div {
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
  color: #1E1B1B;
}
.blog-post-spa .inner-block .content-box {
  padding: 79px 39px 71px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .blog-post-spa .inner-block .content-box {
    padding: 79px 15px 71px;
  }
}
.blog-post-spa .inner-block .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 211px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  max-width: 400px;
}
.blog-post-spa .inner-block .content-box .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color-white);
}
.blog-post-spa .inner-block .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-post-spa .inner-block .content-box .btn-more {
  color: var(--theme-color-white);
  font-weight: 500;
}
.blog-post-spa .inner-block .content-box .btn-more .icon {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.blog-post-spa .inner-block .content-box .meta-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}
.blog-post-spa .inner-block .content-box .meta-list > div {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 0;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  display: inline-block;
  font-family: var(--font-roboto);
  padding: 1.5px 26px;
  margin-right: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-spa .inner-block .content-box .meta-date {
  color: var(--theme-color-white);
  font-family: var(--font-roboto);
}
.blog-post-spa .inner-block .image-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog-post-spa .inner-block .image {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
.blog-post-spa .inner-block .image img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-post-spa .inner-block .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);
}

/***

==================================================================
    Blog Section Home Layout 10
==================================================================

***/
.blog-section-island {
  padding: 120px 0;
  background-color: #ECF4F6;
}

.blog-post-island {
  position: relative;
  margin-bottom: 30px;
}
.blog-post-island .inner-block {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  background-color: var(--theme-color-white);
  z-index: 1;
}
.blog-post-island .inner-block:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-island .inner-block:hover:before {
  height: 100%;
}
.blog-post-island .inner-block: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);
}
.blog-post-island .inner-block: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);
}
.blog-post-island .inner-block:hover .content-box .meta-list > div {
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
  color: #1E1B1B;
}
.blog-post-island .inner-block:hover .content-box .title {
  color: var(--theme-color-white);
}
.blog-post-island .inner-block:hover .content-box .title a {
  color: var(--theme-color-white);
}
.blog-post-island .inner-block:hover .content-box .text {
  color: var(--theme-color-white);
}
.blog-post-island .inner-block:hover .content-box .btn-more {
  color: var(--theme-color-white);
}
.blog-post-island .inner-block:hover .content-box .meta-date {
  color: var(--theme-color-white);
}
.blog-post-island .inner-block .content-box {
  padding: 79px 39px 71px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .blog-post-island .inner-block .content-box {
    padding: 79px 33px 71px;
  }
}
@media (max-width: 575.98px) {
  .blog-post-island .inner-block .content-box {
    padding: 79px 15px 71px;
  }
}
.blog-post-island .inner-block .content-box .title {
  margin-bottom: 13px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  max-width: 400px;
}
@media (max-width: 1399.98px) {
  .blog-post-island .inner-block .content-box .title {
    max-width: 100%;
  }
}
.blog-post-island .inner-block .content-box .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color-white);
}
.blog-post-island .inner-block .content-box .title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-post-island .inner-block .content-box .text {
  font-size: 18px;
  margin-bottom: 69px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-island .inner-block .content-box .btn-more {
  color: var(--theme-color-black);
  font-weight: 500;
}
.blog-post-island .inner-block .content-box .btn-more .icon {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.blog-post-island .inner-block .content-box .meta-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 53px;
}
.blog-post-island .inner-block .content-box .meta-list {
  margin-right: 20px;
}
.blog-post-island .inner-block .content-box .meta-list > div {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--font-roboto);
  padding: 1.5px 26px;
  margin-right: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-post-island .inner-block .content-box .meta-date {
  color: var(--theme-color-black);
  font-family: var(--font-roboto);
}
.blog-post-island .inner-block .image-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog-post-island .inner-block .image {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
.blog-post-island .inner-block .image img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-post-island .inner-block .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);
}

.instragram-wrapper {
  margin-bottom: 10px;
}
.instragram-wrapper:hover .instragram-button {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.instragram-wrapper:hover .instragram-thumb::before {
  visibility: visible;
  opacity: 1;
}
.instragram-thumb {
  position: relative;
  z-index: 1;
}
.instragram-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(4, 6, 24, 0.8);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.instragram-thumb img {
  width: 100%;
}
.instragram-button {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.instragram-button a {
  width: 60px;
  height: 60px;
  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);
  color: var(--theme-black);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instragram-button a:hover {
  background: var(--theme-color1);
}

.footer-instagram-wrapper-mountain .footer-instgram-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.footer-instagram-wrapper-mountain .footer-instgram-image:before, .footer-instagram-wrapper-mountain .footer-instgram-image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: rgba(21, 34, 28, 0.5);
  -webkit-transform: translateX(-100%) rotate(15deg);
          transform: translateX(-100%) rotate(15deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.footer-instagram-wrapper-mountain .footer-instgram-image:after {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%) rotate(-15deg);
          transform: translateX(100%) rotate(-15deg);
}
.footer-instagram-wrapper-mountain .footer-instgram-image .instagram-text {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  padding: 18px 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.footer-instagram-wrapper-mountain .footer-instgram-image .instagram-text i {
  margin-right: 10px;
}
.footer-instagram-wrapper-mountain .footer-instgram-image:hover .instagram-text {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.footer-instagram-wrapper-mountain .footer-instgram-image:hover:before, .footer-instagram-wrapper-mountain .footer-instgram-image:hover:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}

.gallery-section-5 .outer-box {
  position: relative;
  max-width: 1550px;
  margin: 0 auto;
}

.gallery-image-5 {
  position: relative;
  overflow: hidden;
}
.gallery-image-5 img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-image-5 .instragram-button {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 9;
}
.gallery-image-5 .instragram-button a {
  width: 60px;
  height: 60px;
  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);
  color: var(--theme-black);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery-image-5:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-image-5:hover .instragram-button {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.nice-select {
  width: 100%;
  border-radius: 5px;
  height: 58px;
  line-height: 30px;
  margin-bottom: 10px;
}
.nice-select::after {
  display: none;
}
.nice-select::before {
  font-family: "Font Awesome 6 pro";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 13px;
  right: 15px;
  color: var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nice-select.open::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nice-select:focus {
  border: 1px solid var(--theme-color1);
}
.nice-select .list {
  width: 100%;
}
.nice-select .current {
  font-size: 16px;
  color: var(--theme-color-black);
}

/*// *** Rony Sass area here *** //*/
.banner-section-winter {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .banner-section-winter {
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-winter {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-winter .image {
    height: 100%;
    width: 100%;
  }
}
.banner-section-winter .image img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-winter .image img {
    height: 100%;
  }
}

.about-section-winter {
  overflow: hidden;
}
.about-section-winter .outer-box {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 15px;
}
.about-section-winter .image-column .inner-column .image img {
  width: 100%;
}
.about-section-winter .image-column .inner-column .image.image1 {
  max-width: 497px;
  -webkit-mask-image: url(../images/winter/about/about-image-mask.png);
          mask-image: url(../images/winter/about/about-image-mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: hidden;
  position: relative;
}
.about-section-winter .image-column .inner-column .image.image1 img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-winter .image-column .inner-column .image.image1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-section-winter .image-column .inner-column .image.image2 {
  margin-left: 20%;
  margin-top: -100px;
  max-width: 340px;
  overflow: hidden;
  -webkit-transform: rotate(9.91deg);
          transform: rotate(9.91deg);
}
.about-section-winter .image-column .inner-column .image.image2 img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-winter .image-column .inner-column .image.image2:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-section-winter .content-column .inner-column .content .title {
  margin-bottom: 30px;
  text-transform: capitalize;
}
.about-section-winter .content-column .inner-column .content .text {
  margin-bottom: 30px;
}
.about-section-winter .text-box {
  max-width: 1834px;
  margin: 0 auto;
  margin-top: -150px;
  position: relative;
  z-index: -1;
}
.about-section-winter .text-box img {
  width: 100%;
}

.service-section-winter {
  overflow: hidden;
}
.service-section-winter .image {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .service-section-winter .image {
    height: 400px;
  }
}
.service-section-winter .image img {
  width: 100%;
  -webkit-transition: 3s;
  transition: 3s;
}
@media (max-width: 991.98px) {
  .service-section-winter .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service-section-winter .image:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.service-block-winter {
  background-color: #f6f6f6;
  padding: 40px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.service-block-winter:hover {
  background-color: #FAF5EF;
}
.service-block-winter .icon {
  font-size: 80px;
  line-height: 80px;
  color: var(--theme-color1);
  margin-bottom: 80px;
}
.service-block-winter .sub-icon {
  font-size: 140px;
  line-height: 140px;
  color: var(--theme-color1);
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: -1;
  opacity: 0.06;
}
.service-block-winter .title {
  margin-bottom: 10px;
}
.service-block-winter .text {
  margin-bottom: 0;
}

.discover-section-winter {
  overflow: hidden;
}
.discover-section-winter .nav {
  border: 1px solid rgba(24, 24, 32, 0.14);
  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;
  margin-bottom: 50px;
}
.discover-section-winter .nav .nav-item .nav-link {
  color: rgba(24, 24, 32, 0.5);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 24px;
  text-transform: capitalize;
}
.discover-section-winter .nav .nav-item .nav-link.active {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}

.discover-block-winter {
  border: 1px solid rgba(24, 24, 32, 0.102);
}
.discover-block-winter .image {
  overflow: hidden;
}
.discover-block-winter .image img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.discover-block-winter .content {
  text-align: center;
  padding: 30px;
  padding-bottom: 40px;
}
.discover-block-winter .content .btn-style {
  padding: 0 7px;
  border: none;
  color: var(--dark-color);
}
.discover-block-winter .content .btn-style:before {
  display: none;
}
.discover-block-winter .content .btn-style .icon {
  background-color: var(--dark-color);
  color: var(--theme-color-white);
}
.discover-block-winter .content .title {
  margin-bottom: 10px;
}
.discover-block-winter .content .text {
  margin-bottom: 20px;
}
.discover-block-winter:hover .image img {
  -webkit-transform: scale(1.1) rotate(-1deg);
          transform: scale(1.1) rotate(-1deg);
}

.testimonial-section-winter {
  overflow: hidden;
  background-color: var(--theme-color2);
}

.testimonial-block-winter {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.testimonial-block-winter .image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.testimonial-block-winter .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-block-winter .image .quote {
  display: inline-block;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--headings-color);
  background-color: var(--theme-color-white);
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonial-block-winter .title {
  text-transform: uppercase;
  color: var(--theme-color-white);
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonial-block-winter .sub-title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.698);
  font-weight: 500;
  font-size: 16px;
}
.testimonial-block-winter .text {
  color: rgba(255, 255, 255, 0.698);
  font-size: 24px;
  line-height: 34px;
  margin: 60px 0;
}

.footer-style-winter {
  position: relative;
  z-index: 1;
  padding: 0;
}
.footer-style-winter .shape-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.footer-style-winter .shape-right {
  position: absolute;
  top: -110px;
  right: 0;
  z-index: -1;
}
.footer-style-winter .footer-top {
  padding: 60px 0 40px;
}
.footer-style-winter .footer-top .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-style-winter .footer-top .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.102);
  border-radius: 50%;
  color: var(--theme-color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-style-winter .footer-top .socials a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.footer-style-winter .container {
  max-width: 1344px;
}
.footer-style-winter .widgets-section {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.footer-style-winter .footer-column {
  margin-bottom: 0;
}
.footer-style-winter .footer-column.left-column .inner-column {
  max-width: 540px;
}
.footer-style-winter .footer-widget .text {
  font-size: 16px;
  max-width: 445px;
}
.footer-style-winter .footer-widget .form-check-input {
  border-radius: 50%;
}
.footer-style-winter .footer-widget .form-group input {
  padding: 14px 30px !important;
  background-color: rgba(255, 255, 255, 0.102) !important;
  border-radius: 0 !important;
  border: none !important;
}
.footer-style-winter .footer-widget .form-group button {
  background-color: transparent !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 9px !important;
  right: 10px !important;
}
.footer-style-winter .footer-widget .form-group button:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer-style-winter .footer-widget .form-check .form-check-label a {
  color: var(--theme-color-white);
}
.footer-style-winter .widget-content {
  margin: 0;
}
.footer-style-winter .widget-title {
  margin-bottom: 30px;
}
.footer-style-winter .user-links li a {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}
.footer-style-winter .user-links li a:hover {
  color: var(--theme-color-white);
}
.footer-style-winter .footer-bottom {
  padding: 30px 0;
}
.footer-style-winter .footer-bottom .inner-container {
  gap: 15px;
}
@media (max-width: 767.98px) {
  .footer-style-winter .footer-bottom .inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-style-winter .footer-bottom .copyright-text {
  color: var(--theme-color-white);
  margin: 0;
}
.footer-style-winter .footer-bottom .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-winter .footer-bottom .links li a {
  color: var(--theme-color-white);
}
.footer-style-winter .footer-bottom .links li a:hover {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .footer-style-winter .footer-bottom .links {
    gap: 20px;
  }
}

.section-title-golf .title {
  text-transform: capitalize;
}

.banner-section-golf {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 120px;
}
.banner-section-golf .here-image {
  position: absolute;
  bottom: 0;
  left: -17px;
  z-index: 0;
}
.banner-section-golf .here-image .image {
  width: 1500px;
}
.banner-section-golf .here-image .image img {
  width: 100%;
}
@media (max-width: 1599.98px) {
  .banner-section-golf .here-image {
    display: none;
  }
}
.banner-section-golf::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.13%, rgba(24, 24, 32, 0.5)), color-stop(99.81%, rgba(24, 24, 32, 0.7)));
  background: linear-gradient(180deg, rgba(24, 24, 32, 0.5) 32.13%, rgba(24, 24, 32, 0.7) 99.81%);
}
.banner-section-golf .content .title {
  font-weight: 400;
  font-size: 385px;
  line-height: 300px;
  margin-bottom: 100px;
  color: var(--theme-color-white);
  white-space: nowrap;
  position: relative;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .banner-section-golf .content .title {
    font-size: 250px;
    text-align: center;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-golf .content .title {
    font-size: 200px;
    line-height: 150px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-golf .content .title {
    font-size: 150px;
    line-height: 100px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-golf .content .title {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .banner-section-golf .content .title {
    font-size: 60px;
  }
}
.banner-section-golf .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.banner-section-golf .content .info .con-left {
  max-width: 410px;
}
.banner-section-golf .content .info .con-left .text {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.698);
}
.banner-section-golf .content .info .con-right .text {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.banner-section-golf .content .info .con-right .socials {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.banner-section-golf .content .info .con-right .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.141);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-section-golf .content .info .con-right .socials a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.banner-section-golf .content .theme-btn-golf {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.banner-section-golf .content .theme-btn-golf i {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.history-section-golf {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.history-section-golf .history-line {
  width: 1px;
  height: 100%;
  background-color: rgba(24, 24, 32, 0.102);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.history-section-golf .history-line::before {
  position: absolute;
  top: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  content: "";
}
.history-section-golf .history-line::after {
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  content: "";
}
@media (max-width: 991.98px) {
  .history-section-golf .history-line {
    display: none;
  }
}
.history-section-golf .sub-line-top {
  position: absolute;
  top: 165px;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(24, 24, 32, 0.102);
  height: 1px;
  width: 10%;
  z-index: -1;
}
.history-section-golf .sub-line-top::before {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  content: "";
}
@media (max-width: 1699.98px) {
  .history-section-golf .sub-line-top {
    width: 4%;
    left: 52%;
  }
}
@media (max-width: 1499.98px) {
  .history-section-golf .sub-line-top {
    width: 2%;
    left: 51%;
  }
}
@media (max-width: 1399.98px) {
  .history-section-golf .sub-line-top {
    display: none;
  }
}
.history-section-golf .sub-line-bottom {
  position: absolute;
  bottom: 490px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(24, 24, 32, 0.102);
  height: 1px;
  width: 10%;
  z-index: -1;
}
.history-section-golf .sub-line-bottom::before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  content: "";
}
@media (max-width: 1699.98px) {
  .history-section-golf .sub-line-bottom {
    width: 4%;
    left: 48%;
  }
}
@media (max-width: 1499.98px) {
  .history-section-golf .sub-line-bottom {
    width: 2%;
    left: 49%;
  }
}
@media (max-width: 1399.98px) {
  .history-section-golf .sub-line-bottom {
    display: none;
  }
}
.history-section-golf .image-column .inner-column .image {
  max-width: 655px;
  -webkit-mask-image: url(../images/golf/history/history-image1-mask.png);
          mask-image: url(../images/golf/history/history-image1-mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: hidden;
  position: relative;
}
.history-section-golf .image-column .inner-column .image img {
  width: 100%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.history-section-golf .image-column .inner-column .image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.history-section-golf .image-column.column-bottom .inner-column .image {
  margin-left: auto;
  -webkit-mask-image: url(../images/golf/history/history-image2-mask.png);
          mask-image: url(../images/golf/history/history-image2-mask.png);
}
.history-section-golf .content-column .inner-column {
  max-width: 655px;
  margin-left: auto;
}
.history-section-golf .content-column .inner-column .content {
  max-width: 550px;
}
.history-section-golf .content-column .inner-column .content .sub-title {
  color: var(--theme-color2);
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.history-section-golf .content-column .inner-column .content .title {
  margin-bottom: 20px;
}
.history-section-golf .content-column .inner-column .content .text {
  margin-bottom: 40px;
}
.history-section-golf .content-column.column-bottom .inner-column {
  margin-left: 0;
}
.history-section-golf .content-column.column-bottom .inner-column .content {
  text-align: right;
  margin-left: auto;
}

.testimonial-section-golf {
  background-color: var(--theme-color-gray);
}
.testimonial-section-golf .golf-video {
  margin-bottom: 100px;
}

.blog-section-golf {
  overflow: hidden;
}

.golf-blog-post .inner-post {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.golf-blog-post .inner-post:before {
  background-color: var(--theme-color1);
  bottom: -100%;
  content: "";
  height: 100%;
  left: 0;
  max-height: 197px;
  position: absolute;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  width: 100%;
  z-index: 1;
}
.golf-blog-post .inner-post:hover .post-meta li,
.golf-blog-post .inner-post:hover .post-meta li a,
.golf-blog-post .inner-post:hover .post-meta li a i,
.golf-blog-post .inner-post:hover .title {
  color: var(--headings-color);
}
.golf-blog-post .inner-post:hover .post-meta li:first-child {
  border: 1px solid rgba(var(--theme-color2-rgb), 0.2);
}
.golf-blog-post .inner-post:hover:before {
  bottom: 0;
}
.golf-blog-post .inner-post:hover img {
  -webkit-transform: scale(1.1) rotate(-3deg);
          transform: scale(1.1) rotate(-3deg);
}
.golf-blog-post .inner-post:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 32, 0.2)), color-stop(99.81%, rgba(24, 24, 32, 0.8)));
  background: linear-gradient(180deg, rgba(24, 24, 32, 0.2) 0%, rgba(24, 24, 32, 0.8) 99.81%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.golf-blog-post .img-post {
  overflow: hidden;
  position: relative;
}
.golf-blog-post img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100%;
}
.golf-blog-post .post-content {
  bottom: 0;
  color: var(--theme-color-white);
  left: 0;
  padding: 0 40px 40px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1599.98px) {
  .golf-blog-post .post-content {
    padding: 0 15px 30px;
  }
}
.golf-blog-post .post-meta {
  margin-bottom: 25px;
}
.golf-blog-post .post-meta ul {
  gap: 10px;
}
.golf-blog-post .post-meta li {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.golf-blog-post .post-meta li:first-child {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  padding-left: 10px;
  padding-right: 10px;
}
.golf-blog-post .post-meta a {
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.golf-blog-post .post-meta i {
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.golf-blog-post .title {
  color: var(--white-color);
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.map-section-golf {
  overflow: hidden;
}
.map-section-golf .google-map {
  margin-bottom: -10px;
}
.map-section-golf .google-map iframe {
  width: 100%;
  height: 670px;
}

.footer-style-golf .footer-column.left-column {
  padding-right: 30px;
}
.footer-style-golf .footer-widget.news-widget .form-group button {
  color: var(--theme-color2);
  cursor: pointer;
}
.footer-style-golf .footer-widget.news-widget .form-group button i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.footer-style-golf .footer-widget.news-widget .form-group button:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer-style-golf .footer-bottom {
  padding: 30px 0;
}
.footer-style-golf .footer-bottom a {
  color: rgba(255, 255, 255, 0.698);
}
.footer-style-golf .footer-bottom a:hover {
  color: var(--theme-color1);
}

.contact-section-spa {
  overflow: hidden;
}
.contact-section-spa .contact-form {
  height: 100%;
  padding: 100px;
  background-color: var(--theme-color2);
}
.contact-section-spa .contact-form .form-group {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact-section-spa .contact-form {
    padding: 80px 30px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-spa .contact-form {
    padding: 60px 12px;
  }
}
.contact-section-spa .contact-form input {
  height: 45px;
  background-color: transparent;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.102);
}
.contact-section-spa .contact-form .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.102);
  border-radius: 0;
  height: 45px;
  background-color: transparent;
  line-height: 45px;
}
.contact-section-spa .contact-form .nice-select .current {
  color: rgba(255, 255, 255, 0.6);
}
.contact-section-spa .contact-form .nice-select::before {
  color: var(--theme-color-white);
  top: 0;
}
.contact-section-spa .contact-form textarea {
  height: 200px;
  background-color: transparent;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.102);
}
.contact-section-spa .contact-form .theme-btn {
  color: var(--theme-color-black);
  border-radius: 0;
  padding: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-section-spa .image-column .inner-column {
  height: 100%;
}
.contact-section-spa .image-column .inner-column .image {
  height: 100%;
}
.contact-section-spa .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-style-spa.style-2 {
  background-color: var(--theme-color3);
}
.footer-style-spa.style-2 .footer-bottom .copyright-text {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991.98px) {
  .footer-style-spa.style-2 .footer-widget {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .footer-style-spa.style-2 .footer-column .footer-widget .socials {
    margin-top: 30px;
  }
}
.footer-style-spa .widgets-section {
  padding: 100px 0 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.141);
  border-bottom: 1px solid rgba(255, 255, 255, 0.141);
}
.footer-style-spa .footer-column .footer-widget .footer-logo {
  display: block;
  max-width: 382px;
  margin: 0 auto;
}
.footer-style-spa .footer-column .footer-widget .footer-logo img {
  width: 100%;
}
.footer-style-spa .footer-column .footer-widget .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .footer-style-spa .footer-column .footer-widget .socials {
    margin-top: 30px;
  }
}
.footer-style-spa .footer-column .footer-widget .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.141);
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-style-spa .footer-column .footer-widget .socials a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.footer-style-spa .footer-column .footer-widget .widget-title {
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
.footer-style-spa .footer-column .footer-widget .widget-content ul li {
  color: var(--theme-color-white);
}
.footer-style-spa .footer-top {
  padding: 40px 0;
}
.footer-style-spa .footer-top .title {
  color: var(--theme-color-white);
  margin: 0;
}
.footer-style-spa .footer-top .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}
.footer-style-spa .footer-bottom {
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .footer-style-spa .footer-bottom .inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-style-spa .footer-bottom ul li {
  color: rgba(255, 255, 255, 0.6);
}
.footer-style-spa .footer-bottom ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-style-spa .footer-bottom ul li a:hover {
  color: var(--theme-color-white);
}

/***
====================================================================
  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-color2);
  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: 16px;
  color: #ffc737;
}
.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: 16px;
  color: var(--theme-color2);
  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-1 .btn-title {
  color: var(--headings-color);
  text-transform: capitalize;
  font-weight: 500;
}
.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 .social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-details .product-info .product-details__social .social-icon-one li {
  position: relative;
  margin-left: 20px;
}
.product-details .product-info .product-details__social .social-icon-one li:first-child {
  margin-left: 0;
}
.product-details .product-info .product-details__social .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;
}
.product-details .product-info .product-details__social .social-icon-one li a:hover {
  color: var(--theme-color1);
}
.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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}
.product-details__quantity .quantity-box {
  border-radius: 10px;
  height: 60px;
  position: relative;
  width: 98px;
}
.product-details__quantity .quantity-box input {
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}
.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color: var(--theme-color2);
  color: #fff;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 29px;
}
.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}

.product-discription {
  display: block;
  position: relative;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.product-discription .product-description__list ul {
  display: block;
  position: relative;
}
.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}
.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  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 {
  background-color: var(--theme-color2);
  color: #fff;
}
.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: 16px;
  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(/2025/hotelin-html/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(/2025/hotelin-html/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(/2025/hotelin-html/images/icons/cat-1-bg.png);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(/2025/hotelin-html/images/icons/cat-2-bg.png);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(/2025/hotelin-html/images/icons/cat-3-bg.png);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(/2025/hotelin-html/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: 16px;
  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(/2025/hotelin-html/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(/2025/hotelin-html/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: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  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(/2025/hotelin-html/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: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  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 {
  background-color: var(--theme-color2);
}
table.tbl-shopping-cart .coupon-form .apply-button:hover span, table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

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;
}
.payment-method .accordion-box .block .acc-btn.active {
  background-color: var(--theme-color1);
}

.shop-sidebar {
  display: block;
  position: relative;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: var(--theme-color-gray);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color2);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color-gray);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.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: 16px;
  font-weight: 600;
  color: var(--theme-color2);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}
.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.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 {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}
.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}
.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}
.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}
.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color2);
  top: 0px;
  height: 4px;
}
.range-slider .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}
.range-slider .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}
.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}
.range-slider .ui-widget-content .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.range-slider input[type=submit] {
  background: var(--theme-color2);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

/*** 

====================================================================
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: 16px;
  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 {
  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: 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(--theme-color-white);
  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: 16px;
}
.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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 16px;
  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: 16px;
  -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: 16px;
  -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: 16px;
  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(--theme-color-white);
}
.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: 16px;
  -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;
  line-height: 35px;
}
.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;
}
.kodelisting-room-booking .nice-select::before {
  top: 6px;
}

/*** 

====================================================================
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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
}
.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: 16px;
  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: 16px;
  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: 16px;
  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;
}