@font-face {
  font-family: "lbwFont";
  src: url("../fonts/NHaasGroteskTXPro-55Rg.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100vh;
  margin: 0;
  color: #fff;
  font-family: "lbwFont", sans-serif;
}

body {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 14px;
}

ul {
  list-style: none;
}

*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.home {
  height: 100vh;
  position: relative;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-content {
  position: relative;
  padding-top: 0;
  color: #fff;
  background-color: rgba(7, 20, 38, 0.7);
  text-align: left;
  height: 100%;
}

h1 {
  font-size: clamp(45px, 7vw, 130px);
  line-height: 1.1;
}

.pswp-gallery {
  background-color: #fff;
  padding: 50px 30px;
  padding-top: 125px;
}

.home p {
  font-size: clamp(25px, 4vw, 40px);
  margin-top: 10px;
}

.home-content button {
  display: block;
  font-size: clamp(14px, 1.5vw, 18px);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 12px 20px;
  cursor: pointer;
}

.home-content .hero-button {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  text-transform: initial;
}

.home-menu-wrapper {
  display: flex;
  flex-grow: 1;
  max-width: 650px;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.home-menu-grid-wrapper {
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 40px;
  align-items: flex-start;
  padding-top: 50%;
}

.home-menu-grid {
  width: 100%;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 15px;
  text-align: left;
}
.home-menu-grid .title {
  font-size: 14px;
  padding-bottom: 0px;
}
.home-menu-grid a {
  text-decoration: none;
  color: #fff;
}

.home-menu-grid3 {
  width: 100%;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 15px;
  text-align: left;
  padding-top: 20px;
}
.home-menu-grid3 .title {
  font-size: 14px;
  padding-bottom: 0px;
}
.home-menu-grid3 a {
  text-decoration: none;
  color: #fff;
}

.home-menu-grid2 {
  width: 100%;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 15px;
  text-align: left;
}
.home-menu-grid2 .title {
  font-size: 14px;
  padding-bottom: 0px;
}
.home-menu-grid2 a {
  text-decoration: none;
  color: #fff;
}

.hdgallery {
  display: none;
}

.sdgallery {
  display: block;
}

.contact-wrapper2 {
  position: fixed;
  top: 40px;
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background-color: #0b1426;
  z-index: 998;
  max-height: 100%;
  overflow-y: scroll;
}

.contact-wrapper {
  display: flex;
  flex-grow: 1;
  width: 80%;
  flex-wrap: wrap;
  padding: 100px 20px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #0b1426;
}

.contact-grid-wrapper {
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-wrap: wrap;
  padding: 100px 20px 20px 20px;
  align-items: flex-start;
}

.contact-grid {
  width: 100%;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.5;
  font-size: 12px;
  padding-bottom: 30px;
}
.contact-grid .title {
  font-size: 12px;
  padding-bottom: 15px;
}
.contact-grid a {
  text-decoration: none;
  color: #fff;
}

.contact-grid2 {
  width: 100%;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.5;
  font-size: 12px;
  padding-bottom: 30px;
}
.contact-grid2 .title {
  font-size: 12px;
  padding-bottom: 15px;
}
.contact-grid2 a {
  text-decoration: none;
  color: #000;
}

.navbar {
  overflow: hidden;
  background-color: #0b1426;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 17px;
}

.navbar-white {
  background-color: #fff;
}

.nav-item {
  padding: 14px 16px;
}

.navbar-brand {
  padding: 14px 16px;
}

.navbar-contact {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: initial;
  padding-bottom: 5px;
  display: block;
  cursor: pointer;
}

.navbar-contact2 {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: initial;
  padding-bottom: 5px;
  cursor: pointer;
  color: #000000;
}

.navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: initial;
  padding-bottom: 5px;
}

.selected {
  border-bottom: 1px solid #fff;
}

.navbar-white {
  background-color: #fff;
}
.navbar-white .selected {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.navbar-white a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: initial;
  padding-bottom: 5px;
}

.nav-right {
  float: left;
}

.navbar-nav {
  display: flex;
  flex-grow: 1;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

.container-lbw {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 1;
}
.container-lbw .gallery-item {
  width: 33%;
  height: 100px;
  background-color: aquamarine;
  flex-shrink: 0;
  flex-grow: 1;
}

.container-gallery {
  padding: 125px 0;
  border-color: #fff #000000 #aaa #333;
  background-color: #0b1426;
}

.contact-wrapper-wrapper {
  background-color: #0b1426;
}

.image-gallery {
  /* Mobile first */
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}

.image-gallery .column {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dt > a {
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
}

.accordion dd {
  background-color: #1abc9c;
  color: #fafafa;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion dd > p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #16a085;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle {
  background-color: #22313F;
  border-bottom: 1px solid #2c3e50;
}

.accordionTitle:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover {
  background-color: #2c3e50;
}

.accordionTitleActive {
  background-color: #34495e;
}

.accordionTitleActive:before {
  transform: rotate(-225deg);
}

.accordionItem {
  max-height: 0;
  height: auto;
  overflow: hidden;
}

#box2 {
  overflow-y: scroll;
  margin-bottom: 20px;
  background-color: #4f88ff;
  width: 100%;
  transition: height 0.5s;
}

.contact-wrapper2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.contact-wrapper2::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 1px 1px #fff, inset 0 0 7px rgba(0, 0, 0, 0.3);
}

.contact-wrapper2::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: linear-gradient(left, #000000, #000000);
  box-shadow: inset 0 0 1px 1px #5C6670;
}

.contact-wrapper2::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(left, #000000, #000000);
}

.rollUp {
  animation: mymove 1s ease-out;
}

.rollDown {
  max-height: 100%;
  transition: max-height 2s;
}

@keyframes mymove {
  10% {
    max-height: 100%;
  }
  100% {
    max-height: 0;
  }
}
@media all {
  .accordionItem {
    max-height: 0;
    height: 100%;
    transition: height 2s;
  }
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 0;
    height: 100%;
    transition: height 1.5s;
  }
}
.accordionNone {
  display: none;
}

.accordionItemCollapsed {
  max-height: 0;
  transition: max-height 1s;
}

.animateIn {
  animation-name: accordionIn;
  animation-duration: 1.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

.animateOut {
  animation-name: accordionOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .image-gallery {
    flex-direction: row;
  }
}
/* overlay styles */
.image-item {
  position: relative;
  cursor: pointer;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(11, 20, 40, 0.7098039216);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.1s 0.05s ease-in-out;
  color: #fff;
  /* center overlay content */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding-left: 5%;
}
.overlay .text-wrapper .img-title {
  width: 100%;
  font-size: 15px;
  justify-content: left;
  padding-bottom: 10%;
}
.overlay .text-wrapper .img-title2 {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  justify-content: left;
  padding-bottom: 10px;
}

/* hover */
.image-item:hover .overlay {
  opacity: 1;
}

#overlaylbw {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer;
  animation: slide-in 1s both;
}

@keyframes slide-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.active {
  display: block !important;
}

.moviewrapper {
  display: flex;
  flex-wrap: wrap;
}

.onemovie {
  width: 33%;
  background-color: blue;
}

.x {
  position: fixed;
  top: 50px;
  font-size: 41px;
  color: #fff;
  z-index: 10;
  right: 20px;
  cursor: pointer;
}

.close2 {
  font-size: 45px;
  font-weight: 300;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 10003;
  cursor: pointer;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.gallery {
  width: 600px;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
}

.img-c {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

.img-w {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
  transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 9999;
}

.img-c.postactive {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 10ms;
}

@media only screen and (min-width: 500px) {
  .nav-right {
    float: right;
  }
  .container-gallery {
    padding: 80px 0;
    border-color: #fff #000000 #aaa #333;
  }
  .pswp-gallery {
    padding: 50px 30px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .hdgallery {
    display: block;
  }
  .sdgallery {
    display: none;
  }
  .contact-grid {
    width: 50%;
    flex-grow: 1;
  }
  .contact-grid2 {
    width: 50%;
    flex-grow: 1;
  }
  .home-menu-grid {
    width: 40%;
    flex-grow: 1;
    padding-right: 0px;
    line-height: 1.8;
    font-size: 14px;
    padding-bottom: 30px;
    text-align: left;
  }
  .home-menu-grid .title {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .home-menu-grid a {
    text-decoration: none;
    color: #fff;
  }
  .home-menu-grid2 {
    width: 20%;
    flex-grow: 1;
    padding-right: 0px;
    line-height: 1.8;
    font-size: 14px;
    padding-bottom: 30px;
    text-align: right;
  }
  .home-menu-grid2 .title {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .home-menu-grid2 a {
    text-decoration: none;
    color: #fff;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-grid {
    width: 25%;
    flex-grow: 1;
  }
  .contact-grid2 {
    width: 25%;
    flex-grow: 1;
  }
}/*# sourceMappingURL=site.css.map */