@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.woff2') format('woff2'), url('../fonts/Inter.woff') format('woff'),
    url('../fonts/Inter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Medium.woff') format('woff'),
    url('../fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/satoshi/Satoshi-Variable.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Variable.woff') format('woff'),
    url('../fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  font-size: 12px;
  font-family: Inter, sans-serif !important;
  overflow-x: hidden;
  color: #3f4947;
  margin: 0;
  background-color: #ecf2f0;
  padding-top: 80px;
}

body.fixed-position {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

a,
a.active,
a.visited {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

i {
  display: block;
  background-repeat: no-repeat;
  font-style: normal;
}

.logo-img {
  width: 83.52px;
  height: 24px;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.sticky-header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.navbar {
  display: flex;
  padding: 20px 0px 20px 80px;
}

.navbar-container {
  display: flex;
  width: 100%;
  align-items: center;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-right: 96px;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin-right: 30px;
  display: flex;
  align-items: center;
  padding: 16px;
  height: 16px;
}

.nav-link {
  color: #161d1c;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  transition: color 0.3s ease;
  font-family: Satoshi-Variable, sans-serif !important;
}

.nav-item:hover {
  background: #cef0ea;
  border-radius: 50px;
}

.nav-link:hover {
  color: #006d6b;
}

.navbar-toggle {
  display: none;
}

.mobile-menu-header {
  display: none;
}

.hero-banner {
  height: 500px;
  position: relative;
  padding-top: 152px;
}

.hero-banner .content-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
}

.hero-banner .content-hero .left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 770px;
}

.hero-banner .content-hero .right-side {
  display: flex;
  align-items: center;
  width: 520px;
  margin-left: 16px;
}

.hero-banner img.styling-image {
  position: absolute;
  width: 590px;
  height: 410px;
  object-fit: cover;
}

.hero-banner .title {
  font-family: Satoshi-Medium, sans-serif !important;
  font-size: 68px;
  font-weight: 500;
  margin: 24px 0px;
  letter-spacing: 0px;
  line-height: 80px;
  letter-spacing: -0.75px;
  color: #161d1c;
}

.hero-banner .subtitle p {
  font-size: 18px;
  line-height: 32px;
  color: #3f4947;
}

img.right-image {
  width: 518.4px;
  height: 240px;
}

.button-hero {
  margin-top: 40px;
  background: #2aab9f;
  border-radius: 50px;
  padding: 14px 24px;
  width: 110px;
  height: 20px;
}

.button-hero:hover {
  background: #006a62;
  box-shadow: 0 6px 12px -2px rgba(0, 106, 98, 0.6);
}

.button-hero a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
}

.button-hero a img {
  margin-left: 4px;
}

.hero-banner .wave-img {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

/* Business Insights */
.business-insights {
  margin: 64px 24px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 168px 120px;
  border-radius: 40px;
  background: linear-gradient(#ecf2f0, #ecf2f0) padding-box,
    linear-gradient(to bottom, #006d6b, transparent) border-box;
  border: 1px solid transparent;
}

p.title {
  color: #161d1c;
  font-family: Satoshi-Medium, sans-serif !important;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin: 24px 0px;
  letter-spacing: -0.75px;
}

p.subtitle {
  color: #3f4947;
  font-family: Inter, sans-serif !important;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.img-kaova {
  width: 83.52px;
}

.business-insights .items {
  width: 100%;
}

.business-insights .business-item {
  margin-top: 120px;
  width: 768px;
}

.business-item img {
  width: 40px;
  height: 40px;
}

.business-item p.title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.75px;
  margin-bottom: 24px;
}

.business-item p.subtitle {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}

.business-insights .business-div {
  display: flex;
  margin-top: 32px;
  padding: 24px 24px 24px 0px;
  border-radius: 40px;
  background: linear-gradient(45deg, #ecf2f0, #ecf2f0) padding-box,
    linear-gradient(9deg, transparent, transparent, transparent, #006d6b) border-box;
  border: 1px solid transparent;
}

.business-div > div {
  width: 326px;
  margin-right: 24px;
}

.business-div > div:last-of-type {
  margin-right: 0px;
}

.card {
  background-color: #ffffff;
  border: 1px solid #ecf2f0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  border: 1px solid #006d6b;
  box-shadow: 0px 8px 20px -12px rgba(5, 31, 29, 0.5);
}

.card img {
  width: 32px;
  height: 32px;
}

.card p.title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 16px;
}

.card p.subtitle {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

/* Commandments */
.our-commandments {
  background: #2b3230;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 192px 180px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  position: relative;
  z-index: 1;
}

.divider-img {
  width: 60px;
  height: auto;
}

.our-commandments p.title {
  color: #a7fbf0;
}

.our-commandments p.subtitle {
  color: #ecf2f0;
  text-align: left;
}

.element-img {
  position: absolute;
  width: 840px;
  top: 207px;
  right: 54px;
}

.our-commandments .content {
  display: flex;
  margin-top: 96px;
}

.our-commandments .left-side {
  width: 320px;
  background: linear-gradient(to top, #324b48, transparent);
  border-bottom-left-radius: 50px;
  margin-right: 16px;
}

ul.commandments-nav {
  min-height: 768px;
}

.our-commandments .left-side ul li {
  color: #ecf2f0;
  padding: 16px;
  font-size: 32px;
  line-height: 40px;
  font-family: Satoshi-Variable, sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.75px;
  margin: 0px;
  opacity: 0.5;
  height: 40px;
  cursor: pointer;
}

.our-commandments .left-side ul li.active {
  opacity: 1;
}

.our-commandments .left-side ul li.active:hover {
  text-decoration: none;
}

.our-commandments .right-side {
  width: 770px;
  position: relative;
  z-index: 1;
}

.boxes {
  display: none;
}

.boxes.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  width: 100%;
}

.boxes.active .box {
  width: 40%;
  height: 256px;
  padding: 40px 32px;
  background: #006d6b;
  border: 1px solid #2b3230;
  border-radius: 0px;
  position: relative;
}

.boxes.active .box:hover {
  border-radius: 50px;
  transition: all 0.3s ease;
}

.boxes.active .box:hover img.img-glow {
  display: block !important;
}

img.img-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.boxes p.title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-arrows {
  display: none;
}

.boxes.active .box:hover p.title {
  padding-bottom: 16px;
  border-bottom: 1px solid #00504a;
}

.boxes p.subtitle {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-align: center;
  padding: 19px 0px;
}

/* Investments */

.investments {
  background: #343d3a;
  padding: 80px 24px 0px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  position: relative;
  z-index: 2;
  bottom: 60px;
  margin-bottom: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.investments p.title {
  color: #c9faf4;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}

.investments .logos-div {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: nowrap;
}

.investments .logos-div:last-of-type {
  margin-bottom: 20px;
}

.investments .logo-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  max-height: 160px;
  padding: 58px 0px;
}

.investments .logo-div img {
  object-fit: contain;
}

.investments .logo-div.pg-logo img {
  height: 30px;
}

.investments .logo-div.berkshire-hathaway-logo img {
  max-width: 100%;
}

.investments .logo-div.chevron-logo img {
  height: 56px;
}

.investments .logo-div.cnch-logo img {
  height: 66px;
}

.investments .logo-div.natulac-logo img {
  width: 101px;
}

.investments .logo-div.hbts-logo img {
  height: 32px;
}

/* FOOTER */

footer {
  background: #343d3a;
  padding: 24px;
}

.contact {
  background: #ecf2f0;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact img.kaova-contact {
  padding: 24px 56px;
  width: 140px;
}

.contact .wave-img {
  position: relative;
}

.contact .text-div {
  position: absolute;
  top: 36%;
  left: 14%;
}

.contact .text-div a {
  color: #00504a;
  text-decoration: underline;
}

.contact .footer {
  position: absolute;
  top: 84.2%;
  display: flex;
  width: 93.3%;
  justify-content: space-between;
  align-items: center;
  padding: 0px 56px 40px;
}
/* TABLET */
@media screen and (max-width: 1333px) {
  .hero-banner {
    height: 560px;
  }

  .hero-banner .content-hero {
    max-width: 1000px;
  }

  .our-commandments {
    padding: 60px 100px 180px;
  }

  .boxes.active .box {
    width: 222px;
    height: 206px;
  }

  .element-img {
    width: 540px;
    top: 255px;
    right: 18px;
  }

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

  .investments .logo-div {
    width: 175px;
    padding: 53px 0px;
  }

  .investments .logos-div {
    margin-bottom: 40px;
  }

  .contact .footer {
    padding: 0px 56px 13px;
  }
}

@media screen and (max-width: 1200px) {
  .hero-banner {
    padding-top: 76px;
    height: 550px;
  }

  .hero-banner .content-hero {
    max-width: 920px;
  }

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

  .hero-banner .content-hero .left-side {
    width: 55%;
  }

  .hero-banner .content-hero .right-side {
    width: 40%;
  }

  .our-commandments .left-side ul li {
    font-size: 24px;
  }

  .business-insights {
    padding: 80px 84px 120px;
  }

  .boxes.active .box {
    width: 36%;
  }
}

@media screen and (max-width: 920px) {
  .navbar {
    padding: 18px 20px;
  }
  .close-menu {
    height: 33px;
  }

  .navbar-logo {
    width: 83.52px;
    height: 24px;
  }

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

  .nav-menu {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding-top: 70px;
    margin-top: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .nav-item {
    padding: 20px;
    margin: 0px;
  }

  .nav-link {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.75px;
  }

  .nav-link.active {
    color: #00504a;
  }

  .nav-link:hover,
  .navbar ul li:hover {
    background: none;
    border-radius: unset;
  }

  .navbar-toggle {
    display: block;
    cursor: pointer;
    height: 33px;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00201d;
    align-items: center;
    padding: 18px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 95%;
    background-color: #ffffff;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .mobile-menu-header.active {
    opacity: 1;
    visibility: visible;
  }

  .close-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .hero-banner {
    padding-top: 76px;
    height: 400px;
  }

  .hero-banner .content-hero .left-side,
  .hero-banner .content-hero .right-side {
    width: 50%;
  }

  .hero-banner .content-hero {
    max-width: 100%;
    margin: 0px 20px;
  }

  .hero-banner .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.75px;
    margin: 16px 0px;
  }

  .hero-banner .subtitle p {
    font-size: 14px;
    line-height: 24px;
  }

  .button-hero {
    height: 16px;
    width: 98px;
    padding: 12px 20px;
  }

  .button-hero a {
    font-size: 16px;
    line-height: 16px;
  }

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

  .hero-banner .wave-img {
    bottom: 56px;
  }

  .business-insights {
    padding: 40px 20px 100px;
    margin-top: 0px;
  }

  p.title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.75px;
  }

  p.subtitle {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .business-insights .business-item {
    margin-top: 40px;
    width: 580px;
  }

  .business-item img {
    width: 24px;
    height: 24px;
  }

  .business-insights p.title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 32px;
  }

  .business-insights p.subtitle {
    font-size: 14px;
    line-height: 24px;
    width: 530px;
  }

  .business-insights .business-item p.subtitle {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }

  .business-insights .business-item .card p.title {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .business-item .card img {
    width: 32px;
    height: 32px;
  }

  .business-div > div {
    width: 231px;
  }

  .our-commandments {
    padding: 60px 20px 180px;
  }

  .our-commandments img.divider-img {
    padding-left: 16px;
  }

  .our-commandments p.title {
    padding-left: 16px;
  }

  .our-commandments p.subtitle {
    padding-left: 16px;
  }

  .our-commandments .left-side ul li {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.75px;
  }

  .our-commandments .left-side {
    width: 30%;
  }

  .our-commandments .right-side {
    width: 65%;
  }

  .boxes.active .box {
    width: 37%;
    height: 230px;
  }

  .our-commandments .box p.title,
  .our-commandments .box p.subtitle {
    padding-left: 0px;
  }

  .investments .logo-div {
    width: 150px;
    padding: 40px 0px;
  }

  .investments p.title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.75px;
  }

  footer p.title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.75px;
  }

  footer p.subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .contact .footer {
    width: 92%;
    top: 87.2%;
    padding: 0px 35px 20px;
  }

  .contact .footer img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 820px) {
  .business-div > div {
    width: 45%;
  }

  .boxes.active .box {
    width: 35%;
    height: 275px;
  }

  .our-commandments .box p.title {
    min-height: 120px;
  }
}

@media screen and (max-width: 720px) {
  .hero-banner .content-hero .left-side {
    width: 100%;
  }

  .hero-banner .content-hero .right-side {
    display: none;
  }

  .hero-banner .wave-img {
    bottom: 89px;
  }

  .business-insights {
    margin-top: 0px;
  }

  .investments .logos-div {
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .contact img.kaova-contact {
    padding: 24px 30px;
    width: 100px;
  }

  .our-commandments .content {
    flex-direction: column;
    margin-top: 32px;
  }

  .our-commandments .left-side,
  .our-commandments .right-side {
    width: 100%;
  }

  .our-commandments .left-side {
    border-radius: 0px;
    margin: 0px 0px 10px;
  }

  .our-commandments .left-side ul li.active,
  .our-commandments .left-side ul li:last-of-type.active {
    padding: 16px;
  }

  .our-commandments .box p.title {
    min-height: 72px;
  }

  ul.commandments-nav {
    min-height: 52px;
  }

  .right-side {
    display: block;
    position: relative;
  }

  .boxes {
    display: none;
  }

  .boxes.active {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }

  .boxes.active .box {
    width: 292px;
    height: 240px;
    margin: 32px 0;
    display: none;
  }

  .boxes.active .box:hover {
    border-radius: unset;
  }

  .boxes.active .box:hover img.img-glow {
    display: none !important;
  }

  .boxes.active .box.current {
    display: block;
    pointer-events: none;
  }

  .boxes.active .box.current .title {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #00504a;
  }

  .arrow {
    background: none;
    border: none;
    cursor: pointer;
  }

  .mobile-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .element-img {
    display: none;
  }

  .contact {
    padding: 0px 0px 60px 0px;
  }
}

/* MOBILE */
@media screen and (max-width: 600px) {
  .hero-banner .content-hero .left-side {
    width: 100%;
  }
  .hero-banner .content-hero .right-side {
    display: none;
  }

  .business-insights p.subtitle {
    width: 100%;
  }

  .business-insights .business-item {
    width: 100%;
  }

  .business-insights {
    padding: 40px 15px 50px;
  }

  .business-insights .business-div {
    flex-direction: column;
    background: none;
    margin-top: 0px;
  }

  .business-div > div {
    width: 93%;
    margin-bottom: 12px;
    margin-right: 0px;
  }

  .boxes.active .box {
    width: 35.5%;
    height: 300px;
  }

  .boxes p.title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }

  .boxes p.subtitle {
    font-size: 14px;
    line-height: 24px;
  }

  .our-commandments .box p.title {
    min-height: 120px;
  }

  .contact .wave-img {
    position: relative;
    padding-top: 50px;
  }

  .contact .text-div {
    top: 46%;
  }

  .contact .footer {
    width: 87.5%;
  }

  footer {
    padding: 12px 8px;
  }

  footer p.title {
    margin: 12px 0px;
  }

  footer p.subtitle {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .mobile-menu-header {
    width: 91%;
  }
  .hero-banner .wave-img {
    bottom: 25px;
  }

  .business-insights {
    margin: 30px 10px 0px;
  }

  .business-div > div {
    width: 97%;
    display: flex;
    align-items: flex-start;
  }

  .business-item .card img {
    margin-right: 16px;
  }

  .business-insights .business-item .card p.title {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .our-commandments {
    padding: 60px 12px 180px;
  }

  .our-commandments .box p.title {
    min-height: 55px;
  }

  .boxes.active .box {
    width: 206px;
    height: 200px;
  }

  .investments .logo-div {
    width: 200px;
    padding: 20px;
    height: 48px;
  }

  .contact {
    padding: 0px 0px 80px 0px;
  }

  .contact .wave-img {
    padding: 30px 0px;
  }

  .contact .footer {
    width: 90%;
    top: 88.2%;
    padding: 0px 20px 20px;
  }

  .boxes p.title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    width: 206px;
  }

  .boxes p.subtitle {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  .mobile-menu-header {
    width: 91%;
  }

  .contact .wave-img {
    padding: 10px 0px 100px 0px;
  }

  .contact .text-div {
    top: 36%;
    left: 15px;
  }
}
