@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@font-face {
  font-family: 'NexaBold';
    src: url("../css/fonts/NexaBold-Bold.eot");
    src: url("../css/fonts/NexaBold-Bold.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/NexaBold-Bold.woff") format("woff"), 
         url("../css/fonts/NexaBold-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

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%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
img {
    border: 0 none;
    max-width: 100%;                        /*to optimize full width of its parent element*/
}
address {
    font-style: normal;                     /* To Neutralize Default Italic Style To Normal Style */
}

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;
}
/* =============================================================================
   Default Style
* ============================================================================= */

body {
    font-family: 'Roboto', sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.inner_wrap {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

section {
    overflow: hidden;
}
.page_heading1 {
    font-size: 36px;
    line-height: 36px;
    padding: 5px 0;
    /*text-shadow: 0 0 2px #000;*/
}
.page_heading2 {
    font-size: 28px;
    line-height: 30px;
    padding: 5px 0;
    /*text-shadow: 0 0 2px #000;*/
}
p{
    font-size: 18px;
    line-height: 24px;
}
/* ====================== Return to Top Styles ============================ */

#return-to-top {
    background-color: #e9ecec;
    border: 3px solid #e1e1e1;
    border-radius: 50%;
    color: #222222;
    text-decoration: none;
    text-align: center;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 12px;
    right: 14px;
    height: 40px;
    width: 40px;
    font-size: 35px;
    line-height: 42px;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
#return-to-top:hover {
    background-color: #6a6a6a;
}
.scroll-down {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer
}
.scroll-down:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box
}
.scroll-down:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box
}@-webkit-keyframes sdb03 {
0%{opacity:0}
30%{opacity:1}
60%{box-shadow:0 0 0 60px rgba(255, 255, 255, .5);opacity:0}
100%{opacity:0}
}
@keyframes sdb03 {
0%{opacity:0}
30%{opacity:1}
60%{box-shadow:0 0 0 60px rgba(255, 255, 255, .5);opacity:0}
100%{opacity:0}
}

.animated {
    opacity: 0;
}
.insta_live_gallery_img.animated {
    opacity: 1;
}
.insta_live_gallery_img.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* ====================== Video Styles ============================ */
#backgroundvid {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: fill;    */
}

#project_video {
    position: relative;
}
#project_video #brand_logo_container {
    position: absolute;
    top: 4%;
    left: 5%;
    max-width: 250px;
}
#project_video #brand_logo_container2 {
    position: absolute;
    top: 4%;
    right: 5%;
    max-width: 250px;
}
/* ====================== Header Styles ============================ */
.site_header {
    background-color: #4a4a4a;
    color: #ffffff;
    position: relative;
    margin-top: -3px;
}
.site_header.sticky_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.site_header .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#brand_logo_container {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 10px 0;
}
#brand_logo_container img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#brand_logo_container2 {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 10px 0;
}
#brand_logo_container2 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}


/* ====================== Enquire Form Style ============================ */

.price_point {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 500;
}
.enquire-form-slide {
    background-color: rgba(255,255,255,0.8);
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    position: fixed;
    right: -250px;
    top: 15%;
    z-index: 9;
    transition:all ease .4s
}
.enquire-form-slide.active {
    right: 0;
    transition:all ease .4s
}
.enquire-form-slide .enq-toggle {
    background:url(../images/webp/btn_enq.webp) no-repeat 0 0;
    width:51px;
    height:194px;
    display:inline-block;
    position:absolute;
    top:60px;
    left:-51px;
    cursor:pointer
}
.enquire-form-slide .enq-toggle i {
    display: none;
}
.enquire-form-slide .close-form {
    background:url(../images/webp/sprite.webp) no-repeat 0 0;
    width:12px;
    height:14px;
    display:inline-block;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    background-position:0 -145px
}
.form-head {
    font-size: 22px;
    color: #e4e2e2;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 9px;
}
.enquire-form-slide .fieldwrapper {
    width: 100%;
    margin: 0 10px 20px 0;
}

.enquire-form-slide .fieldwrapper input, .enquire-form-slide .fieldwrapper select {
    width: 100%;
    font-family: 'Roboto';
    border: 1px solid #acaaaa;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    padding: 0 0 0 20px;
    outline: 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn {
    float: none;
    width: auto;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.enquire-form-slide .fieldwrapper.form-cta-btn a {
    font-family: 'Roboto';
    display: block;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    border:none;
    background-color: #898989;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn a:hover {
    background-color: #4a4a4a;
    /*box-shadow: 0px 0px 5px 3px #5ca63c;*/
}

.enquire-form-slide .fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 0;
}
.enquire-form-slide .fieldwrapper > input:placeholder-shown {
    color: #000000;
    opacity: 1;
}
::-webkit-input-placeholder { /* Chrome */
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}
.thankyou-msg {
    /*color: #ffffff;*/
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}
span#errcontainer {
    display: block;
    width: 100%;
    padding: 5px 0 20px;
    text-align: center;
    color: #ff0000;
}
.enquire-form-slide.active.submitpopup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    border: none;
    padding: 0;
    background-color: rgba(255,255,255,0.8);
}
.submitpopup .thankyou-msg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    max-width: 300px;
    text-align: center;
    padding: 20px;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn {
    display: inline-block;
    margin: 10px auto;
    max-width: none;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn a {
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 19px;
}
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    margin-left: 6px;
    vertical-align: middle;
}
/* ====================== Topnav Style ============================ */
#topnav {
    /*font-family: 'NexaBold';*/
    padding: 0 0 0 10px;
}
#topnav ul {
    display: flex;
    align-items: flex-start;
}
#topnav ul li a {
       display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    /*text-transform: uppercase;*/
    position: relative;
    margin: 0 0 0 20px;
    padding: 15px 2px 15px 2px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}
#topnav ul li a:hover, #topnav ul li a.active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #ffffff;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
a.menu_trigger {
    display: none;
}

/* ====================== About Us Style ============================ */
#about_us_wrap {
    background-image: url(../images/webp/background1.webp);
    background-repeat: no-repeat;
    background-position: 20% 0;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0 0;
    margin-top: -3px;
}
#about_us {
    padding-bottom: 100px;
}
#about_us .inner_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about_left {
    width: 50%;
    /*margin-right: 10%;*/
    animation-delay: 0.4;
}

.about_right {
    width: 48%;
}

.about_us_img {
    max-width: 553px;
    width: 100%;
    position: relative;
}
.about_us_img:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    max-width: 553px;
    width: 100%;
    height: 100%;
    border:1px solid rgba(255,255,255,0.2);
}
.about_img_slide .owl-dots {
    position: absolute;
    left: 48%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
}
.about_img_slide .owl-dot {
    background-color: #fff;
    border: 1px solid #000; 
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
.about_img_slide .owl-dot.active {
    background-color: #000;
    border: 1px solid #fff; 
}
.about_us_img img {
    display: block;
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}

.about_us_txt {
    text-align: center;
    padding-top: 10px;
}
.about_us_txt .page_heading1 {
    color: #ffffff;
    padding-bottom:20px;
}
.about_us_txt .page_heading2 {
    color: #ffffff;
    padding-bottom:20px;
}
ul.about_us_txt_list {
    padding-left: 26px;
}
.about_us_txt_list li {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 10px 0;
}

.about_us_txt h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 20px 0 20px 26px;
    /*text-align: left;*/
}

/*.about_us_txt h4 span {
    display: block;
    padding-top: 30px;
    }
*/
.about_us_txt p {
    color: #fff;
    text-shadow: 0 0 2px #000;
}    
/* ====================== Coundown Style ============================ */

.coundown_wrap {
    padding: 40px 0;
}
.coundown_wrap .page_heading1 {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
}

.countdown-row {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-top: 2px solid #fff;
    border-left: 2px solid #fff;*/
    font-size: 40px;
    line-height: 50px;
    /*text-transform: uppercase;*/
}
.countdown-section {
    display: block;
    /*border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 5px;
}
.countdown-amount {
    display: inline-block;
    padding-right: 5px;
}

/* ====================== Location Style ============================ */

#location {
    padding: 0 0 50px 0;
    overflow: hidden;
}
#location .inner_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#location .page_heading1 {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
}
#location .page_heading2 {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
}
/*.location_img {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
}
.location_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.location_img p {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
#backgroundvid1 {
    width: 100%
}*/
/*.connec_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.connec_wrap > img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.connec_tab {
    width: 33%;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 10px 0 30px;
}
.connec_tab:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.connec_tab:nth-child(2) {
    margin: 10px 3% 30px;
}
.connec_tab img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.connec_tab span {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px; 
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
/* ====================== Connectivity Style ============================ */

#connectivity {
    padding: 0 0 50px 0;
    overflow: hidden;
}

#connectivity .inner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#connectivity .page_heading1 {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
}

/* ====================== Experience Living Style ============================ */
 #amenities {
    /*background-color: #fff;*/
    padding: 40px 0 90px 0;
    margin: 0 0;
 }
 #amenities .page_heading1 {
    color: #fff;
    padding-bottom:40px;
    text-align: center;
}
.iving_exp_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.iving_exp_img {
    position: relative;
}
.iving_exp_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.iving_exp_img span {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-size: 22px;
    line-height: 26px;
    color: #fff; 
    text-transform: uppercase;
    text-shadow: 0 0 10px #000000;
}

.pointer-outer-wrp {
    /*background-color: #000;*/
    position: relative;
    width: 100%;
    margin: 20px auto 0 auto;
}
.pointer-wrp {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pointer-wrp .circle{
    height: 400px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pointer-wrp .circle > span{
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all 1s ease;
    transform: rotate(42deg);
}

.pointer-wrp .circle > span:after{
    content: '';
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    width: 2px;
    height: 0;
    left: 0;
    right: 0;
    margin: -10px auto 0 auto;
}


.pointer-wrp .text-wrp{
    background: #fff;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.21);
    display: block;
    /*align-items: center;
    justify-content: center;*/
}

.pointer-wrp .text-wrp > div{
    padding: 0 30px;
    text-align: center;
    display: none;
    transition: all 1s ease;
}

.pointer-wrp .text-wrp > div.active{
    display: block;
}

.pointer-wrp .text-wrp > div p{
    font-size: 20px;
}

.pointer-wrp .text-wrp .text{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.pointer-wrp .text-wrp .dist{
    color: #6d6d6d;
    margin-bottom: 0;
    font-size: 25px;
}

.text-wrp img {
    width: 100%;
}
.circle-container {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 24em;
    height: 24em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /*position: relative;*/
    /*padding: 2.8em;*/ /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
    /*border: dashed 1px;
    border-radius: 50%;
    margin: 1.75em auto 0;*/
}
.circle-container p {
    display: block;
    /*overflow: hidden;*/
    position: absolute;
    top: 20%; 
    left: 40%;
    width: 100px; 
    height: 100px;
    margin: -2em; /* 2em = 4em/2 */ /* half the width */
}
.circle-container img { 
    display: block; 
    width: 100%; 
    cursor: pointer;
}

.circle-container p.active img{
    /*-webkit-animation: animate_img 3s infinite;
    animation: animate_img 3s infinite;*/
}

@-webkit-keyframes animate_img {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


@keyframes animate_img {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pointer-wrp .circle > span.amenities1{
    transform: rotate(42deg);
}
.pointer-wrp .circle > span.amenities2{
    transform: rotate(92deg);
}
.pointer-wrp .circle > span.amenities3{
    transform: rotate(135deg);
}
.pointer-wrp .circle > span.amenities4{
    transform: rotate(200deg);
}
.pointer-wrp .circle > span.amenities5{
    transform: rotate(240deg);
}
.pointer-wrp .circle > span.amenities6{
    transform: rotate(285deg);
}
.pointer-wrp .circle > span.amenities7{
    transform: rotate(340deg);
}

.deg0 { transform: rotate(-25deg) translate(13em) rotate(25deg); }
.deg52 { transform: rotate(20deg) translate(17em) rotate(-20deg); }
.deg104 { transform: rotate(55deg) translate(20em) rotate(-55deg); }
.deg156 { transform: rotate(100deg) translate(20em) rotate(-100deg); }
.deg208 { transform: rotate(135deg) translate(17em) rotate(-135deg); }
.deg260 { transform: rotate(175deg) translate(13em) rotate(-175deg); }
.deg312 { transform: rotate(245deg) translate(9em) rotate(-245deg); }

.popup_img_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.popup_img_wrap.active {
    visibility: visible;
    width: 100%;
    height: 100%;
}
.popup_img {
    position: absolute;
    top: 0;
    bottom: 0;
    /*transform: translateY(-30%);*/
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    width: 0;
}
.popup_img.active {
    width: 90%;
    top: 40%;
    transform: translateY(-50%);
}
.popup_img_close {
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-size: 25px;
    border: 2px solid #fff;
    /* border-radius: 50%; */
    z-index: 1;
    display: block;
    padding: 0px 5px;
}
.popup_img > img {
    display: none;
    margin: 0 auto;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.popup_img > img.active {
    display: block;
    width: 100%;
}
/* ====================== Video Gallery Style ============================ */

#video_insta_wrap {
    background-image: url(../images/webp/background2.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0 0;
}
#video_gallery {
    padding-bottom: 50px;
}
#video_gallery .page_heading1 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.video_gallery_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video_gallery_img {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 5px;
}
.video_gallery_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.vdo-wrapper {
    display: inline-block;
    margin: 0 auto 35px;
    padding-top: 15px;
    width: 48%;
}
#video-gallery .vdo-item {
    float: left;
    position: relative;
    width: 100%
}
#video-gallery .vdo-item:first-child:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0
}
.vdo-box {
    position: relative;
    overflow: hidden
}
.vdo-box > img {
    display: block
}
.vdo-mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(43, 52, 84, 0.8);
    transition: all .6s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display:flex;
    justify-content: center;
    align-items: center;
}

.vdo-mask a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
}
.vdo-mask h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 10px;
    color: #ffffff;
}
.vdo-mask .ico-play {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-top: 15px;
    background: url(../images/webp/ico_play.webp) no-repeat 0 0;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease
}
.vdo-mask:hover .ico-play {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
}
.vdo-box:hover .vdo-mask {
    top: 0
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none
}
.vdo-lightbox {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%
}
.vdo-lightbox .vdo-inner {
    width: 100%;
    height: 100%
}
.vdo-lightbox .vdo-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}
.close-vdo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/webp/close.webp) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

/* ====================== Instagram Live Gallery Style ============================ */

#insta_live_gallery {
    padding-bottom: 50px;
}
#insta_live_gallery .page_heading1 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.insta_live_gallery_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.insta_para {
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
}
.insta_live_gallery_img {
    display: block;
    max-width: 399px;
    width: 100%;
    margin: 0 1px;
    position: relative;
}
.insta_live_gallery_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.insta_live_gallery_img > a > span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0 5px 0 0;
    padding: 5px;
    display: flex;
    align-items: center;
}
.insta_live_gallery_img > a > span img {    
    width: 50px;
    border-radius: 50%;
}
.insta_live_gallery_img > a > span span {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    padding-left: 5px;
}

/* ====================== Bottom section image Style ============================ */
#project_btm {

}
.proj_btm {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.proj_btm img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* ====================== Footer Style ============================ */

.site_footer {
    background-color: #2b3652;
    padding: 50px 0;
}

.site_address {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow: 0 0 10px #000;*/
    padding-bottom: 20px;
}
.footer_disc {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #fff;
    /*text-shadow: 0 0 10px #000;*/
}
.disc_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 10px;
}

.disc_link a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1300px) {
/* ====================== Video Styles ============================ */
#project_video {
    height: 100vh;
    overflow: hidden;
}
}
@media only screen and (max-width: 1023px) {
.page_heading1 {
    font-size: 24px;
    line-height: 24px;
}
.page_heading2 {
    font-size: 20px;
    line-height: 24px;
}
.scroll-down {
    display: none;
}
#project_video #brand_logo_container, 
#project_video #brand_logo_container2 {
    display: none;
}
/* ====================== Header Styles ============================ */



/* ====================== Topnav Style ============================ */
#topnav {
    /*font-family: 'NexaBold';*/
    padding: 0 0 0 10px;
}
#topnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #4a4a4a;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    padding: 10px 0;
    z-index: 1;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    display: none;
}
a.menu_trigger {
    position: relative;
    text-decoration: none;
    vertical-align: top;
    display: block;
    z-index: 99;
}
a.menu_trigger span, a.menu_trigger span:before, a.menu_trigger span:after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 4px;
}
a.menu_trigger span:before {
    top: -8px;
}
a.menu_trigger span:after {
    top: 8px;
}
a.menu_trigger.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
a.menu_trigger.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
a.menu_trigger.active span {
    background-color: transparent;
}
a.menu_trigger.active span:before {
    top: 0;
}
a.menu_trigger.active span:after {
    top: 0;
}
#topnav ul li a, #topnav ul li a:hover, #topnav ul li a.active {
    padding: 0 2px 5px 2px;
    margin: 0 10px 5px 10px;
    }

/* ====================== Enquire Form Style ============================ */

.enquire-form-slide {
    top: auto;
    left: 0;
    right: auto;
    bottom: -100%;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    padding-bottom: 80px;
}
.enquire-form-slide.active {
    right: auto;
    bottom: 0;
}
.enquire-form-slide .enq-toggle {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    height: auto;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    z-index: 999;
}
.enquire-form-slide .enq-toggle i {
    display: inline-block;
    background: #4a4a4a;
    font-size: 1em;
    line-height: 25px;
    padding: 5px 15px;
    min-width: 100px;
    color: #fff;
    font-style: normal;
}
.enquire-form-slide .enq-toggle.active i{
    width:40px;
    text-indent:999px;
    overflow:hidden;
    min-width:inherit;
    border-radius:50%;
    background:#ffffff url(../images/webp/arrow-down.webp) no-repeat center center;
}
.form-head {
    font-size: 28px;
    line-height: 55px;
}
.enquire-form-slide .fieldwrapper {
    margin: 0 10px 10px 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn input {
    padding-top: 5px; 
}

/* ====================== About Us Style ============================ */

#about_us {
    padding-bottom: 30px;
}
#about_us .inner_wrap {
    flex-direction: column;
}
.about_left {
    width: 100%;
    margin-right: 0;
}

.about_right {
    width: 100%;
}
/*.about_img_slide .owl-dots {
    bottom: 25px;
}*/
.about_us_img {
    margin: 0 auto 20px;
}
.about_us_img:after {
    display: none;
}
.about_us_txt .page_heading1 {
    padding-bottom:20px;
    text-align: center;
}
.about_us_txt .page_heading2 {
    padding-bottom:20px;
    text-align: center;
}

.about_us_txt_list li {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
}

/*.about_us_txt h4 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 10px 26px;
}*/

/*.about_us_txt h4 span {
    padding-top: 20px;
    }*/

/* ====================== Coundown Style ============================ */

.countdown-row {
    font-size: 15px;
    line-height: 20px;
}
.countdown-section {
    padding: 10px;
    margin: 0 3px;
}        

/* ====================== Location Style ============================ */

#location {
    padding: 0 0 30px 0;
}
#location .inner_wrap {
    flex-direction: column;
}

#connectivity .inner_wrap {
    flex-direction: column;
}
/*.connec_wrap {
    flex-direction: column;
}*/
.connec_tab {
    width: 100%;
}
.connec_tab:nth-child(2) {
    margin: 10px 0 30px;
}

/* ====================== Amenities Style ============================ */

.pointer-wrp {
        width: 300px;
        height: 300px;
        margin: 0 auto 60px auto;
}
    .pointer-wrp .circle {
        height: 60%;
        width: 60%;
    }
    .pointer-wrp .text-wrp > div p {
        font-size: 15px;
    }
.circle-container p {
    width: 20%; 
    height: 20%;
}
.pointer-wrp .circle > span.amenities1{
    transform: rotate(20deg);
}
.pointer-wrp .circle > span.amenities2{
    transform: rotate(80deg);
}
.pointer-wrp .circle > span.amenities3{
    transform: rotate(125deg);
}
.pointer-wrp .circle > span.amenities4{
    transform: rotate(182deg);
}
.pointer-wrp .circle > span.amenities5{
    transform: rotate(240deg);
}
.pointer-wrp .circle > span.amenities6{
    transform: rotate(290deg);
}
.pointer-wrp .circle > span.amenities7{
    transform: rotate(340deg);
}

.deg0 { transform: rotate(-10deg) translate(7em) rotate(10deg) }
.deg52 { transform: rotate(26deg) translate(11em) rotate(-25deg); }
.deg104 { transform: rotate(54deg) translate(14em) rotate(-54deg); }
.deg156 { transform: rotate(85deg) translate(15em) rotate(-85deg); }
.deg208 { transform: rotate(115deg) translate(12em) rotate(-115deg); }
.deg260 { transform: rotate(145deg) translate(7em) rotate(-145deg); }
.deg312 { transform: rotate(248deg) translate(2em) rotate(-245deg); }

/* ====================== Video Gallery Style ============================ */

.vdo-mask {
    top: 0;
}
.vdo-lightbox {
    left: 0;
    right: 0;
    top: 15%;
    width: 90%;
    height: 80%;
    margin: 0 auto;
}
/* ====================== Instagram Live Gallery Style ============================ */

#insta_live_gallery {
    padding-bottom: 30px;
}
#insta_live_gallery .page_heading1 {
    padding-bottom:20px;
}

.insta_live_gallery_img > a > span img {
    width: 30px;
}
.insta_live_gallery_img > a > span span {
    font-size: 9px;
}
/* ====================== Footer Style ============================ */

footer.site_footer {
    padding: 30px 0 90px;
}

}

@media only screen and (max-width: 767px) {
#brand_logo_container {
    width: 50%;
    margin: 5px 0;
}

#about_us_wrap {
    background-image: url(../images/webp/mobi_background1.webp);
    background-repeat: repeat;
    background-size: 140%;
}
/* ====================== Experience Living Style ============================ */

 #amenities .page_heading1 {
    padding-bottom:40px;
}
.iving_exp_img_wrap {
    flex-flow: row wrap;
}

.iving_exp_img span {
    font-size: 16px;
    line-height: 20px;
}
/* ====================== Video Gallery Style ============================ */

#video_gallery {
    padding-bottom: 30px;
}
#video_gallery .page_heading1 {
    padding-bottom:20px;
}
.video_gallery_wrap {
    flex-flow: row wrap;
}
.video_gallery_img {
    width: 90%;
    margin: 5px auto;
}
.video_gallery_img img {
    margin: 5px 5px
}



    }
