/* CSS Document */

/*.logo-change {
    content: url("../images/logo.png");
}*/

#header {
    background: #26282be0 !important;
}

#header .navbar-brand img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
    height: 60px;
}

.call-ham {
    display: flex;
    height: 100%;
    align-items: center;
    float: right;
    position: relative;
}

.hamburger {
    margin: 0px 0 0 50px;
}

.hamburger img {
    width: 100%;
    max-width: 30px;
}

.close1 {
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    z-index: 1000;
}

.side-content .navbar-nav {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0px;
}
button.btn.btn-lg.sidebtn{
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
    font-size: 13px;
    background: #00000047;
    color: #000;
}
/*========= Menu ============*/

#nav-icon3 {
    width: 30px;
    position: relative;
    margin: 0px 20px 0 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    height: 20px;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*========= Menu ============*/


.side-content .navbar-nav li.nav-item {
    margin: 0 30px;
}

.side-content .navbar-nav li.nav-item a {
    color: #fff;
    font-size: 16px;
    padding: 5px 7px;
}

.side-content .navbar-nav li.nav-item a:hover {
    padding-left: 15px;
    font-weight: 600;
}


.main_wrapper {
    position: relative;
}

/*
.contact-form-wrapper form.contact-form {
    z-index: 1000;
    position: fixed;
    bottom: 90px;
    right: 25px;
    box-shadow: 3px 3px 2px 1px #ccc;
    border-radius: 10px;display: none;
}
.contact-form a#par-click1{
    position: absolute;
    right: 12px;
    top: 2px;
    font-size: 21px;
    color: var(--mainColor);
}
.contact-form-wrapper .img-icon{
    position: fixed;
    bottom: 10px;
    z-index: 1000;
    right: 20px;
    background: var(--mainColor);
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
}
.contact-form-wrapper .img-icon img{width:40px;}
.contact-form {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
}




.contact-form textarea {
  resize: none;
}

.contact-form .form-input, .form-text-area {
    background-color: #f0f4f5;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--mainColor);
    margin-bottom: 20px;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: var(--mainColor);
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: var(--mainColor);
}

*/

/*=========POP Up =============*/
.sidebar-contact {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 280px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 100;
}

.sidebar-contact.active {
    right: -280px;
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
    font-size: 13px;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: var(--mainColor);
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.toggle {
    position: absolute;
    height: 38px;
    width: 140px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    top: 150px;
    left: -89px;
    line-height: 17px;
    background: var(--mainColor);
    padding: 11px 6px 9px;
    color: #fff;
    transform: rotate(270deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: rotate(270deg);
}

.scroll h3 {
    text-align: center;
    color: var(--mainColor);
    margin-bottom: 17px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.sidebar.toggle i {
    margin-right: 3px;
}


/*=========POP Up End =============*/

.content_new {
    position: absolute;
    bottom: 10px;
    background: rgb(255 255 255 / 85%);
    padding: 20px;
    border-top-right-radius: 25px;
    left: 20px;
}

.content_new h6.location {
    color: #000;
    font-weight: 600;
}

.content_new h4.price {
    font-size: 18px;
    color: var(--mainColor);
    font-weight: 600;
}

.content_new h5.amenity {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.content_new h3.call {
    font-size: 18px;
}

.content_new h3.call a {
    text-decoration: none;
    color: var(--mainColor);
}

.slider .swiper-slide h4 {
    color: #fff;
    font-size: 20px;
}

.slider .swiper-slide h5 {
    color: #fff;
    font-size: 18px;
}

.floor-plans .slider .swiper-slide h5 {
    color: #000;
    font-size: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    color: var(--mainColor);
    font-weight: 600;
    text-decoration: none;
}

.floor-plans .slider .swiper-slide h5:hover {
    text-decoration: none;
}

.recent-gallery ul.rec_des {
    display: flex;
    padding-left: 0;
}

.recent-gallery ul.rec_des li {
    display: inline-flex;
    width: 32%;
    padding: 8px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid var(--mainColor);
}

.recent-gallery p {
    font-size: 14px;
    padding-right: 12%;
}

.recent-gallery ul.rec_des li:first-child {
    margin-right: 5px;
}

.recent-gallery ul.rec_des li:last-child {
    margin-left: 5px;
}

.property-plans {}

.property-plans ul {
    padding-left: 15px;
    font-size: 18px;
    list-style-type: none;
}

.shop-slider ul {
    padding-left: 15px;
    list-style-type: none;
    margin-bottom: 20px;
}

.property-plans ul li {}

.property-plans ul li img {
    max-width: 12px;
    margin-right: 5px;
}

.shop-slider ul li img {
    max-width: 12px;
    margin-right: 5px;
}

/*===========Home page slider css ====================*/
.wrap {
    position: absolute;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

aside.indicator {
    z-index: 2;
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -67px;
}

.gnb .ind {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    border: 1px solid var(--mainColor);
}

.gnb .ind:first-child {
    margin-top: 0;
}

.gnb .ind.active {
    background: var(--mainColor);
}

.content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slideWrap {
    position: relative;
    top: 0;
    width: 100%;
    height: 600%;
}

.recent-gallery {
    position: relative;
    width: 100%;
    height: 100vh;
}

.pad_0 {
    padding: 0px;
}

.holder1 img {
    width: 100%;
    height: 100vh;
}

/*===========Home page slider css End ====================*/
.map-point {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.map-point img {
    width: 100%;
    max-width: 600px;
}

.map-point iframe {
    width: 100%;
    height: 320px;
}

.bg-91 {
    background-image: url("../images/map1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.shop-slider {
    width: 500px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 50px;
    margin-bottom: -100px;
    color: #fff;
    background: var(--mainColor);
    position: absolute !important;
    overflow: hidden;
    bottom: 125px;
    left: 35px;
}

.pad-100 {
    padding: 0 100px;
}

.video-bg img {
    min-width: 100%;
    min-height: 100%;
    float: left;
    opacity: 0.15;
}

.content-box1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    height: unset;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}

.content-box1 h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.property-customization.unique {
    padding: 110px 0;
}

.property-customization.unique h4 {
    display: block;
    font-size: 42px;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif;
    margin-top: 10px;
}

.slide-container-new {
    position: relative;
    min-height: 100vh;
    padding-top: 7rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
}

.slide-bg,
.slide-bg>.inside {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg {
    overflow: hidden;
}

.slide-bg>.inside {
    transition: transform .8s ease-in-out;
    transform: scale(1.08);
    transition-delay: .8s;
}

.slide-bg>.inside {
    transform: scale(1);
}

.slide-bg-list .slide-bg>.inside {
    transition: all .8s ease-in-out;
    transform: scale(1.08);
}

.slide-bg-list .slide-bg.active>.inside {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
    transform: scale(1) !important;
}

.slide-bg-list .slide-bg.active:first-child>.inside {}

.slide-bg-list .slide-bg>.inside {
    opacity: 0;
}


.slide-bg .inside:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #26282b;
    background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #be896757 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #be896757 100%);
    background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #be896757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#be8967", GradientType=1);
    opacity: 0.7;
}

.floor-container .piling-project-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    background: rgb(255 255 255 / 16%);
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 18%;
}

.floor-container .piling-project-item h3 {
    margin-bottom: 15px;
}

.floor-container .piling-project-item h3 a {
    font-size: 22px;
    text-transform: uppercase;
    color: #d7b291;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.floor-container .piling-project-item .piling-project-detail ul {
    padding-left: 35px;
    margin-bottom: 0;
    list-style-type: disc;
}

.floor-container .piling-project-item .piling-project-detail ul li {
    color: #fff;
    padding-bottom: 5px;
    font-size: 16px;
}

.floor-container .piling-project-item .piling-project-detail ul li span {}

.block-slider {
    display: flex;
    margin-top: 30px;
    padding: 0 15%;
}

.block-slider {
    display: flex;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 30px;
}

.block-slider figure {
    display: inline-flex !important;
}

.block-slider figure img {
    width: 100%;
    max-width: 70px;
}

.block-slider figure figcaption {
}

.block-slider figure figcaption h5 {
    font-size: 16px;
    line-height: 20px;
    color: var(--mainColor);
}

.block-slider figure figcaption ul {
    position: relative;
    list-style: none;
    top: 30px;
}

.block-slider figure figcaption ul li {
    padding-top: 10px;
    font-size: 14px;
}

.navbar .container .menu ul li.diff_one {
    padding-left: 35px;
    position: relative;
}

.navbar .container .menu ul li.diff_one:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    background: #fff;
    transform: rotate(90deg);
    left: -25px;
    top: 36px;
}


#slide2 figure {
    margin: 0;
}

.slider .plans-container .swiper-slide:after {
    content: unset !important;
}

.slider .slider-container.plans-container .swiper-slide {
    padding-top: 0px;
}

.floor-plans .slider {
    background: unset;
}

.floor-plans .plan_div {
    width: 100%;
    text-align: center;
}

.floor-plans .plan_div a {
    border: none;
    text-decoration: none;
}

.floor-plans .plan_div img {
    width: 100%;
    max-width: 800px;
    box-shadow: 2px 2px 6px 3px #ccc;
}

.floor-plans .inner-elements .container .button-next {
    color: #000 !important;
    right: 14% !important;
    top: 15% !important;
    transform: unset !important;
    margin-top: 7px !important;
}

.floor-plans {
    position: relative;
}

.floor-plans .inner-elements .container .button-prev {
    color: #000 !important;
    right: 24% !important;
    top: 22% !important;
    transform: unset !important;
}

.floor-plans .inner-elements .container .button-prev:after {
    background: #000 !important;
}

.floor-plans .inner-elements .container .button-prev:hover {
    color: var(--mainColor) !important;
}

.floor-plans .inner-elements .container .button-next:hover {
    color: var(--mainColor) !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: 35px 10px !important;
    opacity: 1 !important;
    font-size: 13px !important;
}

.gallery-sec .slider .slider-container .swiper-slide:after,
.floor-images .slider .slider-container .swiper-slide:after {
    content: unset !important;
}

.gallery-sec .inner-elements .container .button-prev,
.floor-images .inner-elements .container .button-prev {
    right: 15% !important;
    color: var(--mainColor) !important;
    bottom: 30px !important;
    top: unset !important;
    transform: unset !important;
}

.gallery-sec .inner-elements .container .button-next,
.floor-images .inner-elements .container .button-next {
    color: var(--mainColor) !important;
    right: 5% !important;
    bottom: 30px !important;
    top: unset !important;
    transform: unset !important;
}

.gallery-sec .inner-elements .container .button-prev:after,
.floor-images .inner-elements .container .button-prev:after {
    background: var(--mainColor) !important;
}

.footer {
    padding-top: 75px;
}

.floor-images .slider .slider-container .swiper-slide {
    background-size: 100% 100%;
}

/*
.gallery-sec:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #26282b;
    background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #be896757 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #be896757 100%);
    background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #be896757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#be8967",GradientType=1);
    opacity: 0.7;
}
*/

.gallery-sec {
    background-image: url("../images/gallery/gallery-thumb11.jpg");
    background-size: 100% 100%;
}

.gallery-sec .gallery-b1 {
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
}

.gallery-sec .slider {
    padding: 0 10px;
    background: #0000;
}

.gallery-sec .slider .slider-container .inner-elements {
    width: 100%;
    position: absolute;
    right: -85px;
    top: -20%;
}

.content-box-new {}

.content-box-new ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
}

.content-box-new ul li {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 7px 0;
    margin-right: 35px;
    display: inline-flex;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.content-box-new.cont_ul ul li:last-child img {
    width: 45px;
}

.content-box-new ul li:hover {
    padding-left: 10px;
}

.content-box-new ul li span {}

.content-box-new ul li img {
    padding-right: 10px;
    width: 30px;
}

.fp-viewing-Footer .fixed-top .callnumber-wrapper {
    display: none;
}

.fp-viewing-Footer .fixed-top .logo-img {
    display: none;
}

.fp-viewing-Footer #header {
    background: #0000;
}

.fp-viewing-Gallery #header,
.fp-viewing-USP #header,
.fp-viewing-Zones #header,
.fp-viewing-Location #header,
.fp-viewing-Landmark #header,
.fp-viewing-Ataglance #header,
.fp-viewing-About #header {
    background: #0000;
}

.fp-viewing-About .logo-change,
.fp-viewing-Gallery .logo-change,
.fp-viewing-USP .logo-change,
.fp-viewing-Zones .logo-change,
.fp-viewing-Landmark .logo-change,
.fp-viewing-Ataglance .logo-change,
.fp-viewing-Location .logo-change {
/*    content: url("../images/logo-change.png");*/
}

.pd-top {
    padding-top: 120px;
    padding-bottom: 50px;
}

.pd-top .privacytext p {
    color: #000;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}

.pd-top .privacytext p a {
    font-weight: 600;
}

.pd-top .privacytext p strong {
    font-weight: 600;
}

.pd-top .privacytext h5 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-new {
    background: #26282b;
    height: auto !important;
    padding: 10px 0;
}

.footer-new p {
    font-size: 12px;
    margin-bottom: 0;
}

.footer-new p a {
    color: #fff;
}


.section3-mob {
    display: none !important;
}

.flip_a:hover {
    text-decoration: none;
}

.flipbook-btn {
    padding: 8px 10px !important;
    justify-content: center;
    background: var(--mainColor) !important;
    margin: 25px 0 0;
}

.property-customization figure img {
    height: 40px;
    width: 40px;
}

.hold {
    display: none;
}

.img-mobile {
    display: none;
}

/*============= OWL Dots =====================*/

.floor-plans .plan_div {
    padding-top: 150px;
}

.plan_div h5 {
    margin-top: 15px;
    font-weight: 600;
    color: var(--mainColor);
    font-family: "Poppins", sans-serif;
}

.plans-container .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 20px;
}

.plans-container .owl-nav button {
    color: #000 !important;
    font-weight: 600 !important;
}

.plans-container .owl-nav button.owl-prev:after {
    position: absolute;
    content: '';
    background: #000;
    height: 2px;
    width: 50px;
    top: 12px;
    left: 52px;
}

.gallery-container2 {
    justify-content: center;
    align-items: center;
}

.plans-container .owl-nav button.owl-prev {
    position: absolute;
    right: 26%;
}

.plans-container .owl-nav button.owl-next {
    position: absolute;
    right: 16%;

}

.gallery-container2 .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 20px;
}

.gallery-container2 .owl-nav button {
    color: var(--mainColor) !important;
    font-weight: 600 !important;
}

.gallery-container2 .owl-nav button.owl-prev:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 50px;
    top: 12px;
    left: 52px;
}

.gallery-container2 .owl-nav button.owl-prev {
    position: absolute;
    right: 10%;
    color: #fff !important;
}

.gallery-container2 .owl-nav button.owl-next {
    position: absolute;
    right: 0%;
    color: #fff !important;
}

.banner-box {
    position: relative;
}

.rera_number {
    position: absolute;
    top: 86px;
    right: 12%;
}

.rera_number ul {
    list-style: none;
}

.rera_number ul li {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.rera_number ul li a {
    color: #fff;
}




.thankyou_section {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #ffefd8;
}

.thankyou_section .button_wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.thankyou_section .button_wrapper a {
    height: 45px;
    font-family: "poppins", serif;
    line-height: 45px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    background: var(--mainColor);
    border: 2px solid var(--mainColor);
    padding: 0 30px;
    margin: 0;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-decoration: none;
}

.thankyou_section p {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.thankyou_section img {
    width: 250px;
    margin-bottom: 27px;
}

.thankyou_section h2 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: var(--mainColor);
    margin-bottom: 10px;
    font-weight: 800;
}
.close_pop.toggle {
    position: absolute;
    top: -25px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    text-align: center;
    left: auto;
    transform: none;
    padding: 0;
    font-size: 21px;
}

/*============= OWL Dots =====================*/
span.onboard {
    display: block;
    margin-bottom: 25px;
}
span.onboard a {
    margin-left: 20px;
    background: var(--mainColor);
    padding: 10px 13px;
    border-radius: 2px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.onboard_sidebar {
    width: 100%;
    max-width: 700px;
    height: 100vh;
    min-height: 400px;
    top: 0;
    position: fixed;
    background: #26282be0;
    z-index: -1;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    right: 0;
    padding: 115px 40px 0;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: translateX(100%);
}

.onboard_sidebar.open {
    transform: translateX(0);
}

.onboard_sidebar .accordion_wrapper .accordion_container {
    display: none;
}
.onboard_sidebar .accordion_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.onboard_sidebar .accordion_title h4 {
    margin: 0;
}

.onboard_sidebar .accordion_title .heading {
    margin: 0;
    font-size: 17px;
    color: var(--mainColor);
}

.onboard_sidebar .accordion_title  i {
    margin: 0;
    color: var(--mainColor);
}
.onboard_sidebar .accordion_items.open .accordion_title i:before {
    content: '\f077';
}
.onboard_sidebar .accordion_items {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(235 207 167 / 14%);
    padding: 26px 0;
}

.onboard_sidebar .accordion_wrapper .accordion_container {
    padding: 10px 0;
}
.single_logo {
    background: #FFF;
    width: 200px;
    margin: 0;
    padding: 15px;
}
.onboard_sidebar .accordion_wrapper .accordion_container p {
    color: var(--mainColor);
    font-size: 17px;
    margin-left: 6px;
    margin-bottom: 8px;
}

.multiple_logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.multiple_logos li {
    width: 25%;
    margin: 0;
    padding: 6px;
}

.multiple_logos li img {
    width: 100%;
    display: block;
}

.mob_number {
    display: inline-block;
}
.close_onboard {
    width: 30px;
    height: 30px;
    background: var(--mainColor);
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    top: 77px;
    right: 0;
}
.onboard_sidebar .accordion_wrapper {
    max-height: calc(100vh - 110px);
    overflow: auto;
    padding-right: 12px;
}

.cs_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.cs_scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.cs_scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
    border-radius: 5px;
}
.onbord_btn {
    font-family: "poppins", serif;
    line-height: 45px;
    margin-top: 20px;
    float: left;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500 !important;
    padding-bottom: 10px;
    position: relative;
    background: var(--mainColor);
    border: 2px solid var(--mainColor);
    padding: 0 30px;
    text-decoration: none !important;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.brand_one_board_section {
    /* background: var(--mainColor); */
    background-image: url('../images/gallery/gallery-thumb09.jpg');
    background-size: cover;
    background-position: center;
}
.brand_one_board_section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}
.brand_one_board_section h4 {
    display: block;
    font-size: 42px;
    margin-bottom: 50px;
    color: #FFF;
    font-family: "Playfair Display", serif;
    margin-top: 20px;
    margin-left: 8px;
}
.brand_one_board_section h4 {}
.brand_one_board_section #slide4 .content-box {
    border: none;
}
.img_wrap {
    padding: 0 10px;
}
.img_wrap img {
    width: 100%;
    margin-bottom: 10px;
    background: #FFF;
}

.img_wrap span {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.brand_one_board_section .slick-dots li:before {
    background: #FFF;
}

.brand_one_board_section .slick-dots li.slick-active:before {
    background: var(--mainColor);
}

.brand_one_board_section .slick-dots li.slick-active {
    border-color: var(--mainColor);
}




@media only screen and (max-width: 1600px) {
    .slider .slider-container .inner-elements .container .social-media {
        top: calc(50% + 20px) !important;
    }

    .slider .slider-container .swiper-slide {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 1600px) {
    .footer {
        align-items: end;
    }

    .floor-plans .plan_div img {
        max-width: 600px;
    }

    .floor-plans .inner-elements .container .button-prev {
        right: 33% !important;
        top: 27% !important;
    }

    .floor-plans .inner-elements .container .button-next {
        right: 19% !important;
        top: 18% !important;
    }

    .gallery-sec .slider .slider-container .inner-elements {
        right: -62px;
        top: -15%;
    }

    .floor-plans .plan_div {
        padding-top: 130px !important;
    }

    .plans-container .owl-nav button.owl-prev {
        position: absolute;
        right: 30% !important;
    }
    .onboard_sidebar .accordion_items {
        padding: 20px 0;
    }
    .single_logo {
        width: 190px;
    }
}


@media only screen and (max-width: 1500px) {
    .gallery-sec .slider .slider-container .inner-elements {
        right: -62px;
        top: -14%;
    }

    .nav-pills .nav-item {
        margin: 0 10px 5px;
    }

    .floor-plans .inner-elements .container .button-prev {
        right: 33% !important;
        top: 25% !important;
    }

    .floor-plans .inner-elements .container .button-next {
        right: 19% !important;
        top: 16% !important;
        margin-top: -1px !important;
    }
}


@media only screen and (max-width: 1400px) {
    .floor-plans .inner-elements .container .button-next {
        right: 15% !important;
        top: 16% !important;
        margin-top: -1px !important;
    }

    .plans-container .owl-nav button.owl-next {
        position: absolute;
        right: 12%;
    }
}


@media only screen and (max-width: 1320px) {
    .rera_number {
        right: 7%;
    }
}

@media only screen and (max-width:1200px) {}


@media only screen and (max-width: 991px) {
    .rera_number {
        top: 100px;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    #fp-nav {
        right: 50px;
    }

    .content-box {
        padding: 80px;
    }

    .footer .col-12 .copyright {
        float: unset;
    }
    .onboard_sidebar {
        max-width: 600px;
    }
    .callnumber-wrapper a {
        font-size: 14px;
    }
    .brand_one_board_section {
        padding: 50px 5px;
    }

}

@media only screen and (max-width: 767px) {


    .property-plans h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .property-plans h3 {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .property-plans p {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .property-plans ul li img {
        max-width: 10px;
    }

    .property-plans ul li {
        font-size: 14px;
    }

    .floor-plans .slider .slider-container .inner-elements .container .button-prev {
        bottom: 38% !important;
    }

    .floor-plans .slider .slider-container .inner-elements .container .button-next {
        bottom: 38% !important;
    }

    #section7 .pad-100, #section3 .pad-100, #section4 .pad-100 {
        padding: 50px 15px 0;
    }

    .floor-plans .plan_div {
        padding-top: 0px;
    }

    .floor-plans .slider {
        background: unset;
        height: 65vh;
        min-height: unset;
    }

    .property-plans {
        padding-bottom: 20px;
    }

    .plans-container .owl-nav button.owl-next {
        position: absolute;
        right: 7%;
    }

    .footer .col-12 .creation {
        float: right;
    }

    .imicon1 {
        width: 30px !important;
    }

    .contmob {
        height: 808px !important;
    }

    div#section4 {
        padding: 0px 0 0px;
    }

    .recent-gallery {
        padding: 0px 0;
    }

    .map-mob {
        height: 300px;
    }

    .side-content .navbar-nav li.nav-item {
        margin: 0 0px;
    }

    .footer .logo {
        height: unset;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        max-width: 198px;
    }

    .footer .menu-cont {
        margin-top: 25px;
    }

    .footer .menu-cont ul {
        padding-left: 25px;
    }

    .map-point iframe {
        width: 100%;
        height: 200px;
    }

    .footer .contact-box p {
        font-size: 14px;
    }

    .footer .contact-box h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .map-point {
        text-align: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .property-customization figure {
        margin: 8px 0 12px;
        padding: 8px;
    }

    #nav-icon3 {
        width: 25px;
        margin: 3px 0px 0 25px;
    }

    .callnumber-wrapper {
        padding: 0 10px;
    }

    .callnumber-wrapper:after {
        right: -32px;
        display: none;
    }

    #header .navbar-brand img {
        padding: 0 !important;
    }

    .toggle {
        left: -90px;
    }

    .slider .slider-container .inner-elements .container .button-next {
        right: 45px;
        top: unset;
        bottom: 60px;
        transform: unset;
    }

    .slider .slider-container .inner-elements .container .button-prev {
        right: 160px;
        top: unset;
        bottom: 60px;
        transform: unset;
    }

    .slider .slider-container .swiper-slide {
        background-position: center;
    }

    .slider .slider-container .swiper-slide .container h1 {
        font-size: 22px;
    }

    .slider .swiper-slide h4 {
        font-size: 14px;
    }

    .slider .swiper-slide h5 {
        font-size: 14px;
    }

    .slider .slider-container .swiper-slide .container a {
        font-size: 13px;
        height: 38px;
        line-height: 38px;
        margin-top: 10px;
        padding: 0 12px;
    }

    .slider .slider-container .swiper-slide .container a img {
        max-width: 16px;
        margin-right: 4px;
    }

    .callnumber-wrapper a {
        font-size: 12px;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 0;
        margin-right: 0;
        font-size: 0;
        line-height: inherit;
        white-space: nowrap;
    }

    .slider .slider-container .inner-elements .container .button-next {
        right: 45px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    .slider .slider-container .inner-elements .container .button-prev {
        right: 160px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    .fp-viewing-Gallery #header,
    .fp-viewing-USP #header,
    .fp-viewing-Zones #header,
    .fp-viewing-Location #header,
    .fp-viewing-Landmark #header,
    .fp-viewing-Ataglance #header,
    .fp-viewing-About #header {
        background: #26282be0 !important;
        ;
    }


    .slider .slider-container .swiper-slide .container {
        padding: 0 15px !important;
    }

    #section1 .content-box {
        padding: 55px 0 40px !important;
    }

    .recent-gallery {
        height: unset;
    }

    .section3-desk {
        display: none !important;
    }

    .section3-mob {
        display: block !important;
    }

    .btnmob {
        top: 30px !important;
        ;
    }

    .content-box-new ul li {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 0;
        margin-right: 0;
        display: block;
        cursor: pointer;
        transition: all .5s ease-in-out;
    }

    .property-customization.unique .video-bg img {
        opacity: .5;
        height: 100vh !important;
    }

    .gallery-sec {
        background-image: url("../images/shops/mob-9.jpg");
    }

    .content-box1 {
        padding: 55px 15px 40px !important;
        margin-bottom: 0px !important;
        margin-top: 0 !important;
    }

    .block-slider {
        padding: 0px 15px !important;
        margin-top: 0;
    }

    .contact-box {
        margin-top: 10px !important;
        padding-left: 8px;
    }

    .gallery-sec {
        height: unset !important;
    }

    .floor-plans .plan_div {
        padding-top: 20px !important;
    }

    .gallery-container2 .owl-nav button.owl-prev {
        right: 19%;
    }
    .multiple_logos li {
        width: 33.33%;
    }
    .onboard_sidebar {
        padding: 110px 10px 0 20px ;
        max-width: 500px;
    }
    .onboard_sidebar .accordion_items {
        padding: 20px 0;
    }
    .onboard_sidebar .accordion_wrapper .accordion_container {
        padding-bottom: 0;
    }
    .callnumber-wrapper span.onboard {
        margin-left: 10px;
    }
    #nav-icon3 {
        width: 20px;
        margin: 3px 0px 0 20px;
    }
    #nav-icon3 span:nth-child(1) {
        top: 4px;
    }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 11px;
    }
    #nav-icon3 span {
        height: 2px;
    }
    .slick-dots li.slick-active:before {
        width: 4px;
        height: 4px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 2px !important;
    }
}

@media only screen and (max-width: 580px) {
    .rera_number {
        top: 110px;
        right: 15px;
    }

    .footer .col-12 .creation {
        float: left !important;
    }

    /* .footer .col-12 .copyright {
        //float: left !important;
    } */

    .content-box-new ul li img {
        padding-right: 10px;
        width: 24px;
    }

    .recent-gallery figure {
        margin-top: 30px !important;
    }

    .fp-viewing-Footer .fixed-top .callnumber-wrapper {
        display: block;
    }

    .gallery-container2 .owl-nav button.owl-prev {
        right: 25%;
    }
    .mob_number {
        position: absolute;
        top: 32px;
        width: 155px;
        background: #26282be0;
        padding: 6px;
        text-align: center;
        right: -53px;
        z-index: -2;
    }
    .mob_number img {
        width: 9px;
    }

}

@media only screen and (max-width: 480px) {
    .plans-container .owl-nav button.owl-prev {
        position: absolute;
        right: 40% !important;
    }

    .gallery-container2 .owl-nav button.owl-prev {
        right: 42%;
        bottom: -7px;
    }

    .gallery-container2 .owl-nav button.owl-next {
        position: absolute;
        right: 8%;
        bottom: -8px;
    }

    .block-slider figure figcaption ul li {
        padding-top: 10px;
        font-size: 13px;
        line-height: 15px;
    }

    .block-slider figure figcaption h5 {
        font-size: 14px;

    }

    .slider-1 {
        height: 0px;
        min-height: 310px;

    }

    .contmob {
        height: 405px !important;
    }

    html,
    body {
        overflow-x: hidden !important;

    }

    .toggle {
        left: -90px;
    }

    .sidebar-contact {
        padding: 20px 20px;
    }

    .callnumber-wrapper {
        margin-left: -15px;
        padding: 0 2px;
    }

    #header .navbar-brand img {
        width: 100%;
        max-width: 150px;
        /* margin-left: -15px; */
    }
    .call-ham {
    padding: 5px 0;
}

    #section1 .content-box h3,
    #slide4 .content-box h3 {
        font-size: 18px;
        margin-top: 0px !important;
    }

    .content-box p,
    #slide4 .content-box p {
        padding-right: 0px !important;
        font-size: 14px !important;
    }

    .property-customization {
        padding: 72px 0 20px !important;
    }

    .footer {
        padding-top: 40px !important;
    }

    .side-navigation {
        height: 100% !important;
    }

    .property-customization figure figcaption {
        font-size: 13px !important;
        line-height: 16px;
        padding: 3px 0;
    }

    .property-customization figure img {
        height: 35px;
        margin-right: 8px;
    }

    .property-customization h3 {
        margin-top: 0;
        font-size: 18px !important;
        margin-bottom: 15px;
    }

    .property-customization.unique h4 {
        font-size: 24px !important;
        margin-bottom: 20px;
    }

    .slider .slider-container .inner-elements .container .button-next {
        right: 45px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    .slider .slider-container .inner-elements .container .button-prev {
        right: 160px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    #section1 .content-box h4,
    #slide4 .content-box h4 {

        font-size: 24px !important;
    }

    .content-box-new ul {
        margin-bottom: 0px;
        list-style-type: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .property-customization h4 {
        font-size: 24px !important;
        margin-bottom: 30px;
        margin-top: 0;
        line-height: 30px;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
        height: auto !important;
    }



    #section1 .content-box p {
        margin-bottom: 15px !important;
    }

    .gallery-container2 {
        display: block !important;
    }

    .slider .slider-container .swiper-slide .container {
        padding-left: 15px !important;
        padding-right: 40px !important;
    }

    .gallery-container .swiper-slide img {
        height: 100% !important;
        width: 100% !important;
    }

    #slide4 .content-box {
        height: 100%;
    }

    .imicon1 {
        width: 25px !important;
    }

    .fp-viewing-Gallery #header,
    .fp-viewing-USP #header,
    .fp-viewing-Zones #header,
    .fp-viewing-Location #header,
    .fp-viewing-Landmark #header,
    .fp-viewing-Ataglance #header,
    .fp-viewing-About #header {
        background: #26282be0 !important;
        ;
    }
    .thankyou_section img {
        width: 210px;
        margin-bottom: 17px;
    }
    .thankyou_section h2 {
        font-size: 20px;
    }
    .thankyou_section p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .thankyou_section .button_wrapper a {
        padding: 0 16px;
    }
    .onboard_sidebar .accordion_title .heading,
    .onboard_sidebar .accordion_wrapper .accordion_container p {
        font-size: 14px;
    }
    .onboard_sidebar .accordion_title i {
        font-size: 11px !important;
    }
    .single_logo {
        width: 150px;
    }
    .brand_one_board_section h4 {
        font-size: 24px !important;
        margin-bottom: 30px;
        margin-top: 0;
        line-height: 30px;

    }
}

@media only screen and (max-width: 400px) {}


.price-box {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 2px 2px 6px 3px #ccc;
    margin-bottom: 15px;
}

.price-box p {
    border-bottom: 1px solid var(--mainColor);
    margin: 0;
    padding: 10px 0;
}

.price-box .shape {
    background: #eadef2;
    /* color: #fff; */
    font-size: 20px;
    margin-bottom: 10px;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 50px;
}

.price-box .btn {
    background: var(--mainColor);
    color: #fff;
    margin-top: 25px;
}

.whatsapp-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}