* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    line-height: 1.35;
    box-sizing: border-box;
}
/* .container{
    margin: 0 150px;
} */
/* section-one */

.section-one{
    background-size: cover;
    padding: 104px 0px 60px 0px;
}
.seller-section{
    background-image: url("../images/properties-bg.png");
}
.buyer-section{
    background-image: url("../images/background.png");
}
.section-one p{
    color:white;
}
.section-one-left{
    width:100%;
}
.seller-text{
  font-size:52px;
}
.section-one-left .para-one{
    font-size: 58px;
    font-weight: 700;
}
.section-one-left .para-one span{
    color:#fff100;
    font-size:56px;
    font-weight:bold;
}
.section-one-left .para-two{
    font-size: 90px;
    font-weight: 800;
    line-height: 70px;
}
.section-one-left .para-three{
    font-size: 24px;
    font-weight: 400;
    margin-top: 40px;
}
.section-one-right{
    background: rgba(35,31,32,0.67);
    border-radius: 13px;
    padding: 25px;
    width:380px;
    float: right;
}
.section-one-right form{
    display:flex;
    flex-direction: column;
}
.form-para-one{
    font-size: 31px;
    color: #fff100!important;
    font-weight: 800;
    margin-bottom: 10px;
}
.form-para-two{
    font-size: 20px;
    font-weight: 400;
    color:#ffffff;
    margin-bottom: 10px;
}
.form-inner{
    display:flex;
    flex-direction: column;
    margin: 15px 0;
}
.section-one-right form label{
    color:#fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.section-one-right form label i{
    margin-right: 15px;
}
.fa-phone{
    transform: rotate(90deg);
}
.section-one-right form input{
    margin-bottom: 13px;
    border-radius: 4px;
    padding:10px 15px;
    border: none;
}
.section-one-right form input::placeholder{
    color:#c4c4c4;
    font-size: 14px;
}
.section-one-right form button{
    background: #5949a7;
    border-radius: 4px;
    text-align: center;
    font-size: 22px;
    color:#fff;
    padding: 10px 0px;
    border: none;
}
.section-one-right form button:hover{
    background-color: #42379d;
    transition:all 300ms ease-in;
 }
 .section-one-right form button i{
     margin-left: 15px;
 }

/* section two */

.section-two{
    padding: 65px 0px 0px 0px;
}
.section-two-left{
    margin-top: 25px;
}
.section-two-left .agency-wrap{
    width:250px;
}
.section-two-left .agency-wrap img{
    width:100%;
}
.section-two-left .agent-wrap{
    width:250px;
}
.section-two-left .agent-wrap img{
    width:100%;
}
.section-two-right{
    margin-left: 10px;
    float:right;
}
.section-two-right .para-one{
    font-size: 34px;
    font-weight: 900;
    color: #080524;
    text-align: center;
}
.star-line{
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
.line{
    padding: 0px 15px;
}
.star{
    padding: 0px 3px;
}
.section-two-right .para-two{
    font-size: 26px;
    font-weight: 700;
    color: #080524;
    text-align: center;
}
.section-two-right .para-three{
    font-size: 20px;
    font-weight: 600!important;
    color: #080524;
    margin-top: 30px;
    text-align: justify;
}
.para-three span{
  font-weight: 600!important;
}
.section-two-right .para-three span{
    color: #5949A7;
}
.section-one .para-one, .section-one .para-two{
  margin-bottom:0px;
  line-height: 8.7rem!important;
}

/* section three */

.section-three{
    padding: 65px 0px 65px 0px;
}
.section-three a{
    text-decoration: none;
}
.section-three a:hover{
    text-decoration: none;
}

.section-three .para-one{
    font-weight: 700;
    font-size: 28px;
    color:#080524;
}
.section-three .para-two{
    font-weight: 400;
    font-size: 17px;
    color:#949494;
    margin-bottom: 25px;
}
.section-three .property-wrap{
    margin-top: 30px;
}
.image-wrap img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.image-wrap img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.prop-name{
    font-size: 22px;
    color:#080524;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 5px;
}
.prop-name:hover{
    color:#5949a7;
}
.prop-location{
    display:flex;
}
.prop-location p{
    font-size: 16px;
    font-weight: 400;
    color:#949494;
    margin-bottom: 0px;
}
.prop-location p:hover{
    color:#6252b3;
}
.prop-location p i{
  margin-right: 10px;
}
.image-property{
    display:flex;
    margin-top: 10px;
}
.image-property p{
    color:black;
}
.property-des{
    display: flex;
    margin-right: 25px;
}
.property-des img{
    margin-right: 10px;
    width:20px;
    height:20px;
}

/* footer */

.top-footer{
    background: url('../images/footerbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);
}
.footer-logo{
    width:200px;
}
.footer-logo a{
    text-decoration: none;
}
.top-footer .common-footer p {
    color: #fff;
    text-align: justify;
    padding-top: 10px;
    line-height: 1.5!important;
    font-size: 16px;
}
.top-footer h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0px;
}
.top-footer .common-footer ul {
    margin-top: 10px;
    list-style: none;
}
.top-footer .common-footer ul li a{
    font-size: 16px;
    color: #fff;
}
.common-footer-social ul {
    margin-bottom: 30px;
}
.common-footer-social li {
    display: inline-block;
    padding-right: 10px;
    margin-top: 10px;
}
.common-footer-social li a{
    color: #fff;
    text-decoration: none;
}
.common-footer-social li a i {
    transition: all .35s ease;
    background: #fff100;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    height: 35px;
    width: 35px;
    color: #000;
    border-radius: 100%;
}
.common-footer-social .btn-footer {
    transition: all .35s ease;
    background: #fff100;
    padding: 10px 20px;
    color: #524ea2;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
}
.bottom-footer {
    background: #524ea2;
    padding: 15px 0;
}
.bottom-footer p, .bottom-footer p a {
    font-size: 15px!important;
}
.text-right {
    text-align: right;
}

@media (min-width:280px) and (max-width:360px){
    /* .image-wrap{
        width:350px;
    } */
    .image-wrap img{
        width:100%;
    }
}

@media (min-width:280px) and (max-width:560px){
    .section-one-left .para-one{
        font-size: 40px;
    }
    .section-one-left .para-two{
        font-size: 60px;
    }
    .section-one-left .para-three{
        font-size: 20px;
    }
    .section-one-right{
        width:100%;
        margin-top: 20px;
    }
    .section-one-right .form-para-one{
        font-size: 29px;
    }
    .section-two{
        padding: 40px 0px 0px 0px;
        display: flex;
        justify-content: center;
    }
    .section-two-left{
        width:100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .section-two-left .agency-wrap{
        margin-bottom: 20px;
    }
    .section-two-right{
        margin-top:20px;
        margin-left: 0px;
    }
    .section-three{
        display: flex;
        justify-content: center;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .section-one{
        width:100%;
        display: flex;
    }
    .section-one .col-md-6{
        width:50%;
    }
    .section-one-left .para-one{
        font-size: 40px;
    }
    .section-one-left .para-two{
        font-size: 60px;
    }
    .section-two{
        padding: 40px 0px 0px 0px;
    }
    .section-two-left{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .section-two-left .agency-wrap{
        width:230px
    }
    .section-two-left .agent-wrap{
        width:230px
    }
    .section-three .col-md-4{
        width:50%;
        display: flex;
        justify-content: center;
    }
    .section-one .section-one-column, .section-two .section-two-column{
        width:50%!important;
    }

}
