*{
    margin:0;
}
html{
    scroll-behavior: smooth;
}

body{
    align-content: center;
    text-align: center;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
}

header{
    background-image: url("images/bg-hero-mobile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto;
    padding: 10px;
    display: block;
    align-content: center;
    justify-content: space-evenly;
    height: 80vh;
    font-weight: 600;
}
header h1{
    font-size: larger;
    font-weight: 600
}
header p{
    font-weight: 400;
}
#logo{
    display: flex;
    justify-content: space-between;
    margin:2em 0 1em 0;
}
#logo img{
    height: 17px;
}
#logo button{
    background-color: white;
    padding: 5px 20px;
    border: none;
    box-shadow:  0 5px 2px #dae2f0 ;
    border-radius: 20px;
    font-style: 400;
}

.image{
    height: 200px;
}

.firstmsg{
    display: grid;
    justify-content: space-evenly;
}

.firstmsg div{
    margin: 20px 10px;
}

.zuri *{
    margin: 20px;
}
.zuri h1{
    font-size: larger;
    font-weight: 600
}
.zuri button{
    padding: 10px 35px;
    font-weight: 400;
    background-color: hsl(322, 100%, 66%);
    border: none;
    border-radius: 20px;
    color:  hsl(210, 41%, 93%);
}

.grow{
    margin:100px  20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 7px 2px rgba(196, 184, 184, 0.568);
    padding: 5px
}
.grow div{
    padding: 7px
}
.grow *{
    margin:10px;
}

.flow{
    margin:30px  20px;
    border-radius: 10px;
    box-shadow: 0 0   7px 2px rgba(196, 184, 184, 0.568);
    padding: 5px
}

.user{
    margin:30px  20px;
    border-radius: 10px;
    box-shadow: 0 0   7px 2px rgba(196, 184, 184, 0.568);
    padding: 5px
}

.ready button{
    padding: 13px 35px;
    font-weight: 500;
    font-size: xx-small;
    background-color: hsl(322, 100%, 66%);
    border: none;
    border-radius: 20px;
    color:  hsl(210, 41%, 93%);
    box-shadow: 0 7px 0 #dae2f0 ;
}

.ready h1{font-size: 15px;
    font-weight: 600
}
.ready{
    margin:30px  20px -50px 20px;
    border-radius: 10px;
    box-shadow: 0 0   7px 2px rgba(63, 61, 61, 0.568);
    padding: 20px;
    position: relative;
    z-index: 1;
    background-color: white;
}

.ready *{
    margin: 15px ;
}

footer{
    height: fit-content;
    background-color:  hsl(188, 86%, 8%);
    padding: 5em 20px 5px 20px;
    align-content: flex-start;
    text-align: start;
    color: white;
    font-weight: 300;
    padding-bottom: 15px;

}

footer  img{
    height: 25px;
    
}

.location{
    display: flex;
    /* justify-content: flex-start; */
    margin-top: 7px;
}
.mail *,.cont *,.location *{
    margin: 5px;
}


.cont{
    display: flex;
    justify-content: flex-start;
    margin-top: 7px;
}
span{
    padding-left: 10px;
}
ul{
    list-style: none;
    margin-left: -35px;

}
li{
    font-size: large;
    margin: 10px 0;
}

.social{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.social div i{
    padding: 10px;
}
.cpy{
    text-align: center;
    font-size:  x-small;
}

@media only screen and (min-width:400px){

    header{
        background-image: url("images/bg-hero-desktop.svg");
        height: 50vh;
    }

    .firstmsg{
        display: flex;
        text-align: left;
    }
    .grow, .user{
        display: flex;
        justify-content:space-around;
        flex-direction: row-reverse;
        text-align: left;
        padding: 15px;
    }
    .zuri{
        position: relative;
  	    top: 50%;
        padding: 5px;
        width: 45%;
  	    
    }
    .flow{
        display: flex;
        justify-content: space-around;
        text-align: left;
        padding: 15px;
    }

    footer{
        height: fit-content;
    }
    .yeye{
        display: flex;
        justify-content: space-between;
    
    }
    .ready{
        padding: 10px;
        width: 500px;
        left:50%; 
        transform: translateX(-50%);
       
    }
    .image{
        height: 250px;
    }
    .msg{

       margin: 5% 0;
    }
    
    .mimi{
        max-width: 45%;
    }
    .social{
        margin-bottom: 50px;
        margin-top: 0;
    }
    .cpy{
        margin-top: 50px ;
    }
    .ready button:active, .zuri button:active{
        background-color:  hsl(322, 76%, 81%);
       
    }
    .ready button:hover, .zuri button:hover{
        cursor: pointer;
    }
}