body {
  font-family: "Hanken Grotesk", var(--bs-font-sans-serif);
}
.bg-gradient {
  background: linear-gradient(
    90deg,
    #000000 11.08%,
    #141413 34.53%,
    #232321 100%
  ) !important;
}
@media (min-width: 992px) {
  .nav-item {
    position: relative;
  }
  .nav-item:first-child:after {
    display: none;
  }
  .nav-item:after {
    height: 28px;
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.navbar-nav {
  --bs-nav-link-color: #fff;
  --bs-navbar-nav-link-padding-x: 2rem;
  margin-left: auto;
}
.navbar-nav .nav-link {
  color: #fff !important;
  text-transform: uppercase;
}
.hero img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.contat-form--wrapper {
  background-color: #333333;
}
.modal .form-control {
  color: inherit;
}
.form-control {
  background: transparent;
  border-radius: 0;
  font-size: 0.875em;
  color: #fff;
}
.input-blue {
  border-color: #4d80c2;
}
.input-green {
  border-color: #55beb7;
}
.input-yellow {
  border-color: #f8d523;
}
form .iti--allow-dropdown {
  width: 100%;
}
.btn-submit {
  background-color: #f8d523;
  color: #000000;
  border: 0;
  border-radius: 0;
  width: 150px;
  margin: 32px auto 0;
  height: 35px;
}
.btn-submit:hover,
.btn-submit:active {
  background-color: #d1b516 !important;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    height: auto !important;
  }
}

.floor-modal .modal-header {
  background: url(../images/blue_bg.jpg) no-repeat top / cover;
  padding: 40px 0 30px 0;
  position: relative;
  justify-content: center;
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
}
.floor-modal .modal-header .btn-close {
  position: absolute;
  right: 32px;
  top: 32px;
  color: var(--tertiary-color);
  background: none;
  opacity: 1;
  width: 2rem;
  padding: 0;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor-modal .modal-header .btn-close:before {
  color: #fff;
  content: "\F62A";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
}
.floor-modal .modal-body {
  padding: 24px;
}
@media (min-width: 991.98px) {
  .floor-modal .modal-body {
    padding: 36px 24px;
  }
}
@media (max-width: 991px) {
  .mobile-twoline-headings {
    height: 64px;
    width: auto !important;
  }
  .mobile-headings {
    height: 26px;
    width: auto !important;
  }
}
.showcase {
  overflow: hidden;
  max-height: 770px;
}
.slick-slide img,
.showcase img {
  height: 100%;
  width: 100%;
}
.prev,
.next {
  border: 0;
  background: transparent;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.form-control:active,
.form-control:focus {
  background: transparent;
  color: #fff;
}
.modal .form-control:active,
.modal .form-control:focus {
  color: inherit;
}
