/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Set every element's box-sizing to border-box */
* {
    box-sizing: border-box;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

html, body {
    height: auto;
    font-family: 'Play', sans-serif;
	width: 100%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
    font-family: 'Play', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 10%;
    background: #333333;
    padding: 0.5rem;
    border: 1px solid gray;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
}

.hidden {
    opacity: 0%;
}

.back-to-top-icon {
    width: 1rem;
    height: 1rem;
    color: #eba49d;
}

.back-to-top:hover {
    opacity: 60%;
}

header {
    height: 20%;
    width: 100%;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: transparent;
}

header a {
    margin: 0 15%;
    width: auto;
}

header span {
    display: none;
}

.nav-logo {
    margin-left: 17vw;
    width: 10vw;
}

.navbar-fixed-top {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.closebtn {
    display: none;
}

.overlay-content {
    display: flex;
    width: 100%;
    flex-direction: row;
}

ul {
    align-items: center;
    height: 100%;
}

li {
    width: 100vw;
    display: flex;
    justify-content: center;
}

li:nth-child(2) {
    text-decoration: underline;
}

a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #333333;
    font-size: 1vw;
    align-items: center;
    width: 100%;
}

a:hover {
    color: #eba49d;
}

.hamburger {
    display: none;
}

main {
    height: 100%;
    width: 80%;
    margin-left: 10%;
}

.mySlides {
    display: none;
}

.mySlides img {
    vertical-align: middle;
    max-width: 60%;
    margin-left: 20%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.mySlides:focus {
    visibility: visible;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  background-color: #f1f1f1;
  color: #333333;
  opacity: 30%;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  /* border: 0.5px solid gray; */
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 20%;
  border-radius: 0 3px 3px 0;
}

.prev {
    left: 20%;
    border-radius: 3px 0 0 3px;
  }

/* On hover, add a grey background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #d9d9d9;
  color: #333333;
  opacity: 50%;
}

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/4 etc) */
/* .numbertext {
  color: #333333;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  margin-left: 20%;
} */

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 2% 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.properties-text {
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-top: 0%;
    margin-bottom: 4%;
    text-align: center;
    font-size: x-large;
    margin-left: 10%;
    line-height: 30px;
}

.properties-text h1 {
    font-size: xx-large;
    margin-top: 20%;
}

.properties-text p {
    line-height: 200%;
}

.properties-text a {
    display: inline;
}

.properties-text a:hover {
    color: #eba49d;
}

video {
    margin-bottom: 6%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.new-developments {
    margin-top: 5%;
}

.new-developments p {
    font-size: large;
}

.n-d-first-row {
    display: flex;
    width: 100%;
    height: 450px;
    margin-top: 3%;
    margin-bottom: -2%;
    justify-content: space-evenly;
}

.n-d-first-row-yoo-img {
    background-image: url('/img/neighbouring developments/Yoo-Limassol.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80%;
    margin-right: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 100%;
    transition: opacity 0.5s linear;
        /* z-index: 0; */
}

.n-d-first-row-yoo-img:hover {
    opacity: 20%;
}

.n-d-first-row-yoo-text {
    width: 38%;
    position: absolute;
    left: 10%;
    margin-top: 8%;
    text-align: center;
    opacity: 0%;
    transition: opacity 0.5s linear;
    /* z-index: -1; */
}

.n-d-first-row-yoo-img:hover + .n-d-first-row-yoo-text {
    opacity: 100%;
}

.n-d-first-row-yoo-text:hover {
    opacity: 100%;
}

.n-d-first-row-yoo-text h3 {
    font-size: large;
    text-align: center;
    /* z-index: -1; */
}

.n-d-first-row-yoo-text p {
    font-size: medium;
    text-align: center;
    /* z-index: -1; */
}

.n-d-first-row-yoo-text a {
    font-size: large;
    width: 25%;
    margin-left: 37.5%;
    margin-top: 3%;
    border: 2px solid #333333;
    color: #333333;
    background-color: #d9d9d9;
    padding: 1%;
    transition: background-color 0.5s linear;
    /* z-index: -1; */
}

.n-d-first-row-yoo-text a:hover {
    background-color: #333333;
    color: #d9d9d9;
}

.n-d-first-row-zaria-img {
    background-image: url('/img/neighbouring developments/Zaria.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 100%;
    transition: opacity 0.5s linear;
    z-index: 0;
}

.n-d-first-row-zaria-img:hover {
    opacity: 20%;
}

.n-d-first-row-zaria-text {
    width: 38%;
    position: absolute;
    right: 10%;
    margin-top: 8%;
    text-align: center;
    opacity: 0%;
    transition: opacity 0.5s linear;
    /* z-index: -1; */
}

.n-d-first-row-zaria-img:hover + .n-d-first-row-zaria-text {
    opacity: 100%;
}

.n-d-first-row-zaria-text:hover {
    opacity: 100%;
}

.n-d-first-row-zaria-text h3 {
    font-size: large;
    text-align: center;
    /* z-index: -1; */
}

.n-d-first-row-zaria-text p {
    font-size: medium;
    text-align: center;
    /* z-index: -1; */
}

.n-d-first-row-zaria-text a {
    font-size: large;
    width: 25%;
    margin-left: 37.5%;
    margin-top: 3%;
    border: 2px solid #333333;
    color: #333333;
    background-color: #d9d9d9;
    padding: 1%;
    transition: background-color 0.5s linear;
    /* z-index: -1; */
}

.n-d-first-row-zaria-text a:hover {
    background-color: #333333;
    color: #d9d9d9;
}

.n-d-second-row {
    display: flex   ;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0%;
    margin-bottom: 5%;
    padding-left: 0%;
}

.n-d-second-row-ccc-img {
    background-image: url('/img/neighbouring developments/Pyrgos-beachfront-development.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 38%;
    height: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 100%;
    transition: opacity 0.5s linear;
    z-index: 0;
}

.n-d-second-row-ccc-img:hover {
    opacity: 20%;
}

.n-d-second-row-ccc-text {
    width: 35%;
    position: absolute;
    left: 12%;
    text-align: center;
    opacity: 0%;
    transition: opacity 0.5s linear;
    /* z-index: -1; */
}

.n-d-second-row-ccc-img:hover + .n-d-second-row-ccc-text {
    opacity: 100%;
}

.n-d-second-row-ccc-text:hover {
    opacity: 100%;
}

.n-d-second-row-ccc-text h3 {
    font-size: large;
    text-align: center;
    /* z-index: -1; */
}

.n-d-second-row-ccc-text p {
    font-size: medium;
    text-align: center;
    /* z-index: -1; */
}

.n-d-second-row-ccc-text a {
    font-size: large;
    width: 25%;
    margin-left: 37.5%;
    margin-top: 3%;
    border: 2px solid #333333;
    color: #333333;
    background-color: #d9d9d9;
    padding: 1%;
    transition: background-color 0.5s linear;
    /* z-index: -1; */
}

.n-d-second-row-ccc-text a:hover {
    background-color: #333333;
    color: #d9d9d9;
}

.n-d-second-row-beyond-img {
    background-image: url('/img/neighbouring developments/beyond-limassol.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 38%;
    height: 50%;
    right: 10%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 100%;
    transition: opacity 0.5s linear;
    /* z-index: 0; */
}

.n-d-second-row-beyond-img:hover {
    opacity: 20%;
}

.n-d-second-row-beyond-text {
    width: 35%;
    position: absolute;
    right: 12%;
    text-align: center;
    opacity: 0%;
    transition: opacity 0.5s linear;
}

.n-d-second-row-beyond-img:hover + .n-d-second-row-beyond-text {
    opacity: 100%;
}

.n-d-second-row-beyond-text:hover {
    opacity: 100%;
}

.n-d-second-row-beyond-text h3 {
    font-size: large;
    text-align: center;
}

.n-d-second-row-beyond-text p {
    font-size: medium;
    text-align: center;
}

.n-d-second-row-beyond-text a {
    font-size: large;
    width: 25%;
    margin-left: 37.5%;
    margin-top: 3%;
    border: 2px solid #333333;
    color: #333333;
    background-color: #d9d9d9;
    padding: 1%;
    transition: background-color 0.5s linear;
}

.n-d-second-row-beyond-text a:hover {
    background-color: #333333;
    color: #d9d9d9;
}

.n-d-third-row {
    margin-bottom: 7%;
}

.n-d-third-row-interc-img {
    background-image: url('/img/neighbouring developments/intercontinental-limassol.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 37.5%;
    width: 25%;
    height: 50vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 100%;
    transition: opacity 0.5s linear;
    /* z-index: 0; */
}

.n-d-third-row-interc-img:hover {
    opacity: 20%;
}

.n-d-third-row-interc-text {
    width: 14%;
    position: absolute;
    left: 43%;
    margin-top: -18%;
    opacity: 0%;
    transition: opacity 0.5s linear;
}

.n-d-third-row-interc-img:hover + .n-d-third-row-interc-text {
    opacity: 100%;
}

.n-d-third-row-interc-text:hover {
    opacity: 100%;
}

.n-d-third-row-interc-text h3 {
    font-size: large;
    text-align: center;
}

.n-d-third-row-interc-text p {
    font-size: medium;
    text-align: center;
}

.n-d-third-row-interc-text a {
    font-size: large;
    width: 70%;
    margin-left: 15%;
    margin-top: 3%;
    border: 2px solid #333333;
    color: #333333;
    background-color: #d9d9d9;
    padding: 1%;
    transition: background-color 0.5s linear;
}

.n-d-third-row-interc-text a:hover {
    background-color: #333333;
    color: #d9d9d9;
}

.existing-developments-text p {
    text-align: left;
    font-size: large;
    line-height: 30px;
    padding-top: 5%;
    padding-bottom: 3%;
}

.row {
    display: flex;
    align-items: center;
    width: 120%;
    margin-left: -10%;
    padding-bottom: 3%;
}

/* Below CSS refers to OpenModal and CloseModal functions for pictures slider */

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: black;
    margin: auto;
    padding-top: 1.5%;
    width: 100%;
    max-width: 1000px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .previous,
  .nextt {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    /* color: white; */
    background-color: #f1f1f1;
    color: #333333;
    opacity: 30%;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .nextt {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .previous:hover,
  .nextt:hover {
    background-color: #d9d9d9;
    color: #333333;
    opacity: 50%;
  }
  
  /* Number text (1/3 etc) */
  /* .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  } */
  
  /* .column img {
    margin-bottom: -4px;
  } */
  
  /* .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.7s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 70%;
  } */

footer {
    background-color: #333333;
    color: #d9d9d9;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

span {
    color: #d9d9d9;
    font-size: medium;
    width: auto;
    display: flex;
    justify-content: center;
}

span a {
    color: #d9d9d9;
    font-size: medium;
    display: inline;
}

.social {
    display: flex;
    justify-content: center;
    height: auto;
}

.social a {
    display: flex;
    width: 3%;
    margin-left: 1%;
    margin-right: 1%;
    height: 50px;
}

.fa {
    margin: 0;
    font-size: 30px;
    text-decoration: none;
}
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    color: #eba49d;
  }
  
  .fa-google {
    color: #eba49d;
  }
  
  .fa-youtube {
    color: #eba49d;
  }
  
  .fa-instagram {
    color: #eba49d;
  }

  .fa-tiktok {
    color: #eba49d;
  }

  .fa-tiktok:hover {
    opacity: 0.7;
  }
  
  footer .heart {
    color: #eba49d;
  }    

@media only screen and (min-width: 1535px) {
    /* For Large Desktop Screens: */

    .nav-logo {
        margin-left: 1vw;
        width: 100%;
    }

    .overlay-content {
        width: 60vw;
        margin-left: -12vw;
    }

    li {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-right: 9vw;
    }

    .nav-item a {
        font-size: 1.5vw;
    }

    main {
        height: auto;
        display: block;
        margin-top: 10vh;
        margin-bottom: 15vh;
        z-index: -1;
    }

    .properties-text a {
        font-size: 1.7vw;
    }

    .social a {
        display: flex;
        width: 2%;
        margin-left: 1.2%;
        margin-right: 1.2%;
        height: 50px;       
    }

}

@media only screen and (min-width: 1366px) and (max-width: 1535px) {
    /* For Desktops: */
 
    .nav-logo {
        margin-left: 1vw;
        width: 100%;
    }

    .overlay-content {
        width: 60vw;
        margin-left: -12vw;
    }

    li {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        margin-right: 7vw;
    }

    .nav-item a {
        font-size: 1.5vw;
    }

    .nav-link3 {
        width: 8vw;
    }

    main {
        height: auto;
        display: block;
        margin-top: 10vh;
        margin-bottom: 15vh;
    }

    .properties-text p {
        font-size: 1.5vw;
    }

    .properties-text a {
        font-size: 1.5vw;
    }

    .n-d-second-row-ccc-text a {
        width: 30%;
        margin-left: 35%;
    }

    .n-d-second-row-beyond-text a {
        width: 30%;
        margin-left: 35%;
    }

    .n-d-third-row {
        margin-top: 6%;
    }

    .n-d-third-row-interc-text {
        margin-top: -19.5%;
    }

    .social a {
        display: flex;
        width: 2%;
        margin-left: 1.2%;
        margin-right: 1.2%;
        height: 50px;    
    }   
}

@media only screen and (min-width: 864px) and (max-width: 1366px) {
    /* For Laptops and Desktops: */

    .nav-logo {
        margin-left: 1vw;
        width: 100%;
    }

    .overlay-content {
        width: 60vw;
        margin-left: -12vw;
    }

    li {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        margin-right: 7vw;
    }

    .nav-item a {
        font-size: 1.8vw;
    }

    .back-to-top {
        right: 1rem;
        bottom: 1rem;
    }

    main {
        height: auto;
        display: block;
        margin-top: 10vh;
        margin-bottom: 15vh;
    }

    .properties-text h1 {
        font-size: 3vw;
    }

    .properties-text p {
        font-size: 1.6vw;
    }

    .properties-text a {
        font-size: 1.6vw;
    }

    .new-developments p {
        font-size: 1.6vw;
    }

    .n-d-first-row-yoo-text {
        margin-top: 20vh;
    }

    .n-d-first-row-yoo-text h3 {
        font-size: 1.6vw;
    }
    
    .n-d-first-row-yoo-text p {
        font-size: 1.1vw;
    }
    
    .n-d-first-row-yoo-text a {
        font-size: 1.3vw;
        width: 35%;
        margin-left: 32.5%;
        margin-top: 3%;
    }

    .n-d-first-row-zaria-text {
        margin-top: 20vh;
    }

    .n-d-first-row-zaria-text h3 {
        font-size: 1.6vw;
    }
    
    .n-d-first-row-zaria-text p {
        font-size: 1.1vw;
    }
    
    .n-d-first-row-zaria-text a {
        font-size: 1.3vw;
        width: 35%;
        margin-left: 32.5%;
        margin-top: 3%;
    }

    .n-d-second-row {
        margin-top: -6%;
    }

    .n-d-second-row-ccc-text {
        margin-top: 1vh;
    }

    .n-d-second-row-ccc-text h3 {
        font-size: 1.4vw;
    }

    .n-d-second-row-ccc-text p {
        font-size: 1.1vw;
    }

    .n-d-second-row-ccc-text a {
        font-size: 1.3vw;
        width: 35%;
        margin-left: 32.5%;
        margin-top: 3%;
    }

    .n-d-second-row-beyond-text {
        margin-top: 1vh;
    }

    .n-d-second-row-beyond-text h3 {
        font-size: 1.5vw;
    }

    .n-d-second-row-beyond-text p {
        font-size: 1.1vw;
    }

    .n-d-second-row-beyond-text a {
        font-size: 1.3vw;
        width: 35%;
        margin-left: 32.5%;
        margin-top: 3%;
    }

    .n-d-third-row {
        margin-top: -1%;
    }

    .n-d-third-row-interc-img {
        width: 30%;
        margin-left: 35%;
        height: 50vh;
    }

    .n-d-third-row-interc-text {
        margin-top: -37vh;
        width: 20%;
        margin-left: -3%;
    }

    .n-d-third-row-interc-text h3 {
        font-size: 1.5vw;
    }

    .n-d-third-row-interc-text p {
        font-size: 1.1vw;
    }

    .n-d-third-row-interc-text a {
        font-size: 1.3vw;
        width: 70%;
        margin-left: 15%;
        margin-top: 3%;
    }

    .existing-developments-text p {
        font-size: 1.7vw;
    }

    .social a {
        display: flex;
        width: 3%;
        margin-left: 1.8%;
        margin-right: 1.8%;
        height: 50px;       
    }

}

@media only screen and (min-width: 510px) and (max-width: 864px) {

    /* For Tablets */

    .nav-logo {
        margin-left: 1vw;
        width: 100%;
    }

    .overlay-content {
        width: 60vw;
        margin-left: -12vw;
    }

    li {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        margin-right: 7vw;
    }

    .nav-item a {
        font-size: 2.5vw;
    }

    .nav-link3 {
        width: 18vw;
    }

    .back-to-top {
        right: 1rem;
        bottom: 1rem;
    }

    main {
        height: auto;
        display: block;
        margin-top: 10vh;
        margin-bottom: 15vh;
    }

    .mySlides img {
        max-width: 100%;
        height: 50%;
        margin-left: 0;
    }

    .prev {
        left: 0%
    }

    .next {
        right: 0%;
    }

    .properties-text {
        margin-left: 0%;
        width: 100%;
    }

    .properties-text h1 {
        font-size: 3.5vw;
        text-align: center;
    }

    .properties-text p {
        font-size: 2vw;
        width: 100%;
    }

    .properties-text a {
        font-size: 2vw;
    }

    video {
        width: 100%;
    }

    .new-developments p {
        font-size: 2vw;
        width: auto;
        text-align: center;
    }

    .n-d-first-row {
        margin-bottom: 5%;
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .n-d-first-row-yoo-img {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 5%;
    }

    .n-d-first-row-yoo-text {
        margin-top: -50vh;
        width: 64%;
        margin-left: 8%;
    }

    .n-d-first-row-yoo-text p {
        width: auto;
    }

    .n-d-first-row-yoo-text a {
        width: 42%;
        margin-left: 29%;
    }

    .n-d-first-row-zaria-img {
        width: 80%;
        margin-left: 10%;
    }

    .n-d-first-row-zaria-text {
        margin-top: 50vh;
        width: 64%;
        margin-right: 8%;
    }

    .n-d-first-row-zaria-text p {
        width: auto;
    }

    .n-d-first-row-zaria-text a {
        width: 42%;
        margin-left: 29%;
    }

    .n-d-second-row {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .n-d-second-row-ccc-img {
        display: block;
        width: 64%;
        margin-bottom: 5%;
    }

    .n-d-second-row-ccc-text {
        margin-top: 16vh;
        width: 64%;
        margin-left: 6%;
    }

    .n-d-second-row-ccc-text p {
        width: auto;
    }

    .n-d-second-row-ccc-text a {
        width: 42%;
        margin-left: 29%;
    }

    .n-d-second-row-beyond-img {
        display: block;
        width: 64%;
        margin-right: 8%;
        margin-top: 54vh;
    }

    .n-d-second-row-beyond-text {
        margin-top: 70vh;
        width: 64%;
        margin-right: 6%;
    }

    .n-d-second-row-beyond-text p {
        width: auto;
    }

    .n-d-second-row-beyond-text a {
        width: 42%;
        margin-left: 29%;
    }

    .n-d-third-row {
        display: block;
        margin-top: 7vh;
        width: 100%;
    }

    .n-d-third-row-interc-img {
        width: 80%;
        margin-left: 10%;
    }

    .n-d-third-row-interc-text {
        margin-top: -33vh;
        width: 64%;
        margin-left: -25%;
    }

    .n-d-third-row-interc-text p {
        width: auto;
    }

    .n-d-third-row-interc-text a {
        width: 24vw;
        margin-left: 20vw;
    }

    .existing-developments-text p {
        font-size: 2vw;
        line-height: inherit;
        text-align: center;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    .column {
        width: 70vw;
    }

    .column img {
        width: 100%;
        margin-bottom: 5%;
    }

    .social a {
        display: flex;
        width: 4%;
        margin-left: 3%;
        margin-right: 3%;
        height: 50px;       
    }

}

@media only screen and (min-width: 361px) and (max-width: 510px) {

    /* For Mobile Phones */

    .navbar-fixed-top {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-left: 0%;
        height: 80%;
    }

    .nav-logo {
        visibility: visible;
        margin-left: 25%;
        margin-top: 1%;
        width: 50%;
    }

    .back-to-top {
        right: 1rem;
        bottom: 1rem;
    }

    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.95);
        overflow-y: hidden;
        transition: 0.5s;
        display: flex;
        justify-content: center;
    }
    
    .overlay-content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: fit-content;
        text-align: center;
        margin-top: 20%;
    }
    
    .overlay a {
        display: flex;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
    }
      
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
      
    .closebtn {
        position: absolute;
        top: 20px;
        right: -10vw;
        width: auto;
        font-size: 40px;
    }
    
    .overlay-content a {
        font-size: 20px;
        margin: 80px;
    }

    .hamburger {
        display: inline-flex;
        position: absolute;
        width: fit-content;
        color: #333333;
        background-color: transparent;
        margin-top: 5%;
        margin-left: 5%;
    }

    a {
        display: flex;
        text-decoration: none;
        color: #333333;
        font-size: small;
        align-items: center;
    }

    main {
        height: auto;
        display: block;
        margin-top: 10vh;
        margin-bottom: 15vh;
    }

    .mySlides img {
        max-width: 100%;
        height: 50%;
        margin-left: 0;
    }

    .prev {
        left: 0%
    }

    .next {
        right: 0%;
    }

    .dot {
        width: 2vw;
        height: 2vw;
    }

    .properties-text {
        margin-left: 0%;
        width: 100%;
    }

    .properties-text h1 {
        font-size: 4.5vw;
        text-align: center;
    }

    .properties-text p {
        width: 100%;
        font-size: 3.2vw;
    }

    .properties-text a {
        font-size: 3.2vw;
    }

    video {
        width: 100%;
    }

    .new-developments p {
        font-size: 2.5vw;
        width: fit-content;
        text-align: center;
    }

    .n-d-first-row {
        margin-bottom: 5%;
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .n-d-first-row-yoo-img {
        width: 100%;
        margin-bottom: 5%;
    }

    .n-d-first-row-yoo-text {
        margin-top: -50vh;
        width: 64%;
        margin-left: 8%;
    }

    .n-d-first-row-yoo-text p {
        width: auto;
        font-size: 2.2vw;
    }

    .n-d-first-row-yoo-text a {
        width: 30vw;
        margin-left: 25%;
    }

    .n-d-first-row-zaria-img {
        width: 100%;
    }

    .n-d-first-row-zaria-text {
        margin-top: 50vh;
        width: 64%;
        margin-right: 8%;
    }

    .n-d-first-row-zaria-text p {
        width: auto;
        font-size: 2.2vw;
    }

    .n-d-first-row-zaria-text a {
        width: 30vw;
        margin-left: 25%;
    }

    .n-d-second-row {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .n-d-second-row-ccc-img {
        display: block;
        width: 80%;
    }

    .n-d-second-row-ccc-text {
        margin-top: 16vh;
        width: 64%;
        margin-left: 6%;
    }

    .n-d-second-row-ccc-text p {
        width: auto;
        font-size: 2.2vw;
    }

    .n-d-second-row-ccc-text a {
        width: 30vw;
        margin-left: 25%;
    }

    .n-d-second-row-beyond-img {
        display: block;
        width: 80%;
        margin-top: 53vh;
    }

    .n-d-second-row-beyond-text {
        margin-top: 70vh;
        width: 60%;
        margin-right: 8%;
    }

    .n-d-second-row-beyond-text p {
        width: auto;
        font-size: 2.2vw;
    }

    .n-d-second-row-beyond-text a {
        width: 30vw;
        margin-left: 25%;
    }

    .n-d-third-row {
        display: block;
        margin-top: 6vh;
        margin-bottom: 6vh;
        width: 100%;
    }

    .n-d-third-row-interc-img {
        width: 100%;
        margin-left: 0%;
    }

    .n-d-third-row-interc-text {
        margin-top: -33vh;
        width: 60%;
        margin-left: -23%;
    }

    .n-d-third-row-interc-text p {
        width: auto;
        font-size: 2.2vw;
    }

    .n-d-third-row-interc-text a {
        width: 30vw;
        margin-left: 15vw;
        text-align: center;
    }

    .existing-developments-text p {
        font-size: 2.5vw;
        line-height: inherit;
        width: fit-content;
        text-align: center;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    .column {
        width: 70vw;
    }

    .column img {
        width: 100%;
        margin-bottom: 5%;
    }

    .social a {
        display: flex;
        width: 8%;
        margin-left: 4%;
        margin-right: 4%;
        height: 50px;       
    }

}

@media only screen and (max-width: 360px) {
    /* For Small screens */
    
    .navbar-fixed-top {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-left: 0%;
        height: 80%;
    }

    .nav-logo {
        visibility: visible;
        margin-left: 25%;
        margin-top: 1%;
        width: 50%;
    }

    .back-to-top {
        right: 1rem;
        bottom: 1rem;
    }

    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.95);
        overflow-y: hidden;
        transition: 0.5s;
        display: flex;
        justify-content: center;
    }
    
    .overlay-content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: fit-content;
        text-align: center;
        margin-top: 20%;
    }

    .overlay-content a {
        font-size: 20px;
        margin: 80px;
    }
    
    .overlay a {
        display: flex;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
    }
      
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
      
    .closebtn {
        position: absolute;
        top: 20px;
        right: -10vw;
        width: auto;
        font-size: 40px;
    }
    
    .overlay-content a {
        font-size: 20px;
        margin: 80px;
    }

    .hamburger {
        display: inline-flex;
        position: absolute;
        width: fit-content;
        color: #333333;
        background-color: transparent;
        margin-top: 5%;
        margin-left: 5%;
    }

    a {
        display: flex;
        text-decoration: none;
        color: #333333;
        font-size: small;
        align-items: center;
    }

    main {
        height: auto;
        display: block;
        margin-top: 10vh;
        margin-bottom: 15vh;
    }

    .mySlides img {
        max-width: 100%;
        height: 50%;
        margin-left: 0;
    }

    .prev {
        left: 0%
    }

    .next {
        right: 0%;
    }

    .dot {
        width: 2vw;
        height: 2vw;
    }

    .properties-text {
        margin-left: 0%;
        width: 100%;
    }

    .properties-text h1 {
        font-size: 4.5vw;
        text-align: center;
    }

    .properties-text p {
        width: 100%;
        font-size: 3vw;
    }

    .properties-text a {
        font-size: 3vw;
    }

    video {
        width: 100%;
    }

    .new-developments p {
        font-size: 3vw;
        width: 100%;
        text-align: center;
    }

    .n-d-first-row {
        margin-bottom: 5%;
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .n-d-first-row-yoo-img {
        width: 100%;
        margin-bottom: 5%;
    }

    .n-d-first-row-yoo-text {
        margin-top: -50vh;
        width: 80%;
    }

    .n-d-first-row-yoo-text p {
        width: auto;
        font-size: 2.8vw;
    }

    .n-d-first-row-yoo-text a {
        width: 42%;
        margin-left: 29%;
        font-size: 4vw;
    }

    .n-d-first-row-zaria-img {
        width: 100%;
    }

    .n-d-first-row-zaria-text {
        margin-top: 50vh;
        width: 80%;
    }

    .n-d-first-row-zaria-text p {
        width: auto;
        font-size: 2.8vw;
    }

    .n-d-first-row-zaria-text a {
        width: 42%;
        margin-left: 29%;
        font-size: 4vw;
    }

    .n-d-second-row {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .n-d-second-row-ccc-img {
        display: block;
        width: 80%;
    }

    .n-d-second-row-ccc-text {
        margin-top: 16vh;
        width: 80%;
        margin-left: -2%;
    }

    .n-d-second-row-ccc-text p {
        width: auto;
        font-size: 2.8vw;
    }

    .n-d-second-row-ccc-text a {
        width: 42%;
        margin-left: 29%;
        font-size: 4vw;
    }

    .n-d-second-row-beyond-img {
        display: block;
        width: 80%;
        margin-top: 53vh;
    }

    .n-d-second-row-beyond-text {
        margin-top: 70vh;
        width: 80%;
        margin-right: -2%;
    }

    .n-d-second-row-beyond-text p {
        width: auto;
        font-size: 2.8vw;
    }

    .n-d-second-row-beyond-text a {
        width: fit-content;
        margin-left: 29%;
        font-size: 4vw;
    }

    .n-d-third-row {
        display: block;
        margin-top: 6vh;
        margin-bottom: 6vh;
        width: 100%;
    }

    .n-d-third-row-interc-img {
        width: 100%;
        margin-left: 0%;
    }

    .n-d-third-row-interc-text {
        margin-top: -35vh;
        width: 80%;
        margin-left: -33%;
    }

    .n-d-third-row-interc-text h3 {
        font-size: 6vw;
    }

    .n-d-third-row-interc-text p {
        width: auto;
        font-size: 2.8vw;
    }

    .n-d-third-row-interc-text a {
        width: fit-content;
        margin-left: 26vw;
        text-align: center;
        font-size: 4vw;
    }

    .existing-developments-text p {
        font-size: 3vw;
        line-height: inherit;
        text-align: center;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    .column {
        width: 70vw;
    }

    .column img {
        width: 100%;
        margin-bottom: 5%;
    }

    span p,
    span a {
        font-size: 4vw;
    }

    .copyright {
        font-size: 4vw;
    }

    .social a {
        display: flex;
        width: 8%;
        margin-left: 5%;
        margin-right: 5%;
        height: 50px;       
    }

}