* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}
.container {
  padding: 0.01em 16px;
}

/** HEADER **/
header.homepage-header {
  background-image: url("../images/leases/office-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 650px;
}
.container-header {
  display: flex;
  padding: 0.01em 16px;
}
nav {
  width: 100%;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  margin: 20px 0;
  justify-content: flex-end;
  align-items: start;
}
.nav-links {
  list-style: none;
  display: flex;
}
.nav-item a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #eed6cb;
  font-size: 20px;
}
.nav-item:hover a {
  opacity: 0.8;
}
.enquire {
  position: absolute;
  top: 100px;
  right: 50px;
}
.enquire-btn {
  background: transparent;
  border: solid 1px #eed6cb;
  font-size: 40px;
  color: #eed6cb;
  font-weight: 700;
  height: 70px;
  width: 230px;
}

/** LEASING OPTIONS **/
.leasing-options {
  background-color: #eed6cb;
  text-align: center;
  padding: 40px 0;
}
.leasing-options .option {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}
.leasing-options .option .lease-title h1 {
  padding: 20px;
  font-size: 18px;
}
.leasing-options .title h1 {
  color: #727272;
  font-weight: 600;
  font-size: 70px;
  margin: 20px;
}
.leasing-options .icon {
  margin: 10px 0;
}
.leasing-options .icon-item {
  margin: 0 auto;
  width: 80px;
  color: #eed6cb;
  height: 80px;
  background: #b48a81;
  border-radius: 50%;
  display: flex;
  font-size: 30px;
  justify-content: center;
  align-items: center;
}
.left-grid-image-1.leasing {
  background-image: url("../images/leases/leasing-img-1.png");
}
.right-grid-image-1.leasing {
  background-image: url("../images/leases/leasing-img-2.png");
}
.right-grid-information-1 .info.leasing {
  display: flex;
  width: 100%;
}
.right-grid-information-1 ul {
  color: #eed6cb;
  list-style: disc;
}
.right-grid-information-1 .list-left,
.right-grid-information-1 .list-right {
  width: 100%;
  padding: 0 60px;
  line-height: 1.4em;
  text-align: left;
}
.left-grid-information-1 .info.leasing {
  display: flex;
  width: 100%;
}
.left-grid-information-1 ul {
  color: #eed6cb;
  list-style: disc;
}
.left-grid-information-1 .list-left,
.left-grid-information-1 .list-right {
  width: 100%;
  padding: 0 60px;
  line-height: 1.4em;
  text-align: left;
}

.floor-plans {
  background-color: #fff;
  padding: 30px 60px;
}
.floor-plans h1 {
  font-size: 70px;
  color: #1e4c51;
}
.floor-plans .central-block,
.floor-plans .north-block {
  display: flex;
  width: 100%;
}
.floor-plans .central-block .information,
.floor-plans .north-block .information {
  padding: 20px 0;
  width: 50%;
}
.floor-plans .central-block .information {
  background-image: url("../images/leases/leasing-left-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 300px;
  width: 70%;
}
.floor-plans .great-space-image {
  background-image: url("../images/leases/leasing-office.png");
  background-repeat: no-repeat;
background-size: cover;
background-position: right;
height: 360px;
width: 50%;
}
.floor-plans .central-block-image {
  background-image: url("../images/leases/leasing-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 300px;
  width: 100%;
}
.floor-plans .north-block-image {
  background-image: url("../images/leases/north-block-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 470px;
  width: 100%;
}
.floor-plans ul {
  list-style: disc;
}
.floor-plans li {
  padding: 5px 0;
}
.floor-plans .title {
  margin-bottom: 60px;
  display: flex;
}
.floor-plans .title h1 {
  color: #1e4c51;
  font-weight: 100;
  margin: 20px 0;
  font-size: 110px;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
  width: 80%;
}
.floor-plans .title h1 span {
  color: #d5826b;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.floor-plans p {
  margin: 20px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(10, 40vw);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  overflow: scroll;
  height: 60vh;
  scroll-snap-type: both mandatory;
  scroll-padding: 1rem;
  position: relative;
  top: 0;
  padding: 40px 0;
}

.active {
  scroll-snap-type: unset;
}
.leases-info {
  background-color: #1e4c51;
  padding: 50px 0;
  height: 700px;
}
.leases-info h1 {
  color: #d5826b;
  text-decoration: underline;
  text-underline-offset: 16px;
  font-size: 90px;
  margin-left: 50px;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.leases-info .arrows .left-arrow,
.leases-info .arrows .right-arrow {
  top: -130px;
}
.gallery li {
    background-position: center;
  scroll-snap-align: center;
  display: inline-block;
  border-radius: 3px;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
    .floor-plans .title {
        display: block;
    }
    .floor-plans .great-space-image {
        background-size: contain;
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
  .gallery {
    height: 40vh;
  }
  .leases-info {
    height: 600px;
  }
}

@media screen and (max-width: 730px) {
  nav {
    display: block;
    width: 100%;
    padding-left: 90px;
    padding-right: 10px;
    z-index: 1;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .floor-plans .central-block {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
    .floor-plans .title {
        margin-bottom: 0px;
    }
  .clockwise-right {
    display: none;
  }
  .leases-info {
    display: none;
  }
}
