* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
h1 {
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}
p {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.container {
  padding: 0.01em 16px;
}

.arrow-bg {
  position: relative;
  left: -20px;
}

.topnav {
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

.topnav a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.topnav a.active {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: #d5826b;
  text-decoration-thickness: 2px;
}

.topnav .icon {
  display: none;
}

/** HEADER **/
header.homepage-header {
  background-image: url("../images/homepage/Clockwise_Cheltenham_TwoHandsCafe4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
}
header .header-bg {
  background-image: url("../images/homepage/header-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 600px;
  height: 650px;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 999;
}
.container-header {
  display: flex;
  padding: 0.01em 16px;
}
.logo {
  display: inline-block;
  width: 605px;
  height: 300px;
  vertical-align: middle;
  background: rgb(38 74 70 / 80%);
  text-align: center;
}
.logo .logo-text {
  margin-top: 40px;
}
.logo h1 {
  font-weight: 100;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: trumpsoftpro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.logo p {
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.3em;
  padding-top: 20px;
  font-family: trumpsoftpro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
}
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 2px #eed6cb;
  cursor: pointer;
  font-size: 40px;
  color: #eed6cb;
  font-family: millenia;
  height: 70px;
  width: 230px;
}

.enquire-btn:hover {
  opacity: 0.8;
}

/** LEASING OPTIONS **/
.introduction {
  background-color: #124440;
  text-align: left;
  padding: 70px 0;
}
.introduction .container {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}
.introduction h1 {
  color: #fff;
  font-size: 80px;
  margin: 20px;
  position: relative;
  z-index: 1000;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.introduction h1 span {
  color: #d5826b;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.introduction .paragraphs {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.introduction .paragraphs p {
  color: #fff;
  font-size: 20px;
  margin: 20px;
}

.amenities .row {
  display: flex;
}
.left-grid-image-1 {
  background-image: url("../images/homepage/homepage-50-50.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.right-grid-information-1 {
  background-image: url("../images/homepage/homepage-50-50-2.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.right-grid-information-1 .icon p {
  color: #eed6cb;
  margin: 25px 0;
  font-size: 65px;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
  text-align: left;
  padding-left: 35px;
}
.right-grid-information-1 .info {
  width: 80%;
  margin: 0 auto;
}
.right-grid-information-1 .info p {
  color: #eed6cb;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}
.right-grid-information-1 button {
  background: transparent;
  border: solid 2px #eed6cb;
  font-size: 35px;
  color: #eed6cb;
  font-weight: 700;
  height: 70px;
  margin: 20px 0;
  width: 230px;
}
.right-grid-information-1 button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.right-grid-image-1 {
  background-image: url("../images/homepage/amentities-office.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.left-grid-information-1 {
  align-items: center;
  background-color: #598278;
  display: flex;
  justify-content: center;
  height: 500px;
  text-align: center;
  width: 100%;
}
.left-grid-information-1 .icon p {
  color: #eed6cb;
  margin: 25px 0;
  font-size: 65px;
  font-family: millenia;
  text-align: left;
  padding-left: 35px;
}
.left-grid-information-1 .info {
  width: 80%;
  margin: 0 auto;
}
.left-grid-information-1 .info p {
  color: #eed6cb;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}
.left-grid-information-1 button {
  background: transparent;
  border: solid 2px #eed6cb;
  font-size: 35px;
  color: #eed6cb;
  font-weight: 700;
  height: 70px;
  margin: 20px 0;
  width: 230px;
}
.left-grid-information-1 button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.left-grid-image-2 {
  background-image: url("../images/homepage/amentities-gate.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.right-grid-information-2 {
  align-items: center;
  background-color: #565555;
  display: flex;
  justify-content: center;
  height: 500px;
  text-align: center;
  width: 100%;
}
.right-grid-information-2 .icon p {
  color: #eed6cb;
  margin: 25px 0;
  font-size: 50px;
}
.right-grid-information-2 .info {
  width: 80%;
  margin: 0 auto;
}
.right-grid-information-2 .info p {
  color: #eed6cb;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}
.right-grid-information-2 button {
  background: transparent;
  border: solid 2px #eed6cb;
  font-size: 35px;
  color: #eed6cb;
  font-weight: 700;
  height: 70px;
  margin: 20px 0;
  width: 230px;
}

.right-grid-information-2 button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.choose-grade {
  background-color: #d5826b;
}
.choose-grade h1 span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #fff;
  color: #fff;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.choose-grade h1,
.sub-title {
  color: #fff;
  text-align: center;
}
.choose-grade .sub-title {
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;
}
.choose-grade h1 {
  color: #565555;
  font-size: 70px;
  margin-top: 30px;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.choose-grade .row {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 70px;
}

.choose-grade .row .lease {
  width: 30%;
}

.choose-grade .alpha {
  background: white;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 30px;
  margin: 20px auto;
}
.choose-grade .lease-title {
  margin: 10px 0;
  font-weight: 600;
  color: #fff;
  font-size: 23px;
}
.choose-grade .content {
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 15px;
}
.choose-grade .icon {
  height: 200px;
}

.kick-start .row {
  display: flex;
}

.kick-start .left-grid-1 {
  background: #124440;
  height: 600px;
  width: 100%;
  padding: 50px;
}
.kick-start .left-grid-1 h1 {
  font-size: 80px;
  color: #fff;
  text-align: left;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.kick-start .left-grid-1 h1 span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #d5826b;
  color: #d5826b;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.kick-start .left-grid-1 .icon {
  text-align: center;
  margin: 60px;
}
.kick-start .button {
  border: solid 2px #d5826b;
  width: 143px;
  padding: 14px;
  color: #d5826b;
  font-weight: 600;
  text-align: center;
}
.kick-start .right-grid-1 .button {
  position: absolute;
  bottom: 40px;
}
.kick-start .right-grid-1 {
  background-image: url("../images/homepage/kick-start-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  padding: 50px;
  position: relative;
}
.kick-start .right-grid-1 h1 {
  font-size: 80px;
  color: #fff;
  text-align: left;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.kick-start .right-grid-1 h1 span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #d5826b;
  color: #d5826b;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}

.we-are-clockwise {
  background: #fcf2e9;
  display: flex;
  padding: 0.01em 16px;
}
.clockwise-left {
  align-items: center;
  color: #000;
  text-align: left;
  margin: 60px 0 0 60px;
  width: 100%;
}
.clockwise-left .title,
.clockwise-left .sub-title {
  width: 70%;
}
.clockwise-left .title h1 {
  font-size: 50px;
  margin: 20px 0;
}
.clockwise-left .sub-title p {
  color: black;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  text-align: left;
}
.clockwise-left .information p {
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.clockwise-right {
  background-image: url("../images/homepage/we-are-clockwise\ 2.png");
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  align-items: center;
  text-align: center;
  margin: 60px 0;
}
.learn-more-btn button {
  background: #fcf2e9;
  border: solid 2px #d57f67;
  font-size: 15px;
  color: #d57f67;
  font-weight: 700;
  height: 50px;
  margin: 20px 0;
  width: 150px;
  padding: 0 10px;
}
.learn-more-btn button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.arrows {
  position: relative;
  width: 100%;
}
.left-arrow {
  position: absolute;
  left: 27%;
  top: -350px;
}
.right-arrow {
  position: absolute;
  left: 70%;
  top: -350px;
}

footer {
  background-image: url("../images/footer/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  box-shadow: inset 0 0 0 2000px rgb(3 70 76 / 60%);
  display: flex;
  padding: 30px 0 60px;
}
footer .contact-form {
  border: solid 5px #d57f67;
  padding: 50px;
  margin-left: 30px;
  width: 100%;
  height: 590px;
}
footer .contact-form h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #d57f67;
  text-underline-offset: 8px;
}
footer form {
  width: 50%;
  position: relative;
  margin-top: 30px;
}
footer form input[type="text"] {
  border: solid 1px white;
  width: 180%;
  margin: 10px 0;
  height: 60px;
  font: 1em/1.25em Arial, Helvetica, sans-serif;
  padding: 10px;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
footer form button {
  background-color: #d57f67;
  position: absolute;
  right: -80%;
  height: 60px;
  width: 140px;
  border: 2px solid #d57f67;
  font-size: 30px;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
footer .contact-details {
  color: #fff;
  width: 100%;
  padding-left: 40px;
}
footer .developer,
footer .flexible {
  margin: 20px 0;
}
footer p strong {
  font-weight: 600;
}
footer hr {
  border: solid;
  width: 70%;
  margin-top: 10px;
}
footer .contact-details .thp {
  width: 120px;
  margin: 20px 0;
}
footer .contact-details .castle-forge,
footer .contact-details .clockwise {
  width: 150px;
  margin: 10px 0;
}
footer a {
  color: #000;
}
.footer-logo {
  margin: 30px 0 0 60px;
  width: 100%;
}
.footer-info {
  display: flex;
  margin: 30px 60px 0 0;
  width: 100%;
}
.footer-info .enquires {
  width: 100%;
}
.footer-info .enquires h2 {
  margin: 0 0 15px;
}
.footer-info .lambert-smith {
  width: 200px;
  padding: 25px;
  font-size: 23px;
  text-align: left;
  background-color: #565555;
  color: #ffffff;
}
.footer-bg {
  background-image: url("../images/footer/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 840px) {
  .topnav a {
    padding: 14px 5px;
  }
  .introduction.location .container {
    display: grid;
  }
  .introduction .container {
    display: block;
  }
  .amenities .row {
    display: block;
  }
  .choose-grade .row {
    display: block;
  }
  .choose-grade .row .lease {
    width: 100%;
  }
  .choose-grade .icon {
    height: 200px;
    margin: 30px 0;
  }
  .choose-grade .sub-title {
    margin-top: 50px;
  }
  .choose-grade .container {
    padding: 30px 16px;
  }

  .kick-start .row {
    display: block;
  }

  .we-are-clockwise {
    display: block;
  }
}

@media only screen and (max-width: 790px) {
  .left-grid-information-1,
  .right-grid-information-1,
  .left-grid-image-1,
  .right-grid-image-1,
  .left-grid-information-2,
  .right-grid-information-2,
  .left-grid-image-2,
  .right-grid-image-2 {
    height: 650px;
  }
}

@media screen and (max-width: 730px) {
  .topnav {
    background-color: rgba(51, 51, 51, 0.8);
  }
  .topnav a:hover {
    color: #eed6cb;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  header .header-bg {
    display: none;
  }
  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;
  }

  footer {
    display: block;
  }

  footer .contact-form {
    width: 90%;
  }

  footer .contact-details {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 650px) {
  .footer-logo {
    margin: 30px 0 0 10px;
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .amenities .row {
    display: block;
  }
  .clockwise-right {
    display: none;
  }
  .enquire {
    top: 200px;
    right: 30px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer .contact-details {
    margin-top: 50px;
  }
  .footer-info {
    width: 100%;
    margin: 30px;
  }
  .logo {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .container-header {
    padding: 0 !important;
  }
  nav {
    position: absolute;
    top: -19px;
    left: 0;
    padding: 0;
    padding-right: 10px;
  }
  .topnav {
    width: 102% !important;
  }
  .kick-start .left-grid-1 .icon {
    margin: 30px;
  }
  .kick-start .left-grid-1 .icon img {
    width: 200px;
  }
  .clockwise-left {
    margin: 0;
  }
}
