:root {
  --floens-font: "DM Sans", sans-serif;
  --floens-font2: "Plus Jakarta Sans", sans-serif;
  --floens-font3: "Quicksand", sans-serif;
  --floens-font4: "Manrope", sans-serif;
  --floens-text: #444;
  --floens-text-rgb: 122, 115, 106;
  --floens-text-gray: #9A8B82;
  --floens-text-gray-rgb: 154, 139, 130;
  --floens-base: #00bf63;
  --floens-base-rgb: 199, 132, 79;
  --floens-base2: #008f4a;
  --floens-base2-rgb: 138, 81, 51;
  --floens-gray: #DED8D3;
  --floens-gray-rgb: 222, 216, 211;
  --floens-gray2: #837F7B;
  --floens-gray2-rgb: 131, 127, 123;
  --floens-gray3: #D7D3CB;
  --floens-gray3-rgb: 215, 211, 203;
  --floens-white: #ffffff;
  --floens-white-rgb: 255, 255, 255;
  --floens-white2: #F2EEEA;
  --floens-white2-rgb: 242, 238, 234;
  --floens-white3: #EBE3D9;
  --floens-white3-rgb: 235, 227, 217;
  --floens-white4: #F6F2EC;
  --floens-white4-rgb: 246, 242, 236;
  --floens-white5: #F1F2FD;
  --floens-white5-rgb: 241, 242, 253;
  --floens-black: #000000;
  --floens-black-rgb: 0, 0, 0;
  --floens-black2: #2B1E16;
  --floens-black2-rgb: 43, 30, 22;
  --floens-black3: #351C42;
  --floens-black3-rgb: 53, 28, 66;
  --floens-black4: #120C08;
  --floens-black4-rgb: 18, 12, 8;
  --floens-dark-light: #AA96B4;
  --floens-dark-light-rgb: 170, 150, 180;
  --floens-purple: #965995;
  --floens-purple-rgb: 150, 89, 149;
  --floens-orange: #E76100;
  --floens-orange-rgb: 231, 97, 0;
  --floens-fuchsia: #FF1C74;
  --floens-fuchsia-rgb: 255, 28, 116;
  --floens-blue: #6C1CD1;
  --floens-blue-rgb: 108, 28, 209;
  --floens-green: #59C36A;
  --floens-green-rgb: 89, 195, 106;
  --floens-yellow: #FCB720;
  --floens-yellow-rgb: 252, 183, 32;
  --floens-border-color: #DED8D3;
  --floens-border-color-rgb: 222, 216, 211;
  --section-space: 60px;
  --floens-letter-space: 0.1em;
  --floens-letter-space-xl: -1.65px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-text, #7A736A);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--floens-base, #C7844F);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-black2, #2B1E16);
  font-weight: bold;
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

p {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--floens-base, #C7844F);
}

.background-gray {
  background-color: var(--floens-gray, #DED8D3);
}

.background-black {
  background-color: var(--floens-black, #000000);
}

.background-black-2 {
  background-color: var(--floens-black2, #2B1E16);
}

.floens-text-dark {
  color: var(--floens-text, #7A736A);
}

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

.section-space {
  padding-top: var(--section-space, 50px);
  padding-bottom: var(--section-space, 50px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-two {
  padding-top: 111px;
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-two {
    padding-top: 93px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-two {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-17 {
  --bs-gutter-y: 17px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.floens-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--floens-base, #C7844F);
  color: var(--floens-white, #ffffff);
  font-size: 15px;
  font-weight: 700;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  padding: 20px 20.5px;
  transition: 500ms;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-right: 75px;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 575px) {
  .floens-btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }
}
.floens-btn::before, .floens-btn::after {
  content: "";
  background-color: var(--floens-black2, #2B1E16);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.floens-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.floens-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.floens-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.floens-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.floens-btn span {
  position: relative;
  top: 1px;
  color: inherit;
}
.floens-btn i {
  position: relative;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 23.88px;
  color: inherit;
  transition: all 400ms ease;
}
.floens-btn i::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.3);
  transition: all 400ms ease;
}
.floens-btn--border {
  background-color: transparent;
  border: 1px solid var(--floens-base, #C7844F);
  color: var(--floens-base, #C7844F);
}
.floens-btn--border::before, .floens-btn--border::after {
  background-color: var(--floens-base, #C7844F);
}
.floens-btn--border i {
  color: var(--floens-base, #C7844F);
}
.floens-btn--border i::after {
  background-color: var(--floens-base, #C7844F);
}
.floens-btn--border:hover {
  color: var(--floens-white, #ffffff);
}
.floens-btn--border:hover i {
  color: var(--floens-white, #ffffff);
}
.floens-btn--border:hover i::after {
  background-color: var(--floens-white, #ffffff);
}

.video-button {
  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;
  width: 56px;
  height: 56px;
  background-color: var(--floens-black2, #2B1E16);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-button span {
  transition: all 400ms ease;
  font-size: 14px;
  color: var(--floens-white, #ffffff);
}
.video-button:hover {
  background-color: var(--floens-base, #C7844F);
}
.video-button:hover span {
  color: var(--floens-white, #ffffff);
}
.video-button__ripple::before, .video-button__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--floens-black-rgb, 0, 0, 0), 0.6);
  -webkit-animation: producVideo 3s infinite;
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video-button:hover .video-button__ripple::before, .video-button:hover .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--floens-base-rgb, 199, 132, 79), 0.8);
}
.video-button__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-button__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.video-button--large {
  width: 112px;
  height: 112px;
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: 112px 112px;
}
@media (max-width: 1199px) {
  .video-button--large {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
}
@media (max-width: 991px) {
  .video-button--large {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
.video-button--large .video-button__ripple::before,
.video-button--large .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--floens-base-rgb, 199, 132, 79), 0.6);
}
.video-button--large:hover .video-button__ripple::before, .video-button--large:hover .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--floens-base2-rgb, 138, 81, 51), 0.6);
}
.video-button--large span {
  font-size: 22px;
  color: var(--floens-base, #C7844F);
}
.video-button--large:hover {
  background-color: transparent;
}
.video-button--large:hover span {
  color: var(--floens-base2, #8A5133);
}

.custom-radio__input {
  display: none;
}
.custom-radio__title {
  position: relative;
  cursor: pointer;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-black3, #351C42);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-radio__title::before {
  content: "";
  border: 1px solid var(--floens-gray3, #D7D3CB);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -5px 16px;
  margin-left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-radio__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--floens-dark-light, #AA96B4);
  left: 7px;
  top: 13px;
  margin: -8px 20px;
  margin-left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-radio__input:checked + .custom-radio__title::before {
  border-color: var(--floens-base, #C7844F);
}
.custom-radio__input:checked + .custom-radio__title::after {
  background-color: var(--floens-base, #C7844F);
}
.custom-radio__input:checked + .custom-radio__title {
  text-shadow: 0 0 0.5px currentColor;
}

/* social icon */
.floens-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.floens-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: var(--floens-gray2, #837F7B);
  border: 1px solid var(--floens-border-color, #DED8D3);
  transition: all 400ms ease;
}
.floens-social a:hover {
  color: var(--floens-white, #ffffff);
  background-color: var(--floens-base, #C7844F);
  border-color: var(--floens-base, #C7844F);
}

.details-social {
  display: flex;
  align-items: center;
  gap: 20px 32px;
}
.details-social a {
  position: relative;
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  transition: all 500ms ease;
  line-height: 1;
}
.details-social a:hover {
  color: var(--floens-base, #C7844F);
}
.details-social a + a::after {
  content: "";
  width: 1px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: -16px;
  background-color: var(--floens-white2, #F2EEEA);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--floens-base, #C7844F);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--floens-text, #7A736A);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.html);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--floens-text, #7A736A);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--floens-black, #000000);
  font-family: var(--floens-font, "DM Sans", sans-serif);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--floens-black, #000000);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--floens-base, #C7844F);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--floens-black, #000000);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
 /* background-size: 60px auto;*/
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--floens-base, #C7844F);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--floens-black, #000000);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* ratings */
.floens-ratings {
  display: flex;
  align-items: center;
  gap: 9.25px;
}
.floens-ratings span {
  font-size: 15.75px;
  color: var(--floens-base, #C7844F);
}

/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.post-pagination a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: var(--floens-white2, #F2EEEA);
  align-items: center;
  justify-content: center;
  color: var(--floens-text, #7A736A);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.post-pagination a span {
  font-size: 14.767px;
  color: var(--floens-black3, #351C42);
  transition: all 400ms ease;
}
.post-pagination a:hover {
  border-color: var(--floens-base, #C7844F);
  color: var(--floens-base, #C7844F);
  background-color: transparent;
}
.post-pagination a:hover span {
  color: var(--floens-base, #C7844F);
}
.post-pagination li.active a {
  background-color: var(--floens-base, #C7844F);
  color: var(--floens-white, #ffffff);
}
.post-pagination li.active a span {
  color: var(--floens-white, #ffffff);
}

.floens-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.floens-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.floens-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 47px;
  margin-top: 60px;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  background-color: var(--floens-white2, #F2EEEA);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--floens-base2, #8A5133);
  border-radius: 50%;
  font-size: 14px;
  transition: all 500ms ease;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span.icon-slide-left-arrow::before {
  position: relative;
  right: -19px;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span.icon-slide-right-arrow::before {
  position: relative;
  left: -19px;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--floens-base2, #8A5133);
  color: var(--floens-white2, #F2EEEA);
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  margin-top: 60px;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background-color: var(--floens-white3, #EBE3D9);
  border: 2px solid var(--floens-white, #ffffff);
  box-shadow: 0 0 2px rgba(var(--floens-black-rgb, 0, 0, 0), 1);
  margin: 0;
}
.floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--floens-base2, #8A5133);
  border: 2px solid var(--floens-white2, #F2EEEA);
  box-shadow: 0 0 2px rgba(var(--floens-black-rgb, 0, 0, 0), 1);
}

.sec-title {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}
.sec-title--border {
  padding-bottom: 29px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.sec-title__tagline {
  position: relative;
  top: -21px;
  margin: 0;
  margin-top: 30px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-base2, #8A5133);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .sec-title__tagline {
    top: -22px;
  }
}
@media (max-width: 767px) {
  .sec-title__tagline {
    top: -23px;
  }
}
@media (max-width: 575px) {
  .sec-title__tagline {
    top: -24px;
  }
}
.sec-title__tagline::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: var(--floens-base2, #8A5133);
}
.sec-title__tagline::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-color: var(--floens-base, #C7844F);
}
.sec-title__title {
  margin: 0;
  font-size: 55px;
  color: var(--floens-black2, #2B1E16);
  font-weight: bold;
  line-height: 1.09;
  letter-spacing: var(--floens-letter-space-xl, -1.65px);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .sec-title__title {
    font-size: 33px;
  }
}
.sec-title--center {
  display: block;
  text-align: center;
}
.sec-title--center .sec-title__tagline {
  display: inline-block;
  margin: 0;
  margin-left: 27px;
  top: 0;
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
}
.sec-title--center .sec-title__tagline::before {
  top: -1px;
  left: -27px;
}
.sec-title--center .sec-title__tagline::after {
  top: -1px;
  left: -21px;
}
.sec-title--center .sec-title__title {
  margin-top: 4px;
}

.progress-box + .progress-box {
  margin-top: 28px;
}
.progress-box__title {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.progress-box__bar {
  width: 100%;
  height: 6px;
  background-color: var(--floens-white2, #F2EEEA);
  position: relative;
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--floens-base2, #8A5133);
  transition: all 1500ms linear;
  width: 0px;
  z-index: 1;
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 19px);
  right: 0;
  font-size: 14px;
  color: var(--floens-base2, #8A5133);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.experience {
  position: absolute;
  min-width: 202px;
  padding: 10px;
  background-color: var(--floens-white, #ffffff);
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.15));
  z-index: 1;
  animation: zump 3s linear infinite;
}
@media (max-width: 575px) {
  .experience {
    min-width: 175px;
  }
}
.experience__inner {
  display: flex;
  align-items: center;
  background-color: var(--floens-base, #C7844F);
}
.experience__year {
  padding: 24px 20.5px;
  height: 100%;
  text-align: center;
  font-size: 55px;
  color: var(--floens-white, #ffffff);
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .experience__year {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 45px;
  }
}
.experience__text {
  transform: rotate(180deg);
  padding: 9px 0;
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
  writing-mode: vertical-rl;
}
@media (max-width: 575px) {
  .experience__text {
    font-size: 13px;
  }
}
.experience__text br {
  display: inline;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--floens-black, #000000);
  color: var(--floens-white, #ffffff);
  font-family: var(--floens-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--floens-font, "DM Sans", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--floens-gray, #DED8D3);
  background-image: none;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-text, #7A736A);
}
.ui-datepicker-calendar td a {
  border-color: var(--floens-border-color, #DED8D3);
  background-color: var(--floens-gray, #DED8D3);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--floens-border-color, #DED8D3);
  background-color: var(--floens-gray, #DED8D3);
  background-image: none;
  color: var(--floens-text, #7A736A);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--floens-white, #ffffff);
  background-color: var(--floens-base, #C7844F);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--floens-white, #ffffff);
  background-color: var(--floens-base, #C7844F);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--floens-white, #ffffff);
  color: var(--floens-black, #000000);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--floens-base, #C7844F);
  color: var(--floens-white, #ffffff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  background-color: transparent;
  margin-bottom: -180px;
  z-index: 11;
}
.video-one__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 179px;
  padding-bottom: 179px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 767px) {
  .video-one__wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .video-one__wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.video-one .video-button .video-button__ripple::before,
.video-one .video-button .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--floens-white-rgb, 255, 255, 255), 0.9);
}
.video-one .video-button:hover .video-button__ripple::before, .video-one .video-button:hover .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--floens-white-rgb, 255, 255, 255), 0.9);
}

.team-one {
  position: relative;
  background-color: var(--floens-white, #ffffff);
  overflow: hidden;
}
@media (min-width: 576px) {
  .team-one--page .team-one__carousel .owl-nav, .team-one--about .team-one__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .team-one--page .team-one__carousel .owl-dots, .team-one--about .team-one__carousel .owl-dots {
    display: none !important;
  }
}
.team-one--about {
  background-color: var(--floens-white2, #F2EEEA);
}
.team-one--about .team-one__carousel .owl-nav button span {
  background-color: var(--floens-white, #ffffff) !important;
}
.team-one--about .team-one__carousel .owl-nav button span:hover {
  background-color: var(--floens-base2, #8A5133) !important;
  color: var(--floens-white, #ffffff) !important;
}
.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  animation: zumpBottom 2s linear infinite;
}
.team-one .container {
  position: relative;
  z-index: 1;
}
.team-one__top {
  padding-bottom: 29px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.team-one__top__right {
  position: relative;
  top: 5px;
  width: 100%;
  max-width: 473px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .team-one__top__right {
    top: 0;
    margin-left: 0;
  }
}
.team-one__top__text {
  line-height: 1.875;
  margin-bottom: 0;
}

.team-two {
  position: relative;
  background-color: var(--floens-white2, #F2EEEA);
}
.team-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.team-two .container {
  position: relative;
  z-index: 1;
}
.team-two__top {
  padding-bottom: 29px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.team-two__top__right {
  position: relative;
  top: 5px;
  width: 100%;
  max-width: 473px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .team-two__top__right {
    top: 0;
    margin-left: 0;
  }
}
.team-two__top__text {
  line-height: 1.875;
  margin-bottom: 0;
}
.team-two__item {
  position: relative;
  margin-right: 70px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  padding-bottom: 18px;
}
@media (max-width: 1199px) {
  .team-two__item {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .team-two__item {
    margin-right: 0px;
  }
}
.team-two__item:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .team-two__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.team-two__item .row {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .team-two__img-col {
    display: none;
  }
}
.team-two__img img {
  width: 100%;
  display: block;
}
.team-two__name {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .team-two__name {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .team-two__name {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .team-two__name {
    font-size: 23px;
  }
}
@media (max-width: 430px) {
  .team-two__name {
    font-size: 22px;
  }
}
.team-two__name:hover {
  color: var(--floens-base, #C7844F);
}
.team-two__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}
.team-two__name a:hover {
  background-size: 100% 1px;
}
.team-two__designation {
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.team-two__social {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 991px) {
  .team-two__social {
    margin-left: 0;
  }
}
.team-two__social__share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--floens-white, #ffffff);
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  z-index: 1;
  overflow: hidden;
  transition: all 400ms ease;
}
.team-two__social__share::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base2, #8A5133);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.team-two__social:hover .team-two__social__share {
  color: var(--floens-white, #ffffff);
}
.team-two__social:hover .team-two__social__share::after {
  bottom: -50%;
}
.team-two__social__list {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) scale(0, 1);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  opacity: 0;
  transition: 500ms ease;
  transform-origin: top right;
}
@media (max-width: 1199px) {
  .team-two__social__list {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .team-two__social__list {
    right: auto;
    left: 100%;
    transform-origin: top left;
  }
}
.team-two__social__list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--floens-text, #7A736A);
  font-size: 14px;
  border: 1px solid var(--floens-border-color, #DED8D3);
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .team-two__social__list a:first-child {
    margin-left: 10px;
  }
}
.team-two__social__list a:last-child {
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .team-two__social__list a:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .team-two__social__list a:last-child {
    margin-right: 0;
  }
}
.team-two__social__list a::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.team-two__social__list a:hover {
  color: var(--floens-white, #ffffff);
  border-color: var(--floens-base, #C7844F);
}
.team-two__social__list a:hover::after {
  bottom: -50%;
}
.team-two__social:hover .team-two__social__list {
  opacity: 1;
  transform: translateY(-50%) scale(1, 1);
}
@media (max-width: 767px) {
  .team-two__images-col {
    display: none;
  }
}
.team-two__images {
  margin-top: 1px;
  position: relative;
  width: 100%;
  max-width: 370px;
  min-height: 474px;
}
@media (max-width: 767px) {
  .team-two__images {
    display: none;
  }
}
.team-two__image {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
  opacity: 0;
  transition: all 500ms ease;
}
.team-two__image.active {
  opacity: 1;
  transform: scale(1);
}
.team-two__image__inner {
  position: relative;
}
.team-two__image__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--floens-base, #C7844F);
  transform: rotate(-9.5deg);
}
.team-two__image img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.team-card {
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}
.team-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  transition: all 500ms linear;
  z-index: 1;
}
@media (max-width: 412px) {
  .team-card::before {
    border-width: 15px;
  }
}
.team-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  transition: all 500ms linear;
  z-index: 1;
}
@media (max-width: 412px) {
  .team-card::after {
    border-width: 15px;
  }
}
.team-card:hover::before, .team-card:hover::after {
  border-color: var(--floens-white, #ffffff);
  width: 100%;
  height: 100%;
}
.team-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.team-card__image {
  position: relative;
}
.team-card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: RGBA(var(--floens-black2-rgb, 43, 30, 22), 0.5);
  transition: all 500ms ease;
}
.team-card__image img {
  position: relative;
  display: block;
  width: 100%;
}
.team-card:hover .team-card__image::after {
  opacity: 1;
}
.team-card__social {
  position: absolute;
  top: 30px;
  left: 30px;
  transform: scale(0, 1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 500ms ease;
  transform-origin: top left;
  z-index: 11;
}
.team-card__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--floens-white, #ffffff);
  color: var(--floens-white, #ffffff);
  font-size: 14px;
  transition: all 500ms ease;
}
.team-card__social a + a {
  margin-top: 6px;
}
.team-card__social a:hover {
  background-color: var(--floens-base, #C7844F);
  border-color: var(--floens-base, #C7844F);
}
.team-card:hover .team-card__social {
  opacity: 1;
  transform: scale(1, 1);
}
.team-card__identity {
  min-width: 270px;
  position: absolute;
  right: 0;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(250px);
  padding: 17px 22px 11px 20px;
  background-color: var(--floens-base, #C7844F);
  z-index: 11;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
.team-card__identity__inner {
  position: relative;
}
.team-card__identity__inner::before {
  content: "";
  position: absolute;
  top: 47%;
  left: -20px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 14px);
  background-color: var(--floens-white, #ffffff);
}
.team-card:hover .team-card__identity {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.team-card__name {
  font-size: 18px;
  color: var(--floens-white, #ffffff);
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -4px;
}
@media (max-width: 412px) {
  .team-card__name {
    font-size: 16px;
  }
}
.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__name a:hover {
  background-size: 100% 1px;
}
.team-card__designation {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--floens-white, #ffffff);
  line-height: normal;
}

.blog-card {
    padding: 25px 30px 0px;
  position: relative;
  background-color: var(--floens-white, #ffffff);
  border: 1px solid var(--floens-border-color, #DED8D3);
  transition: all 400ms ease;
}
.blog-card:hover {
  border-color: var(--floens-base, #C7844F);
}
@media (max-width: 375px) {
  .blog-card {
    padding: 25px 30px 0px;
  }
}
.blog-card__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}
.blog-card__image img {
  transition: 0.5s;
  display: block;
  width: 100%;
}
.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--floens-black-rgb, 0, 0, 0), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::before, .blog-card__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--floens-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card__date {
  min-width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  line-height: 1;
  position: absolute;
  top: 29px;
  left: 50px;
  z-index: 10;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  transition: all 400ms ease;
}
@media (max-width: 375px) {
  .blog-card__date {
    top: 24px;
  }
}
.blog-card__date__day {
  padding: 6px 8px 5px;
  width: 100%;
  display: block;
  background-color: var(--floens-base, #C7844F);
}
.blog-card__date__month {
  color: var(--floens-black2, #2B1E16);
  padding: 4px 8px 5px;
  width: 100%;
  display: block;
  background-color: var(--floens-white2, #F2EEEA);
}
.blog-card:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card:hover .blog-card__date {
    left: 25px;
  }
}
.blog-card__content {
  position: relative;
  transition: all 500ms ease;
}
.blog-card__title {
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 17px;
  text-transform: capitalize;
	    text-align: center;
}
.blog-card__title:hover {
  color: var(--floens-base, #C7844F);
}
@media (max-width: 1199px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__meta {
  padding: 15px 30px;
  width: calc(100% + 2px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--floens-base, #C7844F);
  margin: 0;
  z-index: 1;
}
@media (max-width: 375px) {
  .blog-card__meta {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-card__meta li {
  font-size: 12px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.blog-card__meta li i {
  color: inherit;
  margin-right: 11px;
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: var(--floens-black2, #2B1E16);
}
.blog-card--two {
  border: 0;
  padding: 30px 30px 55px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 375px) {
  .blog-card--two {
    padding: 25px 25px 50px;
  }
}
.blog-card--two:hover {
  border-color: transparent;
}
.blog-card--two__content {
  background-color: var(--floens-white, #ffffff);
  position: relative;
  transition: all 500ms ease;
}
.blog-card--two .blog-card__meta {
  position: static;
  padding: 0;
  width: 100%;
  transform: translate(0);
  background-color: transparent;
  margin-bottom: 23px;
}
@media (max-width: 375px) {
  .blog-card--two .blog-card__meta {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-card--two .blog-card__meta li {
  color: var(--floens-text, #7A736A);
}
.blog-card--two .blog-card__meta li i {
  color: var(--floens-base, #C7844F);
}
.blog-card--two .blog-card__meta li a:hover {
  color: var(--floens-base, #C7844F);
}
.blog-card--two .blog-card__title {
  margin-bottom: 23px;
}
.blog-card--two .blog-card__image {
  margin-bottom: 0;
}
.blog-card--two .blog-card__date {
  top: auto;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--two .blog-card__date {
    bottom: 25px;
    left: 25px;
  }
}
.blog-card--two .blog-card__date__month {
  background-color: var(--floens-white, #ffffff);
}
.blog-card--two:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--two:hover .blog-card__date {
    left: 25px;
  }
}
.blog-card--three {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.blog-card--three:hover {
  border: 0;
}
@media (max-width: 375px) {
  .blog-card--three {
    padding: 0;
  }
}
.blog-card--three .blog-card__image {
  margin-bottom: 0px;
}
.blog-card--three .blog-card__image__link::before, .blog-card--three .blog-card__image__link::after {
  top: 35%;
}
.blog-card--three .blog-card__date {
  top: 30px;
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__date {
    top: 25px;
    left: 25px;
  }
}
.blog-card--three:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--three:hover .blog-card__date {
    left: 25px;
  }
}
.blog-card--three .blog-card__content {
  padding: 23px 29px 30px 30px;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__content {
    width: calc(100% - 25px);
  }
}
.blog-card--three .blog-card__title {
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__title {
    font-size: 18px;
  }
}
.blog-card--three .blog-card__title::before {
  content: "";
  width: 5px;
  height: calc(100% - 14px);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-color: var(--floens-base, #C7844F);
}
.blog-card--three .blog-card__meta {
  padding: 0;
  width: 100%;
  position: static;
  transform: translateX(0%);
  background-color: transparent;
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__meta {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-card--three .blog-card__meta li {
  color: var(--floens-text, #7A736A);
}
.blog-card--three .blog-card__meta li i {
  color: var(--floens-base, #C7844F);
}
.blog-card--four {
  padding: 0 0 29px;
  border: 0;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.blog-card--four:hover {
  border-color: var(--floens-base, #C7844F);
}
.blog-card--four .blog-card__image {
  margin-bottom: 31px;
}
.blog-card--four .blog-card__date {
  top: 30px;
  left: 30px;
}
@media (max-width: 500px) {
  .blog-card--four .blog-card__date {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 375px) {
  .blog-card--four .blog-card__date {
    top: 20px;
  }
}
.blog-card--four:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--four:hover .blog-card__date {
    left: 30px;
  }
}
.blog-card--four__content {
  position: relative;
  transition: all 500ms ease;
}
.blog-card--four .blog-card__meta {
  position: static;
  padding: 0;
  width: 100%;
  transform: translate(0);
  background-color: transparent;
  margin-bottom: 21px;
}
@media (max-width: 375px) {
  .blog-card--four .blog-card__meta {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-card--four .blog-card__meta li {
  color: var(--floens-text, #7A736A);
}
.blog-card--four .blog-card__meta li i {
  color: var(--floens-base, #C7844F);
}
.blog-card--four .blog-card__meta li a:hover {
  color: var(--floens-base, #C7844F);
}
.blog-card--four .blog-card__title {
  line-height: 1.541;
  letter-spacing: normal;
  margin-bottom: 2px;
}
.blog-card--four .blog-card__text {
  font-weight: normal;
  margin-bottom: 32px;
  text-transform: capitalize;
}

.blog-one {
  position: relative;
}
.blog-one--home-two {
  background-color: var(--floens-white, #ffffff);
}
.blog-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.blog-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #F2EEEA 14.17%, rgba(242, 238, 234, 0.6) 100%);
}
.blog-one .container {
  position: relative;
  z-index: 1;
}
.blog-one__top {
  margin-bottom: 65px;
}
.blog-one__top__button {
  margin-top: 6px;
  text-align: right;
}
.blog-one .blog-card {
  border: 0;
}

.blog-page .post-pagination {
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .blog-page .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
.blog-page--sidebar-list .post-pagination {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .blog-page--sidebar-list .post-pagination {
    margin-top: 10px;
  }
}
@media (min-width: 576px) {
  .blog-page__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .blog-page__carousel .owl-dots {
    display: none !important;
  }
}

.blog-three {
  padding-bottom: 20px;
  background-color: var(--floens-white, #ffffff);
}
@media (max-width: 767px) {
  .blog-three {
    padding-bottom: 0;
  }
}
.blog-three .sec-title {
  width: 100%;
  max-width: 511px;
  margin: 0 auto 60px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--floens-base, #C7844F);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--floens-base, #C7844F);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--floens-base, #C7844F);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  display: none;
  background-color: var(--floens-black2, #2B1E16);
}
@media (min-width: 1000px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one .container-fluid {
  max-width: 1702px;
}
.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
}
.topbar-one__info__item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--floens-text-gray, #9A8B82);
  text-transform: lowercase;
  line-height: 1.2;
}
.topbar-one__info__item span {
  margin-right: 11px;
  font-size: 18px;
  color: var(--floens-base, #C7844F);
}
.topbar-one__info__item span.icon-location {
  font-size: 16px;
}
.topbar-one__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__info__item a:hover {
  background-size: 100% 1px;
}
.topbar-one__info__item a:hover {
  color: var(--floens-base, #C7844F);
}
.topbar-one__info__item address {
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
.topbar-one__info__item + .topbar-one__info__item {
  margin-left: 31px;
}
.topbar-one__info__icon {
  font-size: 14px;
  color: var(--floens-base, #C7844F);
  position: relative;
  top: 2px;
  margin-right: 9px;
}
.topbar-one__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar-one__social a {
  font-size: 15.65px;
  color: var(--floens-text, #7A736A);
  transition: all 400ms ease;
}
.topbar-one__social a:hover {
  color: var(--floens-base, #C7844F);
}
.topbar-one__social a + a {
  margin-left: 19px;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__cart {
  position: relative;
  font-size: 19.2px;
}
@media (max-width: 1199px) {
  .main-header__cart {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid var(--floens-border-color, #DED8D3);
  }
}
@media (max-width: 767px) {
  .main-header__cart {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 425px) {
  .main-header__cart {
        margin-left: 0px;
        padding-left: 8px;
  }
}
.main-header__search {
  font-size: 16px;
  margin-left: 20px;
}
.main-header__search:hover {
  color: var(--floens-base, #C7844F);
}
.main-header__cart, .main-header__search {
  display: flex;
  align-items: center;
  color: var(--floens-black, #000000);
  transition: all 500ms ease;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--floens-base, #C7844F);
}
.main-header--one {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: calc(100% - 223px);
  z-index: 99;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
@media (max-width: 1399px) {
  .main-header--one {
    width: 100%;
  }
}
.main-header--one .container-fluid {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 1399px) {
  .main-header--one .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .main-header--one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 375px) {
  .main-header--one .main-header__logo a {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 375px) {
  .main-header--one .main-header__right {
    margin-left: -52px;
  }
}
.main-header--one .main-header__nav {
  margin-right: 139px;
}
@media (max-width: 1800px) {
  .main-header--one .main-header__nav {
    margin-right: 100px;
  }
}
@media (max-width: 1700px) {
  .main-header--one .main-header__nav {
    margin-right: 80px;
  }
}
.main-header--one .main-header__sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 120px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: var(--floens-base2, #8A5133);
  line-height: 1;
  transition: all 400ms ease;
  background-color: transparent;
}
@media (max-width: 1800px) {
  .main-header--one .main-header__sidebar-btn {
    margin-left: 60px;
  }
}
@media (max-width: 1800px) {
  .main-header--one .main-header__sidebar-btn {
    margin-left: 60px;
  }
}
@media (max-width: 425px) {
  .main-header--one .main-header__sidebar-btn {
    margin-left: 30px;
  }
}
.main-header--one .main-header__sidebar-btn::before {
  content: "";
  width: 1px;
  height: calc(100% + 48px);
  background-color: var(--floens-border-color, #DED8D3);
  position: absolute;
  top: calc(50% - 1px);
  left: -61px;
  transform: translateY(-50%);
}
@media (max-width: 1800px) {
  .main-header--one .main-header__sidebar-btn::before {
    left: -31px;
  }
}
@media (max-width: 1199px) {
  .main-header--one .main-header__sidebar-btn::before {
    height: calc(100% + 52px);
  }
}
@media (max-width: 425px) {
  .main-header--one .main-header__sidebar-btn::before {
    left: -13px;
  }
}
.main-header--one .main-header__sidebar-btn span {
  color: inherit;
}
.main-header--one .main-header__sidebar-btn:hover {
  color: var(--floens-black, #000000);
}
.main-header--one .main-header__phone {
  margin-left: 15px;
  font-size: 20px;
  color: var(--floens-base2, #8A5133);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--one .main-header__phone:hover {
  background-size: 100% 1px;
}
@media (max-width: 1700px) {
  .main-header--one .main-header__phone {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .main-header--one .main-header__phone {
    display: none;
  }
}
.main-header--one .main-header__phone:hover {
  color: var(--floens-black2, #2B1E16);
}
.main-header--one .main-header__btn {
  margin-left: 61px;
  padding: 25px 41.9px;
}
@media (max-width: 1800px) {
  .main-header--one .main-header__btn {
    margin-left: 30px;
  }
}
@media (max-width: 1700px) {
  .main-header--one .main-header__btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .main-header--one .main-header__btn {
    display: none;
  }
}
.main-header--one .main-menu .main-menu__list > li {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}
.main-header--one .main-menu .main-menu__list > li.current > a,
.main-header--one .main-menu .main-menu__list > li:hover > a {
     color: #444;
    font-weight: 500;
}
.main-header--two {
  background-color: var(--floens-white, #ffffff);
}
.main-header--two .container-fluid {
  max-width: 1702px;
}
.main-header--two.sticky-header--cloned {
  background-color: var(--floens-white, #ffffff);
  border: none;
}
.main-header--two.sticky-header--cloned .main-menu .main-menu__list > li {
  padding-top: 52px;
  padding-bottom: 52px;
}
.main-header--two .main-header__left {
  display: flex;
  align-items: center;
}
.main-header--two .main-header__logo {
  margin-right: 162px;
}
@media (max-width: 1399px) {
  .main-header--two .main-header__logo {
    margin-right: 60px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__logo {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .main-header--two .main-header__logo img {
    width: 90px;
  }
}
.main-header--two .main-header__btn {
  margin-left: 60px;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
@media (max-width: 1399px) {
  .main-header--two .main-header__btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__btn {
    display: none;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 52px;
  padding-bottom: 52px;
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a {
  color: var(--floens-black2, #2B1E16);
}
.main-header--two .main-header__sidebar-btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-left: 60.8px;
}
@media (max-width: 1399px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__sidebar-btn {
    position: relative;
    margin-left: 40px;
  }
  .main-header--two .main-header__sidebar-btn::before {
    content: "";
    width: 1px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background-color: var(--floens-gray, #DED8D3);
  }
}
@media (max-width: 425px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 30px;
  }
  .main-header--two .main-header__sidebar-btn::before {
    left: -15px;
  }
}
.main-header--two .main-header__sidebar-btn__box {
  width: 6px;
  height: 6px;
  background-color: var(--floens-text, #7A736A);
  transition: all 400ms ease;
}
.main-header--two .main-header__sidebar-btn__box:nth-child(2) {
  background-color: var(--floens-base, #C7844F);
  margin: 0 9px;
}
.main-header--two .main-header__sidebar-btn:hover .main-header__sidebar-btn__box {
  background-color: var(--floens-base, #C7844F);
}
.main-header--three {
  background-color: transparent;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media (max-width: 1199px) {
  .main-header--three {
    top: 41px;
  }
}
@media (max-width: 575px) {
  .main-header--three {
    top: 5px;
  }
}
.main-header--three .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .main-header--three .container-fluid {
    padding-left: 61px;
    padding-right: 61px;
  }
}
.main-header--three .main-header__logo__two {
  display: none;
}
.main-header--three .main-header__nav {
  margin-right: 278px;
}
@media (max-width: 1699px) {
  .main-header--three .main-header__nav {
    margin-right: 200px;
  }
}
@media (max-width: 1599px) {
  .main-header--three .main-header__nav {
    margin-right: 120px;
  }
}
@media (max-width: 1399px) {
  .main-header--three .main-header__nav {
    margin-right: 60px;
  }
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 19px;
  padding-bottom: 19px;
}
.main-header--three .main-menu .main-menu__list > li > a {
  text-transform: uppercase;
  color: var(--floens-white, #ffffff);
}
.main-header--three .main-menu__list li ul li > a {
  text-transform: uppercase !important;
}
.main-header--three .main-menu .main-menu__list > li.current > a,
.main-header--three .main-menu .main-menu__list > li:hover > a {
  color: var(--floens-base, #C7844F);
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--floens-white, #ffffff);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__cart {
    border-color: var(--floens-white, #ffffff);
  }
}
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--floens-white, #ffffff);
}
.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--floens-base, #C7844F);
}
.main-header--three .main-header__btn {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .main-header--three .main-header__btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--boxed .main-header__nav {
  margin-right: 100px;
}
.main-header--boxed .main-header__sidebar-btn {
  margin-left: 60px;
}
.main-header--boxed .main-header__sidebar-btn::before {
  left: -30px;
}
@media (max-width: 1800px) {
  .main-header--boxed .main-header__sidebar-btn::before {
    left: -30px;
  }
}
.main-header--boxed .main-header__phone {
  font-size: 15px;
}
.main-header--boxed .main-header__btn {
  margin-left: 30px;
  padding: 25px 25px;
}
.main-header--boxed .main-menu .main-menu__list > li + li {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .main-header--boxed .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--floens-white, #ffffff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--floens-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.main-header--one {
  border: 0;
}
@media (min-width: 1400px) {
  .sticky-header--cloned.main-header--one {
    width: 100%;
    padding-right: 40px;
  }
}
.sticky-header--cloned.main-header--three .main-header__logo__one {
  display: none;
}
.sticky-header--cloned.main-header--three .main-header__logo__two {
  display: inline-block;
}
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--floens-text, #7A736A);
}
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li.current > a,
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li:hover > a {
  color: var(--floens-black2, #2B1E16);
}
.sticky-header--cloned.main-header--three .mobile-nav__btn span {
  background-color: var(--floens-black, #000000);
}
@media (max-width: 1199px) {
  .sticky-header--cloned.main-header--three .main-header__cart {
    border-color: var(--floens-border-color, #DED8D3);
  }
}
.sticky-header--cloned.main-header--three .main-header__cart,
.sticky-header--cloned.main-header--three .main-header__search {
  color: var(--floens-black2, #2B1E16);
}
.sticky-header--cloned.main-header--three .main-header__cart:hover,
.sticky-header--cloned.main-header--three .main-header__search:hover {
  color: var(--floens-base, #C7844F);
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--floens-black, #000000);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 36.25px;
  padding-bottom: 36.25px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 39px;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 30px;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #444;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--floens-black2, #2B1E16);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--floens-white, #ffffff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--floens-white-rgb, 255, 255, 255), 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li {
  margin-bottom: -1px;
}
.main-menu .main-menu__list li ul li > a {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: var(--floens-text, #7A736A);
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 12px 20px;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu .main-menu__list li ul li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 11px;
  background-color: var(--floens-base, #C7844F);
  z-index: 1;
}
.main-menu .main-menu__list li ul li > a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--floens-base, #C7844F);
  z-index: -1;
  transition: all 500ms ease;
}
.main-menu .main-menu__list li ul li:not(:last-child) a {
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--floens-white, #ffffff);
  border-bottom-color: transparent;
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  left: 0;
  width: 100%;
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: 100%;
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--floens-white, #ffffff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--floens-black, #000000);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--floens-base, #C7844F);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--floens-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--floens-black2-rgb, 43, 30, 22), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  font-size: 16px;
  color: var(--floens-black, #000000);
  font-weight: 500;
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--floens-black2-rgb, 43, 30, 22), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  font-size: 13px;
  padding: 14px 25px 15px;
}
.demo-one__btn::before, .demo-one__btn::after {
  background-color: var(--floens-base2, #8A5133);
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
  text-transform: capitalize;
}
.demo-one__title:hover {
  color: var(--floens-base2, #8A5133);
}

.home-showcase {
  margin-top: 0px;
  margin-bottom: -20px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 10px 20px;
  background-color: var(--floens-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--floens-black2-rgb, 43, 30, 22), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 130px;
}
.home-showcase .demo-one__btn::before, .home-showcase .demo-one__btn::after {
  background-color: var(--floens-base2, #8A5133);
}
.home-showcase .demo-one__title {
  padding: 0;
  margin-top: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.home-showcase .demo-one__title:hover {
  color: var(--floens-base2, #8A5133);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--floens-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--floens-black, #000000);
  opacity: 0.5;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--floens-black2, #2B1E16);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--floens-white, #ffffff);
  cursor: pointer;
  transition: all 400ms ease;
}
.mobile-nav__close:hover {
  color: var(--floens-base, #C7844F);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--floens-white, #ffffff);
  font-size: 16px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--floens-base, #C7844F);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--floens-base, #C7844F);
  border: none;
  outline: none;
  color: var(--floens-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--floens-white, #ffffff);
  color: var(--floens-base, #C7844F);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 22px;
}
.mobile-nav__social a:hover {
  color: var(--floens-base, #C7844F);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}
.mobile-nav__contact li {
  color: var(--floens-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--floens-base, #C7844F);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--floens-base, #C7844F);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--floens-white, #ffffff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--floens-white, #ffffff);
  font-size: 15px;
  color: var(--floens-text, #7A736A);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup__form .floens-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup__form .floens-btn span {
  font-size: 18px;
  color: var(--floens-white, #ffffff);
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
     background-color: #ffffff;
    position: relative;
    padding-top: 115px;
    padding-bottom: 45px;
}
@media (max-width: 991px) {
  .page-header {
    padding-top: 87px;
    padding-bottom: 99px;
  }
}
@media (max-width: 575px) {
  .page-header {
         padding-top: 130px;
        padding-bottom: 25px;

  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
.page-header .container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-header__title {
margin: 0;
    font-size: 42px;
    color: #444;
    /* letter-spacing: -1.1px; */
    text-transform: capitalize;
    margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}

.floens-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0;
  margin-bottom: 0;
}
.floens-breadcrumb li {
  font-size: 15px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.floens-breadcrumb li:not(:first-of-type) {
  color: var(--floens-base, #C7844F);
}
.floens-breadcrumb li:not(:last-of-type)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: relative;
  top: 0px;
  margin-left: 11px;
  margin-right: 11px;
	color: #00bf63;
}
.floens-breadcrumb li i {
  position: relative;
  top: 0px;
  margin-right: 9px;
  font-size: 14px;
  color: var(--floens-base, #C7844F);
}
.floens-breadcrumb li span,
.floens-breadcrumb li a {
  color: inherit;
  display: inline-flex;
}
.floens-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.floens-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.floens-breadcrumb li a:hover {
  color: var(--floens-base, #C7844F);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin: 0;
}
.form-one__group--grid {
  grid-gap: 30px;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--input {
  margin-bottom: -5px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--floens-font, "DM Sans", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 52px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  margin-top: -21px;
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-text, #7A736A) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 52px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.form-one .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--floens-text, #7A736A);
}
@media (max-width: 425px) {
  .form-one .bootstrap-select > .dropdown-toggle:before {
    right: 20px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--floens-border-color, #DED8D3);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-weight: normal;
  color: var(--floens-black2, #2B1E16);
  background-color: var(--floens-white2, #F2EEEA);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--floens-base, #C7844F);
  color: var(--floens-white, #ffffff);
  border-color: var(--floens-base, #C7844F);
}
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  color: var(--floens-text, #7A736A);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border: none;
  outline: none;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  transition: all 300ms ease;
}
.form-one input[type=text]::placeholder,
.form-one input[type=email]::placeholder,
.form-one textarea::placeholder {
  text-transform: capitalize;
}
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
  color: var(--floens-black2, #2B1E16);
  border-color: var(--floens-base, #C7844F);
}
.form-one textarea {
  height: 143px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  border: 1px solid var(--floens-border-color, #DED8D3);
  background-color: var(--floens-white2, #F2EEEA);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 558px;
  width: 100%;
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--floens-gray, #DED8D3);
}

.contact-map {
  position: relative;
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--floens-black2, #2B1E16);
}
.main-footer__top {
  padding-top: 40px;
  padding-bottom: 0px;
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  background-size: cover;
  background-position: center center;
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__bottom__inner {
  padding: 15px 0 15px;
  border-top: 1px solid rgba(var(--floens-white-rgb, 255, 255, 255), 0.1);
}
.main-footer__bottom__copyright {
  text-align: right;
}
@media (max-width: 767px) {
  .main-footer__bottom__copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer .floens-social {
    justify-content: center;
  }
}
.main-footer .floens-social a {
  border-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}
.main-footer__copyright {
  color: var(--floens-text-gray, #9A8B82);
  margin: 0;
  text-transform: capitalize;
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 32px;
}
.footer-widget__about-text {
  color: var(--floens-text-gray, #9A8B82);
  padding-right: 5px;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  .footer-widget__about-text {
    width: 100%;
    max-width: 370px;
  }
}
.footer-widget__newsletter {
  position: relative;
  width: 100%;
  max-width: 370px;
}
.footer-widget__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: var(--floens-white, #ffffff);
  color: var(--floens-text, #7A736A);
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 56px;
  transition: all 500ms ease;
}
.footer-widget__newsletter input[type=text]::placeholder {
  text-transform: capitalize;
}
.footer-widget__newsletter input[type=text]:focus {
  color: var(--floens-black2, #2B1E16);
}
.footer-widget__newsletter button[type=submit] {
  position: relative;
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--floens-base, #C7844F);
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.footer-widget__newsletter button[type=submit]:hover {
  color: var(--floens-black2, #2B1E16);
}
.footer-widget__newsletter button[type=submit]::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  background-color: var(--floens-gray, #DED8D3);
  transition: all 500ms ease;
}
.footer-widget__newsletter button[type=submit]:hover::after {
  background-color: var(--floens-base, #C7844F);
}
.footer-widget__top {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 21px;
}
.footer-widget__title-box {
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  background-color: var(--floens-base2, #8A5133);
}
.footer-widget__title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.75px;
  height: 8.75px;
  background-color: var(--floens-base, #C7844F);
}
.footer-widget__title {
  font-size: 18px;
  color: var(--floens-white, #ffffff);
  text-transform: capitalize;
  margin: 0;
}
.footer-widget--links-one {
  position: relative;
  right: -26px;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .footer-widget--links-one {
    right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links-one {
    padding-left: 0px;
  }
}
.footer-widget--links-two {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget--links-two {
    padding-left: 0px;
  }
}
.footer-widget--contact {
  padding-left: 56px;
}
@media (max-width: 1199px) {
  .footer-widget--contact {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .footer-widget--contact {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget--contact {
    padding-left: 0px;
  }
}
.footer-widget__links {
  margin: 0;
}
.footer-widget__links li {
  font-size: 16px;
  color: #edeceb;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 2.25;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: var(--floens-base, #C7844F);
}
.footer-widget__info {
  margin: 0;
  padding-top: 16px;
}
.footer-widget__info li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #edeceb;
  font-weight: 500;
  line-height: 18px;
}
.footer-widget__info li + li {
  margin-top: 20px;
}
.footer-widget__info li:nth-child(1) {
  display: block;
}
.footer-widget__info li:nth-child(1) a {
  line-height: 1.866;
  text-transform: capitalize;
}
.footer-widget__info li span {
  font-size: 18px;
  color: var(--floens-base, #C7844F);
  margin-right: 15px;
}
.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {
  background-size: 100% 1px;
}
.footer-widget__info li a:hover {
  color: var(--floens-base, #C7844F);
}
.footer-widget__text {
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  margin-top: -10px;
  margin-bottom: 21px;
  max-width: 201px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  background-color: var(--floens-white, #ffffff);
}
.client-carousel--two .client-carousel__one {
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.client-carousel__one .owl-stage-outer {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .client-carousel__one .owl-stage-outer {
    padding: 80px 0;
  }
}
.client-carousel__one__item img {
  opacity: 0.2;
  transition: all 500ms ease;
  max-width: 100%;
  width: auto !important;
}
@media (max-width: 1199px) {
  .client-carousel__one__item img {
    margin-left: auto;
    margin-right: auto;
  }
}
.client-carousel__one__item:hover img {
  opacity: 1;
}
.client-carousel--dark .client-carousel__one__item {
  position: relative;
}
.client-carousel--dark .client-carousel__one__item img {
  opacity: 1;
}
.client-carousel--dark .client-carousel__one__item img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 1199px) {
  .client-carousel--dark .client-carousel__one__item img:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.client-carousel--dark .client-carousel__one__item:hover img:nth-child(2) {
  opacity: 1;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .main-slider__carousel {
    width: calc(100% - 223px);
  }
}
.main-slider__item {
  padding: 131px 0 199px;
  position: relative;
}
@media (max-width: 1599px) {
  .main-slider__item {
    padding: 100px 0 100px;
  }
}
@media (max-width: 1399px) {
  .main-slider__item {
    padding: 100px 0 100px;
  }
}
@media (max-width: 991px) {
  .main-slider__item {
    padding: 120px 0 150px;
  }
}
@media (max-width: 575px) {
  .main-slider__item {
    padding-bottom: 110px;
  }
}
.main-slider__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.main-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(242, 238, 234, 0.9) 63.62%, rgba(242, 238, 234, 0.8) 100%);
}
@media (max-width: 1399px) {
  .main-slider .hero-slider__social {
    display: none;
  }
}
.main-slider__wrapper {
  display: grid;
  grid-template-columns: 41% calc(59% - 60px);
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 60px;
}
@media (max-width: 1599px) {
  .main-slider__wrapper {
    grid-template-columns: 45% calc(55% - 80px);
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .main-slider__wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (min-width: 576px) {
  .main-slider__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .main-slider__wrapper {
    padding-left: 100px;
    padding-right: 0;
    margin: 0;
  }
}
@media (min-width: 1800px) {
  .main-slider__wrapper {
    padding-left: 222px;
  }
}
.main-slider__left {
  transform: translateY(120px);
  opacity: 0;
  transition: transform 2s ease;
}
@media (max-width: 991px) {
  .main-slider__left {
    width: 100%;
    max-width: 600px;
  }
}
.main-slider__content {
  margin-top: 51px;
}
.main-slider .sec-title {
  margin-bottom: 27px;
  text-align: left;
}
.main-slider .sec-title__tagline {
  letter-spacing: 3.2px;
  margin-bottom: 13px;
}
.main-slider .sec-title__title {
  font-size: 75px;
  line-height: 1.066;
}
@media (max-width: 1700px) {
  .main-slider .sec-title__title {
    font-size: 70px;
  }
}
@media (max-width: 1599px) {
  .main-slider .sec-title__title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .main-slider .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .main-slider .sec-title__title {
    font-size: 40px;
  }
}
.main-slider__text {
  margin-bottom: 31px;
}
.main-slider__image {
  position: relative;
  padding: 30px;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 2s ease;
}
@media (max-width: 991px) {
  .main-slider__image {
    max-width: 450px;
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .main-slider__image {
    padding: 20px;
  }
}
.main-slider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--floens-border-color, #DED8D3);
}
.main-slider__image__inner {
  position: relative;
}
.main-slider__image__inner::before, .main-slider__image__inner::after {
  position: absolute;
  content: "";
  width: 42.45px;
  height: 1px;
  background-color: var(--floens-gray, #DED8D3);
  transform: rotate(-135deg);
  z-index: 11;
}
.main-slider__image__inner::before {
  top: -15px;
  left: -36px;
}
@media (max-width: 425px) {
  .main-slider__image__inner::before {
    width: 26px;
    top: -10px;
    left: -22px;
  }
}
.main-slider__image__inner::after {
  bottom: -15px;
  right: -36px;
}
@media (max-width: 425px) {
  .main-slider__image__inner::after {
    width: 26px;
    bottom: -10px;
    right: -22px;
  }
}
.main-slider__image__one {
  width: 100%;
  display: block;
}
.main-slider__image__two {
  position: absolute;
  left: -58px;
  bottom: -55px;
  z-index: -1;
  animation: zump 2s linear infinite;
}
@media (max-width: 1599px) {
  .main-slider__image__two {
    left: -30px;
    bottom: -30px;
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .main-slider__image__two {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .main-slider__image__two {
    display: none !important;
  }
}
.main-slider__video {
  position: absolute;
  top: 22.1%;
  left: -26px;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-slider__video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.main-slider .slick-active .main-slider__left,
.main-slider .slick-active .main-slider__image {
  transform: translate(0) scale(1);
  opacity: 1;
}
.main-slider__scroll-btn {
  width: 17px;
  height: 36px;
  background-color: var(--floens-gray, #DED8D3);
  position: absolute;
  bottom: 48px;
  left: 11.6%;
  z-index: 2;
  display: inline-block;
  transition: all 400ms ease;
  border-radius: 100px;
  z-index: 11;
}
@media (max-width: 575px) {
  .main-slider__scroll-btn {
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main-slider__scroll-btn span {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7px;
  height: 11px;
  background-color: var(--floens-text, #7A736A);
  border-radius: 100px;
  -webkit-animation: scroll 1500ms infinite;
  animation: scroll 1500ms infinite;
  box-sizing: border-box;
  transition: all 400ms ease;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main-slider__scroll-btn:hover {
  background-color: var(--floens-base2, #8A5133);
}
.main-slider__scroll-btn:hover span {
  background-color: var(--floens-white, #ffffff);
}
.main-slider__carousel-thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 184px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1399px) {
  .main-slider__carousel-thumbs {
    display: none;
  }
}
.main-slider__carousel-thumbs .slick-list {
  height: 100% !important;
}
.main-slider__carousel-thumbs .slick-slide {
  margin-bottom: 20px;
}
.main-slider__carousel-thumbs li {
  position: relative;
  cursor: pointer;
}
.main-slider__carousel-thumbs li img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.main-slider__carousel-thumbs li.slick-current img {
  opacity: 0.5;
}
.main-slider .hero-slider__slick-button--prev {
  right: 586px;
}
@media (max-width: 1399px) {
  .main-slider .hero-slider__slick-button--prev {
    right: auto;
    left: calc(50% - 148px);
  }
}
@media (max-width: 991px) {
  .main-slider .hero-slider__slick-button--prev {
    left: calc(50% - 138.5px);
  }
}
@media (max-width: 575px) {
  .main-slider .hero-slider__slick-button--prev {
    left: calc(50% - 119.5px);
  }
}
@media (max-width: 500px) {
  .main-slider .hero-slider__slick-button--prev {
    left: 15px;
  }
}
@media (max-width: 375px) {
  .main-slider .hero-slider__slick-button--prev {
    left: calc(50% - 119.28px);
  }
}
.main-slider .hero-slider__slick-button--next {
  right: 434px;
}
@media (max-width: 1399px) {
  .main-slider .hero-slider__slick-button--next {
    right: calc(50% - 147px);
  }
}
@media (max-width: 991px) {
  .main-slider .hero-slider__slick-button--next {
    right: calc(50% - 138.5px);
  }
}
@media (max-width: 575px) {
  .main-slider .hero-slider__slick-button--next {
    right: calc(50% - 119.5px);
  }
}
@media (max-width: 500px) {
  .main-slider .hero-slider__slick-button--next {
    right: auto;
    left: 139.28px;
  }
}
@media (max-width: 375px) {
  .main-slider .hero-slider__slick-button--next {
    left: auto;
    right: calc(50% - 119.59px);
  }
}
.main-slider .hero-slider__counter {
  right: 0;
}
@media (max-width: 1399px) {
  .main-slider .hero-slider__counter {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .main-slider .hero-slider__counter {
    right: 15px;
  }
}

.main-slider-two {
  position: relative;
}
@media (min-width: 1400px) {
  .main-slider-two {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1600px) {
  .main-slider-two {
    width: calc(100% - 115px);
  }
}
.main-slider-two__item {
  padding: 186px 0 219px;
  position: relative;
}
@media (max-width: 1399px) {
  .main-slider-two__item {
    padding-bottom: 300px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__item {
    padding: 130px 0 350px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__item {
    padding: 110px 0 340px;
  }
}
.main-slider-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transform: scale(1);
  transition: transform 6s ease;
}
.main-slider-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--floens-black-rgb, 0, 0, 0), 0.5);
}
.main-slider-two .slick-active .main-slider-two__bg {
  transform: scale(1.3);
}
.main-slider-two__wrapper {
  display: grid;
  grid-template-columns: calc(69% - 60px) 31%;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 60px;
}
@media (max-width: 1399px) {
  .main-slider-two__wrapper {
    grid-template-columns: calc(60% - 60px) 40%;
  }
}
@media (max-width: 991px) {
  .main-slider-two__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1400px) {
  .main-slider-two__wrapper {
    padding-left: 100px;
    padding-right: 200px;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .main-slider-two__wrapper {
    padding-left: 150px;
    padding-right: 200px;
  }
}
@media (min-width: 1820px) {
  .main-slider-two__wrapper {
    padding-left: 216px;
    padding-right: 343px;
  }
}
.main-slider-two__tagline {
  padding: 8px 30px;
  display: inline-block;
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background-color: rgba(var(--floens-white-rgb, 255, 255, 255), 0.2);
  margin-bottom: 19px;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 2s ease;
}
@media (max-width: 1199px) {
  .main-slider-two__tagline {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__tagline {
    font-size: 12px;
  }
}
.main-slider-two__title {
  font-size: 90px;
  color: var(--floens-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 32px;
  transform: translateY(120px);
  opacity: 0;
  transition: transform 2s ease;
}
@media (max-width: 1799px) {
  .main-slider-two__title {
    font-size: 80px;
  }
}
@media (max-width: 1599px) {
  .main-slider-two__title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .main-slider-two__title {
    font-size: 35px;
  }
}
.main-slider-two__btn {
  transform: translateY(120px);
  opacity: 0;
  transition: transform 2s ease;
}
.main-slider-two__image {
  position: relative;
  top: -5px;
  opacity: 0;
  transform: translateX(100px);
  transition: transform 2s ease;
}
@media (max-width: 1199px) {
  .main-slider-two__image {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__image {
    margin-top: 70px;
    top: 0;
  }
}
@media (max-width: 425px) {
  .main-slider-two__image {
    margin-top: 80px;
  }
}
@media (max-width: 412px) {
  .main-slider-two__image {
    margin-top: 100px;
  }
}
.main-slider-two__image__one {
  position: relative;
  width: 100%;
  max-width: 305px;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .main-slider-two__image__one {
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__image__one {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-slider-two__image__two {
  position: relative;
  position: absolute;
  right: -77px;
  bottom: -96px;
}
@media (max-width: 1399px) {
  .main-slider-two__image__two {
    right: 0;
  }
}
@media (max-width: 991px) {
  .main-slider-two__image__two {
    right: auto;
    left: 77px;
  }
}
@media (max-width: 412px) {
  .main-slider-two__image__two {
    left: 50px;
  }
}
@media (max-width: 375px) {
  .main-slider-two__image__two {
    left: 30px;
  }
}
.main-slider-two__image__inner {
  width: 100%;
  max-width: 305px;
  height: 244px;
  clip-path: polygon(30% 0, 100% 0%, 68% 100%, 0% 100%);
  padding: 10px 15px;
  background-color: var(--floens-white, #ffffff);
}
.main-slider-two__image__inner img {
  width: 100%;
  display: block;
  height: 100%;
  clip-path: polygon(30% 0, 100% 0%, 68% 100%, 0% 100%);
  object-fit: cover;
}
.main-slider-two__tiles__title, .main-slider-two__shape__title {
  position: absolute;
  padding: 2px 6px;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  color: var(--floens-base, #C7844F);
  line-height: normal;
  text-transform: uppercase;
  background-color: var(--floens-white, #ffffff);
}
.main-slider-two__tiles {
  position: relative;
  position: absolute;
  top: -11px;
  right: -57px;
  width: 125px;
  height: 51px;
  border-right: 1px solid var(--floens-white, #ffffff);
  border-bottom: 1px solid var(--floens-white, #ffffff);
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1399px) {
  .main-slider-two__tiles {
    right: -30px;
  }
}
@media (max-width: 412px) {
  .main-slider-two__tiles {
    top: -30px;
    right: 20px;
    z-index: -1;
  }
}
@media (max-width: 375px) {
  .main-slider-two__tiles {
    right: 50px;
  }
}
.main-slider-two__tiles__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -45px;
  right: -21px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(var(--floens-white-rgb, 255, 255, 255), 0.4);
}
.main-slider-two__tiles__circle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--floens-white, #ffffff);
}
.main-slider-two__tiles__title {
  top: -76px;
  right: -48px;
}
.main-slider-two__shape {
  position: relative;
  position: absolute;
  left: -115px;
  bottom: -8px;
  width: 159px;
  height: 51px;
  border-top: 1px solid var(--floens-white, #ffffff);
  border-left: 1px solid var(--floens-white, #ffffff);
  animation: zump 2s linear infinite;
}
@media (max-width: 1599px) {
  .main-slider-two__shape {
    left: -90px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__shape {
    left: -70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape {
    left: -30px;
  }
}
@media (max-width: 412px) {
  .main-slider-two__shape {
    width: 120px;
    left: 50px;
    bottom: -30px;
    z-index: -1;
  }
}
.main-slider-two__shape__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  bottom: -33px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(var(--floens-white-rgb, 255, 255, 255), 0.4);
}
.main-slider-two__shape__circle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--floens-white, #ffffff);
}
.main-slider-two__shape__title {
  bottom: -76px;
  left: -48px;
}
.main-slider-two .slick-active .main-slider-two__tagline,
.main-slider-two .slick-active .main-slider-two__title,
.main-slider-two .slick-active .main-slider-two__btn,
.main-slider-two .slick-active .main-slider-two__image {
  opacity: 1;
  transform: translate(0);
}
@media (min-width: 1400px) {
  .main-slider-two .hero-slider-controls {
    right: -39px;
    bottom: 39px;
    flex-direction: column;
    gap: 78px;
  }
  .main-slider-two .hero-slider-controls li:first-child {
    transform: rotate(-90deg);
  }
  .main-slider-two .hero-slider-controls li:last-child {
    right: -64px;
    transform: rotate(90deg);
  }
}
.main-slider-two .hero-slider__slick-button {
  background-color: var(--floens-white2, #F2EEEA) !important;
}
@media (min-width: 1400px) {
  .main-slider-two .hero-slider__slick-button--prev {
    right: -103px;
    bottom: 39px;
    transform: rotate(90deg);
  }
  .main-slider-two .hero-slider__slick-button--next {
    right: -39px;
    bottom: 181px;
    transform: rotate(-90deg);
  }
}
@media (min-width: 1400px) {
  .main-slider-two .hero-slider__counter {
    right: -77px;
    bottom: auto;
    top: 240px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 1399px) {
  .main-slider-two .hero-slider__counter__total {
    color: var(--floens-white, #ffffff);
  }
  .main-slider-two .hero-slider__counter__total::after {
    background-color: var(--floens-white, #ffffff);
  }
  .main-slider-two .hero-slider__counter__current {
    color: var(--floens-base, #C7844F);
  }
}

.main-slider-three {
  position: relative;
}
.main-slider-three .hero-slider__social {
  left: 72px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-slider-three .hero-slider__social {
    display: none;
  }
}
.main-slider-three .hero-slider__social a {
  color: var(--floens-white, #ffffff);
}
.main-slider-three .hero-slider__social a:hover {
  color: var(--floens-base, #C7844F);
}
.main-slider-three__border-top {
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(var(--floens-white2-rgb, 242, 238, 234), 0.3);
  z-index: 1;
}
@media (max-width: 575px) {
  .main-slider-three__border-top {
    width: calc(100% - 20px);
    top: 10px;
  }
}
.main-slider-three__border-left, .main-slider-three__border-right {
  position: absolute;
  height: calc(100% - 60px);
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(var(--floens-white2-rgb, 242, 238, 234), 0.3);
  z-index: 1;
}
@media (max-width: 575px) {
  .main-slider-three__border-left, .main-slider-three__border-right {
    height: calc(100% - 20px);
  }
}
.main-slider-three__border-right {
  right: 30px;
}
@media (max-width: 575px) {
  .main-slider-three__border-right {
    right: 10px;
  }
}
.main-slider-three__border-left {
  left: 30px;
}
@media (max-width: 575px) {
  .main-slider-three__border-left {
    left: 10px;
  }
}
.main-slider-three__border-bottom {
  position: relative;
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 575px) {
  .main-slider-three__border-bottom {
    width: calc(100% - 20px);
    bottom: 10px;
  }
}
.main-slider-three__border-bottom::before {
  content: "";
  width: calc(50% - 83px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--floens-white2-rgb, 242, 238, 234), 0.3);
}
@media (max-width: 575px) {
  .main-slider-three__border-bottom::before {
    width: calc(50% - 83px);
  }
}
.main-slider-three__border-bottom::after {
  content: "";
  width: calc(50% - 83px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--floens-white2-rgb, 242, 238, 234), 0.3);
}
@media (max-width: 575px) {
  .main-slider-three__border-bottom::after {
    width: calc(50% - 83px);
  }
}
.main-slider-three__border-bottom__inner {
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 167px;
  height: 54px;
  border-top: 1px solid rgba(var(--floens-white2-rgb, 242, 238, 234), 0.3);
  border-right: 1px solid rgba(var(--floens-white2-rgb, 242, 238, 234), 0.3);
  border-left: 1px solid rgba(var(--floens-white2-rgb, 242, 238, 234), 0.3);
}
@media (max-width: 575px) {
  .main-slider-three__border-bottom__inner {
    height: 44px;
    top: -43px;
  }
}
.main-slider-three__item {
  padding-top: 258px;
  padding-bottom: 243px;
  position: relative;
}
@media (max-width: 991px) {
  .main-slider-three__item {
    padding-top: 248px;
    padding-bottom: 243px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__item {
    padding-top: 225px;
    padding-bottom: 220px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__item {
    padding-top: 185px;
    padding-bottom: 190px;
  }
}
@media (max-width: 435px) {
  .main-slider-three__item {
    padding-top: 165px;
    padding-bottom: 170px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transform: scale(1);
  transition: transform 6s ease;
}
.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--floens-black-rgb, 0, 0, 0), 0.5);
}
.main-slider-three .slick-active .main-slider-three__bg {
  transform: scale(1.3);
}
.main-slider-three .container {
  position: relative;
  z-index: 11;
}
.main-slider-three__content {
  width: 100%;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-slider-three__circle-text {
  position: relative;
  width: 112px;
  height: 112px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 11;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(-100px);
  transition: transform 2s ease;
}
.main-slider-three__circle-text__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-slider-three__curved-circle {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.main-slider-three__curved-circle__item {
  width: 112px;
  position: relative;
  top: -18px;
  left: 0;
}
.main-slider-three__curved-circle__item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--floens-white, #ffffff);
  letter-spacing: 0.2em;
}
.main-slider-three__title {
  font-size: 90px;
  color: var(--floens-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 2.7px;
  transform: translateY(120px);
  opacity: 0;
  transition: transform 2s ease;
}
@media (max-width: 1799px) {
  .main-slider-three__title {
    font-size: 80px;
  }
}
@media (max-width: 1599px) {
  .main-slider-three__title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__title {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .main-slider-three__title {
    font-size: 35px;
  }
}
.main-slider-three__btn {
  transform: translateY(120px);
  opacity: 0;
  transition: transform 2s ease;
}
.main-slider-three .slick-active .main-slider-three__circle-text,
.main-slider-three .slick-active .main-slider-three__title,
.main-slider-three .slick-active .main-slider-three__btn {
  opacity: 1;
  transform: translate(0);
}
.main-slider-three .hero-slider__slick-button {
  bottom: 30px;
  padding: 6.5px 19px;
  background-color: transparent;
  color: var(--floens-white, #ffffff);
  border: 1px solid rgba(var(--floens-white-rgb, 255, 255, 255), 0.3);
  font-size: 24px;
  transition: all 500ms ease;
  z-index: 1;
}
@media (max-width: 575px) {
  .main-slider-three .hero-slider__slick-button {
    bottom: 10px;
  }
}
.main-slider-three .hero-slider__slick-button::after {
  background-color: var(--floens-white, #ffffff);
}
.main-slider-three .hero-slider__slick-button:hover {
  background-color: var(--floens-white, #ffffff);
  color: var(--floens-black2, #2B1E16);
  border-color: var(--floens-white, #ffffff);
}
.main-slider-three .hero-slider__slick-button i {
  color: inherit;
}
.main-slider-three .hero-slider__slick-button--prev {
  left: calc(50% - 69px);
}
.main-slider-three .hero-slider__slick-button--next {
  right: calc(50% - 69px);
}
.main-slider-three .hero-slider__counter {
  bottom: auto;
  top: 49.1%;
  right: 32px;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .main-slider-three .hero-slider__counter {
    display: none;
  }
}
.main-slider-three .hero-slider__counter__total {
  color: var(--floens-white, #ffffff);
}
.main-slider-three .hero-slider__counter__total::after {
  background-color: rgba(var(--floens-gray-rgb, 222, 216, 211), 0.3);
}
.main-slider-three .hero-slider__counter__current {
  color: var(--floens-base, #C7844F);
}

.hero-slider__social {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  z-index: 1;
}
@media (max-width: 1599px) {
  .hero-slider__social {
    left: 35px;
  }
}
.hero-slider__social a {
  font-size: 15.65px;
  color: var(--floens-text, #7A736A);
  transition: all 400ms ease;
}
.hero-slider__social a:hover {
  color: var(--floens-base2, #8A5133);
}
.hero-slider__slick-button {
  outline: 0;
  border: 0;
  position: relative;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 20px 34.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--floens-white, #ffffff);
  font-size: 16px;
  color: var(--floens-base2, #8A5133);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 500ms ease;
  z-index: 11;
}
@media (max-width: 991px) {
  .hero-slider__slick-button {
    padding: 15px 30px;
  }
}
@media (max-width: 575px) {
  .hero-slider__slick-button {
    padding: 15px 25px;
    font-size: 14px;
  }
}
.hero-slider__slick-button::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base2, #8A5133);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hero-slider__slick-button i {
  font-size: 24px;
  color: inherit;
}
@media (max-width: 575px) {
  .hero-slider__slick-button i {
    font-size: 20px;
  }
}
.hero-slider__slick-button:hover {
  color: var(--floens-white, #ffffff);
}
.hero-slider__slick-button:hover::after {
  bottom: -50%;
}
@media (max-width: 1399px) {
  .hero-slider__slick-button--prev {
    right: auto;
    left: calc(50% - 147.16px);
  }
}
@media (max-width: 991px) {
  .hero-slider__slick-button--prev {
    left: calc(50% - 137.16px);
  }
}
@media (max-width: 575px) {
  .hero-slider__slick-button--prev {
    left: calc(50% - 119.28px);
  }
}
@media (max-width: 500px) {
  .hero-slider__slick-button--prev {
    left: 15px;
  }
}
@media (max-width: 375px) {
  .hero-slider__slick-button--prev {
    left: calc(50% - 119.28px);
  }
}
@media (max-width: 1399px) {
  .hero-slider__slick-button--next {
    right: calc(50% - 147.5px);
  }
}
@media (max-width: 991px) {
  .hero-slider__slick-button--next {
    right: calc(50% - 137.5px);
  }
}
@media (max-width: 575px) {
  .hero-slider__slick-button--next {
    right: calc(50% - 119.59px);
  }
}
@media (max-width: 500px) {
  .hero-slider__slick-button--next {
    right: auto;
    left: 139.28px;
  }
}
@media (max-width: 375px) {
  .hero-slider__slick-button--next {
    left: auto;
    right: calc(50% - 119.59px);
  }
}
.hero-slider__counter {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 10px;
}
@media (max-width: 1399px) {
  .hero-slider__counter {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .hero-slider__counter {
    right: 20px;
  }
}
@media (max-width: 375px) {
  .hero-slider__counter {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-slider__counter {
    gap: 20px;
  }
}
.hero-slider__counter__total {
  position: relative;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--floens-black2, #2B1E16);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-slider__counter__total {
    font-size: 15px;
  }
}
.hero-slider__counter__total::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 3px);
  background-color: var(--floens-gray, #DED8D3);
}
@media (max-width: 767px) {
  .hero-slider__counter__total::after {
    right: -10px;
  }
}
.hero-slider__counter__current {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-size: 35px;
  color: var(--floens-base2, #8A5133);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .hero-slider__counter__current {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--floens-white, #ffffff);
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one__image-grid {
  position: relative;
  width: calc(100% - 30px);
  display: grid;
  grid-template-columns: calc(50% - 30px) calc(50% + 30px);
  gap: 30px;
}
@media (max-width: 991px) {
  .about-one__image-grid {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .about-one__image-grid {
    width: calc(100% - 100px);
  }
}
@media (max-width: 575px) {
  .about-one__image-grid {
    width: calc(100% - 40px);
    gap: 20px;
  }
}
@media (max-width: 425px) {
  .about-one__image-grid {
    width: calc(100% - 15px);
    gap: 15px;
  }
}
.about-one__image__one {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .about-one__image__one {
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .about-one__image__one {
    margin-bottom: 15px;
  }
}
.about-one__image img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .about-one__image img {
    width: 100%;
  }
}
.about-one__circle-text {
  position: relative;
  position: absolute;
  top: 24.5%;
  left: 31.3%;
  width: 156px;
  height: 156px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 11;
}
.about-one__circle-text__bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 156px;
  height: 156px;
  border-radius: 50%;
}
.about-one__circle-text__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-one__curved-circle {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.about-one__curved-circle__item {
  width: 156px;
  position: relative;
  top: 5px;
  left: 0;
}
.about-one__curved-circle__item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--floens-base2, #8A5133);
  letter-spacing: 0.2em;
}
.about-one__circle-text:hover .about-one__curved-circle__item span {
  color: rgba(var(--floens-black2-rgb, 43, 30, 22), 1);
}
.about-one__content {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .about-one__content {
    margin-top: 0;
  }
}
.about-one .sec-title {
  padding-bottom: 30px;
  margin-bottom: 33px;
}
.about-one__content__text {
  margin-bottom: 33px;
}
.about-one__text-title {
  font-size: 20px;
  color: var(--floens-base, #C7844F);
  line-height: 1.4;
  margin-bottom: 14px;
}
.about-one__text {
  margin-bottom: 0;
}
.about-one__service {
  position: relative;
  display: flex;
  gap: 21px;
}
.about-one__service--one {
  padding-right: 21px;
}
@media (max-width: 1199px) {
  .about-one__service--one {
    padding-right: 0;
  }
}
.about-one__service--one::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -9px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 21.5px);
  background-color: var(--floens-border-color, #DED8D3);
}
@media (max-width: 1199px) {
  .about-one__service--one::after {
    display: none;
  }
}
.about-one__service--two {
  padding-left: 9px;
}
@media (max-width: 1199px) {
  .about-one__service--two {
    padding-left: 0;
  }
}
.about-one__service__icon {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--floens-white2, #F2EEEA);
  overflow: hidden;
  transition-duration: 800ms;
  z-index: 1;
}
.about-one__service__icon::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 50%;
}
.about-one__service__icon span {
  font-size: 35px;
  color: var(--floens-base2, #8A5133);
  transition: all 400ms ease;
}
.about-one__service:hover .about-one__service__icon::after {
  bottom: -50%;
}
.about-one__service:hover .about-one__service__icon span {
  color: var(--floens-white, #ffffff);
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-one__service__title {
  font-size: 16px;
  line-height: 1.75;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.about-one__service__text {
  margin-bottom: 0;
}
.about-one__button {
  margin-top: 42px;
}
.about-one__shape {
  position: absolute;
  clip-path: polygon(0 61%, 100% 0%, 100% 39%, 0% 100%);
  animation: zump 2s linear infinite;
}
.about-one__shape--one {
  right: 0;
  bottom: 120px;
}
@media (max-width: 1799px) {
  .about-one__shape--one {
    right: -50px;
  }
}
@media (max-width: 1599px) {
  .about-one__shape--one {
    right: -140px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape--one {
    right: -170px;
  }
}
@media (max-width: 1320px) {
  .about-one__shape--one {
    display: none;
  }
}
.about-one__shape--two {
  top: 120px;
  left: 0;
}
@media (max-width: 1799px) {
  .about-one__shape--two {
    left: -50px;
  }
}
@media (max-width: 1599px) {
  .about-one__shape--two {
    left: -140px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape--two {
    left: -170px;
  }
}
@media (max-width: 1320px) {
  .about-one__shape--two {
    display: none;
  }
}

.about-two {
  position: relative;
  background-color: var(--floens-white2, #F2EEEA);
}
.about-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.about-two .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .about-two__image {
    margin-left: 30px;
  }
}
@media (max-width: 470px) {
  .about-two__image {
    padding-right: 25px;
  }
}
.about-two__image__inner {
  position: relative;
  width: 100%;
  max-width: 370px;
}
.about-two__image__inner__inner {
  position: absolute;
  top: 50%;
  right: -170px;
  transform: translateY(-50%);
  width: 100%;
  max-width: 270px;
  border: 10px solid var(--floens-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1399px) {
  .about-two__image__inner__inner {
    right: -120px;
  }
}
@media (max-width: 1199px) {
  .about-two__image__inner__inner {
    right: -40px;
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  .about-two__image__inner__inner {
    right: -90px;
  }
}
@media (max-width: 575px) {
  .about-two__image__inner__inner {
    right: -40px;
  }
}
@media (max-width: 470px) {
  .about-two__image__inner__inner {
    right: -25px;
    max-width: 180px;
  }
}
@media (max-width: 412px) {
  .about-two__image__inner__inner {
    max-width: 145px;
  }
}
@media (max-width: 375px) {
  .about-two__image__inner__inner {
    max-width: 130px;
  }
}
@media (max-width: 360px) {
  .about-two__image__inner__inner {
    max-width: 100px;
  }
}
.about-two__image img {
  width: 100%;
  display: block;
}
.about-two__experience {
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .about-two__experience {
    left: -30px;
  }
}
.about-two__content {
  margin-top: -5px;
}
.about-two .sec-title {
  padding-bottom: 27px;
  margin-bottom: 23px;
}
.about-two__content__text {
  margin-bottom: 26px;
}
.about-two__text-title {
  font-size: 20px;
  color: var(--floens-base, #C7844F);
  line-height: 1.4;
  margin-bottom: 15px;
}
.about-two__text {
  margin-bottom: 0;
}
.about-two__list {
  display: flex;
  gap: 8px 55px;
  margin-bottom: 43px;
}
@media (max-width: 575px) {
  .about-two__list {
    flex-wrap: wrap;
  }
}
.about-two__list__item + .about-two__list__item {
  margin-top: 8px;
}
.about-two__list__item {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  color: var(--floens-black2, #2B1E16);
  font-weight: 700;
  line-height: 1.75;
  text-transform: capitalize;
}
@media (max-width: 425px) {
  .about-two__list__item {
    gap: 8px;
    font-size: 14px;
  }
}
.about-two__list__item span {
  position: relative;
  top: -1px;
  font-size: 16px;
  color: var(--floens-base2, #8A5133);
}

.about-three {
  position: relative;
  background-color: var(--floens-white, #ffffff);
}
.about-three__image {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .about-three__image {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .about-three__image {
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.about-three__image__inner {
  position: relative;
  width: 100%;
  max-width: 540px;
  z-index: 1;
}
.about-three__image__inner::before {
  content: "";
  position: absolute;
  left: -85px;
  bottom: -39px;
  width: calc(100% - 70px);
  height: calc(100% - 78px);
  border: 1px solid var(--floens-border-color, #DED8D3);
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-three__image__inner::before {
    left: -20px;
    bottom: -20px;
  }
}
.about-three__image__one {
  width: 100%;
  display: block;
}
.about-three__image__two {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 71.4%;
  z-index: 1;
}
.about-three__image__three {
  position: absolute;
  top: 0;
  left: 0;
  width: 176px;
  height: 176px;
  border: 10px solid var(--floens-white, #ffffff);
  z-index: 1;
}
@media (max-width: 575px) {
  .about-three__image__three {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 425px) {
  .about-three__image__three {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 390px) {
  .about-three__image__three {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 360px) {
  .about-three__image__three {
    width: 90px;
    height: 90px;
  }
}
.about-three__image__shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: calc(100% - 110px);
  height: 215px;
  background-color: rgba(var(--floens-base-rgb, 199, 132, 79), 0.5);
  border-radius: 500px 500px 0 0;
  animation: moveHorizontal 1500ms infinite alternate;
}
@media (max-width: 767px) {
  .about-three__image__shape {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .about-three__image__shape {
    height: 160px;
  }
}
@media (max-width: 425px) {
  .about-three__image__shape {
    height: 120px;
  }
}
@media (max-width: 390px) {
  .about-three__image__shape {
    height: 100px;
  }
}
@media (max-width: 360px) {
  .about-three__image__shape {
    height: 80px;
  }
}
.about-three__content {
  margin-top: -8px;
}
.about-three .sec-title {
  margin-bottom: 29px;
}
.about-three__client {
  padding: 29px 0;
  border-top: 1px solid var(--floens-border-color, #DED8D3);
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 22px;
}
.about-three__client__image {
  display: flex;
  align-items: center;
}
.about-three__client__image img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--floens-white, #ffffff);
  transition: all 400ms ease;
}
.about-three__client__image img:hover {
  transform: scale(1.1);
  z-index: 1;
}
.about-three__client__image img:not(:first-child) {
  margin-left: -19px;
}
.about-three__client__text {
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  line-height: 1.875;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.about-three__ratings {
  gap: 6px;
}
.about-three__ratings span {
  color: var(--floens-base2, #8A5133);
}
.about-three__text {
  margin-bottom: 29px;
}
.about-three__progress {
  margin-bottom: 40px;
}
.about-three__shape-image {
  position: absolute;
  left: 151px;
  bottom: 44px;
  z-index: 1;
  animation: zump 2s linear infinite;
}
@media (max-width: 1799px) {
  .about-three__shape-image {
    left: 52px;
  }
}
@media (max-width: 1699px) {
  .about-three__shape-image {
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .about-three__shape-image {
    display: none;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  background-color: var(--floens-white2, #F2EEEA);
}
.contact-one--team {
  background-color: var(--floens-white, #ffffff);
}
.contact-one--team .contact-one__form {
  background-color: var(--floens-white2, #F2EEEA);
}
.contact-one--team .contact-one__form__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.contact-one .container {
  position: relative;
  z-index: 1;
}
.contact-one__content {
  margin-top: 21px;
}
@media (max-width: 991px) {
  .contact-one__content {
    margin-top: 0;
  }
}
.contact-one .sec-title {
  padding-bottom: 29px;
  margin-bottom: 32px;
}
.contact-one__text {
  margin-bottom: 31px;
}
.contact-one__info {
  padding: 30px;
  position: relative;
  background-color: var(--floens-black2, #2B1E16);
  overflow: hidden;
}
.contact-one__info__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.contact-one__info__content {
  position: relative;
  z-index: 11;
}
.contact-one__info__item + .contact-one__info__item {
  margin-top: 25px;
}
.contact-one__info__item {
  display: table;
}
.contact-one__info__item__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .contact-one__info__item__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-one__info__icon {
  position: relative;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--floens-base2, #8A5133);
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}
.contact-one__info__icon::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.contact-one__info__icon span {
  font-size: 15px;
  color: var(--floens-white, #ffffff);
}
.contact-one__info__icon span.icon-paper-plane {
  font-size: 14px;
}
.contact-one__info__item:hover .contact-one__info__icon::after {
  bottom: -50%;
}
.contact-one__info__text {
  margin: 0;
  padding: 9px 11px 10px 11px;
  font-size: 15px;
  color: var(--floens-white, #ffffff);
  line-height: 18px;
  background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.2);
}
.contact-one__info__text.address {
  text-transform: capitalize;
}
.contact-one__info__text:hover {
  color: var(--floens-base, #C7844F);
}
.contact-one__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__info__text a:hover {
  background-size: 100% 1px;
}
.contact-one__info__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}
.contact-one__form {
  position: relative;
  margin-left: 30px;
  padding: 40px;
  background-color: var(--floens-white, #ffffff);
  z-index: 11;
}
@media (max-width: 991px) {
  .contact-one__form {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .contact-one__form {
    padding: 30px;
  }
}
.contact-one__form__bg {
  display: none;
}
.contact-one__form__title {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.375;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .contact-one__form__title {
    font-size: 22px;
  }
}
.contact-one__form__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 16px);
  background-color: var(--floens-base, #C7844F);
}
@media (max-width: 500px) {
  .contact-one__form__title::before {
    left: -30px;
  }
}
.contact-one__form.form-one textarea {
  height: 105px;
}
.contact-one__image-one {
  clip-path: polygon(30% 0, 100% 0, 68% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: -185px;
}
@media (max-width: 1799px) {
  .contact-one__image-one {
    left: -200px;
  }
}
@media (max-width: 1599px) {
  .contact-one__image-one {
    left: -305px;
  }
}
@media (max-width: 1399px) {
  .contact-one__image-one {
    display: none;
  }
}
.contact-one__image-two {
  position: absolute;
  right: -300px;
  bottom: 0;
  width: 827px;
  height: 662px;
  clip-path: polygon(30% 0, 100% 0%, 67% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .contact-one__image-two {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .contact-one__image-two {
    display: none;
  }
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
}
.why-choose-one__shape-1 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  animation: shapeMove 4s linear 0s infinite;
}
@media (min-width: 992px) {
  .why-choose-one__shape-1 {
    display: block;
  }
}
@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
.why-choose-one__inner {
  background-color: var(--floens-gray, #DED8D3);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.why-choose-one__inner::before {
  content: "";
  width: 10000px;
  height: 100%;
  background-color: var(--floens-gray, #DED8D3);
  position: absolute;
  top: 0;
  right: 100%;
}
.why-choose-one .container {
  position: relative;
}
.why-choose-one__content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .why-choose-one__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.why-choose-one__image {
  text-align: right;
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .why-choose-one__image {
    margin-top: 0;
  }
}
.why-choose-one__image img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .why-choose-one__image img {
    max-width: none;
  }
}
.why-choose-one__highlighted {
  margin: 0;
  color: var(--floens-base, #C7844F);
  font-size: 18px;
  line-height: 30px;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .why-choose-one__highlighted {
    font-size: 20px;
  }
}
.why-choose-one__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .why-choose-one__text {
    margin-top: 20px;
  }
}
.why-choose-one__list {
  margin-top: 45px;
}
.why-choose-one__list__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .why-choose-one__list__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.why-choose-one__list__item + .why-choose-one__list__item {
  margin-top: 20px;
}
.why-choose-one__list__icon {
  width: 57px;
  height: 57px;
  background-color: var(--floens-base, #C7844F);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--floens-white, #ffffff);
  font-size: 21px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: all 500ms ease;
}
.why-choose-one__list__icon i {
  transform: scale(1);
  transition: 500ms ease;
}
.why-choose-one__list__icon:hover {
  background-color: var(--floens-black, #000000);
  color: var(--floens-white, #ffffff);
}
.why-choose-one__list__icon:hover i {
  transform: scale(0.9);
}
@media (min-width: 1200px) {
  .why-choose-one__list__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.why-choose-one__list__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--floens-black, #000000);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .why-choose-one__list__title {
    min-width: 130px;
  }
}
.why-choose-one__list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.why-choose-one__list__title a:hover {
  background-size: 100% 1px;
}
.why-choose-one__list__text {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}
.why-choose-one__list__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 57px;
  background-color: var(--floens-border-color, #DED8D3);
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 1200px) {
  .why-choose-one__list__text::before {
    display: block;
  }
}
@media (min-width: 1200px) {
  .why-choose-one__list__text {
    padding-left: 30px;
  }
}

.why-choose-two {
  padding-top: 100px;
}
.why-choose-two__image {
  position: relative;
  display: inline-block;
  margin-bottom: 110px;
}
@media (min-width: 992px) {
  .why-choose-two__image {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .why-choose-two__image {
    margin-left: 120px;
  }
}
.why-choose-two__image img {
  max-width: 100%;
}
.why-choose-two__image__two {
  position: absolute;
  bottom: -50px;
  left: 0px;
  z-index: 10;
}
@media (min-width: 992px) {
  .why-choose-two__image__two {
    bottom: 0;
    left: -120px;
  }
}
.why-choose-two__image__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  animation: shapeMove 4s linear 0s infinite;
}
@media (min-width: 992px) {
  .why-choose-two__image__shape {
    bottom: auto;
    top: 200px;
    right: auto;
    left: -100px;
  }
}
.why-choose-two__image__icon {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--floens-base, #C7844F);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
@media (min-width: 992px) {
  .why-choose-two__image__icon {
    left: -48px;
  }
}
@media (min-width: 1200px) {
  .why-choose-two__content {
    padding-left: 70px;
  }
}
.why-choose-two__highlight {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--floens-base, #C7844F);
  margin: 0;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .why-choose-two__highlight {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
    margin-top: -20px;
    margin-bottom: 32px;
  }
}
.why-choose-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.875em;
}
@media (min-width: 992px) {
  .why-choose-two__text {
    font-size: 16px;
  }
}
.why-choose-two__progress {
  margin-top: 30px;
  margin-bottom: 37px;
}
.why-choose-two__progress__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.why-choose-two__progress__bar {
  width: 100%;
  height: 17px;
  border: 1px solid var(--floens-border-color, #DED8D3);
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.why-choose-two__progress__inner {
  position: absolute;
  height: calc(100% - 6px);
  left: 4px;
  top: 3px;
  background-color: var(--floens-base, #C7844F);
  transition: all 700ms linear;
  width: 0px;
}
.why-choose-two__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  font-size: 14px;
  font-weight: 400;
}
.why-choose-two__link:hover {
  color: var(--floens-white, #ffffff);
}
.why-choose-two__link::after {
  background-color: var(--floens-black, #000000);
}
.why-choose-two__link::before {
  background-color: var(--floens-base, #C7844F);
}

.why-choose-three {
  position: relative;
  padding: 120px 0 220px;
  background-color: var(--floens-black, #000000);
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  .why-choose-three {
    padding: 80px 0 180px;
  }
}
.why-choose-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--floens-black, #000000);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.why-choose-three__content {
  position: relative;
}
.why-choose-three__content__text {
  font-size: 15px;
  line-height: 30px;
  color: rgba(var(--floens-white-rgb, 255, 255, 255), 0.6);
  margin: 0;
}
.why-choose-three .sec-title__title {
  color: var(--floens-white, #ffffff);
}
.why-choose-three .sec-title {
  padding-bottom: 26px;
}
.why-choose-three__list {
  position: relative;
  background-color: var(--floens-black2, #2B1E16);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
@media (max-width: 991px) {
  .why-choose-three__list {
    margin: 50px 0 0;
  }
}
.why-choose-three__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px 40px 36px;
}
.why-choose-three__item:nth-child(1), .why-choose-three__item:nth-child(3) {
  border-right: 1px solid rgba(var(--floens-white-rgb, 255, 255, 255), 0.1);
}
.why-choose-three__item:nth-child(1), .why-choose-three__item:nth-child(2) {
  border-bottom: 1px solid rgba(var(--floens-white-rgb, 255, 255, 255), 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .why-choose-three__item {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(var(--floens-white-rgb, 255, 255, 255), 0.1);
  }
}
.why-choose-three__item:hover .why-choose-three__item__icon span {
  transform: scale(0.8);
}
.why-choose-three__item__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.why-choose-three__item__icon {
  width: 57px;
  height: 57px;
  background-color: var(--floens-base, #C7844F);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--floens-white, #ffffff);
  font-size: 21px;
  margin-right: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__item__icon {
    margin-right: 12px;
  }
}
.why-choose-three__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.why-choose-three__item__title {
  color: var(--floens-white, #ffffff);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.why-choose-three__item__text {
  color: var(--floens-text, #7A736A);
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-card {
  padding-bottom: 30px;
  padding-right: 20px;
  position: relative;
  background-color: var(--floens-white2, #F2EEEA);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .testimonials-card {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .testimonials-card {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonials-card {
    padding-bottom: 150px;
  }
}
.testimonials-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.testimonials-card__top {
  padding: 30px 10px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.testimonials-card .floens-ratings {
  gap: 5.89px;
}
.testimonials-card .floens-ratings span {
  font-size: 14.21px;
  color: var(--floens-base2, #8A5133);
}
.testimonials-card__video {
  width: 38px;
  height: 38px;
  background-color: var(--floens-base2, #8A5133);
  border-radius: 0;
}
.testimonials-card__video span {
  font-size: 12px;
}
.testimonials-card__video .video-button__ripple::before,
.testimonials-card__video .video-button__ripple::after {
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(var(--floens-base2-rgb, 138, 81, 51), 0.6);
}
.testimonials-card__content {
  position: relative;
  z-index: 1;
}
.testimonials-card__content__inner {
  padding-left: 30px;
  padding-right: 10px;
}
.testimonials-card__text {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
}
.testimonials-card__text__highlight {
  color: var(--floens-base, #C7844F);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.testimonials-card__text__highlight:hover {
  background-size: 100% 1px;
}
.testimonials-card__text__highlight:hover {
  color: var(--floens-text, #7A736A);
}
@media (max-width: 767px) {
  .testimonials-card__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .testimonials-card__text {
    font-size: 16px;
  }
}
.testimonials-card__person {
  position: relative;
  margin-top: 40px;
  display: table;
  padding: 25px 45px 25px 30px;
  background-color: var(--floens-base, #C7844F);
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}
.testimonials-card__person::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base2, #8A5133);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.testimonials-card__person__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.testimonials-card__person__image {
  flex-shrink: 0;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}
.testimonials-card__person__name {
  font-size: 18px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 1.666;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .testimonials-card__person__name {
    font-size: 16px;
  }
}
.testimonials-card__person__designation {
  font-size: 12px;
  color: var(--floens-white, #ffffff);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.testimonials-card:hover .testimonials-card__person::after {
  bottom: -50%;
}
.testimonials-card__quotes {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 143px;
  height: 114px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  clip-path: polygon(30% 0, 100% 0%, 68% 100%, 0% 100%);
}
.testimonials-card__quotes__icon {
  width: 52px;
  height: 38px;
}
.testimonials-card__quotes__icon path:nth-child(1),
.testimonials-card__quotes__icon path:nth-child(2) {
  fill: var(--floens-white, #ffffff);
}
.testimonials-card__quotes__icon path:nth-child(3),
.testimonials-card__quotes__icon path:nth-child(4) {
  stroke: var(--floens-base, #C7844F);
}
.testimonials-card--two {
  padding: 60px;
}
@media (max-width: 767px) {
  .testimonials-card--two {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .testimonials-card--two {
    padding: 40px;
  }
}
@media (max-width: 430px) {
  .testimonials-card--two {
    padding: 30px;
  }
}
.testimonials-card--two::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 120px);
  background-color: var(--floens-base, #C7844F);
  z-index: 1;
}
.testimonials-card--two .testimonials-card__top {
  padding: 0;
}
.testimonials-card--two .testimonials-card__quotes__icon {
  width: 87px;
  height: 64px;
}
@media (max-width: 425px) {
  .testimonials-card--two .testimonials-card__quotes__icon {
    width: 77px;
    height: 54px;
  }
}
.testimonials-card--two .testimonials-card__content__inner {
  margin-top: 20px;
  padding: 0;
}
.testimonials-card--two .testimonials-card__person {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 40px 20px;
  justify-content: space-between;
  padding: 0;
  background-color: transparent;
  clip-path: none;
  overflow: visible;
}
@media (max-width: 500px) {
  .testimonials-card--two .testimonials-card__person {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-card--two .testimonials-card__person::after {
  display: none;
}
.testimonials-card--two .testimonials-card__person__name {
  color: var(--floens-black2, #2B1E16);
}
@media (max-width: 767px) {
  .testimonials-card--two .testimonials-card__person__name {
    font-size: 16px;
  }
}
.testimonials-card--two .testimonials-card__person__designation {
  color: var(--floens-text, #7A736A);
}
@media (max-width: 500px) {
  .testimonials-card--two .testimonials-card__video {
    margin-left: auto;
  }
}

.testimonials-card-three {
  padding: 40px;
  margin-bottom: -17px;
  display: flex;
  align-items: start;
  gap: 52px;
}
@media (max-width: 991px) {
  .testimonials-card-three {
    flex-direction: column;
    margin-bottom: -9px;
  }
}
@media (max-width: 575px) {
  .testimonials-card-three {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .testimonials-card-three {
    padding: 25px;
  }
}
.testimonials-card-three__left {
  flex: 0 0 auto;
  width: 46.7%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .testimonials-card-three__left {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .testimonials-card-three__left {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonials-card-three__right {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 991px) {
  .testimonials-card-three__right {
    width: 100%;
  }
}
.testimonials-card-three__quotes {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 575px) {
  .testimonials-card-three__quotes {
    padding: 50px 0;
  }
}
.testimonials-card-three__quotes__icon {
  width: 145px;
  height: 106px;
}
@media (max-width: 1199px) {
  .testimonials-card-three__quotes__icon {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .testimonials-card-three__quotes__icon {
    width: 145px;
  }
}
@media (max-width: 767px) {
  .testimonials-card-three__quotes__icon {
    width: 120px;
  }
}
.testimonials-card-three__quotes__icon path:nth-child(1),
.testimonials-card-three__quotes__icon path:nth-child(2) {
  fill: var(--floens-base2, #8A5133);
}
.testimonials-card-three__quotes__icon path:nth-child(3),
.testimonials-card-three__quotes__icon path:nth-child(4) {
  stroke: var(--floens-base, #C7844F);
}
.testimonials-card-three .floens-ratings {
  gap: 5.89px;
  margin-bottom: 19px;
}
.testimonials-card-three .floens-ratings span {
  font-size: 14.21px;
  color: var(--floens-base2, #8A5133);
}
.testimonials-card-three__text {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 23px;
}
.testimonials-card-three__text__highlight {
  color: var(--floens-base, #C7844F);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.testimonials-card-three__text__highlight:hover {
  background-size: 100% 1px;
}
.testimonials-card-three__text__highlight:hover {
  color: var(--floens-text, #7A736A);
}
@media (max-width: 767px) {
  .testimonials-card-three__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .testimonials-card-three__text {
    font-size: 16px;
  }
}
.testimonials-card-three__name {
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .testimonials-card-three__name {
    font-size: 16px;
  }
}
.testimonials-card-three__designation {
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.testimonials-one .container {
  position: relative;
}
@media (max-width: 1199px) {
  .testimonials-one__image-col {
    display: none;
  }
}
.testimonials-one__image img {
  width: 100%;
  display: block;
}
.testimonials-one .sec-title {
  padding-left: 51px;
}
@media (max-width: 1199px) {
  .testimonials-one .sec-title {
    padding-left: 0;
  }
}
.testimonials-one__testimonials-col {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .testimonials-one__testimonials-col {
    position: static;
    margin-top: 190px;
  }
}
@media (max-width: 575px) {
  .testimonials-one__testimonials-col {
    margin-top: 160px;
  }
}
.testimonials-one__carousel .owl-nav {
  display: none !important;
}
.testimonials-one__carousel .owl-dots {
  position: absolute;
  top: -122px;
  left: calc(50% + 34px);
  transform: translateX(-50%);
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px !important;
}
@media (max-width: 1199px) {
  .testimonials-one__carousel .owl-dots {
    left: 50%;
  }
}
@media (max-width: 575px) {
  .testimonials-one__carousel .owl-dots {
    top: -100px;
  }
}
.testimonials-one__carousel .owl-dots .owl-dot {
  margin-top: 0px !important;
}
.testimonials-one__carousel .owl-dots .owl-dot span {
  position: relative;
  width: 60px !important;
  height: 60px !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: 0 0 0 transparent !important;
  margin: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 60px 60px !important;
  border-radius: 50% !important;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .testimonials-one__carousel .owl-dots .owl-dot span {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 430px) {
  .testimonials-one__carousel .owl-dots .owl-dot span {
    width: 45px !important;
    height: 45px !important;
  }
}
.testimonials-one__carousel .owl-dots .owl-dot span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 2px solid var(--floens-base, #C7844F);
  opacity: 0;
  transition: all 500ms ease;
}
.testimonials-one__carousel .owl-dots .owl-dot.active span {
  width: 84px !important;
  height: 84px !important;
  background-size: 84px 84px !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: 0 0 0 transparent !important;
}
@media (max-width: 575px) {
  .testimonials-one__carousel .owl-dots .owl-dot.active span {
    width: 65px !important;
    height: 65px !important;
    background-size: 65px 65px !important;
  }
}
@media (max-width: 430px) {
  .testimonials-one__carousel .owl-dots .owl-dot.active span {
    width: 60px !important;
    height: 60px !important;
    background-size: 60px 60px !important;
  }
}
.testimonials-one__carousel .owl-dots .owl-dot.active span::after {
  opacity: 1;
}
.testimonials-one__carousel .owl-dots .owl-dot:nth-child(1) span {
  background-image: url("../images/testimonials/testimonials-1-3.jpg") !important;
}
.testimonials-one__carousel .owl-dots .owl-dot:nth-child(2) span {
  background-image: url("../images/testimonials/testimonials-1-1.jpg") !important;
}
.testimonials-one__carousel .owl-dots .owl-dot:nth-child(3) span {
  background-image: url("../images/testimonials/testimonials-1-2.jpg") !important;
}

.testimonials-two {
  background-color: var(--floens-white, #ffffff);
}
@media (min-width: 576px) {
  .testimonials-two__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .testimonials-two__carousel .owl-dots {
    display: none !important;
  }
}
.testimonials-two .sec-title {
  width: 100%;
  max-width: 606px;
  margin: 0 auto 60px;
}

.testimonials-three {
  background-color: var(--floens-white, #ffffff);
}
.testimonials-three__wrapper {
  border: 1px solid var(--floens-border-color, #DED8D3);
}
.testimonials-three .sec-title {
  width: 100%;
  max-width: 686px;
  padding: 0 40px;
  margin-top: 54px;
  margin-bottom: 60px;
  margin: 54px auto 60px;
}
@media (max-width: 575px) {
  .testimonials-three .sec-title {
    padding: 0 30px;
  }
}
@media (max-width: 375px) {
  .testimonials-three .sec-title {
    padding: 0 25px;
  }
}
.testimonials-three__carousel .owl-stage-outer {
  border-top: 1px solid var(--floens-border-color, #DED8D3);
}
.testimonials-three__carousel .owl-nav {
  margin-top: 30px !important;
  margin-bottom: 30px;
  gap: 37px !important;
}
@media (max-width: 375px) {
  .testimonials-three__carousel .owl-nav {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) {
  .testimonials-three__carousel .owl-nav {
    position: absolute;
    right: 39px;
    bottom: 39px;
    margin: 0 !important;
  }
}
.testimonials-three__carousel .owl-nav button span {
  width: 35.53px !important;
  height: 35.53px !important;
  font-size: 11.3px !important;
}
.testimonials-three__carousel .owl-nav button span.icon-slide-left-arrow::before {
  right: -17.23px !important;
}
.testimonials-three__carousel .owl-nav button span.icon-slide-right-arrow::before {
  left: -17.23px !important;
}
.testimonials-three__carousel .owl-nav button span:hover {
  background-color: var(--floens-base2, #8A5133) !important;
  color: var(--floens-white2, #F2EEEA) !important;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  background-color: var(--floens-white, #ffffff);
}
.team-details__inner {
  display: grid;
  grid-template-columns: 391px auto;
  grid-gap: 40px 30px;
  padding: 29px;
  border: 1px solid var(--floens-border-color, #DED8D3);
}
@media (max-width: 991px) {
  .team-details__inner {
    grid-template-columns: auto;
  }
}
.team-details__image {
  width: 100%;
  max-width: 391px;
}
.team-details__image img {
  width: 100%;
  display: block;
}
.team-details__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  margin-bottom: 21px;
}
.team-details__name {
  font-size: 20px;
  color: var(--floens-black2, #2B1E16);
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.team-details__designation {
  font-size: 15px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.team-details__social {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.team-details__social a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--floens-white2, #F2EEEA);
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  transition: all 500ms ease;
  border-radius: 50%;
}
.team-details__social a::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 50%;
}
.team-details__social a:hover {
  color: var(--floens-white, #ffffff);
}
.team-details__social a:hover::after {
  bottom: -50%;
}
.team-details__text {
  margin: 0;
  line-height: 1.875;
  letter-spacing: -0.32px;
}
.team-details__text + .team-details__text {
  margin-top: 12px;
}
.team-details__description {
  margin-bottom: 37px;
}
.team-details__info {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  margin-top: 29px;
  border-top: 1px solid var(--floens-border-color, #DED8D3);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.team-details__info li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.team-details__info li span {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--floens-white2, #F2EEEA);
  font-size: 16px;
  color: var(--floens-base2, #8A5133);
  border-radius: 50%;
  transition: all 400ms ease;
}
.team-details__info li span::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 50%;
}
.team-details__info li:hover span {
  color: var(--floens-white, #ffffff);
}
.team-details__info li:hover span::after {
  bottom: -50%;
}
.team-details__info li a {
  display: inline;
  font-family: var(--floens-font2, "Plus Jakarta Sans", sans-serif);
  color: var(--floens-text, #7A736A);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-details__info li a:hover {
  background-size: 100% 1px;
}
.team-details__info li a:hover {
  color: var(--floens-base, #C7844F);
}

.team-skills-one {
  padding: 60px 0;
  background-color: var(--floens-white2, #F2EEEA);
}
.team-skills-one__title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.team-skills-one__text {
  margin: 0;
  line-height: 1.875;
  letter-spacing: -0.32px;
}
.team-skills-one__text + .team-skills-one__text {
  margin-top: 30px;
}
.team-skills-one__skills {
  margin-top: 51px;
  background-color: var(--floens-white, #ffffff);
  padding: 28px 41px 60px;
}
@media (max-width: 575px) {
  .team-skills-one__skills {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .team-skills-one__skills {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.team-skills-one__skills__title {
  margin-bottom: 31px;
}
.team-skills-one__skills__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 21px 31px;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .team-skills-one__skills__inner {
    grid-template-columns: 1fr;
  }
}
.team-skills-one__progress__title {
  font-size: 16px;
  color: var(--floens-base2, #8A5133);
  line-height: 1.875;
  text-transform: uppercase;
  margin-bottom: 1px;
}
@media (max-width: 575px) {
  .team-skills-one__progress__title {
    font-size: 14px;
  }
}
@media (max-width: 412px) {
  .team-skills-one__progress__title {
    font-size: 13px;
  }
}
.team-skills-one__progress__bar {
  width: 100%;
  height: 15px;
  background-color: var(--floens-white4, #F6F2EC);
  position: relative;
}
.team-skills-one__progress__inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--floens-base2, #8A5133);
  transition: all 800ms linear;
  width: 0px;
}
.team-skills-one__progress__number {
  position: absolute;
  bottom: calc(100% + 1px);
  right: 0;
  font-size: 16px;
  color: var(--floens-base2, #8A5133);
  font-weight: 700;
  line-height: 1.875;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .team-skills-one__progress__number {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-instagram {
  background-color: var(--floens-white, #ffffff);
}
.gallery-instagram--two {
  position: relative;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  margin-top: -278px;
}
@media (max-width: 1199px) {
  .gallery-instagram--two {
    margin-top: -357px;
  }
}
@media (max-width: 767px) {
  .gallery-instagram--two {
    margin-top: -377px;
  }
}
@media (max-width: 575px) {
  .gallery-instagram--two {
    margin-top: -397px;
  }
}
.gallery-instagram .container-fluid {
  max-width: 1676px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-instagram .row {
  --bs-gutter-x: 21.26px;
  --bs-gutter-y: 21.26px;
}
.gallery-instagram__image {
  position: relative;
  overflow: hidden;
}
.gallery-instagram__image img {
  width: 100%;
  display: block;
}
.gallery-instagram__image__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--floens-black2-rgb, 43, 30, 22), 0.8);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: all 500ms ease;
}
.gallery-instagram__image__link span {
  font-size: 25px;
  color: var(--floens-base, #C7844F);
  transition: all 500ms ease;
}
.gallery-instagram__image__link span:hover {
  color: var(--floens-white, #ffffff);
}
.gallery-instagram__image:hover .gallery-instagram__image__link {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.gallery-slide {
  margin-top: -358px;
  background-color: transparent;
}
.gallery-slide__inner {
  position: relative;
  z-index: 11;
  margin-right: -385px;
}
@media (max-width: 425px) {
  .gallery-slide__inner {
    margin-bottom: -130px;
  }
}
.gallery-slide__carousel .owl-stage {
  padding-left: 0 !important;
}

@media (min-width: 576px) {
  .gallery-one__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .gallery-one__carousel .owl-dots {
    display: none !important;
  }
}
.gallery-one .container-fluid {
  width: 100%;
  max-width: 1702px;
}
.gallery-one .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
@media (max-width: 1599px) {
  .gallery-one .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
@media (max-width: 1199px) {
  .gallery-one .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }
}
@media (max-width: 767px) {
  .gallery-one .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}
.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-one__filter__list li {
  cursor: pointer;
}
.gallery-one__filter__list li span {
  position: relative;
  display: block;
  font-size: 12px;
  background-color: var(--floens-base2, #8A5133);
  color: var(--floens-white, #ffffff);
  transition: all 500ms ease 150ms;
  text-transform: uppercase;
  font-weight: 600;
  padding: 13px 20px 12px;
  z-index: 1;
}
.gallery-one__filter__list li span:hover {
  color: var(--floens-white, #ffffff);
}
.gallery-one__filter__list li span::before, .gallery-one__filter__list li span::after {
  content: "";
  background-color: var(--floens-base, #C7844F);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.gallery-one__filter__list li span::before {
  top: 0;
  left: 0;
  right: auto;
}
.gallery-one__filter__list li span::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.gallery-one__filter__list li span:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.gallery-one__filter__list li span:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.gallery-one__filter__list li.active span {
  color: var(--floens-white, #ffffff);
}
.gallery-one__filter__list li.active span::before {
  width: 100%;
  right: 0;
  left: auto;
}
.gallery-one__filter__list li.active span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--floens-black, #000000);
}
.gallery-one__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-one__card__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--floens-black2-rgb, 43, 30, 22), 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-one__card__hover .img-popup {
  position: relative;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one__card__icon {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  background-color: var(--floens-base, #C7844F);
  border-radius: 50%;
  transition: all 400ms ease;
}
.gallery-one__card__icon:hover {
  background-color: var(--floens-white, #ffffff);
}
@media (max-width: 767px) {
  .gallery-one__card__icon {
    width: 42px;
    height: 42px;
  }
}
.gallery-one__card__icon::after, .gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--floens-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .gallery-one__card__icon::after, .gallery-one__card__icon::before {
    height: 15px;
  }
}
.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-one__card__icon:hover::before, .gallery-one__card__icon:hover::after {
  background-color: var(--floens-base, #C7844F);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--floens-black, #000000);
  opacity: 0.5;
  cursor: url(../images/close.png), auto;
}
.sidebar-one__content {
  width: 300px;
  background-color: var(--floens-black2, #2B1E16);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.sidebar-one__content::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: var(--floens-white, #ffffff);
  cursor: pointer;
  transition: all 400ms ease;
}
.sidebar-one__close:hover {
  color: var(--floens-base, #C7844F);
}
.sidebar-one__item:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar-one__title {
  font-size: 22px;
  color: var(--floens-white, #ffffff);
  line-height: 1.5;
  margin-bottom: 15px;
}
.sidebar-one__about__text {
  color: var(--floens-white2, #F2EEEA);
  margin-bottom: 0;
}
.sidebar-one__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-one__info__list li {
  display: flex;
  font-size: 15px;
  color: var(--floens-gray, #DED8D3);
  font-weight: 500;
  line-height: 18px;
}
.sidebar-one__info__list li + li {
  margin-top: 20px;
}
.sidebar-one__info__list li span {
  position: relative;
  top: -1px;
  font-size: 18px;
  color: var(--floens-base, #C7844F);
  margin-right: 15px;
}
.sidebar-one__info__list li span.icon-location-2 {
  position: relative;
  top: 4px;
}
.sidebar-one__info__list li address {
  color: inherit;
  line-height: 1.866;
  text-transform: capitalize;
  margin: 0;
}
.sidebar-one__info__list li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar-one__info__list li a:hover {
  background-size: 100% 1px;
}
.sidebar-one__info__list li a:hover {
  color: var(--floens-base, #C7844F);
}
.sidebar-one .floens-social a {
  color: var(--floens-gray, #DED8D3);
  border-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}
.sidebar-one .floens-social a:hover {
  color: var(--floens-white, #ffffff);
}
.sidebar-one__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-one__newsletter__input {
  border: none;
  outline: none;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  line-height: 1;
  color: var(--floens-gray, #DED8D3);
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 15px;
  background-color: rgba(var(--floens-white-rgb, 255, 255, 255), 0.09);
}
.sidebar-one__newsletter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-color: var(--floens-base, #C7844F);
  transition: all 400ms ease;
}
.sidebar-one__newsletter__btn:hover {
  background-color: var(--floens-base2, #8A5133);
}
.sidebar-one__newsletter__btn span {
  position: relative;
  top: 0px;
  font-size: 20px;
  color: var(--floens-white, #ffffff);
  transition: all 400ms ease;
}

.sidebar__single {
  background-color: var(--floens-white2, #F2EEEA);
  padding: 30px;
}
@media (max-width: 1199px) {
  .sidebar__single {
    padding: 30px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  text-transform: capitalize;
  margin: 0;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 30px;
}
.sidebar__form__title {
  margin-bottom: 25px;
}
.sidebar__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  border: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  border: 1px solid var(--floens-border-color, #DED8D3);
  width: 100%;
  height: 100%;
  background-color: var(--floens-white, #ffffff);
  transition: all 500ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--floens-black2, #2B1E16);
  border-color: var(--floens-base, #C7844F);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--floens-base, #C7844F);
  z-index: 11;
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts-title {
  margin-bottom: 30px;
}
.sidebar__posts__item {
  display: flex;
  gap: 15px;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  width: 80px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
}
.sidebar__posts__content {
  position: relative;
  top: 2px;
  right: -1px;
  width: calc(100% - 80px);
}
.sidebar__posts__meta {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.sidebar__posts__meta a {
  display: inline-flex;
  align-items: center;
  color: var(--floens-text, #7A736A);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: all 500ms ease;
}
.sidebar__posts__meta a:hover {
  color: var(--floens-base, #C7844F);
}
.sidebar__posts__meta a span {
  font-size: 12px;
  color: var(--floens-base, #C7844F);
  margin-right: 11px;
}
.sidebar__posts__title {
  margin: 0;
  text-transform: capitalize;
  color: var(--floens-black2, #2B1E16);
  font-size: 18px;
  line-height: 1.555;
}
.sidebar__posts__title:hover {
  color: var(--floens-base, #C7844F);
}
@media (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sidebar__posts__title {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .sidebar__posts__title {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .sidebar__posts__title {
    font-size: 14px;
  }
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__categories {
  margin-top: -12px;
  margin-bottom: -12px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar__categories li a {
  position: relative;
  font-size: 16px;
  color: var(--floens-black2, #2B1E16);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 12px 0;
  z-index: 1;
}
.sidebar__categories li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--floens-base, #C7844F);
  transition: all 500ms ease;
}
.sidebar__categories li a span {
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  transition: all 500ms ease;
}
.sidebar__categories li a:hover {
  padding: 12px 12px;
  color: var(--floens-white, #ffffff);
  text-shadow: 0 0 1px currentColor;
}
.sidebar__categories li a:hover::after {
  left: 0;
  width: 100%;
}
.sidebar__categories li a:hover span {
  color: var(--floens-white, #ffffff);
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: var(--floens-white, #ffffff);
  font-size: 12px;
  color: var(--floens-text, #7A736A);
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 500ms ease;
  padding: 1px 5.5px;
  z-index: 1;
}
.sidebar__tags a::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sidebar__tags a:hover {
  color: var(--floens-white, #ffffff);
  text-shadow: 0 0 1px currentColor;
}
.sidebar__tags a:hover::after {
  bottom: -50%;
}
.sidebar__comments {
  padding-top: 2px;
  margin-bottom: 0px;
}
.sidebar__comments li {
  display: flex;
  align-items: center;
  gap: 21px;
}
.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 31px;
}
.sidebar__comments__icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--floens-white, #ffffff);
  font-size: 24px;
  color: var(--floens-base, #C7844F);
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar__comments__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: transform 400ms ease, opacity 400ms ease;
  background-color: var(--floens-base, #C7844F);
}
li:hover .sidebar__comments__icon {
  color: var(--floens-white, #ffffff);
}
li:hover .sidebar__comments__icon::after {
  transform: scale(1);
  opacity: 1;
}
.sidebar__comments__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.562;
  font-weight: 400;
  color: var(--floens-text, #7A736A);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.sidebar__comments__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  background-size: 100% 1px;
}
.sidebar__comments__title a:hover {
  color: var(--floens-base, #C7844F);
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}
.service-sidebar__info {
  padding: 30px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 412px) {
  .service-sidebar__info {
    padding: 25px;
  }
}
.service-sidebar__nav {
  margin: 0;
}
.service-sidebar__nav li + li {
  margin-top: 20px;
}
.service-sidebar__nav li a {
  position: relative;
  display: block;
  padding: 19px 40px;
  font-size: 24px;
  color: var(--floens-black2, #2B1E16);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  background-color: var(--floens-white, #ffffff);
  transition: all 500ms ease;
  z-index: 1;
}
@media (max-width: 1599px) {
  .service-sidebar__nav li a {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .service-sidebar__nav li a {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-sidebar__nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 48px);
  background-color: var(--floens-base, #C7844F);
}
@media (max-width: 1599px) {
  .service-sidebar__nav li a::before {
    height: calc(100% - 46px);
  }
}
@media (max-width: 1199px) {
  .service-sidebar__nav li a::before {
    height: calc(100% - 42px);
  }
}
.service-sidebar__nav li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--floens-base, #C7844F);
  transition: all 500ms ease;
}
.service-sidebar__nav li.current a {
  color: var(--floens-white, #ffffff);
  background-color: var(--floens-base, #C7844F);
}
.service-sidebar__nav li:hover a {
  color: var(--floens-white, #ffffff);
}
.service-sidebar__nav li:hover a::after {
  left: 0;
  width: 100%;
}
.service-sidebar__contact {
  position: relative;
  margin-top: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
}
.service-sidebar__contact__bg {
  position: relative;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% + 5px);
  height: calc(100% - 153px);
  clip-path: polygon(0 35%, 100% 0%, 100% 99%, 0% 100%);
  background-color: var(--floens-base, #C7844F);
  z-index: 1;
}
@media (max-width: 1199px) {
  .service-sidebar__contact__bg {
    height: calc(100% - 135px);
  }
}
.service-sidebar__contact__bg__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
}
.service-sidebar__contact__inner {
  padding: 156px 30px 59px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .service-sidebar__contact__inner {
    padding: 135px 25px 49px;
  }
}
.service-sidebar__contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: var(--floens-white, #ffffff);
  border-radius: 50%;
  margin: 0 auto 22px;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}
.service-sidebar__contact__icon::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-black2, #2B1E16);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 50%;
}
.service-sidebar__contact__icon span {
  font-size: 36px;
  color: var(--floens-base, #C7844F);
  transition: all 400ms ease;
}
@media (max-width: 1199px) {
  .service-sidebar__contact__icon {
    width: 60px;
    height: 60px;
  }
  .service-sidebar__contact__icon span {
    font-size: 28px;
  }
}
.service-sidebar__contact:hover .service-sidebar__contact__icon::after {
  bottom: -50%;
}
.service-sidebar__contact:hover .service-sidebar__contact__icon span {
  color: var(--floens-white, #ffffff);
}
.service-sidebar__contact__time {
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  line-height: 1.875;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 21px;
}
.service-sidebar__contact__number {
  font-size: 30px;
  color: var(--floens-white, #ffffff);
  line-height: 1.2%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .service-sidebar__contact__number {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .service-sidebar__contact__number {
    font-size: 20px;
  }
}
.service-sidebar__contact__number:hover {
  color: var(--floens-black2, #2B1E16);
}
.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-sidebar__contact__number a:hover {
  background-size: 100% 1px;
}
.service-sidebar__company + .service-sidebar__company {
  margin-top: 20px;
}
.service-sidebar__company {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--floens-white2, #F2EEEA);
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .service-sidebar__company {
    gap: 20px;
    padding-right: 25px;
  }
}
.service-sidebar__company__btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  background-color: var(--floens-base, #C7844F);
  transition: all 400ms ease;
}
.service-sidebar__company__btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-black2, #2B1E16);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.service-sidebar__company__btn span {
  font-size: 20px;
  color: var(--floens-white, #ffffff);
  transition: all 400ms ease;
}
@media (max-width: 1199px) {
  .service-sidebar__company__btn {
    width: 50px;
    height: 50px;
  }
  .service-sidebar__company__btn span {
    font-size: 18px;
  }
}
.service-sidebar__company__btn:hover::after {
  bottom: -50%;
}
.service-sidebar__company__btn:hover span {
  color: var(--floens-white, #ffffff);
}
.service-sidebar__company__title {
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .service-sidebar__company__title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .service-sidebar__company__title {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one__title,
.comments-form__title {
  font-size: 34px;
  line-height: 1.088;
  margin-bottom: 54px;
}
@media (max-width: 425px) {
  .comments-one__title,
  .comments-form__title {
    font-size: 33px;
  }
}

.comments-one {
  margin-top: 55px;
}
.comments-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-one__card {
  display: grid;
  grid-template-columns: 96px auto;
  grid-gap: 20px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card:last-child {
  margin-bottom: 0;
}
.comments-one__card__image {
  width: 96px;
}
.comments-one__card__image img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.comments-one__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  margin-bottom: 29.5px;
}
@media (max-width: 767px) {
  .comments-one__card__top {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .comments-one__card__top {
    align-items: flex-start;
    flex-direction: column;
  }
}
.comments-one__card__title {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 22px;
  margin-bottom: 17px;
}
.comments-one__card__date {
  font-weight: normal;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.comments-one__card__text {
  font-weight: normal;
  line-height: 1.875;
  margin-bottom: 0;
}

.comments-form {
  margin-top: 54px;
}
.comments-form__title {
  margin-bottom: 48px;
}
.comments-form .form-one__control input {
  padding: 15px 20px;
  border: 1px solid var(--floens-border-color, #DED8D3);
  background-color: var(--floens-white2, #F2EEEA);
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .product__sidebar {
    margin-top: 0;
  }
}
.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}
.product__sidebar__item {
  padding: 30px;
  background-color: var(--floens-white2, #F2EEEA);
}
.product__sidebar__title {
  position: relative;
  font-size: 18px;
  line-height: 16px;
  text-transform: capitalize;
  color: var(--floens-black2, #2B1E16);
  margin-top: -1px;
  margin-bottom: 19px;
}
.product__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}
.product__search input[type=search],
.product__search input[type=text] {
  padding-left: 10px;
  padding-right: 35px;
  outline: none;
  border: 0;
  border: 1px solid var(--floens-border-color, #DED8D3);
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  line-height: 1;
  width: 100%;
  height: 100%;
  background-color: var(--floens-white, #ffffff);
  transition: all 500ms ease;
}
.product__search input[type=search]::placeholder,
.product__search input[type=text]::placeholder {
  text-transform: capitalize;
}
.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
  color: var(--floens-black2, #2B1E16);
  border-color: var(--floens-base, #C7844F);
}
.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--floens-base, #C7844F);
  z-index: 11;
}
.product__price-ranger {
  padding-top: 32px;
}
.product__price-ranger .price-ranger {
  background-color: var(--floens-white, #ffffff);
  padding: 15px 21px 6px 9px;
  border: 1px solid var(--floens-border-color, #DED8D3);
}
.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(2) {
  display: none;
}
.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3) {
  position: relative;
  position: absolute;
}
.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3)::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--floens-white, #ffffff);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product__price-ranger #slider-range {
  margin: 0;
  background-color: transparent;
  border: 1px solid var(--floens-base, #C7844F);
  height: 7px;
  border-radius: 10px;
  position: relative;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--floens-base, #C7844F);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -6.5px;
  background: var(--floens-base, #C7844F);
  border: 0;
  height: 18px;
  width: 18px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 7px;
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--floens-text, #7A736A);
  font-size: 12px;
  font-weight: 500;
  width: 30px;
  line-height: 14px;
  border: none;
  outline: none;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--floens-text, #7A736A);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  left: -1px;
}
.product__categories {
  padding-top: 32px;
}
.product__categories__title {
  margin-bottom: 13px;
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -17px;
}
.product__categories ul li {
  position: relative;
  margin: 0 0 3.5px;
}
.product__categories ul li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 13.5px 0;
}
.product__categories ul li a > span {
  display: block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.product__categories ul li a::before {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--floens-white, #ffffff);
  font-weight: 500;
  background-color: var(--floens-base, #C7844F);
  -webkit-transform: translate3d(-150%, 0, 0);
  transform: translate3d(-150%, 0, 0);
  z-index: 11;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.product__categories ul li a:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product__categories ul li a:hover > span {
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
.product__categories ul li.active a::after {
  background-color: var(--floens-black2, #2B1E16);
  color: var(--floens-base, #C7844F);
  font-weight: 600;
}
.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
  }
}
.product__showing-text {
  margin: 0;
  font-family: var(--floens-font2, "Plus Jakarta Sans", sans-serif);
  font-weight: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 10px;
  }
}
.product__showing-sort {
  margin: 0;
  font-size: 18px;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 150px !important;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 64px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 22px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-text, #7A736A) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 64px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle {
    width: auto;
    padding-left: 0;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
  text-align: right;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--floens-text, #7A736A);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--floens-border-color, #DED8D3);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 22px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-weight: normal;
  color: var(--floens-black2, #2B1E16);
  background-color: var(--floens-white2, #F2EEEA);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--floens-base, #C7844F);
  color: var(--floens-white, #ffffff);
  border-color: var(--floens-base, #C7844F);
}
.product__item {
  position: relative;
  background-color: var(--floens-white, #ffffff);
  transition: all 500ms ease;
}
.product__item__image {
  background-color: var(--floens-white, #ffffff);
  position: relative;
  overflow: hidden;
}
.product__item__image img {
  width: 100%;
  height: auto;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item:hover .product__item__image img {
  transform: scale(1.05);
}
.product__item__content {
  border-left: 1px solid var(--floens-border-color, #DED8D3);
  border-right: 1px solid var(--floens-border-color, #DED8D3);
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  position: relative;
  text-align: center;
  padding: 30.24px 25px 29px;
  transition: all 500ms ease;
}
.product__item:hover .product__item__content {
  border-color: var(--floens-base, #C7844F);
}
.product__item__ratings {
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
}
.product__item__ratings span {
  color: var(--floens-base2, #8A5133);
}
.product__item__title {
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 9px;
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__title a:hover {
  color: var(--floens-base, #C7844F);
}
.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--floens-text, #7A736A);
  line-height: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
.product__item__link {
  padding-right: 74px;
}
.product__item__link i {
  right: 26px;
  font-size: 16px;
}
.product__item__link i::after {
  left: -17px;
}

.product-home {
  padding-top: 115px;
  padding-bottom: 120px;
  position: relative;
  background-color: var(--floens-black2, #2B1E16);
}
@media (max-width: 767px) {
  .product-home {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .product-home {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.product-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.product-home .sec-title {
  margin-bottom: 60px;
}
.product-home .sec-title__tagline, .product-home .sec-title__title {
  color: var(--floens-white, #ffffff);
}
.product-home .product__item__content {
  border-color: var(--floens-white, #ffffff);
}
.product-home .product__item:hover .product__item__content {
  border-color: var(--floens-white, #ffffff);
}

.product-page {
  padding-top: 95px;
}
@media (max-width: 767px) {
  .product-page {
    padding-top: 75px;
  }
}
@media (max-width: 575px) {
  .product-page {
    padding-top: 55px;
  }
}
@media (max-width: 991px) {
  .product-page--left {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .product-page--left {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .product-page--left {
    padding-top: 80px;
  }
}
.product-page--carousel {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .product-page--carousel {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .product-page--carousel {
    padding-top: 80px;
  }
}
@media (min-width: 576px) {
  .product-page__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .product-page__carousel .owl-dots {
    display: none !important;
  }
}
.product-page .post-pagination {
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .product-page .post-pagination {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}
.product-details__gallery-top {
  position: relative;
  background-color: var(--floens-white, #ffffff);
}
.product-details__gallery-top__img {
  width: 100%;
  display: block;
}
.product-details__gallery-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.product-details__gallery-thumb-slide {
  width: 85px !important;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.product-details__gallery-thumb-slide.swiper-slide-thumb-active {
  border-color: var(--floens-base, #C7844F);
}
.product-details__gallery-thumb__img {
  width: 100%;
  display: block;
}
.product-details__content {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .product-details__content {
    margin-top: 0;
  }
}
.product-details__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.product-details__top__left {
  display: flex;
  align-items: center;
  gap: 21px;
}
.product-details__name {
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.product-details__price {
  padding: 5px 10.5px;
  font-family: var(--floens-font3, "Quicksand", sans-serif);
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
  background-color: var(--floens-base, #C7844F);
  text-transform: capitalize;
  color: var(--floens-white, #ffffff);
  margin: 0;
}
.product-details__video {
  top: -8px;
}
.product-details__review {
  margin-top: 9px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.product-details__review a {
  display: inline-block;
  color: var(--floens-text, #7A736A);
  text-transform: capitalize;
  line-height: normal;
  font-weight: normal;
  transition: all 40ms ease;
}
.product-details__review a:hover {
  color: var(--floens-base, #C7844F);
}
.product-details__excerpt {
  margin-top: 21.5px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.product-details__excerpt__text1 {
  line-height: 1.875;
  margin-bottom: 0;
}
.product-details__content__title {
  color: var(--floens-black2, #2B1E16);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}
.product-details__color {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.product-details__color__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-details__color__btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 28px;
  height: 28px;
  border: 1px solid var(--floens-border-color, #DED8D3);
  border-radius: 50%;
  transition: all 400ms ease;
}
.product-details__color__btn:hover {
  border-color: var(--floens-base, #C7844F);
}
.product-details__color__btn span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.product-details__color__btn--one span {
  background-color: var(--floens-fuchsia, #FF1C74);
}
.product-details__color__btn--two span {
  background-color: var(--floens-blue, #6C1CD1);
}
.product-details__color__btn--three span {
  background-color: var(--floens-green, #59C36A);
}
.product-details__color__btn--four span {
  background-color: var(--floens-yellow, #FCB720);
}
.product-details__color__btn--five span {
  background-color: var(--floens-orange, #E76100);
}
.product-details__size {
  display: flex;
  align-items: center;
  gap: 24px 36px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  margin-bottom: 30px;
}
.product-details__size__box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-details__size__btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--floens-border-color, #DED8D3);
  border-radius: 50%;
  transition: all 400ms ease;
}
.product-details__size__btn:hover {
  border-color: var(--floens-base, #C7844F);
}
.product-details__size__btn span {
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}
.product-details__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.product-details__quantity .quantity-box {
  padding: 0 18px;
  position: relative;
  width: 165px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--floens-border-color, #DED8D3);
  gap: 10px;
}
.product-details__quantity .quantity-box input {
  border: none;
  outline: none;
  width: 78px;
  height: 38px;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-base, #C7844F);
  outline: none;
  font-size: 16px;
  font-weight: 700;
}
.product-details__quantity .quantity-box button {
  padding: 0;
  color: var(--floens-text, #7A736A);
  font-size: 15px;
  background-color: transparent;
  border: none;
  outline: none;
  transition: all 400ms ease-in-out;
}
.product-details__quantity .quantity-box button i {
  color: inherit;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--floens-base, #C7844F);
}
.product-details__socials {
  display: flex;
  align-items: center;
  gap: 11px;
}
.product-details__socials__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--floens-text, #7A736A);
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-details__buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-details__description-wrapper {
  padding-top: 60px;
  padding-bottom: 51px;
  margin-top: 60px;
  background-color: var(--floens-white2, #F2EEEA);
}
.product-details__description {
  position: relative;
}
.product-details__description__title {
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 21px;
}
.product-details__description__text {
  line-height: 1.875;
  font-weight: normal;
  margin-bottom: 0;
}
.product-details__description__text:nth-child(1) {
  margin-bottom: 31px;
}
.product-details__description__text:nth-child(2) {
  margin-bottom: 32px;
}
.product-details__comment {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .product-details__comment {
    margin-top: 95px;
  }
}
@media (max-width: 575px) {
  .product-details__comment {
    margin-top: 75px;
  }
}
.product-details__comments-form__top {
  margin-bottom: 42px;
}
.product-details__comments-form__title {
  margin-bottom: 17px;
}
.product-details__comments-form__text {
  text-transform: capitalize;
  margin-bottom: 21px;
}
.product-details__comments-form__ratings {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.product-details__comments-form__ratings__text {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
}
.product-details__comments-form__ratings .floens-ratings span {
  color: var(--floens-white3, #EBE3D9);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 28px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1000px;
  }
}
.cart-page__table thead tr {
  background-color: var(--floens-white2, #F2EEEA);
  border: 0 !important;
}
.cart-page__table thead tr th {
  font-size: 16px;
  color: var(--floens-black2, #2B1E16);
  line-height: 1;
  font-weight: 700;
  padding-top: 27.5px;
  padding-bottom: 26.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
.cart-page__table thead tr th:first-child {
  padding-left: 21px;
}
.cart-page__table thead tr th:last-child {
  padding-right: 21px;
}
.cart-page__table tbody tr td {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--floens-base, #C7844F);
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  padding: 30px 25px 29px;
  letter-spacing: 0;
}
.cart-page__table tbody tr td.cart-page__table__total {
  font-weight: normal;
  color: var(--floens-base2, #8A5133);
}
.cart-page__table tbody tr td:first-child {
  padding-left: 0;
}
.cart-page__table tbody tr td:last-child {
  padding-right: 0;
}
.cart-page__table .quantity-box {
  width: 127px;
  height: 40px;
  gap: 6px;
}
.cart-page__table .quantity-box input {
  width: 52px;
  height: 38px;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
}
.cart-page__table__meta__img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 11px;
}
.cart-page__table__meta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-page__table__meta__title {
  font-size: 18px;
  text-transform: capitalize;
  line-height: normal;
  margin: 0;
}
.cart-page__table__meta__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__table__meta__title a:hover {
  color: var(--floens-base, #C7844F);
}
.cart-page__table__remove {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  color: var(--floens-text, #7A736A);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0;
}
.cart-page__table__remove i {
  position: relative;
  top: 1px;
}
.cart-page__table__remove:hover {
  color: var(--floens-base, #C7844F);
}
.cart-page__coupone__title {
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  line-height: normal;
  text-transform: capitalize;
  padding-top: 2px;
  margin-bottom: 16px;
}
.cart-page__coupone__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .cart-page__coupone__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-page__coupone__form {
  min-width: 445px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    min-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 268px;
  height: 62px;
  border: none;
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  font-weight: normal;
  line-height: normal;
  background-color: var(--floens-white, #ffffff);
  padding-left: 18px;
  padding-right: 18px;
  outline: none;
  border: 1px solid var(--floens-border-color, #DED8D3);
  transition: all 400ms ease;
}
.cart-page__coupone__form input[type=text]::placeholder {
  text-transform: capitalize;
}
.cart-page__coupone__form input[type=text]:focus {
  color: var(--floens-black2, #2B1E16);
  border-color: var(--floens-base, #C7844F);
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__coupone__btn {
  padding: 0 25.5px;
  height: 62px;
  background-color: var(--floens-base, #C7844F);
}
@media (max-width: 767px) {
  .cart-page__coupone__btn {
    height: 55px;
  }
}
.cart-page__update-btn {
  padding: 20.5px 23.5px;
  background-color: var(--floens-black2, #2B1E16);
}
.cart-page__update-btn::before, .cart-page__update-btn::after {
  background-color: var(--floens-base, #C7844F);
}
@media (max-width: 767px) {
  .cart-page__update-btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.cart-page__bottom-btn {
  border: 0;
  outline: 0;
  color: var(--floens-white, #ffffff);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.cart-page__cart-checkout {
  padding: 29px 30px 35px;
  border: 1px solid var(--floens-border-color, #DED8D3);
}
@media (max-width: 375px) {
  .cart-page__cart-checkout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-page__cart-total {
  position: relative;
  margin: 0;
}
.cart-page__cart-total li:not(:nth-child(2)) {
  display: flex;
  align-items: center;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  justify-content: space-between;
  gap: 15px;
  font-size: 18px;
  color: var(--floens-black2, #2B1E16);
  text-transform: capitalize;
  font-weight: 700;
  line-height: normal;
}
.cart-page__cart-total li:not(:nth-child(2)) span {
  color: inherit;
}
.cart-page__cart-total li:nth-child(1) {
  margin-bottom: 30px;
  padding-bottom: 29px;
}
.cart-page__cart-total li:nth-child(2) {
  margin-bottom: 30px;
  padding-bottom: 29px;
}
.cart-page__cart-total li:nth-child(3) {
  margin-bottom: 29px;
}
.cart-page__cart-total li:not(:last-child) {
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.cart-page__cart-total__amount {
  text-align: right;
}
.cart-page__cart-total__address {
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.cart-page__cart-total__address__text {
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-page__checkout-btn {
  display: block;
}
@media (max-width: 392px) {
  .cart-page__checkout-btn {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
}
.checkout-page__title {
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.checkout-page__billing-address {
  position: relative;
  padding: 30px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 425px) {
  .checkout-page__billing-address {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-page__input-box--message {
  margin-top: 6px;
}
.checkout-page__input-box--address input:not(:last-child) {
  margin-bottom: 10px;
}
.checkout-page__input-box label {
  color: var(--floens-black2, #2B1E16);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
  height: 65px;
  width: 100%;
  border: none;
  background-color: var(--floens-white, #ffffff);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-family: var(--floens-font, "DM Sans", sans-serif);
  display: block;
  line-height: normal;
  font-weight: 400;
}
.checkout-page__input-box input[type=text]::placeholder,
.checkout-page__input-box input[type=email]::placeholder,
.checkout-page__input-box input[type=tel]::placeholder,
.checkout-page__input-box textarea::placeholder {
  text-transform: capitalize;
}
.checkout-page__input-box input[type=text]:focus,
.checkout-page__input-box input[type=email]:focus,
.checkout-page__input-box input[type=tel]:focus,
.checkout-page__input-box textarea:focus {
  color: var(--floens-black2, #2B1E16);
}
@media (max-width: 425px) {
  .checkout-page__input-box input[type=text],
  .checkout-page__input-box input[type=email],
  .checkout-page__input-box input[type=tel],
  .checkout-page__input-box textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-page__input-box textarea {
  padding-top: 30px;
  height: 239px;
}
.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--floens-font, "DM Sans", sans-serif);
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 65px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--floens-white, #ffffff) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-text, #7A736A) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 65px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
@media (max-width: 425px) {
  .checkout-page__input-box .bootstrap-select > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--floens-text, #7A736A);
}
@media (max-width: 425px) {
  .checkout-page__input-box .bootstrap-select > .dropdown-toggle:before {
    right: 20px;
  }
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--floens-border-color, #DED8D3);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 22px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-weight: normal;
  color: var(--floens-black2, #2B1E16);
  background-color: var(--floens-white, #ffffff);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--floens-base, #C7844F);
  color: var(--floens-white, #ffffff);
  border-color: var(--floens-base, #C7844F);
}
.checkout-page__radio-box--left {
  margin-top: 13px;
}
.checkout-page__input-item + .checkout-page__input-item {
  margin-top: 12px;
}
.checkout-page__your-order {
  position: relative;
  padding: 34px 30px 41px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 425px) {
  .checkout-page__your-order {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-page__your-order__title {
  color: var(--floens-black3, #351C42);
  margin-bottom: 17px;
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  font-size: 18px;
  color: var(--floens-black2, #2B1E16);
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  margin: 0;
  padding: 22px 0 18px;
  border: none;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.checkout-page__order-table thead tr th:not(:first-child) {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.checkout-page__order-table tbody tr td.pro__title, .checkout-page__order-table tbody tr td.pro__price {
  font-size: 16px;
  line-height: normal;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-black3, #351C42);
  font-weight: normal;
  text-transform: capitalize;
}
.checkout-page__order-table tbody tr td.pro__price {
  color: var(--floens-text, #7A736A);
}
.checkout-page__order-table tbody tr td.pro__sub-title, .checkout-page__order-table tbody tr td.pro__sub-price {
  font-size: 16px;
  line-height: normal;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-black3, #351C42);
  font-weight: 700;
  text-transform: capitalize;
}
.checkout-page__order-table tbody tr td .checkout-page__order-address-data {
  margin-top: -4px;
  margin-bottom: -5px;
}
.checkout-page__order-table tbody tr td .checkout-page__order-address {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--floens-black3, #351C42);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.checkout-page__order-table tbody tr td .checkout-page__order-address-text {
  font-family: var(--floens-font, "DM Sans", sans-serif);
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  margin-bottom: 0;
}
.checkout-page__order-table tbody tr td .checkout-page__radio-box {
  padding-bottom: 6px;
}
.checkout-page__order-table tbody tr td .checkout-page__radio-box--right .custom-radio__input:checked + .custom-radio__title::before {
  border-color: var(--floens-purple, #965995);
}
.checkout-page__order-table tbody tr td .checkout-page__radio-box--right .custom-radio__input:checked + .custom-radio__title::after {
  background-color: var(--floens-purple, #965995);
}
.checkout-page__order-table tbody tr td .checkout-page__input-item + .checkout-page__input-item {
  margin-top: 12px;
}
.checkout-page__order-table tbody tr td .checkout-page__order-text {
  padding-top: 7px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.714;
  text-transform: capitalize;
  margin-bottom: 0;
}
.checkout-page__order-table tbody tr td:not(:first-child) {
  text-align: right;
}
.checkout-page__order-table tbody tr:nth-child(6) td {
  padding-top: 24px;
  padding-bottom: 24px;
}
.checkout-page__order-table tbody tr:nth-child(7) td {
  padding-top: 27px;
  padding-bottom: 19px;
}
.checkout-page__order-table tbody tr:nth-child(8) td {
  border: 0;
  padding-top: 24px;
  padding-bottom: 19px;
}
.checkout-page__order-table tbody tr:last-child td {
  border: 0;
  padding: 0;
}
.checkout-page__order-btn {
  padding-right: 78px;
}
.checkout-page__order-btn i::after {
  left: -16px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  position: relative;
}
@media (max-width: 575px) {
  .login-page__image-col {
    display: none;
  }
}
.login-page__image__inner {
  position: relative;
  width: 100%;
  max-width: 370px;
}
.login-page__image__one {
  display: block;
  width: 100%;
}
.login-page__image__two {
  position: absolute;
  top: 50%;
  right: -169px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .login-page__image__two {
    right: -130px;
  }
}
.login-page__wrap {
  position: relative;
  padding: 50px 60px 60.73px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 767px) {
  .login-page__wrap {
    padding: 20px 30px 30.73px;
  }
}
@media (max-width: 425px) {
  .login-page__wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.login-page__wrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.login-page__wrap__top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
@media (max-width: 575px) {
  .login-page__wrap__top {
    flex-direction: column;
    padding-bottom: 55px;
  }
}
.login-page__wrap__title {
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .login-page__wrap__title {
    font-size: 30px;
  }
}
.login-page__main-tab-box {
  position: relative;
  display: block;
}
.login-page__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 26px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
  z-index: 1;
}
@media (max-width: 575px) {
  .login-page__main-tab-box .tab-buttons {
    margin-top: 0;
  }
}
.login-page__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5.5px 14.75px;
  font-size: 16px;
  font-weight: 700;
  color: var(--floens-base2, #8A5133);
  line-height: 1.875;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  background-color: var(--floens-white, #ffffff);
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .login-page__main-tab-box .tab-buttons .tab-btn {
    font-size: 14px;
  }
}
.login-page__main-tab-box .tab-buttons .tab-btn:hover {
  color: var(--floens-white, #ffffff);
}
.login-page__main-tab-box .tab-buttons .tab-btn::before, .login-page__main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  background-color: var(--floens-base, #C7844F);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.login-page__main-tab-box .tab-buttons .tab-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.login-page__main-tab-box .tab-buttons .tab-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.login-page__main-tab-box .tab-buttons .tab-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.login-page__main-tab-box .tab-buttons .tab-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.login-page__main-tab-box .tab-buttons .tab-btn.active-btn::before {
  width: 100%;
  right: 0;
  left: auto;
}
.login-page__main-tab-box .tab-buttons .tab-btn.active-btn:after {
  width: 100%;
  left: 0;
  right: auto;
}
.login-page__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--floens-white, #ffffff);
}
.login-page__main-tab-box .tabs-content {
  margin-top: 20px;
  position: relative;
  display: block;
}
.login-page__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.login-page__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}
.login-page__tab-title {
  position: absolute;
  top: -56px;
  left: 0;
  font-size: 15px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}
.login-page__form__input-box {
  position: relative;
  display: flex;
  align-items: center;
}
.login-page__form__input-box--bottom {
  margin-top: -7.72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 15px;
}
.login-page__form__input-box--button {
  padding-top: 9px;
}
.login-page__form__input-box:not(:last-child) {
  margin-bottom: 15px;
}
.login-page__form__input-box span {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  font-size: 15px;
  margin-right: 11px;
  color: var(--floens-text, #7A736A);
  transition: all 400ms ease;
}
@media (max-width: 575px) {
  .login-page__form__input-box span {
    left: 15px;
  }
}
.login-page__form__input-box input {
  outline: 0;
  padding-left: 45px;
  padding-right: 20px;
  height: 55px;
  background-color: var(--floens-white, #ffffff);
  border: 1px solid var(--floens-border-color, #DED8D3);
  width: 100%;
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  transition: all 400ms ease;
}
@media (max-width: 575px) {
  .login-page__form__input-box input {
    padding-left: 40px;
    padding-right: 15px;
  }
}
.login-page__form__input-box input::placeholder {
  text-transform: capitalize;
}
.login-page__form__input-box input:focus {
  border-color: var(--floens-base, #C7844F);
  color: var(--floens-black2, #2B1E16);
}
.login-page__form__input-box input:focus + span {
  color: var(--floens-black2, #2B1E16);
}
.login-page__form__input-box .pass-field-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  color: var(--floens-text, #7A736A);
  transition: all 400ms ease;
}
.login-page__form__input-box .pass-field-icon:hover {
  color: var(--floens-base, #C7844F);
}
@media (max-width: 575px) {
  .login-page__form__input-box .pass-field-icon {
    right: 15px;
  }
}
.login-page__form__checked-box {
  position: relative;
  display: block;
}
.login-page__form__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 400ms ease;
}
.login-page__form__checked-box label:hover {
  color: var(--floens-base, #C7844F);
}
.login-page__form__checked-box label span::before {
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid var(--floens-base, #C7844F);
  border-right: 2px solid var(--floens-base, #C7844F);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.login-page__form__checked-box input[type=checkbox] {
  display: none;
}
.login-page__form__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: var(--floens-white, #ffffff);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--floens-white3, #EBE3D9);
}
.login-page__form__checked-box input[type=checkbox]:checked + label span {
  border-color: var(--floens-base, #C7844F);
}
.login-page__form__checked-box input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.login-page__form__forgot {
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 400ms ease;
}
.login-page__form__forgot:hover {
  background-size: 100% 1px;
}
.login-page__form__forgot:hover {
  color: var(--floens-base, #C7844F);
}
.login-page__form__btn {
  padding-right: 20.5px;
  width: 100%;
  display: block;
}
.login-page__signin {
  margin-top: 28px;
  padding-top: 29px;
  border-top: 1px solid var(--floens-border-color, #DED8D3);
  text-align: center;
}
.login-page__signin__title {
  font-size: 15px;
  color: var(--floens-text, #7A736A);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.login-page__signin__title a {
  color: var(--floens-base, #C7844F);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__signin__title a:hover {
  background-size: 100% 1px;
}
.login-page__signin__text {
  display: inline-block;
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.login-page__signin__buttons {
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.login-page__signin__btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: var(--floens-white, #ffffff);
}
.login-page__signin__btn img {
  transition: all 500ms ease;
}
.login-page__signin__btn:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion .accordion + .accordion {
  margin-top: 20px;
}
.faq-accordion .accordion-title {
  padding: 25px 30px;
  padding-left: 79px;
  cursor: pointer;
  background-color: var(--floens-white, #ffffff);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .faq-accordion .accordion-title {
    padding-right: 20px;
  }
}
.faq-accordion .accordion-title h4 {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  transition: all 500ms ease;
  position: relative;
}
.faq-accordion .accordion-title h4::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--floens-gray, #DED8D3);
  position: absolute;
  top: calc(100% + 12px);
  left: -21px;
  transition: all 700ms linear;
}
.faq-accordion .accordion-title__icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
  background-color: var(--floens-black2, #2B1E16);
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: var(--floens-white, #ffffff);
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after {
  width: 16px;
  height: 2px;
}
.faq-accordion .active .accordion-title h4::after {
  width: calc(100% + 51px);
}
@media (max-width: 1199px) {
  .faq-accordion .active .accordion-title h4::after {
    width: calc(100% + 41px);
  }
}
.faq-accordion .active .accordion-title__icon {
  background-color: var(--floens-base, #C7844F);
}
.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
  background-color: var(--floens-white, #ffffff);
  opacity: 0;
}
.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content .inner {
  padding: 9px 30px 20px 14px;
  background-color: var(--floens-white, #ffffff);
}
@media (max-width: 1199px) {
  .faq-accordion .accordion-content .inner {
    padding-right: 20px;
  }
}
.faq-accordion .accordion-content p {
  margin: 0;
  font-family: var(--floens-font4, "Manrope", sans-serif);
  font-weight: 500;
  line-height: 1.875;
}

.faq-page-search {
  padding-top: 111px;
  padding-bottom: 120px;
  background-color: var(--floens-white, #ffffff);
}
@media (max-width: 767px) {
  .faq-page-search {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .faq-page-search {
    padding-top: 71px;
    padding-bottom: 80px;
  }
}
.faq-page-search__inner {
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.faq-page-search .sec-title {
  width: 100%;
  max-width: 591px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
}
.faq-page-search .sec-title__title {
  margin: 0;
}
.faq-page-search__form {
  position: relative;
}
.faq-page-search__form input[type=text] {
  border: 1px solid var(--floens-border-color, #DED8D3);
  outline: none;
  display: block;
  background-color: var(--floens-white, #ffffff);
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  width: 100%;
  padding-left: 22px;
  padding-right: 48px;
  height: 55px;
  transition: all 400ms ease;
}
.faq-page-search__form input[type=text]::placeholder {
  text-transform: capitalize;
}
.faq-page-search__form input[type=text]:focus {
  color: var(--floens-black2, #2B1E16);
  border-color: var(--floens-base, #C7844F);
}
@media (max-width: 425px) {
  .faq-page-search__form input[type=text] {
    padding-left: 18px;
    padding-right: 38px;
  }
}
.faq-page-search__form__btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--floens-base, #C7844F);
  transition: all 400ms ease;
}
@media (max-width: 425px) {
  .faq-page-search__form__btn {
    right: 20px;
  }
}
.faq-page-search__form__btn:hover {
  color: var(--floens-black2, #2B1E16);
}

.faq-page {
  background-color: var(--floens-white2, #F2EEEA);
}
.faq-page__image {
  width: 100%;
  max-width: 540px;
}
.faq-page__image img {
  width: 100%;
  display: block;
}

.faq-one {
  background-color: var(--floens-white, #ffffff);
}
.faq-one__image {
  padding-right: 31px;
}
@media (max-width: 1199px) {
  .faq-one__image {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .faq-one__image {
    padding-right: 0;
  }
}
.faq-one__image__inner {
  position: relative;
  width: 100%;
  max-width: 540px;
}
.faq-one__image__one {
  width: 100%;
  display: block;
}
.faq-one__image__two {
  width: 79.8%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq-one__content {
  margin-top: -9px;
}
.faq-one .sec-title {
  padding-bottom: 29px;
  margin-bottom: 22px;
}
.faq-one__text {
  margin-bottom: 31px;
}
.faq-one .faq-accordion .accordion-title {
  background-color: var(--floens-white2, #F2EEEA);
}
.faq-one .faq-accordion .accordion-content .inner {
  background-color: var(--floens-white2, #F2EEEA);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .pricing-page__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .pricing-page__carousel .owl-dots {
    display: none !important;
  }
}
.pricing-page .sec-title {
  width: 100%;
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.pricing-page .sec-title__title {
  margin-top: 0;
}
.pricing-page__main-tab-box {
  position: relative;
  display: block;
}
.pricing-page__main-tab-box .tab-box-buttons {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.pricing-page__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 9.5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--floens-border-color, #DED8D3);
  z-index: 1;
}
@media (max-width: 575px) {
  .pricing-page__main-tab-box .tab-buttons {
    margin-top: 0;
  }
}
.pricing-page__main-tab-box .tab-buttons .tab-btn {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.pricing-page__main-tab-box .tab-buttons .tab-btn:hover {
  color: var(--floens-base, #C7844F);
}
.pricing-page__main-tab-box .tab-buttons .tab-btn .tab-btn__switch {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-page__main-tab-box .tab-buttons .tab-btn .tab-btn__switch__box {
  display: inline-block;
  width: 40px;
  height: 21.172px;
  flex-shrink: 0;
  background-color: var(--floens-gray2, #837F7B);
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.pricing-page__main-tab-box .tab-buttons .tab-btn .tab-btn__switch__box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--floens-white, #ffffff);
  border-radius: 50%;
  top: 2.5px;
  left: 2px;
  transition: all 400ms ease;
}
.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--floens-base, #C7844F);
}
.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__switch .tab-btn__switch__box.active {
  background-color: var(--floens-base, #C7844F);
  transition: all 400ms ease;
}
.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__switch .tab-btn__switch__box.active::after {
  transform: translate(19px, 0);
  transition: all 400ms ease;
}
.pricing-page__main-tab-box .tab-buttons .tab-btn:nth-child(1).active-btn {
  color: var(--floens-text, #7A736A);
}
.pricing-page__main-tab-box .tabs-content {
  margin-top: 20px;
  position: relative;
  display: block;
}
.pricing-page__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.pricing-page__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

.pricing-card {
  background-color: var(--floens-white2, #F2EEEA);
  overflow: hidden;
  transition: all 500ms ease;
}
.pricing-card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pricing-card__top {
  position: relative;
  padding: 30px 40px 31px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pricing-card__top {
    padding: 20px 20px 21px;
  }
}
.pricing-card__top__content {
  position: relative;
  z-index: 1;
}
.pricing-card__top__bg {
  position: relative;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 500ms ease;
}
.pricing-card__top__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--floens-black-rgb, 0, 0, 0), 0.7);
}
.pricing-card:hover .pricing-card__top__bg {
  top: 0;
  left: 0;
  height: 100%;
}
.pricing-card__title {
  position: relative;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .pricing-card__title {
    font-size: 20px;
  }
}
.pricing-card__title::before {
  content: "";
  width: 3px;
  height: calc(100% - 22px);
  background-color: var(--floens-base, #C7844F);
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .pricing-card__title::before {
    left: -20px;
    height: calc(100% - 18px);
  }
}
.pricing-card__price {
  margin-bottom: 11px;
  transition: all 500ms ease;
  letter-spacing: normal;
}
.pricing-card__price span {
  margin-left: -2px;
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.pricing-card__text {
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  transition: all 500ms ease;
}
.pricing-card__discount {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  background-color: var(--floens-base2, #8A5133);
  text-align: center;
  font-size: 12px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 14px;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  border-radius: 100px;
}
.pricing-card:hover .pricing-card__title, .pricing-card:hover .pricing-card__price, .pricing-card:hover .pricing-card__price span {
  color: var(--floens-white, #ffffff);
}
.pricing-card:hover .pricing-card__text {
  color: var(--floens-gray, #DED8D3);
}
.pricing-card__content {
  position: relative;
  background-color: var(--floens-white2, #F2EEEA);
  transition: all 500ms ease;
}
.pricing-card__content__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  transition: all 500ms ease;
  animation: zumpBottom 2s linear infinite;
}
.pricing-card:hover .pricing-card__content {
  background-color: var(--floens-white, #ffffff);
}
.pricing-card:hover .pricing-card__content__bg {
  opacity: 1;
}
.pricing-card__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 36px 40px 33px;
  border-top: 1px solid var(--floens-border-color, #DED8D3);
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
  z-index: 1;
}
@media (max-width: 1199px) {
  .pricing-card__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pricing-card__list li + li {
  margin-top: 10px;
}
.pricing-card__list li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: -0.32px;
}
.pricing-card__list li span {
  position: relative;
  top: 4px;
  font-size: 16px;
  color: var(--floens-gray, #DED8D3);
}
.pricing-card__list li.active span {
  color: var(--floens-base, #C7844F);
}
.pricing-card__button {
  padding: 40px;
}
@media (max-width: 1199px) {
  .pricing-card__button {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.pricing-card__btn {
  display: block;
  padding-left: 23px;
  padding-right: 70px;
  text-align: left;
  background-color: var(--floens-white, #ffffff);
  color: var(--floens-base, #C7844F);
}
.pricing-card__btn i {
  right: 15px;
}
.pricing-card__btn i::after {
  background-color: var(--floens-gray, #DED8D3);
  transition: all 400ms ease;
}
.pricing-card:hover .pricing-card__btn {
  background-color: var(--floens-base, #C7844F);
  color: var(--floens-white, #ffffff);
}
.pricing-card:hover .pricing-card__btn i::after {
  background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.3);
}

/*--------------------------------------------------------------
# Offer
--------------------------------------------------------------*/
.offer-one {
  background-color: var(--floens-white, #ffffff);
  counter-reset: offerServiceNumber;
}
.offer-one__top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.offer-one .sec-title {
  width: 100%;
  max-width: 625px;
}
.offer-one__text {
  padding-left: 3px;
  margin-bottom: 0;
}
.offer-one__main-tab-box {
  padding: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 36.4% auto;
  align-items: start;
  gap: 30px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 1199px) {
  .offer-one__main-tab-box {
    grid-template-columns: 40% auto;
  }
}
@media (max-width: 991px) {
  .offer-one__main-tab-box {
    grid-template-columns: auto;
  }
}
@media (max-width: 425px) {
  .offer-one__main-tab-box {
    padding: 20px;
  }
}
.offer-one__main-tab-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.offer-one__main-tab-box .tab-box-buttons {
  position: relative;
  z-index: 1;
  background-color: var(--floens-white2, #F2EEEA);
}
.offer-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  padding: 0 30px;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}
@media (max-width: 1199px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn {
    padding: 0 25px;
  }
}
@media (max-width: 540px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn {
    padding: 0 20px;
  }
}
.offer-one__main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--floens-base, #C7844F);
  z-index: -1;
  transition: all 500ms ease;
}
.offer-one__main-tab-box .tab-buttons .tab-btn:hover::after {
  left: 0;
  width: 100%;
}
.offer-one__main-tab-box .tab-buttons .tab-btn:not(:last-child) .tab-btn__inner {
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.offer-one__main-tab-box .tab-buttons .tab-btn__inner {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 18.75px 0 18.75px 40px;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: relative;
  font-size: 24px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: 1.66;
  text-transform: capitalize;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn__inner {
    padding: 17px 0px 17px 35px;
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn__inner {
    font-size: 16px;
    padding-left: 30px;
  }
}
.offer-one__main-tab-box .tab-buttons .tab-btn__inner::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -30px;
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% - 61px);
  background-color: var(--floens-base, #C7844F);
}
@media (max-width: 1199px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn__inner::before {
    left: -25px;
    height: calc(100% - 51px);
  }
}
@media (max-width: 540px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn__inner::before {
    left: -20px;
    height: calc(100% - 49px);
  }
}
.offer-one__main-tab-box .tab-buttons .tab-btn__inner::after {
  font-size: 16px;
  color: var(--floens-gray, #DED8D3);
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  counter-increment: offerServiceNumber;
  content: counters(offerServiceNumber, ".", decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 540px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn__inner::after {
    font-size: 14px;
  }
}
.offer-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner {
  color: var(--floens-white, #ffffff);
  border-color: var(--floens-base, #C7844F);
}
.offer-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner::after {
  color: var(--floens-white, #ffffff);
}
.offer-one__main-tab-box .tab-buttons .tab-btn__icon {
  font-size: 28.66px;
  color: var(--floens-gray, #DED8D3);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn__icon {
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  .offer-one__main-tab-box .tab-buttons .tab-btn__icon {
    font-size: 20px;
  }
}
.offer-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__icon {
  color: var(--floens-white, #ffffff);
}
.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  background-color: var(--floens-base, #C7844F);
}
.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner {
  color: var(--floens-white, #ffffff);
  border-color: var(--floens-base, #C7844F);
}
.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner::after {
  color: var(--floens-white, #ffffff);
}
.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__icon {
  color: var(--floens-white, #ffffff);
}
.offer-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}
.offer-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.offer-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}
.offer-one__service {
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 30px 17px;
  background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.92);
}
@media (max-width: 1199px) {
  .offer-one__service {
    flex-direction: column;
    align-items: flex-start;
  }
}
.offer-one__service__image {
  position: relative;
  flex-shrink: 0;
  width: 52.7%;
}
@media (max-width: 1199px) {
  .offer-one__service__image {
    width: 100%;
  }
}
.offer-one__service__image img {
  width: 100%;
  display: block;
  clip-path: polygon(30% 0, 100% 0%, 67% 100%, 0% 100%);
}
.offer-one__service__shape {
  position: absolute;
  width: 55px;
  height: 44px;
  background-color: var(--floens-base, #C7844F);
  clip-path: polygon(31% 0, 100% 0%, 69% 100%, 0% 100%);
}
.offer-one__service__shape--one {
  top: 26px;
  left: 54px;
  animation: rectMove 8s linear 0s infinite;
}
@media (max-width: 1199px) {
  .offer-one__service__shape--one {
    left: 85px;
  }
}
@media (max-width: 991px) {
  .offer-one__service__shape--one {
    left: 130px;
  }
}
@media (max-width: 767px) {
  .offer-one__service__shape--one {
    left: 77px;
  }
}
@media (max-width: 575px) {
  .offer-one__service__shape--one {
    display: none;
  }
}
.offer-one__service__shape--two {
  right: 63px;
  bottom: 23px;
  animation: rectMove 8s linear 2s infinite;
}
@media (max-width: 1199px) {
  .offer-one__service__shape--two {
    right: 97px;
  }
}
@media (max-width: 991px) {
  .offer-one__service__shape--two {
    right: 140px;
  }
}
@media (max-width: 767px) {
  .offer-one__service__shape--two {
    right: 83px;
  }
}
@media (max-width: 575px) {
  .offer-one__service__shape--two {
    display: none;
  }
}
.offer-one__service__content {
  position: relative;
  top: -3px;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .offer-one__service__content {
    top: 0;
    width: 100%;
  }
}
.offer-one__service__title {
  font-size: 24px;
  line-height: 1.66;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .offer-one__service__title {
    font-size: 20px;
  }
}
.offer-one__service__text {
  margin-bottom: 16px;
}
@media (max-width: 425px) {
  .offer-one__service__text {
    font-size: 15px;
  }
}
.offer-one__service__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-one__service__list li + li {
  margin-top: 8px;
}
.offer-one__service__list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  color: var(--floens-black2, #2B1E16);
  font-weight: 700;
  line-height: 1.75;
  text-transform: capitalize;
}
@media (max-width: 425px) {
  .offer-one__service__list li {
    gap: 8px;
    font-size: 14px;
  }
}
.offer-one__service__list li span {
  position: relative;
  top: -1px;
  font-size: 16px;
  color: var(--floens-base2, #8A5133);
}

/*--------------------------------------------------------------
# Reliable
--------------------------------------------------------------*/
.reliable-one {
  position: relative;
  z-index: 1;
  background-color: var(--floens-white, #ffffff);
  padding-top: 221px;
}
@media (max-width: 767px) {
  .reliable-one {
    padding-top: 201px;
  }
}
@media (max-width: 575px) {
  .reliable-one {
    padding-top: 181px;
  }
}
@media (max-width: 490px) {
  .reliable-one {
    padding-top: 151px;
  }
}
.reliable-one__image {
  margin-left: 31px;
  position: relative;
  width: 100%;
  max-width: 338px;
}
@media (max-width: 991px) {
  .reliable-one__image {
    margin-left: 40px;
  }
}
@media (max-width: 490px) {
  .reliable-one__image {
    max-width: 280px;
  }
}
@media (max-width: 375px) {
  .reliable-one__image {
    margin-left: 15px;
  }
}
@media (max-width: 360px) {
  .reliable-one__image {
    max-width: 245px;
  }
}
.reliable-one__image::before, .reliable-one__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--floens-border-color, #DED8D3);
}
@media (max-width: 490px) {
  .reliable-one__image::before, .reliable-one__image::after {
    display: none;
  }
}
.reliable-one__image::before {
  top: -64px;
  right: -99px;
}
@media (max-width: 1199px) {
  .reliable-one__image::before {
    right: -19px;
  }
}
.reliable-one__image::after {
  top: -34px;
  right: -129px;
}
@media (max-width: 1199px) {
  .reliable-one__image::after {
    right: -49px;
  }
}
.reliable-one__image img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}
.reliable-one__image__inner {
  position: relative;
  position: absolute;
  top: -101px;
  right: -170px;
  width: 100%;
  max-width: 276px;
}
@media (max-width: 1199px) {
  .reliable-one__image__inner {
    right: -55px;
  }
}
@media (max-width: 490px) {
  .reliable-one__image__inner {
    max-width: 240px;
    right: -45px;
  }
}
@media (max-width: 425px) {
  .reliable-one__image__inner {
    max-width: 215px;
    top: -70px;
    right: -25px;
  }
}
.reliable-one__image__three {
  width: auto !important;
  position: absolute !important;
  left: -48px;
  bottom: 0;
}
@media (max-width: 1199px) {
  .reliable-one__image__three {
    left: -50px;
  }
}
@media (max-width: 490px) {
  .reliable-one__image__three {
    width: 330px !important;
  }
}
@media (max-width: 425px) {
  .reliable-one__image__three {
    width: 260px !important;
    left: -35px;
  }
}
.reliable-one__experience {
  left: -61px;
  bottom: 29px;
}
@media (max-width: 1399px) {
  .reliable-one__experience {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .reliable-one__experience {
    left: -40px;
  }
}
@media (max-width: 375px) {
  .reliable-one__experience {
    left: -20px;
  }
}
.reliable-one__content {
  margin-top: -14px;
  padding-left: 28px;
}
@media (max-width: 1199px) {
  .reliable-one__content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .reliable-one__content {
    margin-top: 0;
    padding-left: 0px;
  }
}
.reliable-one .sec-title {
  margin-bottom: 22px;
}
.reliable-one__text {
  margin-bottom: 34px;
}
.reliable-one__info {
  display: flex;
  align-items: center;
  gap: 22px;
}
.reliable-one__info__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: var(--floens-white2, #F2EEEA);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.reliable-one__info__icon::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 50%;
}
.reliable-one__info__icon span {
  font-size: 35px;
  color: var(--floens-base2, #8A5133);
  transition: all 500ms ease;
}
.reliable-one__info:hover .reliable-one__info__icon::after {
  bottom: -50%;
}
.reliable-one__info:hover .reliable-one__info__icon span {
  color: var(--floens-white, #ffffff);
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.reliable-one__info__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .reliable-one__info__title {
    margin-left: 0;
  }
}
.reliable-one__info__total {
  font-size: 55px;
  color: var(--floens-base2, #8A5133);
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .reliable-one__info__total {
    font-size: 40px;
  }
}
.reliable-one__ratings {
  position: relative;
  top: -6px;
  padding-left: 21px;
}
@media (max-width: 767px) {
  .reliable-one__ratings {
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .reliable-one__ratings {
    top: 0;
    padding-left: 10px;
  }
}
.reliable-one__ratings::before {
  content: "";
  width: 1px;
  height: calc(100% + 11px);
  background-color: var(--floens-gray, #DED8D3);
  position: absolute;
  top: calc(50% + 6px);
  left: -11px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .reliable-one__ratings::before {
    left: -2px;
  }
}
@media (max-width: 991px) {
  .reliable-one__ratings::before {
    left: -9.5px;
  }
}
@media (max-width: 767px) {
  .reliable-one__ratings::before {
    left: -30.5px;
  }
}
@media (max-width: 575px) {
  .reliable-one__ratings::before {
    display: none;
  }
}
.reliable-one__ratings__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.reliable-one__ratings .floens-ratings span {
  font-size: 14.21px;
  color: var(--floens-base2, #8A5133);
}
.reliable-one--home {
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .reliable-one--home {
    padding-top: 122px;
  }
}
@media (max-width: 767px) {
  .reliable-one--home {
    padding-top: 93px;
  }
}
@media (max-width: 575px) {
  .reliable-one--home {
    padding-top: 73px;
  }
}
@media (max-width: 490px) {
  .reliable-one--home-three {
    padding-top: 181px;
  }
}
@media (max-width: 425px) {
  .reliable-one--home-three {
    padding-top: 280px;
  }
}
.reliable-one--home .reliable-one__content {
  margin-top: -53px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .reliable-one--home .reliable-one__content {
    margin-top: 0;
  }
}
.reliable-one--home .reliable-one__info--two {
  padding-left: 9px;
  position: relative;
}
@media (max-width: 1199px) {
  .reliable-one--home .reliable-one__info--two {
    padding-left: 0;
  }
}
.reliable-one--home .reliable-one__info--two::before {
  content: "";
  width: 1px;
  height: 65px;
  background-color: var(--floens-gray, #DED8D3);
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .reliable-one--home .reliable-one__info--two::before {
    display: none;
  }
}
.reliable-one--home .reliable-one__info__title {
  letter-spacing: normal;
}
.reliable-one--home .reliable-one__btn {
  margin-top: 43px;
}
.reliable-one--home .reliable-one__image {
  margin-left: 32px;
}
@media (max-width: 991px) {
  .reliable-one--home .reliable-one__image {
    margin-top: 90px;
    margin-left: 0px;
  }
}
@media (max-width: 520px) {
  .reliable-one--home .reliable-one__image {
    margin-left: 20px;
  }
}
@media (max-width: 375px) {
  .reliable-one--home .reliable-one__image {
    margin-top: 80px;
  }
}
.reliable-one--home .reliable-one__image::before, .reliable-one--home .reliable-one__image::after {
  display: none;
}
.reliable-one--home .reliable-one__image__inner {
  top: -87px;
  right: -200px;
}
@media (max-width: 1199px) {
  .reliable-one--home .reliable-one__image__inner {
    top: -70px;
    right: -80px;
  }
}
@media (max-width: 490px) {
  .reliable-one--home .reliable-one__image__inner {
    max-width: 240px;
  }
}
@media (max-width: 425px) {
  .reliable-one--home .reliable-one__image__inner {
    max-width: 215px;
    right: -45px;
  }
}
@media (max-width: 375px) {
  .reliable-one--home .reliable-one__image__inner {
    max-width: 190px;
    right: -30px;
  }
}
@media (max-width: 360px) {
  .reliable-one--home .reliable-one__image__inner {
    right: -25px;
  }
}
.reliable-one--home .reliable-one__experience {
  left: auto;
  right: -135px;
  bottom: 15px;
}
@media (max-width: 1199px) {
  .reliable-one--home .reliable-one__experience {
    right: -80px;
  }
}
@media (max-width: 991px) {
  .reliable-one--home .reliable-one__experience {
    right: -135px;
  }
}
@media (max-width: 520px) {
  .reliable-one--home .reliable-one__experience {
    left: -20px;
    right: auto;
  }
}

/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.expertise-one__images-grid {
  padding-left: 30px;
  display: grid;
  grid-template-columns: 45.75% auto;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .expertise-one__images-grid {
    padding-left: 0;
  }
}
@media (max-width: 375px) {
  .expertise-one__images-grid {
    grid-gap: 15px;
  }
}
.expertise-one__image--three {
  grid-column-start: 1;
  grid-column-end: -1;
}
.expertise-one__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.expertise-one__content {
  margin-top: -8px;
}
.expertise-one .sec-title {
  padding-bottom: 23px;
  margin-bottom: 32px;
}
.expertise-one__text {
  margin-bottom: 29px;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
  position: relative;
  background-color: var(--floens-white, #ffffff);
}
.work-process--two {
  background-color: var(--floens-white2, #F2EEEA);
}
.work-process--two .work-process__image {
  background-color: var(--floens-white, #ffffff);
}
.work-process__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.work-process__container-top {
  position: relative;
  z-index: 1;
}
.work-process .sec-title {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 48px;
}
.work-process__container {
  position: relative;
}
.work-process .row {
  position: relative;
  z-index: 1;
}
.work-process__item {
  display: table;
}
@media (max-width: 991px) {
  .work-process__item {
    display: block;
  }
}
.work-process__item--two {
  margin-top: 153px;
  margin-left: 19px;
}
@media (max-width: 1199px) {
  .work-process__item--two {
    margin-top: 110px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .work-process__item--two {
    margin: 0;
  }
}
.work-process__item--three {
  margin-left: auto;
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .work-process__item--three {
    margin-left: 0;
    margin-right: 0;
  }
}
.work-process__item--four {
  margin-top: 214px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .work-process__item--four {
    margin-top: 172px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .work-process__item--four {
    margin: 0;
  }
}
.work-process__image {
  width: 214px;
  height: 214px;
  padding: 18px;
  background-color: var(--floens-white2, #F2EEEA);
  border-radius: 50%;
  margin-bottom: 13px;
}
@media (max-width: 1199px) {
  .work-process__image {
    width: 205px;
    height: 205px;
  }
}
@media (max-width: 991px) {
  .work-process__image {
    width: 214px;
    height: 214px;
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process__image__inner {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .work-process__image__inner {
    width: 169px;
    height: 169px;
  }
}
@media (max-width: 991px) {
  .work-process__image__inner {
    width: 178px;
    height: 178px;
  }
}
.work-process__image img {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .work-process__image img {
    width: 169px;
    height: 169px;
  }
}
@media (max-width: 991px) {
  .work-process__image img {
    width: 178px;
    height: 178px;
  }
}
.work-process__item:hover .work-process__image img {
  transform: scale(1.1);
}
.work-process__content {
  text-align: center;
}
.work-process__title {
  font-size: 24px;
  color: var(--floens-black2, #2B1E16);
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .work-process__title {
    font-size: 22px;
  }
}
.work-process__step {
  padding: 5px 10.5px;
  font-size: 14px;
  color: var(--floens-base2, #8A5133);
  font-weight: 700;
  line-height: 1.142;
  letter-spacing: -0.42px;
  text-transform: capitalize;
  border-radius: 1000px;
  border: 1px solid var(--floens-border-color, #DED8D3);
  background-color: var(--floens-white, #ffffff);
  transition: all 500ms ease;
}
.work-process__item:hover .work-process__step {
  color: var(--floens-white, #ffffff);
  background-color: var(--floens-base2, #8A5133);
  border-color: var(--floens-base2, #8A5133);
}
.work-process__shape-three {
  width: 100%;
  max-width: 1011px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: moveBottom 2s linear infinite;
}
@media (max-width: 1199px) {
  .work-process__shape-three {
    top: 25%;
    max-width: 870px;
  }
}
@media (max-width: 991px) {
  .work-process__shape-three {
    display: none;
  }
}
@keyframes moveBottom {
  0% {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translate3d(0, 10px, 0);
    transform: translateX(-50%) translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
.work-process__shape-one {
  position: absolute;
  top: 255px;
  right: -25px;
}
@media (max-width: 1599px) {
  .work-process__shape-one {
    top: 270px;
  }
}
.work-process__shape-two {
  position: absolute;
  left: -38px;
  bottom: 303px;
}
@media (max-width: 1599px) {
  .work-process__shape-two {
    bottom: 200px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  position: relative;
  padding: 30px;
}
.service-card::before, .service-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.service-card::before {
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}
.service-card::after {
  right: 0px;
  top: 0px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}
.service-card:hover::before, .service-card:hover::after {
  border-color: var(--floens-base, #C7844F);
  width: 100%;
  height: 100%;
}
.service-card__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--floens-white2, #F2EEEA);
  z-index: -1;
  transition-delay: 100ms;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
  transition-property: all;
  transform-style: preserve-3d;
  opacity: 1;
  transform-origin: bottom;
  transform: scaleY(1);
}
.service-card:hover .service-card__bg {
  opacity: 0;
  transform: scaleY(0);
}
.service-card__top {
  position: relative;
  display: flex;
  gap: 30px;
  margin-bottom: 27px;
  z-index: 1;
}
.service-card__image {
  width: calc(100% - 100px);
  flex-shrink: 0;
}
@media (max-width: 412px) {
  .service-card__image {
    width: calc(100% - 80px);
  }
}
.service-card__image img {
  width: 100%;
  display: block;
}
.service-card__icon {
  width: 70px;
  flex-shrink: 0;
}
@media (max-width: 412px) {
  .service-card__icon {
    width: 50px;
  }
}
.service-card__icon span {
  font-size: 70px;
  color: var(--floens-base2, #8A5133);
}
@media (max-width: 412px) {
  .service-card__icon span {
    font-size: 50px;
  }
}
.service-card__content {
  position: relative;
  z-index: 1;
}
.service-card__title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 18px;
}
@media (max-width: 412px) {
  .service-card__title {
    font-size: 21px;
  }
}
.service-card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card:hover .service-card__title {
  color: var(--floens-white, #ffffff);
}
.service-card:hover .service-card__title:hover {
  color: var(--floens-base, #C7844F);
}
.service-card__text {
  margin-bottom: 31px;
}

.service-card-two {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background-color: var(--floens-white, #ffffff);
  box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 375px) {
  .service-card-two {
    padding: 20px;
  }
}
.service-card-two__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--floens-black2, #2B1E16);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__bg {
  top: 0;
  height: 100%;
}
.service-card-two__image {
  position: relative;
  margin-bottom: 27px;
  z-index: 1;
  overflow: hidden;
}
.service-card-two__image img {
  display: block;
  width: 100%;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__image img {
  transform: scale(1.1);
}
.service-card-two__content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-card-two__title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .service-card-two__title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .service-card-two__title {
    font-size: 20px;
  }
}
.service-card-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two:hover .service-card-two__title {
  color: var(--floens-white, #ffffff);
}
.service-card-two__bottom {
  display: flex;
  align-items: center;
  gap: 40px 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-card-two__link {
  color: var(--floens-base, #C7844F);
  top: 13px;
  padding: 0 70px 0 0;
  background-color: transparent;
  margin-left: -149px;
  transition: all 500ms ease;
}
.service-card-two__link:hover {
  color: var(--floens-white, #ffffff);
}
@media (max-width: 575px) {
  .service-card-two__link {
    font-size: 13px;
    margin-left: -134px;
  }
}
.service-card-two__link::before, .service-card-two__link::after {
  display: none;
}
.service-card-two__link i {
  color: var(--floens-base, #C7844F);
}
.service-card-two__link i::after {
  background-color: RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
}
.service-card-two__link:hover i {
  color: var(--floens-white, #ffffff);
}
.service-card-two__link:hover i::after {
  background-color: RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.7);
}
.service-card-two:hover .service-card-two__link {
  margin-left: 0;
}
.service-card-two__icon {
  font-size: 50px;
  color: var(--floens-base, #C7844F);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .service-card-two__icon {
    font-size: 40px;
  }
}
.service-card-two:hover .service-card-two__icon {
  color: var(--floens-white, #ffffff);
}

.services-one {
  position: relative;
  background-color: var(--floens-black2, #2B1E16);
  padding-top: 110px;
  padding-bottom: 216px;
}
@media (max-width: 767px) {
  .services-one {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .services-one {
    padding-top: 70px;
    padding-bottom: 226px;
  }
}
.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.services-one .container {
  position: relative;
  z-index: 1;
}
.services-one__top {
  padding-bottom: 19px;
  margin-bottom: 60px;
  border-bottom: 1px solid RGBA(var(--floens-border-color-rgb, 222, 216, 211), 0.25);
}
.services-one__top__button {
  text-align: right;
}
.services-one__top__btn {
  padding-left: 19.5px;
  padding-right: 72px;
  background-color: transparent;
  border: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), 0.2);
}
.services-one__top__btn::before, .services-one__top__btn::after {
  background-color: var(--floens-base, #C7844F);
}
.services-one__top__btn i {
  right: 19px;
}
.services-one .sec-title__tagline, .services-one .sec-title__title {
  color: var(--floens-white, #ffffff);
}
.services-one .container-fluid {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (min-width: 576px) {
  .services-one .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .services-one .container-fluid {
    margin-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .services-one .container-fluid {
    margin-bottom: 70px;
  }
}
@media (min-width: 530px) {
  .services-one__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .services-one__carousel .owl-dots {
    display: none !important;
  }
}
.services-one__container {
  position: relative;
}
.services-one__cursor {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: var(--floens-base2, #8A5133);
  opacity: 0;
  transform: scale(1);
  transition: all 500ms ease;
  z-index: 11;
  pointer-events: none;
}
.services-one__cursor i {
  font-size: 14px;
  color: var(--floens-white, #ffffff);
}
.services-one__cursor__text {
  font-size: 14px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.42px;
  text-transform: capitalize;
}
.services-one__carousel:hover + .services-one__cursor {
  opacity: 1;
}
.services-one__info {
  position: relative;
  z-index: 1;
  margin-top: -216px;
}
.services-one__info__inner {
  position: relative;
  padding: 70px 61px 55px;
  background-color: #585858;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services-one__info__inner {
    padding: 49px 40px 53px;
  }
}
@media (max-width: 575px) {
  .services-one__info__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.services-one__info__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
}
.services-one__info .row {
  position: relative;
  z-index: 1;
}
.services-one__info__left {
  width: 100%;
  max-width: 490px;
}
.services-one__info__title {
  color: var(--floens-white, #ffffff);
  line-height: 30px;
  letter-spacing: -0.9px;
  margin-bottom: 18px;
  font-weight: 500;
}
.services-one__info__text {
  padding-right: 10px;
  color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.7);
  margin-bottom: 0;
}
.services-one__info__right {
  display: table;
  margin-left: auto;
}
@media (max-width: 991px) {
  .services-one__info__right {
    margin-left: 0;
  }
}
.services-one__info__right__inner {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.services-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--floens-white, #ffffff);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .services-one__info__icon {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 575px) {
  .services-one__info__icon {
    width: 50px;
    height: 50px;
  }
}
.services-one__info__icon span {
  font-size: 29.27px;
  color: var(--floens-base2, #8A5133);
}
@media (max-width: 767px) {
  .services-one__info__icon span {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .services-one__info__icon span {
    font-size: 22px;
  }
}
.services-one__info__right:hover .services-one__info__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.services-one__info__number {
  font-size: 30px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-one__info__number:hover {
  background-size: 100% 1px;
}
@media (max-width: 991px) {
  .services-one__info__number {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .services-one__info__number {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .services-one__info__number {
    font-size: 20px;
  }
}
.services-one__info__shape-one {
  position: absolute;
  right: 36.3%;
  bottom: -1px;
  width: 139px;
  height: 110px;
  background-color: var(--floens-black2, #2B1E16);
  clip-path: polygon(30% 0, 100% 0%, 69% 100%, 0% 100%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .services-one__info__shape-one {
    bottom: -60px;
  }
}
@media (max-width: 991px) {
  .services-one__info__shape-one {
    display: none;
  }
}
.services-one__info__shape-two {
  position: absolute;
  right: 44.6%;
  bottom: -1px;
  width: 100px;
  height: 79px;
  background-color: var(--floens-base2, #8A5133);
  clip-path: polygon(32% 0, 100% 0%, 72% 100%, 0% 100%);
}
@media (max-width: 1199px) {
  .services-one__info__shape-two {
    bottom: -60px;
  }
}
@media (max-width: 991px) {
  .services-one__info__shape-two {
    display: none;
  }
}

.services-two__top {
  margin-bottom: 50px;
}
.services-two .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .services-two__carousel .owl-nav {
    width: 100%;
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: -132px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0 !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .services-two__carousel .owl-nav {
    max-width: 1200px;
  }
}
.services-two .service-card-two {
  background-color: var(--floens-white2, #F2EEEA);
  box-shadow: 0 0 0 transparent;
}
.services-two .service-card-two__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--floens-white, #ffffff);
  width: 80px;
  height: 80px;
  background-color: var(--floens-black2, #2B1E16);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .services-two .service-card-two__icon {
    font-size: 30px;
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 390px) {
  .services-two .service-card-two__icon {
    font-size: 25px;
    width: 55px;
    height: 55px;
  }
}
.services-two .service-card-two:hover .service-card-two__icon {
  color: var(--floens-base2, #8A5133);
  background-color: var(--floens-white2, #F2EEEA);
}

.services-three {
  position: relative;
  padding-top: 111px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 767px) {
  .services-three {
    padding-top: 93px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .services-three {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.services-three .container {
  position: relative;
  z-index: 1;
}
.services-three__top {
  margin-bottom: 50px;
}
.services-three__top__button {
  text-align: right;
}
.services-three .container-fluid {
  position: relative;
  margin-top: -200px;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .services-three .container-fluid {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .services-three__carousel .owl-nav {
    display: none !important;
  }
}
.services-three__carousel .owl-nav button span {
  background-color: var(--floens-white, #ffffff) !important;
  color: var(--floens-base2, #8A5133) !important;
}
.services-three__carousel .owl-nav button span:hover {
  background-color: var(--floens-base2, #8A5133) !important;
  color: var(--floens-white, #ffffff) !important;
}
.services-three__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 100px 60px 300px;

}
@media (max-width: 991px) {
  .services-three__inner {
    padding: 40px 40px 343px;
  }
}
@media (max-width: 767px) {
  .services-three__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.services-three__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.6;
}
.services-three__inner__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 60px 40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .services-three__inner__wrapper {
    flex-direction: column;
  }
}
.services-three__inner__video {
  flex-shrink: 0;
}
.services-three__inner__video .video-button__ripple::before,
.services-three__inner__video .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--floens-white-rgb, 255, 255, 255), 0.7);
}
.services-three__inner__video:hover .video-button__ripple::before, .services-three__inner__video:hover .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--floens-white-rgb, 255, 255, 255), 0.7);
}
.services-three__inner__content {
  display: flex;
  align-items: center;
  gap: 40px 62px;
}
@media (max-width: 767px) {
  .services-three__inner__content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.services-three__counter {
  display: flex;
}
@media (max-width: 767px) {
  .services-three__counter {
    text-align: center;
    justify-content: center;
  }
}
.services-three__counter__text {
  font-size: 55px;
  color: var(--floens-white, #ffffff);
  line-height: 1;
  letter-spacing: -1.65px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .services-three__counter__text {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .services-three__counter__text {
    font-size: 40px;
  }
}
.services-three__counter__title {
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.services-page--two .service-card:hover .service-card__title {
  color: var(--floens-black2, #2B1E16);
}
.services-page--two .service-card:hover .service-card__title:hover {
  color: var(--floens-base, #C7844F);
}
@media (min-width: 576px) {
  .services-page__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .services-page__carousel .owl-dots {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details__inner {
  margin-bottom: 36px;
}
.service-details__thumbnail {
  margin-bottom: 22px;
}
.service-details__thumbnail img {
  width: 100%;
  display: block;
}
.service-details__title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .service-details__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .service-details__title {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  .service-details__title {
    font-size: 24px;
  }
}
.service-details__sub-title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .service-details__sub-title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .service-details__sub-title {
    font-size: 20px;
  }
}
.service-details__text {
  margin: 0;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 1.875;
}
.service-details__inner-two {
  margin-bottom: 31px;
}
.service-details__text-two {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.875;
  margin-bottom: 26px;
}
.service-details__info {
  position: relative;
  padding: 40px;
  background-color: var(--floens-white2, #F2EEEA);
  overflow: hidden;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  .service-details__info {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .service-details__info {
    padding: 25px;
  }
}
.service-details__info__image {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1199px) {
  .service-details__info__image {
    right: -130px;
  }
}
@media (max-width: 991px) {
  .service-details__info__image {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .service-details__info__image {
    display: none;
  }
}
.service-details__list {
  margin-bottom: 0;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 991px) {
  .service-details__list {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .service-details__list {
    max-width: 100%;
  }
}
.service-details__list li {
  position: relative;
  font-size: 16px;
  color: var(--floens-black2, #2B1E16);
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 575px) {
  .service-details__list li {
    font-size: 14px;
  }
}
.service-details__list li + li {
  margin-top: 20px;
}
.service-details__list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: var(--floens-base, #C7844F);
  background-color: var(--floens-white, #ffffff);
  border-radius: 50%;
  transition: all 400ms ease;
}
@media (max-width: 575px) {
  .service-details__list li > span {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.service-details__list li:hover > span {
  color: var(--floens-white, #ffffff);
  background-color: var(--floens-base, #C7844F);
}
.service-details__faq__title {
  margin-bottom: 22px;
}
.service-details .faq-accordion .accordion {
  border: 1px solid var(--floens-border-color, #DED8D3);
}
.service-details .faq-accordion .accordion-title h4::after {
  top: calc(100% + 12px);
  left: 0;
}
.service-details .faq-accordion .active .accordion-title h4::after {
  width: calc(100% + 30px);
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects-one {
  padding-top: 210px;
  padding-bottom: 210px;
  position: relative;
  background-color: var(--floens-white2, #F2EEEA);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .projects-one {
    padding-top: 204px;
    padding-bottom: 204px;
  }
}
@media (max-width: 1299px) {
  .projects-one {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .projects-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .projects-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.projects-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.projects-one .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 530px) {
  .projects-one__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.projects-one__carousel {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 45px);
  z-index: 11;
}
@media (max-width: 1299px) {
  .projects-one__carousel {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
}
.projects-one__carousel .owl-item {
  direction: ltr;
}
.projects-one__carousel .owl-nav {
  direction: ltr;
}
@media (min-width: 1300px) {
  .projects-one__carousel .owl-nav {
    position: absolute;
    right: -195px;
    bottom: 94px;
    margin-top: 0 !important;
  }
}
.projects-one__carousel .owl-nav button span {
  background-color: var(--floens-white, #ffffff) !important;
}
.projects-one__carousel .owl-nav button span:hover {
  background-color: var(--floens-base2, #8A5133) !important;
  color: var(--floens-white, #ffffff) !important;
}
.projects-one__carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}
@media (max-width: 1299px) {
  .projects-one__content-col {
    margin-top: 60px;
  }
}
@media (min-width: 1300px) {
  .projects-one__content-col {
    margin-left: auto;
  }
}
.projects-one__content {
  margin-top: -6px;
}
.projects-one .sec-title {
  margin-bottom: 22px;
}
.projects-one__text {
  margin-bottom: 40px;
}
@media (min-width: 1300px) {
  .projects-one__button {
    text-align: right;
  }
}
.projects-one__shape {
  position: absolute;
  right: -186px;
  bottom: 0;
  clip-path: polygon(30% 0, 100% 0%, 68% 100%, 0% 100%);
  animation: zumpBottom 3s linear infinite;
}
@media (max-width: 1600px) {
  .projects-one__shape {
    right: -230px;
  }
}
@media (max-width: 1499px) {
  .projects-one__shape {
    right: -270px;
  }
}
@media (max-width: 1399px) {
  .projects-one__shape {
    display: none;
  }
}

.projects-two {
  position: relative;
}
.projects-two--home {
  padding-top: 295px;
}
@media (max-width: 767px) {
  .projects-two--home {
    padding-top: 275px;
  }
}
@media (max-width: 575px) {
  .projects-two--home {
    padding-top: 255px;
  }
}
.projects-two--home .sec-title {
  width: 100%;
  max-width: 537px;
  margin: 0 auto 49px;
}
.projects-two--home .sec-title__tagline, .projects-two--home .sec-title__title {
  color: var(--floens-white, #ffffff);
}
.projects-two--home .projects-two__carousel {
  position: relative;
  padding-top: 0;
}
.projects-two--home .projects-two__carousel .owl-stage-outer {
  overflow: visible;
}
.projects-two--home .projects-two__carousel .owl-nav {
  top: -132px;
}
@media (max-width: 767px) {
  .projects-two--home .projects-two__carousel .owl-nav {
    position: static;
    justify-content: center !important;
    transform: translateX(0);
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .projects-two--home .projects-two__carousel .owl-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .projects-two--home .projects-two__carousel .owl-nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .projects-two--home .projects-two__carousel .owl-nav {
    max-width: 1200px;
  }
}
.projects-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.projects-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: RGBA(var(--floens-black2-rgb, 43, 30, 22), 0.85);
}
.projects-two .container {
  position: relative;
  z-index: 1;
}
.projects-two .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
}
.projects-two__carousel {
  position: relative;
  padding-top: 104px;
}
.projects-two__carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0 !important;
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-between !important;
}
@media (max-width: 425px) {
  .projects-two__carousel .owl-nav {
    justify-content: center !important;
  }
}

.projects-three {
  padding-top: 114px;
  padding-bottom: 358px;
  position: relative;
}
@media (max-width: 767px) {
  .projects-three {
    padding-top: 94px;
  }
}
@media (max-width: 575px) {
  .projects-three {
    padding-top: 74px;
  }
}
.projects-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.projects-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--floens-black4-rgb, 18, 12, 8), 0.85);
}
.projects-three .container {
  position: relative;
  z-index: 11;
}
.projects-three__top {
  margin-bottom: 50px;
  padding-bottom: 26px;
  border-bottom: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
}
.projects-three__top__button {
  text-align: right;
}
.projects-three .sec-title__tagline, .projects-three .sec-title__title {
  color: var(--floens-white, #ffffff);
}
.projects-three__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .projects-three__grid {
    grid-row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .projects-three__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
}
@media (max-width: 460px) {
  .projects-three__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.projects-three__card {
  position: relative;
  padding: 20px 20px 30px 20px;
  min-height: 457px;
  border-right: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
  transition: all 500ms ease;
}
.projects-three__card:hover {
  border-color: transparent;
}
.projects-three__card:first-child {
  border-left: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
}
@media (max-width: 767px) {
  .projects-three__card--three {
    border-right: 0;
    border-left: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
  }
}
@media (max-width: 991px) {
  .projects-three__card--four {
    border-left: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
  }
}
@media (max-width: 767px) {
  .projects-three__card--five {
    border-left: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
  }
}
@media (max-width: 460px) {
  .projects-three__card {
    border: 0;
    border-right: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
    border-left: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
  }
}
.projects-three__card__bg {
  width: 100%;
  height: 0;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transition: all 500ms ease;
}
.projects-three__card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #C7844F 0%, rgba(199, 132, 79, 0) 100%);
}
.projects-three__card:hover .projects-three__card__bg {
  top: 0;
  height: 100%;
}
.projects-three__card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.projects-three__card__tagline {
  display: inline-block;
  position: relative;
  padding: 8px 10px 6px;
  font-size: 14px;
  color: var(--floens-white, #ffffff);
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), 0.2);
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.projects-three__card__tagline::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-white, #ffffff);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.projects-three__card:hover .projects-three__card__tagline {
  color: var(--floens-base2, #8A5133);
  border-color: var(--floens-white, #ffffff);
}
.projects-three__card:hover .projects-three__card__tagline::after {
  bottom: -50%;
}
.projects-three__card__title {
  font-size: 24px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .projects-three__card__title {
    font-size: 20px;
  }
}
.projects-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.projects-three__card__title a:hover {
  background-size: 100% 1px;
}

.project-card {
  position: relative;
  overflow: hidden;
}
.project-card__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.project-card__image img {
  width: 100% !important;
  display: block !important;
}
.project-card__tagline {
  padding: 8px 10px 6px;
  position: relative;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  color: var(--floens-base2, #8A5133);
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: var(--floens-white, #ffffff);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transform: translateX(-700px) scale(0.1) skewX(95deg);
  transition: 500ms ease, opacity 0s, transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.project-card__tagline::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-card__tagline:hover {
  color: var(--floens-white, #ffffff);
}
.project-card__tagline:hover::after {
  bottom: -50%;
}
.project-card:hover .project-card__tagline {
  opacity: 1;
  transform: translateX(0px) scale(1) skewX(0deg);
}
.project-card__links {
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  transform: translateY(150%);
  transition: opacity 500ms ease, transform 500ms ease;
}
@media (max-width: 1599px) {
  .project-card__links {
    left: 25px;
    width: calc(100% - 50px);
  }
}
.project-card__links__inner {
  position: relative;
  padding: 25.04px 100px 24px 30px;
  display: flex;
  align-items: center;
  background-color: var(--floens-white, #ffffff);
}
@media (max-width: 1599px) {
  .project-card__links__inner {
    padding: 20.04px 90px 19px 20px;
  }
}
.project-card--large .project-card__links {
  width: calc(100% - 290px);
}
@media (max-width: 1599px) {
  .project-card--large .project-card__links {
    width: calc(100% - 300px);
  }
}
.project-card:hover .project-card__links {
  opacity: 1;
  transform: translateY(0px);
}
.project-card__title {
  font-size: 24px;
  line-height: 1.166;
  text-transform: capitalize;
  margin-bottom: 0;
}
.project-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card__title a:hover {
  background-size: 100% 1px;
}
.project-card__title:hover {
  color: var(--floens-base, #C7844F);
}
@media (max-width: 1599px) {
  .project-card__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .project-card__title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .project-card__title {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .project-card__title {
    font-size: 16px;
  }
}
.project-card__link {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 100%;
  background-color: var(--floens-base, #C7844F);
  font-size: 38.66px;
  color: var(--floens-white, #ffffff);
}
@media (max-width: 1599px) {
  .project-card__link {
    width: 67px;
    font-size: 32px;
  }
}

.work-page {
  padding-top: 60px;
}
.work-page--grid, .work-page--carousel {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .work-page--grid, .work-page--carousel {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .work-page--grid, .work-page--carousel {
    padding-top: 80px;
  }
}
@media (min-width: 576px) {
  .work-page--carousel .work-page__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .work-page--carousel .work-page__carousel .owl-dots {
    display: none !important;
  }
}

.work-card {
  position: relative;
  overflow: hidden;
}
.work-card__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.work-card__image img {
  width: 100%;
  display: block;
}
.work-card__content-show, .work-card__content-hover {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition-delay: 100ms;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
  transition-property: all;
  transform-style: preserve-3d;
}
.work-card__content-show {
  padding: 30px 30px 24px;
  justify-content: flex-end;
  opacity: 1;
  transform-origin: bottom;
  transform: scaleY(1);
}
.work-card__content-show::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: RGBA(var(--floens-black-rgb, 0, 0, 0), 0.3);
  z-index: -1;
}
.work-card:hover .work-card__content-show {
  opacity: 0;
  transform: scaleY(0);
}
.work-card__content-hover {
  padding: 30px;
  justify-content: space-between;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
}
.work-card__content-hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, var(--floens-base, #C7844F) 0%, RGBA(var(--floens-base-rgb, 199, 132, 79), 0) 100%);
  z-index: -1;
}
.work-card:hover .work-card__content-hover {
  opacity: 1;
  transform: scaleY(1);
}
.work-card__tagline {
  display: inline-block;
  padding: 8px 10px 6px;
  position: relative;
  font-size: 14px;
  color: var(--floens-base2, #8A5133);
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 15px;
  background-color: var(--floens-white, #ffffff);
}
@media (max-width: 1199px) {
  .work-card__tagline {
    font-size: 12px;
  }
}
.work-card__title {
  font-size: 24px;
  color: var(--floens-white, #ffffff);
  line-height: 1.166;
  text-transform: capitalize;
  margin-bottom: 0;
}
.work-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.work-card__title a:hover {
  background-size: 100% 1px;
}
.work-card__title:hover {
  color: var(--floens-white4, #F6F2EC);
}
@media (max-width: 1599px) {
  .work-card__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .work-card__title {
    font-size: 20px;
  }
}
.work-card__link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 60px;
  background-color: var(--floens-base, #C7844F);
}
@media (max-width: 1599px) {
  .work-card__link {
    width: 67px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .work-card__link {
    width: 60px;
    height: 43px;
  }
}
.work-card__link:hover {
  color: var(--floens-black2, #2B1E16);
}
.work-card__link::before, .work-card__link::after {
  background-color: var(--floens-white, #ffffff);
}
.work-card__link span {
  font-size: 38.66px;
}
@media (max-width: 1599px) {
  .work-card__link span {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .work-card__link span {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Work Details
--------------------------------------------------------------*/
.work-details__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .work-details__title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .work-details__title {
    font-size: 20px;
  }
}
.work-details__text {
  line-height: 1.875;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.work-details__text--two, .work-details__text--three {
  margin-bottom: 30px;
}
.work-details__text--four {
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  .work-details__text--four {
    margin-bottom: 0;
  }
}
.work-details__image {
  margin-bottom: 25px;
}
.work-details__image img {
  width: 100%;
  display: block;
}
.work-details__inner {
  margin-bottom: 31px;
}
.work-details__inner__image img {
  width: 100%;
  display: block;
}
.work-details__testimonial {
  position: relative;
  padding: 17px 30px 66px;
  margin-bottom: 21px;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 425px) {
  .work-details__testimonial {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.work-details__testimonial__text {
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .work-details__testimonial__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .work-details__testimonial__text {
    font-size: 16px;
  }
}
.work-details__testimonial__icon {
  position: absolute;
  right: 30px;
  bottom: 25.43px;
  width: 38px;
  height: 28px;
  transition: all 500ms ease;
}
.work-details__testimonial__icon path:nth-child(1),
.work-details__testimonial__icon path:nth-child(2) {
  fill: var(--floens-white, #ffffff);
  transition: all 500ms ease;
}
.work-details__testimonial__icon path:nth-child(3),
.work-details__testimonial__icon path:nth-child(4) {
  stroke: var(--floens-base, #C7844F);
  transition: all 500ms ease;
}
.work-details__testimonial:hover .work-details__testimonial__icon {
  transform: scale(1.3);
}
.work-details__testimonial:hover .work-details__testimonial__icon path:nth-child(1),
.work-details__testimonial:hover .work-details__testimonial__icon path:nth-child(2) {
  fill: var(--floens-base, #C7844F);
}
.work-details__testimonial:hover .work-details__testimonial__icon path:nth-child(3),
.work-details__testimonial:hover .work-details__testimonial__icon path:nth-child(4) {
  stroke: var(--floens-white, #ffffff);
}
.work-details__sidebar {
  background-color: var(--floens-white2, #F2EEEA);
}
.work-details__sidebar__title {
  padding: 21px 40px 22px;
  font-size: 24px;
  color: var(--floens-white, #ffffff);
  line-height: normal;
  text-transform: capitalize;
  background-color: var(--floens-base, #C7844F);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .work-details__sidebar__title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 425px) {
  .work-details__sidebar__title {
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.work-details__sidebar__inner {
  padding: 35px 56px 1px 40px;
}
@media (max-width: 1199px) {
  .work-details__sidebar__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 425px) {
  .work-details__sidebar__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.work-details__sidebar__info {
  padding-bottom: 25px;
}
.work-details__sidebar__info--client {
  padding-bottom: 21px;
}
.work-details__sidebar__info:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.work-details__sidebar__info__title {
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.work-details__sidebar__info__title--client {
  margin-bottom: 7px;
}
.work-details__sidebar__info__text {
  color: var(--floens-text, #7A736A);
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.work-details__sidebar__info__text--link {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.work-details__sidebar__info__text--link:hover {
  background-size: 100% 1px;
}
.work-details__sidebar__info__text--link:hover {
  color: var(--floens-base, #C7844F);
}

/*--------------------------------------------------------------
# Evaluation Schedule
--------------------------------------------------------------*/
.evaluation-schedule {
  padding-top: 116px;
  padding-bottom: 376px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .evaluation-schedule {
    padding-top: 96px;
  }
}
@media (max-width: 575px) {
  .evaluation-schedule {
    padding-top: 76px;
  }
}
.evaluation-schedule::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--floens-base2-rgb, 138, 81, 51), 0.9);
}
.evaluation-schedule .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1776px;
}
.evaluation-schedule__content {
  text-align: center;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .evaluation-schedule__content {
    max-width: 700px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .evaluation-schedule__content {
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .evaluation-schedule__content {
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .evaluation-schedule__content {
    margin-bottom: 70px;
  }
}
.evaluation-schedule__tagline {
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .evaluation-schedule__tagline {
    font-size: 14px;
  }
}
.evaluation-schedule__title {
  font-size: 70px;
  color: var(--floens-white, #ffffff);
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  margin-bottom: 23px;
}
@media (max-width: 1399px) {
  .evaluation-schedule__title {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .evaluation-schedule__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .evaluation-schedule__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .evaluation-schedule__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .evaluation-schedule__title {
    font-size: 35px;
  }
}
.evaluation-schedule__btn {
  padding-right: 76px;
}
@media (max-width: 412px) {
  .evaluation-schedule__btn {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details .blog-card {
  border: 0;
  padding: 0;
  margin-bottom: 53px;
}
.blog-details .blog-card__image {
  margin-bottom: 31px;
}
.blog-details .blog-card:hover .blog-card__image img {
  transform: scale(1);
}
.blog-details .blog-card__meta {
  position: static;
  padding: 0;
  width: 100%;
  transform: translate(0);
  background-color: transparent;
  margin-bottom: 19px;
}
@media (max-width: 375px) {
  .blog-details .blog-card__meta {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-details .blog-card__meta li {
  color: var(--floens-text, #7A736A);
}
.blog-details .blog-card__meta li i {
  color: var(--floens-base, #C7844F);
}
.blog-details .blog-card__meta li a:hover {
  color: var(--floens-base, #C7844F);
}
.blog-details .blog-card__title {
  font-size: 20px;
  margin-bottom: 9px;
  letter-spacing: normal;
  line-height: 1.85;
}
.blog-details .blog-card__title:hover {
  color: var(--floens-black2, #2B1E16);
}
.blog-details .blog-card__text {
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-details .blog-card__text--one {
  margin-bottom: 30px;
}
.blog-details__inner__image {
  margin-top: 33px;
}
.blog-details__inner__image img {
  width: 100%;
  display: block;
}
.blog-details__inner__text {
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
  margin-top: 31px;
  margin-bottom: 21px;
}
.blog-details__inner__list {
  padding: 0;
  margin: 0;
  margin-left: 27px;
}
.blog-details__inner__list li + li {
  margin-top: 8px;
}
.blog-details__inner__list li p {
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 29px;
  border-top: 1px solid var(--floens-border-color, #DED8D3);
  border-bottom: 1px solid var(--floens-border-color, #DED8D3);
}
.blog-details__meta__title {
  font-size: 18px;
  line-height: 16px;
  font-weight: 500;
  color: var(--floens-text, #7A736A);
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-details__tags__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__tags__box a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background-color: var(--floens-white2, #F2EEEA);
  font-size: 12px;
  color: var(--floens-text, #7A736A);
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
  padding: 1px 5.5px;
}
.blog-details__tags__box a::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base, #C7844F);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.blog-details__tags__box a:hover {
  color: var(--floens-white, #ffffff);
  background-color: var(--floens-base, #C7844F);
  text-shadow: 0 0 1px currentColor;
}
.blog-details__tags__box a:hover::after {
  bottom: -50%;
}
.blog-details__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 13px;
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
@media (min-width: 1600px) {
  .error-404 .container {
    max-width: 1264px;
  }
}
.error-404__content {
  text-align: center;
  overflow: hidden;
}
.error-404__top {
  position: relative;
}
.error-404__title {
  padding-top: 237px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 450px;
  color: var(--floens-base, #C7844F);
  font-weight: 1000;
  line-height: 1;
}
@media (max-width: 1399px) {
  .error-404__title {
    font-size: 400px;
  }
}
@media (max-width: 1199px) {
  .error-404__title {
    font-size: 320px;
  }
}
@media (max-width: 767px) {
  .error-404__title {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .error-404__title {
    padding-top: 200px;
    font-size: 160px;
  }
}
@media (max-width: 425px) {
  .error-404__title {
    padding-top: 180px;
    font-size: 130px;
  }
}
.error-404__title__one {
  position: relative;
  transform: rotate(10deg);
}
.error-404__title__one::before {
  content: "";
  width: 44px;
  height: 4px;
  background-color: var(--floens-base, #C7844F);
  position: absolute;
  left: 0;
  bottom: 106px;
  transform: rotate(-10deg);
}
@media (max-width: 1399px) {
  .error-404__title__one::before {
    bottom: 92px;
  }
}
@media (max-width: 1199px) {
  .error-404__title__one::before {
    bottom: 67px;
  }
}
@media (max-width: 767px) {
  .error-404__title__one::before {
    display: none;
  }
}
.error-404__title__two {
  position: relative;
  top: 73px;
  transform: rotate(-10deg);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: var(--floens-base, #C7844F);
}
@media (max-width: 1199px) {
  .error-404__title__two {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .error-404__title__two {
    top: 20px;
  }
}
.error-404__title__three {
  position: relative;
  transform: rotate(-10deg);
}
.error-404__title__three::before {
  content: "";
  width: 44px;
  height: 4px;
  background-color: var(--floens-base, #C7844F);
  position: absolute;
  right: 0;
  bottom: 106px;
  transform: rotate(10deg);
}
@media (max-width: 1399px) {
  .error-404__title__three::before {
    right: -10px;
    bottom: 92px;
  }
}
@media (max-width: 1199px) {
  .error-404__title__three::before {
    right: -20px;
    bottom: 63px;
  }
}
@media (max-width: 767px) {
  .error-404__title__three::before {
    display: none;
  }
}
.error-404__bottom {
  padding-top: 45px;
  position: relative;
  z-index: 1;
  background-color: var(--floens-white, #ffffff);
  margin-top: -137px;
}
@media (max-width: 1399px) {
  .error-404__bottom {
    margin-top: -120px;
  }
}
@media (max-width: 1199px) {
  .error-404__bottom {
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .error-404__bottom {
    margin-top: 50px;
  }
}
.error-404__bottom::after {
  content: "";
  width: 380px;
  height: 4px;
  background-color: var(--floens-base, #C7844F);
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.error-404__bottom__shape {
  position: absolute;
  top: 29px;
  left: 13.3%;
  z-index: -1;
}
.error-404__sub-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.error-404__text {
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.error-404__cloud-one {
  position: absolute;
  top: 0;
  right: 29.2%;
  animation: moveHorizontal 3s linear infinite;
}
@media (max-width: 767px) {
  .error-404__cloud-one {
    width: 100px;
  }
}
@media (max-width: 425px) {
  .error-404__cloud-one {
    width: 70px;
  }
}
.error-404__cloud-two {
  position: absolute;
  top: 23.2%;
  right: 10.7%;
  animation: moveHorizontal 3s linear infinite;
}
@media (max-width: 767px) {
  .error-404__cloud-two {
    width: 100px;
  }
}
@media (max-width: 425px) {
  .error-404__cloud-two {
    width: 70px;
  }
}
.error-404__cloud-three {
  position: absolute;
  top: 10.5%;
  left: 6%;
  animation: moveHorizontal 3s linear infinite;
}
@media (max-width: 767px) {
  .error-404__cloud-three {
    width: 100px;
  }
}
@media (max-width: 425px) {
  .error-404__cloud-three {
    width: 70px;
  }
}
.error-404__rain-one {
  position: absolute;
  top: 18.5%;
  right: 28.8%;
  -webkit-animation: rainMove 1500ms infinite;
  animation: rainMove 1500ms infinite;
}
@media (max-width: 991px) {
  .error-404__rain-one {
    right: 50%;
  }
}
@media (max-width: 767px) {
  .error-404__rain-one {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .error-404__rain-one {
    width: 13px;
  }
}
.error-404__rain-two {
  position: absolute;
  top: 42%;
  right: 13%;
  -webkit-animation: rainMove 1500ms infinite;
  animation: rainMove 1500ms infinite;
}
@media (max-width: 991px) {
  .error-404__rain-two {
    right: 0;
  }
}
@media (max-width: 767px) {
  .error-404__rain-two {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .error-404__rain-two {
    width: 13px;
  }
}
.error-404__rain-three {
  position: absolute;
  top: 33.4%;
  left: 16.5%;
  -webkit-animation: rainMove 1500ms infinite;
  animation: rainMove 1500ms infinite;
}
@media (max-width: 767px) {
  .error-404__rain-three {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .error-404__rain-three {
    width: 13px;
  }
}
.error-404__rain-four {
  position: absolute;
  top: 26.2%;
  left: 3.5%;
  -webkit-animation: rainMove 1500ms infinite;
  animation: rainMove 1500ms infinite;
}
@media (max-width: 767px) {
  .error-404__rain-four {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .error-404__rain-four {
    width: 13px;
  }
}
.error-404__search {
  position: absolute;
  top: 0;
  left: 0;
  animation: leafMove 6s ease infinite;
}
@media (max-width: 1199px) {
  .error-404__search {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .error-404__search {
    display: none;
  }
}

@keyframes rainMove {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--floens-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--floens-black-rgb, 0, 0, 0), 0.08);
}
body.boxed-wrapper .main-slider__item {
  padding: 200px 0 274px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider__item {
    padding: 200px 0 278px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider__item {
    padding: 170px 0 200px;
  }
}
@media (max-width: 991px) {
  body.boxed-wrapper .main-slider__item {
    padding: 120px 0 150px;
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider__item {
    padding-bottom: 180px;
  }
}
body.boxed-wrapper .main-slider__wrapper {
  grid-template-columns: 45% calc(55% - 120px);
  gap: 120px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider__wrapper {
    grid-template-columns: 45% calc(55% - 80px);
    gap: 80px;
  }
}
@media (max-width: 991px) {
  body.boxed-wrapper .main-slider__wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (min-width: 1600px) {
  body.boxed-wrapper .main-slider__wrapper {
    padding-left: 150px;
  }
}
@media (min-width: 1800px) {
  body.boxed-wrapper .main-slider__wrapper {
    padding-left: 150px;
  }
}
body.boxed-wrapper .main-slider .sec-title__title {
  font-size: 65px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider .sec-title__title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  body.boxed-wrapper .main-slider .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider .sec-title__title {
    font-size: 40px;
  }
}
body.boxed-wrapper .main-slider__image__two {
  left: -50px;
  bottom: -47px;
  width: 450px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider__image__two {
    left: -30px;
    bottom: -30px;
    width: 400px;
  }
}
@media (max-width: 1199px) {
  body.boxed-wrapper .main-slider__image__two {
    width: 360px;
  }
}
body.boxed-wrapper .main-slider__scroll-btn {
  left: 9.8%;
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider__scroll-btn {
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.boxed-wrapper .main-slider .hero-slider__slick-button--prev {
  right: 424px;
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--prev {
    right: auto;
    left: calc(50% - 148px);
  }
}
@media (max-width: 991px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--prev {
    left: calc(50% - 138.5px);
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--prev {
    left: calc(50% - 119.5px);
  }
}
@media (max-width: 500px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--prev {
    left: 15px;
  }
}
@media (max-width: 375px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--prev {
    left: calc(50% - 119.28px);
  }
}
body.boxed-wrapper .main-slider .hero-slider__slick-button--next {
  right: 271px;
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--next {
    right: calc(50% - 147px);
  }
}
@media (max-width: 991px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--next {
    right: calc(50% - 138.5px);
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--next {
    right: calc(50% - 119.5px);
  }
}
@media (max-width: 500px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--next {
    right: auto;
    left: 139.28px;
  }
}
@media (max-width: 375px) {
  body.boxed-wrapper .main-slider .hero-slider__slick-button--next {
    left: auto;
    right: calc(50% - 119.59px);
  }
}
body.boxed-wrapper .about-one__shape--one {
  right: -110px;
}
@media (max-width: 1499px) {
  body.boxed-wrapper .about-one__shape--one {
    right: -160px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .about-one__shape--one {
    right: -170px;
  }
}
@media (max-width: 1320px) {
  body.boxed-wrapper .about-one__shape--one {
    display: none;
  }
}
body.boxed-wrapper .about-one__shape--two {
  left: -110px;
}
@media (max-width: 1499px) {
  body.boxed-wrapper .about-one__shape--two {
    left: -160px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .about-one__shape--two {
    left: -170px;
  }
}
@media (max-width: 1320px) {
  body.boxed-wrapper .about-one__shape--two {
    display: none;
  }
}
body.boxed-wrapper .projects-one__shape {
  right: -250px;
}
@media (max-width: 1450px) {
  body.boxed-wrapper .projects-one__shape {
    right: -280px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .projects-one__shape {
    display: none;
  }
}
/*# sourceMappingURL=floens.css.map */
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
    height: 500px;
    box-shadow: 0 0 6px 1px #b1b5b8 !important;
}