@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Open+Sans:wght@300;400;600&display=swap");
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  background: #c1a887;
  color: #f1ede9;
  border-radius: 0 !important;
  padding: 10px;
}

.modal-header h5 {
  color: #ffffff;
}

.modal-header .close {
  color: #ffffff;
  opacity: 0.9;
}

.modal-footer {
  border-radius: 0 !important;
  background: #ffffff;
}

.btn-dark {
  background: #333333;
  border: #333333;
}

.btn-dark:hover, .btn-dark:focus {
  background: #333333;
  border: #333333;
}

.btn-primary {
  background: #333333;
  border: #333333;
}

.btn-primary:hover, .btn-primary:focus {
  background: #333333;
  border: #333333;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 250ms linear;
  border-width: 2px;
  font-size: 0.95rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #333333;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 99;
  width: 100%;
}

@media (max-width: 992px) {
  .nav {
    background: #f1ede9;
    padding: 20px 15px;
  }
}

.nav__logo {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}

.nav__logo span {
  font-family: "DM Serif Display", serif;
  text-transform: none;
  font-size: 2.2rem;
  color: #c1a887;
}

.nav__logo:hover {
  color: #333333;
  text-decoration: none;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .nav__logo {
    color: #333333;
  }
}

.nav__btn {
  background: transparent;
  border: none;
  font-size: 1.3rem;
  color: #333333;
}

.nav__menu {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav__menu a {
  color: #ffffff;
  transition: all 250ms linear;
  border-bottom: solid 2px transparent;
}

.nav__menu a:hover {
  text-decoration: none;
  border-bottom: solid 2px #333333;
}

@media (max-width: 992px) {
  .nav__menu a {
    color: #333333;
  }
}

.nav__menu li {
  margin-left: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}

@media (max-width: 992px) {
  .nav__menu {
    width: 100%;
    flex-direction: column;
  }
  .nav__menu li {
    margin: 15px 0;
    text-align: center;
  }
}

.nav--white {
  background: #ffffff;
}

.nav--white a {
  color: #333333;
}

.hero {
  position: relative;
  height: 90vh;
  background: #333333;
  color: #f1ede9;
}

@media (max-width: 992px) {
  .hero {
    height: 70vh;
    padding-top: 150px;
    padding-bottom: 250px;
  }
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  color: #f1ede9;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  object-fit: cover;
  object-position: center center;
}

.hero__title {
  font-size: 4.5rem;
}

@media (max-width: 992px) {
  .hero__title {
    font-size: 3rem;
  }
}

.who {
  padding: 50px 0;
}

@media (max-width: 992px) {
  .who {
    padding: 30px 0;
  }
}

.who__small {
  letter-spacing: 1px;
  font-weight: 700;
  opacity: 0.6;
  font-size: 0.95rem;
}

.who__counter__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #333333;
}

@media (max-width: 992px) {
  .who__counter__title {
    font-size: 1rem;
  }
}

.who__counter__box {
  margin: 5rem auto;
}

@media (max-width: 992px) {
  .who__counter__box {
    margin: 0;
  }
}

.who__counter span {
  color: #c1a887;
  font-family: "DM Serif Display", serif;
  font-size: 6rem;
  margin: 0;
  padding: 0;
  line-height: 0.5;
}

@media (max-width: 992px) {
  .who__counter span {
    font-size: 4rem;
  }
}

.more {
  padding: 100px 0;
  background: #f1ede9;
}

@media (max-width: 992px) {
  .more {
    padding: 50px 0;
  }
}

.more__box__img {
  width: 100%;
  height: 550px;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 992px) {
  .more__box__img {
    margin-bottom: 20px;
  }
}

.more__item__link {
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 10px;
  transition: border 250ms linear;
  border-bottom: solid transparent 3px;
}

.more__item__link .fas {
  color: #c1a887;
}

.more__item__link:hover {
  text-decoration: none;
  border-bottom: solid #c1a887 3px;
}

.city {
  padding: 100px 0;
  padding-bottom: 150px;
}

@media (max-width: 992px) {
  .city {
    padding: 50px 0;
  }
}

.city__item {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.city__item__fog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #333333, rgba(51, 51, 51, 0));
  transition: all 250ms linear;
  z-index: 2;
}

.city__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.city__item__title {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  color: #f1ede9;
}

.city__item__title h1,
.city__item__title h2,
.city__item__title h3,
.city__item__title h4,
.city__item__title h5,
.city__item__title h6 {
  color: #ffffff;
}

.city__item:hover .city__item__fog {
  background: rgba(51, 51, 51, 0.8);
}

.offer {
  position: relative;
  padding: 110px 0;
  background: #333333;
  color: #ffffff;
}

@media (max-width: 992px) {
  .offer {
    padding: 50px 15px;
  }
}

.offer__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover !important;
  object-position: center center !important;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 1;
  display: block;
}

.offer__content {
  position: relative;
  z-index: 2;
}

.offer__content__btn {
  font-size: 0.9rem;
}

.offer__content h1,
.offer__content h2,
.offer__content h2,
.offer__content h3,
.offer__content h4,
.offer__content h5 {
  color: #ffffff;
  margin-bottom: 20px;
}

.inside {
  padding: 100px 0;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .inside {
    padding: 40px 0;
    margin-bottom: 0px;
  }
}

.inside__item {
  padding: 20px 0;
}

.inside__item__link {
  width: 100%;
  background: #333333;
  display: block;
  margin: 30px 0;
}

@media (max-width: 992px) {
  .inside__item__link {
    margin: 10px 0;
  }
}

.inside__item__img {
  width: 100%;
  height: 450px;
  object-fit: cover !important;
  object-position: center center !important;
  border-bottom: solid 3px #333333;
  background: #333333;
  transition: all 250ms linear;
}

.inside__item__img:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .inside__item__img {
    height: 250px;
  }
}

.inside__item__small {
  font-size: 0.9rem;
}

.inside__line {
  width: 100px;
  height: 2px;
  background: #333333;
  display: block;
  margin: 10px auto;
}

.gallery {
  background: #f1ede9;
}

.gallery__slider {
  height: 450px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .gallery__slider {
    transform: translate(0, -50px);
  }
}

.gallery__slider__img {
  display: none;
}

.gallery__slider__img--active {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center center !important;
  object-fit: cover !important;
  animation: fadeInUper 250ms linear;
}

@keyframes fadeInUper {
  from {
    opacity: 0;
    transform: translate(0, 0) !important;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .gallery__slider {
    width: 80%;
    margin: 40px auto;
    height: 250px;
  }
}

.gallery__arrow__box {
  margin-bottom: 30px;
}

.gallery__arrow {
  all: unset;
  margin: 0 15px;
  opacity: 0.8;
  padding: 10px;
}

.callus {
  position: relative;
  background: #333333;
  padding: 100px 0;
}

.callus h1,
.callus h2,
.callus h3,
.callus h4,
.callus h5,
.callus h6 {
  color: #ffffff;
}

.callus p {
  color: #ffffff;
}

.callus__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.callus__content {
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .callus {
    padding: 50px 0;
  }
}

.footer {
  padding: 100px 0;
  background: #222;
  color: #ffffff;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #ffffff;
}

@media (max-width: 992px) {
  .footer {
    padding: 40px 0;
  }
}

.subfooter {
  background: #000;
  color: #ffffff;
}

.subfooter a {
  color: #c1a887;
}

.subfooter a .fab {
  font-size: 1.2rem;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .subfooter a .fab {
    font-size: 1.5rem;
  }
}
