

@font-face {
  font-family: 'Lexington-Regular';
  src: url(../fonts/Lexington-Regular.woff2) format("woff2"),
  url(../fonts/Lexington-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal
}




.wow {
   visibility: hidden;
}

header {
  position: relative;
}
#hero {
  background-image: url('../img/IW-250823-CA-003.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100vh;
  min-height: 500px;

}


body {
  background:#fff
}
body.lock {
  overflow: hidden;
}
header.active {

  -webkit-transition-delay: .5s;
  transition-delay: .5s;

}

header.active h1 .st0, header.active h1 .st2, header.active h1 .st3 {
  fill: #fff;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

header.active span.menu {
  /* -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) */
  color: #1F624B
}

header.active span.menu #Group-5 {
  fill: #fff;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

nav {
  position: fixed;
  /* overflow:scroll; */
  bottom: 0;
  top:0;
  right: 0;
  width: 100%;

  z-index: 99;
  /* height: 100vh; */
  /* min-height: 800px; */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);

}

a {
  cursor: pointer;
}
nav.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  /* background-color: #53626c; */
  -webkit-transition: -webkit-transform .75s ease;
  transition: -webkit-transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease, -webkit-transform .75s ease
}
nav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  list-style: none;
  margin: 0


}
nav ul li a {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 1em
}
nav ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
nav ul li a img {
  width: 20px;
  margin-bottom: 7px;
  margin-right: 5px
}
#navbar {
  position: absolute;
  top: 60px;
  max-width: 200px;
  transition: top 0.3s;
  left: 0px;
  z-index: 999
}
#navbar.scroll {
  position: fixed;
  top: 60px;
  transform: unset;
  display: block;
}
/* header .scroll span.menu{
  background: rgba(31, 98, 75, 0.7);
} */

header.active nav.active {
  background: #0C3123;
}
/* .logo-right {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 999
}
.logo-right img {
  max-width: 80px
} */
/*
header .scroll span.menu i{
background-color: #1F624B;
} */
header span.menu {
  cursor: pointer;
width: 70px;
margin: auto;
position: relative;
left: 40px;
/* padding: 10px; */
}
header span.menu img {
  width: 40px
}
header span.menu i {
    background-color: #fff;

    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

header span.menu i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

header span.menu i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

header span.menu i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

header.active span.menu i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

header.active span.menu i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

header.active span.menu i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(7px) rotate(0deg);
    }
    100% {
        transform: translateY(7px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(-10px) rotate(0deg);
  }
  100% {
      transform: translateY(-10px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(-10px) rotate(0deg);
  }
  100% {
      transform: translateY(-10px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}


.grid-container {
  max-width: 1440px;
  margin: 0 auto
}

.logo {
  position: absolute;
  top: 60px;
  right: 40px;
  margin: 0 auto;
  z-index: 999
}
.logo img {
  width: 250px;
}


#about {
  background-image: url('../img/about-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;

}
#about .relative {
    position: relative;
    height: 100%;
    min-height: 540px;
}
#about .text-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  max-width: 700px;
  margin: 0 auto

}
#about .text-box h2 {
  text-transform: uppercase;
  color: #0C3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.4
}

#the-building {
  padding-top: 60px;
  padding-bottom: 20px
}

#the-building .title {
  max-width: 400px
}
#the-building .title h3{
  text-transform: uppercase;
  color: #0C3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px
}

#the-building .text p {

  color: #0C3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .95em;
  line-height: 1.4
}

#the-building .text ul li {
  color: #0C3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .95em
}

/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}
#accommodation {
  background-image: url('../img/floorplan-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 640px;
  padding-top: 60px;
  padding-bottom: 60px

}
#accommodation .title {
  text-align: center;
}
#accommodation .title h3, #accommodation .floor h3{
  text-transform: uppercase;
  color: #fff;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px
}

#accommodation .title h3 sup, #accommodation .floor h3 sup{
  vertical-align: super;
  font-size: 14px;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#accommodation .title h5 {
  vertical-align: super;
  font-size: 20px;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff
}
#accommodation .title h5 img {
  width: 100px;
  margin-right: 10px
}
#accommodation .accommodation-group {
  padding-top: 100px;

}

#accommodation .accommodation-table thead, tbody, tfoot {
  background: transparent;
  border: none;


}
#accommodation .accommodation-table table tr  {
  background: transparent;
  border: none;

}
#accommodation .accommodation-table table tr .no-bg {
  background: transparent;
  border-bottom: 1px solid #fff;

}
#accommodation .accommodation-table table tr .bottom-bg {
  background: transparent;
  border-top: 1px solid #fff;

}

#accommodation .accommodation-table table tr .middle-bg {
  text-align: center;
    background:#0c3123;
      border: 1px solid #fff;
      border-bottom: 0
}

#accommodation .accommodation-table table tr .bottom-middle-bg {
  text-align: center;
    background:#0c3123;
      border: 1px solid #fff;
      border-top: 0
}
#accommodation .accommodation-table table tr.title td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 0;
    border-top: 0;
  text-align: center;
    background:#0c3123;
    color: #fff;
    font-family: p22-underground, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin: 0;
    padding: 1.5rem

}

#accommodation .accommodation-table table tr.title td a {
  color: #fff;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
#accommodation .accommodation-table table tr.title.floors, #accommodation .title h5.all {
  cursor: pointer;
}
#accommodation .accommodation-table table tr.title td img {
  height: 30px
}
#accommodation .accommodation-table table tr .middle-bg img, #accommodation .accommodation-table table tr .bottom-middle-bg img {
  width: 25px;
  margin-bottom: .75em;
  margin-top: .25em
}
#accommodation .right-box {
  padding-left: 40px
}

#accommodation ul li, #accommodation h6 {
  color: #fff;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .95em
}
#accommodation h6 {

margin-top: 2em
}

/* #accommodation.floorplans.active, #accommodation.spaceplans.active{
  display: block
}

#accommodation.floorplans , #accommodation.spaceplans{
  display: none
} */


#location {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #C9DBAA
}

#location .title {
  max-width: 500px
}
#location .title h3{
  text-transform: uppercase;
  color: #0C3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.4
}

#location .text p {

  color: #0C3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .95em;
  line-height: 1.4
}
footer {
  padding-top: 60px;

}

footer .agent-logo {
  width: 200px;

}
footer .agent-details p, footer .agent-details p a {
  color: #0C3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4
}
.features {
  padding: 60px 0;
}
section .feature-details p, section .feature-details p a {
  color: #0c3123;
  font-family: p22-underground, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.2;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
.grid-container {
  padding-left: 40px;
  padding-right: 40px
}

}
@media screen and (max-width: 1023px) {


  nav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* nav ul {
    left: 2em;
    right: unset;
    text-align: left;
  } */
  .accommodation-table table {
    max-width: 70%;
    margin: 0 auto
  }
  #accommodation .right-box {
    padding-left: 0
  }
  #accommodation .accommodation-group {
    padding-top: 40px
  }
  #about .text-box h2 {
    font-size: 36px
  }
  #about .relative {
    min-height: 500px
  }
  #the-building .title, #location .title {
    max-width: unset
  }
}
@media screen and (max-width: 768px) {
header span.menu img {
  width: 30px
}
.logo img {
  width: 180px
}
}

@media screen and (max-width: 639px) {
  .grid-container {
    padding-left: 30px;
    padding-right: 30px
  }
  #about .text-box h2 {
    font-size: 28px
  }
  header span.menu, nav ul {
    left: 30px
  }
  .logo {
    right: 30px
  }

  #about .relative {
    min-height: 300px
  }
  #the-building .text ul {
    margin-bottom: 0
  }
  .accommodation-table table {
    max-width: unset;

  }
  #accommodation .accommodation-table table tr.title td {
    padding: 1rem
  }
    #accommodation .slick-dots {
    bottom: -50px
  }
  #accommodation .title h3 sup, #accommodation .floor h3 sup {
    font-size: 10px
  }
  #accommodation.spaceplans .all {
    margin-bottom: 50px
  }
}
@media screen and (max-width: 500px) {
  #about .text-box h2, #the-building .title h3, #location .title h3 {
    font-size: 23px
  }

#accommodation .title h3, #accommodation .floor h3 {
  font-size: 26px
}
nav ul li a {
  font-size: 1.3rem
}
}
