.banner{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/banner1.jpg);
    background-position:center;
    background-size: cover;position: relative;
}
.banner::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
}
.banner .heading{
    position: relative;
    z-index: 1;
}
.banner .heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner .heading h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    font-family: 'GothicA1-Regular';
    text-transform: uppercase;
}
.banner .heading  ul{
    display: flex;
    gap: 40px;
  }
  .banner .heading  ul li a{
    color: #fff;
    font-size: 16px;
    position: relative;
  }
  .banner .heading  ul li .active::after {
    content: '>';
    position: absolute;
    top: -7px;
    left: 59px;
    font-size: 21px;
    line-height: 1.3;
    font-family: cursive;
  }
  .property1 {
    padding-top: 80px;
    min-height: 430px;
  }
  .property1 .col-6{
    width: 50%;

  }
  .property1 .row{
    margin-left: 0;
    margin-right: 0;
    align-items: center;
  }
  .property1 .property-right img{
    border-radius: 10px;
    vertical-align: bottom;
  
  }
  .property1 .property-left {
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    line-height: 1.5;
    color: #000;
    padding: 40px;
    background-color: #d2c7bb;
    width: 120%;
    box-sizing: border-box;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .property1 .property-right {
    margin-bottom: 60px;
  }
  .property1 .property-left h3 {
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 26px;
    line-height: 1.5;
    color: #000;
    font-family: 'GothicA1-SemiBold';
  }
  .prperty-row{
    position: relative;
    flex-wrap: nowrap;
    display: flex;
  }
  .prperty-img{
    width: 75%;
  }
  .prperty-text {
    width: 50%;
    position: relative;
    z-index: 1;
  }
  .pxl-btn-line .btn-text{
    color: #000;
  }
  .pxl-btn-line .btn-icon .line{
    background-color: #000;
  }.pxl-btn-line .btn-icon .circle{
    border-color: #000;
    border: 1px solid #000;
  }
  .pxl-btn-line .btn-icon .dot{
    background-color: #000;
  border-color: #000;
  }
  .item--button:hover {
    color: #A6A182;
    text-decoration: underline #A6A182;
  }


  