@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeueRegular.otf') format('opentype');
    font-weight: 400;
}
/* pink - #C92E63 */



html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham', sans-serif;
    font-size: 32px; 
    color: #53575A;
    font-weight: 400;
    padding-top: 295px;
    line-height: 1.4;
    /* letter-spacing: .8px; */
}

.bebas{font-family: 'BebasNeueRegular';}

a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #606f3f; text-decoration: none;}

::placeholder { color: #ffffff; opacity: 1; }
:-ms-input-placeholder { color: #ffffff;}
::-ms-input-placeholder { color: #ffffff;}

/*COMMOM STYLES*/

.fw-bl{font-weight: 700;}
.fw-bo{font-weight: 600;}
strong, .fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}

.fs-120{font-size: 120px;}
.fs-87{font-size: 87px;}
.fs-82{font-size: 82px;}
.fs-72{font-size: 72px;}
.fs-65{font-size: 65px;}
.fs-60{font-size: 60px;}
.fs-56{font-size: 56px;}
.fs-55{font-size: 55px;}
.fs-52{font-size: 52px;}
.fs-48{font-size: 48px;}
.fs-49{font-size: 49px;}
.fs-40{font-size: 40px;}
.fs-38{font-size: 38px;}
.fs-32{font-size: 32px;}
.fs-30{font-size: 30px;}
.fs-26{font-size: 26px;}
.fs-18{font-size: 18px;}
.fs-14{font-size: 14px;}
.fs-13{font-size: 13px;}
.fs-12{font-size: 12px;}
.ls-0-4{letter-spacing: .4px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-4{letter-spacing: 4px;}
.ls-6{letter-spacing: 6px;}
.ls-8{letter-spacing: 8px;}
.ls-10{letter-spacing: 10px;}
.ls-13{letter-spacing: 13px;}
.ls-20{letter-spacing: 20px;}
.ls-80{letter-spacing: 80px;}

.lh-1{line-height: 1;}
.lh-1-1{line-height: 1.1;}
.lh-1-5{line-height: 1.5;}
.lh-1-7{line-height: 1.7;}
.lh-2{line-height: 2;}
.lh-2-4{line-height: 2.4;}

.lh-4{line-height: 4;}



.bg-grey{background-color: #53575A!important; }
.bg-brand{background-color: #9E4957!important;}
.bg-light-brand{background-color: #b6c7cc!important;}
.bg-pink{background-color: #C92E63!important;}

.text-brand{color:#D29E0E!important;}
.text-grey{color:#666666!important;}
.text-black{color:black!important;}
.bg-light{background-color: #F2F2F2!important;}
.btn-brand{background-color: #D29E0E; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #ffffff; font-weight: 500; font-size: 35px; padding: 15px 30px; letter-spacing: 1.5px; }
.btn-brand:hover{background-color: #484c4c; color: #FFF!important;}

#areaAmenities{background-image: url('../images/area-amenities.png'); background-position: 140px 110px; background-size: auto; background-repeat: no-repeat;}
.amenities-wrapper .amenitie p{font-size: 18px;line-height: 2.3;}
.amenities-wrapper .amenitie h2{font-size: 36px;font-weight: 600;padding-top: 2rem;}
.btn-brand1:hover{background-color: #484c4c; color: #FFF!important;}

.btn-share{background-color: #ffffff; padding:12px 30px; color:#D29E0E; border: 3px solid #53575A;}
.btn-share:hover{background-color: #535850;}
/* .btn-share:focus {border: none;  } */


.has-bg{background-position: center; background-size: cover; background-repeat:no-repeat;}
#carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-thumbnails {
    background-color:#ccc;
}
.carousel-inner {
    text-align:center;
}
.carousel-indicators {
    position:relative;
    margin:0px;
}
.carousel-indicators li{
    width:100px;
}
.custom-indicator-wrap {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.custom-indicator-wrap li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover{
    transform: scale(.96);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}
.border-t{border-top: 1px solid #666; }
.border-b{border-bottom: 1px solid  #666;}
footer{background-color: #DBDBDB;color: #333333;}

/* Navigation */
/* #topNavigation { padding: 0; background-color: #FFF;} */
/* #topNavigation .img-logo{top: 0;} */
#topNavigation .nav-link{font-size: 27px; font-weight: 500; color: #D29E0E; letter-spacing: 1px;}
#topNavigation .nav-item:last-child .nav-link{font-size: 38px;}
#topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: #ffffff;}
#topNavigation .nav-item{display: flex; align-items: center;}
/* #topNavigation #nav-register{background-color: #606f3f; padding: 27px 30px;} */
/* .navbar{padding-top: 0;} */
/* .navbar-brand{padding-top: 0px;
    padding-bottom: 35px;} */
.img-register{right: 0px;
    position: absolute;
    top: 0;}

#sideNav{position: fixed; top: 300px; right: 0; z-index: 89; width: 50px; display: block;}
#sideNav .nav-register{padding: 14px 15px;;  background-color: #005839;  transform: rotate(-90deg); top: -123px; position: absolute; width: 170px; left: -57px;}
#sideNav .nav-register:hover{background-color: #535850; }
#sideNav .nav-register a{color: #FFF; font-weight: 500; display: block; }
#sideNav .btn-social{padding: 11px;}
#sideNav .btn-fb{background-color: #316094;}
#sideNav .btn-ig{background-color: #559390;}
#sideNav .bt-share{background-color: #929497;}

.withBg-wrapper{overflow-x: hidden!important; overflow-y: hidden;}
.withBg{position: relative;}
.withBg:after{content: ''; background-color: #F2f2f2; width: 120%; height: 78%; position: absolute; left: -7%; top: 157px; z-index: -1; transform: rotate(-5deg);}
.withBg-top:after{height: 1299px; bottom: 57px; top: inherit;}

.bg-main {
    background-image: url(/images/bg-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 200px;
    position: relative;
}
.bg-main .caption {
    position: absolute;
    letter-spacing: 20px;
    top: 45%;
    width:100%;
    left: 0px;
    font-size:40px;
    color: #ffffff;
    text-align:center;
    font-weight:500;
  }
  #registrationForm input::placeholder { color: #808080; }
  

  #registrationForm  input::-webkit-input-placeholder {
        color: #808080;
      }
      
      #registrationForm  input:-moz-placeholder { 
        color: #808080;
      }
      
      #registrationForm   input::-ms-input-placeholder  { 
        color: #808080;
      }
#registrationForm .form-control{color:#808080;  border-radius: 0; margin-bottom: 15px;height: 50px; font-size: 19px; font-weight: 400;background-color: transparent;}
#registrationForm .form-control:focus{ box-shadow: none;}
#registrationForm sup{color: #C92E63; font-size: 16px!important; font-weight: 400;}
#registrationForm  label{color:#808080}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    height: calc(3.5rem + 2px);
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23808080%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color: #333333;
}
.activeNav{color:#ffffff!important}
.navbar-nav .active a{color:#ffffff!important}
#mainNav .nav-link .active{color:#ffffff!important}
#topNavigation .nav-item .active{color:#ffffff!important}
#sharePopUp .modal-header{border: none;}


.arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}


#topNavigation{height: 295px;background-color: #53575A;}
#design p{line-height: 2;letter-spacing: 1px;}
#design h2{line-height: 1.4;}
#areaphotos p{margin-bottom: 3rem;line-height: 2;padding-right: 3rem;}
#areaphotos h2{letter-spacing: 4px;}
footer .btn-fb{background-color: #316094;}
footer .btn-ig{background-color: #559390;}
footer .bt-share{background-color: #929497;}
footer .btn-social{padding: 11px;}

.homes{top: 0%;left: 50%;background-color: rgba(255,255,255,0.95);transform: translate(-10%,0%);position: absolute;bottom: 0;}
.text-justify  { text-align: justify !important; }

.modal-content{border:none;background-color: transparent;}
.modal-header{border-bottom: none;}
 .modal-header .close {
margin: -1rem 1rem -2rem auto;background-color: transparent;border:none;font-weight: 600;color:#ffffff;font-size: 20px;
} 
/* .modal {
    top: 20%;
} */
.modal button:focus{outline: none;}
.modal-body{padding: 0 1rem;}


#thankyouModal .modal-header .close{margin: -6rem -1rem -2rem auto;}
#thankyouModal .modal-content{border:1px solid #333333;background-color: white;border-radius:0}
@media (min-width: 576px){
#thankyouModal .modal-dialog {
    max-width: 900px;
}}
.link-block span.text {
    font-size: 72px;
    font-weight: 600;
}










@media (min-width:1551px) and (max-width:1800px) {
    .homes{transform: translate(-45%,0%);width: 80%;}
    
}


@media (min-width:1401px) and (max-width:1550px) {
    .homes{transform: translate(-50%,0%);width: 90%;}
    .east-village{width: 450px;}
    body{font-size: 29px;}
    .fs-87 {
        font-size: 70px;
    }
    .fs-38 {
        font-size: 35px;
    }
}
@media (min-width:993px) and (max-width:1400px) {
    .homes{transform: translate(-50%,0%);width: 95%;}
    .east-village{width: 300px;}
    body{font-size: 23px;}
    .fs-87 {
        font-size: 50px;
    }
    .fs-38 {
        font-size: 28px;
    }
    .register-now{width: 230px;}
    #topNavigation .nav-link {
        font-size: 21px;}
        .img-logo{width: 400px;}
        #topNavigation .nav-item:last-child .nav-link {
            font-size: 28px;
        }
}

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

@media screen and (max-width:992px){
    #topNavigation .navbar-toggler-icon {width: 2.5em;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    #topNavigation .navbar-toggler {border-color: rgba(255,255,255,0);} 
    #topNavigation  .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }

    #topNavigation { height: 135px; top:0px; width: 100%; justify-content: flex-end; z-index: 99;position: sticky;}
   
    #topNavigation  .navbar-collapse{width: 100%; background-color: #53575A; left: 0;margin-top: 25px;}
    #topNavigation .nav-link{color: #FFF; padding-bottom: 30px;font-size: 22px;font-weight: 500;}
     #sideNav{width: 140px; left: 12px; top: 0; z-index: 101;position: absolute;float: right;}
    #sideNav .btn-social{padding: 6px;}
    .homes{position: relative;left: 0;top: 0;transform: none;}
    #topNavigation .nav-item:last-child .nav-link {
        font-size: 22px;
    }
            #topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: white;}
            .img-logo{width: 220px;}
            .btn-brand{font-size: 22px;}
            .btn-share{padding: 12px 19px;}
            body{font-size: 25px;}
            .link-block span.text {
                font-size: 52px;
                font-weight: 600;
            }
        }           
@media screen and (max-width:992px){
    body{padding-top: 0px;}
    .fs-120{font-size: 55px;}
    .fs-87{font-size: 50px;}
    .fs-82 {font-size: 38px;}
    .fs-72{font-size: 40px;}
    .fs-65{font-size: 45px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 50px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 44px;}
    .fs-49{font-size: 42px;}
    .fs-48{font-size: 42px;}
    .fs-40{font-size: 38px;}
    .fs-38{font-size: 36px;}
    .fs-32{font-size: 29px;}
    .fs-30{font-size: 28px;}
    .fs-26 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px){
    .fs-120{font-size: 55px;}
    .fs-87{font-size: 40px;}
    .fs-82 {font-size: 38px;}
    .fs-72{font-size: 35px;}
    .fs-65{font-size: 30px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 46px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 39px;}
    .fs-49{font-size: 36px;}
    .fs-48{font-size: 36px;}
    .fs-40{font-size: 33px;}
    .fs-38{font-size: 31px;}
    .fs-32{font-size: 25px;}
    .fs-30{font-size: 24px;}
    .fs-14{font-size: 13px;}
}

@media screen and (max-width: 576px){
    .fs-120{font-size:40px;}
    .fs-87{font-size: 45px;}
    .fs-82 {font-size: 32px;}
    .fs-72{font-size: 30px;}
    .fs-65{font-size: 22px;}
    .fs-60{font-size: 35px;}
    .fs-56{font-size: 32px;}
    .fs-55{font-size: 33px;}
    .fs-52{font-size: 28px;}
    .fs-49{font-size: 39px;}
    .fs-48{font-size: 24px;}
    .fs-40{font-size: 24px;}
    .fs-38{font-size: 30px;}
    .fs-32{font-size: 25px;}
    .fs-30{font-size: 20px;}
    .fs-14{font-size: 12px;}
    .amenities-wrapper .amenitie p {
        font-size: 17px!important;
        
    }
    .ls-6 {
        letter-spacing: 2px!important;
    } 
    .ls-8 {
        letter-spacing: 3px;
    }
    /* .ls-20 {
        letter-spacing: 6px!important;
    } */
    .link-block span.text {
        font-size: 42px;
        font-weight: 600;
    }
}
@media screen and (min-width:992px){
    .rendering-section{background-image: url('../images/chairs.png'); background-position: 50px bottom; background-repeat: no-repeat; }
    .rendering-section .wrapper-sm{padding-top: 300px;}
    
    
    .amenities-wrapper{padding-left: 60px;}
    .nav-item:not(:last-child) .nav-link:after {
        content: ' \007C';
        padding-left: 10px;
    }
    .fixed-top.scrolled{
        height: 150px!important;
       }
       .fixed-top.scrolled img{
           width: 300px;
       }
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1560px;}}


    
