

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Buginese&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.hero__content--shape {
  left: -200px;
  bottom: 200px;
}
.section--padding{
  padding: 50px 0px;
}

.hero__section--bg5 {
  background-position: center center !important;
  background-size: cover !important;
}
.header__section {
  position: absolute;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 999;
  width: 100%;
}
.main__logo--img img {
  display: none !important;
}
.hero__section5--container {
  padding-bottom: 3rem;
}
.header__sticky.sticky .main__logo--img img {
  display: flex !important;
}
.advance__search--filter__box {
  width: 380px;
}
.advance__search--box__items {
  margin-bottom: 10px;
}
.advance__search--input__label {
  margin-bottom: 3px;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-size: 16px;
}
.advance__search--input__field {
  height: auto;
  padding: 10px;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-size: 16px;
}

/* modal  */
.quick-contact-form .widget__step {
  padding: 0px;
  border: none;
}

.quick-contact-form .modal-body {
  padding: 2rem 3rem 0px;
  height: auto;
}

.quick-contact-form .widget__step--title {
  margin: 0;
}

.quick-contact-form .modal-header {
  padding: 2rem 3rem;
}

.quick-contact-form .modal-footer {
  border: none;
}

.widget__form--input__field {
  padding: 1rem 1rem;
}

.quick-contact-form{
    background-color: rgba(0, 0, 0, 0.758);
}

/* modal  */
.about__content--listing__desc{
    font-size: 17px;
    margin-top: 5px;
}
.about__content--listing__items{
    margin-bottom: 0px;
    align-items: center;
    line-height: 1;
    gap: 0;
    margin-bottom: 15px;
}
.about-con-icon{
  background-color: rgb(192, 255, 192);
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-right: 5px
}
.about-con-icon img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.about__section--style5{
  background-color: aliceblue;
}
.amenities__box{
  background-position: center center !important;
  background-size: cover !important;
}
.amenities__box .amenities__title{
  font-size: 25px;
  color: #fff;
  text-shadow: #000 0px 0px 1px;
}
.building__amenities--section{
  background-color: azure;
}
.amenities__count--number{
  color: #8eb3ff;
}
.amenities__icone span {
  background: #ffffff38;
}
.amenities__box:nth-child(1){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/clube-house.webp');
}
.amenities__box:nth-child(2){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/swiming-pool.webp');

}
.amenities__box:nth-child(3){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/security-service-cctv.webp');
}
.amenities__box:nth-child(4){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/cctv-windfields-newtown.webp');
}
.amenities__box:nth-child(5){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/children-play-area.webp');
}

.amenities__box:nth-child(6){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/power-backup.webp');
}
.amenities__box:nth-child(7){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/gymnasium.webp');
}
.amenities__box:nth-child(8){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/banquet-hall.webp');
}
.amenities__box:nth-child(1):hover{
  background-color: rgb(77, 43, 42);
}
.amenities__box:nth-child(2):hover{
  background-color: rgb(82, 82, 49);
}
.amenities__box:nth-child(3):hover{
  background-color: rgb(72, 91, 48);
}
.amenities__box:nth-child(4):hover{
  background-color: rgb(45, 83, 77);
}
.amenities__box:nth-child(5):hover{
  background-color: rgb(47, 83, 77);
}
.amenities__box:nth-child(6):hover{
  background-color: rgb(52, 57, 93);
}
.amenities__box:nth-child(7):hover{
  background-color: rgb(45, 62, 81);
}
.amenities__box:nth-child(8):hover{
  background-color: rgb(90, 51, 87);
}



.property__type--icon {
  background: rgba(221, 255, 221, 0);
  height: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: none;
  border-radius: 0px;
  position: none;
}
.property__type--icon img{
  height: 250px;
  width: 100%;
}
.property__type--title{
  font-size: 20px;
  margin-top: 6px;
}

.property__type--content{
  color: #000;
  text-align: left;

  font-weight: normal;
  padding-top: 0rem;
}
.property__type--box{
  padding: 10px;
  box-shadow:  #2f2f2f 0px 0px 1px 2px;
}
.property__type--box .property__type--title{
  font-size: 25px;
  margin-top: 15px; 
}
.property__type--subtitle{
  color: #000;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 10px;
}
.property__type--section{
  background-color: whitesmoke;
}
.property__type--section.style2{
  padding: 10px 0px;
}
.internal__gallery--section{
  background-color: #f0ffe5;
}
.property__type--inner-fi > .property__type--box:nth-child(1){
  background-color: #044548;
}
.property__type--inner-fi > .property__type--box:nth-child(1) .property__type--title{
  color: #0ed8e2;
}
.property__type--inner-fi > .property__type--box:nth-child(1) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(2){
  background-color: #45811f;
}
.property__type--inner-fi > .property__type--box:nth-child(2) .property__type--title{
  color: #acff78;
}
.property__type--inner-fi > .property__type--box:nth-child(2) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(3){
  background-color: #001452;
}
.property__type--inner-fi > .property__type--box:nth-child(3) .property__type--title{
  color: #afc3ff;
}
.property__type--inner-fi > .property__type--box:nth-child(3) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(4){
  background-color: #5b005e;
}
.property__type--inner-fi > .property__type--box:nth-child(4) .property__type--title{
  color: #f100f8;
}
.property__type--inner-fi > .property__type--box:nth-child(4) .property__type--subtitle{
  color: #ffffff;
}

/* ================= */
.property__type--inner-se > .property__type--box:nth-child(1){
  background-color: #8e0068;
}
.property__type--inner-se > .property__type--box:nth-child(1) .property__type--title{
  color: #ff5ed4;
}
.property__type--inner-se > .property__type--box:nth-child(1) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-se > .property__type--box:nth-child(2){
  background-color: #0b4800;
}
.property__type--inner-se > .property__type--box:nth-child(2) .property__type--title{
  color: #56ff34;
}
.property__type--inner-se > .property__type--box:nth-child(2) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-se > .property__type--box:nth-child(3){
  background-color: #001452;
}
.property__type--inner-se > .property__type--box:nth-child(3) .property__type--title{
  color: #698fff;
}
.property__type--inner-se > .property__type--box:nth-child(3) .property__type--subtitle{
  color: #ffffff;
}

.windfields-map-section{
  padding: 10px 0px 0px;
}
.windfields-map-section iframe{
  border-radius: 10px;
}