.invest-main{
    
}
.invest-main h1 {
    font-family: 'Rantera';
    font-size: 65px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.invest-main h3 {
    color: #eee;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.invest-main h4 {
    color: #eee;
    font-size: 28px;
    font-weight: 100;
    line-height: 34px;
    margin-bottom: 30px;
}
.invest-img{
    width: 100%;
    height: 400px;
    /* background: url(../images/investproperties.jpg) no-repeat center; */
    background-image: url(../images/investproperties.webp),
                      url(../images/investproperties.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;          
}
.sell-img{
    width: 100%;
    height: 400px;
    /* background: url(../images/sellproperties.jpg) no-repeat center; */
    background-image: url(../images/sellproperties.webp),
                      url(../images/sellproperties.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;  
}
.invest-main h5 {
    color: #eee;
    font-size: 16px;
    font-weight: 200;
    line-height: 36px;
    margin-bottom: 30px;
}
.invest-main h5 span{
    color: #eee;
    font-size: 15px;
    font-weight: 500;
}

.why-invest{
    width: 100%;
    float: left;
    /* border: 1px solid #737373; */
    /* background-color: #272727; */
    /* padding: 30px 20px 20px 30px; */
    /* margin: 10px 0.5%; */
    text-align: left;
    position: relative;
    margin-bottom: 25px;
    height:400px;
    border-radius: 5px;
    /* align-self: center; */
  }
  .why-invest img{
    width: 100%;
    height: 400px;
    transition: all ease 0.1s;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #292929d9;
    transition: all ease 0.5s;
    border: 1px solid #323232;
  }
  .why-invest img:hover{
    background-color: #000;
    /* transform:scale(1.02); */
    box-shadow: 0px 0px 50px #5d5d5dd9;
  }
.h-550{
    height: 470px !important;
  }
  .why-invest h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    font-size: 21px;
    font-weight: 200;
    line-height: 22px;
    margin-bottom: 0;
    color: #ffffff;
    letter-spacing: -0.5px;
    border-radius: 0 0 5px 5px;
    background: #000000ba;
  }
.why-invest:hover>.why-invest-img img{
    filter: grayscale(1);
}







.how-div{
    width: 100%;
    display: inline-block;
    border: 0;
    /* border-right: 1px solid #737373;*/
    /* background-color: #ccc;  */
    padding: 30px;
    margin: 10px 0;
    /* border-radius: 4px; */
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    transition: all ease 0.5s;
  }
  .line-main-invest{
    position: relative;
  }
  .line-main-invest::after{
    width: 250px;
    height: 70px;
    display: block;
    content: "";
    position: absolute;
    top: 12%;
    right: -29%;
    /* background: url(../images/line.png) no-repeat left top; */
    background:url(../images/line.png) no-repeat left top;
    background-size: contain;  
  }
  .line-main{
    position: relative;
  }
  .line-main::after{
    width: 250px;
    height: 70px;
    display: block;
    content: "";
    position: absolute;
    top: 12%;
    right: -29%;
    /* background: url(../images/line.png) no-repeat left top; */
    background:url(../images/line.png) no-repeat left top;
    background-size: contain;  
  }
  .line-main-sm{
    position: relative;
  }
  .line-main-sm::after{
    width: 250px;
    height: 70px;
    display: block;
    content: "";
    position: absolute;
    top: 12%;
    right: -29%;
    /* background: url(../images/line.png) no-repeat left top; */
    background:url(../images/line.png) no-repeat left top;
    background-size: contain;  
  }
  .how-div img{
    width: 140px;
    /* height: 153px; */
    padding: 10px;
    transition: all ease 0.1s;
    /* border-radius: 5px; */
    box-shadow: 0px 0px 23px #ffffff2b;
    transition: all ease 0.5s;
    border: 1px solid #323232;
    border-radius: 3px;
    border-radius: 100px;
    background-color: #63626238;
    margin-bottom: 40px;
    border: 2px dashed #eee;
  }
  .how-div img:hover{
    box-shadow: 0px 0px 23px #fff;
  }
  .how-div h3{
    font-size: 23px;
    font-weight: 100;
    line-height: 27px;
    margin-bottom: 20px;
    color: #efefefe3;
    /* font-family: 'Rantera'; */
  }

  .how-div .line-main-sm{
    position: relative;

  }
  .how-div .line-main-sm::after{
    width: 250px;
    height: 70px;
    display: block;
    content: "";
    position: absolute;
    top: 12%;
    right: -29%;
    /* background: url(../images/line.png) no-repeat left top; */
    background:url(../images/line.png) no-repeat left top;
    background-size: contain;
    
  }

.privacy-page h1{
    font-family: 'Rantera';
    font-size: 65px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
  }
  .privacy-page h3{
    color: #aa893a;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 25px;
    margin: 20px 0 10px;
}
.privacy-page h4{
    color: #aa893a;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 25px;
}
.privacy-page p{
    color: #eee;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    letter-spacing: -0.3px;
    line-height: 24px;
    font-size: 15px;
}
.privacy-page .gold-txt{
    color: #f1c969;
    font-weight: 500;
    font-size: 16px;
}