body {
  background-color: #f3f3f0;
  font-family: "Barlow", sans-serif;
}
header .logo svg {
  height: 33px;
}
header .logo svg path {
  fill: #1d2028;
}
#hero.features {
  background-image: url('/public/img/app_features/cover.png'), url('/public/img/gradient_1.png');
  background-size: 420px auto, 100% 100%;
  background-position: left calc(60% + 230px) bottom -140px, 0 0;
  background-repeat: no-repeat, no-repeat;
}
#hero.platform {
  background-image: url('/public/img/platform_features/cover.png'), url('/public/img/gradient_1.png');
  background-size: 580px auto, 100% 100%;
  background-position: left calc(60% + 290px) bottom 190px, 0 0;
  background-repeat: no-repeat, no-repeat;
}
#hero.buy {
  background-image: url('/public/img/building_3.png'), url('/public/img/gradient_1.png');
  background-size: 900px auto, 100% 100%;
  background-position: right -200px bottom -450px, 0 0;
  background-repeat: no-repeat, no-repeat;
}
#hero.dev {
  background-image: url('/public/img/building_4.png'), url('/public/img/gradient_1.png');
  background-size: 1100px auto, 100% 100%;
  background-position: right -500px bottom -350px, 0 0;
  background-repeat: no-repeat, no-repeat;
}
section h2.rounded-md {
  color: #696969;
  z-index: 2;
  position: relative;
}
section h2 + p {
  z-index: 2;
  position: relative;
  color: #696969;
  background-color: #f3f3f0;
}
.phone {
  overflow: hidden;
  margin: auto;
  border-radius: 8px;
}
section.banner.green {
  background-image: url('/public/img/gradient_2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #0f8d8b;
}
section.banner.green h2 {
  font-size: 27pt;
  font-weight: 300;
  color: white;
}
section.banner.yellow {
  background-image: url('/public/img/gradient_3.png');
  background-size: 100% 100%;
}
section.banner.yellow h2 {
  font-size: 27pt;
  font-weight: 300;
  color: #696969;
}
#team .team-icon {
  position: relative;
}
#team .team-icon img {
  border-radius: 9999px;
}
#team .team-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  padding: 6px;
  background: linear-gradient(to right, #0a9692, #e1b90d);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
button {
  text-transform: uppercase !important;
  border-radius: 10px;
}
button.main {
  border: 6px solid #0a6b74;
  color: #484949;
  font-size: 20pt;
}
button.alternative {
  border: 6px solid #e9b500;
  color: white;
  font-size: 20pt;
}
button.alternative2 {
  border: 6px solid #0f8d8b;
  color: #696969;
  font-size: 20pt;
}
button.large {
  font-size: 25pt;
}
body nav a {
  color: #696969;
  font-size: bold;
}
body nav a:hover {
  color: #0a6b74;
}
body nav a.active {
  color: #0a6b74;
}
button.gradient {
  background: linear-gradient(to top, #318083, #78A390, #C6A53B, #E9B618);
  border: none !important;
  color: white !important;
  padding: 8px 26px;
  font-weight: 500;
}
#mobile-nav.active {
  position: absolute;
  width: 65%;
  width: 320px;
  display: block;
  height: 400px;
  height: auto !important;
  right: 0px;
  top: 94px;
  background: #f3f3f0 !important;
  padding: 15px;
  text-align: right;
}
#mobile-nav.active a {
  display: block;
}
#why-altavera .card {
  background: white;
  border-radius: 25px;
  text-align: left;
  color: #696969;
}
#why-altavera .card h3 {
  line-height: 1.4;
  text-transform: uppercase;
}
#why-altavera .card p {
  font-weight: 300;
}
#how-it-works .card {
  background: white;
  border-radius: 30px;
  text-align: left;
  color: #696969;
  position: relative;
  padding-right: 90px;
}
#how-it-works .card h3 {
  line-height: 1.4;
  text-transform: uppercase;
}
#how-it-works .card p {
  font-weight: 300;
}
#how-it-works .card span {
  position: absolute;
  top: -40px;
  right: -24px;
  font-weight: bold;
  line-height: 150pt;
}
#how-it-works .card:nth-of-type(1) {
  background-color: #e7ddc4;
}
#how-it-works .card:nth-of-type(1) span {
  color: #b98413;
}
#how-it-works .card:nth-of-type(2) {
  background-color: #f1e7c0;
}
#how-it-works .card:nth-of-type(2) span {
  color: #e9b500;
}
#how-it-works .card:nth-of-type(3) {
  background-color: #d3e6e3;
}
#how-it-works .card:nth-of-type(3) span {
  color: #52b0ae;
}
#how-it-works .card:nth-of-type(4) {
  background-color: #c4d8d7;
}
#how-it-works .card:nth-of-type(4) span {
  color: #0a6b74;
}
#how-it-works .card:nth-of-type(5) {
  background-color: #c4d8d7;
}
#how-it-works .card:nth-of-type(5) span {
  color: #076C71;
}
#how-it-works .card:nth-of-type(6) {
  background-color: #d1d1cf;
}
#how-it-works .card:nth-of-type(6) span {
  color: #484949;
}
section,
footer {
  position: relative;
}
.line {
  position: absolute;
  background-color: #e9b500;
  z-index: 1;
}
.line.vertical {
  top: 32px;
  width: 8px;
  height: calc(100% - 40px - 32px + 149px);
}
.line.vertical.left {
  left: calc(50% - 38rem);
}
.line.vertical.right {
  right: calc(50% - 38rem);
}
.line.vertical.middle {
  left: calc(50% - 4px);
}
.line.horizontal {
  bottom: -149px;
  height: 8px;
  right: calc(50% - 38rem + 40px);
  left: calc(50% - 38rem + 40px);
}
.line.horizontal.middle {
  width: calc(40rem - 108px);
}
.line.horizontal.middle.right {
  left: calc(50% + 36px);
}
.line.horizontal.middle.left {
  left: calc(50% - 38rem + 40px);
}
.corner {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-color: #e9b500;
  border-width: 8px;
}
.corner.left {
  left: calc(50% - 38rem);
  bottom: -149px;
}
.corner.right {
  right: calc(50% - 38rem);
  bottom: calc(-32px - 149px);
}
.arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  right: calc(2rem - 11px);
  bottom: 60px;
  transform: rotate(45deg);
  right: calc(50% - 38rem - 11px);
}
.arrow:before {
  content: "";
  width: 8px;
  height: 26px;
  background: #e9b500;
  position: absolute;
  border-radius: 6px;
  right: 0;
  bottom: 0;
}
.arrow:after {
  content: "";
  right: 9px;
  width: 8px;
  height: 26px;
  background: #e9b500;
  position: absolute;
  border-radius: 6px;
  transform: rotate(90deg);
  bottom: -9px;
}
/* Large screens (lg) */
/* Applies to screens 1024px and wider */
/* Extra Large screens (xl) */
/* Applies to screens 1280px and wider */
@media (max-width: 1280px) {
  .line.vertical.left {
    left: 2rem;
  }
  .line.vertical.right {
    right: 2rem;
  }
  .line.horizontal {
    left: calc(2rem + 40px);
    right: calc(2rem + 40px);
  }
  .line.horizontal.middle {
    width: calc(50% - 2rem - 40px - 36px);
  }
  .line.horizontal.middle.left {
    left: calc(2rem + 40px);
  }
  .corner.right {
    right: 32px;
  }
  .corner.left {
    left: 32px;
  }
  .arrow {
    right: calc(2rem - 11px);
  }
}
/* Double Extra Large screens (2xl) */
/* Applies to screens 1536px and wider */
.accordion-trigger {
  opacity: 0.9;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  padding-right: 0.5vw;
  display: flex;
}
.open-close-line {
  background-color: black;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}
.open-close-line.second-line {
  transform: rotate(90deg);
}
.accordion-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}
.open-close-icon-wrapper {
  color: #696969;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}
.accordion-paragraph {
  color: #696969;
  font-size: 18px;
  width: 100%;
  max-width: 90%;
  line-height: 1.33;
}
.accordion-paragraph a {
  color: #696969;
  font-weight: 600;
  text-decoration: underline;
}
.accordion-item-title {
  color: #696969;
  font-size: 20pt;
  font-weight: bold;
  max-width: 93%;
}
.accordion-item {
  color: #696969;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  border-top: 4px solid rgba(82, 176, 174, 0.2);
}
.accordion-item.tabs-accordion---brix {
  border-bottom: 1px solid black;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding 0.2s;
}
.accordion-item.tabs-accordion---brix:hover {
  padding-left: 16px;
}
footer {
  padding: 4rem 2.5rem 2rem 2.5rem;
}
footer .back-to-top {
  color: #1d2028;
}
footer .back-to-top svg {
  transform: rotate(180deg);
  width: 56px;
  height: 56px;
}
footer .back-to-top svg path {
  stroke: #1d2028;
}
footer .footer-links {
  width: 100%;
  margin-bottom: 4rem;
}
footer .footer-links .column {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
footer .footer-links .column a {
  transition: all ease 0.3s;
  display: block;
  font-size: 3.5vw;
  text-decoration: none !important;
  font-weight: 200;
  color: #1d2028;
}
footer .footer-links .column a:hover {
  color: #0f8d8b;
}
footer .logo svg {
  height: 80px;
  max-width: 60%;
}
footer .logo svg path {
  fill: #1d2028;
}
@media screen and (max-width: 767px) {
  footer .footer-links .column {
    width: 100%;
    display: block;
  }
  footer .footer-links .column a {
    font-size: 6.5vw;
  }
}
.logo {
  margin-top: 5px;
  margin-left: 5px;
}
.foreground-content .section-mode-3 {
  background-color: rgba(233, 181, 0, 0.45);
}
footer .back-to-top {
  color: #1d2028;
}
footer .back-to-top svg {
  transform: rotate(180deg);
  width: 56px;
  height: 56px;
}
footer .back-to-top svg path {
  stroke: #1d2028;
}
footer .logo svg {
  height: 80px;
  max-width: 100%;
}
footer .logo svg path {
  fill: #1d2028;
}
#faq-people ul,
#faq-people ol {
  margin: 20px 0;
}
.loading {
  opacity: 0.8;
  /* Initial opacity */
  pointer-events: none;
  /* Prevent further interactions */
  transition: opacity 1s ease-in-out infinite alternate;
  /* Smooth transition, infinite loop, alternates direction */
}
@keyframes fadeInOut {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0.5;
  }
}
.loading {
  animation: fadeInOut 1s ease-in-out infinite alternate;
  /* Apply the animation */
}
#projects .cta-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 25px 0;
  transition: all ease 0.3s;
}
#projects .cta-container .cta-building {
  margin-bottom: -25px;
}
#projects .cta-container .cta-building .icon-1x1-xlarge {
  margin-right: 15px;
}
.section-hero-1 {
  background-image: url("/public/img/capetown.jpg");
  background-size: cover;
}
#projects_section {
  background-color: rgba(29, 32, 40, 0.7);
  position: relative;
  z-index: 2;
}
#projects_section > div {
  background-color: rgba(29, 32, 40, 0.49);
}
.background-grid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.background-grid {
  display: grid;
  padding: 10px;
  /* Adjust as needed */
  gap: 10px;
  /* Adjust as needed */
  width: calc(200% - 10px);
  /* Double the width */
  height: 100%;
  animation: scrollLeftLoop 25s linear infinite;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  opacity: 0.8;
}
@keyframes scrollLeftLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-50% + 5px));
  }
}
.card {
  background-color: rgba(29, 32, 40, 0.1);
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.card .card-inner h3 {
  text-transform: uppercase;
  font-weight: bold;
  filter: blur(5px);
}
.card .card-inner p {
  text-transform: uppercase;
  font-weight: bold;
  filter: blur(4px);
}
body.support {
  color: #1d2028;
  background: #FFFFFF;
  fill: #1d2028;
}
body.support .logo svg {
  height: 40px;
}
body.support .page-wrapper {
  max-width: 80vw;
  margin: 2rem auto;
  padding-bottom: 3rem;
}
body.support section {
  padding: initial;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
body.support h1 {
  font-size: 2.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: initial;
}
body.support h2 {
  font-size: 2rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 0.8rem;
  font-weight: bold;
  text-align: initial;
}
body.support h3 {
  font-size: 1.75rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.4;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
body.support p {
  font-size: 1rem;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 1rem;
}
body.article {
  color: #FFFFFF;
  background: #0f8d8b;
  fill: #FFFFFF;
}
body.article .page-wrapper {
  max-width: 80vw;
  margin: 2rem auto;
  padding-bottom: 3rem;
}
body.article .page-wrapper .logo svg {
  height: 25px;
}
body.article #header {
  margin-top: 20px;
  border-radius: 0.666rem;
  background-image: url("/public/img/capetown.jpg");
  background-size: cover;
  border: 1px solid #0C6A73;
  padding: 18vh 0;
}
body.article #header h1 {
  text-align: center;
  margin-bottom: 0;
}
body.article section {
  padding: initial;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
body.article h1 {
  font-size: 2.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: initial;
}
body.article h2 {
  font-size: 2rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 0.8rem;
  font-weight: bold;
  text-align: initial;
}
body.article h3 {
  font-size: 1.75rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.4;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
body.article p {
  font-size: 1rem;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 1rem;
}
body.article footer .back-to-top {
  color: #FFFFFF;
}
body.article footer .back-to-top svg path {
  stroke: #FFFFFF;
}
body.article footer .logo svg path {
  fill: #FFFFFF;
}
@media screen and (max-width: 1228px) {
  #hero.platform {
    background-size: 500px auto, 100% 100%;
    background-position: left calc(60% + 260px) bottom 190px, 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #hero.features {
    background-size: 400px auto, 100% 100%;
    background-position: left calc(60% + 210px) bottom -140px, 0 0;
  }
  #hero.platform {
    background-size: 400px auto, 100% 100%;
    background-position: left calc(60% + 200px) bottom 190px, 0 0;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    background-size: 320px auto, 100% 100%;
    background-position: right -100px bottom -225px, 0 0;
  }
  #hero.dev {
    background-size: 550px auto, 100% 100%;
    background-position: right -320px bottom -175px, 0 0;
  }
  #hero.buy {
    background-size: 450px auto, 100% 100%;
    background-position: right -110px bottom -225px, 0 0;
  }
  #hero.features {
    background-size: 290px auto, 100% 100%;
    background-position: left calc(60% + 138px) bottom -140px, 0 0;
  }
  #hero.platform {
    background-size: 90% auto, 100% 100%;
    background-position: left 60% bottom 20px, 0 0;
    padding-bottom: 70vw;
  }
  #hero.platform h1 {
    width: 100% !important;
  }
  #hero.platform p {
    width: 100% !important;
  }
  button {
    z-index: 2;
    position: relative;
    border-radius: 10px;
  }
  button.main {
    font-size: 15pt;
  }
  button.alternative {
    font-size: 15pt;
  }
  button.alternative2 {
    font-size: 15pt;
  }
  button.large {
    font-size: 15pt;
  }
}
@media screen and (max-width: 540px) {
  #hero.features {
    background-size: 320px auto, 100% 100%;
    background-position: left 50% bottom -120px, 0 0;
    padding-bottom: 450px;
  }
  #hero.features h1 {
    width: 100% !important;
  }
  #hero.features p {
    width: 100% !important;
  }
}
