@import url("https://use.typekit.net/yzs4odi.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-size: 100%;
  list-style-type: none;
}

body {
  font-family: proxima-nova, sans-serif;
}

h1 {
  font-family: mencken-std, sans-serif;
}

:root {
  --black: #000000;
  --white: #FFFFFF;
  --gray: #B2B2B2;
  --light-gray: #E6ECF4;
  --dark-gray: #495057;
  --dark-pink: #D41773;
  --pink: #E57BA0;
  --light-pink: #FEF0F0;
  --brown: #91633F;
  --dark-brown: #432412;
  --button-hover: #B5246B;
  --beige: #EBE3D7;
  --content-width: 80%;
  --content-padding: 40px 32px;
}
@media only screen and (max-width: 600px) {
  :root {
    --content-width: 93%;
    --content-padding: 30px 16px;
  }
}

.desktop-menu {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
}

.mobile-menu {
  padding: 20px;
  display: none;
}

.logo {
  width: 120px;
}

.menu {
  display: flex;
  gap: 1.5rem;
  list-style-type: none;
  margin-bottom: 0;
}

.dropdown {
  display: none;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  background: var(--white);
  height: fit-content;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.show-dropdown {
  opacity: 1;
}

.menu-link {
  color: var(--gray);
  font-size: 16px;
}
.menu-link :hover {
  color: var(--brown);
}

.dropdown-menu-link {
  display: block;
  width: 100%;
  color: var(--gray);
  font-size: 16px;
}

.dropdown-menu-item.cta {
  margin-top: 1rem;
}

.active-menu-item {
  color: #384E46;
}

.dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media only screen and (max-width: 967px) {
  .desktop-menu {
    display: none;
  }
  .dropdown {
    display: block;
  }
  .mobile-menu {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
  }
  .menu-link {
    margin-right: 0;
  }
}
.footer {
  background-color: #7F9C90;
  padding: 24px 0;
}

.footer-container {
  width: 80%;
  margin: auto;
}
.footer-container p {
  font-size: 16px;
  color: var(--white);
}

.about-us-hero {
  background-color: var(--light-pink);
}
.about-us-hero .container {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
}
.about-us-hero .title {
  font-size: 46px;
  font-style: italic;
  color: var(--brown);
  width: 40%;
  margin-right: 25px;
}
.about-us-hero .images {
  display: flex;
}
.about-us-hero .jewel-images {
  display: flex;
  flex-direction: column;
}
.about-us-hero .woman1-image {
  width: 70%;
  height: 100%;
}
.about-us-hero .jewel-image {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1249px) {
  .about-us-hero .container {
    flex-direction: column;
  }
  .about-us-hero .container .title {
    width: 100%;
    font-size: 36px;
    text-align: center;
    margin: 25px 0;
  }
  .about-us-hero .container .woman1-image {
    width: 65%;
  }
}
.about-us {
  background-color: #7F9C90;
  color: white;
  display: flex;
  height: 550px;
}
.about-us .title {
  font-size: 46px;
  font-style: italic;
  font-family: mencken-std, sans-serif;
  margin-bottom: 16px;
}
.about-us .content {
  width: 57%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 100px;
}
.about-us .content .text {
  width: 80%;
}
.about-us .content p {
  margin-bottom: 24px;
}
.about-us .image img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .about-us {
    display: block;
    height: unset;
  }
  .about-us .content {
    width: 100%;
    display: block;
    padding: 50px;
  }
  .about-us .image {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .about-us .content {
    padding: 50px 0;
    width: var(--content-width);
    margin: 0 auto;
  }
  .about-us .content .text {
    width: 100%;
  }
}

.value-reasons {
  width: var(--content-width);
  margin: 50px auto;
}
.value-reasons .title {
  font-size: 36px;
  color: #7F9C90;
  margin-bottom: 24px;
}
.value-reasons .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.value-reasons .card {
  padding: 24px;
  background-color: #F2F4F0;
  border-radius: 8px;
  width: 24%;
  margin-bottom: 24px;
}
.value-reasons .card-title {
  font-size: 16px;
  color: #384E46;
  font-weight: 600;
  background-color: rgba(234, 158, 149, 0.3);
  padding: 0 8px;
  border-radius: 4px;
  width: fit-content;
}

@media only screen and (max-width: 1249px) {
  .value-reasons .card {
    width: 49%;
  }
}
@media only screen and (max-width: 699px) {
  .value-reasons .card {
    width: 100%;
  }
}
.biography {
  background-color: #7F9C90;
  color: #ffffff;
  display: flex;
  height: 800px;
}
.biography a {
  color: white;
  text-decoration: underline;
}
.biography a:hover {
  filter: brightness(0.9);
}
.biography .image img {
  width: 100%;
  height: 100%;
}
.biography .content {
  width: 60%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  align-items: center;
}
.biography .content h2 {
  font-size: 36px;
  margin-bottom: 16px;
}
.biography .content h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.biography .content p {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1300px) {
  .biography .content {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .biography {
    display: block;
    height: unset;
  }
  .biography .image {
    width: 100%;
  }
  .biography .content {
    margin: 0 auto;
    width: var(--content-width) !important;
    padding: 50px 0;
  }
}
.team {
  background-color: #EA9E95;
}
.team .header {
  width: var(--content-width);
  margin: auto;
  padding: 50px 0;
}
.team .header .text {
  font-size: 20px;
  color: var(--white);
}
.team .header .title {
  font-size: 36px;
  color: var(--white);
  margin-bottom: 32px;
}
.team .header .content {
  display: flex;
  justify-content: space-between;
}
.team .header .content p {
  width: 49%;
  color: var(--white);
}
.team .picture img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .team .header .content {
    display: block;
  }
  .team .header .content p {
    width: 100%;
  }
  .team .header .content p:first-child {
    margin-bottom: 16px;
  }
}
.values {
  width: var(--content-width);
  margin: 50px auto;
}
.values h2 {
  font-size: 36px;
  color: #384E46;
  margin-bottom: 24px;
}
.values .card {
  padding: 24px;
  border-radius: 8px;
  background-color: #F2F4F0;
  position: relative;
  height: 220px;
  max-width: 165px;
}
.values .circle {
  background-color: #EA9E95;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -36px;
}
.values .counter {
  right: 0;
  top: -28px;
  position: absolute;
}
.values .card-title {
  font-size: 20px;
  color: #7F9C90;
  word-break: break-all;
  margin-top: 20px;
  margin-bottom: 10px;
}

.owl-carousel .owl-item img {
  display: unset !important;
  width: unset !important;
}

.owl-stage {
  padding-top: 40px !important;
}

.owl-stage-outer .owl-stage .owl-item {
  width: unset !important;
}

html {
  scroll-behavior: smooth;
}

.mt-2 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 32px;
}

.ml-28 {
  margin-left: 28px;
}

.hide {
  display: none;
}

.divider {
  border: 1px solid #DEE2E6;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button {
  background-color: #384E46;
  border: none;
  color: var(--white);
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}
.button :hover {
  background-color: var(--button-hover);
}
.button > a {
  color: var(--white);
}

.menu-icon {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #7F9C90;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

input[type=text],
input[type=date],
input[type=email],
select {
  height: 56px;
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--light-gray);
  font-size: 16px;
  padding: 16px;
}

input[type=text]:focus,
input[type=date]:focus,
select:focus-visible {
  outline: none;
  border-color: var(--dark-pink);
}

input[type=radio] {
  accent-color: var(--dark-pink);
}

label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.alert {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
}

.warning {
  color: #664D03;
  background-color: #FFF3CD;
}

.call-to-action-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.call-to-action-container .call-to-action {
  text-align: center;
  width: 49%;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 18px;
  border: none;
  padding: 16px 24px;
  font-weight: 600;
  border-radius: 8px;
}
.call-to-action-container .call-to-action :hover {
  background-color: var(--button-hover);
}
@media only screen and (max-width: 845px) {
  .call-to-action-container .call-to-action {
    width: 100%;
  }
}

h1, h2, h3, h4 {
  line-height: 1.1;
}

/*# sourceMappingURL=about-us-page.css.map */
