*{
    box-sizing: border-box;
}
@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.ttf);
}
body{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: OpenSans;
    font-weight: 400;
    margin: 0;
}
h1{
    font-family: Poppins;
    font-weight: 700;
    margin: 100px 0 10px 0;
}
header{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 50px;
    margin-top: 10px;
}
header a{
    text-decoration: none;
    border:solid thin hsl(322, 100%, 66%);
    color: hsl(322, 100%, 66%);
    margin-left: auto;
    padding: 7px 20px;
    border-radius: 20px;
}
header a:hover{
    background-color: hsl(322, 100%, 66%);
    color: white;
    transition: all 0.2s 0.05s;
}
#description{
    text-align: center;
    width:500px;
}
#getstarted{
    text-decoration: none;
    padding: 15px 70px;
    margin: 20px 0 130px 0;
    background-color: hsl(322, 100%, 66%);
    color: white;
    border-radius: 25px;
    box-shadow: 1px 1px 3px rgb(180, 180, 180);
}
#getstarted:hover{
    color: hsl(322, 100%, 89%);
    transition: all 0.2s 0.05s;
}
#informations{
    display: flex;
    width: 70%;
    margin: 120px 0;
}
#messages{
    margin-left:auto ;
}
.number{
    font-size: 80px;
    font-weight: 700;
}
.number + div{
    color: gray;
}
.benifits{
    display: flex;
    width: 100%;
    background-color: hsl(207, 100%, 98%);
    padding: 0 100px;
}
.benifits div{
    width: 45%;
}
.benifits img{
    width: 40%;
    margin-left:auto;
}
.second{
    flex-direction: row-reverse;
    background-color: white; margin-bottom: 200px;
}
.second img{
    margin-right: auto;
}
.second div{
    margin-left: auto;
}
footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:first baseline;
    background-color: hsl(192, 100%, 9%);
    color:white;
    padding: 0 8% 100px 8%;
}
footer > div{
    display: flex;
    align-items:first baseline;
}
footer div div{
    width: 35%;
}
footer div div:nth-of-type(2){
    width: 50%;
    margin-left: auto;
}
#ph2{
    width: 380px;
    margin-right: auto;
}
#email{
    width: 380px;
    height: 40px;
    border-radius: 10px;
    border: hsl(192, 100%, 9%);
    margin: 10px 20px 30px 0px;
}
#subscribe{
    text-decoration: none;
    color: white;
    background-color: hsl(322, 100%, 66%);
    padding: 10px 30px;
    border-radius: 5px ;
}
#subscribe:hover{
   color: hsl(322, 100%, 89%);
}
.medias{
    margin-top: 60px ;
}
.medias img{
    width: 40px;
    margin-right:15px ;
    color: white;
}
