section.property-banner::before {
    background-color: #f2f2f2;
    z-index: -2;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}
  .about1{
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .about1 .about-img::after {
    content: "";
    top: -20px;
    width: 150px;
    height: 300px;
    left: -150px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/circle.png);
    transform: rotate(180deg);
  }
  .about1 .row{
    align-items: center;
  }
  .about1 .about-img{
    position: relative;
  }
  .about1 .about-img img{
    object-fit: cover;
    border-radius: 10px;
  }
  .about1 .about-heading h2{
    font-weight: 300;
    position: relative;
  }
  .propert-detail h1{
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: right ;
  font-family: 'GothicA1-Regular';
}
.upcoming-project::before, .pervious-porject::before {
    background-color: #f8f8f8;
    z-index: -2;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
  }
  .upcoming-project h2, .services h2 {
    margin: 50px 0 40px 0;
  }
  .upcoming-project p, .services p {
    max-width: 70%;
  }
  .animate-title-content-box p{
    max-width: 100%;
  }
  .about-work-left-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .detail-point h5{
    font-size: 18px;
    font-weight: 400;
    margin: 10px auto;
    text-transform: uppercase;
    font-family: 'GothicA1-SemiBold';
  }
  .property-full .col-md-3{
    border-right: 1px solid #666;
  }
  .property-full .col-md-3:first-child {
    border-left: 1px solid #666;
  }
  .property-full{
    width: 100%;
    margin: 50px auto;
  }
  
.upcoming-project .tabcontent  p {
  max-width: 100%;
}
.download-btn {
  background-color: #b28947;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  margin: 0 auto;
}
 .property-outer {
    position: relative;
  }
  .property-header img {
    width: 90%;
  }
  .content--inner {
    padding: 30px 0;
    box-sizing: border-box;
  }
  .property-outer .pxl-btn-line .btn-text {
    color: #fff;
  }
  .property-outer .pxl-btn-line .btn-icon .line {
    background-color: #fff;
  }
  .property-outer .pxl-btn-line .btn-icon .circle {
    border: 1px solid #fff;
  }
  .property-outer .pxl-btn-line .btn-icon .dot {
    background-color: #ffffff;
    border-color: #ffffff;
  }
    .pxl-item--content {
        background-color: #000;
        position: absolute;
        max-width: 310px;
        color: #fff;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
    }
    .item--button:hover{
        color: #A6A182;
        text-decoration: underline #A6A182;
    }
    #upcoming-cataloge p {
      max-width: 100%;
  }
  #upcoming-cataloge h5 {
      font-size: 20px;
  }
  #upcoming-cataloge .bg-red {
      background: #e2e2e2;
  }
  #upcoming-cataloge .bg-grey {
      background: #b3b3b3;
      color: #000;
  }
  #upcoming-cataloge .px-4 {
      padding: 6px 20px;
  }
  .px-3 {
    padding: 0 10px;
}
    .iframe-image {
      width: 90%;
      height: 500px;
      margin: 30px auto 30px 15px;
    }
    .tab {
      overflow: hidden;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      align-items: center;
    }
    .tab button {
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #ccc;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 13px;
        letter-spacing: 1px;
      }
      .tab button:hover {
        background-color: transparent;
        border-bottom: 3px solid #c52b4d;
        color: #c52b4d;
      }
      .tab button.active {
        border-bottom: 2px solid #c52b4d;
        background-color: transparent;
        color: #c52b4d;
      }
      .about-bg-big-text {
        color: #F8F8F8;
        font-size: 381px;
        letter-spacing: 90px;
        margin: -4.9% 0% 0% 0%;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        font-weight: 600;
    }
    .tabcontent, .tabcontent1  {
      display: none;
      padding: 6px 12px;
      border-top: none;
    }
    .tabcontent.active, .tabcontent1.active {
      display: block;
    }
    .tabcontent-main {
      position: relative;
      padding: 5px 10px;
      display: flex;
      align-items: center;
  }
  .tabcontent-main img{
      object-fit: cover;
  }         
   .tab-overlay {
     margin-left: 20px;
  }

  .text {
      color: #000;
  }
  .tab-content .pxl-item--title:before{
      height: 50px;
  }
  .tab-content .pxl-item--title {
      margin-bottom: 10px;
  }
  .tab-content .pxl-btn-line .btn-text{
      background-color: #FFFFFF;
      color: #000;
  } 
  .tab-content .pxl-btn-line .btn-icon .line, .tab-content .pxl-btn-line .btn-icon .circle, .tab-content .pxl-btn-line .btn-icon .dot {
      /* background-color: #000; */
      color: #fff;
  }
  .pxl-item--inner {
    position: relative;
    transition: 2s;
  }
  .item--featured {
    /* opacity: 0; */
    -webkit-transition: all 400ms ease;
    -khtml-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.item--meta li {
  font-size: 12px;
  font-weight: 600;
  color: #54595f;
  text-transform: uppercase;
  transition: inherit;
  margin: 5px 0 30px;
}
.pxl-item--inner:hover .item--meta li {
  color: #c5c5c5;
}
.item--title {
    margin-bottom: 30px;
}
.item--excerpt {
    margin-bottom: 25px;
}
.pxl-item--inner .item--count {
    font-size: 0;
}
.pxl-item--inner:hover .item--count {
    font-size: 72px;
}
.item--count {
    margin: 3px 0 15px;
    color: #fff;
    mix-blend-mode: exclusion;
    transition: all 400ms ease;
}
.pxl-blog-grid-layout1 .item--count.hide {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
h5.item--title a {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}
.pxl-item--inner:hover h5.item--title a, .pxl-item--inner:hover .item--content {
  color: #fff;
}
.pxl-item--inner .item--featured{
    display: none;
    width: 85%;
    position: relative;
}
.pxl-item--inner .item--featured .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8px;
    background-color: rgba(0, 0, 0, 0.7);
}
.pxl-item--inner:hover .item--featured{
    display: block;
    transition: 2s;
}
.item--content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 30px;
    width: 80%;
    box-sizing: border-box;
  }
  .pxl-item--inner:hover .pxl-btn-line .btn-text, .pxl-item--inner:hover .pxl-btn-line .btn-icon .circle {
    color: #fff;
  }
  .pxl-item--inner:hover .pxl-btn-line .btn-icon .line, .pxl-item--inner:hover .pxl-btn-line .btn-icon .dot{
    background-color: #fff;
  }
  .pxl-item--inner:hover .pxl-btn-line .btn-icon .circle, .pxl-item--inner:hover .pxl-btn-line .btn-icon .dot{
    border: 1px solid #fff;
  }
  .property-detail1{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
  }
  .property-detail1 .row{
    align-items: center;
  }
  .property-detail1 .property-info {
    transform: translateY(-50%);
    background: #f8f8f8;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    max-width: 600px;
    padding: 30px;
    left: 20%;
  }
  .property-detail1 .property-info h4{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'GothicA1-SemiBold';
  }
  .property-detail1 .property-info  p {
    margin-bottom: 10px;
  }
  .property-detail1 .property-info  .pxl-btn-line .btn-text{
    color: #000;
    font-size: 18px;
  }
  .property-detail1 .property-info  .pxl-btn-line .btn-icon .circle{
    color: #000;
    border: 1px solid #000;
  }
  .property-detail1 .property-info  .pxl-btn-line .btn-icon .dot{
    background-color: #000;
    border-color: #000;
  }
  .property-detail1 .property-info .pxl-btn-line .btn-icon .line {
    background-color: #000;
  }
  .about-work-left-content h3{
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3;
}
  .about-work-left-content{
    background: #d2c7bb;
    border-radius: 10px;
    position: relative;
    padding: 0 30px;
  }
  .about-work-left-content::after{
    content: "";
    bottom: -50px;
    z-index: -1;
    left: -290px;
    width: 500px;
    height: 550px;
    position: absolute;
    background: url(../images/slide-bg.png);
    background-size: cover;
}
.main-tab-iage-after::after {
  content: "";
  top: -10px;
  z-index: -1;
  width: 200px;
  right: -190px;
  height: 200px;
  position: absolute;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.about-work-left-content p {
  margin: 20px auto;
}
.detail-point img {
  object-fit: contain;
}
#upcoming-features .col-md-10:nth-child(even) .tabcontent-main img {
  order: 1;
}
#upcoming-features .col-md-10:nth-child(even) .tabcontent-main .tab-overlay {
  margin-right: 20px;
  margin-left: 0px;

}
#upcoming-cataloge .col-md-10 {
  border: 1px solid #c52b4d;
  padding: 20px 0;
}
.property-img {
  width: 100%;
}
.property-detail1 .property-img {
  border-radius: 10px;
}