header{
    position: fixed;
   background-color: rgb(44, 10, 167);*/
    padding: 10px;
    width: 100%;
    z-index: 5;
    text-align: center;
    marding-top:10px;

}
header h1{
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 900;
    border: solid 5px #fff;
    color: #f6f8fa;
  /*  background-color: #0062ff;*/
    display: inline-block;
    parding: 2px 15px
    border-radius: 35px;

}
.welcome{
    max-width: 100%;
    width: 1200px;
   /* background-color: darkslateblue;*/
    position: relative;
    margin: 10px auto;
    height: 500px;
}

.welcome img{
    position: absolute;
    top: 28%;
    left: 58%;
    width: 400px;
    border-radius: 50%;
    background-color: darkgray;
    border-top-right-radius: 0;
}

.welcome h2{
    font-size: 2.4rem;
    text-transform: uppercase;
    position: absolute;
    right: 40%;
    top: 28%;
    color: #333;
}

.welcome h2 span{
    font-weight: bold;
    color: blue;

}

nav{
    position: sticky;
    top: 78px;
    marging: 25px auto;
    background-color: darkgray;
}
nav ul{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    parding: 10px;
}

nav ul li a{
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: lowercase;
    color:#222 ;
}

/* main content style*/

main.main-content{
    width: 100%;
    max-width: 1000px;
    margin: 75px auto;
}

section h2{
    marging-top: 3rem;
    marging-borton: 1rem;
    font-size: 1.8rem;
    color: blue;
}

section p{
    font-size: 1.4rem;
}

.images{
    display: flex;
    justify-content: space-between;
}

.image li{
    list-style-type: none;
    margin-right: 10px;
}

.image img{
    width: 100%;
    border: solid 2px #ddd;
    border-radius: 1rem;
}

div.services .row{
    display: flex;
}

div.services-title{
    display: flex;
}

.services-title img{
    width: 72px;
    margin-right: 15px;
}

form{
    border: solid 2px #ddd;
    width: 60%;
    padding: 15px;
    background-color: rgb(53, 104, 245);
    border-radius: 2rem;
}

form input[type="text"], form input[type="email"], form textarea[type="text"]{
    padding: 8px;
    font-size: 1.2rem;
    width: 100%;
    border: solid 2px #ddd;
    margin: 6px 0;
}

form input[type="submit"]{
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: capitalize;
    border: nome;
    background-color: blue;
    color: #fff;
    padding: 8px 24px;
    border-radius: 2px;
}

.whatsapp{
    display: flex;
    justify-content: center;
    justify-items: center;

}

.whatsapp img.LOGO{
    height: 50px;
    justify-items: center;
}

.whatsapp span.phone{
    font-size: 40px;
    font-weight: bold;
}

div.form{
    position: relative;
}

div.form form{
    position: absolute;
    top: 15%;
    left: 30%;
}