/* Roboto & Cormorant Garamond  */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Hero Light */
@font-face {
  font-family: "Hero-Light";
  src: url("../fonts/Hero_Light/Hero_Light.eot?") format("eot"), url("../fonts/Hero_Light/Hero_Light.woff") format("woff"), url("../fonts/Hero_Light/Hero_Light.ttf") format("truetype"), url("../fonts/Hero_Light/Hero_Light.svg#Hero-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Swis721 Ex BT */
@font-face {
  font-family: "Swis721";
  src: url("../fonts/Swis721/swis721-ex-bt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* pages */
/* home page */
.front-page .about {
  padding: 80px 100px;
}
@media screen and (max-width: 600px) {
  .front-page .about {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.front-page .about .row {
  height: 100vh;
  display: flex;
  align-content: center;
}
@media screen and (max-width: 600px) {
  .front-page .about .row {
    height: auto;
    padding-top: 50px !important;
  }
}
.front-page .about .about-title {
  color: #49958E;
  font-family: "Swis721";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .front-page .about .about-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .front-page .about .about-title {
    font-size: 16px;
    padding: 20px 50px;
  }
}
.front-page .about .desc-image {
  width: 560px;
  height: 839px;
}
@media screen and (max-width: 900px) {
  .front-page .about .desc-image {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .front-page .about .desc-image {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.front-page .about .desc {
  color: #000;
  text-align: justify;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .front-page .about .desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .front-page .about .desc {
    font-size: 14px;
  }
  .front-page .about .desc.seperated {
    padding: 20px 50px;
  }
}
.front-page .explore a {
  text-decoration: none;
}
.front-page .explore .row:not(:first-child) {
  padding-top: 150px;
}
.front-page .explore .row:first-child {
  justify-content: right;
}
.front-page .explore .title {
  color: #154E4A;
  text-align: center;
  font-family: "Swis721";
  font-size: 128px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .front-page .explore .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .front-page .explore .title {
    font-size: 35px;
  }
}
.front-page .explore .small-image {
  width: 800px;
  margin-right: 50px;
  margin-bottom: -150px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .front-page .explore .small-image {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .front-page .explore .small-image {
    width: 200px;
    margin-bottom: -20px;
    margin-right: 20px;
  }
}
.front-page .explore .full-image {
  width: 100%;
  z-index: 0;
}
.front-page .explore .footer-image {
  margin-bottom: 30px;
  height: auto;
  width: 200px;
}
@media screen and (max-width: 600px) {
  .front-page .explore .footer-image {
    width: 150px;
    margin-bottom: 0px;
  }
}
.front-page .explore .hoverable {
  padding-top: 100px;
  padding-bottom: 100px;
  text-transform: uppercase;
}
.front-page .explore .hoverable:hover {
  background: #154E4A;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.front-page .explore .hoverable:hover img {
  filter: contrast(100);
  filter: drop-shadow(0px 0px 10px #154E4A) invert(1);
}
.front-page .explore .hoverable:hover .title {
  color: white;
}
@media screen and (max-width: 600px) {
  .front-page .explore .hoverable:hover .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .front-page .explore .hoverable {
    padding: 50px 0px;
  }
  .front-page .explore .hoverable .col-lg-8 {
    display: flex;
  }
  .front-page .explore .hoverable .col-lg-8 .title {
    font-size: 15px;
    margin: auto;
  }
}

/* team page */
.team {
  /* about block */
  /* team block */
}
.team .about {
  padding: 150px 100px;
}
@media screen and (max-width: 600px) {
  .team .about {
    padding: 50px;
  }
}
.team .about .title {
  color: #154E4A;
  text-align: right;
  font-family: "Swis721";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .team .about .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .team .about .title {
    font-size: 40px;
    text-align: center;
  }
}
.team .about .desc {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .team .about .desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .team .about .desc {
    font-size: 12px;
    text-align: center;
  }
}
.team .teams .team {
  margin: 150px auto;
}
@media screen and (max-width: 600px) {
  .team .teams .team {
    margin: 50px auto;
    display: grid;
  }
}
.team .teams .team .team-title {
  color: #000;
  font-family: "Swis721";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .team .teams .team .team-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .team .teams .team .team-title {
    font-size: 20px;
  }
}
.team .teams .team .team-images {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .team .teams .team .team-images {
    height: 600px;
  }
}
.team .teams .team .team-images .team-preview {
  width: 70%;
}
.team .teams .team .team-images .team-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .teams .team .team-images .team-list {
  width: 30%;
  flex: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.team .teams .team .team-images .team-list img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.team .teams .team .team-images .team-list.team-2 img {
  height: 50%;
}
.team .teams .team .team-images .team-list.team-3 img {
  height: 33.33%;
}
.team .teams .team .team-images .team-list.team-4 img {
  height: 25%;
}
.team .teams .team .team-images .team-list.team-4 img {
  height: 20%;
}
.team .teams .team .team-desc, .team .teams .team .team-position {
  color: #000;
  font-family: "Swis721";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  display: none;
}
@media screen and (max-width: 900px) {
  .team .teams .team .team-desc, .team .teams .team .team-position {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .team .teams .team .team-desc, .team .teams .team .team-position {
    font-size: 16px;
  }
}
.team .teams .team .team-position {
  font-size: 24px;
  color: #8e8e8e;
}
@media screen and (max-width: 900px) {
  .team .teams .team .team-position {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .team .teams .team .team-position {
    font-size: 12px;
  }
}

/* services page */
.services section:not(:first-child) {
  padding-top: 150px;
}
.services .about .title {
  color: #49958E;
  text-align: right;
  font-family: "Swis721";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .services .about .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .services .about .title {
    font-size: 25px;
    text-align: center;
  }
}
.services .about .desc {
  color: #000;
  text-align: justify;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .services .about .desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .services .about .desc {
    font-size: 12px;
    text-align: center;
  }
}
.services .accordion .bgImg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 250px;
  text-align: left;
  align-items: end;
  display: flex;
  color: #FFF;
  font-family: "Swis721";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none !important;
  outline: none !important;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .services .accordion .bgImg {
    height: 100%;
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .services .accordion .bgImg {
    font-size: 20px;
    height: 100px;
  }
}
.services .accordion .bgImg .plus-icon-up {
  background-image: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 49px;
  height: 60px;
  content: "";
  rotate: 90deg;
}
@media screen and (max-width: 600px) {
  .services .accordion .bgImg .plus-icon-up {
    height: 30px;
  }
}
.services .before-after {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .services .before-after {
    font-size: 15px;
  }
}

/* explore page */
.explore .about {
  background: #154E4A;
  background-image: url("../img/history-bg.png");
  background-repeat: no-repeat;
  background-position: left 70%;
  background-size: 450px auto;
}
@media screen and (max-width: 900px) {
  .explore .about {
    background-size: 300px auto;
  }
}
@media screen and (max-width: 600px) {
  .explore .about {
    background-position: left;
    background-size: 150px;
  }
}
.explore .about .title {
  color: #FFF;
  text-align: center;
  font-family: "Swis721";
  font-size: 108px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 900px) {
  .explore .about .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .explore .about .title {
    padding: 100px 0px;
    font-size: 30px;
  }
}
.explore .about .desc {
  font-family: "Cormorant Garamond", serif;
  color: #FFF;
  text-align: justify;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  white-space: break-spaces;
  padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .explore .about .desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .explore .about .desc {
    font-size: 12px;
  }
}
.explore .about .user-name {
  color: #FFF;
  font-family: "Swis721";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
@media screen and (max-width: 900px) {
  .explore .about .user-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .explore .about .user-name {
    font-size: 16px;
  }
}
.explore .about .user-position {
  color: #FFF;
  font-family: "Swis721";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .explore .about .user-position {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .explore .about .user-position {
    font-size: 11px;
  }
}
.explore .about .user-signature {
  padding-bottom: 200px;
}
.explore .about .user-signature.white {
  filter: invert(1);
}
.explore .slide {
  background: #49958E;
}
.explore .slide .slider-item {
  cursor: grab;
}
@media screen and (max-width: 600px) {
  .explore .slide .row .text-col {
    flex-direction: column-reverse;
  }
  .explore .slide .slick-slider {
    height: 300px;
  }
  .explore .slide .slick-slider img {
    height: 300px !important;
  }
}
.explore .slide .text-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .explore .slide .text-col {
    padding-left: 40px;
  }
}
.explore .slide .text-col .desc {
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: none;
}
@media screen and (max-width: 600px) {
  .explore .slide .text-col .desc {
    font-size: 12px;
  }
}
.explore .slide .text-col .title {
  color: #FFF;
  font-family: "Swis721";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}
@media screen and (max-width: 600px) {
  .explore .slide .text-col .title {
    font-size: 25px;
    text-align: center;
    /* to make title on top of slider */
    width: 100%;
    font-size: 20px;
    position: absolute;
    top: -340px;
    left: 0px;
  }
}
.explore .slide img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.explore .slide .slick-arrow {
  z-index: 2;
  position: absolute;
  width: 50px;
  height: 92px;
  top: 90%;
}
@media screen and (max-width: 600px) {
  .explore .slide .slick-arrow {
    top: 50%;
  }
}
.explore .slide .slick-next {
  right: 20px;
}
@media screen and (max-width: 600px) {
  .explore .slide .slick-next {
    right: 0px;
  }
}
.explore .slide .slick-prev {
  left: 20px;
}
.explore .slide .slick-next::before {
  background-image: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 49px;
  height: 100%;
  content: "";
}
@media screen and (max-width: 600px) {
  .explore .slide .slick-next::before {
    height: 70%;
  }
}
.explore .slide .slick-prev::before {
  background-image: url("../img/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 49px;
  height: 100%;
  content: "";
}
@media screen and (max-width: 600px) {
  .explore .slide .slick-prev::before {
    height: 70%;
  }
}
.explore .prefooter {
  padding: 100px;
  background: #154E4A;
}
@media screen and (max-width: 900px) {
  .explore .prefooter {
    padding: 20px;
  }
  .explore .prefooter .container {
    max-width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .explore .prefooter {
    padding: 20px;
  }
}
.explore .prefooter .title {
  color: white !important;
}
.explore .prefooter img {
  filter: invert(1);
  height: auto;
  width: 200px;
}
@media screen and (max-width: 600px) {
  .explore .prefooter img {
    width: 100px;
  }
}
.explore .prefooter a {
  text-decoration: none;
}

/* end pages */
/* menu */
.site-navigation .menu-toggle {
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 3;
  color: white;
  left: 50px;
  top: 50px;
}
.site-navigation .menu-toggle.scrolled {
  filter: invert(1);
}
.site-navigation .menu-toggle.opened {
  filter: invert(0);
}
@media screen and (max-width: 600px) {
  .site-navigation .menu-toggle {
    left: 10px;
    top: 10px;
  }
  .site-navigation .menu-toggle img {
    width: 50px;
  }
}
.site-navigation .menu {
  display: none;
  position: fixed;
  background: rgba(20, 20, 20, 0.65);
  width: 100%;
  height: 100%;
  margin: 0px;
  z-index: 2;
  top: 0;
}
.site-navigation .menu .menu-elements {
  position: relative;
  list-style: none;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .site-navigation .menu .menu-elements {
    margin: 0px;
  }
}
.site-navigation .menu .menu-elements .current_page_item a {
  text-decoration: underline;
}
.site-navigation .menu .menu-elements a {
  color: #FFF;
  font-family: "Swis721";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .site-navigation .menu .menu-elements a {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .site-navigation .menu .menu-elements a {
    font-size: 25px;
  }
}
.site-navigation .menu .menu-logo {
  position: absolute;
  right: 0;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .site-navigation .menu .menu-logo img {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .site-navigation .menu .menu-logo img {
    height: 150px;
  }
}
@media screen and (max-width: 360px) {
  .site-navigation .menu .menu-logo img {
    height: 120px;
  }
}

/* footer */
.site-footer {
  margin-top: 150px;
}
@media screen and (max-width: 600px) {
  .site-footer {
    margin-top: 20px;
  }
}
.site-footer .footer-desc {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-desc {
    font-size: 14px;
  }
}
.site-footer .footer-block {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-block {
    margin-top: 0px;
  }
  .site-footer .footer-block .footer-desc {
    font-size: 12px;
  }
}

/* logo */
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
.logo img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .logo img {
    width: 100px;
  }
}

/* shared styles */
.maison1824 {
  /* scroll button */
}
.maison1824 .row:not(:first-child) {
  padding-top: 150px;
}
.maison1824 .hero .hero-image {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.maison1824 .hero .hero-title {
  color: #FFF;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  bottom: 150px;
  width: 800px;
  left: 50px;
}
@media screen and (max-width: 900px) {
  .maison1824 .hero .hero-title {
    width: 400px;
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .maison1824 .hero .hero-title {
    font-size: 24px;
    width: 100%;
    left: 0px;
    text-align: center;
  }
}
.maison1824 .seperator {
  height: 200px;
  border: 1px solid black;
  width: 0px;
  margin: auto;
}
.maison1824 .prefooter .title {
  color: #154E4A;
  text-align: left;
  font-family: "Swis721";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .maison1824 .prefooter .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .maison1824 .prefooter .title {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.maison1824 .prefooter a:hover {
  text-decoration: none;
}
.maison1824 .prefooter a:hover .title, .maison1824 .prefooter a:hover .word {
  text-decoration: underline;
}
.maison1824 .scroll {
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.maison1824 .scroll .scroll-title {
  color: #FFF;
  font-family: "Hero-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px;
}
@media screen and (max-width: 600px) {
  .maison1824 .scroll .scroll-title {
    font-size: 14px;
  }
}
.maison1824 .scroll .scroll-icon svg {
  width: 15px;
}

/* html overflow */
html {
  overflow-x: hidden;
}
html body {
  overflow-x: hidden;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page {
  opacity: 1;
  animation-duration: 2s;
  animation-name: fadein;
  animation-timing-function: easein;
}

/* Lenis animation */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* remove footer from pages not home  */
.page:not(.home) .site-footer .col-lg-5 {
  width: 100%;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}

.page:not(.home) .site-footer .col-lg-5:nth-child(3) {
  display: none;
}

video::-webkit-media-controls {
  display: none !important;
}/*# sourceMappingURL=custom.css.map */