@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@font-face {
    font-family: 'OPTIMA';
    src: url('../font/OPTIMA.TTF') format('truetype');
  }  
  @font-face {
    font-family: 'Montserrat-Regular';
    src: url(../font/Montserrat-Regular.woff) format('woff'),
         url(../font/Montserrat-Regular.woff2) format('woff2');
  }  
  @font-face {
    font-family: 'Bacalisties';
    src: url('../font/Bacalisties.woff') format('woff'),
         url('../font/Bacalisties.woff2') format('woff2');
         font-weight: normal;
         font-style: normal;
  }
  @font-face {
    font-family: 'Nocturnal Demo';
    src: url('../font/Nocturnal\ Demo.woff') format('woff'),
         url('../font/Nocturnal\ Demo.woff2') format('woff2');
  }
*{
    margin:0;
    padding:0;
}
body{
    margin:0;
    overflow-x:hidden;
}
.h-logo-section {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 32px;
    content: "";
}
.padding-space-extra {
    padding: 70px 0;
}
.property-section-flerting h2 {
    font-family: 'Plus Jakarta Sans';
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}
.dwarka-img {
    background: #fff;
    padding: 20px;
    border-radius: 100%;
    box-shadow: 0 0 2px #777777;
}
/* .dwarka-img img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
} */
.dwarka-expr-set p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    margin-bottom: 1px;
    font-size: 18px;
}
.dwarka-exp:hover{
    border-radius: 60px;
    transition: 0.5s;
    background:rgb(245 61 34);
    cursor: pointer;
}
.dwarka-exp:hover .dwarka-expr-set p{
color:#fff;
}
.dwarka-exp:hover .dwarka-expr-set span{
    color:#fff;
    }
.property-section-flert{
    background: url('../images/feature-bg.png') no-repeat;
    background-size:cover;
}
.dwarka-expr-set span{
    font-family: 'Montserrat-Regular';
}
.dwarka-exp {
    background: #d9dee7;
    padding: 20px;
    margin-bottom:20px;
}
.dwarka-exp a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    text-decoration: none;
}
.proeprty-setler-title{
    text-align: center;
    margin-bottom:20px;
}
.proeprty-setler-title p {
    font-family: 'Montserrat-Regular';
    margin-bottom:10px;
}
.proeprty-setler-title h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 40px;
}

.banner-section-info{
position: relative;
overflow:hidden;
height:100vh;
}
.banner-section-info .container-fluid {
    padding: 0;
    overflow: hidden;
}
.banner-section-info::before {
    position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(89deg, #000000ab, #000000ab, #000000ab, transparent, transparent,#000000ab);
    content: "";
    z-index: 9;
    width: 100%;
    height: 100%;
}
.banner-information h1 {
    font-size: 45px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
}
.banner-information h1 b{
    font-size: 75px;
    color: rgb(245 61 34);
    /* font-weight: 900; */
}
.banner-information p {
    font-size: 35px;
    color:#fff;
    font-family: fangsong;
}
.banner-information p b{
    font-family: 'Bacalisties';
    font-size: 75px;
    color: #fa921d;
    font-weight: 900;
}
.banner-section-info img{
    animation: scale 40s linear infinite;
}
@keyframes scale {
    50% {
        -webkit-transform:scale(1.3);
        -moz-transform:scale(1.3);
        -ms-transform:scale(1.3);
        -o-transform:scale(1.3);
        transform:scale(1.3);
    }  
}
.search-bar {
    position: absolute;
    bottom: 39%;
    left: 6%;
    z-index: 99;
    width: 42%;
}
.search-option {
    display: flex;
    position: relative;
    border: 15px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}
.search-bar form {
    width: 100%;
}
.search-bar form .form-control {
    border: none;
    padding: 25px 15px 25px 140px;
    border-radius: 0;
}
.search-bar form select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border: none;
    width: 100px;
}
.search-bar form select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-width: 0px 1px 0 0;
    border-color: gray;
    width: 130px;
    border-style: solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px 5px 5px 10px;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 600; 
}
.search-bar form input::placeholder {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
  }
.search-bar form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(255, 64, 35);
    border: none;
    color: #fff;
    width: 60px;
    height: 100%;
    font-size: 22px;
}
.form-control:focus {
    box-shadow: none;
}
.banner-information {
    position: absolute;
    top: 30%;
    left: 27%;
    transform: translate(-50%);
    content: "";
    z-index: 9;
    width: 100%;
    text-align: center;
}
.cloud {
    position: absolute;
    top: 97px;
    left: -146px;
    transform: rotate(90deg);
}
.search-bar form button span {
    display: none;
}
.about-section{
    padding:20px 0;
}
.about-section-img {
    position: relative;
}
.about-section-info {
    font-family: 'Montserrat-Regular';
}
.section-title h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size:40px;
}
.company-div-number{
    font-size: 42px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    color:  rgb(245 61 34);
}
/* .self-row {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.self-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.self-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.self-col {
    flex: 0 0 auto;
    width: 25%;
    border-right: 1px solid gainsboro;
    margin-top: 20px;
}
.self-col:last-child {
    border-right: 0;
}
.company-div-text {
    font-size: 24px;
    font-weight: 500;
    font-family:"Raleway", sans-serif;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}
.most-popular-location {
   /* background: #000000; */
   background:url('../images/dark-pattern-bg.jpg');
}
.instagram-project-feed {
    background: #fff;
    padding: 15px;
    font-family: 'Montserrat-Regular';
    font-weight: 700;
    color: #7a3dbb;
    box-shadow: 0 0 5px #999494;
}
.section-title p {
    font-family: 'Montserrat-Regular';
}
.instagram-project-feed p {
    margin-bottom: 0;
}
.dwarka-info {
    box-shadow: 0 0 5px #494646;
    border-radius:5px;
    margin-bottom: 20px;
}
.dwarka-info img{
    border-radius:5px;
}
.dwraka-fixer a {
    position: relative;
    display: block;
    overflow: hidden;
}
.most-popular-places-item-cnt{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.dwarka-fit {
    box-shadow: 0 0 5px #494646;
    border-radius: 5px;
    margin-bottom: 25px;
}
.dwarka-fit img{
    border-radius:5px;
}
.item-count-section{
    position: relative;
}
/* .item-count-section::before {
    position: absolute;
    top: 15px;
    right: 0px;
    border-right: 1px solid #bbb8b8;
    height: 80%;
    content: "";
} */
.company-div-item {
    text-align: center;
    padding: 10px 35px 10px 35px;
}
.company-div {
    box-shadow: 0 0 3px #dbdbdb;
    animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    margin-top: 35px;
    background: #080c17;
    color:#fff;
}
.company-div-text span {
    font-size: 18px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
}
.section-title {
    text-align: center;
}
.section-title h2 b {
    color:  rgb(245 61 34);
    font-family: "Raleway", sans-serif;
}
.cloud-section {
    position: absolute;
    top: 101px;
    right: -164px;
    transform: rotate(270deg);
    z-index: -1;
}
.about-section-inner {
    position: absolute;
    top: 79px;
    max-width: 345px;
    left: 15px;
}
.about-section-same {
    max-width: 410px;
}
.about-section-inner img {
    border-radius: 20px;
    box-shadow: 0 0 3px #212121;
    animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.about-section-outer {
    position: absolute;
    top: 10px;
    right: 55px;
    content: "";
}
.about-section-outer img {
    border-radius: 20px;
    box-shadow: 0 0 3px #000;
    max-width: 363px;
}
.circle-form-set{
    position: relative;
}
.circle-form-set img {
    box-shadow: 0 0 90px #eae7e7;
    left: -91px;
    position: absolute;
    top: 310px;
    border-radius: 100%;
    z-index: -1;
}

.circle-form-set .spin-rightt {
    animation: spin-right 14s linear infinite;
}
@keyframes spin-right {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.img-box-9 {
    background-color: #f53d22;
    border-radius: 12px;
    -o-box-shadow: 0 0 50px rgba(24, 26, 32, .07);
    box-shadow: 0 0 50px rgba(24, 26, 32, .07);
    margin-left: auto;
    max-width: 210px;
    padding: 18px 10px;
    position: absolute;
    right: 62px;
    top: 50px;
    width: 100%;
    z-index: 1;
}
.img-box-9 button {
    background: transparent;
    border: none;
    color:#fff;
}
.img-box-9 i {
    border-radius: 50%;
    display: block;
    font-size: 33px;
    width: 45px;
    height: 45px;
    line-height: 48px;
    outline: 1px solid #fff;
    outline-offset: 5px;
    text-align: center;
    transition: all .4s ease;
}

.fz14 {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color:#fff;
}

.bounce-y {
    transform: translatey(0);
    animation: bounceY 6s ease-in-out infinite;
}

@keyframes bounceY {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-20px)
    }

    to {
        transform: translatey(0)
    }
}
.most-popular-places-item {
    position: relative;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.most-popular-places-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    /* background:linear-gradient(45deg, #f53d22, #e9616169); */
    background-image: url("../images/city-bg-icon.png");
    background-repeat: no-repeat;
    border-radius: 4px; 
    background-size: cover; 
}
.most-popular-places-item-cnt {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-family: 'Montserrat-Regular';
}
.most-popular-places-item:hover::before {
    height: 100%;
} 
.most-popular-places-item-img .img-fluid {
    border-radius: 4px;
}
.most-popular-places-item-cnt h4 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.most-popular-places-item-cnt p {
    color: #fff;
    font-size: 18px;
    display: none;
}
.most-popular-places-item:hover .most-popular-places-item-cnt h4 {
    color: #000;
    margin-bottom:5px;
    font-weight:700;
}
.most-popular-places-item:hover .most-popular-places-item-cnt p {
    display: block;
    color: #000;
}
.team-section {
    background:url('../images/dark-pattern-bg.jpg');
    color:#fff;
}
.gallery-banner-information {
    text-align: right;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 50px;
}
.banner-section-infos {
    padding: 0 80px 0 80px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 50px;
}
.swiper-button-next img {
    position: relative;
}
.swiper-button-next::before {
    position: absolute;
    top: -2px;
    left: 14px;
    content: "";
    width: 45px;
    height: 45px;
    background: #f44336;
    border-radius: 100%;
    box-shadow: 0 0 5px #918d8d;
}
.swiper-button-prev::before{
    position: absolute;
    top: -2px;
    left: -9px;
    content: "";
    width: 45px;
    height: 45px;
    background: rgb(245 61 34);
    border-radius: 100%;
    box-shadow: 0 0 5px #918d8d;
    z-index: -1;
}
.gallery-banner-information h3 {
    font-family:"Raleway", sans-serif;
    font-weight: 700;
}

.most-popular-information .section-title {
    color: #fff;
}
p.team-configuration {
    font-family: 'Montserrat-Regular';
}
p.team-configuration-information {
    font-family: 'Montserrat-Regular';
    text-align:justify;
}
.gallery-banner img{
    margin:10px;
    box-shadow:0 0 5px #767575;
}
.news-event-section-fact{
    position:relative;
}
.news-img{
    position:relative;
    text-align: center;
}
.news-img img{
    box-shadow:0 0 5px #000;
}
.news-img::before{
    position: absolute;
    top: 0;
    left: 3px;
    width: 98%;
    height: 100%;
    background:linear-gradient(0deg, #000000b8, transparent);
    content: "";
    z-index: 9;
}
/* .news-img:hover{
    background: #000;
    z-index:9;
    position:relative;
} */
.news-event-section-fact p {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 23px;
    width: 98%;
    text-align: center;
    background: #000000ab;
}
.testomial-section{
    background:url('../images/bangkok-thailand-august-12-2016-beautiful-luxury-living-room.jpg');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    background-attachment: fixed;
}
.testomial-section .property-section-flerting h2 span{
    color:#fff;
}
.swiper-button-prev img {
    filter: invert(1);
}
.swiper-button-next img {
    filter: invert(1);
}
.testomial-section::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:#000000b3;
    z-index:9;
    content:"";
}
.testimonial-section-infromation {
    position: relative;
    z-index: 9;
    color: #fff;
}
.testimonial-section-client {
    background: #fff;
    color: #000;
    font-family: 'Montserrat-Regular';
    padding: 68px;
    border-radius: 5px;
}
.testimonial-profile-section {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: end;
}
.testimonial-profile-section-info p{
margin-right:10px;
margin-bottom:10px;
}
.testimonial-profile img{
    box-shadow:0 0 3px #9f9a9a;
}
.section-client-fit{
    position: absolute;
    top: 41px;
    left: 10px;
}
.section-client-fit img{
    max-width:60px;
}
.testimonial-section-client p{
    font-size:15px;
}
.mention-header-section {
    background: #ccc7d6;
    padding: 90px;
    font-family: 'Montserrat-Regular';
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
}
.mention-section-effect {
    font-size: 40px;
    font-weight: 700;
}
.mention-header-section::before{
    position: absolute;
    top: 0;
    left: 0;
    /* background: #98969d; */
    background:url('../images/dark-pattern-bg.jpg');
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    transform: rotate(2deg);
}
.mention-left {
    padding-right: 25px;
}
.btn.mention-btn {
    padding: 10px 25px;
    box-shadow: 0 0 3px #a3a2a2;
    background: #000;
    color: #fff;
    border: 1px solid #a3a2a2;
}
.mention-header-section:hover{
    background:#000;
    color:#fff;
    cursor: pointer;
}
.major-deveoper-height {
    overflow: hidden;
    height: 350px;
}
.major-developer-slider {
    -webkit-animation: 12s merchantlist linear infinite;
    animation: 12s merchantlist linear infinite;
  }
  @-webkit-keyframes merchantlist {
    0% {
     -webkit-transform:translateY(0);
     transform:translateY(0)
    }
    100% {
     -webkit-transform:translateY(-50%);
     transform:translateY(-50%)
    }
   }
   @keyframes merchantlist {
    0% {
     -webkit-transform:translateY(0);
     transform:translateY(0)
    }
    100% {
     -webkit-transform:translateY(-50%);
     transform:translateY(-50%)
    }   
  }
  .major-developer{
    /* background: url(../images/feature-bg.png);
    color:#fff; */
  }
  .project-developer {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px #fff;
    text-align: center;
    height: 111px;
    margin: 10px;
    border: 1px solid #2a324f;
    border-radius: 5px;
  }
  /* team fet */
  .team-fet-section-information{
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
  }
  .team-info-fet-image {
    max-width: 280px;
    position: relative;
  }
  .team-info-fet {
    margin-right: 43px;
    text-align: end;
    font-family: 'Montserrat-Regular';
    position: absolute;
    left: 29%;
    transform: translate(-50%);
    bottom: 0px;
    background: #fff;
    color: #000;
    padding: 20px 50px 20px 30px;
}
.team-fet{
    background:url('../images/dark-pattern-bg.jpg');
    color:#fff;
}
.team-info-fet-image img{
    position:relative;
}
.team-info-fet-image::before {
    position: absolute;
    top: 16px;
    right: -52px;
    width: 100%;
    height: 95%;
    background: #f43d22;
    z-index: 0;
    content: "";
    border-top-left-radius: 50%;
    border-top-right-radius: 10%;
    border-bottom-right-radius:10%;
}
.teams-information {
    padding-top: 75px;
}
.team-fet-section-informations{
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    padding: 0 40px 0 0;
}
.team-fet-section-informations .team-info-fet-image{
    max-width: 280px;
    position: relative;
}
.team-fet-section-informations .team-info-fet {
    margin-right: 43px;
    text-align: end;
    font-family: 'Montserrat-Regular';
    position: absolute;
    left: 26%;
    transform: translate(-50%);
    bottom: 0px;
    background: #fff;
    color: #000;
    padding: 20px 50px 20px 30px;
}
.property-setle{
    background:url('../images/feature-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 50px 0;
}
.property-setler-serter {
    background: #fff;
    padding: 74px 50px 10px 30px;
    box-shadow: 0 0 5px #a5a5a5;
    border-radius: 6px;
    position: relative;
    animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.property-setler-serter a{
    text-decoration:none;
}
/* .icon-ser img {
    filter: brightness(4.5);
} */
.proerty-section-point-title {
    padding-top: 15px;
}
.proerty-section-point-title p{
    font-family: 'Montserrat-Regular';
    font-size:20px;
    color:#000;
    font-weight:700;
    letter-spacing: 1px;
}
.property-setler-serter:hover{
    background:#f53d22;
    cursor:pointer;
    transition:0.5s;
}
.property-setler-serter:hover .proerty-section-point-title p{
    color:#fff;
}

.property-setler-serter:hover .icon-ser img {
    filter: brightness(4.5);
}

.icon-for-arrow img {
    max-width: 24px;
    filter: invert(1);
}

.icon-for-arrow {
    background: #f53d22;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px;
    border-radius: 100%;
}
.property-setler-serter:hover .icon-for-arrow img{
    transform:scaleY(1);
}
/* .scale-factor{
    background: url('../images/hero-bg-1.jpg');
    background-size:100% 100%;
    background-repeat: no-repeat;
} */
.scale-factor .container-fluid{
   padding:0;
}
.scale-factor-information{
    position:relative;
}
.scale-company-info {
    position: absolute;
    bottom: 100px;
    left: 31px;
    width: 67%;
    background: transparent;
    box-shadow: none;
}
.scale-company-info .company-div-item{
    color:#fff;
}
.scale-company-info .company-div-number {
    color: rgb(255 255 255);
}
.scale-company-info .company-div-text span {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans';
}
.scale-company-information-div h2 {
    position: absolute;
    top: 119px;
    left: 49px;
    font-family: 'Plus Jakarta Sans';
    width: 60%;
    font-size: 51px;
    color: #fff;
    font-weight: 800;
}
.scale-sector-fet {
    position: absolute;
    top: 50%;
    left: 55px;
    width: 40%;
    transform: translate(0, -50%);
}
.scale-sector-fet .company-div-item {
    text-align: center;
    padding: 10px;
    background: #d9dee7;
    height: 200px;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #535353;
}
.company-div-icon {
    max-width: 51px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.company-div-icon {
    max-width: 51px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.scale-factor-information {
    position: relative;
}
.property-sewr{
    position:relative;
}
.property-sewr .container-fluid {
    padding: 0;
}
.property-about-sewr-section{
    position: absolute;
    top: 45%;
    right: 10px;
    width: 50%;
    transform: translate(0, -50%);
}
.property-about-sewr-section h2 {
    font-family: 'Plus Jakarta Sans';
    font-size: 45px;
    font-weight: 800;
}
.property-about-section-set {
    font-size: 16px;
    color: #373535;
    font-family: 'Montserrat-Regular';
    padding: 40px;
    line-height: 35px;
}
.button-section-fit {
    padding: 0 0 0 40px;
}
.button-section-fit{
    display:flex;
    justify-content: center;
    align-items: center;
}
.btn {
    background: #f53d22;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    padding: 15px;
    width: 100%;
    font-size: 18px;
    margin-right: 10px;
}
.section-property-sert {
    background: #000000;
}
/* Animation factor Start */
.property-section-flerting span{
    color:hsl(0deg 3.76% 2.42% / 20%);
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-image: linear-gradient(90deg, #000, #000);
    animation: scroll-reveal linear forwards;
    animation-timeline : view(y);
}
.property-section-flerting h2 span{
    animation-range-start: cover 1vh;
    animation-range-end: cover 30vh;
}
.scale-company-information-div span{
    color:hsl(0deg 3.76% 2.42% / 20%);
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-image: linear-gradient(90deg, #fff, #fff);
    animation: scroll-reveal linear forwards;
    animation-timeline : view(y);
}
.scale-company-information-div h2 span{
    animation-range-start: cover 1vh;
    animation-range-end: cover 30vh;
}
.proeprty-setler-title span{
    color:hsl(0deg 3.76% 2.42% / 20%);
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-image: linear-gradient(90deg, #000, #000);
    animation: scroll-reveal linear forwards;
    animation-timeline : view(y);
}

.proeprty-setler-title h2 span {
    animation-range-start: cover 22.5vh;
    animation-range-end: cover 50vh;
}

.proeprty-setler-title p span{
    animation-range-start: cover 1vh;
    animation-range-end: cover 30vh;
} 

.property-about-sewr-section span{
color:hsl(0deg 3.76% 2.42% / 20%);
background-clip: text;
background-repeat: no-repeat;
background-size: 0% 100%;
background-image: linear-gradient(90deg, #000, #000);
animation: scroll-reveal linear forwards;
animation-timeline : view(y);
}
.property-about-sewr-section h2 span {
    animation-range-start: cover 1vh;
    animation-range-end: cover 30vh;
}

.property-about-sewr-section p span{
    animation-range-start: cover 22.5vh;
    animation-range-end: cover 50vh;
} 

@keyframes scroll-reveal {
    to{
        background-size: 100% 100%;
    }
}
/* Animation Factor End */
.youtube-section {
    background: url(../images/feature-bg.png) no-repeat;
    background-size: cover;
}
.youtube-section-info iframe{
    width:100%;
    height:50vh;
}
 .swiper-pagination {
    left: 48%;
}
.swiper-pagination-bullet {
    width: 23px;
    height: 8px;
    display: inline-block;
    border-radius:0;
    background: #000;
    opacity: .5;
    margin-right:10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f53d22;
}
.footer-logo {
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer-inner {
    text-align: center;
}
.footer-section {
    background-color: #040404;
    padding: 40px 0;
}
.footer-inner h5 {
    font-family: 'Plus Jakarta Sans';
    color: #c7c3c3;
    margin-bottom: 30px;
}
.footer-inner form .form-group {
    margin-bottom: 0;
}
hr{
    background :#fff;
}
.extra-brochure {
    background: #f53d22;
    color: #fff;
    border: none;
    font-family: 'Montserrat-Regular';
    padding: 7px 0;
    box-shadow: 0 0 2px #fff;
}
.footer-nav h6 {
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: 1px;
}
.footer-nav ul{
    color:#bfbebe;
}
.footer-nav ul li a {
    color: #bfbebe;
    font-family: 'Montserrat-Regular';
    text-decoration: none;
    font-size: 14px;
}
.footer-copyright ul {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #bfbebe;
}
.footer-copyright ul li {
    margin-right: 40px;
    font-family: 'Montserrat-Regular';
}
.footer-copyright ul li a {
    color: #bfbebe;
    font-family: 'Montserrat-Regular';
}
.property-sewr-section .row {
    margin: 0 !important;
}
.property-sewr-section .row .col-lg-11{
    padding:0;
    margin:0;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
/* roll start*/
.text-roll{
    height: 4.125rem;
    line-height: 4rem;
    position: relative;
    overflow: hidden; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.text-roll #rolltext {
    position: absolute;
    top: 0;
    animation: slide 5s infinite;
    font-size: 28px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 100;
}
  .text-roll #rolltext b{
    color:#eb902e;
    font-size:40px;
    font-weight:500;
  }
  @keyframes slide {
    0%{
      top:0;
    }
    25%{
      top: -4rem;    
    }
    50%{
      top: -8rem;
    }
    72.5%{
      top: -12.25rem;
    }
  }
/* roll end */
/* btn expolore start*/
.btn-explore-ftn{
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 10px 45px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    color: #e0ffff;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
    margin-top: 30px;
    font-family: 'Plus Jakarta Sans';
}
.btn-explore-ftn:active{
    transform: scale(0.95);
}
.btn-explore-ftn::before {
    content: '';
    position: absolute;
    inset: -3px 50px;
    background: #ffffff;
    transition: inset 350ms ease;
    z-index: -2;
}
.btn-explore-ftn:hover::before{
    inset: -20px 0px;
    background: #ffffff;
}
.btn-explore-ftn::after{
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 5px;
    background: #f53d22;
    z-index: -1;
}
.btn-view-exp{
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 10px 45px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    color: #e0ffff;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
    margin-top: 30px;
    font-family: 'Plus Jakarta Sans';
}
.btn-view-exp:active{
    transform: scale(0.95);
}
.btn-view-exp::before {
    content: '';
    position: absolute;
    inset: -3px 50px;
    background: #ffffff;
    transition: inset 350ms ease;
    z-index: -2;
}
.btn-view-exp::before {
    content: '';
    position: absolute;
    inset: -3px 50px;
    background: #ffffff;
    transition: inset 350ms ease;
    z-index: -2;
}
.btn-view-exp:hover::before{
    inset: -20px 0px;
    background: #ffffff;
}
.btn-view-exp::after{
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 5px;
    background: #F4511E;
    z-index: -1;
}
/* btn explore end */
/* btn form ext start */
a.link {
    text-decoration: none;
    color: #fff;
}
.link {
    font-size: 29px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    position: relative;
    font-family: 'Raleway';
}
  .link span,
  .link i {
    position: relative;
  }
  .link i {
    margin-left: 0.5em;
  }
  .link .color {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background-color: #F4511E;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -0.65em;
  }
  a.link:hover {
    border: 2px solid #f4511e;
    padding: 6px 2px 6px 22px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 27px;
    font-weight: 500;
}
.btn-explore {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top:30px;
}
.video-stop {
    margin-left: 74px;
}
/* btn form ext end */
.logo-home {
    max-width: 165px;
    margin: 0 auto;
}
.auto-popup-right {
    font-family: 'Plus Jakarta Sans';
    text-align: center;
}
.ct-tag {
    margin-bottom: 15px;
}
.calltoactionmobileresponsive {
    position: fixed;
    bottom: 0px;
    right: 45px;
    z-index: 99;
  }
  .mobile-icon {
    background: #68b5bc;
    padding: 11px 15px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    animation: bounce2 2s ease infinite;
    margin-bottom: 27px;
    box-shadow: 0 0 5px #000;
  }
  .youtube-icon {
    background: #ef4640 !important;
  }
  .Insta-icon{
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7) !important;
    padding: 11px 13px !important;
  }
  @keyframes bounce2 {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-30px);}
      60% {transform: translateY(-15px);}
  }
  .message-icon {
    background: #fc9e3c;
    padding: 11px 11px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    animation: bounce2 2s ease infinite;
    margin-bottom: 23px;
    box-shadow: 0 0 5px #000;
  }
  .message-icon i {
    font-size:22px;
    color: #fff;
  }
  
  .message-icon a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #f99d3d;
    border-radius: 100px;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
  }
  .message-icon a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #f99d3d;
    border-radius: 100px;
    -webkit-animation: widgetPulse2 infinite 1.5s;
    animation: widgetPulse2 infinite 1.5s;
  }
  @-webkit-keyframes widgetPulse {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.8,1.8);transform:scale(1.8,1.8);opacity:0}
  }
  @keyframes widgetPulse2 {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:0}
  } 
  .mobile-icon i {
    font-size:22px;
    color: #fff;
  }
  .mobile-icon a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #68b5bc;
    border-radius: 100px;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
  }
  .mobile-icon a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #68b5bc;
    border-radius: 100px;
    -webkit-animation: widgetPulse2 infinite 1.5s;
    animation: widgetPulse2 infinite 1.5s;
  }
  @-webkit-keyframes widgetPulse {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.8,1.8);transform:scale(1.8,1.8);opacity:0}
  }
  @keyframes widgetPulse2 {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:0}
  } 
@media only screen and (max-width: 1400px) {
    .scale-company-info {
        width: 70%;
    }
    .news-img::before {
        left: 0;
        width: 100%;
    }
    .search-bar {
        bottom: 33%;
    }
}
@media only screen and (max-width: 1295px) {
    .scale-company-info {
        width: 78%;
    }
    .testimonial-profile img {
        max-width: 65px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-information {
        left: 28%;
    }
    .banner-information {
        left: 31%;
    }
    .banner-information h1 {
        font-size: 40px;
    }
    .banner-information h1 b {
        font-size: 65px;
    }
    .search-bar {
        position: absolute;
        bottom: 39%;
        left: 6%;
        z-index: 99;
        width: 50%;
    }
    .property-about-sewr-section h2 {
        font-size: 37px;
    }
    .property-about-section-set {
        font-size: 16px;
        padding: 15px 40px;
    }  
    .property-about-sewr-section {
        position: absolute;
        top: 45%;
        right: -39px;
        width: 50%;
        transform: translate(0, -50%);
    }
    .dwarka-expr-set p {
        font-size: 16px;
    }
    .dwarka-expr-set span {
        font-size: 13px;
    }
    .dwarka-img {
        padding: 15px;
    }
    .scale-company-information-div h2 {
        top: 56px;
        font-size:46px;
    }
    .company-div-text {
        font-size: 21px;
    }
    .scale-company-info .company-div-text span {
        font-size: 16px;
    }
    .property-section-flerting h2 {
        font-size: 33px;
    }
    .news-event-section-fact p {
        font-size: 21px;
        width:100%;
    }
    .testimonial-section-client p {
        font-size: 14px;
    }
    .banner-div {
        height: 100vh;
    }
    .banner-div img {
        height: 100vh;
    }
    .section-client-fit img {
        max-width: 45px;
    }
    .overlay {
        width: 35%;
        height: 70%;
    }
   
}
@media only screen and (max-width: 991px) {
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
    .banner-div img{
        width:100%;
    }
    .banner-information {
        left: 35%;
    }
    .banner-information h1 b {
        font-size: 56px;
    }
    .banner-information h1 {
        font-size: 36px;
    }
    .search-bar {
        width: 63%;
    }
    .proerty-section-point-title p {
        font-size: 17px;
    }
    .icon-ser img {
        max-width: 50px;
    }
    .property-setler-serter {
        padding: 74px 24px 10px 30px;
    }
    .icon-for-arrow img {
        max-width: 17px;    
    }
    .icon-for-arrow {
        width: 43px;
        height: 43px;
        padding: 7px;
    }
    .proeprty-setler-title h2 {
        font-size: 30px;
    }
    .property-about-section-set {
        font-size: 14px;
        line-height: 25px;
        padding:15px 15px 15px 0;
    }
    .property-about-sewr-section h2 {
        font-size: 31px;
    }
    .property-about-sewr-section {
        position: absolute;
        top: 53%;
        right: 15px;
        width: 50%;
        transform: translate(0, -50%);
    }
    .btn {
        padding: 8px 15px;
        font-size: 16px;
    }
    .property-section-flerting h2 {
        font-size: 29px;
    }
    .property-sewr-section .row .col-md-12{
        padding:0;
        margin:0;
    }
    .scale-company-information-div h2 {
        top: 45px;
        font-size: 38px;
    }
    .company-div-item {
        text-align: center;
        padding: 10px 18px 10px 18px;
    }
    .company-div-number {
        font-size: 34px;
    }
    .company-div-text {
        font-size: 18px;
    }
    .scale-company-info .company-div-text span {
        font-size: 13px;
    }
    .scale-company-info {
        left: 0;
        bottom: 75px;
    }
    .testimonial-section-client {
        padding: 68px 35px 68px 68px;
    }
    .project-developer {
        height: 85px;
    }
    .footer-logo {
        max-width: 210px;
    }
    .property-about-sewr-section h2 span {
        line-height: 40px;
    }
    .news-event-section-fact p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) {
    .overlay {
        width: 60%;
        height: 70%;
    }
    .news-event-section-fact {
        margin-bottom: 20px;
    }
    .testimonial-section-client {
        padding: 68px 35px 38px 68px;
    }
    .project-developer a img {
        max-width: 100px;
    }
    .footer-inner form .form-group {
        margin-bottom: 15px;
    }
    .property-setler-serter {
        margin-bottom: 20px;
    }
    .property-about-sewr-section {
        top: 53%;
        right: 46px;
        width: 80%;
        transform: translate(0, -50%);
    }
    .dwarka-img {
        padding: 8px;
        max-width: 50px;
        margin-right: 16px;
    }
    .scale-company-information-div h2 {
        top: -47px;
        font-size: 38px;
        width:76%;
    }
    .company-div-item {
        padding: 10px 8px 10px 8px;
    }
    .scale-company-info {
        width: 90%;
    }
    .property-section-flerting span {
        background-image: linear-gradient(90deg, #000, #000);
    }
    .company-div-number {
        font-size: 29px;
    }
    .banner-information {
        left: 44%;
        width: 100%;
    }
    .banner-information h1 {
        font-size: 32px;
    }
    .banner-information h1 b {
        font-size: 42px;
    }
    .banner-section-info::before {
        background: linear-gradient(89deg, #000000ab, #000000ab, #000000ab, #00000052, #00000033, #000000ab);
    }
    .search-bar {
        width: 90%;
    }
    .footer-copyright ul {
        justify-content: center;
    }
}
@media only screen and (max-width: 565px) {
    .overlay {
        width: 82%;
        box-shadow:0 0 3px #000;
    }
    header {
        padding: 6px 10px;
    }
    .banner-section-info::before {
       display:none;
    }
    .banner-section-info img {
        width: 335px;
        height: 182px;
        animation: none;
    }
    .banner-section-info {
        height: 100%;
    }
    .cloud {
        position: absolute;
        top: 0;
        left: -89px;
        transform: rotate(90deg);
    }
    .banner-div img {
        height: auto;
        width: 100%;
        animation: none;
    }
    .banner-div {
        height: 100%;
        position: relative;
    }
    .banner-div::before{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        content:"";
        background:#0000005e;
        z-index:9;
    }
    .search-bar {
        position:relative;
        margin-bottom: 20px;
    }
    .property-setler-serter {
        padding: 20px 24px 10px 30px;
    }
    .proeprty-setler-title h2 {
        font-size: 23px;
    }
    .proeprty-setler-title p {
        font-size: 13px;
    }
    .property-about-sewr-section h2 {
        font-size: 21px;
    }
    .property-about-sewr-section h2 span {
        line-height: 32px;
    }
    .property-about-section-set {
        font-size: 14px;
        line-height: 25px;
        padding: 5px 15px 15px 0;
        margin-bottom: 0;
    }
    .button-section-fit {
        padding: 0;
    }
    .property-section-flerting h2 {
        font-size: 22px;
        line-height: 33px;
    }
    .dwarka-expr-set p {
        font-size: 20px;
    }
    .dwarka-img {
        padding: 10px;
        max-width: 55px;
        margin-right: 0;
    }
    .dwarka-expr-set span {
        font-size: 17px;
    }    
    .scale-company-info {
        width: 100%;
        bottom:0;
    }
    .scale-company-information-div h2 {
        top: 20px;
        font-size: 24px;
        width: 76%;
        left: 30px;
        line-height: 33px;
        display:none;
    }
    .company-div-text {
        font-size: 15px;
        font-weight: 700;
    }
    .footer-nav ul {
        padding-left: 12px;
    }
    .banner-information h1 {
        font-size: 27px;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:none;
    }
    .mobile-banner{
        display:block;
    }
    .property-image-sewr img {
        height: 90vh;
    }
    .property-about-sewr-section {
        right: 30px;
    }
    .property-section-flerting h2 {
        margin-bottom: 25px;
    }
    .property-section-flert {
        padding: 40px 0;
    }
    .self-col {
        width: 50%;
    }
    .self-row {
        justify-content: center;
        margin: 0;
    }
    .banner-information {
        left: 50%;
        width: 100%;
    }
    .text-roll #rolltext {
        font-size: 21px;
    }
    .text-roll #rolltext b {
        font-size: 26px;
    }
    .link {
        font-size: 24px;
    }
    a.link:hover {
        font-size: 24px;
    }
}
@media only screen and (max-width: 440px) {
    
    .scale-factor {
        position: relative;
        background: url('../images/hero-bg-1.jpg') no-repeat;
        background-size:cover;
        background-position:center;
        overflow:hidden;
    }
    .scale-factor-info {
        display: none;
    }
    .scale-company-info {
        width: 100%;
        bottom: 0;
        position: relative;
        margin-top: 0;
    }
    .scale-company-information-div {
        display: none;
    }
    .banner-information h1 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom:0;
    }
    .banner-information h1 b {
        font-size: 35px;
    }
    .search-bar {
        position: relative;
        margin-bottom: 0;
        width: 100%;
        left: 0;
        background: #000;
        top: 0;
        padding:10px;
    }
    .search-bar form select {
        position: static;
        width: 100%;
        font-size: 20px;
        padding: 15px 10px;
        height: auto;
        border: none;
        height: 50px;
    }
    .search-bar form .form-control {
        padding: 10px;
        height: 50px;
        font-size: 12px;
    }
    .search-bar form button {
        padding: 10px 10px;
        font-size: 18px;
        height: 50px;
    }
    .text-roll #rolltext b {
        font-size: 23px;
        font-weight: 500;
    }
    .text-roll #rolltext {
        font-size: 17px;
    }
    .text-roll {
        height: 42px;
        line-height: 61px;
    }
    .banner-information {
        left: 50%;
        width: 100%;
    }
    .link {
        font-size: 19px;
    }
    a.link:hover {
        font-size: 22px;
    }
    .dwarka-expr-set p {
        font-size: 16px;
    }
    .youtube-section {
        padding: 40px 0;
    }
}