html,body{
    height: 100%;
}

*{
    margin: 0;
    padding: 0;
}
.specific-page-container {
    max-width: 90% !important;
}
    

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: flex;
    justify-content: space-between;
}

button.btn.btn-success {
    background-color: #2D3192;
    font-size: 1.2rem;
    font-weight: 300;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1.8rem;
    margin-left: 4rem;
}

.flexnone {
    justify-content: center;
}

.nav-item {
    font-size: 1.2rem;
    padding: 0 1rem;
    color: black;
}

.padding40{
    padding: 40px 0;

}

.form{
    display: flex;
    justify-content: center;

}

form{
    width: 40rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    padding: 18px;
    border-radius: 10px;
}

input[type=text], textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* .right-block{
    float: right;
} */



h1 {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

button.btn.btn-success i {
    padding: 0.3rem;
}

i.fa-solid.fa-check {
    color: #F38321;
    font-size: 1.2rem;
    padding: .5rem;
}

.info {
    margin-left: 15rem;
}

.info li {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
}

.aboutinfo{
    padding: 2rem;
}

 .section-about2{
    background-color: 	#E5E4E2;
}
 .section-about4{
    background-color: 	#E5E4E2;
}

.aboutinfo li {
    list-style: none;
}

i.fa-solid.fa-chevron-right {
    font-size: 1.3rem;
    padding: .5rem;
}

.navbar-light .navbar-text a {
    color: black !important;
    font-size: 1.5rem;
}

.navbar-light .navbar-text a i {
    color: black;
    font-size: 1.2rem;
    padding: .3rem;
}

.phone a {
    color: rgba(0, 0, 0, 0.807);
    font-size: 16.5px;
    padding-right: 5rem;
}

.phone a i {
    color: black;
    font-size: 14.5px;
    padding: .3rem;
}



i.fa-regular.fa-copyright {
    padding: .3rem;
    font-size: .7rem;
}

.left-block p {
    padding-top: 1rem;
    font-size: .9rem;
    color: #686868;
}

.rounded-image {
    border-top-left-radius: 10%;
    border-bottom-right-radius: 10%;
}


.footer-right {
    display: flex;
    justify-content: flex-end;
}

.location a {
    font-size: .9rem;
    color: rgba(0, 0, 0, 0.807);
}

.location p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.icons i {
    margin-right: 1.5rem;
    margin-top: 1rem;
    color: black;
    font-size: 1.5rem;
}

.footer {
    background-color: 		#F5F5F5;
}


/* swiper */

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.bg-img1{
    background-image: url('../images/propertybg1-img.jpg');
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            position: absolute;
           
}

.bg-img2{
    background-image: url('../images/propertybg2-img.jpg');
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            position: absolute;
}

.bg-img3{
    background-image: url('../images/propertybg3-img.jpg');
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            position: absolute;
}

.bginfo h5 {
    font-size: 2rem;
}

.bginfo p {
    font-size: 2.5rem;
}

.card-width{
    width: 27rem;
}

.under-con{
    background-color:#D22B2B;
    color: white;
    position: absolute;
    top: -1rem;
    right: 2rem;
    padding: 0.3rem 0.8rem;
    border-radius: 0.4rem;
    font-weight: 600;
}

.booking{
    background-color:#e78c1e;
    color: white;
    position: absolute;
    top: -1rem;
    right: 2rem;
    padding: 0.3rem 0.8rem;
    border-radius: 0.4rem;
    font-weight: 600;
}

.property-content p {
    margin-bottom: 0;
}

.property-content {
    padding-left: 1rem;
}

.property-price {
    padding-top: .5rem;
}

.card{
    margin-bottom: 2rem;
}

.property-info {
    color: #909090;
}

.property-price h3 {
    color: #F38321;
    font-size: 1.5rem;
}

i.fa-solid.fa-bed {
    font-size: .8rem;
    padding-right: .8rem;
}

i.fa-solid.fa-location-dot {
    padding-right: 1rem;
}

.swiper-wrapper:before {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
}
section.section-1 {
    position: relative;
}
section.section-A {
    position: relative;
}

/* .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 111111 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
} */

.ready-to-move{
    background-color:#008000;
    color: white;
    position: absolute;
    top: -1rem;
    right: 2rem;
    padding: 0.3rem 0.8rem;
    border-radius: 0.4rem;
    font-weight: 600;
}

i.fa-solid.fa-indian-rupee-sign {
    font-size: 1.2rem;
}

.padding-card-1{
    margin-right: 2rem;
}

.padding-card-2{
    margin: 2rem;

}




  .card-width-2 {
    width: 17.2rem;
}

.padding-card-2 {
    margin: 0rem;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  
  .whatsapp-float img {
    animation: bounce 2s infinite;
  }
  

  /* bhumika */
  .ban-img{
    background-image: url('../images/bhumika-banner.jpeg');
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            position: absolute;
           
}

.footer-color{
    background: #222933;
    padding: 2px 0px 5px 0px;
}

.footer-color{
    color: #fff;
    font-size: 1.5rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 3.5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }

  
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  @media (min-width: 62em) {
    .featurette-heading2 {
      margin-top: 0rem;
    }
  }

  @media (min-width: 62em) {
    .featurette-heading3 {
      margin-top: 5rem;
    }
  }
  
  .video-container {
    width: 100%; /* Adjust as needed */
    max-width: 360px; /* Example width for demonstration */
    aspect-ratio: 9 / 16; /* Maintains the 9:16 aspect ratio */
    overflow: hidden;
    background: white;
}

video {
    width: 100%;
    height: 100%;
}

