.btn {
  color: white;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 14px;
  transition: 0.3s;
}
.btn:hover {
  color: black;
  background: white;
}

body,
html {
  color: #444444;
  scroll-behavior: smooth;
}

.section-margin {
  margin: 8rem 0;
}
@media (max-width: 768px) {
  .section-margin {
    margin: 6rem 0;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.bg-light-custom {
  background-color: #f9f9f9;
}

.header nav {
  padding: 25px 10px;
  color: white;
  border-bottom: 1px solid white;
  transition: 0.3s;
}
.header nav .logo-black {
  display: none;
}
.header nav a {
  color: white !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.header nav a.nav-link {
  opacity: 0.7;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.header nav a.download {
  color: black;
  padding: 8px 20px !important;
  margin-top: 0;
}
.header nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header nav .navbar-toggler {
  border-color: white;
}
.header nav.scrolled {
  padding: 17px 10px;
  background-color: white;
  color: black;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.header nav.scrolled .navbar-toggler {
  border-color: black;
}
.header nav.scrolled .logo-white {
  display: none;
}
.header nav.scrolled .logo-black {
  display: block;
}
.header nav.scrolled a {
  color: black !important;
}
.header nav.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header nav .navbar-brand img {
  max-width: 125px;
}
@media (max-width: 768px) {
  .header nav .navbar-collapse .navbar-nav {
    padding: 30px 0;
  }
  .header nav .navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    color: white;
  }
}
@media (max-width: 768px) {
  .header nav .navbar-collapse.show .navbar-nav {
    padding: 30px 0;
  }
  .header nav .navbar-collapse.show .navbar-nav .nav-link {
    text-align: center;
    color: black;
  }
  .header nav a.download {
    background: transparent;
    border-radius: none;
    border: none;
  }
}

.hero {
  height: 100vh;
  min-height: 600px;
  max-height: 820px;
  background-color: black;
  position: relative;
  overflow: hidden;
}
.hero video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.hero > .container {
  height: 100%;
}
.hero > .container > .row {
  height: 100%;
}
.hero > .container > .row .content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-wrap: wrap;
  text-align: center;
}
.hero > .container > .row .content h1 {
  display: block;
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  min-height: 3em;
}
@media (max-width: 768px) {
  .hero > .container > .row .content h1 {
    font-size: 2rem;
  }
}

.about-us .item {
  padding: 3rem 0;
  text-align: center;
}
.about-us .item img {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}
.about-us .item p {
  max-width: 60%;
  text-transform: uppercase;
  margin: auto;
}

.images .images > div:first-child {
  padding: 0;
}
.images .images > div:first-child > img {
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  min-height: 250px;
  height: 25rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.images .images > div:last-child {
  padding: 0;
}
.images .images > div:last-child > img {
  float: left;
  object-fit: cover;
  object-position: center;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}
.images .images > div:last-child > img:nth-child(1) {
  width: 50%;
  min-height: 250px;
  height: 35rem;
}
.images .images > div:last-child > img:nth-child(2) {
  width: 50%;
  min-height: 250px;
  height: 35rem;
}
.images .images > div:last-child > img:nth-child(3) {
  width: 100%;
  min-height: 230px;
  height: 15rem;
}

.banner {
  margin-top: -8rem;
  padding: 6rem 0;
  text-align: center;
}
.banner.no-top {
  margin-top: 0;
}
.banner h2.light {
  font-weight: 200;
}

.features > div > div > div {
  padding: 0;
}
.features > div > div > div > img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  min-height: 300px;
  object-fit: cover;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}
@media (max-width: 768px) {
  .features > div > div > div:last-child {
    position: relative;
    height: 100%;
  }
}
.features > div > div > div .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 50%;
  width: 100%;
  max-width: 33.33333337%;
  border: 1px solid #f9f9f9;
  float: left;
}
@media (max-width: 768px) {
  .features > div > div > div .item {
    max-width: 50%;
    min-height: 150px;
  }
}
.features > div > div > div .item img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  .features > div > div > div .item img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.features > div > div > div .item p {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.map {
  font-weight: 300;
}
.map b {
  font-weight: 500;
}
.map a {
  color: white;
  text-decoration: underline;
}
.map a:hover {
  color: white;
}
.map > div > div > div {
  padding: 0;
}
.map > div > div > div iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.map .info {
  background-color: #444444;
  padding: 4rem 5rem;
  height: 100%;
  color: white;
}

.footer {
  font-size: 14px;
  margin: 5rem;
}
.footer .text-align-right {
  text-align: right;
}

.download {
  color: black;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 14px;
  transition: 0.3s;
  background-color: #fecf00;
  text-decoration: none;
  margin-top: 30px;
}

.download:hover {
  color: white;
  text-decoration: none;
}

.modal-dialog {
  max-width: 70%;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.video-btn {
  margin: 0 auto;
  cursor: pointer;
}

.play-video-btn {
  margin: 0 auto;
  width: 70px;
  backface-visibility: hidden;
}
