@font-face {
  font-family: Montserrat-Bold;
  src: url(../assets/fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: listMedium;
  src: url(../assets/fonts/EncodeSans-Medium.ttf);
}

@font-face {
  font-family: listBold;
  src: url(../assets/fonts/EncodeSans-Bold.ttf);
}

@font-face {
  font-family: regular;
  src: url(../assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: lightExpanded;
  src: url(../assets/fonts/EncodeSansExpanded-Light.ttf);
}

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
   /* overflow:; */
}

.logo {
  width: 250px;
  height: auto;

  margin-top: 35px;
  margin-left: 35px;
  position: absolute;

  /* z-index: 200; */
}

.computer-logo{
  display: block;
}

.mobile-logo{
  display: none;
}

.slogan {
  font-family: listMedium;
  position: absolute;
  font-size: 17px;
  color: #adacb7;
  margin-left: 83px;
  margin-top: 145px;
}

.logoIn {
  /*  width: 250px;
  height: auto;
  margin-top: 20px;
  margin-left: 20px; */
  padding-top: 300px;
  padding-left: 50vw;
  transform: translateX(50%);

  /* z-index: 200; */
}

a {
  color: #706f6f;
  text-decoration: none;
}

.blue {
  color: #36ebeb;
}

.floor-indicator {

  margin-left: 43px;
  position: absolute;
  
  /* margin-top: 25%; */
  /* display: flex; */
  transform: translateY(-40%);

  max-height: 40vh;
  
  /* top: calc(50٪ -50px); */
}

.floor-level {
  font-family: Montserrat-Bold;
  font-size: 450px;
  color: #f1f2f4;
  width: 350px;
  height: 350px;
  overflow: hidden;
  margin-left: -14px;
}


.floor-text {
  font-family: Montserrat-Bold;
  font-size: 30px;
  color: #acaeb5;
  position: absolute;
  bottom: 30%;

  right: 2px;
  text-align: end;
  z-index: 1;
  /* margin-top: -20px; */
}

.page-description {
  position: absolute;
  font-family: lightExpanded;
  color: #9fa0a9;
  /* width: 400px; */
  font-size: 20px;
  /* bottom: 20%; */
  /* margin-left: 55px; */
  text-align: justify;
  margin-top: -80px;
}

.page-description-animation {
  animation: slide-up 1s, fadeIn 2s;
}

@keyframes slide-up {
  from {
    opacity: 0.2;
    line-height: 200px;
  }
  to {
    opacity: 1;
    line-height: 25px;
  }
}

@keyframes slide-up {
  from {
    opacity: 0.2;
    line-height: 200px;
  }
  to {
    opacity: 1;
    line-height: 25px;
  }
}


.footer {
  position: absolute;
  bottom: 12px;
  left: 25px;
  right: 25px;
  bottom : 15px;
  font-family: listMedium;
  font-size: 14px;
  color: #c6c7cc;
  display: flex;
  flex-flow: row;
  z-index: 10;
}

.footer a{
  color: #c6c7cc;
  cursor: pointer;
}

.sub-footer{

  font-family: listMedium;
  font-size: 14px;
  color: #c6c7cc;
  display: flex;
  flex-flow: row;
  
  padding-top: 40px;
  padding-bottom: 20px;;

}


.footer-item {
  flex: 1 1 0;
  width: auto;
  text-align: center;
  flex-basis: auto;

}

.big-level {
  font-family: Montserrat-Bold;
  position: absolute;
  right: 0px;
  bottom: -250px;
  font-size: 750px;
  text-align: right;
  color: #f7f7f9;
}

.cta {
  font-family: regular;
  position: absolute;
  font-size: 12px;
  color: #81838f;
  top: 35%;
  right: 200px;
}

.smallFloorIndicator {
  position: fixed;
  width: auto;
  display: none;
  flex-direction: row;
  align-items: flex-end;
  right: 20px;
  align-items: flex-start;
  z-index: 12;
  margin-top: 15px;

}

.smallFloorNumbers {
  width: 50px;
  height: 60px;
  overflow: hidden;
  margin-top: -12px;
}

.smallLevelNumber {
  font-family: Montserrat-Bold;
  font-size: 55px;
  color: #36ebeb;

}


.smallLevelTitle {
  display: flex;
  font-family: regular;
  font-size: 14px;
  color: #81838F;
  padding-right: 12px;
}

.smallLabels {
  display: block !important;
  text-align: right;
  /* text-transform: uppercase; */
  font-size: 11px;
  line-height: 15px;
}

.menu {
  position: fixed;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 35px;
  top: 15px;

  z-index: 10;

  pointer-events: none;
}

menubg {
  width: 100vw;
  height: 60px;
  display: none;
  position: absolute;
  background-color: white;
  z-index: 9;
}

.menu-icon{
 margin-left: -20px;  
 pointer-events: auto;
 z-index: 1000;
}

.menu-icon img {
  width: 20px;
}

.grey-svg img {
  filter: invert(53%) sepia(6%) saturate(567%) hue-rotate(194deg) brightness(96%) contrast(88%);
}

.lang-item{
  pointer-events: auto;
  cursor: pointer;
}


.menu-close-icon{
  filter: invert(53%) sepia(6%) saturate(567%) hue-rotate(194deg) brightness(96%) contrast(88%);
  pointer-events: auto;
}

.contactSection {
  margin-top: 120px !important;
}

.bell {
  width: 40px;
  height: auto;
  opacity: 0.8;
  margin-right: 0px;
  /* margin-top: 130px; */
  pointer-events: all !important;
  cursor: pointer;
}

.languages {

  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-left: -5px;
  /* text-transform: uppercase; */
  font-family: Montserrat-Bold;
  font-size: 14px;
  color: #706f6f;
  align-items: flex-end;
}

.langMenu {
  align-items: flex-end;
  margin-top: 8px !important;
  margin-right: 10px !important;
  user-select: none;
}

.lang-item {
  color: #81838F;
}

.lang-label{
  font-size: 14px !important;
  margin-right: 9px;
}

.homecontact {
  padding-top: 25px;
  font-family: regular;
  font-size: 15px;
  color: #706f6f;
  line-height: 150%;
  text-align: end;
  text-transform: uppercase;
}

.menuItem {
  display: flex;
  margin-top: 14px;
  position: relative;
  /* pointer-events: none; */
  cursor: pointer;
}

.menuItem:hover .menuLabel {
  opacity: 1;
}

.menuItem:click .menuLabel{
    opacity:0;
}

.menuLevel {
  margin: auto;
  width: 40px;
  height: 40px;
  overflow: none;

  pointer-events: auto !important;
}

.levelNumber {
  user-select: none;
  font-family: Montserrat-Bold;
  font-size: 28px;
  color: #81838F;
  height: 60px;

  /* transform: translate(-20%, -30%); */
  background-size: 40px 40px;
  background-image: url(../assets/content_images/menuCircle_1.svg);
  background-repeat: no-repeat;
}

.space-one {
  padding-left: 12px;
  padding-top: 3px;
}

.space-two {
  padding-left: 14px;
  padding-top: 3px;
}

.space-three {
  padding-left: 9px;
  padding-top: 3px;
}


.levelNumberSelected {
  user-select: none;
  font-family: Montserrat-Bold;
  font-size: 28px;
  color: #35ebeb;

  background-size: 40px 40px;
  background-image: url(../assets/content_images/menuCircle.svg);
}

.menuLabel {
  pointer-events: none !important;
  font-family: regular;
  font-size: 20px;
  color: #81838F;
  width: 300px;
  text-align: right;
  /* text-transform: uppercase; */
  padding-right: 15px;
  padding-top: 10px;
  opacity: 0;
  z-index:-20;
}

.selectedFloor .menuLabel {
  font-family: Montserrat-Bold;
}

.langLabel {
  padding-left: 0px !important;
}

.fullpage {
  position: absolute;
}

.displaySquare {

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background: white;

  border-style: solid;
  border-width: 45px;
  border-color: #35ebeb;

  overflow: hidden;
  position: absolute;

  margin: auto;
  margin-left: 50vw;
  margin-top: 50vh;

  transform: translate(-50%, -50%);

  width: 600px;
  height: 900px;

  /* pointer-events: none; */
  /* width: 40vh;
  height: 60vh; */

}

.squareBG {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;

  position:relative;
}

.squareLabel {
  width: 91%;
  height: 12%;
  background-color: rgba(129, 131, 143, 0.7);
  color: white;

  margin: auto;

  padding: 12px;
  
  /* padding-bottom: 40px; */

  margin-left: 50%;
  transform: translateX(-50%);

  text-align: center;
  position: absolute;
  bottom:10px;

  font-family: regular;
  z-index: 100;
  
  display: flex;
  justify-content: center;
  align-items: center;

}


.label-title{
  
  font-family: regular;
  font-size: 26px;

}

.label-project{
  font-family: listMedium;
  font-size: 22px;
}

.showreel {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
}

.section {
  max-width: 100%;
  position: relative;
}

.panel {
  height: 100%;
  width: 100vw;

  /* font-size:25vh;
    line-height:20vh; */
}

.home {
  /* position: relative; */
}

.homeText {

  padding: 15px;
  color: #81838f;
  padding-left: 50px;
  padding-right: 80px;
  padding-top: 40px;
  font-family: regular;
  font-size: 35px;
  background-color: white;
  line-height: 45px;
  
  text-align: center;
  width: 80%;
}

.multimedia-home {
  /* text-align: justify; */
  width: 100%;
  color: grey;
  font-size: 38px;
  font-family: Montserrat-Bold;
  /* display: inline-block; */
}

.homeTitles {
  color: #81838f;
  font-family: Montserrat-Bold;
  font-weight: 1200;
  width: 100%;

  display: inline-block;
  text-align: center;
  font-size: 32px;
  line-height: 120%;
  padding-top: 45px;
}

.linkToLayover {
  position: absolute;
  /* text-transform: capitalize; */
  user-select: none;
  text-align: center;
  font-family: listMedium;
  width: 100%;
  /* bottom: 16%; */
  color: #2d3c80;
  /*bottom: 0px;
  background-color: white; */
  /*  padding-top: 12px;
  padding-bottom: 12px; */
  cursor: pointer;
  text-decoration: underline;
}

.display-page {

  position: absolute;
  /* overflow-x: hidden;
  overflow-y: auto; */
  top: 0;
}

.fp-slidesNav {
  /*  width:100%; */
  /* position: absolute; */
  display: flex;
  justify-content: center;
  /* top: calc(80vh + 35px) !important; */
}

.close-display {
  z-index: 100;
}

.close-display img {
  position: fixed;
  top: 35px;
  right: 19px;
  width: 40px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}


.btn-link {
  position: absolute;
  margin-left: 50vw;
  color: grey;
  font-family: regular;
  margin-top: -80px;
  /* z-index: 200px; */
  transform: translateX(-50%);
}
.social-icons {
  
  display: flex; 
  flex-flow:row;
  justify-content: space-between; 

  padding-left: 5px;
  padding-right: 5px;
  
}

.social-icons img{
  width:20px;
  cursor: pointer;
}

.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 19px;
  width: 40px;;
  height: auto;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.scroll-to-top img {
  max-width: 100%;
}

@media only screen and (max-width: 1150px) {

  /* .floor-indicator, */
  .footer-main,
  .big-level,
  .cta {
    display: none;
  }

  .all-legal .footer-main {
    display: block;
    margin-top: 0;
  }

  .all-legal .footer {
    bottom: -105px;
  }

  .menu {
    padding-top: 50px;
  }

  .smallFloorIndicator {
    display: flex;
    right: 8px;
  }
/* 
  .page-description {
    display: none;
  } */

}


@media only screen and (max-width: 900px) {

  .logo {
    width: 180px;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 90;
  }

}



@media only screen and (max-width: 499px) {

  .smallLevelTitle {
    position: relative;
    top: 1px;
  }

  .footer{
    flex-flow: column;
    bottom:40px;
  }

  .sub-footer{
    display:none;
  }

  .label-title{
    font-family: regular;
    font-size: 18px;
    
  } 

  .displaySquare{
    
    /* height: calc(100vh - 140px); */
    /* display: block; */
    margin-top: 54vh;
    /* transform: translateY(50%); */
  
  }


  .fp-slidesNav {
    /*  width:100%; */
    /* top: 0px !important;  */
    /* bottom: 80px !important; */
  }

  .section {
    width: 100vw;
  }

  .computer-logo{
    display: none;
  }
  
  .mobile-logo{
    display: block;
  }



  .logo {
    width: 112px;
    height: auto;
    margin-top: 8px;
    margin-left: 10px;
    z-index: 90;
  }

  .slogan {
    z-index: 80;
    margin-left: 25px;
    margin-top: 47px;
    font-size: 8px;
  }

  .menu {
    right: 2px;
    top:-3px;
    
  }      

  .bell{
    margin-top:-25px;
  }

  .contact-menu-label{
    margin-top:-20px;
  }

  .smallFloorIndicator {
    right: -5px;
    top: -5px;
    z-index: 12;
  }

  menubg {
    display: block;
  }


  .displayPage {
    z-index: 200;
  }

  .floor-indicator {
    display: none;
  }

  .homeText {
    /* padding: 15px; */
    /* color: #81838f; */
    /* padding-left: 50px;
    padding-right: 80px; */
    padding: 30px !important;
    /*  padding-top: 5px !important; */
    font-family: regular;
    font-size: 20px;
    background-color: white;
    line-height: 22px;
    /*  width:40vh;
      height:60vh; */
  
    /* height:100%; */
    /* text-align: center;
    width: 80%; */
  
    /* text-transform: uppercase; */
    /* transform: scale(1); */
  }
  

  .squareLabel {
    width: 89%;
    
  }

  .multimedia-home {
    /* text-align: justify; */
    width: 100%;
    color: #81838f;
    font-size: 25px;
    font-family: Montserrat-Bold;
    /* display: inline-block; */
  }
  
  .homeTitles {
    color: #81838f;
    font-family: Montserrat-Bold;
    font-weight: 1200;
    width: 100%;
  
    display: inline-block;
    text-align: center;
    font-size: 22px;
    /* line-height: 120%; */
    padding-top: 25px;
  }

  .contactSection {
    /* margin-top: 53% !important; */
  }
  .languages{
    margin-top: 20px !important;
  }

  .linkToLayover {
    top: -25px;
  }

  .fp-bottom {
    bottom: 25px !important;
  }

  .scroll-to-top {
    right: 4px;
  }

  .fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
    width: 34px;
    height: 65px;
  }
}

.displayPage {
  z-index: 200;
  /* overflow:scroll; */
}

.hidden-content {
  display: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #81838F;
}


.all-legal{
  padding: 30px;
  padding-left: 50px;
  padding-right: 120px;;
}


.body-text-legal{
  font-family: listMedium;
  font-size: 15px;
  padding-top: 20px;
  color: #adacb7;
  text-align: left;
}

