*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.main-header{
    width: 100%;
    height: 100Vh;
    background-image: url('../images/newbanner.jpg'), linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    position: relative;
    
}

@media (min-width:320px) and (max-width:525px){
  .main-header{
        height: 70vh;
      
    }
}
nav{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    transition: background-color 0.4s ease-out;
    z-index: 1000;
}

#navbarNav{
    display: flex;
    align-items: center;
}
.nav-item>.nav-link{
    text-decoration: none;
    color: white;
   font-size: 0.9rem;
}
.nav-item>button{
    border: none;
}
nav.scroll {
    background-color: white;
  }

  .call{
    border: 1px solid white;
    border-radius: 25px;
    padding: 2px 8px;
    text-align: center;
  }
button>.fa-bars{
    font-size: 1.5rem;
  }
  .offcanvas {
    position: fixed;
    top: 0;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
    color: black;
  }
  
  .offcanvas-end {
    top: 0;
    right: 0;
    width: 335px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
    
  }
  
  .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem 1rem 2rem;
    overflow-y: auto;
   
  }
  .offcanvas-body>.nav-item>a{
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    
  }
  .offcanvas-body>.nav-item>a:hover{
    background-color: bisque;
  }
  .offcanvas-body>.nav-item>.nav-link>a>i{
    color: black;
    font-size: 1.5rem;
    padding-right: 15px;
  }

  .navbar-brand>.m-logo{
    display: none;
  }
  @media (min-width:320px) and (max-width:768px){
        .navbar-brand>.d-logo{
        display: none;
      }
      .navbar-brand>.m-logo{
        display: block;
      }
      .nav-item>a>p{
        display: none;
      }
      .call{
        border: none;
        padding: 10px 0px;
      }
      .call>img{
        display: none;
      }
  }
  .text-section{
    width: 100%;
    position: absolute;
    color: black;
    top: 35%;
    padding: 0px;
    margin: 0px;
    text-align: center;
  }
  .top-heading>h2{
    font-size: 2.5em;
  }
  .top-heading>p{
    font-size: 1.7em;
  }

  .search-sec{
      margin: 20px 0px;
  }

  .search-sec>input{
    width: 45%;
    height: 3.9em;
    padding-left: 30px;
    border: none;
    outline: none;
  }
  .search-sec>button{
    padding: 0.7em 1.8em;
    background-color: yellow;
    font-size: 1.3em;
    border: none;
  }
  .search-sec>button>i{
    padding: 8px;
    font-size: 0.9em;
  }
  .discover{
      margin-top: 50px;
    color: white;
  }
  .discover>a{
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 1.3rem;
  }
  .discover>a:hover{
    color: yellow;
    border: 1px solid yellow;
  }

  @media (min-width:320px) and (max-width:525px){
    .text-section{
        top: 25%;
    }
    .top-heading>h2{
        font-size: 1.5em;
      }
      .top-heading>p{
        font-size: 1em;
      }
      .search-sec{
        margin: 10px 0px;
    }
  
    .search-sec>input{
      width: 55%;
      height: 1.9em;
      padding:1.3em 0.6em 1.3em 0.5em;
      font-size: 0.6rem;
    }
    .search-sec>button{
      padding: 0.3em 0.6em;
      font-size: 0.7em;
    }
    .search-sec>button>i{
      padding: 4px;
      font-size: 0.9em;
    } .discover{
        margin-top: 20px;
    }
    .discover>a{
      padding: 4px 15px;
      font-size: 0.9rem;
    }
  }
  @media (min-width:526px) and (max-width:768px){
    .text-section{
        top: 25%;
    }
    .top-heading>h2{
        font-size: 1.5em;
      }
      .top-heading>p{
        font-size: 1em;
      }
      .search-sec{
        margin: 10px 0px;
    }
  
    .search-sec>input{
      width: 45%;
      height: 1.9em;
      padding:1.3em;
      font-size: 0.9em;
    }
    .search-sec>button{
      padding: 0.55em 1em 0.5em 1em;
      font-size: 0.9em;
    }
    .search-sec>button>i{
      padding: 7px 6px 0px 0px;
      font-size: 0.9em;
    } 
    .discover{
        margin-top: 40px;
    }
    .discover>a{
      padding: 6px 20px;
      font-size: 1.1rem;
    }
  }

  /*=============================
	Start Cowndown CSS
===============================*/
/* .cown-down{
  background-color: #F1F1F2;
  
} */
.content-1{
  text-align: center;
  background-color: #F1F1F2;
  height: 552px;
  padding-top: 7%;
}
.small-title{
  font-size: 2.5rem;
 
}
.line{
  border-bottom: 3px solid black;
  width: 300px;
  margin: -15px auto 15px auto;

}
.heading-block>h2{
  font-size: 2.1rem;
}
.heading-block>h2>s{
  font-size: 1.6rem;
  margin-top: -5px;
}
.heading-block>h3{
  font-size: 1.5rem;
}
#countdown>ul{
  padding-left: 0rem;
}


#countdown>ul>li {
  display: inline-block;
  font-size: 1rem;
  list-style-type: none;
  padding: 0.5em;
  text-transform: uppercase;
}

#countdown>ul>li>span {
  display: block;
  font-size: 2.5rem;
  background-color: White;
  padding: 10px 10px;
}

.quote-btn>a{
  padding: 10px 50px;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(77, 77, 77);
  border: 1px solid grey;
  transition: all 0.6s ease ;
}
.quote-btn>a:hover{
  color: orange;
  border: 1px solid orange;
  
}
.image{
  background-color: #F1F1F2;
  padding: 3rem;
}
@media all and (max-width: 768px) {
  .cown-down{
    padding: 10px 0px;
  }
  
  .heading-block>h2{
    font-size: 2rem;
  }
  .heading-block>h2>s{
    font-size: 1.5rem;
  }
  .heading-block>.small-title {
    font-size: calc(1.5rem * var(--smaller));
  }
  .heading-block>h3 {
    font-size: calc(1.5rem * var(--smaller));
  }
  #countdown>ul>li{
    font-size: calc(1.125rem * var(--smaller));
  }
  
  #countdown>ul>li>span {
    font-size: calc(3.375rem * var(--smaller));
  }
  .quote-btn>a{
    padding: 5px 20px;
    background-color: yellow;
    font-size: calc(3.375rem * var(--smaller));
    font-weight: 600;
    color: rgb(101, 101, 101);
    border: 1px solid grey;
    transition: all 0.6s ease ;
  }

  .image{
    padding: 1.5rem;
  }
}
@media (min-width:526px) and (max-width: 768px){
  .image{
    padding: 1.5rem;
  }
}
@media all and (max-width: 525px){
  .image{
    padding: 0rem;
  }
}

/*=============================
	End Cowndown CSS
===============================*/



.trending{
  width: 100%;
  height: 50vh;
  background-color: black;
}
.btm-brder{
  color: white;
  padding-top: 50px;
 
}

.trend-project{
  margin-top: -13%;
}
.t-p{
  text-decoration: none;
  color: black;
}
.t-p:hover{
  color: black;
}

.title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1px;
}
.title>h5{
  font-size: 1.2rem;
  margin: 0px;
}
.title>.rera{
  background-color: #F1F1F2;
  padding: 5px 7px;
  border-radius: 14px;
  font-size: 0.8rem;
  margin: 0px;
}
.card-body>.card-text{
  font-size: 1rem;
}


.link{
  border-top: 1px solid grey;
 
}
.link>p{
  font-size: 1.2rem;
  margin-bottom: 0px;
  margin-top: 10px;
}
.size>p{
  font-size: 0.9rem;
}
.link>a{
  text-decoration: none;
  background-color: #F1F1F2;
  padding: 10px 12px;
  margin-top: 8px;
  border-radius: 20px;
  color: purple;
  font-size: 0.8rem;
  
}
.link>a:hover{
  background-color: purple;
  color: white;
}



@media (min-width:526px) and (max-width:768px){
  .trending {
    height: 30vh;
  }
  .title>h5{
    font-size: 0.8rem;
  }
  .title>.rera{
    font-size: 0.5rem;
  }
  .card-body>.card-text{
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
  }
  .size>p{
    font-size: 0.7rem;
  }
  .link>p{
    font-size: 0.8rem;
    padding: 0px;
    margin-top: 5px;
  }
  .link>a{
    font-size: 0.6rem;
    margin-top: 2px;
    padding: 6px 7px;
  }
  
}

@media (min-width:320px) and (max-width:525px){
  .trending {
    height: 42vh;
  }
  .trend-project{
    margin-top: -20%;
  }
  .link>p{
    font-size: 0.9rem;
    padding: 0px;
  }
  .link>a{
    margin-top: 2px;
  }
  
}


.property{
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}
.property>img{
  width: 100%;
  transition: all 1.6s ease-out;
}

/* .property>h6{
  position: absolute;
  top: 42%;
  width: 100%;
  text-align: center;
  font-size: 2.3rem;
  text-shadow: 1px 1px 5px black;
  color: white;
} */
.overlay{
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0,0.3);
  position: absolute;
  top: 0px;
}
.property:hover>img {
  transform: scale(1.2);
}

.property>h6 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  /* line-height: 2; */
  /* color: #ff0; */
  color: white;
  /* font-size: 2.3rem; */
  /* font-family: verdana; */
  /* letter-spacing: 4px; */
  padding-left: 5px;
  font-size: 1.6rem;
  text-shadow: 2px 2px 5px #1b121e;
}

@media (min-width:320px) and (max-width:525px){
  .property>a>h6{
    font-size: 1rem;
  }
}
@media (min-width:526px) and (max-width:768px){
  .property>a>h6{
    font-size: 1.3rem;
  }
}
@media (min-width:769px) and (max-width:1024px){
  .property>a>h6{
    font-size: 1.7rem;
  }
}
.dlf{
  padding: 0px 50px;
}
.dlf-slider{
  padding: 0px 100px;
}
.dlf-top{
  width: 100%;
  margin-top: 25px;
}
.dlf-top>i{
  font-size: 2.3rem;
  margin-top: 10px;
  margin-bottom: 30px;
}

.img-overlay {
  position: absolute;
  /* top: 0; */
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.4rem 0rem;
  border-radius: calc(0.25rem - 1px);
  background-color: rgba(0, 0, 0,0.5);
  color: white;
  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.img-overlay>p{
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}
.card-list{
  margin-top: -2px;
  z-index: -1;
}

@media (min-width: 320px) and (max-width:525px){
  .dlf{
    padding: 0px;
  }
  .dlf-slider{
    padding: 0px;
  }
  .img-overlay>p{
    font-size: 1rem;
  }
}
@media (min-width: 526px) and (max-width:768px){
  .dlf{
    padding: 0px;
  }
  .img-overlay>p{
    font-size: 0.7rem;
  }
  .card-list>ul>li{
    font-size: 0.7rem;
    padding: 0.5rem;
  }
}
.card-details{
  text-decoration: none;
}
.master-project{
  display: flex;
  align-items: center;
  margin: 10px 0px;
  justify-content: space-between;
}
.master-project>h4{
  font-size: 1.1rem;
  margin: 0px;
}
.master-project>p{
  margin: 0px;
  border: 1px solid black;
  text-align: center;
  padding: 6px 7px;
  
}
.project-des{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width:320px) and (max-width:525px){
  .master-project>h4{
    font-size: 0.9rem;
  }
  .master-project>p{
    font-size: 0.6rem;
    padding: 4px 5px;
  }
}
@media (min-width:526px) and (max-width:768px){
  .master-project>h4{
    font-size: 0.9rem;
  }
  .master-project>p{
    font-size: 0.7rem;
    padding: 5px 6px;
    margin: 0px;
  }
  .project-des{
    font-size: 0.8rem;
  }
}
.comm>img{
  width: 100%;
  height: 490px;
  object-fit: cover;
}
.proj-overlay{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem 0.4rem 1.5rem 0.5rem;
    line-height: 5px;
    border-radius: calc(0.25rem - 1px);
    background-color: rgba(0, 0, 0,0.5);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proj-text>p:nth-child(1){
  font-size: 0.8rem;
}

.proj-text>p:nth-child(2){
  font-size: 0.9rem;
  line-height: normal;
}
.proj-overlay>a{
  text-decoration: none;
  color: white;
  border: 1px solid white;
  padding: 12px 12px;
  border-radius: 25px;
  font-size: 0.95rem;
}
.proj-overlay>a:hover{
  border: 1px solid yellowgreen;
  color: yellowgreen;
}

@media (min-width:769px) and (max-width:1200px){
  .proj-overlay{
  white-space: unset;
  padding: 1.5rem 1rem 1.5rem 0.3rem;
  }
  .proj-overlay>a{
    padding: 5px 8px;
    white-space: nowrap;
    font-size: 0.7rem;
  }
  .proj-text>p:nth-child(1){
    font-size: 0.7rem;
  }
  
  .proj-text>p:nth-child(2){
    font-size: 0.8rem;
    line-height: normal;
  }
}

@media (max-width:768px){
 
  .comm>img{
    width: 100%;
    height: 360px;
    
  }
  .proj-overlay{
    padding: 0.7rem 0.5rem 0.7rem 0.3rem;;
    border-radius: calc(0.25rem - 1px);
    color: white;
    line-height: normal;
    overflow:visible;
    white-space:unset;
    text-overflow: ellipsis;
    
  }
  .proj-overlay>.proj-text>p{
    font-size: 0.8rem;
    margin: 0px;
  }
  .proj-overlay>a{
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}

.banner2{
  height: auto;
  padding: 0px;
  margin: 20px 0px;
  position: relative;
}
.banner2>img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.box5{
  width: 87%;
  height: 380px;
  position: absolute;
  margin: 35px auto;
  left: 0;
  right: 0;
  top: 0px;
  border: 1px solid orange;
  
}

.box-text{
  background-image: linear-gradient(to right, rgb(242, 150, 32), rgba(255,0,0,0));;
  width: 70%;
  text-align: left;
  color: white;
  padding: 40px 0px 40px 20px;
  margin-top: 6%;
  display: flex-end;
}
.box-text>h6{
  font-size: 2.5rem;
}
.box-text>p{
  font-size: 1.3rem;
}
.box-text>p>i{
  text-align: center;
  padding-right: 15px;
}

@media (min-width:526px) and (max-width:768px){
  .banner2>img{
    height: 350px;
  }
  .box5{
    height: 325px;
    margin: 10px auto;    
  }
  .box-text{
    width: 80%;
    padding: 20px 0px 20px 20px;
    margin-top: 8%;
  }
  .box-text>h6{
    font-size: 1.8rem;
  }
  .box-text>p{
    font-size: 1rem;
  }
}

@media (min-width:320px) and (max-width:525px){
  .banner2>img{
    height: 250px;
  }
  .box5{
    height: 225px;
    margin: 10px auto;    
  }
  .box-text{
    width: 80%;
    padding: 20px 0px 20px 20px;
    margin-top: 8%;
  }
  .box-text>h6{
    font-size: 1.5rem;
  }
  .box-text>p{
    font-size: 0.9rem;
  }
}


.collection{
  width: 98%;
 margin: 0 auto;
 
}    


.content {
  position: relative;
  width: 100%;
  max-width: 650px;
  overflow: hidden;
}

.grand-img{
  width: 900px;
  height: 550px;
  padding: 30px 0px; 
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 490px;
  overflow: hidden;
  left: 0;
  top: 30px;
  bottom: 0;
  right: 0;
  opacity: 0;
  /* -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s; */
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.grand-border{
  border: 1px solid rgb(202, 165, 0);
  width: 80%;
  height: 410px;
  position: absolute;
  top: 75px;
  left: 40px;
  
}

.grand:hover .grand-border{
  width: 90%;
  height: 454px;
  transition: all .3s ease-out;
  top: 50px;
  left: 23px;
}

.luxury-home-title{
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding: 0px;
  
  text-shadow: 0px 0px 10px black;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  /* -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
  /* -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s; */
  transition: all 0.5s ease-in-out 0s;
}

.content-details>h6{
  font-size: 1.5rem;
}
.content-details>h6>span{
  font-size: 2.5rem;
}
.content:hover .content-details{
  top: 82%;
  left: 50%;
  opacity: 1;
  color: white;
}
.fadeIn-bottom{
  top: 90%;
}
.num-img{
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.content .content-overlay-1 {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 650px;
  overflow: hidden;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  opacity: 0;
  /* -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s; */
  transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-overlay-1{
   opacity: 1;
}

.grand-border-1{
  border: 1px solid rgb(202, 165, 0);
  width: 80%;
  height: 478px;
  position: absolute;
  top: 40px;
  left: 43px;
}

.num:hover .grand-border-1{
  width: 90%;
  height: 494px;
  transition: all .3s ease-out;
  top: 30px;
  left: 24px;
}

@media (max-width: 425px) and (min-width: 220px){
 .grand-img{
      height: 500px;
 }
 .grand-border{
     height: 375px;
     top: 66px;
     left: 30px;
 }
  .luxury-home-title{
      font-size: 30px;
      text-align: center;
  }

  .num-img{
      height: 500px;
  }
  .grand-border-1{
      height: 425px;
      top: 40px;
      left: 30px;
  }
}

@media (max-width: 768px){
  .luxury-home-title{
      font-size: 20px;
      text-align: center;
  }
  .grand-border{
      width: 83%;
      height: 365px;
      top: 70px;
      left: 35px;
  }
  .grand:hover .grand-border{
      width: 88%;
      height: 400px;
      transition: all .3s ease-out;
      top: 50px;
      left: 25px;
     
  }
  
  .content .content-overlay{
      height: 440px;
      overflow: hidden;
  }
  
  .grand-img{
      height: 500px;
 }
 .num-img{
  height: 500px;
}
  .grand-border-1{
    width: 84%;
      height: 430px;
      top: 40px;
      left: 31px;
  }
  .num:hover .grand-border-1{
      width: 89%;
      height: 455px;
      transition: all .3s ease-out;
      top: 24px;
      left: 22px;
     
  }
}

#book-a-table {
  background-color: black;
  padding: 45px 0;
  margin-top: 30px;
}
/* .section-title {
  padding-bottom: 40px;
} */

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #cda45e;
}

.meeting{
  /* background-color: black; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 25px 15px 10px 15px; */
  color: white;
}
.meeting>.icon-l{
  font-size: 5rem;
  text-align: center;
  margin-top: -25px;
}
.sch-btn{
  border: 1px solid white;
  color: white;
}

.sch-btn:hover{
  border-color: #cda45e;
  background-color: #cda45e;
  color: white;
}

/* .prop-budget{
  width: 100%;
  flex-direction: row;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.prop-budget>img{
  width: 60%;
}
.prop-budget-detail{
  text-align: center;
}
.prop-budget-detail>a{
  text-decoration: none;
  color: white;
  background-color: green;
  padding: 7px 10px;
  border-radius: 25px;
  
} */

.bud_plan {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 50px 0; 
  background-color: #F1F1F2;
 margin-top: 30px;
}

.bud>.card {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px 10px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  transition: .5s;
}
.bud>.card:hover {
  transform:scale(1.1);
}
.card_black, .card_black .title .fa {
  background: linear-gradient(-45deg, #8f8f8f, #5f5f5f);
}
.card_violet, .card_violet .title .fa  {
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.card_three, .card_three .title .fa  {
  background: linear-gradient(-45deg, #24ff72, #9a4eff);
}
.card_red, .card_red .title .fa {
  background: linear-gradient(-45deg, #ffec61, #f321d7);
 
}

.bud>.card:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  transform: skewY(-5deg) scale(1.5);
}

.title>.fa {
  color: #fff;
  font-size: 4rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.title>h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 2.2rem;
  z-index: 2;
}
.price {
  position: relative;
  z-index: 2;
  
}
.price>h4 {
  margin: 0;
  padding: 0px 0 0 0;
  color: #fff;
  font-size: 2.5rem;
}


.option {
  position: relative;
  z-index: 2;
}
.option>ul {
  margin: 0;
  padding: 0;
}
.option>ul>li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}
.bud>.card>a {
  display: block;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #262ff2;
  width: 150px;
  height: 40px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0, .1);
}

@media (min-width: 526px) and (max-width: 768px){
.bud_plan>.container-fluid>.container>.row{
  --bs-gutter-x: 0.5rem;
}
.bud_plan {
  padding: 25px 0; 
  
}
.bud>.card {
   padding: 10px 10px;
}
.title>.fa {
  font-size: 1.5rem;
  width: 80px;
  height: 50px;
  line-height: 50px;
}
.title>h2 {
  margin: 10px 0 0;
  font-size: 1.2rem;
}
.price>h4 {
  font-size: 1.5rem;
}

}
@media (min-width: 320px) and (max-width: 525px){
  .bud>.card {
    margin: 10px 0px;
 }
}
.ready{
  text-align: center;
  padding:0px;

}

.item{
  text-align: center;
  padding:25px;

}
circle{
  display: flex;
  align-items: center;
}
.circle>i{
  width: 100px;
  height: 100px;
  font-size: 4rem;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  color: orangered;
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 25px;
    background: #D6D6D6;
    
    cursor: pointer;
    border-radius: 3px; }

    .owl-carousel .owl-nav{
      position: absolute;
      width: 100%;
      top: 35%;
      left: 0px;
      display: flex;
      justify-content: space-between;
    }
    .owl-carousel .owl-nav button i{
      color: white;
      font-size: 1.5rem;
      background-color: #4c4c4c;
      padding: 10px;
      border-radius: 50%;
    }

    .owl-carousel .owl-nav button i:hover{
      background-color: #4DC7A0;
      /* color: black; */
    }

    .owl-carousel .owl-nav button .fa-long-arrow-left{
      margin-left: -100px;
    }
    .owl-carousel .owl-nav button .fa-long-arrow-right{
      margin-right: -100px;
    }

    .owl-carousel .owl-nav button .btn-left{
      margin-left: -50px;
    }

    .owl-carousel .owl-nav button .btn-right{
      margin-right: -50px;
    }

    .top-devlop{
      margin-bottom: 20px !important;
    }
    
  .top-devlop>img{
    margin: 6px;
    border: 1px dotted rgb(165, 165, 165);
  }
  @media all and (max-width:1024px){
    .owl-carousel .owl-nav button .fa-long-arrow-left{
      margin-left: -10px;
    }
    .owl-carousel .owl-nav button .fa-long-arrow-right{
      margin-right: -10px;
    }
  }

  @media all and (max-width: 525px){
    .owl-carousel .owl-nav button .fa-long-arrow-left{
      margin-left: 0px;
    }
    .owl-carousel .owl-nav button .fa-long-arrow-right{
      margin-right: 0px;
    }
    .meeting{
      text-align: center;
    }
  }

  .budget-top{
    margin: 50px 0px 10px 0px;
  }
  .serial{
    padding-left: 15px;
    padding-top: 7px;
    font-size: 4rem;
    font-weight: 700;
    z-index: 1;
    color: #cccccc;
  }
  .sn{
    width: 100%;
    position: absolute;
    text-align: center;
  }
  
  .sn-details{
    z-index: 1;
  }
  .card-body{
    padding: 0rem 1rem 1rem 1rem;
  }
  .card-title{
    font-size: 1.6rem;
  }
  @media (min-width:526px) and (max-width: 768px){
    .p-budget{
      margin-bottom: 10px;
    }
    .serial{
      font-size: 2.5rem;
      font-weight: 600;
    }
  }
  @media all and (max-width: 525px){
    .p-budget{
      margin-bottom: 10px;
    }
    .serial{
      font-size: 3rem;
    }
    .sn>img{
      width: 60%;
    }
  }

  footer{
    background-color: #1b121e;
    color: white;
    margin: 0 auto;
    padding: 40px 0px 5px 0;
    text-align: justify;
  }
  .ft-menu{
    /* display: flex;
    flex-direction: column; */
    margin-top:25px;
  }
  .ft-menu>a{
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 0.9rem;
    color: white;
    white-space: nowrap;
  }
  .ft-menu>a:hover{
    color: yellow;
  }
  .ft-whatsapp{
    margin-top: 27px;
  }
  .foot-whatsapp{
    text-decoration: none;
    color: white;
    background-color: green;
    padding: 7px 10px;
    border-radius: 7px;
  }
  .foot-whatsapp:hover{
    color:white;
    background-color: #45c455;
  }

  .ft-socialicon>a{
    text-decoration: none;
    padding: 0 4px;
    color: white;
    font-size: 1.4rem;
  }
  .ft-socialicon>a>.fa-square-facebook:hover{
    color:#262ff2;
  }
  .ft-socialicon>a>.fa-instagram:hover{
    color:#f22674;
  }
  .ft-socialicon>a>.fa-linkedin:hover{
    color:#1970C6;
  }
  .ft-socialicon>a>.fa-square-twitter:hover{
    color:#1D9BF0;
  }
  .ft-socialicon>a>.fa-youtube:hover{
    color:#ff3434;
  }
  .f-line{
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    width: 83%;
    margin: 0 auto;
  }
  .f-lin>p {
    margin: 7px 0px 10px 0px;
  }
  @media (min-width:526px) and (max-width:768px){
    .ft-menu{
      text-align: center;
     }
     .ft-whatsapp{
       text-align: center;
     }
     .ft-socialicon{
      text-align: center;
     }
     
  }
  @media all and (max-width:525px){
    footer{
      text-align: center;
      font-size: 0.9rem;
      padding: 30px 0px 0 0;
    }
   .ft-menu{
     margin: 0 auto;
    max-width: 120px;
   }
    .ft-menu>a{
      margin-bottom: 10px;
      font-size: 0.9rem;
    }
    .ft-whatsapp{
      margin-bottom: 20px;
    }
    .f-lin>p {
      margin: 7px 0px 52px 0px;
    }
  }

  
  .bud-pro{
    width: 99%;
    margin: 0 auto;
  }

  .card-info {
    width: 100%;
    flex-direction: row;
    padding: 0 0 0 7px;

  }
  .card-info>img {
    width: 30%;
    padding: 15px 0px;
    background-position: center;
    background-size: cover;
  }

  @media (min-width:992px) and (max-width:1440px){
    .card-info>img {
      width: 20%;
      padding: 25px 0px;

    }
    .card-info>.card-body{
      padding: 0.3rem 0rem 0.5rem 0.5rem;
    }
    
    .card-info>.card-body>h5{
      font-size: 0.9rem;
    }
    .card-info>.card-body>p{
      font-size: 0.7rem;
    }
    .card-info>.card-body>a{
      font-size: 0.7rem;
    }
  }

  #topBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #e74c3c;
    color: white;
    border: none;
    cursor: pointer;
    display: none;
  }
  #topBtn>i{
    translate: 90% 35%;
  }

  .calloption {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 70px;
    z-index: 1;
    }
    

    .mymodal{
      position: fixed;
      top: 0px;
      width: 100%;
      justify-content: center;
      align-items: center;
      display: flex;
      height: 100vh;
      background-color: rgb(0,0,0,0.8);
      display: none;
      padding-top: 0px;
      z-index: 1000;
    }
    .mmodal{
      position: fixed;
      top: 0px;
      width: 100%;
      justify-content: center;
      align-items: center;
      display: flex;
      height: 100vh;
      background-color: rgb(0,0,0,0.8);
      display: none;
      padding-top: 0px;
      z-index: 1000;
    }
    .modal{
      width: 100%;
     }
     .modal-content{
     width: 70%;
     margin: 50px auto;
     background-color: #fff;
     border-radius: 10px;
     }
     .m-title{
      position: absolute;
     z-index: 1;
     right: -2px;
     top: -2px;
     }
          
    .close-btn{
      font-size: 20px;
      /* border-radius: 50%;
      background-color: white; */
      padding: 0px 8px;
    }
    .close-btn:hover{
      background-color: #333;
      color: white;
    }
    .modal-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1040 !important;
      width: 100vw;
      height: 100vh;
      background-color: #000;
  }
    .form-input>input{
      border-radius: 25px;
      margin-top: 0.9rem;
      outline: none;
    }
    .form-input>input:focus, textarea:focus, select:focus{
      outline: none;
    }
  
   

    .mediamain{ display: table-column;}
    @media screen and (max-width: 525px){
        .mediamain{ 
            width:100%; 
            background:#fff; 
            padding:4px; 
            -webkit-box-shadow: 0px -3px 5px -1px rgba(112,112,112,1);
            -moz-box-shadow: 0px -3px 5px -1px rgba(112,112,112,1);
            box-shadow: 0px -3px 5px -1px rgba(112,112,112,1); 
            position:fixed; bottom:0px; left:0px; 
            font-family:poppins, Calibri; 
            display:block;
           }
           
           .mediamain .button1 {
               width: 50%;
               float: left;
               background: #729d32;
               color: #fff;
               text-align: center;
               border-radius: 4px;
               font-size: 17px;
               margin-right: 2%;
               padding: 8px;
               margin-left: 0%;
           }
           
           .mediamain .button2{ width:47%; 
               float:left; 
               background:#45c455; 
               color:#fff; 
               text-align:center; 
               border-radius:4px; 
               font-size:18px; 
               padding:8px;
           }

                .data {
                    font-size: 10px;
                }

                #topBtn{
                  bottom: -20px;
                }

                .modal-content{
                  width: 78%;
                }
                
    }

    .res-top{
      width: 100%;
      height: 50Vh;
      background-image: url("../images/res-banner.jpg"), linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
      background-position: center;
      background-size: cover;
      background-blend-mode: overlay;
      position: relative;
  
    }

    .nav-tabs>.nav-link{
      font-weight: bold;
      color: rgb(77, 77, 77);
    }
    .nav-tabs>.nav-link.active{
      background-color: rgb(77, 77, 77);
      color: white;
    }

    /*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu{
  position: relative;
}
.pro-nav{
  position: sticky;
  top: 32px;
  z-index: 10;

}
.project-list{
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.project-list>ul{
  display: flex;
  margin-bottom: 10px;
  background-color: #fff;
}

.project-list>ul>li{
  list-style: none;
  background: #eee;
  padding: 8px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 600;
}

.project-list>ul>li.active{
  background: #03a9f4;
  color: #fff;
}

.property-item{
  padding: 5px !important;
}

@media (min-width: 577px) and (max-width: 768px){
  .res-top {
    width: 100%;
    height: 35vh;
  }

  .pro-nav{
    top: 19px;
  }
  .project-list>ul>li{
    font-size: 1rem;
    padding: 5px 9px;
    margin: 4px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 576px){
  .pro-nav{
    top: 34px;
  }

  .project-list{
    margin-top: 1rem;
    margin-bottom: 0rem;
    
  }
  .project-list>ul{
    background-color: #fff;
  }
  
  .project-list>ul>li{
    font-size: 0.7rem;
    padding: 5px 9px;
    margin: 3px;
    letter-spacing: 0px;

  }
}

  