*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  Arial;
}

nav img{
    width: 28px;
    height: 30px;
    
}



nav{
    width: 100%;
    height: 120px;
    background-color: #10375c;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

nav h1{
    color: white;
}

nav ul{
    list-style: none;
    display: flex;
    gap: 70px;
}

nav ul a{
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-weight: bold;

}
nav ul a:hover{
    border: 2px solid #ff5722;
    padding: 8px;
    color: #ff5722;
    border-radius: 0 10px;
    

}

.navdown{
    display: flex;
    position: absolute;
    z-index: 1;
    top: 90px;
    margin-left: 160px;
    gap: 30px;
    color: white;
    font-weight: bold;
}

.banner-card{
    position: relative;
    
}

.banner-card img{
    width: 100%;
    height: 530px;
}
.banner-text{
    position:  absolute;
    top: 0;
    padding-left: 163px;
    padding-top: 90px;
    color:  #10375c;
    
}
.line1{
    padding-top: 25px;
    width: 500px; 
    font-size: xx-large;
}

.search{
    width: 75%;
    height: 170px;
    margin-inline: 155px;
    background-color: #10375c;
    position: absolute ;
    top: 89%;
    border-radius: 7px;

}

.form-option{
    display: flex; 
    flex-direction: column;
    
}

.input{
        margin-top: 5px;
        width: 260px;
        height: 40px;
        border: 0px;
        border-radius: 8px;
        padding:0  10px;
}

.form-text{
    color: white;
    font-size: 15px;
}



.search-button{
    margin-top: 5px;
    width: 260px;
    height: 40px;
    border: 0px;
    border-radius: 8px;
    padding:0  10px;
    background-color: #ff5722;
    color: white;
}


.how{
    width: 100%;
    height: 330px;
    background-color: #ffede7;
}
.how h1{
    text-align: center;
    padding-top: 130px;
}

.works{
    display: flex;
    margin-inline: 50px;
    justify-content: space-evenly;
    justify-items: center;
    padding-top: 30px;
}

.button{
    padding: 15px 25px;
    font-size: medium;
    background-color: white;
    border: 0.5px solid black;
    border-radius: 40px;
}

.arrowprev{
    border: 0;

}
.arrownext{
    border: 0;
    background-color: #ff5722;
    color: white;
}

.cards{
    margin-inline: 100px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.singlecard{
    width: 250px;
    height: 500px;
    box-shadow:  0 4px 8px 0 rgba(189, 189, 189, 0.2), 0 6px 20px 0 rgba(105, 105, 105, 0.19)  ;
    border-radius: 8px; 
}
.profileimg{
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.cityimg{
    width: 240px;
    height: 740px;
    
    background-size: cover;
    background-position-x: center ;
    image-rendering: pixelated;
    filter: brightness(70%);
}

.imgphone{
    border-radius: 40px;
    transform: rotate(-20deg);
    box-shadow: 4px 6px 20px ;
}
.mobile-banner{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 60px;
    justify-content: right;
}

.about-info{
    border-bottom: 2px solid rgb(53, 53, 53);
    width: 240px;
}
.about-info h1{
    letter-spacing: 1px;
    font-size: 50px;
    color: rgb(31, 31, 31);
}

footer{
    width: 100%;
    height:340px;
    background-color: #10375c;
    margin-top: 40px;
}

.footer-container{
    margin-inline: 140px;
    display: flex;
    justify-content: space-between;
}

.foot-micasa{
    color: white; 
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.foot-micasa h1{
    margin-bottom: 7px;
}

.foot-micasa p{
    font-size: smaller;
    letter-spacing: .5px;
}

.foot-info{
    color: white;
    display: flex;
    column-gap: 100px;
}

.foot-sep{
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    
}

.foot-sep h4{
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.foot-sep p{
    font-size: 14px;
    letter-spacing: .5px;
}
.foot-sep input{
    width: 210px;
    height: 35px;
    background-color: #405f7d;
    border: none;
    border-radius: 5px;
    color: white;
    padding-left: 8px;
}
.foot-sep input::placeholder{
    color: rgb(209, 209, 209);
    font-size: smaller;
    letter-spacing: .5px;
}
.email-box i{
    position: relative;
    left:-30px;
    font-size: 12px;
    color: #ff5722;
}