
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&family=Pangolin&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  margin: 0;
  padding: 0;
  /* font-family: 'Pangolin', cursive; */
  /* font-family: 'Chakra Petch', sans-serif; */
  font-family: 'Roboto', sans-serif;
}

body{
  background-color: #ffffff;
}

.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.image-popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.image-popup-box {
  position: relative;
  max-width: 70vw;
  max-height: 80vh;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  border-radius: 10px;
}

.popup-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

.popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border: none;
  font-size: 22px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #000;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}




h1{
  font-size : 1.5rem;;
  color: #001730;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 40px;
  
}
h4{
  color: #001730;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  


}
/* banner */

.slider {
  position: relative;
  height:350px !important;
  margin: 0%;
  width: 100% !important;
  text-align: center;
  overflow: hidden;
 
  

}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  opacity: 0;
  transition: opacity 1s ease;
 
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 0px;
}




.slide.active {
  opacity: 1;
}

.listingHeadings .innerListingHeading{
  margin: 0 2%;
  display: flex;
  padding-top: 2rem;
  margin-bottom: 1rem;
  }
  .listingHeadings .innerListingHeading .leftHeadingADS{
  width: 20%;
  padding: 1rem;
  border-radius: .4rem;
  background-color: #FFFFFF;
  box-shadow: rgba(15, 4, 75, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  }
  .listingHeadings .innerListingHeading .leftHeadingADS h3{
  color: #2c2c2c;
  }
  #phoneid{
  font-weight: bold;
  margin:.5rem 0;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  color:#767676;
  }
  .listingHeadings .innerListingHeading .leftHeadingADS p{
  color: #767676;
  font-weight: bold;
  font-size: .8rem;
  }
  .listingHeadings .innerListingHeading .leftHeadingADS p del{
  color: #999;
  font-size: .8rem;
  }
  .listingHeadings .innerListingHeading .leftHeadingADS .price{
  display: flex;
  align-items: center;
  margin-top: .5rem;
  }
  .listingHeadings .innerListingHeading .leftHeadingADS .price h3{
  
  color: #047c34;
  font-size: 2vw;
  font-weight: 600;
  }
  .listingHeadings .innerListingHeading .leftHeadingADS .price p{
  margin-left: 1.3rem;
  color: #000000;
  background-color: #eee;
  padding: .5rem .8rem;
  border-radius: .4rem;
  font-size: 1vw;
  }
  #adultP{
  color: #2c2c2c;
  }

  
.listingHeadings .innerListingHeading .rightListingHeading{
  width: 82%;
  margin-left: 1rem;
  border-radius: .4rem;
  padding: 1rem;
   background-image:linear-gradient(50deg, #08182f 30%, #1f878c 75%, #163a3a 90%);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .listingHeadings .innerListingHeading .rightListingHeading ul li{
  list-style: none;
  display: inline;
  }
  .listingHeadings .innerListingHeading .rightListingHeading ul li a{
  text-decoration: none;
  font-size: .9rem;
  color: #ffffff;
  
  }
  .listingHeadings .innerListingHeading .rightListingHeading ul li a:hover{
  color: #919191;
  font-weight: bold;
  
  }
  .headingbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .headingbox h2{
  color: #ffffff;
  margin-top: 1rem;
  font-family: 'Lora', serif;
  }
  .headingbox .Total-list{
  display: flex;
  align-items: center;
  }
  .headingbox .Total-list p{
  margin-right: .5rem;
  color: #ffffff;
  font-size: .9rem;
  font-weight: bold;
  }
  .headingbox .Total-list span{
 width: 60px;
  border-radius: .5rem;
  border: none;
  padding: .3rem;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  color:#fff;
  text-align: center;
  }
  





/* property-filter */

#property-filter {
  display: flex;
  justify-content:left;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  padding-left: 1rem; 
}


.dropdown-property{
  display: none;
}
/* .All-filter{
  position:fixed !important;
  
} */

.dropdown-location {
  position: relative;
  display: none;
  padding:8px 15px;
   background-image:linear-gradient(to bottom, #08182f 30%, #1f878c 75%, #163a3a 90%);
  border-radius: .5rem;
  min-width: 120px;
}

#location-dropdown {
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: .9rem;
  position: relative;
  display: block;
}
#location-dropdown i{
font-size: .6rem;
margin-left: 1rem;
}
.dropdown-content-location {
  position: absolute;
  top: 0px;
  left: 0;
  display: none;
  width: 100%;
  z-index: 2;
  margin-top: 50px;
  }
  .dropdown-content-location a {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 13px;
  }

  

.dropdown-location:hover .dropdown-content-location {
  display: block;
  }



.dropdown-location-menu option {
  display: block;
  padding: 6px 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
}

.dropdown-location-menu option:hover {
  background-color: #ddd;
}



.dropdown-menu::-webkit-scrollbar {
  display: none;
}

.dropdown-property {
  position: relative;
  display: none;
  padding:8px 15px;
  background-image:linear-gradient(to bottom, #08182f 30%, #1f878c 75%, #163a3a 90%);
  border-radius: .5rem;
  margin: .5rem;
}

#property-dropdown {
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
   background-image:linear-gradient(300deg, #08182f 30%, #1f878c 75%, #163a3a 90%);
  display: block;
  margin: auto;
}

.mobile-location-dropdown{
  display: none !important;
}

#mobile-property-dropdown{
  display: block;
}
.propertyclickshow{
display: none;
}

.dropdown-property-menu.show {
  display: block;

  
}

.dropdown-location-menu option {
  display: block;
  padding: 8px 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
}

.dropdown-location-menu option:hover {
  background-color: #ddd;
}

.property-btn {
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1rem;
  border: 1px solid #00173071;
  color: #001730;
 text-decoration: none;
 
}
.property-btn:hover{
  background-color: #ffffff;
  border: 1px solid rgb(20, 20, 20);
}

.filter-heading{
  align-items: center;
  background-color: #fff;
  top: 5rem;
  width: 75%;
  height: auto;
  margin: auto;
 margin-right: 2%;
 padding-bottom: .5rem;
}

#filter-wrapper {
  display: flex;
  margin-top: 20px;
  
}

#location-filter {
  flex: 0 0 20%;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  margin-top: -4rem;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}


#location-filter label {
  display: block;
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1.1rem 0;
  z-index: 3;
  background-image:linear-gradient(300deg, #08182f 30%, #1f878c 75%, #163a3a 90%);
 color: #fff;
}

.location-filter{
  z-index: 3;
}

#location-btns {
display: flex;
  flex-direction: column;
  position:sticky !important;
  top: 5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  font-size: 1.2rem ;
  max-height: 550px; 
  overflow: auto;
  z-index: 3;
}
#location-btns a{
text-decoration: none;
}
.location-btn, .activeTest {
  display: inline-block;
  padding: 8px 16px;
  background-color: #eeeeee;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 1rem
}

.location-btn:hover{
  background-color: #001e3fc5;
  color:#fff;
}
.activeTest:hover{
  background-color: #001e3fc5;
  color:#fff;
}



.location-btn-mob, .activeTest-mob {
  display: inline-block;
  padding: 8px 16px;
  background-color: #eeeeee;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 1rem
}

.location-btn-mob:hover{
  background-color: #001e3fc5;
  color:#fff;
}
.activeTest-mob:hover{
  background-color: #001e3fc5;
  color:#fff;
}




#location-list {
display: block;
flex : 1 0 ;
margin-right: 20px;
}


.location-item {
  display: flex;
  background-color: #f5f5f5;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 0px;
  color: #000000;
  transition: 1s;
  
}

.location-item:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transform: scale(1.000009);
  
  background-color: #eee;
}

.p3 {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
  content: attr(data-name);
  inset: 0  auto auto calc(-1 * var(--f));
  transform-origin: 100% 0;
    --f: 6px; /* control the folded part*/
  --r: 10px; /* control the ribbon shape */
  --t: 20px; /* the top offset */
  padding: 0 20px calc(4px + var(--f)) var(--r);

  clip-path:  polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%,
      var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(100% - var(--f)/1));
 
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}

 .location-image {
  margin-right: 10px;
  padding: 10px;
  
}






.location-image-slider {
  position: relative;
  margin:0px;
  overflow: hidden;
  width: 520px;
  height: auto;
  margin-right: 20px;
  border-radius: 0px 0px 0px 0px ;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.location-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: absolute;
  border-radius: 0px 0px 0px 0px ;
  box-shadow: rgba(0, 0, 0, 0.48) 6px 2px 16px 0px, rgba(26, 25, 25, 0.8) -6px -2px 16px 0px;
  
}




.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 1;
  background-color: #00000038;
  border-radius: 50px;
  width:25px ;
  height: 25px;
  line-height: 25px;

}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}
.slider-arrow:hover{
  background-color: #000000c2;
}

.location-details {
  flex: 1;
  position: relative;

}
.location-name {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size:small;
  color: #000000;

 
}

.location-title {
  margin-bottom: 10px;
  margin-top: 10px; 
  color: #252525;
  padding-bottom: 5px;
  
}
.propertyCode{
font-size: .9rem !important;
font-weight: bold;
}
.location-title h3{
width: 75%;
}

.location-p p{
  color: rgb(0, 0, 0);
  text-align: justify;
  margin-right: 20px;
}

.location-p p span{
    
}

.location-icons {
display: flex;
align-items: left;
margin-top: 15px;
font-size:15px;
padding: 5px;
padding-bottom: 0;
color: #000000;
}
.location-icons ul{
display: block;
margin-right: 20px;
text-align: center;
}
.location-icons ul img{
 width: 24px;
 height: 24px;
 display: block;
 margin-bottom: 5px;

}
.location-icons ul a{
  color: #272727;
  font-weight: bold;    
}
.listingRating{
 margin-top: 30px;
 
}
.listingRating i{
  color: orange;
  }
  .listingRating button{
    width: 50px;
    font-weight: bold;
    background-color: #047c34;
    border: none;
    color: #fff;
    padding:.2rem;
    border-radius: .5rem;
    margin-left: 20px;
    }


    .pricing{
      /*display: flex;*/
      /*justify-content: space-between;*/
      
    }

.contact{
  display: flex;
  justify-content: space-between;
  padding:1rem 0;
  
}

.location-price {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 10px;  
}

.location-price a{
    text-decoration:none;
    color:#000;
}

.view-detail-buttons {
  display: flex;
  justify-content:center;
  align-items: center;
  /*margin-right: 30px;*/
  margin-bottom:.5rem;
   font-size: 14px;
}

.view-detail-buttons .View-detail {
 display: block;
 text-decoration: none;
  padding:7px;
  color: #000000;
  background-color:orange;;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
 
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  /* box-shadow: 0 0 3px 3px #767c6d77; */
  font-weight:600;

}

 /* contact-section-list */

 .contact-section-list {
  background-image: url('image/villa2.jpg');
  background-color: #000000ad;
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 0 50px;
  margin-top: 40px;
  margin-left: 8%;
  margin-right: 8%;
  background-repeat: no-repeat;
  
}

.contact-section-list-text h2{
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-section-list-text p{
  color: #ffffff;
  font-size: 1rem;
}


.contact-section-list-button {
  /* background-color: #ffffffce; */
  background-color: #ffffff;
  color: #001730;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  
}

.contact-section-list-button:hover{
  box-shadow: rgba(255, 255, 255, 0.09) 0px 2px 1px, rgba(255, 255, 255, 0.09) 0px 4px 2px, rgba(255, 255, 255, 0.09) 0px 8px 4px, rgba(255, 255, 255, 0.09) 0px 16px 8px, rgba(255, 255, 255, 0.09) 0px 32px 16px;
}




/* location-content */

.location-content{
  
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 40px;
 
}
.location-content h2{
  font-size : 2rem;;
  color: #001730;
  margin-bottom: 20px;
  text-align: center;
  
}

.location-content p{
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  background-color: #eee;

  

}
  

  
