
body, html {
  height: 100%;
  margin: 0;
}
.arrow_down,
.arrow_down:hover
{
  color: #fff;
    text-decoration: none;
    position: absolute;
    right: -50px;
    bottom: 50%;
    transform: rotate(90deg);
}
.arrow_down .scroll_down{
  font-family: 'playfair-bold', Fallback, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  margin-left: 30px;
}
#navbar {
  background-color: #e7e7e7;
  position: fixed;
  top: -55px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 2;
}

#navbar a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}


.parallax {
  background-image: url('../images/parralaxv2.jpg');
  height: 100%;
  background-attachment: fixed;
  background-position: center -14rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-window {
    min-height: 120vh;
    background: transparent;
}
/* .parallax2 {
  background-image: url('../images/parralaxv2.jpg');
  height: 100%;
  background-attachment: fixed;
  background-position: center -90rem;
  background-repeat: no-repeat;
  background-size: cover;
} */
/* .parallax{
  height: 3010px;
  padding: 70px 20px;
  background-size: cover;
  background-image: url('../images/parralax-img.jpg');
  box-sizing: border-box;
  background-position:center center ;
} */
/* .sticky
{
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  font: 90px 'Abril Fatface', sans-serif;
  color: #fff;
  text-align: center;
  height: 1500px;
} */

.h-18{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 6px;
}
.h-20{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 6px;
}
.h-20{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 6px;
}
.h-16{
  font-family: 'roboto-light', Fallback, sans-serif;
  font-size: 18px;
  color: #000;
}
.h-16-light{
  font-family: 'playfair-reg', Fallback, sans-serif;
  font-size: 16px;
  color: #000;
}
.h-11{
  font-family: 'roboto-light', Fallback, sans-serif;
  font-size: 14px;
  color: #000;
}
.h-53{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 18px;
}
.py-6{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.w-20{
  width: 20% !important;
}
.modal-xxl{
  width: 80vw;
  max-width: 80vw;
}
#map{
  width:100%;
  height:65vh;
  padding:0;
  margin:0;
  }
.amenities-map{
  background-color:#fff;
  }
  .amenities-map nav div{
    font-family: 'roboto-light', Fallback, sans-serif;
    font-size: 18px;
    border-radius: 0px !important;
  }
  .amenities-map nav div{
    font-family: 'roboto-light', Fallback, sans-serif;
    font-size: 18px;
    border-radius: 0px !important;
  }
  .amenities-map .nav-pills div .icons{
    /* width: 80%; */
    width: 50px;
    margin-bottom: 10px;
    margin-right: 25px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff;
    border-bottom: 3px solid #de6b54;
}
  .map-legend{
    background-color:#fff;
    width:100%;
    max-width:840px;
    margin:0 auto;
    height:70px;
    padding-left:15px}
.legend-wrapper{float:left}
.map-icon {
	width: 60px;
	height: auto;
	margin: 10px
}

.map-icon:hover {
	cursor: pointer
}
.bg_gray{
  background-color: #4a4f54;
  color: #fff;
}
.bg_transperant_no_border{
  background-color: transparent !important;
  border: 0px !important;
  font-family: 'roboto-light', Fallback, sans-serif;
  font-size: 16px;
  color: #fff !important;
}
.close{
  color: #fff !important;
}
.bg_gray p{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.modal{
  background: rgba(74, 79, 84, 0.5) !important;
}
.popup {
    width:650px;
    max-width: 650px !important;
    margin: 1.75rem auto;
    margin-top: 15%;
}

.popup h1{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 61px;
  letter-spacing: 25px;
}
.popup h5{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 14px;
  letter-spacing: 7px;
}
.popup p{
  font-family: 'roboto-light', Fallback, sans-serif;
  color: #fff;
  font-size: 16px;
}
.mr-right{
  margin-right: -25px;
}
.mt-left{
  margin-left: -25px;
}
.close{
  font-family: 'roboto-light', Fallback, sans-serif;
  color: #fff !important;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -16px;
  text-shadow: 0 0 0 !important;
}
.popup .close{
  font-family: 'roboto-light', Fallback, sans-serif;
  color: #fff !important;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -16px;
  text-shadow: 0 0 0 !important;
}
.white_link,
.white_link:hover,
.white_link:active{
  text-decoration: none;
  color: #fff;
}
.white_border{
  border: 1px solid #fff;
}
/* neighbourhood page start */
.neighbourhood h1{
  font-family: 'didot-24-light', Fallback, sans-serif;
  font-size: 70px;
  color: #000;
  text-transform: uppercase; 
}
.neighbourhood p{
  font-family: 'roboto-light', Fallback, sans-serif;
  color: #000;
  margin-bottom: -10px;
}
.neighbourhood div label{
  text-transform: uppercase !important;
}
.neighbourhood div label{
  text-transform: uppercase !important;
}
.neighbourhood div input[type=text]{
  border-radius: 0px;
  border: 1px solid;
}
.neighbourhood div select{
  border-radius: 0px;
  border: 1px solid;
}
.neighbourhood .middle-text{
  font-family: 'playfair-bold', Fallback, sans-serif; 
  font-size: 21px;
  letter-spacing: 6px;
}
.orange_link{
  color: #de6b54;
  text-decoration: underline;
  font-weight: 600;
}
.orange{
  color: #de6b54;  
  font-weight: 600;
}
.bottom-align-text{
  position: absolute;
  bottom: 0;
  right: 0;
}
/* rester page css starts */
.register_page h1{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 43px;
  color: #000;
  text-transform: uppercase;  
}
.register_page p{
  font-family: 'roboto-light', Fallback, sans-serif;
  font-size: 25px;
  color: #000;
}
.register_page div label{
  text-transform: uppercase !important;
}
.register_page div label{
  text-transform: uppercase !important;
}
.register_page div input[type=text]{
  border-radius: 0px;
  border: 1px solid;
}
.register_page div select{
  border-radius: 0px;
  border: 1px solid;
}
.de6b54{
  color: #de6b54;
}
.modal-content{
  border: 0px !important;
}
.w-80{
  width: 80%;
}
.small-width{
  width: 25% !important;
}
.teams h4{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 20px;
  letter-spacing: 7px;
  color: #4A4F54;
}
.teams h5{
  font-family: 'playfair-bold', Fallback, sans-serif;
  font-size: 18px;
  letter-spacing: 7px;
  color: #4A4F54;
}
.teams p {
  font-family: 'roboto-light', Fallback, sans-serif;
  font-size: 16px;
  color: #000;  
  padding: 0px;
}
.hidden-xs-sm{
  display: flex;
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {
  .parallax {
    background-image: url('../images/parrallax_small.png');
    height: 800px;
    background-position: center center;
    background-attachment: scroll;
  }
}

/* rester page css starts */
 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .small-center{
   text-align: center; 
  }
  #map {
    width: 100%;
    height: 75vh;
  }
  .map-legend {
    padding-bottom: 25px;
  }
  .map-icon {
    width: 50px;
    height: auto;
  }
  .arrow_down,
  .arrow_down:hover
  {
    color: #fff;
      text-decoration: none;
      position: absolute;
      right: 20px;
      bottom: 20px
  }
  .popup {
      width:350px;
      max-width: 350px !important;
      margin: 1.75rem auto;
      margin-top: 20%;
  }
  .popup h1{
    font-family: 'playfair-bold', Fallback, sans-serif;
    font-size: 35px;
letter-spacing: 8px;
  }
  .popup h5{
    font-family: 'playfair-bold', Fallback, sans-serif;
    font-size: 14px;
    letter-spacing: 7px;
  }
  .popup p{
    font-family: 'roboto-light', Fallback, sans-serif;
    color: #fff;
    font-size: 16px;
  }
  .popup .close{
    font-family: 'roboto-light', Fallback, sans-serif;
    color: #fff !important;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: -16px;
    text-shadow: 0 0 0 !important;
  }

  .white_border{
    border: 1px solid #fff;
  }
  .modal{
    background: rgba(0,0,0,0.8) !important; 
  }
  .modal.and.carousel {
    position: fixed;
    padding-top: 5%;
    background: rgba(0,0,0,0.8) !important; 
  }
  .mr-right{
    margin-right: 0px;
  }
  .mt-left{
    margin-left: 0px;
  }
  /* .carousel-item img{    
    height: 230px !important;
    max-height: 230px !important;
  } */  
  .carousel-control-prev{
    left: 0;
  }
  .carousel-control-next{
    right: 0;
  }
  .small-width{
    width: 50% !important;
  }
  .modal-xxl{
    width: 100vw;
    max-width: 100vw;
  }
  .modal-header .close {
  padding: 0rem 1rem;
  margin: -1rem 0rem -1rem auto;
  }
  .bottom-align-text{
    position: relative;   
    text-align: center; 
  }
  .neighbourhood .middle-text{
   text-align: center;
  }
  .hidden-xs-sm{
    display: none;
  }
 }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .parallax {
    background-image: url('../images/parrallax_small.png');
    height: 800px;
    background-position: center center;
    background-attachment: scroll;
  }
  .arrow_down,
  .arrow_down:hover
  {
    transform: rotate(90deg);
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: -43px;
    right: unset;
    bottom: 80px;
  }
  .arrow_down .scroll_down{
    text-decoration: none;
    font-size: 20px;
  }
  .bottom-align-text{
    position: relative;   
    text-align: center; 
  }
  .neighbourhood .middle-text{
    text-align: center;
   }
   .hidden-xs-sm{
    display: none;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  .bottom-align-text{
    position: relative;   
    text-align: center; 
  }
  .neighbourhood .middle-text{
    text-align: center;
   }
   .hidden-xs-sm{
     display: none;
   }
 }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
.modal-content{
  background-color: transparent;
}