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

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

@font-face {
  font-family: 'SofiaPro-Light';
  src: url(../fonts/SofiaProLight.woff2) format("woff2"),
    url(../fonts/SofiaProLight.woff) format("woff");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'SofiaPro-Regular';
  src: url(../fonts/SofiaProRegular.woff2) format("woff2"),
    url(../fonts/SofiaProRegular.woff) format("woff");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'SofiaPro-Medium';
  src: url(../fonts/SofiaProMedium.woff2) format("woff2"),
    url(../fonts/SofiaProMedium.woff) format("woff");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'SofiaPro-SemiBold';
  src: url(../fonts/SofiaProSemiBold.woff2) format("woff2"),
    url(../fonts/SofiaProSemiBold.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

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


.collapse.padding {
  padding-left: 25px;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.w80 {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
strong {
  font-family: 'SofiaPro-SemiBold';
}

p {
  font-family: 'SofiaPro-Regular';
  font-size: 20px;
  line-height: 1.2;
  color: #005b62
}

h1{
  color: #005b62;
  text-transform: uppercase;
  font-family: 'UnicaOne-Regular';
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 25px
}

h2 {
  color: #005b62;
  text-transform: uppercase;
  font-family: 'UnicaOne-Regular';
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 25px
}

h3 {
  color: #005b62;
  font-family: 'SofiaPro-SemiBold';
  font-size: 1.4rem;
  line-height: 1.3; 
}


:focus {
  outline: none;
}

.grid-container {
  max-width: 1335px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px
}

.text-right {
  text-align: right
}

section {
  padding-top: 60px;
  padding-bottom: 60px
}

.imgBanner {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.imgBanner .overlay {
  background: rgba(0,0,0, .5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

}

.img-wrap .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, .4) 93%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.left-box {
  padding: 60px 80px
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  padding: 15px 0;
  opacity: 0;
  transition: opacity .35s ease;
  box-shadow: 0 2px 8px rgb(51 51 51 / 50%);
}

header.scroll {
  opacity: 1;
}

header .logo {
max-width: 300px;
}

header nav {
  display: inline-block;
  float: right;
  margin-top: 15px
}

header ul {
  list-style: none;
  margin: 0 0 5px;
}

header ul li {
  display: inline-block;
}

header ul li a {
  font-family: 'SofiaPro-SemiBold';
  color: #72636e;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.3rem;
  transition: all .35s ease;
}

header ul li a:hover, header ul li a.active {
  text-decoration: underline;
  color: #005b62;
}

.hamburger {
  vertical-align: middle;
  float: right
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff !important
}

/* === HERO === */

.hero {
  position: relative; 
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 20px solid #fff;
  min-height: 700px;
}

.hero::before {
  content: "";
  background-image: url('../images/landing-bg.jpg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
}

.banner-logo {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 230px;
}
.bottom-text {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0 .5rem;
}
.bottom-text p {
  color: #005b62;
  line-height: 1.4;
  margin-left: 0;
  font-size: 1.5rem;
  font-family: 'SofiaPro-SemiBold';
}

.img-wrap {
  position: relative;
}

.img-wrap small, .stick-img small {
  color: #fff;
  font-size: .7rem;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  left: 10px;
  font-family: 'SofiaPro-SemiBold';
}

.stick-img .img-wrap  {
  position: absolute;
  bottom: 0;
}

/* === Amenities === */

#amenities {
  padding-top: 40px;
}

#amenities .right-group, .stick-img {
  position: relative;
  height: 100%;
}

#amenities .right-group .padding {
  padding-left: 20px;
  color: #71636d;
  font-family: 'SofiaPro-Regular';
  margin-bottom: 2em;
}

/* #amenities .right-group .bottom {
  width: 61%;
} */


@media screen and (min-width: 1024px) and (max-width: 1140px) {
  #amenities .right-group .bottom {
    width: 100%;
  }
  #amenities .specs-list .spec p {
    font-size: 0.8rem!important;
    margin-bottom: 0;
  }
}

/* @media screen and (min-width: 1141px) and (max-width: 1257px) {
  #amenities .right-group .bottom {
    width: 86%;
  }
} */

#amenities .specs {
  background-position: center;
  background-image: url(../images/specs-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  margin-bottom: 30px;

}

#amenities .specs-list, #specification .specs-list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

#amenities .specs-list .spec {
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: 25%;
  text-align: center;
  padding: 20px;
}

#amenities .specs-list .spec .spec-img {
  margin: 0 auto 1rem;
  text-align: center;
 
}

#amenities .specs-list .spec p {
  color: #72636e;
  font-family: 'SofiaPro-Regular';
  font-size: .9rem;
  line-height: 1.2;
}

#amenities .img-margin {
  margin-bottom: 30px;
  margin-top: 30px;
}


#accommodation .left-box ul {
  list-style: none;
  margin-top: 2em;
  margin-bottom: 3em
}

#accommodation .left-box ul li {
  font-family: 'SofiaPro-Regular';
  font-size: 20px;
  line-height: 1.2;
  color: #005b62;
  margin-bottom: 0.25rem;
  break-inside: avoid-column;
}

#accommodation .left-box ul li::before {
  content: '-';
  color: #008CC5;
  margin-right: 10px;
  width: 1em;
  font-size: 18px;
  margin-left: -1em;
}

#accommodation {
  padding-bottom: 0
}

#accommodation .floorplan {
  padding-left: 4em;
}

#accommodation .overlap-img {
  position: absolute;
  max-width: 500px;
  z-index: 4;
}

#accommodation .slick-dots {
  max-width: 50%;
  left: calc(50% + 2em);
}

#accommodation table tbody{
  border: none;
  background: none;
  text-align: left;
}

#accommodation table tbody tr:nth-child(even) {
  background: none;
}

#accommodation table tbody tr td, #accommodation table tbody th {
  color: #72636e;
  font-family: 'SofiaPro-Regular'!important;
  border-bottom: 1px solid #72636e;
  font-weight: 400;
  padding: .5rem 0;
}

#accommodation p.small {
  color: #72636e;
  font-family: 'SofiaPro-Regular';
  font-size: .7rem;
}
#accommodation p.small.padding {
  margin-top: 2rem;
}
#accommodation .siteplan{
  padding-left: 2em;
  position: relative;
}

#accommodation .siteplan h1 {
  font-size: 2.5rem;
}
#accommodation .siteplan .small-icon {
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#accommodation .subheads {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

#accommodation .subheads .subhead {
  width: 45%;
  display: flex;
}

/* #accommodation .subheads .subhead h2 {
  font-family: 'UnicaOne-Regular';
  font-size: 1.6rem;
} */

#accommodation .subheads .subhead h2 span {
  color: #72636e;
}

/* .bottom-images {
  position: absolute;
  bottom: 0;
} */

@media screen and (min-width: 1024px) and (max-width: 1320px) {
  #accommodation .overlap-img {
    max-width: 400px;
  }
}
#specification h2 {
  margin-top: 1em;
  margin-bottom: .5rem;
}

#specification .margin60 {
  margin-top: 60px;
}

#specification p {
  margin-top: 3rem;
  color: #72636e;
}

#specification .margin30 {
  margin-top: 30px;
}

#specification .purple-bg {
  background-position: center;
  background-image: url(../images/specs-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 8px;

}

#specification .purple-bg h2 {
  margin-left: 30px;
  padding-top: 20px;
  margin-top: 0px;
}

#specification .specs-list .spec {
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: 33.333%;
  text-align: center;
  padding: 15px 20px;
}

#specification .specs-list .spec .spec-img {
  margin: 0 auto 1rem;
  text-align: center;
}

#specification .specs-list .spec p {
  color: #72636e;
  font-family: 'SofiaPro-Regular';
  font-size: .9rem;
  line-height: 1.2;
  margin-top: 0;

}
#specification .relative {
  position: relative;
}

#specification .relative .right-box {
  bottom: 0;
  position: absolute;
}


#location .map {
  margin-bottom: 4em;
}

#location .walking-time {
  display: flex;
  flex-wrap: wrap;
}

#location .walking-time .place {
  width: 20%;
  border-left: 1px solid #72636e;
  text-align: center;
  padding: 0 20px;
}

#location .walking-time .place:last-child {
  border-right: 1px solid #72636e; ;
}

#location .walking-time .place h1 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0;
}

#location .walking-time .place sub {
  font-size: 1rem;
  color: #72636e;
  font-family: 'SofiaPro-Regular';


}

#location .walking-time .place p {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-family: 'SofiaPro-SemiBold';
  margin-bottom: 0;
}

#location p {
  color: #72636e;
  margin-bottom: 2rem;
}

#location h4 {
  color: #EF8D02;
  margin: 20px 0;
  font-family: 'SofiaPro-SemiBold';
  font-size: 1.2rem;
  text-transform: uppercase;
}

#location .right-box {
  padding: 0 0 0 60px
}

#location ol {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
  margin-left: 0;
  list-style: none;
  margin-bottom: 60px;
  counter-reset: myCount;
}

#location ol li {
  font-size: 14px;
  color: #25223c;
  font-family: 'SofiaPro-Regular';
  list-style-position: outside;
  padding-left: 32px;
  text-indent: -32px;
  line-height: 1.4;
  margin-bottom: 4px;
}

#location ol li:before {
  content: counter(myCount);
  counter-increment: myCount;
  background: #e65925;
  width: 22px;
  height: 22px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  color: white;
  margin-right: 10px;
  padding-left: 0;
  text-indent: 0;
  font-size: 12px;
}

#location ol.blue li:before {
  background: #008bbf;
}

#location-gallery {
  padding-top: 0;
}

#location-gallery .grid-padding-y > .cell {
  padding-top: 12px;
  padding-bottom: 12px;
}

.small-padding-right {
  padding-right: 12px;
}

.small-padding-left {
  padding-left: 12px;
}

/* .term {
  margin-top: 50px;
  padding-left: 40px
} */

section#term {
  padding-top: 0px;
  padding-bottom: 0px;
}

section#term p {
  margin-top: 0.5rem;
}

footer {
  border: 20px solid #fff;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer::before{
  content: "";
  background-image: url('../images/landing-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.45;

}

#contact .grid-container {
  padding: 50px 80px;
  position: relative;
}

#contact .margin30 {
  margin-top: 3rem;
}

#contact .misrep {
  color: #72636e;
  font-size: 11px;
  line-height: 1.3;
  font-family: 'SofiaPro-Medium';
  margin-top: 2rem;
}

#contact .text-right {
  font-size: .8rem
}

#contact span {
  color: #72636e;
  line-height: 1.3;
  font-family: 'SofiaPro-Medium';
}

#contact .text-right a.credit {
  line-height: 1.3;
  font-family: 'SofiaPro-SemiBold';
  color: #72636e;
  font-size: .9rem;
}

#contact .agents-details {
  margin-top: 1.5em;
}

#contact .agents-details img {
  max-width: 250px;
  float: right;
}


#contact p {
  color: #72636e;
  line-height: 1.3;
  font-size: 1.2rem;
  font-family: 'SofiaPro-Regular';
  margin-bottom: 1.5em
}

#contact p strong {
  color: #005b62;
  font-family: 'SofiaPro-SemiBold';
}

#contact .agents-details p a {
  color: #72636e;
}

#contact .download {
  border: 2px solid #005b62;
  max-width: 250px;
  text-align: center;
  padding:10px 20px 8px;
  color: #72636e;
  font-size: 1.1rem;
  font-family: 'SofiaPro-SemiBold';
  text-transform: uppercase;
  float: right;
  width: 100%;
  transition: background .35s ease;

}

#contact .download:hover {
  background-color: #fff;
}



@media screen and (max-width:1023px) {
  #specification .margin60 {
    margin-top: 0;
  }
  #accommodation .slick-dots {
    max-width: 100%;
    left: 0;
  }
  #contact .download  {
    float: left;
    margin-bottom: 2rem;
  }

  #accommodation .siteplan {
    padding-left: unset;
    margin-top: 1em;
  }

  .bottom-images {
    position: unset;
    bottom: unset;
  }

  section .grid-container {
    padding-left: 50px;
    padding-right: 50px;
  }
 
  nav {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #005b62;
    left: 0;
    top: 90px;
    right: 0;
    bottom: 0;
    padding: 0;
    transform: translateX(100%);
    transition: transform .35s ease;
  }

  nav ul {
    position: relative;
    top: 50%;
    transform: translateY(-100%);
    left: 60px;
  }

  nav.open {
    transform: none;
  }

  nav ul li {
    display: block;
    margin: 20px 0;
  }

  #amenities .right-group .bottom {
    width: 100%;
  }

  .stick-img .img-wrap {
    position: relative;
    bottom: unset;
  }

  #amenities .right-group .padding {
    padding-left: 0;
  }
  #accommodation .floorplan {
    padding-left: 0;
    margin-top: 2em;
  }
  .top-img {
    margin-bottom: 4em;
    max-width: 500px;
  }

  #specification .relative .right-box {
    position: relative;
    bottom: unset;
    margin-top: 2em;
  }
  #location .right-box {
    padding: 0;
  }
  #contact .grid-container {
    padding: 50px;
  }
  #contact .agents-details img {
float: left;
    margin-bottom: 1em;
  }
  .imgBanner {
    height: 400px;
}
.collapse.padding {
  padding-left: 0;
}

.mobile-specs {
  margin-top: 40px;
}

}

@media screen and (max-width:768px) {
  #amenities .specs-list .spec {
    width: 33.333%;
  }

  #location .walking-time .place h1 {
    font-size: 60px;
  }

  #location .walking-time .place {
    width: 50%;
    margin-top: 2em;
  }

  #location .walking-time .place:nth-child(2), 
  #location .walking-time .place:nth-child(4) {
    border-right: 1px solid #72636e;
  }
}

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



  #accommodation .siteplan h1 {
    font-size: 1.8rem;
  }

  #accommodation table tbody tr td, #accommodation table tbody th {
    font-size: 0.7rem;
  }
  section .grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .banner-logo {
    max-width: 180px;
  }

  #amenities .specs-list .spec, #specification .specs-list .spec {
    width: 50%;
  }

  #location .walking-time .place p {
    font-size: .9rem;
  }
  .small-padding-left, .collapse.padding {
    padding-left: 0;
  }
  .small-padding-right {
    padding-right: 0;
  }
  #contact .grid-container {
    padding: 30px;
  }


  .imgBanner {
    height: 200px;
    background-attachment: scroll;
}
#contact .agents-details img {
  max-width: 180px;
}
#contact .agents-details {
  margin-top: 1em;
}
#contact p {
  margin-bottom: 1em;
}
#location .map {
  margin-bottom: 2em;
}
}

@media screen and (max-width:500px) {
  h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
  
  }
  .banner-logo {
    max-width: 150px;
    top: 30%;
    transform: translateY(-30%);
  }
  .bottom-text {
    bottom: 10%;
  }
  .bottom-text p {
    font-size: 1.2rem;
  }
}
