:root {
  --black: #141414;
  --black-darker: #000000;
  --black-text: rgba(20, 20, 20, 1);
  --black-light: rgba(20, 20, 20, 0.2);
  --gray: #f9f1ec;
  --gray-lighter: rgba(249, 241, 236, 0.5);
  --white: #ffffff;
  --main: #dfba9f;
  --main-darker: #c19c81;
  --main-lighter: rgba(223, 186, 159, 0.5);
  --red: #ff7366;
  --font-main: 'Work Sans', sans-serif;
  --font-headers: 'Satisfy', cursive;
  --font-subheaders: 'Phudu', cursive;

  scroll-behavior: auto;
}

@font-face {
  font-family: "sana-fontello";
  src: url("../../themes/fnailnew01a/assets/assets/fonts/ltx-sana.eot");
  src: url("../../themes/fnailnew01a/assets/assets/fonts/ltx-sana.eot#iefix") format("embedded-opentype"), url("../../themes/fnailnew01a/assets/assets/fonts/ltx-sana.woff2") format("woff2"), url("../../themes/fnailnew01a/assets/assets/fonts/ltx-sana.woff") format("woff"), url("../../themes/fnailnew01a/assets/assets/fonts/ltx-sana.ttf") format("truetype"), url("../../themes/fnailnew01a/assets/assets/fonts/ltx-sana.svg#ltx-sana") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
table {
  font-size: 14px;
  line-height: 1.6em;
  font-family: var(--font-main), sans-serif;
}
@media (max-width: 1199.98px) {
  html.scroll-locked,
  body.scroll-locked,
  div.scroll-locked,
  table.scroll-locked {
    overflow-y: hidden;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

p {
  line-height: 1.6em;
}

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

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "sana-fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-magnifying-glass:before {
  content: "\e800";
}

.icon-mail:before {
  content: "\e801";
}

.icon-organic:before {
  content: "\e802";
}

.icon-percentage:before {
  content: "\e803";
}

.icon-phone-call:before {
  content: "\e804";
}

.icon-placeholder:before {
  content: "\e805";
}

.icon-shopping-bag:before {
  content: "\e806";
}

.icon-twitter:before {
  content: "\e807";
}

.icon-youtube:before {
  content: "\e808";
}

.icon-arrow:before {
  content: "\e809";
}

.icon-avatar:before {
  content: "\e80a";
}

.icon-certificate:before {
  content: "\e80b";
}

.icon-cosmetics:before {
  content: "\e80c";
}

.icon-delivery:before {
  content: "\e80d";
}

.icon-facebook:before {
  content: "\e80e";
}

.icon-heart:before {
  content: "\e80f";
}

.icon-information:before {
  content: "\e810";
}

.icon-instagram:before {
  content: "\e811";
}

.icon-linkedin:before {
  content: "\e812";
}

.icon-settings:before {
  content: "\e813";
}

.icon-shopping-bag-1:before {
  content: "\e814";
}

.icon-chat:before {
  content: "\e815";
}

.icon-favorites:before {
  content: "\e816";
}

.icon-layers:before {
  content: "\e817";
}

.icon-responsive:before {
  content: "\e818";
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}
/* Buttons */
.btn {
  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;
  height: 41px;
  line-height: 17px;
  position: relative;
  background-color: var(--white) !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px 30px;
  color: var(--black) !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
}
.btn::before {
  content: "";
  background-color: var(--black);
  width: 20px;
  height: 0.67px;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-lg {
  height: 60px;
  font-size: 14px;
  padding: 10px 40px;
}
.btn.btn-lg::before {
  width: 40px;
}
.btn.btn-primary {
  -webkit-box-shadow: inset 0 0px 0 50px var(--main) !important;
          box-shadow: inset 0 0px 0 50px var(--main) !important;
}
.btn.btn-primary:hover {
  -webkit-box-shadow: inset 0 0px 0 0 var(--main) !important;
          box-shadow: inset 0 0px 0 0 var(--main) !important;
}
.btn.btn-secondary {
  -webkit-box-shadow: inset 0 0px 0 50px var(--black) !important;
          box-shadow: inset 0 0px 0 50px var(--black) !important;
  color: var(--white) !important;
  background-color: var(--main) !important;
}
.btn.btn-secondary::before {
  background-color: var(--white);
}
.btn.btn-secondary:hover {
  -webkit-box-shadow: inset 0 0px 0 0 var(--main) !important;
          box-shadow: inset 0 0px 0 0 var(--main) !important;
}

/* Navbar */
header.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header.header-wrapper.is-sticky {
  background-color: var(--black);
}

.navbar {
  height: 100px;
  position: relative;
  z-index: 10;
  /* Logo */
  /* Menu Items */
  /* Navbar Icons */
}
.navbar > .container {
  position: relative;
}
@media (max-width: 767.98px) {
  .navbar > .container {
    max-width: 100%;
  }
}
.navbar .navbar-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.navbar .navbar-logo a img {
  max-width: 100px;
  max-height: 42px;
}
.navbar .navbar-desktop {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-desktop {
    display: none;
  }
}
.navbar .navbar-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .navbar-desktop ul > li.menu-item {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  position: relative;
}
.navbar .navbar-desktop ul > li.menu-item > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: none;
  transition: none;
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 0 15px;
  color: var(--white);
  text-decoration: none;
}
.navbar .navbar-desktop ul > li.menu-item > a span {
  padding: 0 6px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar .navbar-desktop ul > li.menu-item > a span::before {
  content: "";
  display: block;
  border-top: 1px solid #dfba9f;
  border-color: #dfba9f;
  border-color: var(--main);
  position: absolute;
  width: 0;
  right: 0;
  top: 50%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.navbar .navbar-desktop ul > li.menu-item:hover > a, .navbar .navbar-desktop ul > li.menu-item.menu-item-active > a {
  color: var(--main);
}
.navbar .navbar-desktop ul > li.menu-item:hover > a span::before, .navbar .navbar-desktop ul > li.menu-item.menu-item-active > a span::before {
  width: 100%;
  left: 0;
  right: auto;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 250px;
  margin: 15px 0 0;
  padding: 8px 10px 8px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10%);
          transform: translateX(-50%) translateY(10%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -1;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu > li > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu > li:hover > a {
  background-color: var(--main);
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu > li.has-sub-menu {
  position: relative;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu > li.has-sub-menu > a::after {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  content: "\f105";
  margin-left: 10px;
  margin-top: -1px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu > li.has-sub-menu > .toggle-menu {
  display: none;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu > li.has-sub-menu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 250px;
  margin: 15px 0 0;
  padding: 8px 10px 8px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  left: calc(100% + 10px);
  top: -22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -1;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu ul.sub-menu > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu ul.sub-menu > li > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}
.navbar .navbar-desktop ul > li.menu-item > ul.sub-menu ul.sub-menu > li:hover > a {
  background-color: var(--main);
}
.navbar .navbar-desktop ul > li.menu-item.has-sub-menu > a::after {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  content: "\f105";
  margin: 2px 0 0 1px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #dfba9f;
  color: var(--main);
}
.navbar .navbar-desktop ul > li.menu-item.has-sub-menu:hover > a::after {
  content: "\f107";
}
.navbar .navbar-desktop ul > li.menu-item.has-sub-menu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.navbar .navbar-mobile {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  background-color: var(--black);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-y: auto;
}
.navbar .navbar-mobile.is-opened {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-mobile > ul {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
.navbar .navbar-mobile > ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
  color: var(--white);
  text-transform: uppercase;
}
.navbar .navbar-mobile > ul li.has-sub-menu {
  position: relative;
}
.navbar .navbar-mobile > ul li.has-sub-menu > .toggle-menu {
  width: 34px;
  height: 34px;
  border: 1px solid var(--white);
  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;
  color: var(--white);
  position: absolute;
  right: 30px;
  top: 9px;
}
.navbar .navbar-mobile > ul li.has-sub-menu > .toggle-menu i {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
.navbar .navbar-mobile > ul li.has-sub-menu.menu-item-active > a {
  background-color: var(--main);
  color: var(--black);
}
.navbar .navbar-mobile > ul li.has-sub-menu > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.navbar .navbar-mobile > ul li.has-sub-menu > .sub-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  color: var(--main);
  text-transform: uppercase;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-mobile > ul li.has-sub-menu > .sub-menu > li > a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
}
.navbar .navbar-mobile > ul li.has-sub-menu > .sub-menu .sub-menu {
  padding-left: 20px;
}
.navbar .navbar-mobile > ul li.has-sub-menu.is-expanded > .toggle-menu i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.navbar .navbar-mobile > ul li.has-sub-menu.is-expanded > .sub-menu {
  display: block;
}
.navbar .navbar-icon {
  position: absolute;
  right: 0;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-icon {
    display: none;
  }
}
.navbar .navbar-icon ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-icon ul {
    padding: 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.navbar .navbar-icon ul li {
  padding: 0 15px;
}
.navbar .navbar-icon ul li.navbar-cart {
  padding-right: 0;
}
.navbar .navbar-icon ul li a {
  font-size: 20px;
  color: var(--white);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-main);
}
.navbar .navbar-icon ul li a span {
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-left: 4px;
}
.navbar .navbar-icon ul li a:hover {
  color: var(--main);
}
.navbar .navbar-icon ul li.navbar-search {
  position: relative;
}
.navbar .navbar-icon ul li.navbar-search form {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.navbar .navbar-icon ul li.navbar-search form input[type=text] {
  width: 305px;
  height: 42px;
  background-color: var(--gray);
  border: none;
  outline: none;
  font-size: 16px;
  padding: 3px 10px 3px 20px;
}
.navbar .navbar-icon ul li.navbar-search form .navbar-search-close {
  font-family: var(--font-headers);
  font-size: 36px;
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 8px;
  right: 10px;
  color: var(--black);
}
.navbar .navbar-icon ul li.navbar-search form .navbar-search-close:hover {
  color: var(--main);
}
.navbar .navbar-icon ul li.navbar-search.search-expanded form {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* Navbar Hamburger */
.navbar-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4px 0;
}
@media (min-width: 1200px) {
  .navbar-hamburger {
    display: none;
  }
}
.navbar-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar-hamburger span.bottom-bar {
  width: 60%;
}
.navbar-hamburger.is-opened span {
  background-color: var(--main);
}
.navbar-hamburger.is-opened span.bottom-bar {
  width: 100%;
}

.mobile-controls {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding: 40px 40px;
}
@media (min-width: 1200px) {
  .mobile-controls {
    display: none;
  }
}
.mobile-controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-controls ul li a {
  font-size: 30px;
  color: var(--white);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-main);
}
.mobile-controls ul li a span {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-left: 4px;
  border-radius: 50px;
  background-color: var(--white);
  color: var(--black);
  margin-right: 6px;
  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-weight: 500;
}
.mobile-controls ul li.navbar-cart i {
  color: var(--main);
}
.mobile-controls ul li.navbar-search {
  width: 100%;
  margin-top: 30px;
}
.mobile-controls ul li.navbar-search form {
  position: relative;
}
.mobile-controls ul li.navbar-search form input[type=text] {
  height: 60px;
  width: 100%;
  background-color: var(--white);
  border: none;
  outline: none;
  font-size: 16px;
  padding: 3px 60px 3px 30px;
}
.mobile-controls ul li.navbar-search form a {
  position: absolute;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 0;
  background-color: var(--main);
  font-size: 24px;
}

.navbar-mobile-close {
  font-family: var(--font-headers);
  font-size: 64px;
  color: var(--white);
  border: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50px;
  right: 50px;
}
@media (min-width: 1200px) {
  .navbar-mobile-close {
    display: none;
  }
}

/* Hero Slider */
#hero-slider.swiper-container {
  width: 100%;
  height: 100vh;
  height: 1000px;
  background-color: #000;
  /* Swiper slides */
}
@media (max-width: 767.98px) {
  #hero-slider.swiper-container {
    height: 600px;
  }
}
#hero-slider.swiper-container .swiper-pagination-bullets {
  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;
  bottom: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  #hero-slider.swiper-container .swiper-pagination-bullets {
    bottom: 40px;
  }
}
#hero-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--white);
  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: transparent;
  font-size: 18px;
  font-family: var(--font-main);
  opacity: 1;
  margin: 0 20px;
  position: relative;
}
#hero-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  display: block;
  border-top: 1px solid #dfba9f;
  border-color: #dfba9f;
  border-color: var(--main);
  position: absolute;
  width: 0;
  right: 0;
  top: 50%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
#hero-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover, #hero-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: var(--main);
}
#hero-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover::before, #hero-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  width: 100%;
  left: 0;
  right: auto;
}
#hero-slider.swiper-container .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero-slider.swiper-container .swiper-slide::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#hero-slider.swiper-container .swiper-slide .swiper-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1199.98px) {
  #hero-slider.swiper-container .swiper-slide .swiper-content {
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media (max-width: 991.98px) {
  #hero-slider.swiper-container .swiper-slide .swiper-content {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  #hero-slider.swiper-container .swiper-slide .swiper-content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#hero-slider.swiper-container .swiper-slide .swiper-content .swiper-subtitle {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  font-family: var(--font-subheaders);
  line-height: 70px;
  font-weight: 400;
  font-size: 80px;
  color: rgb(223, 186, 159);
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  #hero-slider.swiper-container .swiper-slide .swiper-content .swiper-subtitle {
    line-height: 45px;
    font-size: 45px;
  }
}
#hero-slider.swiper-container .swiper-slide .swiper-content .swiper-title {
  font-family: var(--font-headers);
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  line-height: 111px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 80px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  #hero-slider.swiper-container .swiper-slide .swiper-content .swiper-title {
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  #hero-slider.swiper-container .swiper-slide .swiper-content .swiper-title {
    line-height: 45px;
    font-size: 45px;
  }
}
#hero-slider.swiper-container .swiper-slide .swiper-content .swiper-desc {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
  font-family: var(--font-main);
  line-height: 26px;
  font-weight: 400;
  font-size: 18px;
  max-width: 770px;
  letter-spacing: 0;
  margin-bottom: 70px;
}
#hero-slider.swiper-container .swiper-slide .swiper-content .swiper-action {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
@media (max-width: 767.98px) {
  #hero-slider.swiper-container .swiper-slide .swiper-content .swiper-action a {
    height: 50px;
    font-size: 12px;
    padding: 10px 30px;
  }
}
#hero-slider.swiper-container .swiper-slide.swiper-slide-active .swiper-subtitle {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
#hero-slider.swiper-container .swiper-slide.swiper-slide-active .swiper-title {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
#hero-slider.swiper-container .swiper-slide.swiper-slide-active .swiper-desc {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
#hero-slider.swiper-container .swiper-slide.swiper-slide-active .swiper-action {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
#hero-slider.swiper-container .social-icons {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  #hero-slider.swiper-container .social-icons {
    display: none;
  }
}
#hero-slider.swiper-container .social-icons ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hero-slider.swiper-container .social-icons ul li {
  margin: 15px 0;
}

/* Home Collection */
.home-collection {
  background-color: var(--gray);
}
.home-collection .container {
  padding: 0;
}
@media (max-width: 767.98px) {
  .home-collection .container {
    max-width: 100%;
  }
}
.home-collection .container > .row {
  background-color: var(--white);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .home-collection .container > .row {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .home-collection .container > .row {
    margin-top: 0;
  }
}
.home-collection .container > .row > div {
  padding: 0;
}
.home-collection .container > .row .collection-headings {
  background-image: url("../../themes/fnailnew01a/assets/assets/images/feather.png");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  height: 100%;
  padding-left: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 45px;
}
@media (max-width: 1199.98px) {
  .home-collection .container > .row .collection-headings {
    margin-top: -110px;
    padding: 110px 0 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .home-collection .container > .row .collection-headings {
    margin-top: 0;
  }
}
.home-collection .container > .row .collection-headings h2 {
  font-family: var(--font-headers);
  font-size: 60px;
  position: relative;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-collection .container > .row .collection-headings h2::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 3px;
  background-color: var(--black);
  position: relative;
  left: 3px;
  top: -3px;
}
@media (max-width: 1199.98px) {
  .home-collection .container > .row .collection-headings h2::after {
    margin-right: -75px;
  }
}
.home-collection .container > .row .collection-headings p {
  font-family: var(--font-headers);
  font-size: 30px;
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 54px;
}
@media (max-width: 1599.98px) {
  .home-collection .container > .row .collection-headings p {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .home-collection .container > .row .collection-headings p {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .home-collection .container > .row .collection-headings p {
    font-size: 24px;
  }
}
.home-collection .container > .row .collection-headings .readmore a {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  position: relative;
  padding-left: 44px;
  color: var(--main);
  text-decoration: none;
}
.home-collection .container > .row .collection-headings .readmore a::before {
  content: "";
  width: 32px;
  height: 0.67px;
  background-color: var(--main);
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-collection .container > .row .collection-headings .readmore a:hover {
  padding-left: 25px;
  padding-right: 25px;
}
.home-collection .container > .row .collection-headings .readmore a:hover::before {
  margin-left: 15px;
  margin-right: 15px;
  width: 80%;
}
.home-collection .container > .row .collection-products-wrapper {
  padding: 0 100px;
  position: relative;
}
@media (max-width: 991.98px) {
  .home-collection .container > .row .collection-products-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 414px) {
  .home-collection .container > .row .collection-products-wrapper {
    padding: 0px;
  }
}
.home-collection .container > .row .collection-products-wrapper .swiper-button {
  color: var(--black);
}
.home-collection .container > .row .collection-products-wrapper .swiper-button.swiper-button-prev {
  left: 40px;
}
@media (max-width: 991.98px) {
  .home-collection .container > .row .collection-products-wrapper .swiper-button.swiper-button-prev {
    left: 20px;
  }
}
.home-collection .container > .row .collection-products-wrapper .swiper-button.swiper-button-next {
  right: 40px;
}
@media (max-width: 991.98px) {
  .home-collection .container > .row .collection-products-wrapper .swiper-button.swiper-button-next {
    right: 20px;
  }
}
.home-collection .container > .row .collection-products-wrapper .swiper-button::after {
  font-size: 30px;
}
.home-collection .container > .row .collection-products {
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .home-collection .container > .row .collection-products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: -30px;
    padding-left: 50px;
    padding-right: 20px;
  }
}
.home-collection .container > .row .collection-products a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 991.98px) {
  .home-collection .container > .row .collection-products a {
    margin-top: 30px;
  }
}
.home-collection .container > .row .collection-products a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 30px;
  background-color: var(--gray);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-collection .container > .row .collection-products a span.image {
  overflow: hidden;
  position: relative;
}
.home-collection .container > .row .collection-products a span.image .img-border-top::before {
  content: "";
  display: block;
  height: 0.5px;
  background-color: var(--gray);
  position: absolute;
  top: 15px;
  left: 15px;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-collection .container > .row .collection-products a span.image .img-border-top::after {
  content: "";
  display: block;
  width: 0.5px;
  background-color: var(--gray);
  position: absolute;
  top: 15px;
  left: 15px;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-collection .container > .row .collection-products a span.image .img-border-bottom::before {
  content: "";
  display: block;
  height: 0.5px;
  background-color: var(--gray);
  position: absolute;
  bottom: 15px;
  width: 0;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-collection .container > .row .collection-products a span.image .img-border-bottom::after {
  content: "";
  display: block;
  width: 0.5px;
  background-color: var(--gray);
  position: absolute;
  height: 0;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-collection .container > .row .collection-products a span.image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.home-collection .container > .row .collection-products a h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: var(--white);
  background-color: var(--black);
  margin: 0;
  position: relative;
  font-family: var(--font-headers);
}
.home-collection .container > .row .collection-products a h4 span {
  color: var(--main);
  margin-left: 5px;
}
.home-collection .container > .row .collection-products a:hover::before {
  right: 0;
}
.home-collection .container > .row .collection-products a:hover .img-border-top::before {
  width: calc(100% - 30px) !important;
}
.home-collection .container > .row .collection-products a:hover .img-border-top::after {
  height: calc(100% - 30px) !important;
}
.home-collection .container > .row .collection-products a:hover .img-border-bottom::before {
  width: calc(100% - 30px) !important;
}
.home-collection .container > .row .collection-products a:hover .img-border-bottom::after {
  height: calc(100% - 30px) !important;
}
.home-collection .container > .row .collection-products a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Home Services */
.home-services {
  background-color: var(--gray);
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-services .container {
    max-width: 100%;
  }
}
.home-services .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-services .section-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1399.98px) {
  .home-services .section-image {
    margin-right: -100px;
  }
}
@media (max-width: 1199.98px) {
  .home-services .section-image {
    margin-right: -160px;
  }
}
@media (max-width: 991.98px) {
  .home-services .section-image {
    margin-right: -280px;
  }
}
@media (max-width: 767.98px) {
  .home-services .section-image {
    margin-right: 0;
  }
}
.home-services .section-image img {
  max-width: 620px;
}
@media (max-width: 767.98px) {
  .home-services .section-image img {
    max-width: 100%;
  }
}
.home-services .section-content {
  position: relative;
  left: -115px;
  max-width: 97%;
}
@media (max-width: 991.98px) {
  .home-services .section-content {
    left: 0;
    max-width: 100%;
  }
}
.home-services .section-content .inner-content {
  background-color: var(--white);
  padding: 140px 95px;
}
@media (max-width: 1199.98px) {
  .home-services .section-content .inner-content {
    padding: 100px 50px;
  }
}
@media (max-width: 991.98px) {
  .home-services .section-content .inner-content {
    padding: 100px 50px;
  }
}
@media (max-width: 767.98px) {
  .home-services .section-content .inner-content {
    text-align: center;
  }
}
.home-services .section-content .section-subtitle h4 {
  font-family: var(--font-subheaders);
  line-height: 46px;
  font-weight: 400;
  font-size: 46px;
  color: rgb(223, 186, 159);
  letter-spacing: 0;
  margin-bottom: 0px;
}
.home-services .section-content .section-title h3 {
  font-family: var(--font-headers);
  line-height: 48px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.home-services .section-content .section-desc p {
  font-family: var(--font-main);
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  max-width: 770px;
  letter-spacing: 0;
  margin-bottom: 60px;
}
.home-services .section-content .section-action .btn {
  background-color: var(--black) !important;
}
.home-services .section-content .section-action .btn:hover {
  color: var(--white) !important;
}
.home-services .section-content .section-action .btn:hover::before {
  background-color: var(--white) !important;
}
.home-services .section-content .single-image {
  position: absolute;
  right: -110px;
  top: 120px;
  max-width: 110px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-services .section-content .single-image {
    display: none;
  }
}
.home-services .section-content .single-image img {
  max-width: initial !important;
  margin-left: -110px;
}

/* Home Custom Content */
.home-custom-content {
  background-color: var(--gray);
  padding: 0 0 100px;
}
@media (max-width: 767.98px) {
  .home-custom-content .container {
    max-width: 100%;
  }
}
.home-custom-content .container .inner {
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
}
.home-custom-content .container .heading-sep {
  width: 100%;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
.home-custom-content .container .heading-sep::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--main);
}
.home-custom-content .container .custom-text p {
  font-size: 18px;
  line-height: 1.8em;
  font-family: var(--font-headers);
  max-width: 1100px;
  margin-bottom: 35px;
  text-align: center;
}

/* Choose our services */
.choose-our-services {
  background-color: var(--black);
  padding: 124px 0;
}
@media (max-width: 767.98px) {
  .choose-our-services > .container {
    max-width: 100%;
  }
}
.choose-our-services .our-services {
  background-color: var(--white);
  padding: 64px 95px 128px;
}
@media (max-width: 1399.98px) {
  .choose-our-services .our-services {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .choose-our-services .our-services {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 64px;
  }
}
.choose-our-services .our-services .title {
  position: relative;
  z-index: 1;
}
.choose-our-services .our-services .title h3 {
  font-size: 48px;
  font-family: var(--font-headers);
  color: var(--black);
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .choose-our-services .our-services .title h3 {
    font-size: 36px;
  }
}
.choose-our-services .our-services .subtitle {
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.choose-our-services .our-services .subtitle h4 {
  position: absolute;
  top: -84px;
  left: 0;
  font-size: 230px;
  color: #f9f1ec !important;
  color: var(--gray) !important;
  font-family: var(--font-subheaders);
}
@media (max-width: 991.98px) {
  .choose-our-services .our-services .subtitle h4 {
    font-size: 100px;
  }
}
.choose-our-services .our-services .desc {
  position: relative;
  z-index: 1;
}
.choose-our-services .our-services .desc p {
  font-size: 18px;
  font-family: var(--font-headers);
  color: var(--black);
}
.choose-our-services .our-services .pricing-list {
  margin-top: 90px;
  max-height: 404px;
  overflow-y: auto;
  padding-right: 30px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 1399.98px) {
  .choose-our-services .our-services .pricing-list {
    padding-right: 20px;
  }
}
.choose-our-services .our-services .pricing-list::-webkit-scrollbar {
  width: 7px;
}
.choose-our-services .our-services .pricing-list::-webkit-scrollbar-track {
  background: var(--gray);
}
.choose-our-services .our-services .pricing-list::-webkit-scrollbar-thumb {
  background: var(--black);
}
.choose-our-services .our-services .pricing-list::-webkit-scrollbar-thumb:hover {
  background: var(--black);
}
.choose-our-services .our-services .pricing-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.choose-our-services .our-services .pricing-list ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  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;
  min-height: 100px;
}
.choose-our-services .our-services .pricing-list ul li .service-info .title a {
  font-family: var(--font-main);
  font-size: 18px;
  color: var(--black);
  margin-bottom: 6px;
  text-decoration: none;
  font-weight: 600;
}
.choose-our-services .our-services .pricing-list ul li .service-info .desc p {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--black);
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .choose-our-services .our-services .pricing-list ul li .service-info {
    padding-right: 30px;
  }
}
.choose-our-services .our-services .pricing-list ul li .service-price span {
  color: var(--main);
  font-size: 20px;
  font-weight: 500;
}
.choose-our-services .parallax-wrapper {
  height: 100%;
}
.choose-our-services .parallax-wrapper .parallax {
  height: 100%;
  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;
}
@media (max-width: 1199.98px) {
  .choose-our-services .parallax-wrapper .parallax {
    padding: 35px 0;
  }
}
.choose-our-services .parallax-wrapper .parallax .parallax-image {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
}
.choose-our-services .parallax-wrapper .parallax .parallax-content {
  position: relative;
}

/* Testimonials Swiper */
.testimonials-swiper {
  background-color: var(--black);
  padding: 100px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .testimonials-swiper {
    padding: 0 0 100px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-swiper > .container {
    max-width: 100%;
  }
}
.testimonials-swiper .testimonials-subtitle h4 {
  font-family: var(--font-subheaders);
  font-size: 48px;
  margin-bottom: -5px;
  color: var(--main);
  line-height: 1.1em;
}
@media (max-width: 767.98px) {
  .testimonials-swiper .testimonials-subtitle h4 {
    font-size: 36px;
  }
}
.testimonials-swiper .testimonials-title h3 {
  font-family: var(--font-headers);
  font-size: 48px;
  color: var(--white);
  margin-bottom: 42px;
  line-height: 1.1em;
}
@media (max-width: 767.98px) {
  .testimonials-swiper .testimonials-title h3 {
    font-size: 36px;
  }
}
.testimonials-swiper .swiper-slide {
  padding: 0 130px;
}
@media (max-width: 991.98px) {
  .testimonials-swiper .swiper-slide {
    padding: 0;
  }
}
.testimonials-swiper .swiper-slide .inner {
  position: relative;
  border: 15px solid var(--main);
  padding: 0 60px 65px;
}
@media (max-width: 767.98px) {
  .testimonials-swiper .swiper-slide .inner {
    padding: 0 20px 65px;
  }
}
.testimonials-swiper .swiper-slide .inner .text p {
  line-height: 1.7em;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 18px;
  padding: 50px 30px 30px;
  font-style: italic;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--white);
}
.testimonials-swiper .swiper-slide .inner .text p::before {
  content: "‘‘";
  display: block;
  text-align: center;
  color: var(--main);
  font-size: 120px;
  font-weight: 700;
  font-style: italic;
  height: 48px;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: -30px;
  overflow: hidden;
}
.testimonials-swiper .swiper-slide .inner .author {
  font-size: 12px;
  opacity: 0.5;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
}
.testimonials-swiper .swiper-button {
  width: 50px;
  height: 50px;
  border: 1px solid var(--white);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: var(--white);
}
.testimonials-swiper .swiper-button.swiper-button-prev {
  left: 0;
}
.testimonials-swiper .swiper-button.swiper-button-next {
  right: 0;
}
.testimonials-swiper .swiper-button::after {
  font-size: 20px;
}
.testimonials-swiper .swiper-button:hover {
  background-color: var(--white);
  color: var(--black);
}

/* Home Partners */
.home-partners {
  background-color: var(--white);
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .home-partners > .container {
    max-width: 100%;
  }
}
.home-partners .row > div {
  height: 172px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-partners .partner-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 0;
}
.home-partners .partner-item a {
  display: block;
}
.home-partners .partner-item a img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.375);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.375);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.375);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.375), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.375);
  border: 2px solid transparent;
}
.home-partners .partner-item a img.hovered {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.home-partners .partner-item:hover a img:not(.hovered) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.home-partners .partner-item:hover a img.hovered {
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
}

/* Our Portfolio */
.our-portfolio {
  background-color: var(--gray);
  padding: 100px 0 160px;
}
.our-portfolio .portfolio-subtitle h4 {
  color: var(--main);
  font-size: 48px;
  line-height: 1.1em;
  font-family: var(--font-subheaders);
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .our-portfolio .portfolio-subtitle h4 {
    font-size: 36px;
  }
}
.our-portfolio .portfolio-title h3 {
  color: var(--main);
  font-size: 48px;
  line-height: 1.1em;
  font-family: var(--font-headers);
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .our-portfolio .portfolio-title h3 {
    font-size: 36px;
  }
}
.our-portfolio .portfolio-item {
  margin-top: var(--bs-gutter-x);
  position: relative;
}
.our-portfolio .portfolio-item a::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-family: "sana-fontello";
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  font-size: 20px;
  color: #fff;
  color: var(--white);
  border-radius: 50%;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  content: "\e800";
}
.our-portfolio .portfolio-item .img-border-top::before {
  content: "";
  display: block;
  height: 0.5px;
  background-color: var(--gray);
  position: absolute;
  top: 15px;
  left: 15px;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.our-portfolio .portfolio-item .img-border-top::after {
  content: "";
  display: block;
  width: 0.5px;
  background-color: var(--gray);
  position: absolute;
  top: 15px;
  left: 15px;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.our-portfolio .portfolio-item .img-border-bottom::before {
  content: "";
  display: block;
  height: 0.5px;
  background-color: var(--gray);
  position: absolute;
  bottom: 15px;
  width: 0;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.our-portfolio .portfolio-item .img-border-bottom::after {
  content: "";
  display: block;
  width: 0.5px;
  background-color: var(--gray);
  position: absolute;
  height: 0;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.our-portfolio .portfolio-item:hover a::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.our-portfolio .portfolio-item:hover .img-border-top::before {
  width: calc(100% - 30px) !important;
}
.our-portfolio .portfolio-item:hover .img-border-top::after {
  height: calc(100% - 30px) !important;
}
.our-portfolio .portfolio-item:hover .img-border-bottom::before {
  width: calc(100% - 30px) !important;
}
.our-portfolio .portfolio-item:hover .img-border-bottom::after {
  height: calc(100% - 30px) !important;
}
.our-portfolio .portfolio-action {
  padding-top: 64px;
}

/* Footer */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  footer {
    position: relative;
    z-index: 0;
  }
}

/* Footer Subscribe */
.subscribe-wrapper {
  background-color: var(--black);
}
.subscribe-wrapper .subscribe-form {
  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-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 48px 0;
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.subscribe-wrapper .subscribe-form h4 {
  font-size: 30px;
  font-family: var(--font-headers);
  margin: 12px 0;
  color: var(--main);
}
.subscribe-wrapper .subscribe-form form {
  width: 100%;
  max-width: 570px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .subscribe-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0;
  }
}
.subscribe-wrapper .subscribe-form form input[type=email] {
  width: 100%;
  height: 64px;
  border: 0;
  padding: 5px 26px;
  font-size: 16px;
  outline: none;
  background-color: var(--white);
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .subscribe-form form input[type=email] {
    margin-bottom: 20px;
  }
}
.subscribe-wrapper .subscribe-form form button {
  height: 64px;
  background-color: var(--gray) !important;
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .subscribe-form form button {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}

/* Footer Wrapper */
.footer-wrapper {
  background-color: var(--black);
  padding: 40px 0;
}
.footer-wrapper .footer-widget-area {
  padding: 35px 0;
}
@media (max-width: 767.98px) {
  .footer-wrapper .footer-widget-area {
    text-align: center;
  }
}
.footer-wrapper .footer-widget-area .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-wrapper .footer-widget-area .logo img {
  max-width: 100px;
  max-height: 42px;
}
.footer-wrapper .footer-widget-area .widget-text p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  max-width: 80%;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer-wrapper .footer-widget-area .widget-text p {
    max-width: 100%;
  }
}

/* Social Icons*/
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .social-icons ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-icons ul li {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.social-icons ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main);
  border: 1px solid var(--main);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-icons ul li a:hover {
  color: var(--black);
  -webkit-box-shadow: inset 0 0px 0 16px var(--main);
          box-shadow: inset 0 0px 0 16px var(--main);
}

.widget-title h4 {
  position: relative;
  color: var(--main);
  font-family: var(--font-headers);
  font-size: 30px;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .widget-title h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.widget-title h4::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: var(--main);
  margin-left: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding-right: 30%;
}
.footer-links ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  display: inline-block;
}
.footer-links ul li a i {
  color: var(--main);
  margin-right: 9px;
  opacity: 0.5;
}
.footer-links ul li a:hover {
  color: var(--main);
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info ul li {
  margin-top: 26px;
}
.contact-info ul li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info ul li a i.icon {
  font-size: 20px;
  color: var(--main);
  margin-right: 12px;
}
.contact-info ul li a span {
  opacity: 0.6;
}
.contact-info ul li a:hover {
  color: var(--main);
}

.footer-copyright {
  background-color: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 24px 0;
}
.footer-copyright p {
  margin-bottom: 0;
  color: var(--white);
}
.footer-copyright p a {
  color: var(--main);
}
.footer-copyright p a:hover {
  color: var(--white);
}

.back-to-top {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--main);
  font-size: 20px;
  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;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .back-to-top {
    width: 52px;
    height: 52px;
  }
}
.back-to-top::before {
  font-family: "sana-fontello";
  content: "\e809";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .back-to-top::before {
    font-size: 20px;
  }
}
.back-to-top:hover {
  background-color: var(--white);
  color: var(--black);
}
.back-to-top.is-visible {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.back-to-top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100);
  /* Opacity for IE8 and lower */
}

.booking-now {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 180px;
  right: 20px;
  background-color: var(--main);
  font-size: 20px;
  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;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .booking-now {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 144px;
  }
}
.booking-now:hover {
  background-color: var(--white);
  color: var(--black);
}
.booking-now.is-visible {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.booking-now.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100);
  /* Opacity for IE8 and lower */
}

.call-now {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: var(--main);
  font-size: 26px;
  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;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .call-now {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 82px;
  }
}
.call-now:hover {
  background-color: var(--white);
  color: var(--black);
}
.call-now.is-visible {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.call-now.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100);
  /* Opacity for IE8 and lower */
}

@media (max-width: 991.98px) {
  main.main-wrapper {
    margin-bottom: 0 !important;
  }
}
/*!
* Service
*/
.service-tabs-freeze {
    z-index: 1021;
}

.service-block, .service-tab {
    margin: 15px auto;
}

.service-sub-block, .service-sub-tab {
    margin-left: 15px;
}

.service-sub-sub-tab {
    margin-left: 30px;
}

.service-tab-nav {
    display: block;
    width: 100%;
    text-align: left;
}

.service-image-wrapper {
    margin: 15px auto;
    text-align: center;
}

.service-image-fill, .service-image-square, .service-image-circle {
    margin: auto;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    border: 3px solid;
    overflow: hidden;
}

.service-image-square, .service-image-circle {
    max-width: 320px;
}

.service-image-square {
    border-radius: 3px;
}

.service-image-circle {
    border-radius: 100%;
}

.service-image-cover {
    margin: auto;
    padding: 0 0 100%;
    display: block;
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.service-image-cover img {
    display: none;
}

.service-image-fill img {
    width: 100%;
}

.service-name, .service-desc {
    margin: 15px auto;
}

.service-name + .service-desc {
    margin-top: -15px;
}

.service-name.underline-style {
    text-decoration: underline;
}

.service-name.border-style {
    text-decoration: underline;
}

.service-item {
    margin: 15px auto;
}

.service-item-container {
    display: flex;
    margin-bottom: 15px;
}

.service-item-thumb {
    margin: 7px 7px 7px 0;
    max-width: 110px;
}

.service-item-no-thumb {
    display: none;
}

.service-item-body {
    flex: 1;
}

.service-item-head {
    display: flex;
    align-items: baseline;
}

.service-item-dots {
    flex: 1;
    border-bottom: 1px dotted;
}

.service-item-price {
    white-space: nowrap;
}

.service-item-price .old {
    text-decoration: line-through;
}

@media (min-width: 576px) {
    .service-image-right {
        text-align: right;
    }

    .service-image-left {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .service-tabs-body {
        overflow: auto;
    }

    .service-tabs {
        display: flex;
    }

    .service-tab {
        margin: auto;
        white-space: nowrap;
    }

    .service-tab + .service-tab {
        margin-left: 15px;
    }
}
/*!
* Freeze Header & Footer
*/
.freeze-header {
    position: fixed;
    z-index: 1021;
    left: 0;
    top: 0;
    width: 100%;
}

.freeze-header.with-bg {
    -webkit-box-shadow: 0 1px 2px #f5f5f5;
    -moz-box-shadow: 0 1px 2px #f5f5f5;
    box-shadow: 0 1px 2px #f5f5f5;
}

.freeze-footer {
    position: fixed;
    right: 15px;
    bottom: 75px;
    padding: 0;
    display: inline-block;
    z-index: 1021;
}

.freeze-footer ul, .freeze-footer ul li {
    margin: auto;
    padding: 0;
    list-style-type: none;
}
.freeze-footer ul li + li {
    padding-top: 15px;
}
/*!
* Contact Info
*/
.foh-wrap, .fci-wrap {
    display: inline-table;
    text-align: left;
}

.foh-row, .fci-row {
    display: table-row;
}

.foh-row .foh-date, .foh-row .foh-time,
.fci-row .fci-title, .fci-row .fci-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 15px;
}

.foh-row .foh-date, .fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}
/*!
* By This Theme
*/
body {
    font-family: var(--font-main);
}

h1, h2 {
    font-family: var(--font-headers);
}

h3, h4, h5 {
    font-family: var(--font-subheaders);
}

img {
    max-width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

a, a:hover, a:focus {
    color: var(--main);
}

.page-link, .page-link:hover {
    color: var(--black);
}

.active > .page-link, .page-link.active {
    color: var(--black);
    background-color: var(--main);
    border-color: var(--main);
}

.pagination-block {
    padding: 15px 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    min-height: 41px;
}

.form-control-wrapper {
    position: relative;
}

.form-tooltip-error ul, .form-tooltip-error ul li {
    margin: auto;
    padding: 0;
    list-style: none;
}

.btn-radius {
    border-radius: 0.375rem;
}

.btn.btn-primary.active, .btn.btn-secondary.active {
    -webkit-box-shadow: inset 0 0 0 0 var(--main) !important;
    box-shadow: inset 0 0 0 0 var(--main) !important;
}

/* Datetime picker */
.timepicker .btn {
    width: auto;
    height: auto;
    line-height: 1;
    background: inherit;
    color: inherit;
    border: inherit;
    box-shadow: inherit;
}

.timepicker .btn:before {
    width: 0;
    height: 0;
}

/* Header */
.navbar-mobile-close {
    font-family: var(--font-main);
}

header.header-wrapper {
    position: absolute;
    z-index: 1023;
}

.freeze-header.with-bg {
    background-color: rgba(var(--bs-black-rgb), 0.7);
    -webkit-box-shadow: 0 1px 3px #111;
    -moz-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
}

.social-icons ul {
    flex-wrap: wrap;
}

.social-icons ul li a {
    font-size: 15px;
}

.navbar .navbar-logo a img {
    max-width: 100%;
}

.navbar .mobile-logo {
    max-width: calc(100% - 45px);
}

.navbar .navbar-mobile {
    z-index: 2;
}

.navbar .navbar-mobile > ul li.menu-item-active > a {
    background-color: var(--main);
    color: var(--black);
}

.navbar .navbar-desktop ul > li.menu-item > a span::before {
    top: calc(100% + 5px);
}

.navbar-sana {
    position: relative;
    z-index: 1;
}

/* Footer */
.footer-wrapper, .subscribe-form {
    color: rgba(255, 255, 255, .55);
}

.footer-wrapper {
    background-image: url(../../themes/fnailnew01a/assets/assets/images/bg-footer-2.jpg);
    background-size: cover;
}

.footer-wrapper .footer-widget-area .logo img {
    max-width: 100%;
}

.footer-wrapper .contact-info {
    display: inline-block;
    max-width: 100%;
}

.subscribe-form form {
    align-items: center;
}

.subscribe-social {
    padding-left: 15px;
}

.footer-links {
    display: inline-block;
    text-align: left;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .footer-links ul li {
        padding: 0 15px;
    }
}

.subscribe-wrapper, .footer-wrapper, .footer-copyright {
    background-color: rgba(var(--bs-black-rgb), 0.7);
}

.contact-info ul li a span {
    opacity: 1;
}

.freeze-footer {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

/* Main */
.main-wrapper {
    background-color: var(--gray);
}

.main-inner {
    margin-top: -1px;
}

.social-icons ul li {
    margin: 7px;
}

.social-icons ul li a:hover {
    -webkit-box-shadow: inset 0 0 0 15px var(--main-lighter);
    box-shadow: inset 0 0 0 15px var(--main-lighter);
}

.social-larger ul li {
    width: 45px;
    height: 45px;
}

.social-larger ul li a {
    font-size: 21px;
}

.social-larger ul li a:hover {
    color: var(--black);
    -webkit-box-shadow: inset 0 0 0 25px var(--main-lighter);
    box-shadow: inset 0 0 0 25px var(--main-lighter);
}

/* Slider */
#hero-slider.swiper-container {
    min-height: 100vh;
}

#hero-slider.swiper-autoheight {
    height: auto;
    min-height: auto;
}

#hero-slider .swiper-image img {
    min-width: 100%;
}

/* Menu Category */
.choose-our-services {
    background-color: var(--black-darker);
    background-image: url(../../themes/fnailnew01a/assets/assets/images/bg-pattern-top.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.choose-our-services .our-services .pricing-list {
    position: relative;
    margin-top: 45px;
}

.choose-our-services .our-services .pricing-list ul li {
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 75px;
}

.choose-our-services .service-price-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-our-services .service-price-item__header, .choose-our-services .service-price-item__body {
    min-width: 100%;
}

.choose-our-services .our-services .pricing-list ul li .service-info .title {
    font-family: var(--font-main);
    font-size: 18px;
    color: var(--black);
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: 600;
}

.choose-our-services .our-services .pricing-list ul li .service-info-desc {
    padding: 0;
    width: 100%;
}

.choose-our-services .our-services .pricing-list ul li .service-info .desc p {
    font-family: var(--font-main);
    opacity: 1;
}

.choose-our-services .parallax-image {
    background-image: url(../../themes/fnailnew01a/assets/assets/images/services-bg-small-2.jpg);
}

.home-collection {
    overflow: hidden;
}

.collection-products .collection-item {
    margin-bottom: 15px;
    padding-left: 30px;
}

.home-collection .container > .row .collection-products a h4 {
    font-family: var(--font-main);
}

.home-collection .collection-container {
    background-image: url(../../themes/fnailnew01a/assets/assets/images/bg-feather.png);
    border: 15px solid var(--bs-light);
    box-shadow: 0 3px 15px var(--gray-lighter);
}

.home-collection .container > .row .collection-headings {
    background-image: none;
}

/* About */
.home-custom-content .inner {
    background-image: url(../../themes/fnailnew01a/assets/assets/images/bg-introduce.jpg);
}

@media (max-width: 991px) {
    .home-custom-content .inner {
        background-size: cover;
    }
}

/* Testimonial */
.testimonials-swiper {
    background-color: var(--black-darker);
    background-image: url(../../themes/fnailnew01a/assets/assets/images/bg-pattern-bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* Gallery */
.portfolio-item .img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;

    margin: auto;
    padding: 0;
    padding-bottom: 75%;

    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.portfolio-item .img-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    opacity: 0;
}

.portfolio-item .youtube-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--gray);
}

.youtube-wrapper .youtube-video {
    display: block;
    width: 100%;
}

.youtube-wrapper .youtube-tittle {
    display: none;
    width: 100%;
    text-align: center;
}

.photoswipe-container .swiper-button {
    color: #000;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    padding-top: 100px;
    background-color: var(--black);
}

.breadcrumb-inner {
    padding-top: 45px;
    background-color: var(--gray);
}

.breadcrumb-inner .breadcrumb-title {
    margin: auto;
    font-family: var(--font-headers);
    font-size: 75px;

    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

@media (max-width: 767px) {
    .breadcrumb-inner .breadcrumb-title {
        font-size: 45px;
    }
}

/* Service */
.service-main-container {
    padding: 90px 0;
}

.service-tabs-container {
    padding: 15px 0;
    background-color: var(--gray);
}

.service-tab .btn {
    font-weight: bold;
}

.service-btn-container .btn {
    margin: 7px auto;
}

.service-name {
    text-transform: uppercase;
    font-weight: bold;
}

.service-item-name {
    font-family: var(--font-main);
}

.service-item-name a {
    color: inherit;
}

.service-price {
    display: inline-flex;
    white-space: nowrap;
}

.service-price span + span {
    padding-left: 3px;
}

.service-price .old {
    text-decoration: line-through;
}

/* Product */
.product-main-container {
    padding: 90px 0;
}

.product-info-title {
    font-family: var(--font-main);
}

/* Gallery, Coupons */
.gallery-category-tabs, .gallery-category-content {
    margin: 15px auto;
}

.gallery-category-tabs .btn {
    margin: 7px auto;
}

/* Contact, Consent, Location, Page, News */
.our-consent, .our-location, .our-page, .our-news {
    padding: 100px 0 160px;
}

.location-box {
    margin: 15px auto;
    padding: 15px;
    background-color: var(--white);
    border: 1px solid var(--secondary);
    border-radius: 3px;
    box-shadow: 0 1px 2px var(--light);
}

.btn_consent, .btn_consent:hover, .btn_consent:focus {
    border: 0;
}

/* News */
#toc_container {
    border-color: var(--light);
    background-color: var(--white);
}

.sidebars-news {
    border-color: var(--white)
}

.sidebar-line {
    background-color: var(--white)
}

.sidebar-line:before {
    background-color: var(--black);
}

.news-tag {
    margin: 7px auto;
}

/* Booking */
.our-booking {
    padding: 45px 0 150px;
}

.booking-info-title:before {
    background-color: var(--white);
}

.service-staff {
    background-color: var(--white);
    border-color: var(--light);
}

.time-items li > a {
    background-color: var(--main);
    border-color: var(--white);
    color: var(--black);
    cursor: pointer;
}

.box-booking-confirm {
    background-color: var(--gray);
}

/* Giftcards, Cart, Payment */
.our-giftcards, .our-cart, .our-payment {
    padding: 45px 0 150px;
}

.mybox-order, .box_preview {
    background-color: var(--gray);
    border-color: var(--white);
}

ul.information li span {
    background-color: transparent;
}


/*BEG: css for Gallery-Html*/
.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 {
    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

body.site-sub-page.site-gallery .list-gallery .col-md-3.col-xs-6 {
    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

.youtube-wrapper iframe {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

.youtube-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.ytp-cued-thumbnail-overlay-image {
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
}

/*END: css for Gallery-Html*/

/* BEG: banner-slider-video */
.swiper-slide .video-item, .swiper-slide .youtube-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    z-index: 9999;
}
/* END: banner-slider-video */
/*!
* By This Demo
*/
