* {
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
nav {
  margin: 0;
  font-family: "Jost", sans-serif;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
  display: block;
  padding-left: 1.25rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #503f5f;
  position: relative;
}
ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #69336f;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
  top: 0.5rem;
}
.disable-pointer-events iframe {
  pointer-events: none;
}
.m-b-2 {
  margin-bottom: 1rem;
}
h4 {
  text-transform: uppercase;
  color: #69336f;
}
video,
img {
  border-radius: 0.25rem;
}
p {
  margin: 0.5rem 0;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #503f5f;
}
html {
  font-size: 16px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
img,
video {
  max-width: 100%;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-space-between {
  justify-content: space-between;
}
.center-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.price {
  font-size: 2.25rem;
  margin-top: 2rem;
}
.price span {
  font-weight: 400;
  font-size: 1rem;
}
.bg-grey {
  background-color: #f8f8f8;
}
.logo {
  width: 172px;
}
a {
  text-decoration: none;
}
ion-header.header {
  background-position: center -100px;
}
.tree-wrapper {
  width: 100%;
  height: 100%;
  background: url("images/header-pattern.jpg") no-repeat bottom center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
}
.tree-wrapper p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #d2cfe7;
  font-family: "Jost", sans-serif;
}
.tree-wrapper .tree {
  padding: 0 2rem;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
}
.tree-wrapper ion-button {
  width: 100%;
  flex: 1;
}
.social {
  width: 100%;
  display: flex;
  column-gap: 1rem;
}
.header {
  background: url("images/header-pattern.jpg") no-repeat bottom center;
  background-size: cover;
}
.header ion-toolbar {
  padding: 1rem 0 !important;
}
.header hr {
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
nav li {
  display: inline-block;
  list-style: none;
}
nav li::before {
  content: none;
}
nav li button {
  display: block;
  padding: 0.25rem 1.25rem;
  color: #a8ace2;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  font-size: 1rem;
}
.banner {
  padding: 2rem 0;
  color: #fff;
}
.banner h1 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.75rem;
}
.banner h1 b {
  font-weight: 800;
  color: #a12c8e;
}
.banner p {
  color: #a8ace2;
}
.banner video {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.showcase-img {
  height: 200px;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.showcase-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-v-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-v-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.m-b-2 {
  margin-bottom: 1rem;
}
ion-toolbar {
  --background: transparent;
  --min-height: 2rem;
}
ion-grid {
  padding: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
ion-col {
  --ion-grid-column-padding: 1rem;
}
ion-button {
  --background: #69336f;
  --box-shadow: none;
  font-family: "Jost", sans-serif;
}
h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #69336f;
  text-transform: uppercase;
}
h3 b {
  color: #503f5f;
}
.swiper {
  padding-bottom: 4rem;
}
.swiper ion-grid {
  padding: 0 3rem;
}
.swiper-pagination-bullet-active {
  background-color: #69336f;
}
.swiper-button-prev,
.swiper-button-next {
  color: #69336f;
}
.jp-widget-company,
.jp-widget-swiper-title img {
  display: none !important;
}
footer {
  background-color: #211a27;
  padding: 2rem 0;
}
footer p,
footer h4,
footer h3 {
  color: #fff;
}
footer a {
  color: #e4aedc;
}
footer ion-button {
  --background: #a12c8e;
}
.round {
  border-radius: 50%;
}
iframe {
  width: 100%;
  height: 100%;
}
.streetview {
  height: 700px;
}
@media screen and (max-width: 1200px) {
  .center-content {
    max-width: 960px;
  }
  nav li a {
    padding: 0.25rem 0.5rem;
  }
  .showcase-img {
    height: 160px;
  }
}
@media screen and (max-width: 992px) {
  .swiper ion-grid {
    padding: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 20%;
  }
  .banner-text-wrapper {
    text-align: center;
  }
  .center-content {
    max-width: 600px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .streetview {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .logo {
    width: 120px;
  }
  .banner {
    padding: 1rem 0;
  }
  .banner h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 800;
  }
  .p-v-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .social-icons {
    margin-top: 1rem;
  }
  .social-icons a {
    display: block;
    font-size: 1.5rem;
    margin: 0 1rem;
  }
}
