    @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: 'Avenir-Heavy';
    src: url("../fonts/Avenir-Heavy.eot");
    src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Avenir-Heavy.svg") format("svg"), 
         url("../fonts/Avenir-Heavy.woff") format("woff"), 
         url("../fonts/Avenir-Heavy.ttf") format("truetype"),
         url("../fonts/Avenir-Heavy.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'AWConquerorDidot-Light';
    src: url("../fonts/AWConquerorDidot-Light.eot");
    src: url("../fonts/AWConquerorDidot-Light.eot?#iefix") format("embedded-opentype"),
         url("../fonts/AWConquerorDidot-Light.svg") format("svg"), 
         url("../fonts/AWConquerorDidot-Light.woff") format("woff"), 
         url("../fonts/AWConquerorDidot-Light.ttf") format("truetype"),
         url("../fonts/AWConquerorDidot-Light.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Didot';
    src: url("../fonts/Didot.eot");
    src: url("../fonts/Didot.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Didot.svg") format("svg"),
         url("../fonts/Didot.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #c17666;
    line-height: 1.25;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Didot', serif;
    font-weight: normal;
    text-transform: uppercase;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: rgba(255,255,255,0.3); !important;
    height: 6px !important;
    width: 6px !important;
}
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, 
.fp-slidesNav ul li:hover a.active span {
    background: #fff !important;
    margin: -6px 0 0 -2px !important;
}
.down-scroll {
    cursor: pointer;
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    z-index: 100;
}
.container {
    padding: 0 3rem;
}

#disc-bg {
    /*background: rgba(219, 147, 99, 0.8);*/
    background: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#disc-bg .content {
    background: #fff;
    border: 2px solid #c17666;
    border-radius: 10px;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 2%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    box-sizing: content-box;
}
.content-view {
    max-height: 320px;
    height: 100%;
    overflow: auto;
}
/*#disc-bg .content h2 {
    color: #fff;
    display: block;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px; letter-spacing:0px !important;
}
#disc-bg .content p {
    text-align: justify; 
    line-height:18px;
    color: #fff;
}*/
.agree-popup {
    background: #c17666;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    padding: 10px 15px;
    text-decoration: none; display:inline-block; margin-top:10px; letter-spacing:0px !important;
}

.fp-viewing-section10 #fixed_form {
    display: none;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    z-index: 100;
    visibility: visible;
}
.header_hide header {
    visibility: visible;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand_logo {
    max-width: 120px;
    width: 100%;
    margin: 0;
}
.logo img {
    width: 100%;
}
.color_logo {
    display: block;
}
.white_logo {
    display: none;
}

/*.fp-viewing-section1 .color_logo {
    display: none;
}
.fp-viewing-section1 .white_logo {
    display: block;
}*/

.fp-viewing-section1 header {
    filter: brightness(0) invert(1);
}

.gpl_log {
    max-width: 238px;
    width: 20%;
    margin: 0 0 0 20px;
}
.brand_logo2 {
    max-width: 238px;
    width: 13%;
}
.menu {
    display: flex;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*.fp-viewing-section1 .menu {
    opacity: 0;
}*/
.site_nav {

}
.site_nav ul {
    display: flex;
}
.site_nav ul li a {
    display: block;
    font-family: 'Avenir-Heavy';
    color: #000;
    -webkit-text-shadow: 0 0 2px #fff;
    -ms-text-shadow: 0 0 2px #fff;
    text-shadow: 0 0 2px #fff;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 25px;
    padding: 10px 0;
}
.site_nav ul li a:hover, .site_nav ul li a.active {
    color: #fff;
}
.burger {
    display: none;
}
.menuTxt {
    cursor: pointer;
    display: block;
    font-family: 'Avenir-Heavy';
    color: #000;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin-right: 50px;
    padding: 10px 0;
    position: relative;
    display: flex;
}
.menuTxt a {
    text-decoration: underline;
    color: #000;
    display: block;
}
.menuTxt a:hover {
    color: #fff;
}
.menuTxt:hover {
    color: #fff;
}
.menuTxt:after {
    content: "\f054";
    margin-left: 15px;
    font-family:"FontAwesome";
    /*font-size: 20px;*/
}
.menuTxt img {
    margin-left: 15px;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 0 1rem 0;
}
footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright {
    font-size: 0.8rem;
}
.footer_right {
    display: flex;
    align-items: center;
}
.follow {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    display: none;
}
.follow img {
    margin-left: 15px;
}
.footer_logo {
    display: flex;
    align-items: center;
    margin-left: 2rem;
}
.footer_logo img {
    width: 150px;
    filter: brightness(0) invert(1);
}
.section {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.img-wrp {
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0;
}
.slide_5 .img-wrp, .slide_9 .img-wrp {
    background-position: 80% 0;
}
.img-wrp-mask {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: cover;
}
@-webkit-keyframes mask-play {
    from {
        -webkit-mask-position: 0% 0;
        mask-position: 0% 0;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}
@keyframes mask-play {
    from {
        /*-webkit-mask-position: 0% 0;
        mask-position: 0% 0;*/
        opacity: 100%;
    }
    to {
        /*-webkit-mask-position: 100% 0;
        mask-position: 100% 0;*/
        opacity: 0;
    }
}
.masks {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/webp/black.webp") center repeat;
    position: absolute;
    top: 0;
}
.active .masks {
    -webkit-mask: url("../images/webp/mask-sprite.webp");
    mask: url("../images/webp/mask-sprite.webp");
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    /* -webkit-animation: mask-play 1.4s steps(22) forwards; */
    animation: mask-play 1.4s steps(22) forwards;
}
/*.slide_3 .img-wrp{
    background-image: url("../images/webp/bg_slide_3.webp");
}*/
/*.slide_2 .img-wrp-mask {
    background-image: url("../images/webp/leaf_1.webp");
    background-position: 200px;
}*/
/*.slide_5 .img-wrp{
    background-image: url("../images/webp/bg_slide_5.webp");
}*/
/*.slide_3 .img-wrp-mask {
    background-image: url("../images/webp/leaf_1.webp");
    background-position: 200px;
}*/
/*.slide_4 .img-wrp{
    background-image: url("../images/webp/bg_slide_4.webp");
}*/
/*.slide_6 .img-wrp{
    background-image: url("../images/webp/bg_slide_6.webp");
}*/
/*.slide_4 .img-wrp-mask {
    background-image: url("../images/webp/leaf_1.webp");
    background-position: 200px;
}*/
/*.slide_5 .img-wrp{
    background-image: url("../images/webp/bg_slide_5.webp");
}*/
/*.slide_5 .img-wrp-mask {
    background-image: url("../images/webp/leaf_1.webp");
    background-position: 200px;
}*/
/*.slide_6 .img-wrp{
    background-image: url("../images/webp/bg_slide_5.webp");
}*/
/*.slide_6 .img-wrp-mask {
    background-image: url("../images/webp/leaf_1.webp");
    background-position: 200px;
}*/
/*.slide_11 .img-wrp{
    background-image: url("../images/webp/bg_slide_10.webp");
}*/
/*.slide_7 .img-wrp-mask {
    background-image: url("../images/webp/leaf_1.webp");
    background-position: 200px;
}*/
/*.slide_8 .img-wrp-mask {
    background-image: url("../images/webp/leaf_1.webp");
}*/
.slide_12 .container {
    position: relative;
    z-index: 6;
}
.slide_12 {
    background: #c17666;
}
.slide_12 .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#s1ection1 .container {
    padding: 0;
    /*height: calc(100vh - 50px);*/
    height: 100vh;
}
#backgroundvid1, #backgroundvid2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*margin-top: -64px;*/
}
#s1ection1 .container img {
    width: 100%;
}
.desk-img {
        display: block;
        /*height: 100vh;*/
    }
    .mobi-img {
        display: none;
    }
.offer_logo {
    max-width: 200px;
    width: 100%;
    margin: 10px auto;
}

.banner_txt {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*margin-top: 8rem;*/
    text-shadow: 5px 5px 5px #000;
    position: relative;
    z-index: 4;
    /*transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s ease;
    transition-duration: 1.7s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.active .banner_txt {
    /*transform: translateY(0px);*/
    opacity: 1;
}
.home_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    width:60vw;
}
.banner_txt h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    text-transform: none;
    /*margin: 1rem 0 2rem 0;*/
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
}
.banner_txt h1 span {
    font-size: 2rem;
    font-weight: bold;
}
}

/*.about_txt .exploreNow {
    justify-content: center;
}*/
.exploreNow img {
    margin-left: 15px;
}
#fp-nav.fp-bottom {
    top: auto;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
}
#fp-nav.fp-bottom ul {
    display: flex;
}
#fp-nav.fp-bottom ul li a span, #fp-nav.fp-bottom ul li a.active span {
    background: #fff;
    height: 4px;
    width: 4px;
    margin: -2px 0 0 -2px;
}
#fp-nav.fp-bottom ul li a.active {
    opacity: 1;
}
#fp-nav.fp-bottom ul li a {
    opacity: 0.5;
}

.about_txt, .project_highlights_txt, .amenities_txt, .location_txt {
    margin-left: 5rem;
    position: relative;
    z-index: 4;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s ease;
    transition-duration: 1.7s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}
#s1ection3 .about_txt {
    width: 35%;
    margin-left: 1rem;
}
.about_txt {
    width: 30%;
}

#s1ection2 .about_txt, #s1ection4 .about_txt, 
#s1ection6 .project_highlights_txt, #s1ection8 .project_highlights_txt,
#s1ection10 .project_highlights_txt  {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#s1ection2 .title1, #s1ection4 .title1, #s1ection6 .title1, #s1ection8 .title1, #s1ection10 .title1  {
    font-size: 3rem;
    line-height: 3rem;
}

#s1ection6 .title1 span, #s1ection8 .title1 span , #s1ection10 .title1 span  {
    font-size: 2rem;
    line-height: 2.5rem;
}

.slide_5 .about_txt {
    margin: 0 3rem 0 0;
}

.active .about_txt, .active .project_highlights_txt, .active .amenities_txt, .active .location_txt {
    transform: translateY(0px);
    opacity: 1;
}

.slide_5 .container {
    display: flex;
    justify-content: flex-end;
}
.slide_6 .container {
    display: flex;
    justify-content: center;
}

.title1 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #c17666;
    margin-bottom: 1rem;
}
.title2 {
    color: #c17666;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.white_color {
    color: #fff;
}
.title1.white_color, .title2.white_color {
    color: #fff;
}

.slide_3 .title2 {
    font-size: 1.5rem;
}
/*.project_highlights_txt {
    margin: 0 auto;
    width: 100%;
    text-align: center;    
}*/
p.para_head {
    font-size: 20px;
}
p {
    font-size: 16px;
    color: #746b65;
    margin-bottom: 1rem;
}
.about_txt p {
    color: #746b65;
}
.project_highlights_txt .title1 span {
    display: block;
    font-size: 22px;
    color: #fff;
}
.project_highlights_txt .title2 span {
    color: #000;
}
.highlights_list {
    display: flex;
    list-style: disc;
    margin: 50px 0 0;
}
.highlights_list li {
    color: #846551;
    font-size: 12px;
    margin: 0 3% 0 1%;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 10px;
}
#highlights_slider .container {
    height: 100vh;
}
.highlights_slider_txt {
    height: 100%;
    width: 30%;
    display: flex;
    /*align-items: flex-start;*/
    justify-content: center;
    flex-direction: column;
    margin: 0 0 0 5rem;
}
/*#highlights_slider .swiper_slide_01 .img-wrp {
    background-image: url("../images/webp/highlights_slider_01.webp");
}
#highlights_slider .swiper_slide_02 .img-wrp {
    background-image: url("../images/webp/highlights_slider_02.webp");
}
#highlights_slider .swiper_slide_03 .img-wrp {
    background-image: url("../images/webp/highlights_slider_03.webp");
}
#highlights_slider .swiper_slide_04 .img-wrp {
    background-image: url("../images/webp/highlights_slider_04.webp");
}
#highlights_slider .swiper_slide_05 .img-wrp {
    background-image: url("../images/webp/highlights_slider_05.webp");
}
#highlights_slider .swiper_slide_06 .img-wrp {
    background-image: url("../images/webp/highlights_slider_06.webp");
}*/

/*.amenMainSlider {
    width: 500px;
    margin: 2rem 0 0 0;
    position: relative;
}*/
#ame_slider img {
    width: 110px;
}
/*#ame_slider .swiper_slide_01 .img-wrp {
    background-image: url("../images/webp/ame_slider_01.webp");
}
#ame_slider .swiper_slide_02 .img-wrp {
    background-image: url("../images/webp/ame_slider_02.webp");
}
#ame_slider .swiper_slide_03 .img-wrp {
    background-image: url("../images/webp/ame_slider_03.webp");
}
#ame_slider .swiper_slide_04 .img-wrp {
    background-image: url("../images/webp/ame_slider_04.webp");
}*/
.arrowIcons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.prev_icon {
    left: 4%;
}
.next_icon {
    right: 4%;
}
#ame_slider .arrowIcons img {
    width: 10px;
}
.project_highlights_dots, .amenities_dots {
    display: none;
}

#ame_slider .container {
    height: 100vh;
    display: flex;
    justify-content: flex-end;    
}
.ame_slider_txt {
    height: 100%;
    width: 30%;
    display: flex;
    /*align-items: flex-start;*/
    justify-content: center;
    flex-direction: column;
    margin: 0 3rem 0 0;
}
/*.ame_slider_txt .title1 {
    font-size: 3rem;
    line-height: 3.5rem;
}
.ame_slider_txt .title1 span {
    font-size: 35px;
    letter-spacing: 3px;
}
.ame_slider_txt .title2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(219,147,99,0.3);
}*/
.location_txt {
    width: 30%;
}
.slide_12 .eq_panel {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.eq_panel {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s ease;
    transition-duration: 1.7s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.active .eq_panel {
    transform: translateY(0px);
    opacity: 1;
}
.eq_panel .title1, .eq_panel .title2 {
    text-align: center;
}
#fixed_form .eq_panel p{
    display: none;
}
#fixed_form.active .eq_panel p{
    display: block;
    text-align: center !important;
}
.eq_panel .exploreNow {
    font-size: 1.5rem;
    opacity: 0.7;
    margin: 0 20px 0 0;
    width: auto;
    color: #fff;
    font-family: 'Avenir-Heavy';
    text-transform: uppercase;
    /* display: flex; */
    /* align-items: center; */
    border-bottom: none;
}
.eq_panel .exploreSubmit img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.exploreSubmit{
/*width: 30%;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.eq_panel p {
    color: #fff;
    font-size: 18px; 
    text-align: center;
}
.form_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_control {
    width: 48%;
    margin-top: 1rem;
}
.form_control.text_control {
    width: 100%;
}
.form_control input, .form_control select {
    background: transparent;
    padding: 1rem 0;
    font-family: 'Roboto';
    width: 100%;
    min-height: 50px;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    resize: none;
    color: #fff;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 13px;
}
.form_control select {
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, white 50%),
                        linear-gradient(135deg, white 50%, transparent 50%),
                        linear-gradient(to right, #fff, #fff);
      background-position: calc(100% - 20px) calc(1em + 2px),
                           calc(100% - 15px) calc(1em + 2px),
                           calc(100% - 2.5em) 0.5em;
      background-size: 5px 5px, 5px 5px, 0 0;
      background-repeat: no-repeat;
}
.form_control select option {
    color: #fff;
}
.form_control.text_control textarea {
    width: 100%;
}
.exploreNow {
    color: #c17666;
    font-family: 'Avenir-Heavy';
    text-transform: uppercase;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
.eq_panel .fieldwrapper.homeally_dwnld_checklist {
    border-color: #fff;
}
.eq_panel .fieldwrapper.homeally_dwnld_checklist span {
    color: #fff;
}
.eq_panel .intl-tel-input .selected-flag .iti-arrow {
    border-top-color: #fff;
}

#fixed_form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    /*border-radius: 10px;*/
    background-color: #a19d9b;
    /*background-color: rgba(255,255,255,0.5);*/
}
.fp-viewing-section12 #fixed_form {
    display: none;
}

#fixed_form .eq_panel {
    transform: translateY(0);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 0 5px 0;
}
#fixed_form .eq_panel .title1 {
    font-family: 'Avenir-Heavy';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
    width: 15%;
    text-align: left;
    padding-top: 0;
    letter-spacing: 2px;
    /* text-transform: none; */
}
#fixed_form .eq_panel form {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: space-between; */
    align-items: center;
}

#fixed_form .eq_panel .form_control {
    margin: 0 2%;
}
#fixed_form .eq_panel .form_control input, #fixed_form .eq_panel .form_control select {
    color: #fff;
    padding: 5px 10px;
    min-height: 40px;
    border-bottom: 0;
    text-transform: uppercase;
    background-color: transparent;
    /*border-radius: 5px;*/
    border-bottom: 1px solid #fff;
}
#fixed_form .eq_panel .exploreNow {
    background-color: #000;
    color: #ffffff;
    margin-top: 5px;
    font-size: 16px;
    /* width: 10%; */
    text-align: center;
    padding: 10px 10px;
    display: block;
    /* justify-content: center; */
    border-radius: 25px;
    border: none;
}
#fixed_form .eq_panel .exploreNow:hover {
    background-color: #fff;
    color: #000;   
}
#fixed_form .eq_panel .form_control input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
}
#fixed_form .eq_panel .form_control input::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
#fixed_form .eq_panel .form_control input:-ms-input-placeholder { /* IE 10+ */
color: #fff;
}
#fixed_form .eq_panel .form_control input:-moz-placeholder { /* Firefox 18- */
color: #fff;
}

#fixed_thankyou_msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 999;
}
#fixed_thankyou_msg .container {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 90%;
    padding: 20px;
    max-width: 550px;
    border-radius: 20px;
}

#fixed_thankyou_msg .eq_panel {
    transform: translateY(0);
    opacity: 1;
    text-align: center;
}

#fixed_thankyou_msg .eq_panel span {
    color: #000;
    font-size: 20px;
}
#fixed_form .error_cls_new {
    border: 2px solid red !important;
}
.error_cls_new {
    border-bottom: 1px solid red !important;
}


 #fixed_form .eq_panel .form_control input#txt_mobile {
/*    padding: 5px 10px 5px 90px;*/
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.close_btn {
    display: none;
}

#fixed_form.active {
    right: auto;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}
#fixed_form.active .container {
    max-width: 320px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;   
    background-color: #a19d9b;
    padding: 20px 20px;
}
#fixed_form.active .eq_panel {
    flex-direction: column;
}
#fixed_form.active .eq_panel form {
    flex-direction: column;
}
#fixed_form.active .eq_panel .close_btn {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0 0 10px;
    cursor: pointer;
}
#fixed_form.active .eq_panel  .title1 {
    width: 100%;
    text-align: center;
}
#fixed_form.active .eq_panel .form_control {
    margin: 2%;
    width: 100%;
}


@media only screen and (max-width: 1023px) {
    #disc-bg .content {
        width: 85%;
    }

    .down-scroll {
        display: none;
    }
    .fp-viewing-section1 .down-scroll {
        display: block;
    }
    
    .container {
        padding: 0 1rem;
    }
    .header_hide header {
        background-color: transparent;
    }
    .fp-viewing-section1 header {
        filter: none;
    }

    header {
        background-color: #fff;
    }
    /*.brand_logo, .burger, .brand_logo2  {
        -webkit-filter: invert(1);
        filter: invert(1);
    }*/
    .menu {
        order: 3;
    }  
       
    .site_nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 80%;
        height: 100%;
        background-color: #fff;
        padding: 40px 20px 20px;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .site_nav.opened {
        right: 0;
    }
    .burger {
        display: block;
        font-size: 25px;
        color: #000;
        margin-left: 20px;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: relative;
    }
    
    .close_menu {
        display: none;
    }
    .site_nav ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70%;
    }
    .site_nav.opened ul {

    }
    .site_nav ul li a {
        margin: 0 auto;
        -webkit-text-shadow: none;
        text-shadow: none;
        color: #000;
    }
    .site_nav ul li a:hover, .site_nav ul li a.active {
        color: #c17666;
    }
    .menuTxt {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #000;
        background-color: #a19d9b;
        justify-content: center;
        padding: 15px 0;
        display: block;
        text-align: center;
    }
    .menuTxt a {
        color: #fff;
        text-decoration: none;
    }
    .menuTxt:after {
        display: none;
    }
    .brand_logo {
        width: 40%;
    }
    
    .brand_logo2 {
        width: 40%;
        margin-left: auto;
    }
    

    .desk-img {
        display: none;
    }
    .mobi-img {
        display: block;
        /*height: 100vh;*/
    }
    #backgroundvid1 {
        object-fit: contain;
    }
    .title1 {
        font-size: 1.1rem;
        line-height: 1.1rem;
        margin-bottom: 0.5rem;
        text-shadow: 1px 1px 2px #000;
    }
    #s1ection2 .about_txt, #s1ection4 .about_txt, 
    #s1ection6 .project_highlights_txt, #s1ection8 .project_highlights_txt {
        justify-content: center;
    }

    #s1ection2 .title1, #s1ection4 .title1, #s1ection6 .title1, #s1ection8 .title1, #s1ection10 .title1  {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    #s1ection6 .title1 span, #s1ection8 .title1 span, #s1ection10 .title1 span  {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    /*.title1 br, .title2 br {
        display: none;
    }*/
    .project_highlights_txt .title1 span {
        font-size: 16px;
    }
    .title2 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        text-shadow: 1px 1px 2px #000;
    }
    .slide_3 .title2 {
        font-size: 1rem;
    }
    p.para_head {
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
    p {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }
    .about_txt {
        width: 100%;
    }
    .about_txt, .project_highlights_txt, .amenities_txt, .location_txt {
        margin: 0 auto;
        text-align: center;
    }

    .active .about_txt, .active .project_highlights_txt, .active .amenities_txt, .active .location_txt {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 100vh;
        padding-bottom: 80px;
    }

    .section10.active .project_highlights_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*height: 100vh;*/
        /*padding-bottom: 80px;*/
    }
    .img-wrp {
        background-position: center top;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    /*.slide_3 .img-wrp {
        background-image: url("../images/webp/mobi_bg_slide_3.webp");
    }*/
    /*.slide_5 .img-wrp {
        background-image: url("../images/webp/mobi_bg_slide_5.webp");
    }*/
    .slide_5 .about_txt {
        margin: 0 auto;
    }
    /*.slide_4 .img-wrp {
        background-image: url("../images/webp/mobi_bg_slide_4.webp");
    }
    .slide_6 .img-wrp {
        background-image: url("../images/webp/mobi_bg_slide_6.webp");
    }*/

    .banner_txt h1 {
        font-size: 1rem;
     }
     .banner_txt h1 span {
        font-size: 1.4rem;
    }
    .slide_11 .img-wrp {
        /*background-image: url("../images/webp/mobi_bg_slide_10.webp");*/
        background-position: 10% 0; 
    }
    .project_highlights_txt {
        width: 100%;
    }
    .highlights_slider_txt {
        width: 100%;
        align-items: center;
    }
    .highlights_list {
        flex-direction: column;
        list-style: none;
        margin: 20px 0 0;
    }
    .arrowIcons {
        display: none;
    }
    .project_highlights_dots, .amenities_dots {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        cursor: pointer;
        z-index: 1;
        margin: 0 auto;
        text-align: center;
    }
    /*.amenities_dots {
        position: absolute;
        bottom: 10%;
    }*/
    .project_highlights_dots .swiper-pagination-bullet, .amenities_dots .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: .5;
    }
    .project_highlights_dots .swiper-pagination-bullet-active,
    .amenities_dots .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }
    /*#highlights_slider .swiper_slide_01 .img-wrp {
        background-image: url("../images/webp/mobi_highlights_slider_01.webp");
    }
    #highlights_slider .swiper_slide_02 .img-wrp {
        background-image: url("../images/webp/mobi_highlights_slider_02.webp");
    }
    #highlights_slider .swiper_slide_03 .img-wrp {
        background-image: url("../images/webp/mobi_highlights_slider_03.webp");
    }
    #highlights_slider .swiper_slide_04 .img-wrp {
        background-image: url("../images/webp/mobi_highlights_slider_04.webp");
    }
    #highlights_slider .swiper_slide_05 .img-wrp {
        background-image: url("../images/webp/mobi_highlights_slider_05.webp");
    }
    #highlights_slider .swiper_slide_06 .img-wrp {
        background-image: url("../images/webp/mobi_highlights_slider_06.webp");
    }*/
    .ame_slider_txt {
        align-items: center;
    }
    /*#ame_slider .img-wrp {
        left: 0;
    }*/
    /*#ame_slider .swiper_slide_01 .img-wrp {
        background-image: url("../images/webp/mobi_ame_slider_01.webp");
    }
    #ame_slider .swiper_slide_02 .img-wrp {
        background-image: url("../images/webp/mobi_ame_slider_02.webp");
    }
    #ame_slider .swiper_slide_03 .img-wrp {
        background-image: url("../images/webp/mobi_ame_slider_03.webp");
    }
    #ame_slider .swiper_slide_04 .img-wrp {
        background-image: url("../images/webp/mobi_ame_slider_04.webp");
    }*/
    .ame_slider_txt .title1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .ame_slider_txt .title1 span {
        font-size: 20px;
    }
    .location_txt {
        width: 100%;
    }
    .eq_panel p {
        font-size: 14px;
        text-align: center;
    }
    .form_control {
        width: 100%;
    }
    .form_control input, .form_control select {
        padding: 0.5rem 0;
        min-height: 30px;
        font-size: 13px;
    }
    footer .container {
        flex-direction: column;
        text-align: center;
        padding-bottom: 2rem;
    }
    .copyright {
        padding-bottom: 1rem;
    }
    .footer_right {
        display: none;
    }
    #fixed_form {
        display: none;
    }
    #fixed_form.active {
        display: block;
    }
    /*.slide_1.fp-section.fp-table, .slide_1 .fp-tableCell {
        height: auto !important;
    }*/

    /*#s1ection2 .masks {
        -webkit-mask: url("../images/webp/mask-sprite.webp");
        mask: url("../images/webp/mask-sprite.webp");
        -webkit-mask-size: 2300% 100%;
        mask-size: 2300% 100%;
        /* -webkit-animation: mask-play 1.4s steps(22) forwards; */
        /*animation: mask-play 1.4s steps(22) forwards;
    }*/
    /*#backgroundvid1 {
        margin-top: 105px;
    }*/
    .header_hide header {
        visibility: visible;
    }
    .header_hide .brand_logo, .header_hide .site_nav, 
    .header_hide .burger, .header_hide .brand_logo2 {
        visibility: hidden;
    }
}
