    @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: #000;
        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 !important; */
        width: 100%;
    }
    
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1rem 0;
        z-index: 100;
        visibility: visible;
    }
    
    .header_hide header {
        visibility: hidden;
    }
    
    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .brand_logo {
        max-width: 172px;
        width: 10%;
        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;
    }
    
    .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;
}*/
    input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
    .site_nav {}
    
    .site_nav ul {
        display: flex;
    }
    
    .site_nav ul li a {
        display: block;
        font-family: 'Avenir-Heavy';
        color: #fff;
        -webkit-text-shadow: 0 0 5px #000;
        -ms-text-shadow: 0 0 5px #000;
        text-shadow: 0 0 5px #000;
        font-size: 12px;
        line-height: 15px;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 50px;
        padding: 10px 0;
    }
    
    .site_nav ul li a:hover,
    .site_nav ul li a.active {
        color: #dd9773;
    }
    
    .burger {
        display: none;
    }
    
    .menuTxt {
        cursor: pointer;
        display: block;
        font-family: 'Avenir-Heavy';
        color: #dd9773;
        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: #dd9773;
        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/black.png") center repeat;
        position: absolute;
        top: 0;
    }
    
    .active .masks {
        -webkit-mask: url("../images/mask-sprite.png");
        mask: url("../images/mask-sprite.png");
        -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/bg_slide_3.jpg?v=1");
    }
    /*.slide_2 .img-wrp-mask {
    background-image: url("../images/leaf_1.png");
    background-position: 200px;
}*/
    
    .slide_5 .img-wrp {
        background-image: url("../images/bg_slide_5.jpg?v=1");
    }
    /*.slide_3 .img-wrp-mask {
    background-image: url("../images/leaf_1.png");
    background-position: 200px;
}*/
    /*.slide_4 .img-wrp{
    background-image: url("../images/bg_slide_4.jpg?v=1");
}*/
    /*.slide_6 .img-wrp{
    background-image: url("../images/bg_slide_6.jpg?v=1");
}*/
    /*.slide_4 .img-wrp-mask {
    background-image: url("../images/leaf_1.png");
    background-position: 200px;
}*/
    /*.slide_5 .img-wrp{
    background-image: url("../images/bg_slide_5.jpg?v=1");
}*/
    /*.slide_5 .img-wrp-mask {
    background-image: url("../images/leaf_1.png");
    background-position: 200px;
}*/
    /*.slide_6 .img-wrp{
    background-image: url("../images/bg_slide_5.jpg?v=1");
}*/
    /*.slide_6 .img-wrp-mask {
    background-image: url("../images/leaf_1.png");
    background-position: 200px;
}*/
    
    .slide_11 .img-wrp {
        background-image: url("../images/bg_slide_10.jpg?v=1");
    }
    /*.slide_7 .img-wrp-mask {
    background-image: url("../images/leaf_1.png");
    background-position: 200px;
}*/
    /*.slide_8 .img-wrp-mask {
    background-image: url("../images/leaf_1.png");
}*/
    
    .slide_12 .container {
        position: relative;
        z-index: 6;
    }
    
    .slide_12 {
        background: #000;
    }
    
    .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 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*margin-top: -64px;*/
    }
    
    .desk-img {
        display: block;
        height: 100vh;
    }
    
    .mobi-img {
        display: none;
    }
    
    .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);
    }
    
    .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-size: 2.5rem;
        margin: 1rem 0 2rem 0;
    }
    /*.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);
    }
    
    .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: #db9363;
        margin-bottom: 1rem;
    }
    
    .title2 {
        color: #db9363;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .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: #fff;
    }
    
    .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/highlights_slider_01.jpg?v=1");
    }
    
    #highlights_slider .swiper_slide_02 .img-wrp {
        background-image: url("../images/highlights_slider_02.jpg?v=1");
    }
    
    #highlights_slider .swiper_slide_03 .img-wrp {
        background-image: url("../images/highlights_slider_03.jpg?v=1");
    }
    
    #highlights_slider .swiper_slide_04 .img-wrp {
        background-image: url("../images/highlights_slider_04.jpg?v=1");
    }
    
    #highlights_slider .swiper_slide_05 .img-wrp {
        background-image: url("../images/highlights_slider_05.jpg?v=1");
    }
    
    #highlights_slider .swiper_slide_06 .img-wrp {
        background-image: url("../images/highlights_slider_06.jpg?v=1");
    }
    /*.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/ame_slider_01.jpg?v=1");
    }
    
    #ame_slider .swiper_slide_02 .img-wrp {
        background-image: url("../images/ame_slider_02.jpg?v=1");
    }
    
    #ame_slider .swiper_slide_03 .img-wrp {
        background-image: url("../images/ame_slider_03.jpg?v=1");
    }
    
    #ame_slider .swiper_slide_04 .img-wrp {
        background-image: url("../images/ame_slider_04.jpg?v=1");
    }
    
    .arrowIcons {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 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;
    }

.exploreSubmit {
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

    
    .eq_panel .exploreNow {
    font-size: 2rem;
    opacity: 0.7;
    margin: 0rem auto 0;
    width: auto;
    color: #dd9773;
    font-family: 'Avenir-Heavy';
    text-transform: uppercase;
    /* display: flex; */
    /* align-items: center; */
    border-bottom: none;
}
    }
    
    .eq_panel p {
        color: #746b65;
        font-size: 18px;
    }
    
    .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 rgba(255, 255, 255, 0.2);
        font-size: 16px;
        resize: none;
        color: #746b65;
    }
    
    .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: #000;
    }
    
    .form_control.text_control textarea {
        width: 100%;
    }
    
    .exploreNow {
        color: #dd9773;
        font-family: 'Avenir-Heavy';
        text-transform: uppercase;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
    }
    
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #746b65;
    }
    
     ::-moz-placeholder {
        /* Firefox 19+ */
        color: #746b65;
    }
    
     :-ms-input-placeholder {
        /* IE 10+ */
        color: #746b65;
    }
    
     :-moz-placeholder {
        /* Firefox 18- */
        color: #746b65;
    }
    
    #fixed_form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    /*background-color: #dd9773;*/
    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: 18px;
    line-height: 24px;
    color: #000;
    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: #000;
    border-radius: 5px;
}
#fixed_form .eq_panel .form_control input#txt_mobile {
    padding: 5px 10px 5px 90px;
}
#fixed_form .eq_panel .form_control .intl-tel-input .selected-flag .iti-arrow {
        border-top: 7px 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: 0;
}
.form_control input.buttoncss {
    outline: none;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    color: #ffcebc;
    background: transparent;
    border: none;
    text-transform: uppercase;
    background-image: linear-gradient(-75deg, rgba(255, 255, 255, 0) 0%, #ffffff 366%);
    box-shadow: 0px 0px 1px #ffcebc;
    cursor: pointer;
    width: 30%;
    height: 38px;
}
#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 .form_control select option {
        color: #fff;
    }

    
    .containerprice {
        display: inline-table;
        width: 1200px;
        margin: 0 auto;
        padding: 200px;
    }
    
    @media only screen and (max-width: 1023px) {
        .down-scroll {
            display: none;
        }
        .fp-viewing-section1 .down-scroll {
            display: block;
        }
        .color_logo {
            display: none;
        }
        .white_logo {
            display: block;
        }
        .fp-viewing-section1 .color_logo {
            display: none;
        }
        .fp-viewing-section1 .white_logo {
            display: block;
        }
        .container {
            padding: 0 1rem;
        }
        .menu {
            order: 3;
        }
        .fp-viewing-section1 .menu {
            order: inherit;
        }
        .site_nav {
            position: fixed;
            right: -100%;
            top: 0;
            width: 80%;
            height: 100%;
            background-color: #000;
            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: #fff;
            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;
        }
        .fp-viewing-section1 .burger {
            display: none;
        }
        .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;
        }
        .menuTxt {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            color: #fff;
            background-color: #dd9773;
            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: 30%;
        }
        .fp-viewing-section1 .brand_logo {
            position: fixed;
            top: 12%;
            right: 0;
            left: 0;
            margin: 0 auto;
        }
        .brand_logo2 {
            width: 40%;
            margin-left: auto;
        }
        .fp-viewing-section1 .brand_logo2 {
            position: fixed;
            bottom: 20%;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .desk-img {
            display: none;
        }
        .mobi-img {
            display: block;
            height: 100vh;
            width: 100%;
        }
        #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;
            text-shadow: 1px 1px 2px #000;
        }
        .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;
        }
        .img-wrp {
            background-position: center top;
            left: 0;
            right: 0;
            margin: 0 auto
        }
        .slide_3 .img-wrp {
            background-image: url("../images/mobi_bg_slide_3.jpg?v=1");
        }
        .slide_5 .img-wrp {
            background-image: url("../images/mobi_bg_slide_5.jpg?v=1");
        }
        .slide_5 .about_txt {
            margin: 0 auto;
        }
        /*.slide_4 .img-wrp {
        background-image: url("../images/mobi_bg_slide_4.jpg?v=1");
    }
    .slide_6 .img-wrp {
        background-image: url("../images/mobi_bg_slide_6.jpg?v=1");
    }*/
        .slide_11 .img-wrp {
            background-image: url("../images/mobi_bg_slide_10.jpg?v=1");
            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/mobi_highlights_slider_01.jpg?v=1");
        }
        #highlights_slider .swiper_slide_02 .img-wrp {
            background-image: url("../images/mobi_highlights_slider_02.jpg?v=1");
        }
        #highlights_slider .swiper_slide_03 .img-wrp {
            background-image: url("../images/mobi_highlights_slider_03.jpg?v=1");
        }
        #highlights_slider .swiper_slide_04 .img-wrp {
            background-image: url("../images/mobi_highlights_slider_04.jpg?v=1");
        }
        #highlights_slider .swiper_slide_05 .img-wrp {
            background-image: url("../images/mobi_highlights_slider_05.jpg?v=1");
        }
        #highlights_slider .swiper_slide_06 .img-wrp {
            background-image: url("../images/mobi_highlights_slider_06.jpg?v=1");
        }
        .ame_slider_txt {
            align-items: center;
        }
        /*#ame_slider .img-wrp {
        left: 0;
    }*/
        #ame_slider .swiper_slide_01 .img-wrp {
            background-image: url("../images/mobi_ame_slider_01.jpg?v=1");
        }
        #ame_slider .swiper_slide_02 .img-wrp {
            background-image: url("../images/mobi_ame_slider_02.jpg?v=1");
        }
        #ame_slider .swiper_slide_03 .img-wrp {
            background-image: url("../images/mobi_ame_slider_03.jpg?v=1");
        }
        #ame_slider .swiper_slide_04 .img-wrp {
            background-image: url("../images/mobi_ame_slider_04.jpg?v=1");
        }
        .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;
        }
        .form_control {
            width: 100%;
        }
        .form_control input,
        .form_control select {
            padding: 0.5rem 0;
            min-height: 30px;
            font-size: 14px;
        }
        footer .container {
            flex-direction: column;
            text-align: center;
            padding-bottom: 2rem;
        }
        .copyright {
            padding-bottom: 1rem;
        }
        .footer_right {
            display: none;
        }
        #fixed_form {
            display: none;
        }
        /*.slide_1.fp-section.fp-table, .slide_1 .fp-tableCell {
        height: auto !important;
    }*/
        /*#s1ection2 .masks {
        -webkit-mask: url("../images/mask-sprite.png");
        mask: url("../images/mask-sprite.png");
        -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;
        }
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd;
    }
    
    th {
        font-family: 'Didot', serif;
        /* font-weight: normal; */
        text-transform: uppercase;
        font-weight: 800;
        color: #db9363;
        width: 50%;
    }
    
    th,
    td {
        text-align: center;
        padding: 8px;
    }
    
    tr:nth-child(even) {
        background-color: #fff;
        color: #000;
    }
    
    #main-pop .modal-header,
    #myModal1 .modal-header,
    #price-model .modal-header,
    #price-model1 .modal-header,
    #price-model2 .modal-header,
    #iam-model .modal-header,
    #broucher .modal-header {
        background: #272727;
        color: #fff;
    }
    
    .modal-header .close,
    #main-pop .close,
    #price-model .close,
    #price-model1 .close,
    #price-model2 .close,
    #broucher .close {
        color: #fff !important;
        opacity: 1 !important;
        margin-top: -25px;
    }
    
    .modal-content {
        position: relative;
        background-color: #000;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 0px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }
    
    @media only screen and (max-width: 768px) {
        .containerprice {
            display: unset;
            width: 100%;
            margin: unset;
            padding: 40px;
        }
        .exploreNow {
            color: #dd9773;
            font-family: 'Avenir-Heavy';
            text-transform: uppercase;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            margin-top: 25px;
        }
        .section.slide_1.section1{
            margin-top: -20px;
        }
    }
    
    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: #000;
    }
