.header a, .footer a {
  color: #131217;
  font-size: 1em;
  text-decoration: none;
}
.header a:hover, .footer a:hover {
  color: #2b2834;
}
.header .active, .footer .active {
  color: #131217;
}

.headerHome {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.header {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
}
.header .container {
  display: grid;
  grid-template-columns: 20% 1fr;
  align-items: center;
}
@media (max-width: 600px) {
  .header .container {
    grid-template-columns: 1fr;
  }
}
.header .container .logoArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .logoArea .logo {
  height: 90px;
  margin: -12px auto;
}
.header .container .bi-list {
  display: none;
}
@media (max-width: 600px) {
  .header .container .bi-list {
    display: inline;
    position: absolute;
    right: 24px;
    color: #161719;
    font-size: 2em;
  }
}
.header .container .menus {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  list-style: none;
}
.header .container .menus a {
  margin: 0px 12px;
}
.header .container .menusRight {
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .header .container .menus {
    display: none;
  }
}

.headerTop {
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 12px 0px;
  padding-right: 6px;
}
.headerTop a {
  margin-left: 24px;
  text-decoration: none;
  color: #131217;
}

.headerTopHome a {
  color: white !important;
}

.offcanvas {
  max-width: 80% !important;
  background-color: white;
}

.canvas-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.canvas-menu li {
  display: block;
}
.canvas-menu li a {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 1.2em;
  text-decoration: none;
  color: #131217;
}

.soft {
  color: rgba(229, 241, 250, 0.5);
  font-weight: 300;
}

.footer {
  background-color: #0e0e11;
  font-size: 0.9em;
  color: rgba(229, 241, 250, 0.5);
}
.footer .footerTop {
  border-bottom: 1px solid rgba(229, 241, 250, 0.1);
}
.footer .footerTop .footertopLeft {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer .footerTop .footertopLeft .social {
  margin-bottom: 12px;
}
.footer .footerTop .footertopLeft a {
  margin-right: 24px;
}
.footer .footerTop .footertopRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
}
.footer .footerTop .footertopRight div {
  text-align: right;
  max-width: 300px;
}
@media (max-width: 600px) {
  .footer .footerTop .footertopRight div {
    max-width: 700px;
  }
}
.footer .footerTop .footertopRight div span {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .footerBottom {
  display: grid;
  grid-template-columns: 1fr;
}
.footer .footerBottom .footerbottomLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer .footerBottom .footerbottomLeft img {
  height: 30px;
  opacity: 0.4;
  margin-left: -3px;
}
.footer .footerBottom .footerbottomRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.footerTop, .footerBottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  padding: 48px 0px;
}

.footerDeep {
  background-color: #020203;
  padding: 24px 0px;
  color: rgba(229, 241, 250, 0.5);
}
.footerDeep .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8em;
}
.footerDeep .container a {
  text-decoration: none;
}
.footerDeep .container img {
  height: 14px;
  margin-left: 12px;
  margin-top: -1px;
  transition: all 0.3s;
  opacity: 1;
}
.footerDeep .container img:hover {
  opacity: 1;
}
.footerDeep .container .ring {
  height: 20px;
  margin: 0px 12px;
  margin-right: 10px;
  margin-top: -4px;
}

.pageHeader {
  color: #efefef;
  padding: 48px 0px;
}
@media (max-width: 600px) {
  .pageHeader {
    padding: 12px 0px;
  }
}
.pageHeader h1 {
  font-size: 27px;
  font-weight: 200;
  margin: 0px;
  color: #423f50;
  border-bottom: 1px solid #e5f1fa;
  padding-bottom: 12px;
}
@media (max-width: 600px) {
  .pageHeader h1 {
    margin: 0px;
    padding: 0px;
  }
}

.pageContent {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 24px;
  padding: 48px 0px;
}
.pageContent h3, .pageContent h2 {
  font-family: "Playfair Display";
  font-weight: 700;
}
@media (max-width: 600px) {
  .pageContent {
    grid-template-columns: 1fr;
    padding: 24px 0px;
  }
}
.pageContent p {
  line-height: 1.9em;
}
.pageContent .subpage {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pageContent .subpage li a {
  text-decoration: none;
  color: #737d86;
}
.pageContent .subpage li a:hover {
  color: #202124;
}
.pageContent .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 0.9em;
  color: #737d86;
}
.pageContent .right span {
  display: block;
}
.pageContent .right .sticky-top {
  top: 20px;
}
.pageContent .right .sticky-top div {
  margin-bottom: 12px;
}
.pageContent .right .sticky-top .contactBtn {
  padding: 8px 24px;
  display: inline-block;
  background-color: #202124;
  color: #efefef;
  text-decoration: none;
  margin-top: 8px;
}
.pageContent .center {
  padding: 0px 24px;
}
@media (max-width: 600px) {
  .pageContent .center {
    padding: 0px;
  }
}
.pageContent .center h3, .pageContent .center h2 {
  font-size: 1.7em !important;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.pageContent .center p {
  font-size: 0.9em;
}

.listGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 48px 0px;
}
@media (max-width: 600px) {
  .listGrid {
    grid-template-columns: 1fr;
    padding: 12px 0px;
  }
}
.listGrid a {
  text-decoration: none;
  color: #737d86;
}
.listGrid .thumbnail {
  margin-bottom: 12px;
}
.listGrid h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: "Playfair Display";
  font-weight: 600;
  color: #202124;
}

.guideContent {
  padding: 48px 0px;
}
@media (max-width: 600px) {
  .guideContent {
    padding: 24px 0px;
  }
}
.guideContent h1 {
  font-size: 3em;
  font-family: "Playfair Display";
  max-width: 700px;
  margin: auto;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 600px) {
  .guideContent h1 {
    font-size: 2em;
    padding: 0px 24px;
  }
}
.guideContent .paragraph {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1.8em;
  max-width: 700px;
  margin: auto;
}
.guideContent .paragraph h3, .guideContent .paragraph h2 {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .guideContent .paragraph {
    font-size: 1.1em;
    line-height: 1.7em;
    padding: 0px 24px;
  }
}

.contactContent {
  padding: 48px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 600px) {
  .contactContent {
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
  }
}
.contactContent h3 {
  font-size: 1.1em;
}
.contactContent .language {
  color: #737d86 !important;
}
.contactContent a {
  text-decoration: none;
  color: #737d86;
}
.contactContent a:hover {
  color: #202124;
}
.contactContent p {
  line-height: 1.9em;
}

.thumbFrame {
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
}
.thumbFrame .thumbnail {
  transition: all 0.4s;
  margin-bottom: 0px;
}
.thumbFrame:hover .thumbnail {
  transform: scale(1.1);
}

.uppercase {
  text-transform: uppercase;
}

.owl-carousel {
  padding: 0px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}
.owl-carousel .item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.owl-carousel .item::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
.owl-carousel .item .slideContent {
  position: relative;
  z-index: 2;
  padding-left: 340px;
  font-size: 1.3em;
  padding-bottom: 48px;
}
.owl-carousel .item .slideContent h2 {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-family: "Playfair Display";
  font-size: 50px;
  max-width: 700px;
}
.owl-carousel .item .slideContent h2 a {
  color: white;
}
.owl-carousel .item .slideContent h2 .btn-warning {
  color: black;
  margin-top: 12px;
  font-family: "Poppins";
}
.owl-carousel .item .slideContent strong {
  background-color: #feeb1a;
  font-weight: inherit;
  display: inline-block;
  padding: 0px 6px;
  margin-left: -6px;
  border-radius: 3px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

.galeriMacbook {
  display: block;
}

.galeriiPhone {
  display: none;
}

.headerSide {
  display: block;
}

.headerMobile {
  display: none;
}

.lightgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.lightgallery .firstIMG {
  grid-column: 1/span 5;
}

.homeContent {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.homeContent:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(22, 23, 25, 0.2);
  z-index: 0;
}
.homeContent h1 {
  font-size: 3em;
  width: 70%;
  color: white;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}
.homeContent h1 span {
  display: inline-block;
  text-decoration: none !important;
  background-image: url("../img/splashgreen.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .homeContent {
    padding: 0px 12px;
    height: 80vh;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .homeContent h1 {
    line-height: 1em;
    font-size: 2em;
    width: 100%;
    margin-bottom: 40px;
  }
}

.thumbnail, .wide {
  background-size: cover;
  background-position: center center;
  margin-bottom: 24px;
  border-radius: 6px;
}

.thumbnail {
  padding-top: 75%;
}

.wide {
  padding-top: 60%;
}

.xWide {
  padding-top: 45%;
}

.vertical {
  aspect-ratio: 1/1.3;
}

.negative100 {
  margin-top: -100px;
}

.negative50 {
  margin-top: -50px;
}
@media (max-width: 600px) {
  .negative50 {
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  .owl-carousel .item {
    margin: 0px !important;
  }
  .owl-carousel .item .slideContent {
    padding-left: 24px;
    padding-right: 72px;
    font-size: 1.1em;
  }
  .owl-carousel .item .slideContent h2 {
    font-size: 2em;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 24px 0px;
}
.grid-2 h2 {
  color: #468fa7;
  font-size: 2.2em;
  font-weight: 300;
}
@media (max-width: 600px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.cover {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 12px;
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */