/*-----------------------------------------------------------------------------------

  Template Name: Verso - Multipurpose HTML5 Template
  Author: RRDevs
  Support: https://support.rrdevs.net/
  Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/*Variable CSS
/*Typography CSS
/*About Us


/* === Colors variable scss (index 01) === */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Prata&display=swap");
:root {
  --primary: #0A0A0A;
  --primary-2: #272727;
  --body_text: #4E4E4E;
  --black: #000000;
  --white: #FFFFFF;
  --action: #F47629;
  --theme: #AB8A62;
}

/* === Responsive variable scss (index 02) === */
/* === For Box Layout scss (index 03) === */
/* === Responsive container scss (index 04) === */
/* === heading scss (index 01) === */
/* === dark scss (index 01) === */
/* === bg primary  scss (index 01) === */
/* === Transition multiple scss (index 01) === */
/* === Transform scss (index 01) === */
/* === Flexbox scss (index 01) === */
/* === Font Family scss (index 01) === */
/* === Font Variable scss (index 03) === */
:root {
  --font_inter: "Inter", sans-serif;
  --font_Prata: "Prata", sans-serif;
  --font_awesome: "Font Awesome 6 Pro";
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--rr_body);
  font-family: var(--font_inter);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-weight: 500;
  font-family: var(--font_Prata);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--theme);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/* === Gutter scss (index 03) === */
@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* === positioning scss (index 02) === */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.rr-ov-hidden {
  overflow: hidden;
}

/* === Container scss (index 03) === */
.rr-container-1650 {
  max-width: 1650px;
}

.rr-container-1710 {
  max-width: 1710px;
}

.rr-container-1920 {
  max-width: 1910px;
}

.rr-container-1320 {
  max-width: 1290px;
}

/* === Background scss (index 04) === */
.rr-bg-primary {
  background-color: var(--primary);
}

/* === Parallax view scss (index 05) === */
.parallax-view {
  overflow: hidden;
}

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.dark .go-down {
  color: var(--black);
}

/* === Section title scss (index 06) === */
.section-title {
  font-size: 90px;
  /* Specific font family and weight */
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}
.section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

/* === Section spacing  scss (index 07) === */
.section-spacing-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

/* === ontainer styling with full HD support  scss (index 08) === */
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===Inverted scss (index 09) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, #CDC9C6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.offcanvas-overlay-3 {
  background: #F1F1F1;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas-overlay.overlay-open-3 {
  opacity: 1;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 280px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--secondary);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
.dark .mobile-menu.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.dark .mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* === Sticky header scss (index 14) === */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}
.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #FFFFFF;
  transform: translateY(0%);
}

/* === inverted text scss (index 15) === */
.text-invert > div {
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.4) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* === rr--hover-img canvas (Home) === */
.rr--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Light mode background */
.switcher-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.4s ease;
  z-index: 100;
  border: 1px solid var(--border);
  overflow: hidden;
}

.switcher-button.light-mode {
  background: #fff;
}

.switcher-button.dark-mode {
  background: #000;
}

.switcher-button-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.switcher-button-inner i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.switcher-button-inner i.icon-light {
  color: var(--primary);
}
.switcher-button-inner i.icon-dark {
  transform: translate(-50%, 100%);
  opacity: 0;
  color: var(--white);
}

body.dark .switcher-button-inner i.icon-light {
  transform: translate(-50%, 100%);
  opacity: 0;
}
body.dark .switcher-button-inner i.icon-dark {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

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

/* === font-family scss (index 03) === */
.font-sans {
  font-family: var(--font_sans);
}

/* === color scss (index 03) === */
.primary {
  color: var(--primary);
}

.secondary {
  color: var(--secondary);
}

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

/* === font-weight scss (index 03) === */
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

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

/* === container scss (index 03) === */
.rr-container-1250 {
  max-width: 1250px;
}

.rr-container-1244 {
  max-width: 1244px;
}

.rr-container-1244 {
  max-width: 1244px;
}

.rr-container-1344 {
  max-width: 1344px;
}

.rr-container-1460 {
  max-width: 1460px;
}

.rr-container-1624 {
  max-width: 1624px;
}

.rr-container-1824 {
  max-width: 1824px;
}

/* === section scss (index 03) === */
header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.mb-minus-25 {
  margin-bottom: -25px;
}

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

.gx-4 {
  --bs-gutter-x: 24px;
}

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

.g-24,
.gy-24 {
  --bs-gutter-y: 24px;
}

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

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

.mb-minus-24 {
  margin-bottom: -24px;
}

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--theme);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

/* === progress-wrap scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* === primary btn scss (index 01) === */
.rr-btn {
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
  padding: 11.5px 23px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  justify-content: center;
  text-transform: capitalize;
  font-family: var(--font_inter);
  background-color: transparent;
  background: var(--theme);
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background: #111111;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-right: 1px;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 12px;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: #FFFFFF;
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-one-6 {
  color: #111111;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--white);
  transition: all 0.5s;
}

/* === menu scss (index 01) === */
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--theme);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--theme);
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

/* === offcanvas scss (index 02) === */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.header-area {
  background: #21180B;
  margin: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .header-area {
    margin: 0;
    border-radius: 0;
  }
}
.header-area__logo {
  padding-left: 29px;
}
@media only screen and (max-width: 1199px) {
  .header-area__logo {
    padding-left: 0;
  }
}
.header-area .header__button {
  display: flex;
  gap: 10px;
}
.header-area .header__button .rr-btn {
  border-radius: 100px;
  padding: 15.5px 29.7px;
}
@media only screen and (max-width: 767px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 100px;
    gap: 10px;
  }
}
.header-area__inner .header__box {
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .main-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  padding: 40px 20px;
  font-family: var(--font_inter);
  letter-spacing: 0;
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu li a {
    padding: 45px 12px;
  }
}
.header-area .main-menu li a:hover {
  color: var(--theme);
}
.header-area .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
.header-area .side-toggle {
  width: 55px;
  height: 55px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-area .side-toggle {
    display: inherit;
  }
}
.header-area .side-toggle-2 {
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.header-area .side-toggle i {
  font-size: 22px;
}

/* === footer scss (index 01) === */
.footer {
  background: #332B21;
}
.footer__content {
  padding: 117px 0 80px 0;
}
@media only screen and (max-width: 1199px) {
  .footer__content {
    padding: 90px 0 47px 0;
  }
}
@media (max-width: 991px) {
  .footer__content {
    padding: 60px 0 40px 0;
  }
}
.footer__content .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .footer__content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .footer__content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.footer__content-btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .footer__content-btn-wrap {
    flex-wrap: wrap;
  }
}
.footer__content-btn-wrap .rr-btn {
  background: #FFFFFF;
  color: #AB8A62;
  padding: 16.5px 35px;
}
.footer__content-btn-wrap .rr-btn::before {
  background: #AB8A62;
}
.footer__content-btn-wrap .rr-btn .btn-wrap span {
  color: #AB8A62;
}
.footer__address {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding: 118px 0 90px 120px;
}
@media only screen and (max-width: 1199px) {
  .footer__address {
    padding: 118px 0 90px 15px;
  }
}
@media (max-width: 991px) {
  .footer__address {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding: 40px 0;
  }
}
.footer__address-wrap {
  display: flex;
  align-items: start;
  gap: 79px;
}
@media only screen and (max-width: 991px) {
  .footer__address-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer__address-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__address-wrap-item .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer__address-wrap-item .location {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.footer__address-wrap-item .location:hover {
  color: #AB8A62;
}
.footer__address-wrap-item ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 33px;
}
.footer__address-wrap-item ul li {
  list-style: none;
}
.footer__address-wrap-item ul li a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
}
.footer__address-wrap-item ul li a:hover {
  background-color: #AB8A62;
  color: #FFFFFF;
}
.footer__address-wrap-item .mail {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #7E7E7E;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 14px;
}
.footer__address-wrap-item .mail:hover {
  color: #AB8A62;
}
.footer__address-wrap-item .number {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .footer__address-wrap-item .number {
    font-size: 20px;
  }
}
.footer__address-wrap-item .number:hover {
  color: #AB8A62;
}
.footer__bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 29px 0 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
@media (max-width: 767px) {
  .footer__bottom-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer__bottom-menu-wrap ul {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__bottom-menu-wrap ul {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer__bottom-menu-wrap ul {
    gap: 9px;
  }
}
.footer__bottom-menu-wrap ul li {
  list-style: none;
}
.footer__bottom-menu-wrap ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.footer__bottom-menu-wrap ul li a:hover {
  color: #AB8A62;
}
.footer__bottom-policy-wrap ul {
  display: flex;
  align-items: center;
  gap: 75px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__bottom-policy-wrap ul {
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .footer__bottom-policy-wrap ul {
    gap: 20px;
  }
}
.footer__bottom-policy-wrap ul li {
  list-style: none;
}
.footer__bottom-policy-wrap ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.footer__bottom-policy-wrap ul li a:hover {
  color: #AB8A62;
}

.section-title__wrapper {
  text-align: center;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper {
    margin-bottom: 30px;
  }
}
.section-title__wrapper .text {
  position: absolute;
  left: 0;
  right: 0;
  top: -59px;
  font-weight: 700;
  font-size: 140px;
  line-height: 196px;
  background: linear-gradient(180deg, rgba(22, 152, 126, 0.2) 0%, rgba(22, 152, 126, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font_Prata);
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper .text {
    font-size: 100px;
    line-height: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .text {
    top: -50px;
    font-size: 70px;
    line-height: 126px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .text {
    font-size: 49px;
    line-height: 89px;
  }
}
.section-title__wrapper .sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_inter);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.section-title__wrapper .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: var(--primary);
  font-family: var(--font_Prata);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .title {
    font-size: 23px;
    line-height: 33px;
  }
}

/* === pages scss (index 01) === */
.about-page__thumb-wrap {
  max-width: 598px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .about-page__thumb-wrap {
    max-width: 100%;
  }
}
.about-page__thumb-wrap .content-wrap {
  background-color: var(--theme);
  padding: 12px 30px 12px 24px;
  width: fit-content;
  border-radius: 10px;
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.about-page__thumb-wrap .content-wrap .title {
  font-family: var(--font_Prata);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  text-transform: capitalize;
  color: var(--white);
}
.about-page__thumb-wrap .content-wrap h4 {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.about-page__thumb-wrap .top-thumb {
  margin-bottom: 24px;
}
.about-page__thumb-wrap .top-thumb img {
  border-radius: 20px;
  object-fit: cover;
}
.about-page__thumb-wrap .bottom-thumb-wrap {
  display: flex;
  align-items: start;
  gap: 24px;
}
@media only screen and (max-width: 1199px) {
  .about-page__thumb-wrap .bottom-thumb-wrap {
    flex-wrap: wrap;
  }
}
.about-page__thumb-wrap .bottom-thumb-wrap img {
  border-radius: 20px;
  object-fit: cover;
}
.about-page__wrap {
  margin-left: -24px;
}
@media only screen and (max-width: 1399px) {
  .about-page__wrap {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-page__wrap {
    margin-left: 0;
  }
}
.about-page__info {
  margin-bottom: 33px !important;
}
.about-page__info .title {
  font-family: var(--font_Prata) !important;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 53px !important;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 8px;
}
@media only screen and (max-width: 1399px) {
  .about-page__info .title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .about-page__info .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .about-page__info .title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.about-page__info p {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
@media only screen and (max-width: 1399px) {
  .about-page__info p br {
    display: none;
  }
}
.about-page__btn {
  margin-top: 50px;
  margin-left: -40px;
}
@media (max-width: 575px) {
  .about-page__btn {
    margin-top: 30px;
    margin-left: 0;
  }
}
.about-page__btn .rr-btn {
  padding: 18px 26.5px;
}
.about-page__btn .rr-btn .btn-wrap span i {
  font-size: 16px;
  transform: rotate(-45deg);
}

.about__item .section-title__wrapper {
  text-align: start;
  margin-bottom: 36px;
}
@media (max-width: 575px) {
  .about__item .section-title__wrapper {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .about__item .section-title__wrapper .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .about__item .section-title__wrapper .title {
    font-size: 29px;
    line-height: 39px;
  }
}
.about__item .section-title__wrapper .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  max-width: 651px;
  margin-top: 16px;
}
.about__item-count-wrap {
  display: flex;
  align-items: center;
  gap: 3px;
}
@media only screen and (max-width: 991px) {
  .about__item-count-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about__item-count-wrap .count-item {
  display: flex;
  align-items: start;
  gap: 12px;
  background: #F5F5F5;
  width: 215px;
  padding: 26px 0 20px 30px;
}
@media only screen and (max-width: 1199px) {
  .about__item-count-wrap .count-item {
    padding: 26px 10px 20px 18px;
  }
}
@media (max-width: 575px) {
  .about__item-count-wrap .count-item {
    width: 100%;
  }
}
.about__item-count-wrap .count-item .iocn img {
  width: auto;
}
.about__item-count-wrap .content h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  color: #0A0A0A;
  align-items: center;
}
.about__item-count-wrap .content h2 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  color: #0A0A0A;
}
.about__item-count-wrap .content .title {
  display: flex;
}
.about__item-count-wrap .content .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #4E4E4E;
}
.about__thumb {
  max-width: 485px;
  width: 100%;
}
@media only screen and (max-width: 991px), (max-width: 575px) {
  .about__thumb {
    margin: 0 auto 50px auto;
  }
}
.about__media {
  position: relative;
}
.about__media .luxury-badge {
  position: absolute;
  top: 0;
  right: -202px;
  width: 485px;
  height: 485px;
  border-radius: 50%;
  border: 1px solid #AB8A62;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1919px) {
  .about__media .luxury-badge {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about__media .luxury-badge {
    right: 0px;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .about__media .luxury-badge {
    position: relative;
    right: 0;
    margin: 30px auto 0;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .about__media .luxury-badge {
    position: relative;
    right: 0;
    margin: 40px auto 0;
    width: 250px;
    height: 250px;
  }
}
.about__media .luxury-badge__text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 15s linear infinite;
}
.about__media .luxury-badge__text svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.about__media .luxury-badge__text text {
  font-family: "Prata";
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  fill: #AB8A62;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .about__media .luxury-badge__text text {
    font-size: 45px;
  }
}
.about__media .luxury-badge__icon {
  width: 140px;
  height: 140px;
  background: #AB8A62;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .about__media .luxury-badge__icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .about__media .luxury-badge__icon {
    width: 80px;
    height: 80px;
  }
}
.about__media .luxury-badge__icon img {
  width: 60px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 575px) {
  .about__media .luxury-badge__icon img {
    width: 40px;
  }
}
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-title-wrap {
  text-align: center;
}
.about-title-wrap .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  color: #0A0A0A;
}
.about-title-wrap .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
@media only screen and (max-width: 991px) {
  .about-title-wrap .dec br {
    display: none;
  }
}

.about-count-wrapper .about-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.about-count-wrapper .about-count-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .about-count-wrapper .about-count-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about-count-wrapper .about-count-wrap .count-item {
  display: flex;
  align-items: start;
  gap: 12px;
  background: #F5F5F5;
  width: 100%;
  padding: 26px 0 20px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .about-count-wrapper .about-count-wrap .count-item {
    padding: 26px 10px 20px 18px;
  }
}
@media (max-width: 575px) {
  .about-count-wrapper .about-count-wrap .count-item {
    width: 100%;
  }
}
.about-count-wrapper .about-count-wrap .count-item .iocn img {
  width: auto;
}
.about-count-wrapper .about-count-wrap .content h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  color: #0A0A0A;
  align-items: center;
}
.about-count-wrapper .about-count-wrap .content h2 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  color: #0A0A0A;
}
.about-count-wrapper .about-count-wrap .content .title {
  display: flex;
}
.about-count-wrapper .about-count-wrap .content .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #4E4E4E;
}
@media only screen and (max-width: 767px) {
  .about-count-wrapper .about-count-wrap .content .dec br {
    display: none;
  }
}

.about-testi-wrapper {
  background: #F5F5F5;
  border-radius: 0px 10px 10px 0px;
}
.about-testi-wrapper .about-testi-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}
.about-testi-wrapper .about-testi-content {
  padding-left: 72px;
}
@media only screen and (max-width: 1199px) {
  .about-testi-wrapper .about-testi-content {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .about-testi-wrapper .about-testi-content {
    padding: 20px 20px;
  }
}
.about-testi-wrapper .about-testi-content .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  color: #0A0A0A;
}
.about-testi-wrapper .about-testi-content .author {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(30, 30, 30, 0.5);
}
.about-testi-wrapper .about-testi-content .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  max-width: 542px;
  margin-top: 180px;
}
@media only screen and (max-width: 991px) {
  .about-testi-wrapper .about-testi-content .dec {
    margin-top: 20px;
  }
  .about-testi-wrapper .about-testi-content .dec br {
    display: none;
  }
}

.breadcrumb-section {
  position: relative;
  overflow: hidden;
}
.breadcrumb-section__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 209px;
  padding-bottom: 208px;
  border-radius: 10px;
  max-width: 1880px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section__wrap {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__wrap {
    padding-top: 90px;
    padding-bottom: 170px;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb-section__wrap {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}
.breadcrumb-section__wrap::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__wrap::before {
    border-radius: 0;
  }
}
.breadcrumb-section__inner {
  position: relative;
  z-index: 1;
}
.breadcrumb-section__inner .content {
  text-align: center;
}
.breadcrumb-section__inner .content .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 88px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__inner .content .title {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-section__inner .content .title {
    font-size: 32px;
    line-height: 52px;
  }
}
.breadcrumb-section__inner .content .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  max-width: 717px;
  margin: 0 auto;
}
.breadcrumb-section__box {
  display: inline-flex;
  gap: 41px;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 13px 23px;
  border-radius: 25px;
  margin-top: 41px;
}
.breadcrumb-section__box span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0A0A0A;
}
.breadcrumb-section__box .page-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme);
  position: relative;
}
.breadcrumb-section__box .page-name::before {
  position: absolute;
  content: "";
  left: -21px;
  top: 49%;
  transform: translateY(-50%);
  height: 2px;
  width: 6px;
  background: rgba(10, 10, 10, 0.5);
}

@media (max-width: 575px) {
  .breadcrumb-section-2__box {
    gap: 21px;
    padding: 10px 10px;
  }
  .breadcrumb-section-2__box span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #0A0A0A;
  }
  .breadcrumb-section-2__box .page-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    color: var(--theme);
    position: relative;
  }
  .breadcrumb-section-2__box .page-name::before {
    position: absolute;
    content: "";
    left: -13px;
    top: 49%;
    transform: translateY(-50%);
    height: 2px;
    width: 6px;
    background: rgba(10, 10, 10, 0.5);
  }
}

.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  padding: 54px 60px 45px 60px;
  background: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .contact-main__area .contact-page__contact-from {
    padding: 54px 20px 45px 20px;
  }
}
.contact-main__area .contact-page__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  padding: 18px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: "Inter";
}
.contact-main__area .contact-page__contact-from form button .text-one {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from form button .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.contact-main__area .contact-page__contact-from .ajax-response.error {
  color: var(--theme);
}
.contact-main__area .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-main__area .contact-page__title {
  font-family: "Inter";
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  margin-bottom: 9px;
}
.contact-main__area .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  align-items: center;
  font-family: "Inter";
}
.contact-main__area .contact-page__form-group {
  gap: 25px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .contact-main__area .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-main__area .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  border: 1px solid none;
  border-radius: 10px;
}
.contact-main__area .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: "Inter";
}
.contact-main__area .contact-page__input input:hover, .contact-main__area .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--theme);
}
.contact-main__area .contact-page__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.contact-main__area .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-main__area .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select.open {
  background-color: var(--white);
  border-color: transparent;
}
.contact-main__area .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.contact-main__area .contact-page__select .nice-select::after {
  display: none;
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: "Inter";
  border: 1px solid none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select:focus {
  outline: none;
}
.contact-main__area .contact-page__select .nice-select .list {
  width: 100%;
}
.contact-main__area .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-main__area .contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 24px 78px 24px;
  border: 1px solid none;
}
.contact-main__area .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: "Inter";
}
.contact-main__area .contact-page__textarea textarea:hover, .contact-main__area .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: "Inter";
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__content {
  margin-bottom: 34px;
}
.contact-main__content .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: "Inter";
  margin-bottom: 11px;
}
@media screen and (max-width: 575px) {
  .contact-main__content .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.contact-main__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: "Inter";
}
.contact-main__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 25px;
}
@media screen and (max-width: 575px) {
  .contact-main__item {
    grid-template-columns: 1fr;
  }
}
.contact-main__item .icon {
  background: var(--white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
}
.contact-main__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: var(--theme);
}
.contact-main__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: "Inter";
  margin-bottom: 6px;
}
.contact-main__item .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
  list-style: none;
}
.contact-main__item .content ul li span {
  color: var(--theme);
}
.contact-main__info {
  padding: 55px 60px 55px 60px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-left: 4px;
}
@media only screen and (max-width: 1199px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
    margin-top: 40px;
  }
}
.contact-main__info .item-2 {
  border-bottom: none;
  padding-bottom: 0;
}

.map__section {
  margin-bottom: -5px;
}
.map__section .maps {
  width: 100%;
  height: 600px;
}

.service-details__content .service-details-img .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.service-details__title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  color: #0A0A0A;
}
@media (max-width: 575px) {
  .service-details__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.service-details__dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.service-details__world {
  background: #F3F1EF;
  border-radius: 20px;
  padding: 10px 32px 10px 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 32px;
}
.service-details__world .icon {
  width: 127px;
  height: 128px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-details__world .icon img {
  width: auto;
}
.service-details__world .items ul li {
  list-style: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-bottom: 5px;
}
.service-details__world .items ul li i {
  color: var(--theme);
  padding-right: 10px;
}
.service-details__booking-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.service-details__booking-wrap .booking-item {
  background: #F3F1EF;
  border-radius: 10px;
  padding: 26px 24px;
  display: flex;
  align-items: start;
  gap: 25px;
}
.service-details__booking-wrap .booking-item .icon img {
  width: auto;
}
.service-details__booking-wrap .booking-item .content .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #0A0A0A;
}
.service-details__booking-wrap .booking-item .content .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  max-width: 282px;
}
.service-details__title-2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #0A0A0A;
}
.service-details__list ul li {
  list-style: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-bottom: 5px;
}
.service-details__list ul li i {
  color: var(--theme);
  padding-right: 10px;
}

.service-widget .widget-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 20px;
}
.service-widget .category-list {
  list-style: none;
}
.service-widget .category-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .category-list li a {
  background: #F3F1EF;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15.5px 25px;
}
.service-widget .category-list li a span {
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.service-widget .category-list li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.service-widget .category-list li a:hover span {
  color: var(--white);
}
.service-widget .file-list .file-wrap {
  background: #F3F1EF;
  border-radius: 10px;
  padding: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.service-widget .file-list .file-wrap .file-content {
  display: flex;
  gap: 7px;
  align-items: center;
}
.service-widget .file-list .file-wrap .file-content h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #0A0A0A;
}
.service-widget .file-list .file-wrap .file-content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #0A0A0A;
  margin-top: 3px;
}
.service__area {
  background: #FFF6EA;
}

.service__item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.service__item .thumb {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.service__item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service__item-top {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.service__item-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  font-family: var(--font_inter);
  padding: 11.5px 21px;
  background: var(--theme);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  font-size: 14px;
  line-height: 17px;
}
.service__item-wish {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(60px);
  color: var(--white);
  font-size: 15px;
}
.service__item .content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: var(--white);
  border-radius: 15px;
  padding: 24px 30px 10px 30px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .service__item .content {
    padding: 24px 23px 10px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .service__item .content {
    padding: 24px 14px 10px 14px;
  }
}
.service__item .content .title {
  margin-bottom: 11px;
}
.service__item .content .title a {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: var(--primary);
  font-family: var(--font_Prata);
  transition: all 0.3s ease-in-out;
}
.service__item .content .title a:hover {
  color: var(--theme);
}
@media only screen and (max-width: 1399px) {
  .service__item .content .title a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .service__item .content .title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .service__item .content .title a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .service__item .content .title a {
    font-size: 17px;
  }
}
.service__item .content .meta {
  display: flex;
  align-items: center;
  gap: 29px;
}
.service__item .content .meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--primary);
  font-family: var(--font_inter);
}
.service__item .content .meta span i {
  font-size: 14px;
  color: var(--primary);
}
.service__item .content .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 20px;
  min-width: 116px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: all 0.35s ease-in-out;
  border-radius: 100px;
  background: var(--theme);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  font-family: var(--font_inter);
}
.service__item .content .read-more:hover {
  background: #0A0A0A;
}
.service__item:hover .content .read-more {
  margin-top: 21px;
  margin-bottom: 20px;
  height: 40px;
  opacity: 1;
  transform: translateY(0);
  color: #FFFFFF;
}

.service-2__item {
  transition: all 0.3s ease-in-out;
}
.service-2__item:hover .service-2__item-thumb .title a {
  visibility: visible;
  opacity: 1;
}
.service-2__item-thumb {
  position: relative;
}
.service-2__item-thumb img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-2__item-thumb .title a {
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #AB8A62;
  border: 1px solid #AB8A62;
  padding: 14px 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.service-2__item-thumb .title a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.facilities__area {
  background: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .facilities__area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .facilities__area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.facilities__area .section-title__wrapper {
  margin-bottom: 52px;
}
.facilities__area .section-title__wrapper .sub-title {
  letter-spacing: 0.08em;
}

.facilities__item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 27px 30px 27px 30px;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .facilities__item {
    padding: 27px 20px 27px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .facilities__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .facilities__item {
    padding: 26px;
    gap: 16px;
  }
}
.facilities__item-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
}
.facilities__item-icon img {
  width: auto;
}
.facilities__item-content h4 {
  margin-bottom: 8px;
}
.facilities__item-content h4 a {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.facilities__item-content h4 a:hover {
  color: var(--theme);
}
@media only screen and (max-width: 1199px) {
  .facilities__item-content h4 a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .facilities__item-content h4 a {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .facilities__item-content h4 a {
    font-size: 20px;
  }
}
.facilities__item-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body_text);
  font-family: var(--font_inter);
  max-width: 235px;
}
@media only screen and (max-width: 767px) {
  .facilities__item-content p {
    max-width: 100%;
  }
}

.video-slider__area {
  background: var(--white);
  padding-top: 40px;
}

.video-slider__wrap {
  width: 100%;
  overflow: hidden;
}

.video-slider__active {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.video-slider__active .swiper-wrapper {
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .video-slider__active .swiper-wrapper {
    margin-left: -150px;
  }
}
@media only screen and (max-width: 1399px) {
  .video-slider__active .swiper-wrapper {
    margin-left: -170px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-slider__active .swiper-wrapper {
    margin-left: -235px;
  }
}
@media only screen and (max-width: 991px) {
  .video-slider__active .swiper-wrapper {
    margin-left: -180px;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider__active .swiper-wrapper {
    margin-left: -160px;
  }
}
@media (max-width: 575px) {
  .video-slider__active .swiper-wrapper {
    margin-left: -110px;
  }
}
.video-slider__active .swiper-slide {
  height: 500px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .video-slider__active .swiper-slide {
    height: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .video-slider__active .swiper-slide {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider__active .swiper-slide {
    height: 280px;
  }
}
.video-slider__active .swiper-slide-active {
  width: 806px !important;
  background: linear-gradient(0deg, rgba(42, 42, 42, 0.18), rgba(42, 42, 42, 0.18));
  border-radius: 15px;
}
@media only screen and (max-width: 1399px) {
  .video-slider__active .swiper-slide-active {
    width: 640px;
  }
}
@media only screen and (max-width: 991px) {
  .video-slider__active .swiper-slide-active {
    width: 600px !important;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider__active .swiper-slide-active {
    width: 500px !important;
  }
}
@media (max-width: 575px) {
  .video-slider__active .swiper-slide-active {
    width: 100% !important;
  }
}
.video-slider__active .swiper-slide-active .video-slider__play {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.video-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.video-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.video-slider__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 252px;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease-in-out;
  z-index: 3;
}

.video-slider__play-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: videoRingPulse 2.8s ease-in-out infinite;
}
.video-slider__play-ring--outer {
  width: 252px;
  height: 252px;
}
.video-slider__play-ring--inner {
  width: 150px;
  height: 150px;
  animation-delay: 0.25s;
}

.video-slider__play-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 26px;
  position: relative;
  z-index: 2;
}

.video-slider__pagination {
  width: 1220px !important;
  max-width: calc(100% - 30px);
  height: 10px !important;
  margin: 60px auto 0;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  border-radius: 100px;
  background: #e5e5e5;
  overflow: hidden;
}
.video-slider__pagination .swiper-pagination-progressbar-fill {
  background: var(--theme);
  border-radius: 100px;
}

@keyframes videoRingPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.35;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(0.95);
  }
}
.offer__area {
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .offer__area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .offer__area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.offer__title {
  margin-left: 415px;
  text-align: left;
  margin-bottom: 52px;
}
@media only screen and (max-width: 1399px) {
  .offer__title {
    margin-left: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .offer__title {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .offer__title {
    margin-left: 0;
    text-align: center;
  }
}

.offer__item {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #F5F5F5;
  border-radius: 15px;
  padding: 10px 40px 10px 10px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .offer__item {
    gap: 20px;
    padding: 10px 20px 10px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .offer__item {
    flex-wrap: wrap;
    padding: 10px 15px 20px 10px;
  }
}
.offer__item .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .offer__item .thumb {
    width: 145px;
    min-width: 145px;
    height: 175px;
  }
}
@media only screen and (max-width: 991px) {
  .offer__item .thumb {
    width: 100%;
    min-width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .offer__item .thumb {
    width: 100%;
    min-width: 100%;
    height: 200px;
  }
}
.offer__item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer__item .content h4 {
  margin-bottom: 12px;
}
.offer__item .content h4 a {
  font-family: "Inter";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.offer__item .content h4 a:hover {
  color: var(--theme);
}
@media only screen and (max-width: 1199px) {
  .offer__item .content h4 a {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .offer__item .content h4 a {
    font-size: 22px;
  }
}
.offer__item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body_text);
  font-family: var(--font_inter);
  margin-bottom: 20px;
  max-width: 315px;
}
@media only screen and (max-width: 1199px) {
  .offer__item .content p {
    line-height: 27px;
  }
}

.offer__badge {
  position: absolute;
  left: 0;
  top: 0;
  background: #AB8A62;
  border-radius: 10px 0px;
  padding: 8.5px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: var(--white);
  font-family: var(--font_inter);
}

.offer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 40px;
  padding: 0 21px;
  border-radius: 100px;
  background: var(--theme);
  color: var(--white);
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.offer__btn:hover {
  background: #0A0A0A;
  color: var(--white);
}

.instagram__area {
  background: var(--white);
}

.instagram__container {
  max-width: 1840px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.instagram__grid {
  display: grid;
  grid-template-columns: 588px 588px 588px;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 1399px) {
  .instagram__grid {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .instagram__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.instagram__group {
  display: grid;
  grid-template-columns: repeat(2, 285px);
  gap: 20px;
}
@media only screen and (max-width: 1399px) {
  .instagram__group {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
@media only screen and (max-width: 1199px) {
  .instagram__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .instagram__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.instagram__item {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
}
.instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease-in-out;
}
.instagram__item--small {
  width: 285px;
  height: 285px;
}
@media only screen and (max-width: 1399px) {
  .instagram__item--small {
    width: 100%;
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram__item--small {
    height: 180px;
  }
}
.instagram__item--big {
  width: 588px;
  height: 590px;
}
@media only screen and (max-width: 1399px) {
  .instagram__item--big {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .instagram__item--big {
    order: -1;
    height: 380px;
  }
}
.instagram__item:hover img {
  transform: scale(1.06);
}
.instagram__item:hover .instagram__overlay {
  opacity: 1;
  visibility: visible;
}
.instagram__item:hover .instagram__icon {
  transform: translate(-50%, -50%) scale(1);
}

.instagram__overlay {
  position: absolute;
  inset: 0;
  background: #AB8A62;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
}

.instagram__icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .instagram__icon {
    width: 60px;
    height: 60px;
  }
}
.instagram__icon i {
  color: var(--theme);
  font-size: 30px;
  line-height: 1;
}

.service-2__area {
  background-color: var(--white);
}

.portfolio-section__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 61px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .portfolio-section__menu ul {
    gap: 20px;
  }
}
.portfolio-section__menu ul li {
  list-style: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #1E1E1E;
  font-family: "Prata";
  background: linear-gradient(var(--theme) 0%, var(--theme) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.portfolio-section__menu ul li::before {
  position: absolute;
  content: "";
  top: 4px;
  right: -30px;
  width: 1px;
  height: 23px;
  background: rgba(30, 30, 30, 0.1);
}
@media only screen and (max-width: 767px) {
  .portfolio-section__menu ul li::before {
    display: none;
  }
}
.portfolio-section__menu ul li:hover {
  color: var(--theme);
  background-size: 100% 2px;
}
.portfolio-section__menu ul .befoure::before {
  display: none;
}
.portfolio-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .portfolio-section__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .portfolio-section__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portfolio-section__item {
  margin-bottom: 34px;
}
.portfolio-section__item:last-child {
  margin-bottom: 0;
}
.portfolio-section__thumb {
  border-radius: 10px;
}
.portfolio-section__thumb .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.portfolio-section .project-filter {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-section .project-filter ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.portfolio-section .project-filter ul li {
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 30px;
  background: #f2f2f2;
  font-weight: 500;
  transition: 0.3s;
}
.portfolio-section .project-filter ul li.active, .portfolio-section .project-filter ul li:hover {
  background: linear-gradient(90deg, #384bff, #a62df4);
  color: #fff;
}
.portfolio-section .filter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.portfolio-section .filter-items .portfolio-section__item {
  width: calc(33.333% - 24px);
}
@media (max-width: 992px) {
  .portfolio-section .filter-items .portfolio-section__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .portfolio-section .filter-items .portfolio-section__item {
    width: 100%;
  }
}
.portfolio-section .filter-items .portfolio-section__item img {
  border-radius: 10px;
}
.portfolio-section .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

.team__item {
  transition: all 0.3s ease-in-out;
}
.team__item:hover .thumb::before {
  visibility: visible;
  opacity: 1;
}
.team__item:hover .thumb .content {
  bottom: 30px;
}
.team__item:hover .thumb .content ul {
  visibility: visible;
  opacity: 1;
}
.team__item .thumb {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.team__item .thumb::before {
  background: rgba(171, 138, 98, 0.4);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team__item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.team__item .thumb .content {
  position: absolute;
  bottom: -30px;
  left: 30px;
  transition: all 0.3s ease-in-out;
}
.team__item .thumb .content span {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  border-radius: 100px;
  padding: 5px 10px;
}
.team__item .thumb .content .title {
  margin-top: 9px;
  margin-bottom: 14px;
}
.team__item .thumb .content .title a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.team__item .thumb .content .title a:hover {
  color: var(--theme);
}
.team__item .thumb .content ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team__item .thumb .content ul li {
  list-style: none;
  transition: all 0.3s ease-in-out;
}
.team__item .thumb .content ul li a {
  background: #FFFFFF;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
.team__item .thumb .content ul li a:hover {
  background: var(--theme);
  color: var(--white);
}

.room-details__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 28px;
}
.room-details__top-bar .content .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  color: #0A0A0A;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .room-details__top-bar .content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.room-details__top-bar .content a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  transition: all 0.3s ease-in-out;
}
.room-details__top-bar .content a:hover {
  color: var(--theme);
}
.room-details__top-bar .content a i {
  padding-right: 10px;
  color: var(--theme);
}
.room-details__top-bar .tag {
  display: flex;
  align-items: center;
  gap: 15px;
}
.room-details__top-bar .tag .room-details-btn {
  background: #FFFFFF;
  border: 1px solid rgba(30, 30, 30, 0.1);
  border-radius: 21px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  padding: 12px 21px 11px 21px;
}
.room-details__top-bar .tag .room-details-btn i {
  padding-right: 10px;
  color: var(--theme);
}
.room-details__title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  color: #0A0A0A;
}
.room-details__dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.room-details__thumb {
  margin-top: 32px;
}
.room-details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.room-details__facility-wrap {
  margin-top: 42px;
}
.room-details__facility-wrap .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #0A0A0A;
}
.room-details__facility-item {
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.room-details__facility-item .title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #141414;
  margin-top: 42px;
}
.room-details__facility-item .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(20, 20, 20, 0.7);
  margin-bottom: 30px;
  max-width: 365px;
}
@media only screen and (max-width: 767px) {
  .room-details__facility-item .dec {
    max-width: 100%;
  }
}
.room-details__facility-item .icon {
  width: 44px;
  height: 44px;
  background: #E8E8E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.room-details__facility-item .icon i {
  color: #141414;
}
.room-details__review {
  margin-top: 41px;
  max-width: 705px;
}
@media (max-width: 575px) {
  .room-details__review {
    margin-top: 25px;
  }
}
.room-details__review-item {
  gap: 36px;
  display: grid;
  margin-bottom: 39px;
  grid-template-columns: 80px 1fr;
}
@media only screen and (max-width: 991px) {
  .room-details__review-item {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .room-details__review-item {
    grid-template-columns: 1fr;
  }
}
.room-details__review-item:last-child {
  margin-bottom: 0;
}
.room-details__review-item .reviews-thumb {
  width: 80px;
  height: 80px;
}
.room-details__review-item .reviews-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.room-details__review-content {
  position: relative;
  text-align: start;
  border-radius: 6px;
  padding: 25px 33px 27px 22px;
  background: rgba(0, 193, 148, 0.05);
}
@media (max-width: 575px) {
  .room-details__review-content {
    margin-bottom: 20px;
    padding: 25px 15px 27px 15px;
  }
}
.room-details__review-content .review-top {
  gap: 53px;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
@media (max-width: 575px) {
  .room-details__review-content .review-top {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.room-details__review-content .review-top .name {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: var(--secondary);
}
.room-details__review-content .review-top .right {
  gap: 20px;
  display: flex;
  align-items: center;
}
.room-details__review-content .review-top .right .stars {
  display: flex;
  align-items: center;
}
.room-details__review-content .review-top .right .stars li {
  list-style: none;
  margin-right: 5px;
}
.room-details__review-content .review-top .right .stars li i {
  font-size: 14px;
  color: #EF8000;
}
.room-details__review-content .review-top .right .label {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
}
.room-details__review-content .review-bottom {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .room-details__review-content .review-bottom {
    flex-wrap: wrap;
  }
}
.room-details__review-content .review-bottom .left {
  gap: 62px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .room-details__review-content .review-bottom .left {
    gap: 30px;
  }
}
.room-details__review-content .review-bottom .left .review-date {
  font-family: var(--font_inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
}
@media (max-width: 575px) {
  .room-details__review-content .review-bottom .left .review-date {
    margin-bottom: 10px;
  }
}
.room-details__review-content .review-bottom .left .review-reply {
  font-family: var(--font_inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
}
.room-details__review-content .review-bottom .left .review-reply:hover {
  color: var(--primary);
}
.room-details__review-content .review-bottom .review-like {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #EF8000;
  vertical-align: middle;
}
.room-details__review-content .review-bottom .review-like i {
  padding-right: 6px;
}
.room-details__review-content .review-text {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
}
.room-details__review-content .review-shape {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 27px;
  left: -15px;
  border-style: solid;
  border-radius: 2px;
  border-width: 14px 29px 14px 0;
  border-color: transparent rgba(0, 193, 148, 0.05) transparent transparent;
}
.agent-details__rating-review {
  margin-top: 44px;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
@media only screen and (max-width: 767px) {
  .agent-details__rating-review {
    margin-top: 30px;
    padding-bottom: 24px;
  }
}
.agent-details__rating-review .title {
  color: var(--secondary);
  text-align: start;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 31px;
  font-family: var(--font_titillium-web);
}
@media only screen and (max-width: 767px) {
  .agent-details__rating-review .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .agent-details__rating-review .title {
    font-size: 20px;
    line-height: 33px;
  }
}
.agent-details__rating-review .rating-title {
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 11px;
  color: var(--secondary);
  font-family: var(--font_inter);
  transform: translateX(-28px);
}
@media only screen and (max-width: 1199px) {
  .agent-details__rating-review .rating-title {
    transform: translateX(-46px);
  }
}
@media only screen and (max-width: 991px) {
  .agent-details__rating-review .rating-title {
    transform: translateX(0);
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .agent-details__rating-review .rating-title {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .agent-details__rating-review .rating-title {
    margin-top: 0;
  }
}
.agent-details__rating-summary {
  text-align: start;
  border-radius: 4px;
  margin-right: 36px;
  background: #F7F2EC;
  padding: 31px 31px 40px 33px;
}
@media only screen and (max-width: 1199px) {
  .agent-details__rating-summary {
    padding: 31px 20px 40px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .agent-details__rating-summary {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .agent-details__rating-summary {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.agent-details__rating-summary .rating-title {
  font-family: var(--font_titillium-web);
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--secondary);
}
.agent-details__rating-summary .rating-score p {
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 18px;
  color: var(--secondary);
}
.agent-details__rating-summary .rating-score .rating-count {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: var(--secondary);
}
.agent-details__rating-summary .rating-score span {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 1.58px;
  color: var(--secondary);
}
.agent-details__rating-summary .rating-stars {
  gap: 5px;
  display: flex;
  margin-top: 17px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .agent-details__rating-summary .rating-stars {
    flex-wrap: wrap;
  }
}
.agent-details__rating-summary .rating-stars li {
  list-style: none;
}
.agent-details__rating-summary .rating-stars li.star i {
  color: rgba(239, 128, 0, 0.4);
}
.agent-details__rating-summary .rating-stars li i {
  font-size: 35px;
  color: #EF8000;
}
@media only screen and (max-width: 1199px) {
  .agent-details__rating-summary .rating-stars li i {
    font-size: 22px;
  }
}
.agent-details__rating-breakdown {
  gap: 37px;
  display: grid;
  text-align: start;
  text-align: start;
  align-items: center;
  transform: translateX(-28px);
  grid-template-columns: 1fr 310px;
}
@media only screen and (max-width: 1199px) {
  .agent-details__rating-breakdown {
    grid-template-columns: 1fr 220px;
    transform: translateX(-46px);
  }
}
@media only screen and (max-width: 991px) {
  .agent-details__rating-breakdown {
    grid-template-columns: 1fr;
    transform: translate(0);
  }
}
@media only screen and (max-width: 767px) {
  .agent-details__rating-breakdown {
    gap: 10px;
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .agent-details__rating-breakdown {
    gap: 5px;
    grid-template-columns: 1fr;
  }
}
.agent-details__rating-breakdown .rating-title {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: var(--secondary);
}
.agent-details__rating-breakdown .rating-label {
  gap: 5px;
  display: flex;
  align-items: center;
}
.agent-details__rating-breakdown .rating-label li {
  list-style: none;
  margin-bottom: 3px;
}
.agent-details__rating-breakdown .rating-label li.star i {
  color: #F7F2EC;
}
.agent-details__rating-breakdown .rating-label li i {
  color: #EF8000;
}
.agent-details__rating-breakdown .rating-progress {
  transform: translateX(-28px);
}
@media only screen and (max-width: 991px) {
  .agent-details__rating-breakdown .rating-progress {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .agent-details__rating-breakdown .rating-progress {
    transform: translateX(0);
  }
}
.agent-details__rating-breakdown .rating-progress .progress {
  height: 4px;
  overflow: visible;
  position: relative;
  border-radius: 7px;
  margin-bottom: 27px;
  background: #F7F2EC;
  transform: translateY(13px);
}
.agent-details__rating-breakdown .rating-progress .progress .progress-bar {
  width: 75%;
  height: 4px;
  background: #EF8000 !important;
}
.agent-details__rating-breakdown .rating-progress .progress .progress-bar span {
  top: -6px;
  right: -40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  color: var(--gray);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .agent-details__rating-breakdown .rating-progress .progress .progress-bar span {
    top: -20px;
    right: 2px;
  }
}
@media (max-width: 575px) {
  .agent-details__rating-breakdown .rating-progress .progress .progress-bar span {
    right: 0;
  }
}

.blog-details__review {
  margin-top: 41px;
  max-width: 705px;
}
@media (max-width: 575px) {
  .blog-details__review {
    margin-top: 25px;
  }
}
.blog-details__review-item {
  gap: 36px;
  display: grid;
  margin-bottom: 39px;
  grid-template-columns: 80px 1fr;
}
@media only screen and (max-width: 991px) {
  .blog-details__review-item {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__review-item {
    grid-template-columns: 1fr;
  }
}
.blog-details__review-item:last-child {
  margin-bottom: 0;
}
.blog-details__review-item .reviews-thumb {
  width: 80px;
  height: 80px;
}
.blog-details__review-item .reviews-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.blog-details__review-content {
  position: relative;
  text-align: start;
  border-radius: 6px;
  padding: 25px 33px 27px 22px;
  background: #F3F1EF;
}
@media (max-width: 575px) {
  .blog-details__review-content {
    margin-bottom: 20px;
    padding: 25px 15px 27px 15px;
  }
}
.blog-details__review-content .review-top {
  gap: 53px;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__review-content .review-top {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.blog-details__review-content .review-top .name {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: var(--secondary);
}
.blog-details__review-content .review-top .right {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__review-content .review-top .right .stars {
  display: flex;
  align-items: center;
}
.blog-details__review-content .review-top .right .stars li {
  list-style: none;
  margin-right: 5px;
}
.blog-details__review-content .review-top .right .stars li i {
  font-size: 14px;
  color: #EF8000;
}
.blog-details__review-content .review-top .right .label {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
}
.blog-details__review-content .review-bottom {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .blog-details__review-content .review-bottom {
    flex-wrap: wrap;
  }
}
.blog-details__review-content .review-bottom .left {
  gap: 62px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__review-content .review-bottom .left {
    gap: 30px;
  }
}
.blog-details__review-content .review-bottom .left .review-date {
  font-family: var(--font_inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
}
@media (max-width: 575px) {
  .blog-details__review-content .review-bottom .left .review-date {
    margin-bottom: 10px;
  }
}
.blog-details__review-content .review-bottom .left .review-reply {
  font-family: var(--font_inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
}
.blog-details__review-content .review-bottom .left .review-reply:hover {
  color: var(--primary);
}
.blog-details__review-content .review-bottom .review-like {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #EF8000;
  vertical-align: middle;
}
.blog-details__review-content .review-bottom .review-like i {
  padding-right: 6px;
}
.blog-details__review-content .review-text {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
}
.blog-details__review-content .review-shape {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 27px;
  left: -15px;
  border-style: solid;
  border-radius: 2px;
  border-width: 14px 29px 14px 0;
  border-color: transparent #F3F1EF transparent transparent;
}
.blog-details__header {
  display: flex;
  margin-bottom: 31px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .blog-details__header {
    gap: 14px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__header {
    flex-wrap: wrap;
  }
}
.blog-details__header .title {
  font-family: var(--font_titillium-web);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: var(--secondary);
}
@media (max-width: 575px) {
  .blog-details__header .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 33px;
  }
}
.blog-details__header .review-rating {
  gap: 15px;
  display: flex;
  align-items: center;
}
.blog-details__header .stars {
  gap: 5px;
  display: flex;
  align-items: center;
}
.blog-details__header .stars li {
  list-style: none;
}
.blog-details__header .stars li i {
  font-size: 21px;
  color: #EF8000;
}
@media (max-width: 575px) {
  .blog-details__header .stars li i {
    font-size: 18px;
  }
}
.blog-details__header .count {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
}

.sidebar-room {
  background: #F3F1EF;
  border-radius: 12px;
  padding: 40px 30px;
}

.section-divider {
  border: none;
  border-top: 1px solid #ddd8d0;
  margin: 28px 0;
}

/* Reserve */
.reserve__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.reserve__title {
  font-family: "Prata", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #1a1a1a;
}

.reserve__from {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}

/* Fields */
.fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.field-row {
  display: flex;
  gap: 10px;
}

.field {
  flex: 1;
  position: relative;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color 0.18s;
  overflow: hidden;
}

.field__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.field__right {
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.field__value {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #5a5248;
}

.field__chevron {
  width: 14px;
  height: 14px;
  color: #888078;
  flex-shrink: 0;
}

.field input[type=date],
.field select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 16px;
}

.field input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* Section title */
.section-title {
  font-family: "Prata", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #1a1a1a;
  margin-bottom: 18px;
}

/* Services */
.services-list {
  display: flex;
  flex-direction: column;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  cursor: pointer;
  user-select: none;
}

.service-item input[type=checkbox] {
  display: none;
}

.service-item__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-item__name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
}

.service-item__price {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #4E4E4E;
}

.checkbox-box {
  width: 18px;
  height: 18px;
  border: 1.5px solid #c5bdb4;
  border-radius: 3px;
  background: #F3F1EF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}

.checkbox-box svg {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.15s, transform 0.15s;
}

.service-item:has(input:checked) .checkbox-box {
  background: #ae916d;
  border-color: #ae916d;
}

.service-item:has(input:checked) .checkbox-box svg {
  opacity: 1;
  transform: scale(1);
}

/* Total */
.total__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
}

.total__title {
  font-family: "Prata", serif;
  font-size: 24px;
  font-weight: 400;
  color: #1a1a1a;
}

.total__amount {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
}

.price-lines {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid #ddd8d0;
  margin-top: 14px;
}

.price-line__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
}

.price-line__value {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
}

/* Button */
.book-btn {
  width: 100%;
  padding: 16px;
  background: #ae916d;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(174, 145, 109, 0.35);
}

.book-btn:hover {
  background: #9a7c5a;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(174, 145, 109, 0.45);
}

.book-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(174, 145, 109, 0.3);
}

.breadcrumb-slide__wrapper {
  max-width: 1880px;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 1919px) {
  .breadcrumb-slide__wrapper {
    padding: 0 15px;
  }
}
.breadcrumb-slide__active {
  position: relative;
}
.breadcrumb-slide__active .breadcrumb-nav-prev,
.breadcrumb-slide__active .breadcrumb-nav-next {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.breadcrumb-slide__active .breadcrumb-nav-prev:hover,
.breadcrumb-slide__active .breadcrumb-nav-next:hover {
  background: var(--theme);
  color: #fff;
}
.breadcrumb-slide__active .breadcrumb-nav-prev {
  left: 330px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-slide__active .breadcrumb-nav-prev {
    left: 30px;
  }
}
.breadcrumb-slide__active .breadcrumb-nav-next {
  right: 330px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-slide__active .breadcrumb-nav-next {
    right: 30px;
  }
}
.breadcrumb-slide__item {
  transition: all 0.3s ease-in-out;
}
.breadcrumb-slide__item:hover .thumb .content {
  visibility: visible;
  opacity: 1;
}
.breadcrumb-slide__item .thumb {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-slide__item .thumb img {
  border-radius: 20px;
}
.breadcrumb-slide__item .thumb .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-slide__item .thumb .content a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
  padding: 12px 22px;
  background: #FFFFFF;
  border-radius: 21px;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-slide__item .thumb .content a img {
  padding-right: 10px;
}

.hero__area {
  padding: 210px 0 72px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1399px) {
  .hero__area {
    padding: 160px 0 72px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__area {
    padding: 100px 0 72px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__area {
    padding: 70px 0 72px 0;
  }
}
.hero__area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.hero__booking-inner {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 19px;
  position: relative;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .hero__booking-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .hero__booking-inner {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__booking-inner {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.hero__booking-item {
  display: flex;
  align-items: center;
  gap: 41px;
  flex: 1;
  border-right: 1px solid #D9D9D9;
  padding-right: 15px;
  padding: 44px 55px 44px 49px;
}
.hero__booking-item:nth-last-child(2) {
  border-right: none;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .hero__booking-item {
    border-right: none;
    padding: 20px;
    border-radius: 10px;
    gap: 41px;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .hero__booking-item {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__booking-item {
    border-right: none;
    flex: 1 1 45%;
  }
}
.hero__booking-item-2 {
  display: block;
  padding: 36px 26px;
}
@media only screen and (max-width: 1199px) {
  .hero__booking-item-2 {
    padding: 20px 26px;
  }
}
@media only screen and (max-width: 991px), (max-width: 575px) {
  .hero__booking-item-2 {
    padding: 20px;
  }
}
.hero__booking-icon i {
  font-size: 26px;
  color: #AB8A62;
}
.hero__booking-btn {
  padding-right: 45px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .hero__booking-btn {
    padding: 0;
    grid-column: span 2;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero__booking-btn {
    grid-column: span 1;
  }
}
.hero__booking-btn:hover {
  color: #FFFFFF;
}
.hero__booking-btn .rr-btn {
  padding: 15.5px 29px;
}
.hero__booking-content {
  position: relative;
}
.hero__booking-content::before {
  position: absolute;
  background: #D9D9D9;
  content: "";
  top: 0;
  left: -21px;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 991px), (max-width: 575px) {
  .hero__booking-content::before {
    display: none;
  }
}
.hero__booking-content span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0A0A0A;
}
.hero__booking-content input {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #0A0A0A;
  width: 100%;
  cursor: pointer;
  outline: none;
  margin-top: 2px;
}
.hero__booking-content-2 {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .hero__booking-content-2 {
    text-align: start;
  }
}
.hero__booking-content-2::before {
  display: none;
}
.hero__booking-content-2 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0A0A0A;
}
.hero__booking-quantity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .hero__booking-quantity {
    justify-content: start;
  }
}
.hero__booking-quantity button {
  width: 35px;
  height: 35px;
  background: #AB8A62;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 23px;
}
.hero__booking-quantity button:hover {
  background: rgb(142.0165975104, 112.1659751037, 75.9834024896);
}
.hero__booking-quantity input {
  width: 20px;
  text-align: center;
  font-size: 16px;
  padding: 0;
}
.hero__wrapper {
  position: relative;
  padding-bottom: 170px;
}
@media only screen and (max-width: 1399px) {
  .hero__wrapper {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__wrapper {
    padding-bottom: 70px;
  }
}
.hero__heading-wrap {
  text-align: center;
}
.hero__heading-wrap .rr-btn {
  padding: 15.5px 31px;
}
.hero__title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 90px;
  color: #FFFFFF;
  max-width: 1042px;
  margin: 0 auto 36px auto;
}
@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 50px;
    line-height: 60px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-2 {
  padding: 0;
}
.hero-2::before {
  display: none;
}
.hero-2__booking-inner {
  box-shadow: 0px 11px 46px rgba(0, 0, 0, 0.14);
  margin-top: -75px;
}

.testimonial__wrapper {
  max-width: 1840px;
  margin: 0 auto;
  background: #1F1F1F;
  border-radius: 20px;
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (max-width: 1199px) {
  .testimonial__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial__wrapper .section-title__wrapper .title {
  color: var(--white);
}
.testimonial__wrap {
  gap: 24px;
  position: relative;
}
.testimonial__item {
  padding: 39px 40px 30px 40px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: #1F1F1F;
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(45px);
}
@media only screen and (max-width: 1919px) {
  .testimonial__item {
    padding: 35px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item {
    padding: 35px 15px 30px 15px;
  }
}
.testimonial__item .author-box {
  display: flex;
  padding-bottom: 35px;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .testimonial__item .author-box {
    padding-bottom: 20px;
  }
}
.testimonial__item .author-box .author {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .testimonial__item .author-box .author {
    gap: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author-box .author {
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item .author-box .author {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .testimonial__item .author-box .author {
    padding-left: 0;
  }
}
.testimonial__item .author-box .author .thumb {
  max-width: 110px;
  max-height: 110px;
  position: relative;
}
.testimonial__item .author-box .author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__item .author-box .author .info {
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author-box .author .info {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item .author-box .author .info {
    margin-top: -10px;
  }
}
.testimonial__item .author-box .author .info .name {
  font-family: var(--font_inter);
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  margin-bottom: 3px;
  line-height: 26px;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .testimonial__item .author-box .author .info .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item .author-box .author .info .name {
    font-size: 18px;
  }
}
.testimonial__item .author-box .author .info .desgn {
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme);
}
.testimonial__item .author-box .icon {
  margin-top: 10px;
}
.testimonial__item .bdr {
  width: 100%;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .testimonial__item .bdr {
    overflow: hidden;
  }
}
.testimonial__item .bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.testimonial__item .bdr::after {
  content: "";
  position: absolute;
  right: 57px;
  bottom: 0;
  width: 209px;
  height: 1px;
  background: linear-gradient(90deg, rgba(171, 138, 98, 0) 0%, rgb(171, 138, 98) 50%, rgba(171, 138, 98, 0) 100%);
  box-shadow: 0 0 12px rgba(171, 138, 98, 0.6);
}
.testimonial__content {
  text-align: start;
}
.testimonial__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 36px 0 15px 0;
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1919px) {
  .testimonial__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__title {
    font-size: 20px;
    line-height: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 10px 0;
  }
}
.testimonial__desc {
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  padding-top: 32px;
  color: var(--white);
  max-width: 396px;
}
@media only screen and (max-width: 1199px) {
  .testimonial__desc {
    max-width: 100%;
  }
}

.testimonial-2__desc {
  max-width: 478px;
}

.blog-page__sidebar-form {
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  background: #E2F4F0;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar-form {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .blog-page__sidebar-form {
    margin-top: 30px;
    padding: 15px;
  }
}
.blog-page__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  border-radius: 100px;
  padding: 17.5px 70px 17.5px 25px;
}
.blog-page__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.blog-page__sidebar-form button {
  position: absolute;
  top: 40px;
  right: 41px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--theme);
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar-form button {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .blog-page__sidebar-form button {
    top: 14px;
    right: 16px;
  }
}
.blog-page__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
}
.blog-page__sidebar__widget {
  text-align: start;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #E2F4F0;
  padding: 36px 40px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page__sidebar__widget:last-child {
    margin-bottom: 0;
  }
}
.blog-page__sidebar__widget.one {
  padding: 36px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget.one {
    padding: 36px 15px 40px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget {
    padding: 15px;
  }
}
.blog-page__sidebar__widget:nth-of-type(2) {
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget:nth-of-type(2) {
    padding: 40px 20px 40px 20px;
  }
}
.blog-page__sidebar__title {
  margin-bottom: 26px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--primary);
  font-family: var(--font_inter);
  border-bottom: 2px solid #E5E5E5;
}
.blog-page__sidebar__title::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 51px;
  height: 2px;
  display: block;
  position: absolute;
  background: var(--theme);
}
.blog-page__sidebar__categories li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-page__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.blog-page__sidebar__categories li a {
  display: flex;
  padding: 17px 25px;
  align-items: center;
  border-radius: 5px;
  background: var(--white);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--body_text);
}
@media (max-width: 575px) {
  .blog-page__sidebar__categories li a {
    padding: 17px 13px;
  }
}
.blog-page__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 17px;
  vertical-align: middle;
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-page__sidebar__categories li a i {
    font-size: 14px;
  }
}
.blog-page__sidebar__categories li a:hover {
  background: var(--theme);
  color: var(--white);
}
.blog-page__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-page__sidebar__post-item {
  gap: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__post-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-page__sidebar__post-item {
    flex-wrap: wrap;
  }
}
.blog-page__sidebar__post-item:last-child {
  margin-bottom: 0;
}
.blog-page__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
}
.blog-page__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-page__sidebar__post-meta span {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
  line-height: 15px;
  color: #4E4E4E;
}
.blog-page__sidebar__post-meta span i {
  margin-right: 5px;
  font-family: var(--font_awesome);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #4E4E4E;
}
.blog-page__sidebar__post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.blog-page__sidebar__post-title a:hover {
  color: var(--theme);
}
.blog-page__sidebar__popular-tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-page__sidebar__popular-tags li {
  list-style: none;
}
.blog-page__sidebar__popular-tags li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--body_text);
  text-align: center;
  border-radius: 100px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 9px 19.4px;
  background: var(--white);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.blog-page__sidebar__popular-tags li a:last-child {
  margin-bottom: 0;
}
.blog-page__sidebar__popular-tags li a:hover {
  color: var(--white);
  background: var(--theme);
}

.blog__area .section-title__wrapper {
  margin-bottom: 63px;
}
.blog__area .section-title__wrapper .deac {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  max-width: 594px;
  margin: 0 auto;
}
.blog__item {
  background-color: #F5F5F5;
  border-radius: 15px 15px 15px 15px;
}
.blog__item .thumb {
  position: relative;
}
.blog__item .thumb img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__item .thumb .thumb-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  background: #FFFFFF;
  border-radius: 15px;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 6.5px 21.5px;
}
.blog__item .content {
  padding: 25px 30px 25px 30px;
}
@media only screen and (max-width: 1199px) {
  .blog__item .content {
    padding: 25px 20px 25px 20px;
  }
}
.blog__item .content .beta {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  margin-bottom: 7px;
}
.blog__item .content .beta a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #AB8A62;
  transition: all 0.3s ease-in-out;
}
.blog__item .content .beta a:hover {
  color: var(--primary);
}
.blog__item .content .title {
  margin-bottom: 7px;
}
.blog__item .content .title .blog-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .blog__item .content .title .blog-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog__item .content .title .blog-title:hover {
  color: #AB8A62;
}
.blog__item .content .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-bottom: 18px;
}
.blog__item .content .blog-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #AB8A62;
  transition: all 0.3s ease-out;
}
.blog__item .content .blog-btn:hover {
  color: var(--primary);
}

.blog-details__wrapper {
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 280px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__wrapper {
    display: block;
  }
}
.blog-details__wrap .description .desc {
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4E4E4E;
}
.blog-details__title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  color: #0A0A0A;
  max-width: 682px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}
.blog-details__content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  font-family: var(--font_inter);
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__content .desc {
    font-size: 15px;
  }
}
.blog-details__content .desc.one {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details__content .desc.one {
    display: block;
    margin-bottom: 15px;
  }
}
.blog-details__content .text {
  gap: 20px;
  display: flex;
  margin-bottom: 24px;
  align-content: center;
}
@media (max-width: 575px) {
  .blog-details__content .text {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.blog-details__content .text span {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 8px;
  letter-spacing: 0px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: var(--theme);
  font-family: var(--font_archivo);
}
.blog-details__logistics-content {
  margin-top: 33px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content {
    margin-top: 30px;
  }
}
.blog-details__logistics-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0A0A0A;
  font-family: var(--font_space);
}
.blog-details__logistics-content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content .desc {
    font-size: 15px;
  }
}
.blog-details__logistics-content blockquote {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 35px;
  padding: 32px 60px 35px 40px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content blockquote {
    padding: 32px 30px 35px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__logistics-content blockquote {
    padding: 30px 53px 30px 15px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote {
    gap: 20px;
    padding: 20px 7px;
    flex-wrap: wrap;
  }
}
.blog-details__logistics-content blockquote .content {
  z-index: 1;
  position: relative;
}
.blog-details__logistics-content blockquote .content .desc {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #0A0A0A;
  margin-bottom: 18px;
  max-width: 621px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content blockquote .content .desc {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote .content .desc {
    line-height: 27px;
  }
}
.blog-details__logistics-content blockquote .content .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-left: 40px;
  vertical-align: middle;
  color: var(--theme);
  font-family: var(--font_inter);
}
.blog-details__logistics-content blockquote .content .name::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 30px;
  height: 2px;
  bottom: 11px;
  display: block;
  position: absolute;
  background: var(--theme);
}
.blog-details__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__inner {
    grid-template-columns: 1fr;
  }
}
.blog-details__inner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.blog-details__inner .blog-list li {
  display: flex;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 2px;
}
.blog-details__inner .blog-list li:last-child {
  margin-bottom: 0;
}
.blog-details__inner .blog-list li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FA360A;
}
.blog-details__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.blog-details__author .author-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details__author .author-wrap .author img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-details__author .author-wrap .name a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.blog-details__author .author-wrap .name a:hover {
  color: var(--theme);
}
.blog-details__author .author-wrap .name p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #AB8A62;
}
.blog-details__author .date-wrap {
  display: flex;
  align-items: center;
  gap: 88px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.blog-details__author .date-wrap .date {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details__author .date-wrap .date .date-name .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0A0A0A;
}
.blog-details__author .date-wrap .date .date-name .date-c {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0A0A0A;
}
.blog-details__dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.blog-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__title-sub {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  color: #0A0A0A;
}
.blog-details__list {
  margin-top: 25px;
}
.blog-details__list li {
  list-style: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  padding-left: 15px;
  position: relative;
}
.blog-details__list li::before {
  position: absolute;
  content: "";
  background: #4E4E4E;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 45%;
  left: 0;
}
.blog-details__media {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 42px;
}
.blog-details__gallery {
  gap: 15px;
  display: flex;
  margin: 34px 0;
  align-items: center;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-details__gallery {
    flex-wrap: wrap;
  }
}
.blog-details__gallery .thumb img {
  border-radius: 15px;
}
.blog-details__category {
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 40px 0 51px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
  }
}
.blog-details__strategy-solution {
  margin-top: 35px;
}
.blog-details__strategy-solution .title {
  font-family: var(--font_dm-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: var(--secondary);
}
@media only screen and (max-width: 1919px) {
  .blog-details__strategy-solution .title {
    margin-bottom: 15px;
  }
}
.blog-details__strategy-solution .desc {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.blog-details__strategy-solution .strategy-solution__item {
  gap: 20px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .blog-details__strategy-solution .strategy-solution__item {
    gap: 10px;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__strategy-solution .strategy-solution__item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__strategy-solution .strategy-solution__item .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-details__strategy-solution .strategy-solution__item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}
.blog-details__strategy-solution .strategy-solution__item .list li {
  list-style: none;
  gap: 15px;
  display: flex;
  align-items: center;
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4E4E4E;
}
@media only screen and (max-width: 1399px) {
  .blog-details__strategy-solution .strategy-solution__item .list li {
    gap: 10px;
  }
}
.blog-details__strategy-solution .strategy-solution__item .list li i {
  color: var(--theme);
}
.blog-details__sidebar-form {
  position: relative;
  background: #F3F4F6;
  border-radius: 10px;
}
.blog-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  padding: 17.5px 70px 17.5px 25px;
  border-radius: 100px;
}
.blog-details__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.blog-details__sidebar-form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 100px;
}
.blog-details__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
}
.blog-details__sidebar__widget {
  text-align: start;
  margin-bottom: 30px;
  background: #F3F4F6;
  padding: 36px 40px 40px 40px;
  border-radius: 10px;
}
.blog-details__sidebar__widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__widget {
    padding: 20px 15px;
  }
}
.blog-details__sidebar__widget:nth-child(2) {
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__widget:nth-child(2) {
    padding: 40px 20px 40px 20px;
  }
}
.blog-details__sidebar__widget .tagcloud {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-details__sidebar__widget .tagcloud a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  text-align: center;
  display: inline-block;
  padding: 9px 19.4px;
  background: var(--white);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}
.blog-details__sidebar__widget .tagcloud a:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__widget .tagcloud a:hover {
  color: var(--white);
  background: var(--theme);
}
.blog-details__sidebar__title {
  margin-bottom: 26px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  border-bottom: 2px solid #E5E5E5;
}
.blog-details__sidebar__title::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 51px;
  height: 2px;
  display: block;
  position: absolute;
  background: var(--theme);
}
.blog-details__sidebar__categories li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-details__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__categories li a {
  display: flex;
  padding: 17px 25px;
  align-items: center;
  background: var(--white);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .blog-details__sidebar__categories li a {
    padding: 17px 13px;
  }
}
.blog-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 17px;
  vertical-align: middle;
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-details__sidebar__categories li a i {
    font-size: 14px;
  }
}
.blog-details__sidebar__categories li a:hover {
  background: var(--theme);
  color: var(--white);
}
.blog-details__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-details__sidebar__post-item {
  gap: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__sidebar__post-item {
    flex-wrap: wrap;
  }
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.blog-details__sidebar__post-thumb:hover img {
  transform: scale(1.08);
}
.blog-details__sidebar__post-meta span {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
  line-height: 15px;
  color: #4E4E4E;
}
.blog-details__sidebar__post-meta span i {
  margin-right: 5px;
  font-family: var(--font_awesome);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #4E4E4E;
}
.blog-details__sidebar__post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  max-width: 223px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-title {
    max-width: 100%;
  }
}
.blog-details__sidebar__post-title a:hover {
  color: var(--theme);
}
.blog-details__sidebar__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.blog-details__sidebar__gallery .gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details__comment-wrapper {
  margin-bottom: 55px;
}
.blog-details__comment-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191717;
}
.blog-details__postbox__comments ul li {
  list-style: none;
}
.blog-details__postbox__comments ul .child {
  padding-left: 135px;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .blog-details__postbox__comments ul .child {
    padding-left: 0;
  }
}
.blog-details__comment-item {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 575px) {
  .blog-details__comment-item {
    flex-wrap: wrap;
  }
}
.blog-details__comment-item .thumb {
  min-width: 110px;
}
.blog-details__comment-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.appointment-section__info {
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .appointment-section__info {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.appointment-section__info .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_inter);
  display: block;
  margin-bottom: 15px;
}
.appointment-section__info .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: var(--white);
  font-family: var(--font_Parkinsans);
}
@media only screen and (max-width: 991px) {
  .appointment-section__info .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .appointment-section__info .title {
    font-size: 37px;
    line-height: 46px;
  }
}
.appointment-section__inner {
  margin-left: -12px;
}
@media only screen and (max-width: 1199px) {
  .appointment-section__inner {
    margin-left: 0;
  }
}
.appointment-section__booking-form {
  background: #EEEEEE;
  box-shadow: 0px 4px 44px rgba(28, 12, 12, 0.17);
  border-radius: 10px;
  padding: 40px 40px 37px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .appointment-section__booking-form {
    padding: 53px 40px 59px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .appointment-section__booking-form {
    padding: 53px 40px 59px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .appointment-section__booking-form {
    padding: 35px 30px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-section__booking-form {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .appointment-section__booking-form {
    padding: 30px 10px 30px 10px;
  }
}
.appointment-section__booking-form .hero-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  background: var(--action);
  border-radius: 50%;
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
}
.appointment-section__booking-form .contact {
  width: 100%;
}
.appointment-section__booking-form .contact__form-group {
  display: inherit;
}
.appointment-section__booking-form .contact__form-group .rr-btn {
  border-radius: 5px;
  width: 100%;
  color: var(--white);
  padding: 15px 23px;
}
.appointment-section__booking-form .contact__input {
  margin-bottom: 20px;
  text-align: start;
}
.appointment-section__booking-form .contact__input span {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
}
.appointment-section__booking-form .contact__input input {
  width: 100%;
  border: none;
  height: 50px;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 20px;
  background: var(--white);
  border-radius: 5px;
  margin-top: 10px;
  text-align: start;
}
.appointment-section__booking-form .contact__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_Work);
}
.appointment-section__booking-form .contact__input input:hover, .appointment-section__booking-form .contact__input input:focus {
  border-color: #F5F5F5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.appointment-section__booking-form .contact__select {
  position: relative;
  margin-bottom: 20px;
}
.appointment-section__booking-form .contact__select .nice-select {
  float: inherit;
  height: 50px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.appointment-section__booking-form .contact__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.appointment-section__booking-form .contact__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.appointment-section__booking-form .contact__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.appointment-section__booking-form .contact__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.appointment-section__booking-form .contact__select .nice-select::after {
  display: none;
}
.appointment-section__booking-form .contact__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 14.5px 20px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.appointment-section__booking-form .contact__select .nice-select:focus {
  outline: none;
}
.appointment-section__booking-form .contact__select .nice-select .list {
  width: 100%;
  height: 130px;
}

.we-offer-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.we-offer-section__wrap {
  margin-left: -148px;
  margin-right: -148px;
}
@media only screen and (max-width: 1199px) {
  .we-offer-section__wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.we-offer-section__item {
  background: #FFFFFF;
  box-shadow: 0px 13px 22px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 40px 32px 40px;
}
@media only screen and (max-width: 1199px) {
  .we-offer-section__item {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .we-offer-section__item {
    padding: 20px;
  }
}
.we-offer-section__item .icon {
  margin-bottom: 22px;
}
.we-offer-section__item .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #0A0A0A;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .we-offer-section__item .title {
    font-size: 17px;
    line-height: 27px;
  }
}
.we-offer-section__item p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
@media only screen and (max-width: 1919px) {
  .we-offer-section__item p br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
