@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format("truetype"), url('../fonts/PlusJakartaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.332vw;
  line-height: 1em;
}

a {
  text-decoration: underline;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

.container.container-hero {
  position: sticky;
  top: 6.33em;
}

.container.slide-container {
  padding-top: 6em;
  padding-bottom: 6em;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 75.313em;
  display: flex;
}

.logo {
  height: 2.4em;
}

.nav-menu-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bg-pink {
  background-color: #eb4c60;
}

.button {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 9.938em;
  height: 2.875em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button.bg-pink {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  padding-top: 1.063em;
  padding-bottom: 1.063em;
}

.bg-img2 {
  background-image: url('../images/toa-heftiba-nrSzRUWqmoI-unsplash-1-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

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

.cloud {
  width: 115.75em;
  display: block;
  position: static;
  top: 0;
}

.hero-img {
  display: block;
  position: absolute;
}

.section-hero {
  position: relative;
}

.section-hero.cloud {
  background-image: url('../images/pexels-elia-clerici-912110.jpg');
  background-position: 50%;
  background-size: cover;
}

.txt-64-600 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.txt-white {
  color: #fff;
}

.hero-head.txt-white.txt-64-600 {
  z-index: 2;
  text-align: center;
  font-size: 4em;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.nav-menu-link {
  color: #fff;
  margin-right: 3em;
  padding: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.hero-content {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
}

.hero-content-parent {
  text-align: center;
  align-items: center;
  width: 42.625em;
  margin-top: 1.5em;
  margin-bottom: 3.75em;
  display: flex;
}

.search-form {
  background-color: #fff;
  border-radius: 200px;
  align-items: center;
  width: 61.25em;
  padding: .75em .75em .75em 3.75em;
  display: flex;
}

.form-group {
  grid-column-gap: 3.125em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.block1 {
  width: 10.188em;
  height: 3.5em;
  position: relative;
}

.block2 {
  width: 12.25em;
  height: 3.5em;
  position: relative;
}

.block3 {
  width: 9.3em;
  height: 3.5em;
  position: relative;
}

.block4 {
  padding-right: .5em;
  position: relative;
}

.search-img {
  border-radius: 38px;
}

.hero-bg {
  z-index: 1;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.house {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.hero-parent {
  z-index: 1;
  height: 100vh;
  position: relative;
  padding-top: 20vh;

}

.section {
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-grey {
  background-color: #f8f9fe;
}

.block-head {
  margin: 0 .5em 0 3px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.25em;
  line-height: 1;
}

.label-parent {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.block-img {
  width: 1.25em;
  height: 1.25em;
}

.custom-input {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  width: 9.8em;
  font-size: 1.25em;
}

.block-child-copy {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.block-head-type {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  line-height: 1;
}

.testimony {
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.6;
}

.testimony-parent {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.expl-parent {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7.5em;
  position: relative;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.content-head {
  color: #161616;
  text-align: left;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2.75em;
  line-height: 1.3em;
}

.text-content {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
}

.text-content-parent {
  justify-content: flex-start;
  align-items: center;
  width: 34.375em;
  display: flex;
  position: relative;
}

.expl-child-bot {
  position: relative;
  top: 5em;
}

.slider {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
  position: relative;
}

.slider.owl-carousel {
  grid-column-gap: 16px;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.slider-item {
  position: relative;
}

.xpl-img {
  position: relative;
  overflow: hidden;
}

.xpl-img-child {
  position: relative;
}

.xpl-content-child {
  padding-top: 2.063em;
}

.xpl-head {
  color: #161616;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.xpl-txt {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.25em;
}

.xpl-content-bot {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.xpl-txt-calendar {
  margin-top: 2.5em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1;
}

.testtim-child {
  margin-left: 7.5em;
  margin-right: 7.5em;
}

.testimony-child {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.testimony-child.overflow {
  overflow: hidden;
}

.testimony-img {
  width: 36.875em;
  height: 36.875em;
}

.left {
  flex-direction: column;
  justify-content: space-between;
  width: 28.1em;
  height: 23.125em;
  display: flex;
  position: relative;
}

.content-txt {
  margin-top: 1.6em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.6em;
}

.play-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 6em;
}

.special-parent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.special-head {
  color: #161616;
  text-align: center;
  margin-top: 0;
  margin-bottom: .48em;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
}

.special-txt {
  text-align: center;
  width: 37.5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.special-child {
  grid-row-gap: .75em;
  flex-direction: column;
  width: 100%;
  margin-top: 3.75em;
  display: flex;
  position: relative;
}

.top {
  grid-column-gap: .75em;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bot {
  height: 23.125em;
  position: relative;
}

.top-child {
  width: 50%;
  height: 100%;
  position: relative;
}

.special-img-top {
  position: relative;
}

.price {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1116;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 3.75em;
  display: flex;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  right: 1.25em;
}

.price-child {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}

.col-img {
  height: 23em;
  position: relative;
  overflow: hidden;
}

.top-img-right {
  background-image: url('../images/Rectangle-24833.png');
  background-position: 50%;
  background-size: cover;
  height: 23em;
  position: relative;
}

.price2 {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 3.75em;
  display: flex;
  position: absolute;
  inset: 1em 1em 0% auto;
}

.price2.txt-white {
  z-index: 1;
}

.describ {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 19.4em;
  height: 4em;
  padding-left: 2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1em;
  right: auto;
}

.describ-head {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.73em;
  line-height: 1;
}

.describ-child {
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.describ-text {
  color: #000;
  font-size: 1em;
  line-height: 1;
}

.circle {
  background-color: #000;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.trusted-parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.people {
  width: 100%;
  margin-bottom: 3.75em;
}

.people-head {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50.125em;
  margin-bottom: 3.75em;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.content-head-people {
  color: #161616;
  text-align: center;
  margin-top: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2.75em;
  line-height: 1.2;
}

.petik {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75em;
  display: flex;
  position: relative;
}

.petik-child {
  width: 4.25em;
  height: 3.375em;
}

.txt-parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68.5em;
  display: flex;
  position: relative;
}

.content-people {
  text-align: center;
  font-size: 2em;
  line-height: 1.4;
}

.brand {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1;
}

.brand-parent {
  align-items: center;
  display: flex;
}

.brand-veeza {
  color: #eb4c60;
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-left: .2em;
  font-size: 1.25em;
  line-height: 1;
}

.footer {
  text-align: center;
  background-color: #161616;
  align-items: flex-start;
  padding-top: 7.5em;
  padding-bottom: 0;
}

.footer-flex-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: .25px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  padding-top: 2.563em;
  display: flex;
}

.footer-top {
  padding-bottom: 6.313em;
}

.fot-head {
  margin-top: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
}

.fot-head.txt-white {
  line-height: 1.3;
}

.hover {
  align-items: center;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.hovwer-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}

.arrow {
  margin-left: 1.5em;
  position: relative;
}

.arrow-child {
  width: 5em;
  height: 5em;
}

.fot-right {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
}

.footer-item-mid {
  border-bottom: 1px solid #fff;
  margin-left: 5em;
  margin-right: 5em;
  padding-bottom: .25em;
}

.footer-item-mid.txt-white {
  border-bottom-style: none;
}

.list-1 {
  padding-bottom: .25em;
}

.bottom {
  background-color: #333;
  width: 100%;
  height: 3.75em;
}

.bottom.txt-white {
  background-color: #888;
  justify-content: space-between;
  align-items: center;
  padding-left: 7.5em;
  padding-right: 7.5em;
  display: flex;
}

.boto-txt {
  color: #888;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 1;
}

.play-pause-button {
  inset: 50%;
}

.play-button {
  background-color: #161616;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10.625em;
  height: 10.625em;
  display: flex;
}

.play-button-child {
  background-color: gray;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8.75em;
  height: 8.75em;
  display: flex;
}

.play {
  width: 3.75em;
  height: 3.75em;
}



.image, .image-2 {
  width: 10.625em;
  height: 10.625em;
}

.fot-bot.txt-white {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.375em;
  padding-bottom: 1.313em;
  display: flex;
}

.shadow-hover {
  z-index: 1;
  opacity: .7;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  bottom: auto;
}

.shadow-img {
  width: 6.25em;
  height: 6.25em;
}

.bot-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-people {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: start;
  width: 75em;
  height: 13.75em;
  display: flex;
  position: relative;
  left: -2em;
}

.people-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 8.75em;
  height: 13.75em;
  display: flex;
  position: relative;
}

.peo-1 {
  width: 8.75em;
  height: 8.75em;
}

.hero-header {
  margin-bottom: 1.5em;
  position: sticky;
}

.search, .search.txt-white {
  display: none;
}

.footer-txt-no {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
}

.item-2 {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  padding-bottom: .5em;
}

.boto-txt-left, .boto-txt-right {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 1;
}



.img-3 {
  position: absolute;
  top: 0;
}

.people-2 {
  justify-content: center;
  align-items: center;
  width: 8.75em;
  height: 13.75em;
  display: flex;
  position: relative;
}

.arrow-parrent {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.arrow-img {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.arrow-img-child {
  width: 6.25em;
  max-width: 6.25em;
  height: 6.25em;
}

.people-3, .people-4, .people-5 {
  width: 8.75em;
  height: 13.75em;
  position: relative;
}

.search-img-button {
  justify-content: center;
  align-items: center;
}

.form-splitter {
  background-color: #ccc;
  width: 1px;
  height: 3.125em;
}

.slider-line {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 4.2em;
}

.search-btn {
  background-color: #eb4c60;
  border-radius: 22.62em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.search-icn {
  width: 2em;
  height: 2em;
}

.hero-icn {
  width: 1.25em;
  height: 1.25em;
}

.owl-item {
  padding-bottom: 0;
  padding-right: 0;
}

.special-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link {
  text-decoration: none;
}

.body-2 {
  max-width: 100vw;
}

@media screen and (min-width: 1280px) {
  .testimony-parent {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    width: 100%;
  }

  .text-content-parent {
    width: 29.8em;
  }

  .bot {
    width: 100%;
  }

  .header {
    position: relative;
  }

  .fot-bot {
    flex: 1;
  }

  .fot-bot.txt-white {
    justify-content: space-between;
    align-items: center;
    padding-top: 1.375em;
    padding-bottom: 1.313em;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .arrow-img {
    opacity: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.29vw;
    line-height: 1em;
  }

  .container.slide-container {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3.75em;
  }

  .nav-container {
    justify-content: space-between;
  }

  .logo {
    width: 6.813em;
  }

  .nav-menu-left {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 1em;
  }

  .nav-menu-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
    flex-direction: column;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .navbar.sticky {
    justify-content: space-between;
    align-items: center;
  }

  .hero {
    justify-content: flex-start;
  }

  .section-hero {
    margin-top: 5em;
  }

  .hero-head.txt-white.txt-64-600 {
    font-size: 1.8em;
    line-height: 1.26em;
  }

  .nav-menu-link {
    margin-bottom: .4em;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content.txt-white {
    line-height: 1.688em;
  }

  .hero-content-parent {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5em;
    font-size: 3vw;
    position: relative;
  }

  .search-form {
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    padding: 1.5em;
  }

  .form-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .block1 {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: .75em;
  }

  .block2 {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .block3 {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    padding-top: .75em;
  }

  .block4 {
    background-color: #eb4c60;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.375em;
    display: flex;
  }

  .search-img {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.5em;
    margin-top: 2em;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-bg {
    width: 100%;
  }

  .hero-parent {
    height: 36.1em;
  }

  .section.overflow {
    overflow: hidden;
  }

  .block-head {
    margin-left: 0;
  }

  .label-parent {
    margin-bottom: .625em;
  }

  .testimony {
    width: 100%;
    font-size: 1.125em;
  }

  .testimony-parent {
    flex-direction: column;
  }

  .expl-parent {
    width: 100%;
    padding-top: 7.5em;
  }

  .section-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .content-head {
    text-align: center;
    margin-bottom: .857em;
    font-size: 1.75em;
    line-height: 1.26em;
  }

  .text-content {
    text-align: center;
    font-size: 1.125em;
  }

  .text-content-parent {
    width: 100%;
  }

  .expl-child-bot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .slider.owl-carousel {
    grid-template-columns: 1fr;
  }

  .xpl-content-child {
    padding-top: 2em;
  }

  .testtim-child {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: contents;
    position: relative;
  }

  .testimony-child {
    width: 100%;
  }

  .testimony-img {
    width: 100%;
    height: 21.125em;
  }

  .left {
    justify-content: center;
    align-items: center;
    margin-top: 3.75em;
  }

  .content-txt {
    text-align: center;
  }

  .special-head {
    margin-bottom: .857em;
    font-size: 1.725em;
    line-height: 1.3em;
  }

  .special-txt {
    width: auto;
    font-size: 1.125em;
  }

  .top {
    flex-direction: column;
  }

  .top-child {
    width: 100%;
    margin-bottom: 1.5em;
    position: relative;
  }

  .price.txt-white {
    inset: 1em 1em auto auto;
  }

  .people-head {
    width: auto;
  }

  .content-head-people {
    font-size: 1.75em;
    line-height: 1.3;
  }

  .petik-child {
    width: 2.875em;
    height: 2.25em;
  }

  .txt-parent {
    width: 100%;
  }

  .content-people, .brand, .brand-veeza {
    font-size: 1.125em;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .fot-head.txt-white {
    font-size: 2em;
  }

  .hover {
    flex-direction: column;
    justify-content: center;
  }

  .hovwer-txt.txt-white {
    font-size: 1.125em;
  }

  .arrow {
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
    margin-left: 0;
  }

  .fot-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-txt {
    text-align: center;
  }

  .footer-item.txt-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-item-mid.txt-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    display: flex;
  }

  .bottom {
    justify-content: center;
    align-items: center;
    height: 3.125em;
    display: flex;
  }

  .boto-txt {
    font-size: .875em;
    display: block;
  }

  .fot-bot.txt-white {
    justify-content: center;
    padding-top: 1.063em;
    padding-bottom: 1em;
  }

  .grid-people {
    width: 69.625em;
    height: 7.875em;
    left: -15em;
  }

  .brand-2 {
    margin-left: 0;
    margin-right: auto;
  }

  .people-1 {
    width: 5em;
    height: 7.875em;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 0;
  }

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

  .search {
    color: #fff;
    margin-right: .75em;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1;
    display: block;
  }

  .search.txt-white {
    display: block;
  }

  .link-block {
    margin-bottom: 2.5em;
  }

  .footer-txt-no {
    text-align: center;
    margin-bottom: .5em;
  }

  .item-1 {
    position: relative;
  }

  .item-2 {
    padding-bottom: .5em;
    position: relative;
  }

  .boto-txt-left, .boto-txt-right {
    display: none;
  }

  .home-mobile {
    background-image: url('../images/toa-heftiba-nrSzRUWqmoI-unsplash-1-2.png');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }


  .img-2 {
    top: 1.5em;
  }

  .people-2, .people-3 {
    width: 5em;
    height: 7.875em;
  }

  .form-splitter {
    width: 18.188em;
    height: 1px;
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .slider-line {
    display: none;
  }

  .search-btn {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.375em;
    display: flex;
  }

  .search-icn {
    width: 1.5em;
    height: 1.5em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .owl-item {
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2vw;
  }

  .nav-container {
    justify-content: space-between;
    max-width: 339px;
  }

  .logo {
    width: 20em;
    height: 4em;
  }

  .navbar.sticky {
    justify-content: space-between;
    align-items: center;
  }

  .section-hero {
    padding-top: 0;
  }

  .hero-head.txt-white.txt-64-600 {
    margin-bottom: 0;
    font-size: 6.5em;
  }

  .hero-content.txt-white {
    font-size: 1.4em;
  }

  .hero-content-parent {
    width: 100%;
    margin-top: 2em;
    font-size: 1.125em;
    position: relative;
  }

  .search-form {
    z-index: 3;
    border-radius: 0;
    width: 100%;
    height: 21.938em;
  }

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

  .house {
    opacity: .98;
  }

  .hero-parent {
    height: 100vh;
  }

  .testimony {
    width: 21.188em;
    font-size: 1.6em;
  }

  .testimony-parent {
    flex-direction: column;
    height: 100%;
  }

  .expl-parent {
    width: 100%;
  }

  .section-title-wrapper {
    flex-direction: column;
  }

  .content-head {
    text-align: center;
    width: 17.938em;
    margin-bottom: 1.5em;
    font-size: 2em;
  }

  .text-content {
    text-align: center;
    width: 21.188em;
    font-size: 1.125em;
  }

  .text-content-parent {
    justify-content: center;
  }

  .xpl-content-child {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .xpl-head {
    font-size: 2em;
  }

  .xpl-txt {
    font-size: 1.6em;
  }

  .testimony-child {
    width: 100%;
    height: 50%;
  }

  .left {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.75em;
  }

  .content-txt {
    text-align: center;
    width: 21.188em;
    font-size: 1.6em;
  }

  .special-head {
    font-size: 2em;
  }

  .special-txt {
    font-size: 1.6em;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .hovwer-txt.txt-white {
    font-size: 1.6em;
  }

  .header {
    background-image: url('../images/pexels-elia-clerici-912110.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .brand-2 {
    margin-right: auto;
    padding-left: 0;
  }

  .background-video {
    width: 100%;
    height: 25em;
  }

  .hero-header {
    font-size: 1vw;
  }
}

#w-node-e31e912a-e875-4a0a-4525-94f4c5ab8996-82da9b1f, #w-node-_0d2fd508-f0af-ea28-99e7-2cc30ab3dc78-82da9b1f, #w-node-b125c9a6-c8a5-0438-a151-b1a253b13617-82da9b1f, #w-node-c94cae5c-537b-8008-d263-5cb6625e8c17-82da9b1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}