:root {
  --typography--header-font: "Adobe Garamond Pro", "Palatino Linotype", sans-serif;
  --typography--body-weight: 400;
  --typography--body-font: Poppins, Arial, sans-serif;
  --colors--white: #fff;
  --typography--small: 15px;
  --colors--primary: #b78a39;
  --colors--black: #141414;
  --typography--header-line-h: 1.15em;
  --h1-size: 62px;
  --styling--radius: 3px;
  --btn: #e2a833;
  --typography--header-weight: 400;
  --typography--h1: 56px;
  --dark-gold: #b78a39;
  --typography--h2: 44.79px;
  --body-text: #666;
  --typography--body: 16px;
  --typography--body-line-h: 1.6em;
  --colors--text-white: #ffffffd1;
  --typography--h3: 18px;
  --colors--off-white: #f5f5f5;
  --colors--secondary: #fff;
  --typography--h4: 24px;
  --colors--accent: white;
  --colors--text-black: #2b2b2bd9;
  --light-gold: #d1b230;
}

body {
  color: #333;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--typography--header-font);
  font-size: 38px;
  line-height: 44px;
  font-weight: var(--typography--body-weight);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--typography--header-font);
  font-size: 32px;
  line-height: 36px;
  font-weight: var(--typography--body-weight);
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-family: var(--typography--header-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: var(--typography--body-weight);
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.6em;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-container {
  background-color: #0000;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.menu-button-centered {
  flex: none;
}

.nav-logo-container {
  width: 14em;
  transition: opacity .25s;
  position: relative;
}

.nav-logo-container.w--current {
  width: 15em;
  position: relative;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.nav-menu-centered {
  z-index: 1;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu-centered-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.nav-logo_main {
  z-index: 3;
  width: 110px;
  max-width: none;
  display: block;
  position: relative;
}

.search-shop-con-centered {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 1999;
  background-color: var(--colors--black);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
}

.hero-btn1 {
  border-radius: var(--styling--radius);
  background-color: var(--btn);
  width: 250px;
  font-family: var(--typography--body-font);
  color: var(--colors--black);
  font-size: var(--typography--small);
  line-height: 1;
  font-weight: var(--typography--header-weight);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fd5521;
  align-items: center;
  padding: 18px 22px;
  text-decoration: none;
  transition: all .2s;
}

.hero-btn1:hover {
  border: 1px none var(--colors--white);
  background-color: var(--colors--primary);
  color: var(--colors--white);
  transform: scale(1.05);
}

.hero-btn1.cta {
  width: 200px;
}

.paragraph-large {
  width: 100%;
  font-family: var(--typography--body-font);
  color: var(--body-text);
  font-size: var(--typography--body);
  line-height: var(--typography--body-line-h);
  font-weight: var(--typography--body-weight);
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-large:where(.w-variant-1efc8ef7-e552-c895-fa6a-99a51b94c057) {
  color: var(--colors--white);
}

.paragraph-large.center {
  text-align: center;
}

.paragraph-large.mt-60 {
  font-family: var(--typography--header-font);
  color: var(--btn);
  text-transform: uppercase;
  margin-top: 30px;
}

.paragraph-large.left-align {
  text-align: left;
}

.paragraph-large.right-align {
  text-align: right;
}

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

.paragraph-large.white {
  font-family: var(--typography--body-font);
  color: var(--colors--text-white);
  font-size: var(--typography--body);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}

.base-container {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

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

.base-container.blog-center {
  justify-content: center;
  align-items: center;
}

.cta-h2 {
  font-family: var(--typography--header-font);
  color: var(--colors--white);
  font-size: 54px;
  line-height: var(--typography--header-line-h);
  font-weight: var(--typography--header-weight);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.primary-color-background {
  color: #fd5521;
  background-color: #fff200;
  background-image: linear-gradient(#141414e6, #141414e6), url("https://cdn.prod.website-files.com/6883a7075cb9910991720766/688b830191a665b4af35ba93_abstract-blur-hotel-interior.jpg");
  background-position: 0 0, 50% 86%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-link {
  color: var(--colors--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: var(--colors--primary);
}

.footer-image {
  width: 200px;
}

.footer {
  background-color: var(--colors--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-rights {
  color: var(--colors--white);
  margin-top: 10px;
  font-size: 14px;
  line-height: 1em;
}

.footer-title {
  color: var(--colors--primary);
  font-size: 30px;
  font-weight: var(--typography--header-weight);
}

.privacy-policy {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 1em;
}

.privacy-policy.main {
  color: var(--colors--white);
  margin-right: 6px;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.privacy-policy.main:hover {
  color: var(--btn);
}

.footer-line {
  background-color: #afafaf80;
  height: 1px;
}

.logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark-address {
  color: var(--colors--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-map-wrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.link-2 {
  color: var(--colors--primary);
  text-decoration: none;
}

.footer-dark-link-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.footer-rights-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-dark-link {
  color: var(--colors--white);
  text-align: left;
  text-transform: capitalize;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  text-decoration: none;
  transition: color .2s;
}

.footer-dark-link:hover {
  color: var(--colors--primary);
}

.footer-dark-link._2 {
  text-transform: lowercase;
  text-transform: lowercase;
}

.footer-links-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-list-6 {
  text-align: left;
}

.areas-list-item:hover {
  color: #f6f2e8;
}

.megamenu-dropdown-wrapper {
  justify-content: center;
  display: flex;
}

.megamenu-dropdown-wrapper.service-container {
  width: 270px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrap {
  width: 5%;
}

.megamenu-dropdown-wrap.one-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.megamenu-dropdown-wrap.one-column.services-container {
  width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.auto-update-copyright {
  color: var(--colors--white);
  font-size: 16px;
}

.socials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.socials-link {
  width: 10%;
  transition: all .2s;
}

.socials-link:hover {
  transform: translate(0, -5px);
}

.section-title-wrap {
  text-align: center;
  background-color: #0000;
  border-bottom: 1px #ffffff52;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-title-wrap.black {
  background-color: var(--colors--black);
}

.section-12 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-12.accommodation-banner {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg"), linear-gradient(#0000004d, #0000004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.banner-title-wrapper-2 {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 820px;
  max-width: none;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.banner-title-2 {
  z-index: 999;
  font-family: var(--typography--header-font);
  color: var(--colors--white);
  font-size: var(--typography--h1);
  text-align: center;
  text-shadow: 1px 1px 6px #000000c7;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.bg-overlay {
  z-index: 0;
  object-fit: cover;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-overlay.blog-post {
  background-color: #00000080;
}

.services-container {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.section-13 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-13.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section-13.without-bottom-spacing.service-second-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-100 {
  width: 100%;
}

.footer-link-2 {
  color: var(--colors--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link-2:hover {
  color: var(--colors--primary);
}

.sticky-button {
  z-index: 5000;
  background-color: var(--btn);
  position: fixed;
  inset: auto 88px 24px auto;
}

.navy-button {
  border-radius: var(--styling--radius);
  background-color: var(--btn);
  font-family: var(--typography--body-font);
  color: var(--colors--black);
  font-size: var(--typography--small);
  text-align: center;
  text-transform: uppercase;
  border: 1px #fff;
  padding: 18px 24px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.navy-button:hover {
  border-style: none;
  border-color: var(--colors--white);
  background-color: var(--colors--primary);
  opacity: 1;
  color: var(--colors--black);
  transform: scale(1.05);
}

.rich-text-block-6 {
  text-align: left;
}

.banner-btn-primary {
  border-radius: var(--styling--radius);
  background-color: var(--colors--primary);
  width: 200px;
  font-family: var(--typography--body-font);
  color: var(--colors--white);
  font-size: var(--typography--small);
  line-height: 1;
  font-weight: var(--typography--header-weight);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
  padding: 16px 22px;
  text-decoration: none;
  transition: all .2s;
}

.banner-btn-primary:hover {
  transform: scale(1.05);
}

.double-btn-wrap {
  margin-top: 30px;
  display: flex;
}

.double-btn-wrap.center-align {
  justify-content: center;
  align-items: center;
}

.div-block-56 {
  background-color: #fff;
  width: 50%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.special-map {
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
}

.section-title-wrapper-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper-4.maps-section {
  justify-content: center;
  align-items: center;
}

.double-button-6 {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.double-button-6.dbl-button-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.home-section-title-2 {
  font-family: var(--typography--header-font);
  color: #fff;
  font-size: var(--typography--h2);
  line-height: var(--typography--header-line-h);
  font-weight: var(--typography--body-weight);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-large-4 {
  color: #4b5b68;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-large-4.maps-par {
  font-family: var(--typography--body-font);
  color: #fff;
  font-size: var(--typography--body);
  line-height: var(--typography--body-line-h);
  font-weight: var(--typography--body-weight);
  text-align: center;
  font-family: var(--typography--body-font);
  font-size: var(--typography--body);
  line-height: var(--typography--body-line-h);
  font-weight: var(--typography--body-weight);
  text-align: center;
  margin-bottom: 20px;
}

.other-services {
  background-color: var(--btn);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-34 {
  color: var(--colors--white);
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.div-block-95 {
  border: 1px #e7e7e7;
}

.link-block-13 {
  color: #302f2d;
  border: 1px solid #0000001c;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.link-block-13:hover {
  color: var(--colors--primary);
  padding-left: 30px;
}

.btn-phone {
  border-radius: var(--styling--radius);
  background-color: var(--btn);
  font-family: var(--typography--body-font);
  color: var(--colors--black);
  font-size: var(--typography--small);
  text-align: center;
  text-transform: uppercase;
  border: 1px #fd5521;
  margin-top: 0;
  margin-right: 0;
  padding: 18px 30px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.btn-phone:hover {
  opacity: 1;
  transform: scale(1.05);
}

.btn-phone-primary {
  z-index: 2;
  border: 1px solid var(--colors--white);
  border-radius: var(--styling--radius);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 200px;
  color: var(--colors--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff3;
  padding: 16px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.btn-phone-primary:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  transform: scale(1.05);
}

.cta-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.svc-column-2 {
  position: sticky;
  top: 100px;
}

.cms-richtext {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.cms-richtext.white {
  color: var(--colors--text-white);
  text-align: center;
  text-align: center;
}

.svc-area-section {
  z-index: 1;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-6 {
  border-radius: var(--styling--radius);
  background-color: var(--colors--white);
  font-family: var(--typography--body-font);
  color: var(--colors--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.fa-icon {
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.tablet-menu-2 {
  display: none;
}

.dropdown-list-5 {
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #fffffffa;
  border-radius: 5px;
  width: 270px;
}

.dropdown-list-5.dropdown-list-all-services.w--open {
  border-radius: 5px;
  width: 200px;
}

.dropdown-list-5.about-list.w--open {
  background-color: #fffffffa;
  width: 200px;
}

.nav-menu-link-2 {
  color: var(--colors--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom: 1px #afafaf00;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 20px 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.nav-menu-link-2:hover {
  color: var(--btn);
  border: 1px #000;
}

.nav-menu-link-2.w--current {
  color: var(--btn);
}

.text-block-88 {
  padding-right: 20px;
}

.collection-list-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.tablet-down-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #fd5521;
  border: 1px solid #fd5521;
  padding: 18px 24px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
  display: none;
}

.tablet-down-2:hover {
  opacity: 1;
  color: #fd5521;
  background-color: #fff;
}

.text-block-87 {
  padding-right: 20px;
}

.link-block-15 {
  text-transform: none;
  border-bottom: 1px solid #cecece;
  width: 100%;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.link-block-15:hover {
  background-color: #fcbd34;
  padding-left: 20px;
}

.link-block-15.main {
  background-color: #fcbd34;
}

.logo-mobile {
  padding-left: 0;
}

.div-block-85 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-81 {
  font-size: 14px;
  font-weight: 500;
}

.text-block-81.sertice-title {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.text-block-81.sertice-title.about-titles {
  text-transform: capitalize;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.div-block-84 {
  background-color: var(--btn);
  width: 100%;
  color: var(--colors--white);
  border-bottom: 2px solid #fcbd34;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.div-block-84:hover {
  padding-left: 20px;
}

.dropdown-toggle {
  color: var(--colors--white);
  padding-right: 20px;
  font-weight: 400;
}

.text-block-86 {
  padding-right: 20px;
}

.dropdown-2 {
  border-radius: 0;
}

.link-block-16 {
  color: #333;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.link-block-16:hover {
  background-color: #fcbd34;
  padding-left: 30px;
}

.columns-6 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.link-6 {
  color: var(--colors--black);
  margin-right: 20px;
  padding-right: 0;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-6:hover {
  color: #fcbd34;
}

.top-nav {
  background-color: var(--btn);
  padding: 0 60px;
}

.column-20 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-33, .div-block-34 {
  display: flex;
}

.nav-email {
  color: var(--colors--black);
  text-decoration: none;
}

.servareawrap {
  background-color: var(--colors--primary);
  padding: 60px;
}

.ppwrap {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-menu-link:hover {
    color: var(--colors--white);
    border-bottom: 1px #cf92c0;
  }

  .testimonials-tab-1-link.w--current {
    border-color: var(--colors--primary);
    color: var(--colors--primary);
  }

  .contacts-content-wrapper.haze-padding {
    width: 100%;
  }

  .primary-button-2:hover {
    background-color: var(--colors--primary);
  }

  .footer-link:hover {
    color: var(--colors--primary);
  }

  .nav-dropdown-toggle:hover {
    transform: translate(0, -5px);
  }

  .primary-button-white-7:hover {
    color: #ff9393;
    background-color: #07264e;
    border-color: #ff9393;
  }

  .input-field::placeholder {
    color: #999;
    font-size: 14px;
  }

  .nav-menu-link-2 {
    color: var(--colors--text-white);
    border-bottom: 1px solid #0000;
  }

  .nav-menu-link-2:hover {
    color: var(--btn);
    border-bottom: 1px #cf92c0;
  }

  .nav-menu-link-2.w--current {
    color: var(--btn);
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-image: radial-gradient(circle at 100% 0, #00000036, #0f1114f2 70%), linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6883a7075cb9910991720766/68a74c1946393d58c70fd2e1_interior-latino-hair-salon.jpg");
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .section-title-wrap {
    padding-left: 0;
  }

  .services-container {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    font-size: 16px;
  }

  .nav-menu-link-2 {
    color: var(--colors--white);
    font-size: 16px;
    font-weight: 400;
  }

  .nav-menu-link-2:hover {
    color: var(--btn);
    font-weight: 500;
  }

  .dropdown-2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-link:hover {
    color: var(--colors--white);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-weight: 600;
  }

  .nav-container {
    max-width: 1500px;
  }

  .hero-h1 {
    font-family: var(--typography--header-font);
    font-size: var(--h1-size);
  }

  .hero-container {
    width: 1500px;
    font-size: 52px;
  }

  .hero-section {
    font-size: var(--typography--h1);
    background-image: radial-gradient(circle at 100% 0, #00000036, #0f1114f2 70%), linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6883a7075cb9910991720766/68a74c1946393d58c70fd2e1_interior-latino-hair-salon.jpg");
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .abt-img {
    height: 500px;
  }

  .abt-img._2nd-img {
    height: 600px;
  }

  .section-title-wrapper.pistion-horizontal {
    max-width: 100%;
  }

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

  .base-container {
    max-width: 1500px;
  }

  .primary-button-2.w--current {
    border-style: solid;
  }

  .primary-button-2.w--current:hover {
    transform: scale(1.1);
  }

  .socials-link.insta, .socials-link.linkedin, .socials-link.insta, .socials-link.linkedin {
    display: none;
  }

  .svc-area-column {
    width: 1500px;
  }

  .svc-cta {
    font-size: 18px;
  }

  .primary-button-white-7:hover {
    color: #ff9393;
    -webkit-text-stroke-color: #9e222d;
    border-color: #ff9393;
  }

  .blog-card-wrap {
    height: 741.594px;
  }

  .blog-card-title {
    font-size: 24px;
  }

  .blog-card-text {
    font-size: 18px;
  }

  .page-banner-h1 {
    font-size: 64px;
  }

  .blog-container {
    max-width: 1500px;
  }

  .base-container-2, .blog-post-container {
    max-width: 90rem;
  }

  .button-6 {
    background-color: var(--colors--white);
    font-family: var(--typography--body-font);
    color: var(--colors--primary);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }

  .heading-title {
    font-size: 32px;
    line-height: 1.1em;
  }

  .line-break {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .animated-section {
    background-color: #0000;
  }

  .animated-img-container {
    width: 1500px;
    position: relative;
  }

  .animated-img {
    filter: brightness(42%);
    width: 1440px;
    height: auto;
  }

  .animated-text {
    color: var(--colors--white);
    display: block;
    position: absolute;
    bottom: 0;
  }

  .base-container-w-bg {
    max-width: 1500px;
  }

  .base-container-w-bg.negative-margin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-temp-heading-container {
    width: 1200px;
  }

  .testimonial-slide-wrapper {
    border-radius: 20px;
    max-width: 32%;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-slider {
    max-width: 1500px;
  }

  .mask {
    width: 100%;
  }

  .paragraph-17.testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-card {
    border-radius: 0;
  }

  .dropdown-list-5.dropdown-list-all-services.w--open {
    background-color: #fffffffa;
  }

  .nav-menu-link-2 {
    color: var(--colors--white);
    letter-spacing: normal;
    border-bottom-style: none;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-menu-link-2:hover {
    color: var(--btn);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-size: 16px;
    font-weight: 500;
  }

  .link-block-15 {
    border-bottom-color: #cacaca;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .link-block-16 {
    border-bottom-color: #d3d3d3;
  }

  .divider-blog {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-wrap {
    width: 400px;
    height: 301px;
  }

  .gradient-left {
    background-image: linear-gradient(90deg, #fff 54%, #fff0);
    width: 350px;
  }

  .gradient-right {
    background-image: linear-gradient(-90deg, #fff 57%, #fff0);
    width: 350px;
  }

  .blog-body-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    max-width: 1500px;
  }

  .image-125 {
    max-width: 250px;
  }

  .top-nav {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (max-width: 991px) {
  p, ul, ol {
    font-size: 14px;
  }

  .nav-close-icon {
    filter: none;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-menu-link {
    color: var(--colors--black);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    background-color: var(--colors--black);
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet-down {
    border-color: var(--colors--primary);
    background-color: var(--colors--primary);
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
  }

  .menu-button-centered {
    text-align: right;
    padding: 0;
  }

  .menu-button-centered.w--open {
    background-color: #0000;
  }

  .nav-logo-container {
    z-index: 1;
    margin-right: 2em;
  }

  .nav-menu-shadow-overlay {
    z-index: 9999;
    background-color: var(--colors--black);
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100%;
    position: relative;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-menu-centered {
    z-index: 20;
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-logo_main {
    opacity: 1;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .search-shop-con-centered {
    grid-column-gap: 10px;
    width: auto;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
  }

  .hero-h1 {
    width: 500px;
    font-size: 48px;
  }

  .hero-container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-double-btn {
    flex-flow: row;
  }

  .hero-btn1 {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-btn1:hover {
    opacity: 1;
  }

  .hero-content {
    width: 75%;
    padding-bottom: 60px;
  }

  .hero-section {
    height: auto;
  }

  .abt-img {
    width: 100%;
    height: 500px;
  }

  .double-button-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primary-button-white-2:hover {
    opacity: 1;
  }

  .abt-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .column-2 {
    height: auto;
  }

  .column-2.section-2-hp {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-h2 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .section-h2.left {
    padding-left: 0;
    font-size: 28px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .svc-section {
    padding: 100px 60px;
  }

  .svc-section.without-bottom-spacing {
    padding: 60px;
  }

  .svc-section.without-bottom-spacing:where(.w-variant-1efc8ef7-e552-c895-fa6a-99a51b94c057) {
    padding-bottom: 183px;
  }

  .circle-counter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .base-container {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .review-image-wrap {
    width: 100%;
  }

  .quote-divider-block {
    display: none;
  }

  .home-tabs-menu {
    padding-left: 20px;
  }

  .tabs-testimonial-block {
    flex-direction: column;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
  }

  .tabs-testimonial-person {
    padding-left: 0;
  }

  .cta-h2 {
    text-align: center;
  }

  .contacts-title.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-content-wrapper.haze-padding {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .form-wrap {
    flex-direction: column;
  }

  .form-section {
    padding: 100px 60px;
  }

  .contacts-form-wrapper-home-2 {
    width: 100%;
    padding: 30px;
  }

  .footer-logo-wrapper {
    width: 100%;
  }

  .footer-link {
    font-family: var(--typography--header-font);
    font-size: var(--typography--small);
    line-height: var(--typography--body-line-h);
    font-weight: var(--typography--body-weight);
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link.w--current {
    font-family: var(--typography--header-font);
    font-weight: var(--typography--body-weight);
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-title {
    font-family: var(--typography--header-font);
    font-size: var(--typography--h2);
    line-height: var(--typography--body-line-h);
    font-weight: var(--typography--header-weight);
  }

  .footer-dark-address {
    font-family: var(--typography--body-font);
    font-size: var(--typography--small);
    line-height: var(--typography--body-line-h);
    font-weight: var(--typography--body-weight);
  }

  .footer-wrapper {
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark-link {
    font-family: var(--typography--header-font);
    line-height: var(--typography--body-line-h);
    font-weight: var(--typography--body-weight);
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    font-family: Poppins, Arial, sans-serif;
    display: flex;
  }

  .nav-dropdown-link-2 {
    padding: 10px 0;
    font-size: 15px;
    display: none;
  }

  .nav-dropdown-link-2:hover {
    color: #87a6d6;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
  }

  .megamenu-dropdown-wrapper.service-container {
    width: 100%;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    max-height: 220px;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: auto;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 0;
  }

  .nav-dropdown-list.megamenu.w--open {
    max-height: none;
  }

  .nav-item-title {
    color: #87a6d6;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
  }

  .nav-dropdowm-link-line-2 {
    background-color: #87a6d6;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrap.one-column, .megamenu-dropdown-wrap.one-column.services-container, .megamenu-dropdown-wrap.one-column, .megamenu-dropdown-wrap.one-column.services-container, .megamenu-dropdown-wrap.one-column.services-container {
    width: 100%;
  }

  .testimonials {
    padding: 100px 60px;
  }

  .socials-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .socials-link {
    width: 40px;
  }

  .section-9 {
    padding: 100px 60px;
  }

  .section-9.main-flowers-green-banner {
    padding-top: 140px;
  }

  .about-6-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .abt-cta-img {
    object-position: 50% 23%;
  }

  .abt-contacts-wrap {
    width: 100%;
    height: 550px;
  }

  .abt-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .abt-cta-wrap {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .abt-us {
    padding: 100px 60px;
  }

  .gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery-img {
    height: 74.4417%;
    min-height: 0;
    transition: all .2s;
    transform: scale(1.4);
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
    overflow: clip;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .accommodation-map-block-2 {
    width: 100%;
    min-height: 600px;
  }

  .accommodation-map-block-2.small {
    width: 100%;
  }

  .section-12.accommodation-banner {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6883a7075cb9910991720766/6883a7075cb99109917207dd_accomodation-banner-01.avif");
    background-position: 0 0, 50%;
    min-height: 500px;
  }

  .banner-title-wrapper-2 {
    width: 100%;
  }

  .services-container {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .svc-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-2 {
    font-family: var(--typography--header-font);
    font-size: var(--typography--small);
    line-height: var(--typography--body-line-h);
    font-weight: var(--typography--body-weight);
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheader-services {
    font-size: 14px;
  }

  .section-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-area {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .style-label {
    font-family: var(--typography--header-font);
    color: var(--colors--black);
    margin-top: 0;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .image-101 {
    filter: invert();
  }

  .blog-post-banner {
    padding: 0;
  }

  .banner-btn-primary:hover, .banner-button-phone:hover {
    opacity: 1;
  }

  .special-map {
    height: 500px;
  }

  .section-title-wrapper-4 {
    max-width: 560px;
  }

  .primary-button-white-7 {
    width: 100%;
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    opacity: 1;
  }

  .double-button-6 {
    margin-top: 0;
  }

  .double-button-6.dbl-button-left {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .home-section-title-2 {
    width: 100%;
    font-size: 48px;
    line-height: var(--typography--header-line-h);
    text-align: left;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-4.maps-par {
    font-size: 14px;
    font-weight: var(--typography--body-weight);
    font-size: 14px;
    font-weight: var(--typography--body-weight);
  }

  .column-13 {
    height: 500px;
    min-height: 0;
    padding: 100px 40px;
  }

  .blogs-section {
    padding: 60px 0;
  }

  .vlog-cms-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .blog-card-wrap {
    height: 100%;
  }

  .blog-card-title {
    font-family: var(--typography--header-font);
    font-size: var(--typography--h3);
    font-weight: var(--typography--header-weight);
  }

  .blog-card-text {
    font-family: var(--typography--body-font);
    font-size: var(--typography--small);
    line-height: var(--typography--body-line-h);
    font-weight: var(--typography--body-weight);
  }

  .svc-heading {
    font-size: 21px;
    font-weight: var(--typography--header-weight);
  }

  .abt-section {
    flex-flow: column;
    margin-top: 0;
    padding: 60px;
    display: block;
  }

  .btn-phone {
    display: none;
  }

  .hero-btn2 {
    width: 220px;
  }

  .page-banner {
    padding: 140px 60px 100px;
  }

  .page-banner-h1 {
    font-size: 42px;
  }

  .card-btn {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    position: static;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .form-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .phonenumber-solid {
    width: 220px;
  }

  .svc-area-section {
    margin-bottom: 60px;
    padding: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .lp-container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-image {
    width: 60px;
    height: 60px;
  }

  .features-h3 {
    font-size: 20px;
  }

  .pricing-card-text {
    font-size: 16px;
  }

  .about-us-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
    display: flex;
  }

  .banner-section-2.home-3-banner {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

  .image-9._1 {
    object-fit: cover;
    object-fit: cover;
    height: 340px;
  }

  .paragraph-23.hero-description {
    text-align: left;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .info-h2 {
    padding-left: 0;
    font-size: 31px;
  }

  .flex-about {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .meet-owner-section {
    padding-top: 80px;
  }

  .faq-container-lp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-5 {
    font-size: 16px;
  }

  .blog-body-wrapper, .blog-link-wrapper {
    width: 100%;
  }

  .blog-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .base-container-2 {
    max-width: 42rem;
    padding-left: 0;
    padding-right: 0;
  }

  .abt-section-2 {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .blog-post-container {
    max-width: 53rem;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .static {
    font-size: 28px;
  }

  .animated-text {
    line-height: 1em;
  }

  .columg-2-wrapper {
    padding-bottom: 40px;
  }

  .base-container-w-bg.negative-margin {
    padding-left: 60px;
    padding-right: 60px;
  }

  .circle-counter-wrap-2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-h2-2 {
    padding-left: 40px;
    font-size: 32px;
  }

  .section-h2-2.text-white.justify-left.h2-small {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    padding-left: 0;
  }

  .circle-counter-wrapper-2 {
    grid-row-gap: 21px;
    flex-wrap: wrap;
    width: auto;
  }

  .paragraph-large-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-5.t-white {
    text-align: center;
    text-align: center;
  }

  .section-title-wrapper-5 {
    max-width: none;
    padding-right: 0;
  }

  .img.left-img, .img.right, .img.left-img, .img.right {
    border-radius: 16px;
  }

  .testimonial-slide-wrapper {
    max-width: none;
    margin-right: 5%;
  }

  .testimonial-slider {
    flex-flow: row;
    width: 100%;
    display: block;
  }

  .mask {
    width: 100%;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-card {
    height: 100%;
  }

  .dropdown {
    width: 100%;
  }

  .tablet-menu-2 {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-menu-link-2 {
    color: var(--colors--white);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link-2:hover {
    color: var(--btn);
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2 {
    width: 200px;
  }

  .image-2.logo-mobile {
    width: 90px;
  }

  .tablet-down-2 {
    background-color: var(--btn);
    letter-spacing: 1px;
    border-color: #29acf1;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .tablet-down-2:hover {
    border-color: var(--btn);
    color: var(--btn);
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .image-wrap {
    width: 200px;
    height: auto;
  }

  .moving-gallery {
    height: 149.828px;
  }

  .blog-body-container {
    flex-flow: column;
  }

  .collection-list-20 {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-28 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .link-block-11 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo_red {
    width: 70px;
  }

  .nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    background-color: #0000;
  }

  .tablet-down {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-logo_main {
    opacity: 1;
    width: 100px;
  }

  .tablet-menu {
    height: 110px;
  }

  .navbar {
    position: sticky;
  }

  .hero-h1 {
    width: auto;
    line-height: 1em;
  }

  .hero-container {
    width: 520px;
  }

  .hero-double-btn {
    justify-content: center;
    align-items: center;
  }

  .hero-btn1 {
    width: 200px;
  }

  .secondary-button-2 {
    letter-spacing: 1px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .abt-img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: clip;
  }

  .abt-img._2nd-img {
    height: auto;
    margin-bottom: 0;
  }

  .double-button-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    flex-flow: column;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .abt-content {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    padding: 40px 20px 0;
  }

  .section-h2 {
    text-align: left;
    padding-left: 0;
  }

  .section-h2.white {
    font-size: 38px;
  }

  .section-h2.white.mb-30 {
    margin-bottom: 30px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.pistion-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .paragraph-large {
    font-size: var(--typography--small);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large.white {
    font-size: var(--typography--small);
  }

  .paragraph-large.mt-60 {
    margin-top: 40px;
  }

  .paragraph-large.right-align {
    text-align: left;
  }

  .feature-circles-2 {
    font-size: 18px;
    font-weight: 600;
  }

  .svc-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .circle-counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .base-container {
    max-width: 520px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-testimonial-info {
    margin-bottom: 20px;
  }

  .cta-h2 {
    text-align: center;
    font-size: 42px;
  }

  .contacts-content-wrapper, .form-subtitle {
    text-align: center;
  }

  .rsvp-bg-images {
    display: none;
  }

  .form-wrap {
    flex-wrap: wrap;
  }

  .form-section {
    padding: 60px 0;
  }

  .contacts-form-wrapper-home-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-dark-address {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark-link-wrapper {
    align-items: center;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials.testimonial-section {
    padding-bottom: 0;
  }

  .socials-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-9.main-flowers-green-banner {
    min-height: 250px;
  }

  .banner-title.grey-green {
    font-size: 42px;
  }

  .abt-left {
    width: 100%;
  }

  .text-white {
    font-size: 32px;
    line-height: 1.6em;
  }

  .abt-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .abt-right {
    width: 100%;
  }

  .abt-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-img {
    height: auto;
  }

  .lightbox-link {
    height: auto;
    min-height: auto;
  }

  .small-heading, .paragraph {
    text-align: left;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .accommodation-map-block-2 {
    min-height: 450px;
  }

  .accommodation-map-block-2.small {
    width: 90%;
  }

  .section-12, .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .svc-link-wrap {
    width: 100%;
  }

  .subheader-services {
    font-size: 14px;
  }

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101 {
    filter: invert();
  }

  .blog-post-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-btn-primary, .banner-button-phone {
    margin-top: 0;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 40px;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-7 {
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    color: #9e222d;
  }

  .double-button-6 {
    margin-top: 40px;
  }

  .double-button-6.dbl-button-left {
    width: 70%;
  }

  .home-section-title-2 {
    text-align: center;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
    text-align: center;
  }

  .vlog-cms-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .blog-info-wrap {
    padding-bottom: 30px;
  }

  .abt-section {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-btn2 {
    letter-spacing: 1px;
    width: 200px;
  }

  .btn-phone-primary {
    letter-spacing: 1px;
  }

  .page-banner {
    min-height: 250px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-banner-h1 {
    font-size: 42px;
  }

  .card-btn {
    position: static;
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .form-content-wrap {
    text-align: center;
  }

  .phonenumber-solid {
    letter-spacing: 1px;
    width: 200px;
  }

  .svc-area-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .hero-heading-left, .pricing-overview {
    padding: 60px 15px;
  }

  .about-us-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .banner-section-2 {
    height: 600px;
  }

  .banner-section-2.home-3-banner {
    background-image: none;
  }

  .banner-section-2.home-3-banner.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    width: 100%;
  }

  .paragraph-23.hero-description {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .info-h2 {
    text-align: center;
  }

  .about-intro-wrap-2 {
    max-width: 85%;
  }

  .faq-header {
    font-size: 45px;
  }

  .faq-container-lp {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-26 {
    font-size: 16px;
  }

  .footer-dark-link-wrapper-2 {
    align-items: center;
  }

  .blog-body-wrapper {
    width: auto;
  }

  .blog-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .blog-link-wrapper {
    width: auto;
  }

  .author-tag {
    font-size: 32px;
    line-height: 1.6em;
  }

  .blog-header-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-author-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-name-contact {
    border-right-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 32rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .abt-section-2 {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .blog-post-container {
    max-width: 55rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-w-bg.negative-margin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-10-counter-content-wrapper-2 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-h2-2 {
    text-align: center;
    padding-left: 0;
  }

  .section-h2-2.text-white.justify-left.h2-small {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    line-height: 1.3em;
  }

  .circle-counter-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .paragraph-large-5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-5.t-white {
    text-align: center;
    text-align: center;
  }

  .feature-circles-3 {
    font-size: 18px;
    font-weight: 600;
  }

  .section-title-wrapper-5 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-slide-wrapper {
    background-color: #fff;
    max-width: 100%;
    margin-right: 5%;
  }

  .mask {
    padding-top: 10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tablet-menu-2 {
    height: 110px;
  }

  .nav-menu-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: var(--btn);
  }

  .image-2.logo-mobile {
    width: 90px;
  }

  .tablet-down-2 {
    border-color: var(--btn);
    letter-spacing: 1px;
    font-weight: 600;
  }

  .tablet-down-2:hover {
    color: var(--btn);
  }

  .image-124 {
    height: auto;
  }

  .lightbox-link-2 {
    height: 170.125px;
  }

  .top-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-11 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
  }

  .nav-close-icon {
    filter: none;
  }

  .nav-menu-link {
    color: #fd5521;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    background-color: var(--colors--black);
  }

  .tablet-down {
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--colors--black);
  }

  .nav-menu-centered-wrapper {
    background-color: #0a1843;
  }

  .nav-logo_main {
    opacity: 100;
    width: 90px;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    height: 120px;
  }

  .search-shop-con-centered {
    margin-left: 10px;
  }

  .hero-h1 {
    text-shadow: none;
    font-size: 32px;
    line-height: 1.3em;
  }

  .hero-double-btn {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-btn1 {
    border-radius: 5px;
    width: 100%;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6883a7075cb9910991720766/6887d4d68712b2910ee05cf8_close-up-hand-mobile.jpg");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
  }

  .abt-img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    inset: 32% 2% auto 59px;
  }

  .abt-img._2nd-img {
    width: 100%;
    height: auto;
  }

  .double-button-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    flex-flow: column-reverse wrap;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns.build {
    flex-flow: column wrap-reverse;
  }

  .primary-button-white-2 {
    width: 100%;
  }

  .abt-content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2.section-2-hp {
    flex-flow: column wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .section-h2 {
    text-align: left;
    padding-left: 0;
    font-size: 28px;
  }

  .section-h2.left-align {
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1em;
  }

  .section-h2.white {
    font-size: 28px;
  }

  .section-h2.white:where(.w-variant-1efc8ef7-e552-c895-fa6a-99a51b94c057) {
    font-size: 32px;
  }

  .section-h2.white.mb-30 {
    font-size: 24px;
  }

  .section-title-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper.pistion-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large:where(.w-variant-1efc8ef7-e552-c895-fa6a-99a51b94c057) {
    text-align: center;
  }

  .paragraph-large.white {
    font-size: var(--typography--small);
  }

  .paragraph-large.right-align {
    text-align: center;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .svc-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .svc-section.without-bottom-spacing {
    padding: 60px 10px;
  }

  .base-container {
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .svc-cms-list {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .review-image-wrap {
    width: 100%;
  }

  .home-tabs-menu {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .tabs-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
  }

  .tabs-testimonial-person {
    padding-bottom: 10px;
  }

  .cta-h2 {
    font-size: 38px;
  }

  .primary-color-background {
    background-position: 50% 100%;
  }

  .contacts-title.top {
    margin-bottom: 0;
  }

  .contacts-content-wrapper.haze-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .form-subtitle {
    color: #1e263f;
  }

  .primary-button-2 {
    width: 100%;
  }

  .form-section {
    padding: 0 10px 20px;
  }

  .footer-link {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .footer-link.w--current {
    font-size: 14px;
  }

  .footer-image {
    width: 200px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    font-family: var(--typography--header-font);
    margin-left: 5px;
    font-size: 14px;
  }

  .footer-rights {
    font-family: var(--typography--header-font);
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .privacy-policy {
    margin-bottom: 10px;
  }

  .logo-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-dark-address {
    margin-top: 0;
    font-size: 14px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-dark-link {
    text-align: center;
    font-size: 14px;
  }

  .footer-links-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .collection-list-6 {
    text-align: center;
  }

  .megamenu-dropdown-wrap.one-column.services-container {
    max-width: 100%;
  }

  .testimonials {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials.testimonial-section {
    padding-bottom: 0;
  }

  .auto-update-copyright {
    font-family: var(--typography--header-font);
    text-align: center;
    font-size: 14px;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.main-flowers-green-banner {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .banner-h-wrap {
    padding-top: 60px;
  }

  .banner-title.grey-green {
    font-size: 38px;
  }

  .about-6-contacts-content-wrapper {
    padding-left: 20px;
  }

  .text-white {
    font-size: 38px;
    line-height: 1.3em;
  }

  .abt-contacts-wrap {
    height: 380px;
  }

  .abt-us {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-toggle {
    height: 100px;
  }

  .faq-h2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  .contacts-location-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph {
    text-align: left;
    font-size: 12px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .svc-area-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .accommodation-map-block-2 {
    width: 100%;
  }

  .accommodation-map-block-2.small {
    width: 100%;
    height: auto;
  }

  .svc-area-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-12.accommodation-banner {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/6883a7075cb9910991720766/6883a7075cb99109917207dd_accomodation-banner-01.avif");
    background-position: 0 0, 100%;
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/6883a7075cb9910991720766/6883a7075cb99109917207dd_accomodation-banner-01.avif");
    background-position: 0 0, 100%;
  }

  .banner-title-2 {
    font-size: 32px;
  }

  .services-container {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13.without-bottom-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding-top: 40px;
  }

  .svc-p {
    font-size: 14px;
  }

  .svc-cta {
    font-size: 12px;
  }

  .footer-link-2 {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-2-item-content {
    padding-bottom: 20px;
  }

  .sticky-button {
    z-index: 999;
  }

  .navy-button {
    width: 100%;
    font-size: 12px;
  }

  .service-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-3-link-services-2 {
    letter-spacing: 1px;
    font-weight: 400;
  }

  .blog-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-article-content-wrapper {
    padding: 25px 10px;
  }

  .tag-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-headline {
    font-size: 21px;
    line-height: 1.3em;
  }

  .image-101 {
    filter: invert();
  }

  .featured-h2 {
    font-size: 28px;
  }

  .blog-post-banner {
    padding: 0;
  }

  .banner-btn-primary {
    width: 100%;
    margin-right: 0;
  }

  .banner-button-phone {
    width: 100%;
  }

  .double-btn-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-7 {
    width: 100%;
  }

  .primary-button-white-7:hover {
    color: #0692cc;
    border-color: #0692cc;
  }

  .double-button-6 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .double-button-6.dbl-button-left {
    width: 100%;
  }

  .paragraph-large-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
    text-align: center;
    font-size: 14px;
  }

  .column-13 {
    height: 500px;
    padding: 20px;
  }

  .check-item-wrap {
    flex-flow: column;
  }

  .check-img {
    width: 30px;
  }

  .checks-p {
    font-size: 14px;
  }

  .blogs-section {
    padding: 60px 20px;
  }

  .blog-btn {
    text-align: center;
    width: 100%;
  }

  .gallery-block.d-flex.space-between {
    flex-flow: column;
  }

  .vlog-cms-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    grid-template-columns: 1fr;
  }

  .svc-heading {
    font-size: 21px;
  }

  .abt-section {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 40px 20px;
  }

  .btn-phone, .hero-btn2, .btn-phone-primary {
    width: 100%;
  }

  .form-h2 {
    font-size: 25px;
  }

  .page-banner {
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-banner-h1 {
    font-size: 32px;
  }

  .card-btn {
    position: static;
  }

  .phonenumber-solid {
    width: 260px;
  }

  .svc-area-section {
    padding: 0;
  }

  .hero-split {
    margin-bottom: 10px;
  }

  .div-block-45 {
    width: 100%;
    line-height: 17px;
  }

  .hero-lp {
    font-size: 38px;
  }

  .hero-heading-left {
    padding-top: 20px;
  }

  .hero-btn {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lp-container {
    max-width: none;
  }

  .margin-bottom-24px {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .image-cover {
    width: 100%;
  }

  .lp-social {
    font-size: 14px;
    line-height: 1.4;
  }

  .header-review-avatar.phone {
    display: none;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .about-us-content {
    order: -1;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-wrap-2 {
    width: 100%;
  }

  .banner-section-2 {
    height: auto;
  }

  .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-section-2.home-3-banner {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    min-height: 100vh;
    margin-top: 40px;
  }

  .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new, .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new, .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-9 {
    width: 300px;
    height: 200px;
    margin-bottom: 60px;
    inset: 32% 2% auto 59px;
  }

  .image-9._1 {
    object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 390px;
    margin-bottom: 0;
  }

  .paragraph-23.hero-description {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .info-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
  }

  .flex-about {
    flex-flow: column;
    margin-bottom: 0;
  }

  .flex-about._2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 10px;
  }

  .meet-owner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-intro-wrap-2 {
    max-width: 90%;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-25 {
    font-size: 15px;
  }

  .faq-header-wrap {
    padding: 20px;
  }

  .faq-header {
    font-size: 35px;
  }

  .faq-header.fq {
    font-size: 30px;
  }

  .lp-free-quote {
    padding-top: 40px;
  }

  .fq-header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-field {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .input-field::placeholder {
    font-size: 14px;
  }

  .button-5 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .form-block {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .author-name {
    color: var(--colors--white);
    font-size: 14px;
  }

  .author-tag {
    font-size: 28px;
  }

  .blog-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-author-bio {
    font-size: 14px;
  }

  .author-wrap {
    flex-flow: column;
    padding-left: 0;
  }

  .author-info {
    width: 100%;
    margin-left: 0;
  }

  .base-container-2 {
    max-width: 24rem;
    padding-left: 0;
    padding-right: 0;
  }

  .author-info-flex {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-info-content {
    width: 100%;
  }

  .author-designation {
    text-align: center;
    font-size: 14px;
  }

  .author-image-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .abt-section-2 {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-post-container {
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .author-embed {
    text-align: center;
  }

  .animated-section {
    height: auto;
  }

  .animated-img-container {
    width: 100%;
  }

  .animated-img {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }

  .animated-text {
    text-shadow: none;
    font-size: 28px;
  }

  .columg-2-wrapper {
    padding-bottom: 0;
  }

  .bold-text {
    font-size: 28px;
    line-height: 1em;
  }

  .base-container-w-bg.negative-margin {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-counter-wrap-2 {
    width: 100%;
  }

  .section-h2-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 28px;
  }

  .section-h2-2.text-white.justify-left.h2-small {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    line-height: 1.3em;
  }

  .circle-counter-wrapper-2:where(.w-variant-1efc8ef7-e552-c895-fa6a-99a51b94c057) {
    grid-row-gap: 21px;
  }

  .paragraph-large-5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-5.t-white {
    text-align: center;
    text-align: center;
  }

  .section-title-wrapper-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .service-temp-heading-container {
    width: 100%;
  }

  .testimonial-slide-wrapper {
    background-color: #fff;
    max-width: 100%;
    height: 100%;
    margin-right: 10%;
  }

  .testimonial-paragraph {
    font-size: 14px;
  }

  .mask {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-info {
    flex-flow: row;
    margin-top: 10px;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .free-quote-form-title {
    font-size: 34px;
    line-height: 1.3em;
  }

  .div-block-105 {
    width: 100%;
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .tablet-menu-2 {
    height: 120px;
  }

  .nav-menu-link-2 {
    color: var(--colors--white);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: var(--btn);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2.logo-mobile {
    width: 100px;
    max-width: none;
  }

  .tablet-down-2 {
    border-color: var(--btn);
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

  .tablet-down-2:hover {
    color: var(--btn);
    font-weight: 400;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-2 {
    text-align: left;
    width: 100%;
  }

  .gallery-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-wrap {
    width: 150px;
    height: 101.266px;
  }

  .moving-gallery {
    width: 150px;
    height: auto;
  }

  .home-gallery {
    transform: none;
  }

  .gradient-left, .gradient-right {
    width: 30px;
  }

  .blog-body-container {
    flex-flow: column;
  }

  .collection-list-20 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .columns-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .top-nav {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-20 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    justify-content: center;
    align-items: center;
  }
}
