@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: 'CeraGodrejInterio-Medium';
    src: url('../fonts/CeraGodrejInterio-Medium.eot');
    src: url('../fonts/CeraGodrejInterio-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraGodrejInterio-Medium.woff2') format('woff2'),
        url('../fonts/CeraGodrejInterio-Medium.woff') format('woff'),
        url('../fonts/CeraGodrejInterio-Medium.ttf') format('truetype'),
        url('../fonts/CeraGodrejInterio-Medium.svg#CeraGodrejInterio-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

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

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

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

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

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




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

html {
    overflow-x: hidden;
}

body {
    background-color: #082640;
    color: #fff;
    font-family: 'Brother1816Printed-Regular';
}
h1 {
    font-family: 'Brother1816-Bold';
}
h2,h3,h4 {
    font-family: 'Brother1816-Bold';
}
.sec_heading2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    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: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    color: #fff;
}
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: 'Brother1816-Medium';
    padding: 5px 10px;
    margin: 0 0 0 10px;
    border: none;
    background-color: #fff;
    color: #082640;
    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: 12px;
    border-radius: 5px;
}

/*header style*/

.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: #fff;
    font-family: "Brother1816-Bold";
    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;*/
    background-color: #fff;
    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: #fff;
}*/

.desk_menu_btn .open_menu {
    cursor: pointer;    
    display: block;
    padding: 20px 20px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
    text-shadow: 0px 0px 5px #fff;
}
.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;
    color: #082640;
}
.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: #fff;
    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: #082640;
    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;
    height: 90%;
}
#site_header.active {
   opacity: 1;
   visibility: visible;
}

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

#site_header.active:before{
    width: 60%;
    left: 0;
    background-image: url(../images/webp/menubg_left_gate.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    right: 0;
    margin: 0 auto;
    opacity: 0.08;
}


/*.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 {
    display: none;
    position: fixed;
    top: 5%;
    right: 10%;
    /*max-width: 250px;
    width: 15%;*/
    margin: 0;
    z-index: 2;
}
.fp-viewing-home .project_logo {
    display: block;
    max-width: 200px;
    /*filter: brightness(0) invert(1);*/
    left: 5%;
    right: auto;

}
.fp-viewing-home #site_header, .fp-viewing-home .project_logo, .fp-viewing-home .desk_menu_btn {
    display: none;
}
.project_logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.project_logo a {
    font-size: 24px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
    font-family: 'Brother1816-Medium';
    text-shadow: 1px 1px 1px #000;
}
.project_logo a span {
    display: block;
    font-size: smaller;
}
.brand_logo {
    max-width: 181px;
    width: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.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: #082640;
    font-family: 'Brother1816-Bold';
    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: 'Brother1816Printed-Regular';
    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: #fff;
}
.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: 80%;
    padding: 30px 30px 100px;
    /*border: 3px solid #4d8ec8;*/
    position: relative;
}
/*.termncondi .legacy_content_wrap:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    background: url(../images/webp/location_pin.webp) no-repeat center center;
    background-size: 5%;
    z-index: 3;
    width: 100%;
    height: 100px;
}*/
.termncondi .legacy_content_wrap .top_svg_animate .st0 {
    animation-delay: 0s;
}
.termncondi .legacy_content_wrap .btm_svg_animate .st0 {
    animation-delay: 0s;
}
.termncondi .legacy_content_wrap h2 {
    /*background: url(../images/webp/motive-01.webp) no-repeat center top;*/
    /*background-size: 35%;*/
    padding: 20px 10px 20px;
}


/*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: 'Brother1816-Bold';

}
.banner_tagline{
    position: absolute;
    bottom: 12%;
    font-size: 20px;
    color: #fff;
    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: #fff;
    /*animation: main_gate_draw 4s linear forwards;*/
}

.right_gate svg .st0 {    
    fill: none;
    stroke-width: 5px;
    stroke: #fff;
    /*animation: main_gate_draw3 4s linear forwards;*/
}
.left_gate svg .st1, .right_gate svg .st1 {
     fill: none;
    stroke-width: 5px;
    stroke: #fff;
    /*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: "Brother1816-Bold";
}


/*Main content style*/
#site_main {
    background-color: #082640;
}


/*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);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.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.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/mobi_main_banner_slide_01.webp) no-repeat left top;
    background-size: cover;
    /*height: 100%;
    transition: all 20s ease-in-out;
    transform: scale(1.4);*/
}
.banner_content {
    background-color: #f7f8e8;
    padding: 20px;
    color: #3c4059;
    height: 100%;
    font-family: "HelveticaNeue-MediumExt";
    text-align: center;
    width: 50%;
    
}
.txt_row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.txt_row2 {
    padding: 40px 0 30px 0;
}
.txt_row2 h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'CeraGodrejInterio-Medium';
    font-weight: bold;
    color: #3c4059;
}
.txt_row3 {
    border-top: 1px solid #3c4059;
    border-bottom: 1px solid #3c4059;
    max-width: 370px;
    margin: 0 auto;
    padding: 50px 0 30px 0;
}
.txt_row3 h2 {
    font-family: 'CeraGodrejInterio-Medium';
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    color: #3c4059;
    position: relative;
    padding-bottom: 20px;
}
.txt_row3 h2:after {
    content: "";
    background-color: #3c4059;
    width: 150px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.txt_row3 h1 {
    font-family: 'CeraGodrejInterio-Medium';
    font-size: 34px;
    line-height: 40px;
    color: #3c4059;
    padding-top: 20px;
}
.txt_row4 {
    padding-top: 70px;
    
}
.banner_content .top_svg_animate .st0 {
    animation-delay: 6s;
}
.banner_content .btm_svg_animate .st0 {
    animation-delay: 7s;
}
.banner_head {
    font-family: "Brother1816-Bold";
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    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: #fff;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    text-shadow: 0 0 4px #000;
}
.banner_content p.price_point {
    width: 60%;
    margin-bottom: 80px;
    line-height: 46px;
    border: 2px solid #fff;   
    background-color: rgba(0,0,0,0.5);
}
.banner_content p.price_point span {
    display: block;
    border-bottom: 2px solid #fff;
}
.banner_content p strong{
    color: #fff;
}
.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;
}
/*.pin_with_concentric_circle {
    width: 400px;
    height: 400px;
    padding: 50px;
    border-radius: 50%;
    border: 3px solid #4d8ec8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.pin_with_concentric_circle:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    background: url(../images/webp/location_pin.webp) no-repeat center center;
    background-size: 15%;
    z-index: 3;
    width: 100%;
    height: 100px;
}*/
.legacy_right_wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    animation: text_visible .5s linear forwards;
    animation-delay: 4s;
    /*opacity: 0;*/
}

.legacy_img_slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    /*animation: text_visible .5s linear forwards;*/
    /*animation-delay: 4s;*/
}
.legacy_img_slider .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*transition: all 20s ease-in-out;*/
    /* transform: scale(1.4); */
}
    
.legacy_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;
}

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

.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: #082640;
}
.about_content_wrap {
    padding: 40px 40px 100px;
    width: 40%;
    text-align: center;
    height: 100vh;
    border: 3px solid #4d8ec8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_content_wrap h2 {
    /*background: url(../images/webp/motive-01.webp) no-repeat center top;*/
    /*background-size: 80%;*/
    padding: 20px 10px 20px;
}

.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: #fff;
    }
}
    
.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 .sec_heading2 {
    /*opacity: 0;     */
}

.about_content_wrap p {
    /*opacity: 0;*/
}






/*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: #fff;
    }
}

.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;
    border: 3px solid #4d8ec8;
}
.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: #fff;
}


@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: #fff;
}
.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: -20px;    
}
.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;
    background-color: #082640;
}
.project_location_content {
    width: 40%;
    margin: 0 auto;
    position: relative;
    /*background: url(../images/webp/animate_file.svg) no-repeat center top;
    background-size: cover;*/
    border: 3px solid #4d8ec8;
}
.location_left_svg {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project_location_left {
    padding: 65px 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: 60%;
    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:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    background: url(../images/webp/location_pin.webp) no-repeat center center;
    background-size: 10%;
    z-index: 3;
    width: 100%;
    height: 100px;
}*/
.proj_location_slider .swiper-slide {
    width: 100%;
    height: 100%;
    border: 3px solid #4d8ec8;
    max-width: 1048px;
    height: 400px;
}
.proj_location_slider .swiper-slide iframe{
    width: 100%;
    height: 100%;
    border: 3px solid #4d8ec8;
}


.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: #fff;
}

.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;
}
.proj_location_txt h2 {
    /*background: url(../images/webp/motive-01.webp) no-repeat center top;*/
    /*background-size: cover;*/
    padding: 20px 10px 20px;
}

.location_left_svg .st0, .location_right_svg .st0 {
    fill: none;
    stroke-width:2px; 
    animation: path_draw2 4s forwards;
    animation-delay: 4.1s;

}

/*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;
    border: 3px solid #4d8ec8;
}
/*.proj_gallery_slider .swiper-slide:before{
    content: "01";
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
    border-bottom: 1px solid #fff;
}*/
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: #fff;
}

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

.project_videos_wrap {
    margin-top: -40px;
}
.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;
    border: 3px solid #4d8ec8;
}

.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: 20px;
    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;*/
    border: 2px solid #fff ;
    opacity: 1;
}
.proj_video_slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #fff;
}



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

}
.vdo-box a {
    text-decoration: none;
}
.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: 40px 40px 40px 40px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.contact_cell {
    /*width: 40%;*/
    /*padding: 5%;*/
    position: relative;
    margin: 2% 5% 0;
}
.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: #fff;
    /* 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(146,158,154,1);
    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: 'Brother1816Printed-Regular';
    font-size: 19px;
    line-height: 24px;
    color: #fff;
}
#frmContactus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}
.fieldwrapper {
    width: 100%;
    margin: 0 10px;
}

.fieldwrapper input, .fieldwrapper select {
    font-family: 'Brother1816Printed-Regular';
    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: 'Brother1816-Medium';
    padding: 0;
    margin: 0 0 0 10px;
    border: none;
    background-color: #fff;
    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: #082640;
    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: #f3962c;
}
.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.png);
    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.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.homeally_dwnld_checklist span {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
/*@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_offer_text {
    display: block;
    }

.form_offer_text{
    display: none;
    padding: 5px;
    text-align: center;
}


#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: #fff;
    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;
}


/* 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(146,158,154,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;
}

.view360_tour {
    position: fixed;
    top: 20%;
    right: 0;
}
.view360_tour img {
    border-radius: 10px 0px 0px 10px;
}

@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: 14px;
    line-height: 18px;
}
.sec_heading2 {
    font-size: 16px;
    line-height: 20px;
}
/*.container {
    width: 90%;
}*/

/*header style*/

.project_logo, .fp-viewing-home .project_logo, .fp-viewing-location .project_logo {
    /*width: 40%;*/
    right: auto;
    left: 3%;
}

.fp-viewing-home #site_header, .fp-viewing-home .project_logo, .fp-viewing-home .desk_menu_btn {
    display: none;
}

.project_logo a {
    font-size: 15px;
    line-height: 18px;
}
.brand_logo {
    width: 40%;
    top: 0%;
}
#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 p {
    font-size: 14px;
    line-height: 18px;
}
.banner_content p.price_point {
    width: 95%;
    margin-bottom: 40px;
    line-height: 22px;  
}

.main_banner_slider .swiper-slide {
            background-color: #fff;
            height: auto;
        }
        .main_banner_slider .slide_01 .desk_banner {
            display: none;
        }
        .main_banner_slider .slide_01 .mobi_banner {
            display: block;
            background-position: center top;
            height: auto;
        }

        .main_banner_slider .slide_01 {
            flex-direction: column;
        }
        .img_wrap {
            width: 100%;
        }

    .banner_content {
width: 100%;
    padding: 0 10px;
    margin: 0 auto;
        }
.txt_row1 {
    position: absolute;
    top: 20px;
    font-size: 12px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
    .txt_row2 {
    position: absolute;
    top: 20px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    }
.txt_row2 h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 0 2px #000;
}
    .txt_row3 {
        max-width: 300px;
        margin-top: 20px;
    }
    .txt_row3 h2 {
font-size: 16px;
    line-height: 20px;
    }
    .txt_row3 h2:after {
        width: 50px;
    }
    .txt_row3 h1 {
font-size: 16px;
    line-height: 20px;
    }
    .txt_row4 {
        padding-top: 20px;
        
    }



/*.banner_content {*/
/*    margin-left: auto;*/
/*    padding: 0 15px;*/
/*    background-color: rgba(255,255,255,.6);*/
/*    max-width: none;*/
/*}*/
.banner_head {
    font-size: 18px;
}

/*about us page style*/
.container_wrap {
    flex-direction: column;
}
.about_content_wrap {
    padding: 20px 20px 20px;
    width: 100%;
    height: auto;
}
.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: 100px 20px 20px;
    width: 100%;
    /*order: 2;*/
}
/*.pin_with_concentric_circle {
    width: 330px;
    height: 330px;
    padding: 40px;
}*/

.legacy_right_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 44px;
}
#backgroundvid1 {
    display: none;
}
#backgroundvid2 {
    display: block;
    height: auto;
}

.legacy_img_slider .swiper-slide img.mobi_img {
    height: 100vh;
}

/*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: 10px;
}
.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: 10%;
}


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

.termncondi .legacy_content_wrap h2 {
    background-size: 100%;
    padding: 20px 10px 20px;
}

/*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: 'Brother1816-Medium';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    background-color: #4d8ec8;
    color: #fff;
    letter-spacing: 1px;
    z-index: 1;
}
.cta_btn {
    font-size: 12px;
    padding: 5px 10px;
}

.form_offer_text{
    display: block;
  
}


}

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

.error_msg{
  border: 2px solid red !important;
}