body {
    font-family: 'Poppins', sans-serif;
    /* background: #eaeef0; */
    color: #262a29;
}   
.same-gap {
  margin-bottom: 50px;
}
.btn {
  background-color: #000c26;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/* HEADER CSS STARTS */
header {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #9e1f62;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}  
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo {
    max-width: 200px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.menu ul li a {
  color: #ffff;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 14px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-number {
  display: flex;
}
.contact-number a {
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 4px;
}
/* HEADER CSS ENDS */
section {
    padding: 40px 0;
    position: relative;
}
.banner-section {
    background: #09172214 url("../images/banner-bg.png") repeat;
    padding-top: 80px;
    padding-bottom: 30px;
}
.banner-form {
    border: 1px solid #333;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
}
.banner-form h1 {
    font-size: 26px;
    /* margin: 0; */
    color: #333;
    font-weight: 700;
}
.banner-form p {
    margin: 0 0 5px 0;
}
.banner-form form {
    margin-top: 15px;
}
.banner-form h5 {
    font-weight: 600;
    font-size: 20px;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-control {
    padding: 8px 15px;
    height: auto;
    border-color: #333;
}
.con-select {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #000;
}
.con-select select {
    background-color: transparent;
    height: 100%;
    width: 100%;
    border: none;
}
.con-select ~ .form-control {
    padding-left: 125px;
}
textarea.form-control {
    resize: none;
}
.btn {
    padding: 0.65rem 1.50rem;
    border-radius: 4px;
    color: #ffffff;
    background-color: #9e1f62;
    font-size: 16px;
}
.main-banner {
    height: 100%;
    background-size: 100% 100%;
    border-radius: 4px;
    position: relative;
}
.newClass {
    background-color: #9e1f62;
    box-shadow: 0 0 5px #333;
}
.project-usp-item {
    border: 1px solid #333;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
}
.project-usp-item p {
    font-size: 16px;
    color: #333;
}
.project-usp-item h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.highlight-img {
    /* height: 100%;
    background-size: cover;
    background-position: center center; */
} 
.highlight-img {
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
.highlight-txt ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.highlight-txt ul li {
    margin-bottom: 16px;
    font-size: 16px;
}
.highlight-txt ul li:last-child {
    margin-bottom: 0;
}
.title {
    text-align: center;
    margin-bottom: 40px;
}
.title h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9e1f62;
    margin-bottom: 20px;
}
.gray-bg {
    background: #eaeef0;
}
.project-usp {
    padding-bottom: 15px;
}
.price-area-item span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
}
.price-area-box {
    position: relative;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 0 5px gray;
    margin-bottom: 30px;
    border: 1px solid rgba(54, 41, 110, 0.3);
    border-radius: 4px;
}
.price-area-item {
    border-bottom: 1px solid rgb(54, 41,110,15%);
    padding: 10px 0;
}
.know-more {
    margin-top: 10px;
}
.amenities-slider {
  text-align: center;
  position: relative;
}
.amenities-img-slide {
    /* max-width: 100px; */
    margin: 0 auto;
}
.amenities-slider-item {
    text-align: center;
    /* box-shadow: 0 0 5px gray;
    padding: 10px; */
    /* padding: 10px; */
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 4px;
    /* padding-bottom: 14px; */
    border: 1px solid #ddd;
}
.amenities-slider-item p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.location-advantage-img {
    /* height: 100%;
    background-size: cover; */
}
.location-advantage-txt ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.location-advantage-txt ul li {
    margin-bottom: 14px;
    font-size: 18px;
}
.location-advantage-txt ul li:last-child {
    margin-bottom: 0;
}
.floor-plan-item {
    box-shadow: 0 0 5px #000;
}
.about-projcet .title {
    margin-bottom: 0;
}
.about-projcet {
    padding: 40px 0 24px 0;
}
.get-call-back-section {
    background-color: #9e1f62;
}
.get-call-back-text h4 {
    color: #fff;
    margin: 0;
}
.get-call-back-text h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}
.get-call-back-btn .btn {
    background-color: #fff;
    color: #333;
}
.about-developer-section {
    padding: 40px 0 24px 0;
}
.about-developer-div {
    text-align: center;
}
.developer-logo {
    width: 200px;
    margin: 0 auto 20px;
}
footer {
    padding: 20px 0 4px 0; 
    text-align: center;
}
footer p {
    color: #000;
    margin-bottom: 10px;
    font-size: 13px;
}
.fix-mobile-strip {
    display: none;
}
.sidebar-contact {
    position: fixed;
    top: 30%;
    right: -350px;
    /* transform: translateY(-50%); */
    width: 350px;
    height: auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
    text-align: center;
}
.toggle {
    position: absolute;
    height: 40px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    background: #9e1f62;
    transform: rotate(270deg);
    left: -100px;
    top: 160px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.button-close {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #000 !important;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 20px;
    border: 5px solid #fff;
    cursor: pointer;
}
.gallery-item {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ddd;
}
.gallery-item img
{
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.gallery-section {
    padding-bottom: 10px;
}
.swiper-pagination-bullets {
    width: 100%;
    bottom: -25px;
    left: 0;
    z-index: 9;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: transparent;
    opacity: .5;
    border-radius: 0;
    margin: 0 5px;
    border: 1px solid #000;
}
.swiper-pagination-bullet-active {
    background: #000;
}
.contact-number a .img-fluid {
    display: none;
}
.main-banner p {
    position: absolute;
    bottom: 0;
    left: 3px;
    margin: 0;
    color: #fff;
}
.highlight-img p {
    position: absolute;
    right: 3px;
    bottom: 0;
    margin: 0;
    color: #fff;
}
.gallery-item p {
    position: absolute;
    left: 6px;
    bottom: 0;
    margin: 0;
    color: #000;
}
footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
  }
  footer ul li a {
    color: #000;
    margin-right: 10px;
  }
  .downloadbox{
  background-color: #eb4511;
  background-image: linear-gradient(315deg, #eb4511 40%, #b02e0c 80%);
    }
    .download-brochure{
  text-align: center;
  color: #fff;
    }
    .bg-color{
  box-shadow: 0 0 1px #565656;
    }
    .downloadbox .btn{
  background-color: #fff;
  color: #000;
}
.download-image{
  max-width: 126px;
  margin: 0 auto;
}
.download-brochure{
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.about-projcet h4{
  color: #b02e0c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
/* MEDIA QUERY CSS STARTS HERE */
@media (max-width: 1399px) {
    .menu ul li a {
        font-size: 16px;
        padding: 10px;
    }
    .contact-number a {
        font-size: 22px;
    }
    .location-advantage-txt ul li {
        font-size: 15px;
    }

}  
@media (max-width: 1199px) {
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }
    .button_container span {
        background: #fff;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .contact-number a {
        padding: 5px 10px;
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 100%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-number a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #f0322b;
        border-radius: 100px;
        -webkit-animation: widgetPulse infinite 1.5s;
        animation: widgetPulse infinite 1.5s;
    }
    .contact-number a::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #e52620;
        border-radius: 100px;
        -webkit-animation: widgetPulse2 infinite 1.5s;
        animation: widgetPulse2 infinite 1.5s;
    }
    .contact-number a .fa {
        font-size: 18px;
    }
    @-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}
    } 
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .overlay.open {
        opacity: 0.9;
        visibility: visible;
        height: 100%;
    }
    .overlay.open li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0s;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
        opacity: 1;
    }
    .overlay {
        position: fixed;
        background: #333;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 9;
    }
    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    .overlay ul li {
        display: block;
        position: relative;
        opacity: 0;
        margin: 0;
    }
    .overlay ul li a, .overlay ul li span {
        display: inline-block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 20px;
    }
    .contact-number a span {
        display: none;
    }
    .contact-number a .img-fluid {
        display: block;
    }


    .banner-form h1 {
        font-size: 25px;
    }
    .banner-form h5 {
        font-size: 18px;
    }
    .form-control {
        padding: 5px 13px;
    }
    .form-group {
        margin-bottom: 7px;
    }
    section {
        padding: 20px 0;
    }
    .project-usp-item {
        margin-bottom: 15px;
    }
    .title h3 {
        font-size: 30px;
    }
    .title {
        margin-bottom: 30px;
    }
    .highlight-txt ul li {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .location-advantage-txt ul li {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .get-call-back-text h4 {
        font-size: 20px;
    }
    .btn {
        font-size: 15px;
    }
    .project-usp-item h5 {
        font-size: 18px;
    }
    
}


@media (max-width: 991px) {
    .fix-mobile-strip {
        display: block;
        position: fixed;
        z-index: 9;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .fix-mobile-strip ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .fix-mobile-strip ul li {
        width: 33.33%;
    }
    .fix-mobile-strip ul li a, .fix-mobile-strip ul li span {
        background-color: #000;
        display: block;
        text-align: center;
        padding: 10px 15px;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
    }
    .fix-mobile-strip ul li a.whatsapp {
        background-color: #2fb842;
        color: #fff;
    }  
    .highlight-img {
        background-image: none !important;
        margin-bottom: 20px;
    }
    .location-advantage-img {
        /* background-image: none !important;
        margin-bottom: 20px; */
    }
    .get-call-back-text h4 {
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
    }
    footer {
        padding: 20px 0 40px 0;
    }

}


@media (max-width: 767px) {
    .button-close
    {
        right: 0px!important;
    }
    .banner-form h3
    {
        font-size: 22px;
        font-weight: 600;
        color: #000;
    }
    .amenities-img-slide img
    {
        /* width: 50px!important; */
}
    .amenities-img-slide
    {
        /* padding: 5px; */
    }
    .amenities-slider-item
    {
        /* padding-bottom: 10px; */
    }
    .gallery-item
    {
        margin-bottom: 10px!important;
    }
    .location-advantage-img
    {
        margin-bottom: 10px!important;
    }
    .main-banner {
        margin-bottom: 30px;
        background-image: none !important;
    }
    .floor-plan-item {
        margin-bottom: 20px;
    }
    .floor-plan-section {
        padding: 20px 0 0 0;
    }
    .fix-mobile-strip ul li a, .fix-mobile-strip ul li span {
        font-size: 16px;
    }
    .get-call-back-btn .btn.w-100 {
        width: auto !important;
    }
    .get-call-back-section {
        text-align: center;
    }
    .get-call-back-btn {
        margin-top: 25px;
    }
    .about-developer-div p {
        font-size: 14px;
    }
    .title h3 {
        font-size: 22px;
    }
    .title p {
        font-size: 14px;
    }
    .location-advantage-txt ul li {
        font-size: 14px;
    }
    .price-area-item span {
        font-size: 15px;  
    }
    .highlight-txt ul li {
        font-size: 14px;
    }
    .project-usp-item h5 {
        font-size: 14px;
    }
    .project-usp-item p {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .banner-form h1 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .banner-form p {
        font-size: 14px;
    }
    .banner-form h5 {
        font-size: 16px;
    }
    .amenities-slider-item p {
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    .fix-mobile-strip ul li a, .fix-mobile-strip ul li span {
        font-size: 12px;
    }
    .get-call-back-text h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .btn {
        font-size: 13px;
    }
    .title h3 {
        font-size: 20px;
    }
    .logo {
        max-width: 160px;
    }
    .banner-section {
        padding-top: 75px;
    }
    .main-banner p {
        position: absolute;
        bottom: 30px !important;
        left: 5px !important;
        color: #fff !important;
        rotate: none !important;
        transform: none !important;
    }

}
/* MEDIA QUERY CSS ENDS HERE */



@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    } 
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
    
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       max-width: 1320px;
    }
}
.project-video video
{
    width: 100%;
}
.amenities-img-slide img
{
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.rera a
{
    color: #000;
    text-decoration: underline;
}
.know-more a:hover{
    background-color: #000;
    color: #fff;
}