*{
    margin: 0;
    padding: 0 ;
    box-sizing: border-box;
}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}

.navba{
    display: flex;
    align-items: center;
    padding: 5px;  
}

nav{
   
   padding-right: 100px;
    height: 30px;
   
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
   
    display: inline-block;
    margin-right: 20px;
}
nav ul li :hover {
    color: #ce7b54;
}
a{
    text-decoration: none;
    color: #555;
}
p{
    color: #555;
}
.container{
    max-width: 1300px;
    margin: auto ;
    padding-left: 25px;
    padding-right: 25px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    
    max-width: 100%;
    padding : 15px 0 ; 
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.btn{
    display: inline-block;
    background-color: rgb(182, 194, 75);
    color: aliceblue;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.btn:hover{
    background: rgb(199, 58, 192);
}
.header{
    background-color: #e6e2e7;
}


.hel{
    border-radius: 50%;
}
.categories{
    margin: 70px 0;
}
.col3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}
.col3 img{
    width: 100%;
}
form.example button {
    float: right;
    background: black;
    color: white;
    width: 30px;
} 
.round{
    border-radius: 15px;
    display: inline;
    cursor:text ;
        
} 
        /* helpline...*/
.hey{
    background: url(contact1.jpg);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    background-size : center;
    background-size: 1800px   ;
    min-height: 100vh;
    
}

.contact{
    position: relative;
    
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
    
}


.contact .content{
max-width: 800px;
text-align: center;
}
.contact .content h2 {
font-size: 36px;
font-weight: 500;
color: rgb(0, 0, 0);

}
.contact .content p {
    
    font-weight: 300;
    color: rgb(233, 91, 8);
    }
    .contain{
        width: 100%;
        display:flex;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
       
    }
.contain .contactinfo{
    width: 50%;
    display: flex;
    flex-direction: column;

}
.contain .contactinfo .box{
    position: relative;
    padding: 20px 0 ;
    display: flex;
}
.contain .contactinfo .box .icon {
min-width: 60px;
height: 60px;
background: rgb(229, 226, 233) ;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 22px;
}
.contain .contactinfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: rgb(97, 241, 0);
    flex-direction: column;
    font-weight: 300px;
    margin-bottom: 50px;
}
.contain .contactinfo .box .text h3{
    font-weight: 500;
    color:  rgb(144, 95, 235);
}
.contactForm{
width: 40%;
padding: 40px;
border-radius: 5%;
background: #e6e2e7;

}
p{
    color: #e6e2e7;
}
.contactForm h2{
    font-size: 30px;
   
    font-weight: 500;

}

.contactForm .inputBox{
    
    width: 100%;
   justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5%;
}
.contactForm .inputBox input ,.contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid  rgb(144, 95, 235);
    outline: none;
    resize: none;
}
.contactForm .inputBox span{
    position:relative;
    left: 0;
    padding : 5px 0 ;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    

}
.contactForm .inputBox input:focus~ span,
.contactForm .inputBox input:valid~ span,
.contactForm .inputBox textarea:focus~ span,
.contactForm .inputBox textarea:valid~ span{
color: #ce7b54;
font-size: 12px;
}

        /* about...*/
  .space h2 {
      text-align: center;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif ;
    margin-bottom: 5%;
    margin-top: 70px;
  }    
  .space p{
      text-align: center;
      font-size: 20px;
      color: rgb(100, 89, 89);
      padding-left: 10%;
      padding-right: 10%;
  } 
 .about{
      background-image: url(about.jpg);
  } 
 
    
  
   .float{
  margin-left:50px;
  margin-top: 100px;
  text-align: center;
  
   }
   .boxx{
    width: 40%;
    padding-left: 50px;
    padding-right: 50px;
    height: 50%;
  margin-left:100px;
       margin-top: 100px;
       float: left;

   }
   .boxx h4{
       margin-top: 30px;
   }
   .boxx h3{
    margin-top: 10px;
}
   .boxx img{
       width: 20%;
       border-radius: 80%;
       height: 20%;
   }
   .float h1{
       color: rgb(201, 198, 193);
       text-align: center;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 50px;
   }
     
   footer {
    background-color: #333;
    overflow: hidden;
   
}

footer a {
    text-decoration: none;
    padding: 20px;
    text-align: center;
    float: right;
    color: white;
}

  

/* SIGN UP*/

.space h2 {
    text-align: center;
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif ;
  margin-bottom: 5%;
  margin-top: 70px;
}    
.space p{
    text-align: center;
    font-size: 20px;
    color: rgb(100, 89, 89);
    padding-left: 10%;
    padding-right: 10%;
} 
.about{
    background-image: url(about.jpg);
    background-attachment: fixed;
} 

  

 .float{
margin-left:50px;
margin-top: 100px;
float: left;


 }


 .boxx{
  width: 40%;
  padding-left: 50px;
  padding-right: 50px;
  height: 50%;
margin-left:100px;
     margin-top: 100px;
 }
 .boxx{
float: left;

margin-bottom: 100px;
 }
 
 .boxx h4{
     margin-top: 30px;
 }
 .boxx h3{
  margin-top: 10px;
}
 .boxx img{
     width: 20%;
     border-radius: 80%;
     height: 20%;
     
 }
 .float h1{
     color: rgb(201, 198, 193);
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 50px;  
 }
 footer {
  background-color: #222;
  color: #fff;
  font-size: 15px;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  z-index: 999;
  
}
 

footer p {
  margin: 10px 0;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
}

/*   sign up    */


 
.back{
  background-image: url(images/avatar.jpg);
  background-repeat:no-repeat;
  background-size: cover;
   
}
.containe {
    margin-top: 60px;
  text-align: center;
}
.containe h1{
    margin-bottom: 87px;
    font-size: 50px;
}
<!--input[type="texted"],
    input[type="email"],
    input[type="password"] {
      width: 20%;
      height: 5px;
      padding: 15px;
      margin: 5px 0 20px 0;
      display: inline-block;
      border: none;
      border-radius: 10px;
      outline: none;
      background: whitesmoke;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: #ddd;
      outline: none;
      
    }
    .registerbtn {
      background-color: turquoise;
      color: black;
      padding: 10px 10px;
      margin: 8px;
      cursor: pointer;
      width: 15%;
      border-radius: 10px ;
      opacity: 0.9;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 15px;
    }
    .registerbtn:hover {
      opacity: 1;
    }
    
  .login  a  {
      color: blue;
      text-decoration: underline;
    }
    .login p{
       text-align: center;
        color: rgb(156, 101, 101);
    } 
     
     
    
                    /* Products*/
    



                    @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

                    :root{
                        --white-light: rgba(255, 255, 255, 0.5);
                        --alice-blue: #f8f9fa;
                        --carribean-green: #40c9a2;
                        --gray: #ededed;
                    }
                    *{
                        padding: 0;
                        margin: 0;
                        box-sizing: border-box;
                    }
                    body{
                        font-family: 'Quicksand', sans-serif;
                    }
                    
                    /* Utility stylings */
                    .product-img img{
                        width: 100%;
                        display: block;
                    }
                    .contaner{
                        width: 88vw;
                        margin: 0 auto;
                    }
                    .lg-title,
                    .md-title,
                    .sm-title{
                        font-family: 'Roboto', sans-serif;
                        padding: 0.6rem 0;
                        text-transform: capitalize;
                    }
                    .lg-title{
                        font-size: 2.5rem;
                        font-weight: 500;
                        text-align: center;
                        padding: 1.3rem 0;
                        opacity: 0.9;
                    }
                    .md-title{
                        font-size: 2rem;
                        font-family: 'Roboto', sans-serif;
                    }
                    .sm-title{
                        font-weight: 300;
                        font-size: 1rem;
                        text-transform: uppercase;
                    }
                    .text-light{
                        font-size: 1rem;
                        font-weight: 600;
                        line-height: 1.5;
                        opacity: 0.5;
                        margin: 0.4rem 0;
                    }
                    
                    /* product section */
                    .pro{
                        background: var(--alice-blue);
                    }
                    .products{
                        
                        padding: 3.2rem 0;
                    }
                    .products .text-light{
                        text-align: center;
                        width: 70%;
                        margin: 0.9rem auto;
                    }
                    .product{
                        margin: 2rem;
                        position: relative;
                    }
                    .product-content{
                        background: var(--gray);
                        padding: 3rem 0.5rem 2rem 0.5rem;
                        cursor: pointer;
                    }
                    .product-img{
                        background: var(--white-light);
                        box-shadow: 0 0 20px 10px var(--white-light);
                        width: 200px;
                        height: 200px;
                        margin: 0 auto;
                        border-radius: 50%;
                        transition: background 0.5s ease;
                    }
                    .product-btns{
                        display: flex;
                        justify-content: center;
                        margin-top: 1.4rem;
                        opacity: 0;
                        transition: opacity 0.6s ease;
                    }
                    .btn-cart, .btn-buy{
                        background: transparent;
                        border: 1px solid black;
                        padding: 0.8rem 0;
                        width: 125px;
                        font-family: inherit;
                        text-transform: uppercase;
                        cursor: pointer;
                        border: none;
                        transition: all 0.6s ease;
                    }
                    .btn-cart{
                        background: black;
                        color: white;
                    }
                    .btn-cart:hover{
                        background: var(--carribean-green);
                    }
                    .btn-buy{
                        background: white;
                    }
                    .btn-buy:hover{
                        background: var(--carribean-green);
                        color: #fff;
                    }
                    .product-info{
                        background: white;
                        padding: 2rem;
                    }
                    .product-info-top{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }
                    .rating span{
                        color: var(--carribean-green);
                    }
                    .product-name{
                        color: black;
                        display: block;
                        text-decoration: none;
                        font-size: 1rem;
                        text-transform: uppercase;
                        font-weight: bold;
                    }
                    .product-price{
                        padding-top: 0.6rem;
                        padding-right: 0.6rem;
                        display: inline-block;
                    }
                    .product-price:first-of-type{
                        text-decoration: line-through;
                        color: var(--carribean-green);
                    }
                    .product-img img{
                        transition: transform 0.6s ease;
                    }
                    .product:hover .product-img img{
                        transform: scale(1.1);
                    }
                    .product:hover .product-img{
                        background: var(--carribean-green);
                    }
                    .product:hover .product-btns{
                        opacity: 1;
                    }
                    .off-info .sm-title{
                        background: var(--carribean-green);
                        color: white;
                        display: inline-block;
                        padding: 0.5rem;
                        position: absolute;
                        top: 0;
                        left: 0;
                        writing-mode: vertical-lr;
                        transform: rotate(180deg);
                        z-index: 1;
                        letter-spacing: 3px;
                        cursor: pointer;
                    }
                    
                    /* product collection */
                    .product-collection{
                        padding: 3.2rem 0;
                    }
                    .product-collection-wrapper{
                        padding: 3.2rem 0;
                    }
                    .product-col-left{
                        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("images/fashion-img-1.jpg") center/cover no-repeat;
                    }
                    .product-col-r-top{
                        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("images/fashion-img-2.png") center/cover no-repeat;
                    }
                    .flex{
                        display: flex;
                        justify-content: center;
                        align-items: flex-end;
                        height: 50vh;
                        padding: 2rem 1.5rem 3.2rem;
                        margin: 5px;
                    }
                    .product-col-r-bottom > div:first-child{
                        background: #eaa001;
                    }
                    .product-col-r-bottom > div:last-child{
                        background: #0090ff;
                    }
                    .product-col-content{
                        text-align: center;
                        color: white;
                    }
                    .product-collection .text-light{
                        opacity: 1;
                        font-size: 0.8;
                        font-weight: 400;
                        line-height: 1.7;
                    }
                    .btn-dark{
                        background: black;
                        color: white;
                        outline: 0;
                        border-radius: 25px;
                        padding: 0.7rem 1rem;
                        border: 0;
                        margin-top: 1rem;
                        cursor: pointer;
                        transition: all 0.6s ease;
                        font-size: 1rem;
                        font-family: inherit;
                    }
                    .btn-dark:hover{
                        background: var(--carribean-green);
                    }
                    
                    
                    
                    
                    
                    
                    
                    /* Media Queries */
                    @media screen and (min-width: 992px){
                        .product-items{
                            display: grid;
                            grid-template-columns: repeat(2, 1fr);
                        }
                        .product-col-r-bottom{
                            display: grid;
                            grid-template-columns: repeat(2, 1fr);
                        }
                    }
                    @media screen and (min-width: 1200px){
                        .product-items{
                            grid-template-columns: repeat(3, 1fr);
                        }
                        .product{
                            margin-right: 1rem;
                            margin-left: 1rem;
                        }
                        .products .text-light{
                            width: 50%;
                        }
                    }
                    
                    @media screen and (min-width: 1336px){
                        .product-items{
                            grid-template-columns: repeat(4, 1fr);
                        }
                        .product-collection-wrapper{
                            display: grid;
                            grid-template-columns: repeat(2, 1fr);
                        }
                        .flex{
                            height: 60vh;
                        }
                        .product-col-left{
                            height: 121.5vh;
                        }
                    }
                        






