@charset "UTF-8";
.head {
  font-family: "Cormorant Garamond";
  font-size: 44px;
  font-weight: 600;
  color: #805400;
  line-height: 53px;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 32px;
  }
}

.text {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 29px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.text-small {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.btn.btn-main {
  padding: 5px 7px 5px 14px;
  background: #CDAE7E;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
}

body {
  background: #F7F4F1;
}

.navbar .logo {
  width: 200px;
  height: auto;
}
.navbar .nav-link,
.navbar span {
  color: #fff;
}
.navbar.scroll {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.navbar.scroll .logo {
  width: 100px;
  height: auto;
}
.navbar.scroll .nav-link,
.navbar.scroll span {
  color: #1A1A1A;
}

.footer {
  background-color: #22242a;
  position: relative;
}
.footer::before {
  content: "";
  background: url("../img/after5.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -10%;
  left: 0;
  width: 210px;
  height: 350px;
}
.footer::after {
  content: "";
  background: url("../img/after3.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 231px;
  height: 266px;
  z-index: 0;
  opacity: 0.5;
}
.footer .form-card {
  background: #17181c;
  border-radius: 16px;
}
.footer .form-card h5 {
  font-family: "Cormorant Garamond";
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card h5 span {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  .footer .form-card h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer .form-card p {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  color: #CDAE7E;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .footer .form-card p {
    font-size: 20px;
  }
}
.footer .form-card form .form-control {
  border: 1px solid rgb(163, 163, 163);
  border-radius: 12px;
  background: transparent;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card form .form-control:focus {
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.footer .form-card form .form-control::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::placeholder {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::-moz-placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .form-card form .form-control::placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .cta p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footer .cta img {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}
.footer h6 {
  font-family: "Cormorant Garamond";
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.footer a {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.footer .tm {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}
.footer .tm a {
  font-size: 14px;
}

.about-hero {
  background: #1C1A1B;
  padding: 170px 0 90px;
  position: relative;
  overflow: hidden;
}
.about-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(205, 174, 126, 0.25);
  border-radius: 50%;
}
.about-hero::after {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(205, 174, 126, 0.15), transparent 70%);
  border-radius: 50%;
}
.about-hero .eyebrow {
  color: #CDAE7E;
  position: relative;
  z-index: 1;
}
.about-hero .head {
  color: #fff;
  position: relative;
  z-index: 1;
}
.about-hero .lead {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}
.about-hero .hero-visual {
  position: relative;
}
.about-hero .hero-visual::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  height: 100%;
  border: 2px solid #CDAE7E;
  border-radius: 16px;
  z-index: 0;
}
.about-hero .hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .about-hero {
    padding: 140px 0 60px;
  }
  .about-hero .hero-visual img {
    height: 360px;
  }
}

.about-story {
  padding: 100px 0;
}
.about-story img {
  display: block;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about-story.quote-mark,
.about-story .quote-mark {
  position: relative;
  z-index: 1;
}
.about-story .quote-mark::before {
  content: "“";
  font-family: "Cormorant Garamond";
  font-size: 240px;
  line-height: 1;
  color: rgba(205, 174, 126, 0.15);
  position: absolute;
  top: -90px;
  left: -10px;
  z-index: -1;
}
.about-story .eyebrow {
  color: #CDAE7E;
}
@media (max-width: 575.98px) {
  .about-story {
    padding: 60px 0;
  }
  .about-story img {
    height: 280px;
  }
  .about-story .quote-mark::before {
    font-size: 160px;
    top: -50px;
  }
}

.milestones {
  background: #EFEAE2;
  padding: 100px 0;
}
.milestones .milestone-list {
  position: relative;
  padding-left: 44px;
}
.milestones .milestone-list::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: rgba(26, 26, 26, 0.15);
}
.milestones .milestone-item {
  position: relative;
  padding-bottom: 48px;
}
.milestones .milestone-item:last-child {
  padding-bottom: 0;
}
.milestones .milestone-item::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #CDAE7E;
  box-shadow: 0 0 0 4px #EFEAE2, 0 0 0 6px rgba(205, 174, 126, 0.4);
}
.milestones .milestone-item .year {
  font-family: "Cormorant Garamond";
  font-size: 32px;
  font-weight: 600;
  color: #CDAE7E;
}
@media (max-width: 575.98px) {
  .milestones {
    padding: 60px 0;
  }
}

.values {
  background: #1C1A1B;
  padding: 100px 0;
}
.values .value-item {
  position: relative;
  padding-top: 44px;
}
.values .value-item::before {
  content: attr(data-num);
  font-family: "Cormorant Garamond";
  font-size: 96px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: -34px;
  left: 0;
  line-height: 1;
}
.values .value-item h5 {
  font-family: "Cormorant Garamond";
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
}
.values .value-item p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
  z-index: 1;
}

.team {
  padding: 100px 0;
}
.team .member {
  text-align: center;
}
.team .member .avatar {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
}
.team .member .avatar::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #CDAE7E;
  border-radius: 50%;
  z-index: 0;
}
.team .member .avatar img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .member h6 {
  font-family: "Cormorant Garamond";
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 4px;
}
.team .member p {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  color: #CDAE7E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .team {
    padding: 60px 0;
  }
  .team .member .avatar {
    width: 120px;
    height: 120px;
  }
}

.cta-band {
  background: #1C1A1B;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 220px 220px 0;
  border-color: transparent rgba(205, 174, 126, 0.12) transparent transparent;
}
.cta-band::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 180px;
  border-color: transparent transparent transparent rgba(205, 174, 126, 0.08);
}
.cta-band .eyebrow {
  color: #CDAE7E;
}
.cta-band .head {
  color: #fff;
}
@media (max-width: 575.98px) {
  .cta-band {
    padding: 60px 0;
  }
  .cta-band::before {
    border-width: 0 100px 100px 0;
  }
  .cta-band::after {
    border-width: 90px 0 0 90px;
  }
}/*# sourceMappingURL=about.css.map */