@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@500&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
img{
    cursor: pointer;
}
.container{
    overflow: hidden;
}
/* *********************************************
***************** home section start ************
*********************************************** */
.homeSection{
    background-image: url(img/homeImg.png);
    margin-top: -1px;
    background-position: center;
    background-repeat: no-repeat;
    height: 752px;
}

.topSection{
    padding: 8px 0 8px 0;
}
.topSection .email{
    height: 20px;
    margin-right: 10px;
}
.topSection .emailsection{
    padding-top: 6px;
}
.topSection .emailsection p{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}
.topSection .emailsection p span{
    font-weight: 300;
}
.HomeIconSection {
    display: flex;
    justify-content: end;
}
.HomeIconSection a{
    color: #FFFFFF;
    padding-left: 5px;
    text-decoration: none;
}
.HomeIconSection a img{
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.HomeIconSection a i{
    color: white;
    font-size: 20px;
    margin-top: 5px;
    padding:5px  5px;
}
.HomeIconSection a i:hover{
    border-radius: 100px;
    background-color: rgb(157, 157, 157);
}
.vrTag{
    height: 35px;
    width: 2px ;
    margin: 0 5px 0 10px;
    background-color: #fff;
}
.HomeIconSection .phone{
    padding-top: 8px;
}
.HomeIconSection .phone img{
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.HomeIconSection img:hover{
    border-radius: 100px;
    background-color: rgb(157, 157, 157);
}
.HomeSectionHR{
    color: #fff;
    margin: 0%;
}

/* navbar section start */
.container-fluid{
    padding: 0 0 0 100px;
}
.navbar{
    top: 0%;
    position: sticky;
}
.actived{
    top:0% ;
    height: 60px;
    min-width: 100% !important;
    padding: 8px 100px 0 100px;
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 5px rgb(191, 191, 191);
    background-color: white;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.navbar button{
    margin-top: -10px;
}
.navbar-brand img{
    width: 40px;
    height: 40px;
}
.brandText h5{
    color: #EDEFF6;
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.002em;
    text-align: center;
}
.brandText p{
    color: #EDEFF6;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 13px;
}
.nav-item a{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-left: 15px;
}
/* navbar section end */

/* middle text section start */
.middle-text{
    margin-top: 230px;
}
.middle-text h1{
    color: #FFFFFF;
    font-family: Public Sans;
    font-size: 52px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
}
.middle-text p{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #EDEFF6;
}
/* middle text section end */

/* rent and sale section start */
.button{
    margin-top:200px;
}
.button .btn1{
    color: #fff;
    background: #4A60A1;
}
.button button:hover{
    color: #fff;
    background: #45578b;
}
.middleBox{
    max-width: 900px;
    min-height: 120px;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(179, 179, 178);
}
.middleBox label{
    color: #2C3A61;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    padding-left: 10px;
}
.middleBox select{
    border: 0;
    border-radius: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #889099;
    border-right: 1px solid rgb(222, 210, 210);
}
.middleBox .searchBtn{
    background: #45578b;
    color: #fff;
    margin-top: 32px;
}
/* rent and sale section end   */
/* *********************************************
***************** home section end ************
*********************************************** */



/* *********************************************
****** Propertice Catagory section 1 start *****
*********************************************** */
.section1{
    margin-top: 200px;
}
.section1 h3{
    color: #1E2640;
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}
.section1 p{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #889099;
    padding-top: 10px;
}
.section1 .card{
    height: 300px;
    border: none;
    border-radius: 40px;
}
.section1 .card img{
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(143, 143, 143);
}
.section1 .card h2{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.002em;
    text-align: left;
    position: absolute;
    padding: 30px 0  0 30px ;
}
.section1 .card p{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    padding: 70px 0  0 30px ;
}
.section1 .card .location{
    width: 25px;
    height: 25px;
    position: absolute;
    margin: 250px 0 0 30px;
}
.section1 .card button{
    position: absolute;
}
/* *********************************************
****** Propertice Catagory section 1 end *****
*********************************************** */


/* *********************************************
****** Propertice by Area section 2 start *****
*********************************************** */
.section2{
    min-height: 660px;
    margin-top: 40px;
    background-color: #EDEFF6;    
}
.section2 h3{
    color: #1E2640;
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 80px;
}
.section2 .sec2P{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #889099;
    padding-top: 10px;
}
.section2 .card1{
    border-radius: 10px;
    background: white;
}
.section2 .cards{
    background-color: #EDEFF6;
}
.section2 .card{
    padding: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 5px rgb(255, 255, 255);
}
.section2 .card img{
    width: 78px;
    height: 78px;
}
.section2 .card h4{
    color: #363A3D;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.002em;    
}
.section2 .card  p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #889099;

}
.section2 .card a{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A60A1;
    text-decoration: none;
}
/* *****************************************
**** Propertice by Area section 2 end ***
******************************************  */



/* *****************************************
Letest Properties of Rent section 3 start ***
******************************************  */
.section3 h3{
    color: #1E2640;
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 80px;
}
.section3 .sec3P{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #889099;
    padding-top: 10px;
}
.section3 .card{
    border-radius: 20px;
}
.section3 .card h4{
    color: #363A3D;
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;    
}
.section3 .card h6{
    color: #4A60A1;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
 .carIcon{
    margin-right: 3px;
}
.section3 .card .card-body .iconcard img{
    width: 20px;
    height: 20px;
}
.rentImg{
    margin: 0 4px 0 25px;
}
.section3 .card .card-body p{
    color: #6D737A;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.section3 .card .card-body .user{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.section3 .card .card-footer{
    background-color: white;
    margin-top: 15px;
}
.section3 .card .userName{
    margin-top: 8px
}
.section3 .card .reactIcon{
    margin-top: 8px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.section3 .card .reactIcon:hover{
    background-color: red;
}
.more-listingBtn{
    width: Hug (180px);
    height: Hug (48px);
    top: 3730px;
    left: 869.9999999999998px;
    padding: 12px 24px 12px 24px;
    border-radius: 4px;
    gap: 10px;
    box-shadow: 0 0 5px rgb(39, 38, 38);
    background: #4A60A1;
}
.more-listingBtn:hover{
    background: #4A60A1;

}
/* *****************************************
Letest Properties of Rent section 3 end ***
******************************************  */




/* *****************************************
** Letest Properties design section 4 start **
******************************************  */
.section4 .container{
    overflow: hidden;
    margin-top: 130px;
}
.section4 .slideH3{
    color: #1E2640;
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}
.section4 .slideP{
    color: #889099;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}
.product{
    min-width: 24%;
    margin: 0 20px 50px 0px;
    position: relative;
    left: 0;
    transition: 0.5s;
}
.product .img-fluid{
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(171, 168, 168);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.product button{
    color: white;
    background: #4A60A1;
    box-shadow: 0 0 5px rgb(255, 255, 255);
}
.product .slideText{
    justify-content: center;
    margin: 350px 0 0px 20px;
}
.product .slideText p{
    color: white;
}
.product .slideText .screenImgp{
    margin-left: 20px;
}
.product .slideText .screenImg{
    border-radius: 100px;
    height: 15px;
    width: 15px;
    background-color: white;
}
.product .slideText .screenImgp{
    margin-top: 2px;
}
.strongImgDiv .strongImg1{
    background: #B7BFD9;
    width: Hug (44px);
    height: Hug (44px);
    padding: 10px;
    border-radius: 4px;
    gap: 10px;
    cursor: pointer;
}
.strongImgDiv .strongImg2{
    width: Hug (44px);
    height: Hug (44px);
    padding: 10px;
    border-radius: 4px;
    gap: 10px;
    background: #4A60A1;
    cursor: pointer;
}
/* *****************************************
** Letest Properties design section 4 end **
******************************************  */



/* *****************************************
********** contact us section 5 start ******
******************************************  */
.section5 .contact_box{ 
    background-image: url(img/for\ livein.png);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 550px;
    padding-top: 170px;
}
.section5 h2{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}
.section5 p{
    color: #EDEFF6;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}
/* *****************************************
********** contact us section 5 end ******
******************************************  */


/* *****************************************
********** footer section start ******
******************************************  */
footer > hr{
    margin: 30px 0 30px 0;
}
.contact{
    display: flex;
    justify-content: center;
    /* align-items: baseline; */
}
footer img{
    height: 50px;
    width: 50px;
}
footer h5{
    color: #4A60A1;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.002em;
    text-align: center;    
    text-decoration: none;
}
footer .d-block p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #4A60A1;
    text-decoration: none;
    margin-left: 15px;
}
footer h4{
    color: #1B1D1F;
    font-family: Public Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.002em;
    text-align: left;
}
footer p{
    font-family: Public Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #6D737A;
}
footer .ContactId img{
    margin-right: 10px;
}
footer .col-md-3 a{
    text-decoration: none;
    transition: all 0.3s ease;
}
footer .col-md-3 a:hover{
    text-decoration: underline;
}
/* *****************************************
********** footer section start ******
******************************************  */



/* *****************************************
********** fresponsive section start ****** ------ *********************************************************
******************************************  */
@media (max-width:768px){
    /* home section start */
    /* navbar section start */
    .navbar-brand{
        padding-left: 15px;
    }
    .navbar-toggler{
        margin-right: 15px;
    }
    .topSection .col-md-6{
        display: flex;
        justify-content: center;
    }
    .HomeIconSection a{
        padding-left: 10px;
    }
    .HomeIconSection a img{
        width: 30px;
        height:30px;
    }
    .HomeIconSection a i{
        font-size: 15px;
        margin-top: 5px;
        padding:5px  5px;
    }
    .vrTag{
        height: 25px;
        width: 2px ;
        margin: 5px 2px 2px;
    }
    .HomeIconSection .phone{
        padding-top: 5px;
        font-size: 13px;
    }
    .HomeIconSection .phone img{
        margin-right: 5px;
        width: 19px;
        height: 19px;
    }
    .navbar-brand img{
        width: 30px;
        height: 30px;
    }
    .brandText h5{
        font-size: 20px;
        line-height: 18px;
    }
    .brandText p{
        font-size: 12px;
        line-height: 1px;
        margin-left: 4px;
    }
    /* navbar section end */


    /* middle text section start */
    .homeSection .middle-text h1{
        font-size: 28px;
        margin-top: -50px;
    }
    .homeSection .middle-text p{
        font-size: 18px;
    }
    .middleBox{
        max-width: 900px;
        margin-top: -2px;
    }
    .button{
        margin-top:100px;
    }
    .middleBox select{
        border-radius: 10px;
        border: 1px solid blue;
    }
    /* middle text section end */
    /* home section end */

    
/* Propertice by area section 1 start  */
.section1{
    margin-top: 280px;
}
.section1 h3{
    font-size: 30px;
    line-height: 15px;
}
.section1 p{
    font-size: 18px;
    line-height: 25px;
}
/* Propertice by area section 1 end  */

/* Propertice icon Area section 2 start */
.section2 h3{
    font-size: 28px;
}
.section2 p.sec2P{
    font-size: 18px;
}

/* Propertice icon Area section 2 end */


/* Letest Properties of Rent SECTION 3 Start */
.section3 h3{
    font-size: 30px;
}
.section3 .sec3P{
    font-size: 18px;
}
/* Letest Properties of Rent SECTION 3 end */


/*  slider section 4 start */
.product button{
    font-size: 10px;
}
 .product {
    width: 24% !important;
    margin: 0 20px 20px 0px;
    position: relative;
    left: 0;
    transition: 0.5s;
    margin-right: 120px;
} 
.product .img-fluid{
    height: 400px;
    min-width: 200px;
}
.product .slideText p{
    font-size: 10px;
}
.slideText p img{
    width: 15px;
    height: 15px;
}
/*  slider section 4 end */

/* contact us section 5 start */
.section5 h2{
    font-size: 30px;
    line-height: 48px;
}
/* contact us section 5 end*/
footer .col-md-3{
    margin-top: 30px;
}
}


@media (max-width:992px){
    /* home section start */
    /* navbar section start */
    .HomeIconSection a{
        padding-left: 10px;
    }
    .HomeIconSection a img{
        width: 30px;
        height:30px;
    }
    .HomeIconSection a i{
        font-size: 15px;
        margin-top: 5px;
        padding:5px  5px;
    }
    .vrTag{
        height: 25px;
        width: 2px ;
        margin: 5px 2px 2px;
    }
    .HomeIconSection .phone{
        padding-top: 5px;
        font-size: 13px;
    }
    .HomeIconSection .phone img{
        margin-right: 5px;
        width: 19px;
        height: 19px;
    }

    .navbar-brand img{
        width: 30px;
        height: 30px;
    }
    .brandText h5{
        font-size: 20px;
        line-height: 18px;
    }
    .brandText p{
        font-size: 12px;
        line-height: 1px;
        margin-left: 4px;
    }
    .nav-item a{
        font-size: 12px;
    }
    /* navbar section end */
    .card1{
        background-color: #1B1D1F;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}


@media (max-width:1200px){
    /* home section start */
    /* navbar section start */
    .HomeIconSection a{
        padding-left: 10px;
    }
    .HomeIconSection a img{
        width: 30px;
        height:30px;
    }
    .HomeIconSection a i{
        font-size: 15px;
        margin-top: 5px;
        padding:5px  5px;
    }
    .vrTag{
        height: 25px;
        width: 2px ;
        margin: 5px 2px 2px;
    }
    .HomeIconSection .phone{
        padding-top: 5px;
        font-size: 13px;
    }
    .HomeIconSection .phone img{
        margin-right: 5px;
        width: 19px;
        height: 19px;
    }
    .navbar-brand img{
        width: 30px;
        height: 30px;
    }
    .brandText h5{
        font-size: 20px;
        line-height: 18px;
    }
    .brandText p{
        font-size: 12px;
        line-height: 1px;
        margin-left: 4px;
    }
    .nav-item a{
        font-size: 12px;
    }
    /* navbar section end */
}
/* *****************************************
********** fresponsive section start ****** ------ *********************************************************
******************************************  */