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

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

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
	/*background-color: #000;*/
	font-family: 'FuturaStd-Book';
}
h1 {
	font-family: 'FuturaStd-Heavy';
}
h2,h3,h4 {
	font-family: 'FuturaStd-Medium';
}
.sec_heading2 {
    color: #cc9750;
    text-align: center;
    font-size: 23px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
}
.sec_heading2 span {
    padding: 10px 20px;
    position: relative;
    display: inline-block;
}
/* .sec_heading2 span:before, .sec_heading2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 50%;
}
.sec_heading2 span:before {
    background-image: url(../images/webp/main_banner_txt_left_bg.webp);
    background-position: left center;
    left: 0;
}
.sec_heading2 span:after {
    background-image: url(../images/webp/main_banner_txt_right_bg.webp);
    background-position: right center;
    right: 0;
} */
.site_heading3 {
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 20px;
}
.site_heading4 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 20px;
}
p {
	font-size: 14px;
	line-height: 20px;
    padding-bottom: 10px;
    color: #000;
}
p.para_head {
    font-size: 16px;
    line-height: 20px;
}
img {
	max-width: 100%;
	width: 100%;
}
strong {
	font-weight: 700;
}
section {
	padding: 0 0;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.cta_btn {
    display: inline-block;
    text-align: center;
    font-family: 'FuturaStd-Medium';
    padding: 10px 20px;
    margin: 0 0 0 10px;
    border: none;
    background-color: #cc9750;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5px;
}

/*header style*/
.fp-viewing-home .desk_menu_btn {
    display: none;
}
.desk_menu_btn {
    position: fixed;
    right: -100px;
    top: -100px;
    z-index: 100;
    width: 200px;
    height: 200px;
    /*background: url(../images/webp/innerpage_loader_bg.webp) no-repeat right top;*/
    /*background-size: cover;*/
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    background-color: #fff;
    color: #ce8b3c;
    font-family: "FuturaStd-Heavy";
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
    
}
.desk_menu_btn.active {
    /*background: url(../images/webp/innerpage_loader_bg.webp) no-repeat right top;
    background-size: cover;*/
    box-shadow: 0 0 0 100vh #fff, 0 0 0 100vh #fff;
    border-radius: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*.desk_menu_btn:hover {
    color: #f5deb3;
    border: 2px solid #f5deb3;
    background-color: #cc9750;
}*/

.desk_menu_btn .open_menu {
    cursor: pointer;    
    display: block;
    padding: 20px 20px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
}
.desk_menu_btn .open_menu.active {
    display: none;
    top: 0;
    right: 0;
}
.desk_menu_btn .close_menu {
    cursor: pointer;    
    display: none;
    padding: 20px 20px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}
.desk_menu_btn .close_menu.active {
    display: block;
}
.tnc{
    position: absolute;
    font-size: 12px;
    text-decoration: none;
    text-transform: initial;
    right: 20px;
    bottom: 10px;
    color: #ce8b3c;
    opacity: 0;
}

.tnc:hover{
    text-decoration: underline;
}
.rera_txt{
    cursor: default;
    position: absolute;
    font-size: 12px;
    text-decoration: none;
    text-transform: initial;
    left: 20px;
    bottom: 10px;
    color: #ce8b3c;
    opacity: 0;
}


.desk_menu_btn.active .tnc, .desk_menu_btn.active .rera_txt{
    opacity: 1;
}
#site_header {
	position: fixed;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
    width: 100%;
	z-index: 200;
    /*background-color: #f5deb3;*/
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
    padding: 0 20px 40px 20px;
    margin-top: 20px;
}
#site_header.active {
   opacity: 1;
   visibility: visible;
}

#site_header.active:before,#site_header.active:after{
    content: "";
    position: absolute;
    top: 0;
    height: 96%;
}

#site_header.active:before{
    width: 40%;
    left: 0;
    background-image: url(../images/webp/menubg_left_gate.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 78%;
}
#site_header.active:after {
    width: 40%;
    right: 0;
    background-image: url(../images/webp/menubg_right_gate.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 78%;
}

/*.fixed_header {
	background-color: rgba(0,0,0,0.6);
}*/
#site_header .container {
    max-width: none;
	display: flex;
    flex-direction: column;
	padding: 0;
    max-width: 350px;
    width: 100%;
    height: 100%;
}
/*.logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/
.project_logo {
    max-width: 181px;
    width: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.project_logo img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
.brand_logo {
    position: fixed;
    top: 5%;
    left: 5%;
    max-width: 262px;
    width: 9%;
    margin: 0;
    z-index: 2;
}
.brand_logo img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
/*navigation style*/
/*#site_menu {
    margin-left: auto;
}*/
.menu_list {
	/*display: flex;
	align-items: center;*/
    padding-top: 20px;
}
.menu_list li {
}
.menu_list li > a {
    display: block;
    color: #ce8b3c;
    font-family: 'FuturaStd-Heavy';
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 20px;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu_list li > a:hover {
    transform: scale(1.2);
}

.menu_list li > a > span {
    display: inline-block;
    font-family: 'FuturaStd-Book';
    font-size: 12px;
    line-height: 15px;
    position: relative;
    padding: 0 60px;
}
.menu_list li > a > span:before, .menu_list li > a > span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 2px;
    background-color: #ce8b3c;
}
.menu_list li > a > span:before {
    left: 0;
}
.menu_list li > a > span:after {
    right: 0;
}

.menu_icon {
	display: none;
}
.termncondi {
    height: 100vh;
    background-color: #f0f0e6;
}
.termncondi .container_wrap {
    height: 100%;
}
.termncondi .legacy_content_wrap {
    width: 50%;
    padding: 30px 0 80px;
}
.termncondi .legacy_content_wrap .top_svg_animate .st0 {
    animation-delay: 0s;
}
.termncondi .legacy_content_wrap .btm_svg_animate .st0 {
    animation-delay: 0s;
}
/*Common loader setion style*/
#home_theme_load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*display: none;*/
}
#home_theme_load .banner_head1 {
    position: absolute;
    top: 17%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 999;
    animation: show_animate2 5s linear forwards;     
}
.banner_head.banner_head1 {
    font-size: 20px;
    font-family: 'FuturaStd-Heavy';

}
.banner_tagline{
    position: absolute;
    bottom: 12%;
    font-size: 20px;
    color: #ce8b3c;
    font-weight: 600;
    animation: show_animate2 5s linear forwards;   
}
@keyframes show_animate2 {
   0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loader_logo {
    max-width: 262px;
    width: 10%;
    margin: 30px auto;
    position: fixed;
    left: 5%;
    top: 2%;
    z-index: 999;
    animation: left_gate_slide 1s linear forwards;
    animation-delay: 5.2s;
}
.loader_logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.gate_animation {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.gate_animation:before, .gate_animation:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    /*background-color: #fff;*/

}
.gate_animation:before {
    width: 50%;
    left: 0;
    animation: left_gate_slide 7.5s linear forwards;
    animation-delay: 5.2s;
    background: url(../images/webp/left_gate_bg.webp) no-repeat left top;
    background-size: cover;
}
.gate_animation:after {
    width: 50%;
    right: 0;
    animation: right_gate_slide 7.5s linear forwards;
    animation-delay: 5.2s;
    background: url(../images/webp/right_gate_bg.webp) no-repeat left top;
    background-size: cover;
}
.left_gate {
    width: 20%;
    animation: left_gate_slide 3s linear forwards;
    animation-delay: 5.2s;
    z-index: 1;
    margin-top: 50px;
}
@keyframes left_gate_slide {
    0% {
            transition: all 1s ease-in-out;        
            transform: translateX(0%);
    }
    100% {
            transition: all 1s ease-in-out;        
            transform: translateX(-250%);
    }
}

.right_gate {
    width: 20%;
    animation: right_gate_slide 3s linear forwards;
    animation-delay: 5.2s;
    z-index: 1;
    margin-top: 50px;
}
@keyframes right_gate_slide {
   0% {
        transition: all 1s ease-in-out;
        transform: translateX(0%);
    }
    100% {
        transition: all 1s ease-in-out;     
        transform: translateX(250%);
    }
}


.left_gate svg .st0 {    
    fill: none;
    stroke-width: 5px;
    stroke: #CE8B3C;
    /*animation: main_gate_draw 4s linear forwards;*/
}

.right_gate svg .st0 {    
    fill: none;
    stroke-width: 5px;
    stroke: #CE8B3C;
    /*animation: main_gate_draw3 4s linear forwards;*/
}
.left_gate svg .st1, .right_gate svg .st1 {
     fill: none;
    stroke-width: 5px;
    stroke: #CE8B3C;
    /*animation: main_gate_draw2 .5s linear forwards;*/
    animation-delay: 5s;
    opacity: 0;
}
    /*.right_gate svg {
        display: none;
    }*/
@keyframes main_gate_draw {
    0% {
        /*stroke: #fff;*/
        stroke-dasharray: 0 6000;
        
    }
    100% {
        
        stroke-dasharray: 6000 6000;
    }
}
@keyframes main_gate_draw3 {
    0% {
        /*stroke: #fff;*/
        stroke-dasharray: 0 6400;
        
    }
    100% {
        
        stroke-dasharray: 6400 6400;
    }
}
@keyframes main_gate_draw2 {
    0% {
        /*stroke: #fff;*/
        opacity: 0;
        stroke-dasharray: 0 80;
        
    }
    100% {
        opacity: 1;
        stroke-dasharray: 80 80;
    }
}
.finger_scan_wrap {

}
.finger_scan_img {
    width: 80px;
    height: 80px;
    padding: 15px;
    margin: 0 auto 10px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.finger_scan_wrap p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.desk_scan_txt {
    display: block;
}
.mobi_scan_txt {
    display: none;
}

#inner_theme_load {
    display: none;
    background-image: url(../images/webp/innerpage_loader_bg.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#inner_theme_load .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.loader_text {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "FuturaStd-Heavy";
}


/*Main content style*/
#site_main {

}


/*Main banner style*/
#main_banner_wrap {
    width: 100%;
    height: 100vh;
}
.main_banner_slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_banner_slider .swiper-slide {
    height: 100vh;
}
.main_banner_slider .slide_01 {
    /*background-image: url(../images/webp/main_banner_slide_01.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: all 15s ease-in-out;
    transform: scale(1.2);*/
}
.main_banner_slider .slide_01 img {
    /*background-image: url(../images/webp/main_banner_slide_01.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/

}
.main_banner_slider .slide_01 .desk_banner {
    display: block;
    /*background: url(../images/webp/main_banner_slide_01_old.webp) no-repeat left top;*/
    background-size: cover;
    height: 100%;
    /*transition: all 20s ease-in-out;
    transform: scale(1.4);*/
}
.main_banner_slider .slide_01 .mobi_banner {
    display: none;
    /*background: url(../images/webp/main_banner_slide_01_old.webp) no-repeat left top;*/
    background-size: cover;
    height: 100%;
    /*transition: all 20s ease-in-out;
    transform: scale(1.4);*/
}
.banner_content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    max-width: 400px;
    margin-left: 5%;
}
/*.banner_content .container {
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: center;
    position: relative;   
}*/
/*.banner_content .container:before, .banner_content .container:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    height: 1px;
    width: 10%;
    background-color: #cc9750;
}
.banner_content .container:before {
    left: 0;
}
.banner_content .container:after {
    right: 0;
}*/

/*.banner_svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner_svg:before, .banner_svg:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
}
.banner_svg:before {
    background-image: url(../images/webp/main_banner_txt_left_bg.webp);
    background-position: left center;
    right: 30%;
}
.banner_svg:after {
    background-image: url(../images/webp/main_banner_txt_right_bg.webp);
    background-position: right center;
    left:  30%;
}*/
/*#home_theme_load {
    display: none;
}*/
.banner_content .top_svg_animate .st0 {
    animation-delay: 6s;
}
.banner_content .btm_svg_animate .st0 {
    animation-delay: 7s;
}
.banner_head {
    font-family: "FuturaStd-Medium";
    font-size: 17px;
    line-height: 24px;
    color: #ce8b3c;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.banner_head.show_animate {
    animation: show_animate 1s linear forwards;    
}
.show_animate {
    opacity: 0;
}

@keyframes show_animate {
   0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner_para {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    position: relative;
}
.banner_content p {
    color: black;
    font-size: 14px;
    line-height: 20px;
}
.banner_content p strong{
    color: #ce8b3c;
}
.banner_content p.show_animate {
    animation: show_animate 1s linear forwards;     
}

/*The Legacy page style*/
#thelegacy_wrap {

}

.legacy_content_wrap {
    padding: 40px;
    width: 40%;
    text-align: center;
}
.legacy_right_wrap {
    width: 60%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    animation: text_visible .5s linear forwards;
    animation-delay: 4s;
    /*opacity: 0;*/
}
.legacy_img {
    width: 100%;
    height: 100%;
    background: url(../images/webp/legacy_img.webp) no-repeat center top; 
    background-size: cover;
}
#backgroundvid1, #backgroundvid2 {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#backgroundvid1 {
    display: block;
}
#backgroundvid2 {
    display: none;
}
.legacy_content_wrap .top_svg_animate .st0 {
}
.legacy_content_wrap .btm_svg_animate .st0 {
}
.legacy_content_wrap .sec_heading2 {
    /*opacity: 0;     */
}
.section.active .legacy_content_wrap .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;     
}
.legacy_content_wrap p {
    /*opacity: 0;*/
}
.section.active .legacy_content_wrap p.show_animate {
    animation: show_animate .5s linear forwards;     
}

/*About Us page style*/
#aboutus_wrap {

}
.container_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0e6;
}
.about_content_wrap {
    padding: 40px;
    width: 40%;
    text-align: center;
}
.about_img_slider {
    width: 60%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    animation: text_visible .5s linear forwards;
    animation-delay: 4s;
}
.about_img_slider .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    transition: all 20s ease-in-out;
    /* transform: scale(1.4); */
}
.about_img_slider .slide_01 {
    background-image: url(../images/webp/aboutus_img01.webp);
}
.about_img_slider.edit_room_slider .swiper-slide {
    transition: none;
    transform: scale(1.4);
    animation: scale_zoom 20s linear forwards;
}
.about_img_slider.edit_room_slider .slide_01 {
    background-image: url(../images/webp/edit_room_img01.webp);
}

@keyframes scale_zoom {
    0% {
        transform: scale(1.4);
     }
     100% {
        transform: scale(1);
     }
 }

.top_svg_animate {
    max-width: 480px;
    width: 30%;
    margin: 0 auto 20px;
}

.btm_svg_animate {
    max-width: 480px;
    width: 30%;
    margin: 0 auto 20px;
}
.btm_svg_animate svg {
    transform: rotate(180deg);
}
.section.active .top_svg_animate .st0, .section.active .btm_svg_animate .st0 {
    fill: none;
    animation: path_draw 4s forwards;
}
.banner_content .top_svg_animate .st0, .banner_content .btm_svg_animate .st0 {
    animation: path_draw 1s forwards;
}


@keyframes path_draw {
    0% {
        stroke-dasharray: 0 1000;
        stroke: #f0f0e6;
        
    }
    100% {
        stroke-dasharray: 238 1000;
        stroke: #CE8B3C;
    }
}
    
.about_img_slider .swiper-pagination {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_img_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    opacity: 1;
}
.about_img_slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;    
}

.about_content_wrap .top_svg_animate .st0 {
    animation-delay: 5s;
}
.about_content_wrap .btm_svg_animate .st0 {
    animation-delay: 5s;
}
.about_content_wrap .sec_heading2 {
    /*opacity: 0;     */
}
.section.active .about_content_wrap .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;     
}
.about_content_wrap p {
    /*opacity: 0;*/
}
.section.active .about_content_wrap p.show_animate {
    animation: show_animate .5s linear forwards;     
}





/*Project Highlights style*/
#project_highlights {

}
#project_highlights .container {

}
#project_highlights .container .sec_heading2 {
    /*opacity: 0;*/
    margin-top: -60px;
    margin-bottom: 20px;    
}
.section.active#project_highlights .container .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;     
}
#project_highlights .container p.para_head {
    /*opacity: 0;*/
    text-align: center;
}
.section.active#project_highlights .container p.para_head.show_animate {
    animation: show_animate .5s linear forwards;     
}
.project_highlights_content_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
}
.project_highlights_content {
    width: 25%;
    margin: 0 0 0 0;
    position: relative;
}
.highlights_left_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.highlights_left_svg .st0, .highlights_right_svg .st0 {
    fill: none;
    stroke-width:2px; 
    animation: path_draw2 5s forwards;
    animation-delay: 4.2s;

}

@keyframes path_draw2 {
    0% {
        stroke-dasharray: 0 1000;
        stroke: #f0f0e6;
        
    }
    100% {
        stroke-dasharray: 6000 1000;
        stroke: #CE8B3C;
    }
}

.project_highlights_left {
    padding: 40px 40px 40px 40px;
    /*background-color: #f0f0e6;*/
    position: relative;
    z-index: 1;
}
.highlights_content_slide .swiper-slide {
    min-height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.project_highlights_left .top_svg_animate .st0 {
    animation-delay: 9s;
}
.project_highlights_left .btm_svg_animate .st0 {
    animation-delay: 9s;
}
.project_highlights_right {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.highlights_right_svg {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 58%;
    height: 100%;
}

.proj_highlights_slider {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    animation: text_visible .5s linear forwards;
    animation-delay: 6s;
    /*opacity: 0;*/
}
.proj_highlights_slider .swiper-slide {
    width: 100%;
    height: 100%;
}
.proj_highlights_slider .imgslide {
    width: 90%;
    /*height: 90%;*/
    margin: 0 auto;
}
.proj_highlights_slider .imgslide .desk_img {
    display: block;
}
.proj_highlights_slider .imgslide .mobi_img {
    display: none;
}
.highlights_svg_desk {
    display: block;
}
.highlights_svg_mobi {
    display: none;
}
.proj_highlights_slider .swiper-pagination {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proj_highlights_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    /*border: 2px solid #000;*/
    opacity: 1;
}
.proj_highlights_slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #ce8b3c;
}


@keyframes text_visible {
    0% {
        opacity: 0;
        
    }
    100% {
        opacity: 1;
    }
}

/*Project Amenities style*/
#project_amenities {

}
#project_amenities .container {

}

#project_amenities .container .sec_heading2 {
    /*opacity: 0;*/
    margin-top: 60px;    
}
.section.active#project_amenities .container .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;     
}
#project_amenities .container p.para_head {
    /*opacity: 0;*/
    text-align: center;
}
.section.active#project_amenities .container p.para_head.show_animate {
    animation: show_animate .5s linear forwards;     
}

.project_amenities_content_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
}
.project_amenities_content {
    width: 30%;
    margin: 0 0 0 0;
    position: relative;
    padding: 15px;
}
.amenities_left_svg {
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project_amenities_left {
    /*padding: 40px;*/
    /*background-color: #f0f0e6;*/
    position: relative;
    z-index: 1;
}
.amenities_content_slide .swiper-slide {
    width: 100%;
    height: 100%;
}
.project_amenities_right {
    width: 65%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}
.amenities_right_svg {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.proj_amenities_slider {
    width: 96%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    animation: text_visible .5s linear forwards;
    animation-delay: 12s;
    /*opacity: 0;*/
}
.project_amenities_left .proj_amenities_slider {
    width: 100%;
}
.proj_amenities_slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.proj_amenities_slider .swiper-pagination {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proj_amenities_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    /*border: 2px solid #000;*/
    opacity: 1;
}
.proj_amenities_slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #ce8b3c;
}
.amenities_left_svg .st0, .amenities_right_svg .st0 {
    fill: none;
    stroke-width:2px; 
    animation: path_draw2 10s forwards;
    animation-delay: 8s;

}

/*Project Location style*/
#project_location {

}
#project_location .container {

}
#project_location .container .sec_heading2 {
    /*opacity: 0;*/
    margin-top: -60px;    
}
.section.active#project_location .container .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;     
}
#project_location .container p.para_head {
    /*opacity: 0;*/
    text-align: center;
}
.section.active#project_location .container p.para_head.show_animate {
    animation: show_animate .5s linear forwards;     
}
.project_location_content_wrap {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    padding: 30px 0;
}
.project_location_content {
    width: 27%;
    margin: 0 0 0 0;
    position: relative;
    /*background: url(../images/webp/animate_file.svg) no-repeat center top;
    background-size: cover;*/
}
.location_left_svg {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project_location_left {
    padding: 45px 20px 0px;
    /*background-color: #f0f0e6;*/
    position: relative;
    z-index: 1;
}
.location_content_slide .swiper-slide {
    min-height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.project_location_right {
    width: 58%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}
.location_right_svg {
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.proj_location_slider {
    width: 96%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    animation: text_visible .5s linear forwards;
    animation-delay: 6s;
    /*opacity: 0;*/
}
.proj_location_slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.proj_location_slider .swiper-pagination {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proj_location_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    /*border: 2px solid #000;*/
    opacity: 1;
}
.proj_location_slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #ce8b3c;
}

.project_location_left .top_svg_animate .st0 {
    animation-delay: 5s;
}
.project_location_left .btm_svg_animate .st0 {
    animation-delay: 5s;
}
.section.active .proj_location_txt {
    animation: text_visible .5s linear forwards;
    /*animation-delay: 6s;*/
    /*opacity: 0;*/
    text-align: center;
}
.location_left_svg .st0, .location_right_svg .st0 {
    fill: none;
    stroke-width:2px; 
    animation: path_draw2 4s forwards;
    animation-delay: 4.1s;

}
.direction_link a {
    color: #cc9750;
    font-family: "FuturaStd-Medium";
    text-transform: uppercase;
    text-decoration: none;
}

/*Project Gallery style*/
#project_gallery {

}
#project_gallery .container {

}
#project_gallery .container .sec_heading2 {
    /*opacity: 0;*/
    margin-top: 60px;    
}
.section.active#project_gallery .container .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;     
}
#project_gallery .container p.para_head {
    /*opacity: 0;*/
    text-align: center;
}
.section.active#project_gallery .container p.para_head.show_animate {
    animation: show_animate .5s linear forwards;     
}

.project_gallery_wrap {
    /*width: 70%;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}
.gallery_svg {
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 51%;
    height: 100%;
}
.gallery_svg .st0 {
    fill: none;
    stroke-width:2px; 
    animation: path_draw2 5s forwards;
    animation-delay: 4.2s;
}
.project_gallery_container {
    width: 100%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}
.proj_gallery_slider {
    /*width: 90%;
    height: 100%;*/
    width: 53%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    animation: text_visible .5s linear forwards;
    animation-delay: 6s;
    /*opacity: 0;*/
}
.proj_gallery_slider .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.proj_gallery_slider .imgslide {
    width: 90%;
    /*height: 90%;*/
    margin: 0 auto;
}
/*.proj_gallery_slider .swiper-slide:before{
    content: "01";
    font-size: 20px;
    color: #ce8b3c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
    border-bottom: 1px solid #ce8b3c;
}*/
img.desk_img {
    display: block;
}
img.mobi_img {
    display: none;
}

.proj_gallery_slider .swiper-pagination {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proj_gallery_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    /*border: 2px solid #000;*/
    opacity: 1;
}
.proj_gallery_slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #ce8b3c;
}

/*Project Video style*/
#project_videos {

}
#project_videos .container {

}
#project_videos .container .sec_heading2 {
    /*opacity: 0;*/
    margin-top: -60px;    
}
.section.active#project_videos .container .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;     
}
#project_videos .container p.para_head {
    /*opacity: 0;*/
    text-align: center;
}
.section.active#project_videos .container p.para_head.show_animate {
    animation: show_animate .5s linear forwards;     
}

.project_videos_wrap {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}
.videos_svg {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48%;
    height: 100%;
}
.videos_svg .st0 {
    fill: none;
    stroke-width:2px; 
    animation: path_draw2 5s forwards;
    animation-delay: 4.2s;
}
.project_videos_container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.proj_video_slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    animation: text_visible .5s linear forwards;
    animation-delay: 6s;
    /*opacity: 0;*/
}

.vdslide1 {
    width: 45%;
    /*height: 90%;*/
    margin: 0 auto;
}

.proj_video_slider .swiper-slide {
    pointer-events: none;
}
.proj_video_slider .swiper-slide.swiper-slide-active {
    pointer-events: all;
}
.proj_video_slider .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/webp/ico_play.webp) no-repeat center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    pointer-events: none;
    z-index: 1;
}


.proj_video_slider .swiper-pagination {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.proj_video_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    /*border: 2px solid #000;*/
    opacity: 1;
}
.proj_video_slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #ce8b3c;
}



.vdo-box{
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;

}
.video_txt {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
    /*border-bottom: 1px solid #ffff;*/
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    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
}

/*Contact us style*/
#contactus_wrap {

}
#contactus_wrap .container > .sec_heading2 {
    opacity: 1; 
    margin-top: -60px;    
}

.contactus_content_wrap {
    /*padding: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;*/
}
.contact_cell_wrap {
    padding: 60px 40px 40px 40px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.contact_cell {
    width: 30%;
    padding: 0 2%;
    position: relative;
    margin-top: 6%;
}
.contact_cell_svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}
.contact_cell_svg .st0 {
    fill: none;
    stroke-width:2px; 
    animation: path_draw2 2s forwards;
}
.contact_cell .sec_heading2 {
    /*opacity: 0; */
    font-size: 18px;    
}
.section.active .contact_cell .sec_heading2.show_animate {
    animation: show_animate .5s linear forwards;
    animation-delay: 1.2s;     
}
.contact_cell p {
    /*opacity: 0;*/
    padding: 0 20px;
}
.contact_cell p a {
    color: #cc9750;
    /* text-decoration: none; */
}
.section.active .contact_cell p.show_animate {
    animation: show_animate .5s linear forwards;
}
.contact_cell .top_svg_animate .st0 {
    animation-delay: 1s;
}
.contact_cell .btm_svg_animate .st0 {
    animation-delay: 1s;
}


/*Footer style*/
#site_footer {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 0 60px 0;
}
/*#site_footer .site_heading2 {
	text-align: center;
}*/
#site_footer p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 10px 0;
}
#site_footer p > a {
    color: #fff;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#site_footer p > a:hover {
    color: #d7df21;
}

/*Enquire now style*/
#fixed_form_wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	animation-delay: 1s;
}
.form_container {
	background-color: rgba(245,222,179,0.8);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    padding: 10px 0 35px 0;
    max-width: none;
}
.form_close {
	display: none;
}
.site_heading5 {
	font-family: 'FuturaStd-Book';
    font-size: 19px;
    line-height: 24px;
	color: #000;
}
#frmContactus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}
.fieldwrapper {
    width: 100%;
    margin: 0 10px;
}

.fieldwrapper input, .fieldwrapper select {
	font-family: 'FuturaStd-Book';
    width: 90%;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000;
    height: 40px;
    padding: 0 0 0 20px;
    outline: 0;
}

.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;
    width: 100%;
}
.fieldwrapper.form-cta-btn a {
    text-align: center;
    font-family: 'FuturaStd-Medium';
    padding: 0;
    margin: 0 0 0 10px;
    border: none;
    background-color: #cc9750;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    max-width: 120px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fieldwrapper.form-cta-btn a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
/*.fieldwrapper.form-cta-btn a:after {
	content: "\f178";
	font-family: 'FontAwesome';
	color: #000;
    margin-left: 10px;
}
*/
.fieldwrapper.form-cta-btn a:hover {
    color: #6b6a68;
}
.fieldwrapper.form-cta-btn a:hover:after {
	color: #6b6a68;
}

/*.fieldwrapper.form-cta-btn a:hover {
    background-color: #4a4a4a;
}*/

.fieldwrapper > input[type=number]::-webkit-inner-spin-button, 
.fieldwrapper > input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
::-webkit-input-placeholder { /* Chrome */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}
/*.thankyou-msg {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}
span#errcontainer {
    display: block;
    width: 100%;
    padding: 5px 0 20px;
    text-align: center;
    color: #ff0000;
}*/

.homeally_dwnld_checklist {
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.homeally_dwnld_checklist input {
    background-image: url(https://www.godrejproperties.com/images/homeally_checkbox.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    width: 20px;
    height: 16px;
    border: none;
    margin-right: 10px;
    margin-top: 3px;
    display: block;
}
.homeally_dwnld_checklist input:checked {
    background-image: url(https://www.godrejproperties.com/images/homeally_checkbox_checked.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.homeally_dwnld_checklist span {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
/*@media screen and (max-width: 767px) {
.homeally_dwnld_checklist span {
  color: #000;
}
}*/

.mobi_form_btn {
	display: none;
}

#fixed_form_wrap.submitpopup {
    visibility: visible;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.submitpopup .form_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 5px;
    padding: 10px 10px;
    max-width: 300px;
    text-align: center;
}
.submitpopup #frmContactus {
    flex-direction: column;
    width: 90%;
}
.submitpopup .fieldwrapper {
    margin: 10px auto;
}
.submitpopup .fieldwrapper.form-cta-btn a {
    max-width: none;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 10px 10px;
}
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 25px;
    vertical-align: middle;
}

#fixed_form_wrap.active2 {
    visibility: visible;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#fixed_form_wrap.active2 .form_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 5px;
    padding: 10px 0;
    max-width: 300px;
    width: 100%;
}
#fixed_form_wrap.active2 .form_close {
    display: block;
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}

#fixed_form_wrap.active2 #frmContactus {
    flex-direction: column;
    width: 90%;
}
#fixed_form_wrap.active2 .fieldwrapper {
    margin: 10px 10px;
}

#fixed_form_wrap.active2 .fieldwrapper input, .fieldwrapper select {
    width: 100%;
}

#fixed_form_wrap.active2 .fieldwrapper select {
    width: 100%;
}
#fixed_form_wrap.active2 .homeally_dwnld_checklist {
    display: flex;
    position: static;
    width: auto;
    text-align: left;
}
#fixed_form_wrap.active2 .homeally_dwnld_checklist input {
    width: 60px;
}
.form_offer_txt {
    display: none;
    text-align: center;
    padding: 5px;
}
#fixed_form_wrap.active2 .form_offer_txt {
    display: block;
}


/* Offer popup start */
.offer-popup-wrp{
    display: none;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.offer-popup-wrp.offer-popup-active{
    display: flex;
}
.offer-popup-overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
}
.offer-popup-wrp .content-wrp {
    width: 40%;
    background-color: rgba(245,222,179,0.8);
    flex-direction: column;
    border-radius: 5px;
    padding: 40px 10px 30px;
    position: relative;
}
.offer-popup-wrp .offer-popup-text {
    font-size: 2vw;
    line-height: normal;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 0;
}
.offer-popup-wrp .close-btn{
    position: absolute;
    right: 8px;
    top: 4px;
    color: #000;
    font-size: 1.6vw;
    font-weight: 800;
    cursor: pointer;
}
@media only screen and (max-width : 767px){
    .offer-popup-wrp .content-wrp {
        width: 90%;
        padding: 30px 10px 20px;
    }
    .offer-popup-wrp .offer-popup-text {
        font-size: 4.8vw;
    }
    .offer-popup-wrp .close-btn{
        font-size: 20px;
    }
}
/* Offer popup end */
@media only screen and (max-width: 1023px) {
img.desk_img {
    display: none;
}
img.mobi_img {
    display: block;
}    
p {
    font-size: 12px;
    line-height: 15px;
}
.sec_heading2 {
	font-size: 16px;
	line-height: 20px;
}
/*.container {
	width: 90%;
}*/

/*header style*/

.project_logo {
    width: 40%;
}
.brand_logo {
    width: 40%;
    top: 2%;
}
#site_header {
    top: 40%;
    height: 80%;
    margin-top: 10%;
}
#site_header.active:before, #site_header.active:after {
    display: none;
}
.termncondi {
    height: 100vh;
    background-color: #f0f0e6;
}

.termncondi .legacy_content_wrap {
    width: 90%;
}
/*Loader animation style*/
.gate_animation:before {
    animation: left_gate_slide 3s linear forwards;
    animation-delay: 5.2s;
}
.gate_animation:after {
    animation: right_gate_slide 3s linear forwards;
    animation-delay: 5.2s;
}
.left_gate {
    width: 50%;
}
.right_gate {
    width: 50%;
}
.loader_logo {
    width: 30%;
}
.loader_text {
    font-size: 20px;
}
#home_theme_load .banner_head1 {
    top: 27%;
}

/*Home page style*/


.banner_content {
    margin-left: auto;
    padding: 0 15px;
    background-color: rgba(255,255,255,.6);
    max-width: none;
}
.banner_head {
    font-size: 18px;
}
.main_banner_slider .slide_01 .desk_banner {
    display: none;
}
.main_banner_slider .slide_01 .mobi_banner {
    display: block;
    background-position: center top;
    height: auto;
}
/*about us page style*/
.container_wrap {
    flex-direction: column;
}
.about_content_wrap {
    padding: 80px 20px 20px;
    width: 100%;
}
.about_img_slider {
    width: 100%;
    height: 82vh;
}
.about_img_slider .swiper-slide {
    transform: scale(1);
    transition: all 0s ease-in-out;
    background-size: 100%;
}
.about_img_slider .slide_01 {
    background-image: url(../images/webp/mobi_aboutus_img01.webp);
}
.about_img_slider.edit_room_slider .slide_01 {
    background-image: url(../images/webp/mobi_edit_room_img01.webp);
}
.top_svg_animate, .btm_svg_animate {
    width: 50%;
}
/*The Legacy page style*/
.legacy_content_wrap {
    padding: 80px 20px 20px;
    width: 100%;
    /*order: 2;*/
}
.legacy_right_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 44px;
}
#backgroundvid1 {
    display: none;
}
#backgroundvid2 {
    display: block;
    height: auto;
}
/*project highlights page style*/
.project_highlights_content_wrap {
    flex-direction: column;
}
.project_highlights_content {
    width: 100%;
    margin: 0 auto;
    order: 2;
}
#project_highlights .container .sec_heading2 {
    margin-top: 80px;
}
.project_highlights_left .proj_highlights_slider {
    width: 100%;
}

.project_highlights_right {
    width: 100%;
    margin-bottom: 30px;
}

.highlights_right_svg {
    top: -44px;
    width: 90%;
}

.proj_highlights_slider {
    width: 100%;
}
.proj_highlights_slider .imgslide {
    width: 80%;
}

.proj_highlights_slider .imgslide .desk_img {
    display: none;
}
.proj_highlights_slider .imgslide .mobi_img {
    display: block;
}
.highlights_svg_desk {
    display: none;
}
.highlights_svg_mobi {
    display: block;
}
/*project amenities page style*/
.project_amenities_content_wrap {
    flex-direction: column;
    padding: 10px 0;

}
.project_amenities_content {
    width: 100%;
    margin: 0 auto;
    order: 2;
}
.project_amenities_left .proj_amenities_slider {
    width: 100%;
}
.project_amenities_right {
    width: 100%;
    margin-bottom: 50px;
}
.amenities_right_svg {
    top: -15px;
}

/*project location page style*/
.project_location_content_wrap {
    flex-direction: column;
    padding: 30px 0 90px;

}
.project_location_content {
    width: 100%;
    margin: 0 auto;
    min-height: 550px;
}
.project_location_left {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#project_location .container .sec_heading2 {
    margin-top: 80px;
}
.project_location_right {
    width: 100%;
    order: 2;
}
.location_right_svg {
    top: -17px;
}


/*Project Gallery style*/
#project_gallery .container .sec_heading2 {
    margin-top: 80px;
}
.project_gallery_wrap {
    width: 100%;
    padding: 30px 0;
}
.gallery_svg {
    position: absolute;
    top: -18px;
    width: 90%;
}
.proj_gallery_slider {
    width: 94%;
}
.proj_gallery_slider .imgslide {
    width: 85%;
    margin: 30px auto;
}

/* Project Video style*/
#project_videos .container .sec_heading2 {
    margin-top: 0px;
}
.project_videos_container {
    padding: 50px 0;   
}
.proj_video_slider {
    width: 96%;
}
.vdslide1 {
    width: 90%;
}
.videos_svg {
    width: 96%;
    top: 0;
}
.vdo-box .vdo-mask {
    top: 0
}
.vdo-lightbox {
    top: 12%;
    left: 0;
    width: 90%;
    height: 80%;
    right: 0;
    margin: 0 auto;
}

/*Contact us style*/

#contactus_wrap .container > .sec_heading2 {
    margin-top: 90px;    
}

.contact_cell_wrap {
    flex-direction: column;
    padding: 60px 0 20px 0;
}
.contact_cell {
    width: 100%;
    margin-bottom: 40%;
    min-height: 280px;
    padding: 0 5%;
}


.contact_cell .sec_heading2 {
    font-size: 14px;    
}

/*Enquire now style*/
#fixed_form_wrap {
	visibility: hidden;
	height: 0;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#fixed_form_wrap.active {
	visibility: visible;
	height: 100%;
}
.form_container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
    flex-direction: column;
    border-radius: 5px;
    padding: 10px 0;
}
.form_close {
    display: block;
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}

#frmContactus {
    flex-direction: column;
    width: 90%;
}
.fieldwrapper {
    margin: 10px 10px;
}

.fieldwrapper input, .fieldwrapper select {
    width: 100%;
}

.fieldwrapper select {
    width: 100%;
}
/*.fieldwrapper.form-cta-btn {
    background-color: #000;
    color: #fff;
}
.fieldwrapper.form-cta-btn a {
    color: #fff;
}
.fieldwrapper.form-cta-btn a:after {
	color: #fff;
}*/
.homeally_dwnld_checklist {
    display: flex;
    position: static;
    width: auto;
    text-align: left;
}
.homeally_dwnld_checklist input {
    width: 60px;
}
.mobi_form_btn {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: 'FuturaStd-Medium';
	font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    background-color: #f5deb3;
    color: #ce8b3c;
    letter-spacing: 1px;
    z-index: 1;
}
.form_offer_txt {
    display: block;
}
}

@media only screen and (max-width: 374px) {
.project_location_content {
    min-height: 460px;
}
.contact_cell {
    min-height: 230px;
}
.project_location_left {
    height: 350px;
}
}