
 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
 
.card-text,.firstDetail p{
    margin-bottom:0
}

.details,.firstDetail{
    display:flex;
    justify-content:space-between
}

.firstDetail p{
    background-color:#b8860b;
    padding:4px;
    color:#fff;
    filter:contrast(1.5);
}
a,a:hover{
    color:#000
}
.priceDetail{
    display:flex;
    justify-content:space-between;
    padding-top:8px;
    border-top:1px solid #000
}
.priceDetail button{
    padding:0 40px;
    background-color:#000
}
a{
    text-decoration:none;
    list-style:none
}
.card img{
    height:234px;
    object-fit:cover
}
.card:hover{
    box-shadow:rgba(0,0,0,.2) 0 12px 28px 0,rgba(0,0,0,.1) 0 2px 4px 0,rgba(255,255,255,.05) 0 0 0 1px inset
}
.maincard h1{
    text-align:center;
    margin:14px 0
}
.carousel img{
  
    object-fit:cover
}
@media(max-width:512px){
    .carousel img{
        height:100%;
        object-fit:contain
    }
}
.parentsWeb{
    max-width:1425px;
    margin:auto;
    padding:0 12px
    position :relative;
}
.disclaimer h2{
    text-align:center;
    margin-bottom:23px;
    color:#1b4242
}
.disclaimer p{
    font-family:'Source Serif 4',serif;
    font-size:16px;
    color:rgba(39,48,67,.5);
    line-height:1.5
}

disclaimer p b{
    color:black;
}
.disclaimer{
    background:linear-gradient(0deg,#fdfaef,#fdfcfb);
    padding:19px
}
.navbar{
    position:sticky;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    padding-top:.5rem;
    padding-bottom:.5rem;
    top:0;
    z-index:100000;
    background:#fff
}

.contactUs{
    width: 206px;
    height: 36px;
    background: #fff;
    border: 1px solid #27262e;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(-90deg);
    right: -83px;
    position: fixed;
    z-index: 10000;
    top: 234px;
}





/*@media(max-width:450px)*/
/*{*/
/*    .contactUs{*/
/*        display:none;*/
/*    }*/
/*}*/


#popupgodrej5102023{
  width: 284px;
    position: fixed;
    right: 47px;
    top: 143px;
    background: #f2eee8;
    padding: 12px;
    border: 1px solid #666;
    border-radius: 5px;
}
#popupgodrej5102023 input[type=text]{
    height: 47px;
    background: #f2eee8;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid black;
}
#popupgodrej5102023 .head-had{
    background: none;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 15px;
}
#popupgodrej5102023 .head-had p{
    font-size:12px;
    font-weight:600;
    text-transform:capitalize;
    line-height:21px
}
#popupgodrej5102023 .security{
    display:flex
}
#popupgodrej5102023 .popupdelete{
       position: absolute;
    top: -26px;
    /* background: red; */
    /* border-color: red; */
    color: #fff;
    font-weight: 700;
    left: 0;
    border-radius: 50%;
    padding: 5px;
    background: black;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
/*html,body{*/
/*  display: grid;*/
/*  height: 100%;*/
/*  place-items: center;*/
/*  text-align: center;*/
/*  background: #f2f2f2;*/
/*}*/
.slider{
  max-width: 1200px;
  display: flex;
}
.slider .card{
  flex: 1;
  margin: 0 0px;
  background: #fff;
  width: 22rem;
}

@media  (max-width: 630px){
  .card {
    width: 100%;
  }
}
.slider .card .img{
  /*height: 200px;*/
  /*width: 100%;*/
}
.slider .card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider .card .content{
  padding: 10px 20px;
}
.card .content .title{
  font-size: 25px;
  font-weight: 600;
}
.card .content .sub-title{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}
.card .content p{
  text-align: justify;
  margin: 10px 0;
}
.card .content .btn{
  display: block;
  text-align: left;
  margin: 10px 0;
}
.card .content .btn button{
  background: #e74c3c;
  color: #fff;
  border: none;
  outline: none;
  font-size: 17px;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.card .content .btn button:hover{
  transform: scale(0.9);
}

.Amenities{
    text-align:center;
    margin-bottom:12px;
}
.privacy{
    font-size:20px;
    color:white;
}

.privacy:hover{
    color:white;
}





