@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@200;300;700&family=Poppins:wght@200;300;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Poppins', sans-serif;

}


/* user signup page */

.signmain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}

.signmain h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    color: #1c345c;

}

.signmain .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    height: 80vh;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.signmain::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.signmain .form button {
    align-self: flex-end;
}

.signmain .flex-column>label {
    color: #151717;
    font-weight: 600;
}

.signmain .inputForm {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
}

.signmain .input {
    margin-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
}

.signmain .input:focus {
    outline: none;
}

.signmain .inputForm:focus-within {
    border: 1.5px solid #2d79f3;
}

.signmain .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.signmain .flex-row>div>label {
    font-size: 14px;
    color: black;
    font-weight: 400;
}

.signmain .span {
    font-size: 14px;
    margin-left: 5px;
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
}

.signmain .button-submit {
    margin: 20px 0 10px 0;
    background-color: #151717;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
}

.signmain .button-submit:hover {
    background-color: #252727;
}

.signmain .p {
    text-align: center;
    color: black;
    font-size: 14px;
    margin: 5px 0;
}

@media only screen and (max-width: 770px) {
    .signmain {

        width: 85%;
    }
}



/* user signup page end */



/* nav bar */

nav {
    position: fixed;
    width: 100%;
    z-index: 111;
}


nav a button span {
    font-weight: 300;
}

nav .nav {
    width: 100%;
}

nav .nav .navright {
    justify-content: end;
    align-items: center;
    display: flex;
    gap: 10px;
    flex-direction: row;
    position: relative;
    font-weight: 300;

}

#marow {
    display: none;
}



.blist {
    position: absolute;
    right: 10px;
    top: 95px;
    display: none;

}


.blist ul {
    background: #faf0f0;
    border-radius: 5px;
    padding: 5px 20px;
    width: 250px;

}

.blist ul li a {
    color: #4E9F3D;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;


}

.blist ul li {
    border-bottom: 1px solid #4d9f3d61;
}

.blist ul li:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 770px) {
    .hide {
        display: none;
    }

    .blist {
        right: 0;
        top: 75px;
    }

    .blist ul li a {
        font-size: 14px;

    }

    .blist ul {
        padding: 5px 10px;
        width: 150px;
    }
}


/* navbar end */




/* home */




.home {
    background: url(../images/b3.png);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    z-index: -2;

}

.id {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    top: 40%;
    width: 300px;
    left: 40%;
    z-index: 10;
    background: #4E9F3D;
    color: #fff;
    -webkit-box-shadow: 0px -2px 12px 200px rgba(0, 0, 0, 0.96);
    -moz-box-shadow: 0px -2px 12px 500px rgba(0, 0, 0, 0.96);
    box-shadow: 0px -2px 12px 900px rgba(0, 0, 0, 0.96);
    display: none;
}

.id input {
    width: 100%;
    border: none;
    height: 40px;
    padding-left: 5px;
    border-radius: 5px;
}

.id .btn {
    float: right;
}

.id .close {
    float: right;
    display: block;
    background: red;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 0 12px;
    font-size: 25px;

}

.id input:focus {
    outline: none;
}


.chat {
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: start;
    position: fixed;
    width: 330px;
    top: 40%;
    left: 40%;
    z-index: 11;
    background: #4E9F3D;
    color: #fff;
    -webkit-box-shadow: 0px -2px 12px 200px rgba(0, 0, 0, 0.96);
    -moz-box-shadow: 0px -2px 12px 500px rgba(0, 0, 0, 0.96);
    box-shadow: 0px -2px 12px 900px rgba(0, 0, 0, 0.96);
    display: none;
}

.chat .btn {
    float: right;
}

.chat .close {
    float: right;
    display: block;
    background: red;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 0 12px;
    font-size: 30px;

}

.chat input {
    width: 100%;
    border: none;
    height: 40px;
    padding-left: 5px;
    border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

.chat input:focus {
    outline: none;

}

.help {
    border: 1px solid #fff;
    border-radius: 80% 20% 80% 20% / 20% 80% 20% 80%;
    position: fixed;
    width: 130px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    background: #46853ac0;
    color: #fff;
    padding: 5px;
}

.help .close {
    position: absolute;
    top: -15px;
    left: -30px;
    display: block;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    padding: 0 9px;
    font-size: 20px;

}

.homediv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.homediv .cent {
    width: 70%;
    height: 60%;

}

.shade {
    background: #0000005b;
    padding: 10px 0 30px 0;
    border-radius: 5px;
    margin-top: 45px;
}

.radi {
    background: #1fdc67;
    width: 250px;
    position: absolute;
    top: -50px;

}

.radio {
    display: none;
}

.label {
    padding: 6px 12px;
    margin-right: 10px;
    background-color: #4E9F3D;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    transition: 1s;

}

.label1 {
    left: 0;

}

.label2 {
    left: 85px;
}

.label3 {
    right: 0;
}

#buy:checked~.label1,
#rent:checked~.label2,
#lease:checked~.label3 {
    background: #ff5454;
    top: -10px;
}

.choose {
    font-family: 'Gabarito', sans-serif;
    font-size: 54px;

}

.choose1 {
    margin-bottom: 30px;
    font-family: 'Gabarito', sans-serif;
    font-weight: 300;
}

.cent form {
    margin: 0 auto;
    width: 90%;
    position: relative;
}

select:hover {
    background-color: #ffffffcb;
}

.cent form select {
    width: 100%;
    padding: 12px;
    border-radius: 5px;

}

.fbtn {
    width: 100%;
    height: 50px;
    background: #4E9F3D;
    border: none;
    border-radius: 5px;
}

.fbtn:hover {
    background: #458d37ca;
}

.under a {
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    color: #fff;
}

.under a:hover {
    color: #e0e0e0;
}






@media only screen and (max-width: 770px) {
    .choose {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .id {
        left: 13%;
    }

    .chat {
        left: 6%;
    }
}



/* home end */





/* home property */




.property {
    background: #FFFFFF;
}


.pcard {
    width: 30%;
    height: 15rem;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(27, 56, 23, 0.31);
    -moz-box-shadow: 0px 0px 20px 2px rgba(27, 56, 23, 0.31);
    box-shadow: 0px 0px 20px 2px rgba(27, 56, 23, 0.31);
}


.pcard h5 {
    font-size: 18px;
}

.pcard span {
    font-size: 14px;
}



/* home property end */


/* testimonial  */


.testimonial {

    background: #EBFFE7;
    background: linear-gradient(180deg, #EBFFE7, #C0FF95);
}


/* testimonial end */



.foot {
    width: 90%;
}







@media only screen and (max-width: 770px) {
    .pcard {
        width: 90%;
        height: 10rem;
    }

    .pcard h5 {
        font-size: 14px;
    }

    .pcard span {
        font-size: 12px;
    }

    .foot {
        width: 100%;
    }
}



.custom-shape-divider-top-1698052570 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1698052570 svg {
    position: relative;
    display: block;
    width: calc(129% + 1.3px);
    height: 110px;
}

.custom-shape-divider-top-1698052570 .shape-fill {
    fill: #6E9E5A;
}




/* property add style */


.ap form {
    max-width: 320px;
    margin: 10px auto;
    padding: 10px 10px;
    background: #f4f7f8;
    border-radius: 8px;
}

.ap h1 {
    margin: 0 0 30px 0;
    text-align: center;
}

.ap input[type="text"],
.ap input[type="password"],
.ap input[type="date"],
.ap input[type="datetime"],
.ap input[type="email"],
.ap input[type="number"],
.ap input[type="float"],
.ap input[type="search"],
.ap input[type="tel"],
.ap input[type="time"],
.ap input[type="url"],
.ap input[type="file"],
.ap textarea,
.ap select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
}

.ap input[type="radio"] {
    margin: 0 5px 8px 20px;
}

.ap select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

.ap button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #4bc970;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #3ac162;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}

.ap button:hover {
    background: #000;
    border: 1px solid #ffffff;
}

.ap button:active {
    background: rgb(234, 232, 232);
    color: #000;
}

.ap fieldset {
    margin-bottom: 30px;
    border: none;
    width: 100%;
    border-top: 1px solid #3ac162;
    padding-bottom: 20px;
}


.ap legend {
    font-size: 1.4em;
    margin-bottom: 10px;

}

.ap label {
    display: block;
    margin-bottom: 8px;
}

.ap label.light {
    font-weight: 300;
    display: inline;
}

.ap .star {
    color: red;
}

.ap .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

@media screen and (min-width: 480px) {

    .ap form {
        max-width: 480px;
    }

}




