body {
  font-family: "Josefin Sans", sans-serif;
}
.font-josef {
  font-family: "Josefin Sans", sans-serif;
}
.bg-blue {
  background-image: url("/assets/img/remodel/clean-bg.jpg");
  background-position: left;
}
.bg-other-main {
  background-image: url("/assets/img/remodel/bg-other-page.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.text-blue {
  color: #6ea1b4;
}
.mt-14 {
  margin-top: 50px;
}
.nav-list {
  border-radius: 40px;
  padding: 10px 12px;
}

.nav-list li a {
  border-radius: 40px;
  padding: 10px 16px;
  font-size: 18px;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.nav-list li:hover a {
  background-color: #eee;
  color: #1e5594;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav-list li a.active {
  background-color: #eee;
  color: #1e5594;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Hero section */
.bg-main {
  background-image: url("/assets/img/remodel/main-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
}

.mr-27 {
  margin-left: 18%;
}
.hero-title {
  /* 60px in dosis */
  font-size: 45px;
  max-width: 605px;
  margin-top: 25%;
  /* 8% in dosis */
}
.view-btn {
  border: 2px solid #aaaaaa;
}
.view-btn:hover {
  border: 2px solid #1e5594;
  background-color: #1e5594;
  color: #fff;
}

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

.additional-info {
  margin-top: 30px;
  max-width: 500px;
  position: relative;
}
.additional-info::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #1e5594;
}
.model-wrapper {
  position: absolute;
  right: 12%;
  top: 15%;
}

.group-card-img {
  aspect-ratio: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 16px;
  background: #c2d5d9;
}
.group-card-img img {
  max-width: 200px;
}

/* Other Pages CSS */
.page-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
.xr-active,
.people-active {
  background-color: #00598a;
  color: white;
}
