@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "db-helvethaica-mon-x";
  src: url("../fonts/db-helvethaica-mon-x.woff2") format("woff2"),
    url("../fonts/db-helvethaica-mon-x.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "db-helvethaica-mon-x-med";
  src: url("../fonts/db-helvethaica-mon-x-med.woff2") format("woff2"),
    url("../fonts/db-helvethaica-mon-x-med.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "db-helvethaica-mon-x-it";
  src: url("../fonts/db-helvethaic-amon-x-it.woff2") format("woff2"),
    url("../fonts/db-helvethaica-mon-x-it.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "db-helvethaica-mon-x-med", sans-serif;
}
.row {
  --bs-gutter-x: 0;
  padding: 0 10px;
}

img.logo {
  height: 27px;
}

/* navbar */
.navbar {
  padding: 10px 0;
  height: 140px;
  transition: height 0.3s ease;
}
.navbar button {
  transition: background-color 0.3s ease-in-out;
}
.navbar button:hover {
  background-color: rgba(153, 136, 110, 0.2);
  transition: background-color 0.3s ease-in-out;
}
.navbar-nav {
  margin: 0 auto;
}
.navbar-nav .nav-link {
  color: #99886e;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16pt;
  position: relative;
  overflow: hidden;
}
.nav-item {
  position: relative;
  padding: 0 5px;
}
.nav-item .underline {
  display: block;
  width: 0;
  height: 2px;
  background-color: #99886e;
  transition: width 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav-link:hover .underline {
  width: 100%;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* banner slide */
.carousel-indicators [data-bs-target] {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
}
.carousel-indicators .active::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#carouselExampleIndicators3 {
  padding-bottom: 100px;
}
#carouselExampleIndicators3 .carousel-indicators [data-bs-target] {
  background-color: #9f8f75;
  border: none;
  width: 16px;
  height: 16px;
  margin: 0 12px;
}
#carouselExampleIndicators3 .carousel-indicators .active::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #766e65;
}

/* topic */
.topic-box {
  display: flex;
  justify-content: center;
  color: #99896f;
}
.topic-box div:first-child {
  margin-right: 10px;
}
.topic-box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topic-box h1 {
  font-family: "montserrat-regular", sans-serif;
  font-size: 26pt;
  line-height: 28pt;
  letter-spacing: 3px;
}
.topic-box h2 {
  font-family: "montserrat-regular", sans-serif;
  font-size: 20pt;
}
.topic-box h3 {
  font-family: "montserrat-regular", sans-serif;
  font-size: 16pt;
  line-height: 12pt;
}
.topic-box h4 {
  font-size: 18pt;
  line-height: 18pt;
}

/* section 1 */
.section-1 {
  background-color: #9f8f75;
  color: #fff;
  font-size: 30pt;
  padding: 50px 0;
}

.section-1 .box-1 {
  font-family: "db-helvethaica-mon-x-it", sans-serif;
}

.section-1 .box-2 {
  font-family: "db-helvethaica-mon-x", sans-serif;
}

/* section 2 */
.section-2 {
  padding: 50px 0;
  background-color: #fefaf1;
}

/* section 3 */
.section-3 {
  padding: 50px 0;
  background-color: #fefaf1;
  /* background-image: url(../images/bg-1.png); */
  background-size: cover;
  background-position: center center;
  color: #99896f;
}
.section-3 ul {
  padding-right: 20px;
  padding-bottom: 30px;
  font-size: 18pt;
  border-right: 1px solid #99896f;
  padding: 0 30px;
}
.section-3 ul li {
  border-bottom: 1px solid #99896f;
  padding: 20px 0;
}
.section-3 .col-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  line-height: 10pt;
}

/* section 4 */
.section-4 {
  padding: 50px 0;
  background-color: #fefaf1;
}

/* section 5 */
.section-5 {
  padding: 50px 0;
  background-color: #fefaf1;
}
.section-5 button {
  font-family: "montserrat-regular", sans-serif;
  border: 1px solid #9f8f75;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  color: #9f8f75;
  margin: 0 4px;
}
.section-5 button.active,
button:hover {
  background-color: #9f8f75;
  color: #fefaf1;
}

/* section-6 */
.section-6 {
  padding: 50px 0;
  background-color: #fefaf1;
  color: #99896f;
}
.section-6 .row {
  font-size: 20pt;
  font-family: "db-helvethaica-mon-x", sans-serif;
}
.section-6 .row h2 {
  font-size: 26pt;
  font-weight: 700;
}

/* section 7 */
.section-7 {
  padding: 50px 0;
  background: linear-gradient(to bottom, #99896f 50%, #9f8f75 50%);
  /* background-color: #99896f; */
  font-family: "montserrat-regular", sans-serif;
  color: #fefaf1;
}
.section-7 > .row {
  background: linear-gradient(to bottom, #99896f 50%, #9f8f75 50%);
  margin-bottom: 170px;
}
.section-7 h2 {
  font-size: 26pt;
}
.section-7 h3 {
  font-size: 20pt;
}

/* footer */
.footer {
  font-family: "montserrat-regular", sans-serif;
  background-color: #99896f;
  padding: 40px 0;
  font-size: 15pt;
  color: #fefaf1;
  text-align: center;
}

@media (max-width: 992px) {
  /* navbar */
  .navbar {
    height: auto;
  }
  .nav-item .underline {
    width: 100%;
    height: 1px;
    transition: none;
    position: static;
    left: none;
    transform: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* .navbar-brand img {
    height: 27px;
  } */
  .navbar-nav {
    padding: 0px !important;
  }

  /* topic */
  .topic-box img {
    width: 100px;
  }
  .topic-box h1 {
    font-size: 14pt;
    line-height: 14pt;
    letter-spacing: 1px;
  }
  .topic-box h2 {
    font-size: 14pt;
  }
  .topic-box h3 {
    font-size: 12pt;
    line-height: 8pt;
  }
  .topic-box h4 {
    font-size: 14pt;
    line-height: 12pt;
  }

  /* section-1 */
  .section-1 {
    font-size: 20pt;
  }

  /* section-3 */
  .section-3 ul {
    border-right: 0;
    padding: 0;
  }

  /* section-6 */
  .section-6 div {
    font-size: 16pt;
  }
  .section-6 .p-4 {
    padding: 0 !important;
  }

  /* section-7 */
  .section-7 > .row {
    margin-bottom: 120px;
  }
  .section-7 > .row div {
    margin-top: 0px;
  }
  .section-7 h2 {
    font-size: 16pt;
  }
  .section-7 h3 {
    font-size: 12pt;
  }

  /* footer */
  .footer {
    font-size: 11pt;
    padding: 20px 0;
  }
}
