  * {
    margin: 0;
    font-family: Arial;
    box-sizing: border-box; 
}


body {
    background-color: palevioletred;
}

/** navbar **/

.navbar {
    height: 80px;
    background-color: rgb(168, 50, 137);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.nav-logo {
    height: 45px;
    width: 110px; 
    margin-bottom: 30px;
    margin-right: 15px; 
}


.logo {
     
    background-image: url('https://s.tmimgcdn.com/scr/1200x750/327500/makeup-logo-illustration-vector_327567-original.jpg') ;
    height: 160%; 
    width: 100px;    
    mix-blend-mode: multiply;    
    background-size: cover;
}


.border {
    border: 2px solid transparent;
    
}

.border:hover {
    border: 2px solid  black;
} 


/** nav-address **/


.add-one {
    color: black;
    font-size: 0.83rem;
    margin-left: 15px;

}

.add-two {
    color:black;
    margin-left: 3px;

}
   

.nav-icon{
    display: flex;
}

/** nav-search**/

.search-icon {
    color: black;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background-color:palevioletred ;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.nav-search {
    display: flex;
    width: 600px;
    height: 40px;
    justify-content: space-evenly;
    border-radius: 5px;
}



.search-input {
    
    width: 100%;
    text-align: center;
    font-size: 1rem;
    border: none;
    background-color: pink;
}



.search-select {
    background-color: palevioletred ;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50px;
    text-align: center;
    border: none;
}


/* nav-content */

.nav-2-c {
    font-size: 15px;
    font-weight: 700;
    
}

span {
    font-size: 700;
}


/* nav-card */

.nav-card {
    font-weight: 0.85rem;
    font-size: 15px;
}

.nav-card i{
    font-size: 30px;
}


/* nav-item */

.nav-item {
    height: 50px;
    background-color: palevioletred;
}

.nav-list {
    display: flex;
    justify-content: space-around;
    align-items: center; 
    list-style-type: none;
    height: 50px;
}

a {
    color: black;
    text-decoration: none;
    align-items: center;
    font-weight: 700;
    font-size: 18px; 
}

a:hover {
    color: purple;
}


/* about us */
     

.about-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0px;
    color: black;
    background-color: pink;
    height: 300px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 80px;
    margin-top: 300px;
    box-shadow:  0.3em 0.3em 1em rgb(168, 50, 137);
  }
  
   .image {
    flex: 1 1 40%;
    height: 100px;
  } 
  
  .image img {
    width: 50%;
    height: 200px;
    margin-top: 70px;
    margin-left: 50px;
  }
  
  .par {
    flex: 1 1 50%;
    margin-right: 50px;
  }
  
  .par h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: brown;
  }
  
  .par p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    /* font-family: sans-serif; */
    
  }

    
 

/* image */

.hero-section {
    height: 600px;
     width: 100%;
}

.hero {
    background-image: url('https://i.pinimg.com/originals/94/c2/35/94c2356d7eb2c3dcf07fecf8f1237aa5.png');
    height: 850px ;
    width: 100%;
    background-size: cover;
} 

/* cards */

.box {
    height: 500px;
    width: 400px; 
    background-color: rgb(198, 131, 142);
    padding: 20px 0px 20px; 
    margin: 20px 10px 20px 10px;
    border: 2px solid palevioletred;
    box-shadow:  0.3em 0.3em 1em palevioletred;
}

.box:hover {
    background-color: palevioletred;
    transform: scale(0.7) ;
    border-radius: 30px;
}



.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: pink;
    height: 50px;
    width: 100%;
    font-weight: 900;
    margin-top: 10px;
    color: brown;
}

.nav-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: pink;
    margin: 20px 20px;
}

.image {
    height: 350px;
    background-size: cover;
    margin-top: 5px;
    margin-bottom: 5px; 
    width: 95%;
    margin-left: 7px;
    margin-right: 7px; 
}


.box-image {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px; 
}


.box-image p {
    color: black;
}

.box-image h2 {
    margin-bottom: 10px;
    margin-left: 10px;
}


/* login form */

.login {
    height: 500px;
    background-color: pink;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: 20px 20px;
    box-shadow:  0.3em 0.3em 1em rgb(168, 50, 137);
    margin-top: 50px;
    margin-bottom: 50px;
} 

.login-form {
    height: 400px;
    width: 300px;
    background-color: rgb(198, 131, 142);
    margin: 10px 20px;
    border: 2px solid palevioletred;
    border-radius: 30px;
    box-shadow:  0.3em 0.3em 1em rgb(168, 50, 137);
}

button {
    background-color: pink;
    color: black;
}



/* footer */

footer {
    background-color: rgb(168, 50, 137);
    color: black;
    height: 100px; 
    justify-content: center;
    display: flex;
    align-items: center;
}





@media(max-width:998px) {
    html{
      font-size: 55%;
    }
  }

  @media(max-width:768px) {
    html{
      font-size: 45%;
    }
  }

  @media(max-width: 600px){
    html{
      font-size: 40%;
    }
  }

  @media(max-width: 600px){
    html{
      font-size: 30%;
    }
  }




  
  
  @media (min-width: 481px) and (max-width: 768px) {
    nav {
        background-color: blue;
    }
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    nav {
        background-color: green;
    }
  }

  @media (min-width: 1025px) and (max-width: 1200px) 
  {
    nav {
        background-color: yellow;
    } 

}








