*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Acumin-Variable';
    font-weight: normal;
}
@font-face {
    font-family: 'Acumin-Variable';
    src: url(../fonts/Acumin-Variable-Concept.ttf);
}
@font-face {
    font-family: 'Brushield';
    src: url(../fonts/Brushield.ttf);
}
@font-face {
    font-family: 'MYRIADPRO-IT';
    src: url(../fonts/MyriadPro-Light.otf);
}
@font-face {
    font-family: 'MYRIADPRO-SEMIBOLD';
    src: url(../fonts/MYRIADPRO-SEMIBOLD.OTF);
}
h1,h2,h3,h4,h5,h6,p,span,a,ul,li{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
html,body{
    overflow: hidden;
}
.container-fluid{
    padding-left: 100px;
    padding-right: 100px;
}
#menu{
    width: 100%;
    position: fixed;
    z-index: 9;
    padding: 30px 0;
}
#menu li{
    margin-right: 30px;
    position: relative;
}
#menu li:first-child::after{
    content: '';
    width: 1px;
    height: 70%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
#menu li:last-child{
    margin-right: 0;
}
.header_items i{
    color: #1f95d3;
    border: 3px solid #1f95d3;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.header_items h6{
    /*color: #76ba43;*/
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
}
.header_items h3{
    font-size: 27px;
    color: #fff
}
/* nav dot css */
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: rgba(0, 0, 0, 30%);
}
#fp-nav ul li, .fp-slidesNav ul li{
    height: 22px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span,
#fp-nav ul li a span:hover, .fp-slidesNav ul li a span:hover{
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1px solid #dddddd;
}
#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: #76ba43;
    width: 22px !important;
    height: 22px !important;
    margin: 0;
}
/* footer css */
footer{
    /* position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 9;
    width: 100%; */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5), transparent);
    padding: 15px 0 5px;
    z-index: 9999;
}

.copyright_box{
    width: 100%;
}
.copyright_box p{
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 9px rgba(0, 0, 0, 59%);
}
.section {
    width: 100%;
    height: 100vh;
}
#page1 {
    background: url(../images/section1-bg.webp) no-repeat;
    background-size: 100% 100%;
}
.pricing_box .booking_btn{
    width: 150px;
}
.art_taxt{
    font-family: 'Brushield';
    color: #fff;
    position: relative;
    top: 20px;
}
.art_taxt h2,
.art_taxt span,
.art_taxt h3{
    font-family: 'Brushield';
    line-height: 1;
}
.art_taxt h2{
    font-size: 130px;
}
.art_taxt h3{
    position: relative;
    top: -30px;
    left: 50px;
}
.art_taxt h3 + h2{
    position: relative;
    top: -48px;
    left: 23px;
}
.art_taxt h3:last-child{
    position: relative;
    top: -59px;
    left: 17px;
}
.art_taxt span,
.art_taxt h3{
    font-size: 50px;
}
.pricing_box{
    color: #fff;
}
.pricing_box h4{
    line-height: 1.5;
    font-weight: 700;
    font-size: 30px;
    width: auto;
    display: inline-block;
    text-align: center;
}
.welcome_box{
    padding: 15px 30px;
    background: url(../images/form_bg.webp) no-repeat;
    background-size: cover;
    border-radius: 25px;
    box-shadow: 0 0 51px rgba(0, 0, 0, 51%);
    border: 1px solid #161618;
    text-align: left;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: 30px;
    margin-top: 6rem;
}
.welcome_box h3{
    font-family: 'Brushield';
    font-size: 75px;
    line-height: 1;
}
.welcome_box p {
    font-size: 18px;
    position: absolute;
    bottom: -5px;
    left: 75px;
}
.welcome_box input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
}
.welcome_box input::placeholder{
    font-family: 'MYRIADPRO-IT';
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
}
.welcome_box button{
    outline: none;
    background: #ff0000;
    color: #fff;
    font-family: 'MYRIADPRO-SEMIBOLD';
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 30px;
    border: 2px solid #ff0000;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.welcome_box button:hover{
    outline: none;
    background: transparent;
    color: #000;
}
.selldof .title{
    display: none;
}
.art_living_box h2,
.art_living_box h2 > span{
    font-family: 'Brushield';
    font-size: 98px;
    color: #fff;
    line-height: 1;
}
.art_living_box h2 > span{
    display: block;
    margin-left: 60px;
    position: relative;
    top: -22px;
}
.welcome_text_box{
    overflow: hidden;
}
.welcome_text_box h2,
.welcome_text_box span{
    font-family: 'Brushield';
    font-size: 98px;
    color: #76ba43;
    line-height: 1;
}
.welcome_text_box span{
    display: block;
    font-size: 50px;
    position: relative;
    top: -10px;
    left: 50px;
}
#page2{
    background: url(../images/section2-bg.webp) no-repeat;
    background-size: cover;
    position: relative;
}
.developer_box{
    width: 100%;
    height: 100%;
}
.developer_box .img1{
    position: absolute;
    top: 37%;
    right: 24%;
    width: 100%;
    max-width: 275px;
    z-index: 2;
}
.video_box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#page3 {
    background: url(../images/section3-bg.webp) no-repeat;
    background-size: 100% 100%;
    /* padding: 6% 0 0 0; */
}
#page3 p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: justify;
}

#page4 {
    /* background: url(../images/section4-bg.webp) no-repeat; */
    background-size: cover;
    /* padding: 6% 0 0 0; */
}


.floor_bg{
    background: url(../images/section4-bg.webp) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.floor_bg2{
    background: url(../images/slider2.webp) no-repeat;
    background-size: cover;
}
.floor_bg3{
    background: url(../images/slider3.webp) no-repeat;
    background-size: cover; 
    background-position: center center;
}
.floor_bg4{
    background: url(../images/slider4.webp) no-repeat;
    background-size: cover; 
    background-position: center center;
}
.floor_bg5{
    background: url(../images/slider5.webp) no-repeat;
    background-size: cover; 
    background-position: center center;
}
.floor_bg6{
    background: url(../images/slider6.webp) no-repeat;
    background-size: cover; 
    background-position: center center;
}
.floor_bg7{
    background: url(../images/slider7.webp) no-repeat;
    background-size: cover; 
    background-position: center center;
}
.floor_bg8{
    background: url(../images/slider8.webp) no-repeat;
    background-size: cover; 
    background-position: center center;
}
.floor_bg4 .slider_img_box p,
.floor_bg5 .slider_img_box p,
.floor_bg6 .slider_img_box p {
    bottom: -16%;
}
.floor_bg4 .location_img,
.floor_bg5 .location_img,
.floor_bg6 .location_img{
    bottom: -20%;
}
/*.left-align .slider_text_box h2,*/
/*.left-align .slider_text_box p{*/
/*    left: 0;*/
/*}*/
.floor_plan_slider .owl-nav{
    /* position: absolute;
    z-index: 9999;
    margin-top: -130px;
    width: 7%;
    display: flex;
    justify-content: center; */
}
.my-arrow i,
.my-arrow i{
    color: #1d94d3 !important;
    font-size: 30px !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: 2px solid #1d94d3 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* background: rgba(255,255,255, 0.7); */
    transition: all .3s ease-in-out;
}
.my-arrow i:hover,
.my-arrow i:hover{
    color: #fff !important;
    background: #1d94d3 !important;
    opacity: 1 !important;
}
/* .floor_plan_slider .owl-prev{
    position: absolute;
    top: 74%;
    left: 13.34%;
}
.floor_plan_slider .owl-next{
    position: absolute;
    top: 74%;
    left: 14%;
} */

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    margin: 0;
}

.nav_arrow{
    position: absolute;
    bottom: 15%;
    right: 10%;
    width: 120px;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
.slider_text_box{
    color: #fff;
    position: relative;
}
.slider_img_box{
    position: relative;
}
.slider_img_box p{
    color: #fff;
    position: absolute;
    bottom: -40%;
}
.slider_text_box h2{
    position: absolute;
    /*right: 163px;*/
    left: 0;
    font-family: 'Brushield';
    font-size: 95px;
    top: 0;
}
.slider_text_box h2 + h2{
    top: 94px;
    /*right: 82px;*/
    left: 82px;
}
.slider_text_box p{
    position: absolute;
    /*right: 31px;*/
    left: 31px;
    top: 203px;
    font-size: 20px;
}
.slider_text_box .pricing_text{
    position: absolute;
    bottom: 0;
}
.location_img{
    position: absolute;
    bottom: -69%;
    width: 78px !important;
    right: 0;
} 
.floor_bg2 .slider_text_box h2 {
    right: 252px;
}
.floor_bg2 .slider_text_box h2 + h2 {
    top: 94px;
    right: 82px;
}
.floor_bg2 .slider_text_box p {
    position: absolute;
    right: 245px;
    top: 203px;
    font-size: 20px;
}
.slide.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInRight;
    animation-delay: 0.3s;
}
.slide.active p,
.slide.active h4,
.bg-welcome.active .art_living_box h2,
.bg-welcome.active .pricing_text h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInLeft;
    animation-delay: 0.2s;
}
.slide.active .slider_img_box,
.masterplan.active .masterplan_box p,
.last_section.active .about_group_left img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInLeft;
    animation-delay: 0.2s;
} 
.slide.active .slider_img_box .location_img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
} 
.dev_box.active .developer_box img,
.last_section.active .company_info{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInRight;
    animation-delay: 1s;
}
.last_section.active .devloper{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInRight;
    animation-delay: 1.5s;
}

@keyframes bounceInRight {
    0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}
.bg-welcome.active .welcome_text_box h2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInRight;
    animation-delay: 0.5s;
}
@keyframes bounceInLeft {
    0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	80% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes zoomIn {
    from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
.about_group_right {
    overflow: hidden;
}
.bg-welcome.active .welcome_text_box p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.8s;
}
.masterplan.active .masterplan_box img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0s;
}
@keyframes fadeInUp {
    0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}
.enquiry_holder{
    position: fixed;
    z-index: 9;
    bottom: 57px;
    right: 0;
    color: #fff;
    transition: all .6s ease-in-out;
}  
.enquiry-btn {
    background-color: #ff0000;
    color: white;
    border: none;
    display: inline-flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ff0000;
    transition: all .6s ease-in-out;
}

.enquiry-btn .icon {
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* margin-right: 10px; */
}

.enquiry-btn .icon i {
    color: #ff0000;
    font-size: 20px;
}
/* .enquiry_holder p{
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #ff0000;
    padding: 19px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .6s ease-in-out;
    z-index: -2;
    color: #fff;
} */
.enquiry_holder:hover p{
    left: 57px;
}
.enquiry_holder:hover{
    color: #fff
}
.form-control:focus{
    background-color: transparent;
    border-color: #000;
    box-shadow: none;
}
#home_enquiry .heading{
    font-size: 60px;
    color: #fff;
    padding-left: 50px;
    margin-bottom: 60px;
    font-family: 'Brushield';
    line-height: 1;
}
#home_enquiry .heading strong{
    font-size: 30px;
    position: absolute;
    left: 100px;
}
#home_enquiry .modal-body,
#home_enquiry .modal-header,
.modal-content{
    padding: 0;
    border: none;
    /* background: #4792ce; */
    border-radius: 20px;
}
.modal-header button {
    width: 30px;
    height: 30px;
    /* background: #ed1c24; */
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    border: 2px solid #fff;
    z-index: 9999;
}
.enquiry_popup_holder{
    background: #ed1c24;
    padding: 30px 15px 15px;
    border-radius: 10px;
} 
#home_enquiry .welcome_box{
    box-shadow: none;
    border: none;
}

/* page 5 css */
#page5{
    background: url(../images/slider8.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
.masterplan_box p{
    font-family: 'Acumin-Variable';
    font-weight: 400;
    color: #7e7e7e;
    font-size: 20px;
}

/* page 6 css */
#page6{
    background: url(../images/page6.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
.about_group_left img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto 15px;
    display: block;
}
.about_group_right p{
    font-size: 20px;
}
.logo-black{
    width: 100%;
    max-width: 200px;
}
.group-img{
    width: 100%;
    max-width: 300px;
}
.zion{
    width: 100%;
    max-width: 100px;
}
.fp-warning, .fp-watermark{
    display: none;
}

/* specifications css */
.specifications{
    background: url(../images/specification_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.specifications h3{
    color: #fff;
    font-size: 40px;
    font-family: 'Acumin-Variable';
    text-transform: uppercase;
}
.specifications ul{
    color: #fff;
    font-size: 13px;
    padding-left: 0;
    font-weight: 400;
}
.specifications ul li{
    margin-bottom: 12px;
    display: flex;
    gap: 15px;
    font-weight: 200;
}
.download-brochure,
.enquiry-button {
    position: fixed;
    right: -154px;
    top: 22%;
    transform: translateY(-50%);
    background-color: #4792ce;
    padding: 15px;
    cursor: pointer;
    border-bottom: 5px solid #86b854;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    z-index: 99;
    transition: all .3s ease-in-out;
}
.enquiry-button{
    top: 31.3%;
    right: -105px;
}
.download-brochure:hover,
.enquiry-button:hover{
    right: 0;
}

.download-brochure img,
.enquiry-button img {
    width: 30px;
    height: auto;
}
.enquiry_popup h3 {
    font-family: 'Brushield';
    font-size: 87px;
    line-height: 1;
}
.enquiry_popup p {
    font-size: 20px;
    position: relative;
    top: -15px;
    left: 75px;
}
.enquiry_popup .welcome_box{
    margin-top: 20px;
    box-shadow: 0 5px 20px -10px #000;
}
.btn_close{
    outline: none;
    background: #ff0000;
    color: #fff;
    font-family: 'MYRIADPRO-SEMIBOLD';
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 30px;
    border: 2px solid #ff0000;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.enquiry_popup .modal-header{
    padding: 0;
    border: none;
}
.enquiry_popup .modal-header img{
    width: 40px;
}
.mobile_sticky{
    position: fixed;
    bottom: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
}
.mobile_sticky li img{
    width: 20px
}
.sticky_list{
    height: 50px;
}
.sticky_list li{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.sticky_list li:first-child{
    width: 10%;
    background: #000;
}
.sticky_list li:first-child img{
    filter: brightness(0) invert(1);
    width: 20px;
}
.sticky_list li a{
    color: #fff;
}
.sticky_list li:nth-child(2){
    background: #4792ce;
}
.sticky_list li:nth-child(3){
    background: #86b854;
}
.sticky_list li:nth-child(3){
    background: #86b854;
}
.sticky_list li:nth-child(4){
    background: #ff0100;
}
.mobile_sticky p{
    font-size: 12px;
}
.slide_down{
    transform: translateY(65px);
    transition: all .3s ease-in-out;
}
.rotate-icon {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.igbc{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 100%;
    max-width: 120px;
}
.slider_text_box {
    position: relative;
    top: -110px;
}

#page4 .pricing_text{
    position: relative;
    bottom: -168px;
    left: 30px;
}
#page4 .floor_bg3 .pricing_text,
#page4 .floor_bg4 .pricing_text,
#page4 .floor_bg5 .pricing_text,
#page4 .floor_bg6 .pricing_text{
    position: relative;
    bottom: -198px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    width: 22px;
    height: 22px;
}

.welcome_box .thankyou button{
    outline: none;
    background: #ff0000;
    color: #fff;
    font-family: 'MYRIADPRO-SEMIBOLD';
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    padding: 7px 20px;
    border: 2px solid transparent;
    margin-top: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.welcome_box .thankyou button:hover{
    outline: none;
    background: transparent;
    color: #000;
    border: 2px solid #ff0000;
}