*{
    margin: 0;
    padding: 0;
    font-family: arial;
}
.socials{
    display: flex;
    align-items:flex-end;
    justify-content:space-between;
    transform: translate(-50%);
    color: white(23, 20, 20);
}
.socials h1{
    font-size: 70px;
    width: 91%;
}
.products{
    color: white;
    display:inline;
    align-items:center;
    justify-content: center;
    font-weight: none;
}
.socials p{
    width: 81%;
    margin-left: 30px;
    font-weight: none;
    color: white;
    position: relative;
}
.banner{
    width: 100%;
    height:0vh;
    background-color: rgb(40, 215, 154);
    background-size: cover;
    background-position: left;
    align-items: white;
}
body{
    background-color: antiquewhite;
}
.navbar{
    padding: 35px 0;
    font-weight: none;
    display:block;
    background-position: left;
    align-items: left;
    justify-content: center;
}
.logo{
    width: 80px;
    cursor: pointer;
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    font-size: 20px;
    position: relative;
}
.navbar ul li a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight:bold;
    text-transform:initial;
}
.navbar ul li::after{
    content: '';
    height: 3px;
    width: 0%;
    background: white;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.5s;
}
.navbar ul li:hover::after{
    width: 100%;
}
.socials{
    border: 100px;
}
.socials h1{
    font-size: 70px;
    margin-left: 820px;
    font-weight: bold;
}
.socials p{
    font-size: 25px;
    margin-left: 920;
    color: black;
    font-weight: bold;
}
    @media (max-width:800px) {
        .contact-inputs{
            width: 80vw;
        }
        .contact-right{
            display: none;
            
        }
    }
