*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Amazon', sans-serif;
}
body{
    background-color: #f2f2f2;
    overflow-x: hidden;
}
.navList{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    list-style: none;
    margin-left: 20px;  
      
}
.navList li a{
    text-decoration: none;
    color: #f2f2f2;
    padding: 5px 10px;
    font-size: 16px;
    margin: 10px;
    
}
.navList li a:hover{
    color: dodgerblue;
}
.navList li{
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.navBar{
    background-color: #232f3e;
    height: 60px;
    max-height: 60px;
    width: 100vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 100;

}
.logo{
   width: 90px;
   height: 55px;
   margin-left: 30px;
}
.searchBar{
    width: 300px;
    height: 35px;
    border: 1px solid #f2f2f2;
    padding: 13px;
    font-size: 13px;
}
.searchBar,#category:focus{
    outline: none;
}
.dropbtn{
    padding: 7px 14px;
    cursor: pointer;
}
a{
    text-decoration: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a:hover{
    background-color: #f1f1f1;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 10px 20px;
    display: block;
    text-align: left;
    font-size: 15px;
}
.dropdown:hover .dropdown-content{
    display: block;
}

.navBar .login:last-child:hover{
    opacity: 0.8;
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
}
.cocunut, .soap , .cosmetics{
    width: clamp(14rem,30vw, 100rem);
    height: 50vh;
    object-fit: cover;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.cocunut:hover, .soap:hover, .cosmetics:hover{
    opacity: 0.6;
    transition: 0.5s;
    filter:grayscale(200%);
}
.intro-shampoo{
    color: #f1f1f1;
    width: clamp(14rem,30vw, 100rem);
    background-color: #ff9900;
    padding: clamp(10px, 30px, 70px);
    font-size: 18px;
    font-variant: inherit;
}

.intro-shampoo h1:hover{
    background-color: #000;
    color: #f9f9f9;
    transition: 0.5s;
    opacity: 0.6;
}
.flexing{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100vh;
    column-gap: 1;
}
.imagination{
    width:100vw;
    height: 1500px;
    object-fit: cover;
    background-image: url('/m.jpg');
    background-size: cover;
    background-position: 50% 20%;
}
.imagination:hover{
    filter: brightness(50%);
}

section{
    float: left;
    width: 33%;
    margin-top: 40px;
}
section li{
    list-style: none;
    text-align: center;
    margin-top: 20px;
}
section li a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
section li a:hover{
    color: #f9f9f9;
    transition: 0.5s;
    opacity: 0.6;
}
.backtotop{
    width: 100vw;
    height: 50px;
    text-align: center;
    font-size: 1rem;
    background-color: #343e49c1;
    color: #f1f1f1;
    cursor: pointer;
    border: none;
}
.backtotop:hover{
    background-color: #2e3e4ec1;
    color: #f9f9f9;
    transition: 0.5s;
    opacity: 0.6;
}

.shampoo-category{
    width: 100vw;
    height: 160vh;
}

.itemsstyle{
    width: 300px;
    height: 350px;
    background: linear-gradient(45deg, #00a7bd, #ff5e00);
    left: -100%;
    margin: 20px;
    list-style: none;
    border-radius: 10px;
}

.listing{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; 
    font: 1em sans-serif;
    flex-wrap: wrap;
}
.itemsstyle img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 5px auto;
    padding: 10px 20px 0 20px;
    
}
.itemsstyle img:hover{
    animation: rotateImage 1s 2;
        }

        @keyframes rotateImage {
            0% {
                transform: rotate3d(0, 0, 0, 0deg);
            }

            100% {
                transform: rotate3d(0, 0, 1, 360deg);
            }
}
.itemsstyle img:hover{
    opacity: 0.6;
    transition: 0.5s;
    filter:grayscale(100%);
    cursor: pointer;
}
.itemsstyle h4{
    text-align: center;
    color: #f1f1f1;
    user-select: none;
}
.doing{
    text-align: center;
    color: #f9f9f9;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
}
.carting input::-webkit-outer-spin-button,
.carting input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.carting input{
    text-align: center;
    color: #404040;
    width: 60px;
    height: 25px;
    outline-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border: none;
}
.carting{
    display: flex;
    gap: 0.3rem;
    align-items: center;
    justify-content: space-around;
    margin: 15px 70px 0px;
    background-color: #232f3e;
    padding: 5px 10px;
    border-radius: 50px;
}
.carting .plus, .minus{
    text-align: center;
    color: #f1f1f1;
    width: 35px;
    height: 25px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
}
.carting1{
    display: flex;
    gap: 0.3rem;
    align-items: center;
    justify-content: space-around;
    margin: 15px 70px 0px;
    background-color: #232f3e;
    padding: 5px 10px;
    border-radius: 50px;
}
.carting1 .plus, .minus{
    text-align: center;
    color: #f1f1f1;
    width: 35px;
    height: 25px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
}
.carting1 input{
    text-align: center;
    color: #404040;
    width: 60px;
    height: 25px;
    outline-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border: none;
}
.shoppingicon{
    display: block;
    margin: 10px auto;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 7px;
    border: none;
}
.anything{
    background-color:black;
     color: white;
}
footer{
    width: auto;
    height: 400px;
    background-color: #232f3e;
    position: relative;
    bottom: 0%;
}
.copyright{
    width: 100vw;
    height: 50px;
    text-align: center;
    font-size: 1rem;
    color: #ff9900;
    cursor: pointer;
    border: none;
    position: absolute;
    bottom: 0;
    line-height: 50px;
}
.cart-is-empty{
    display: block;
    margin: 40px auto;
    text-align: center;
    font-size: 24px;
}
.backtohome{
    padding: 10px 30px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    border: 0.5px solid #232f3e;
    font-size: 17px;
    margin-bottom: 50px;
}
.backtohome:hover{
    background-color: #232f3e;
    color: #ff5e00;
    transition: 0.5s;
    opacity: 0.6;
}
.checkout, .removeAll{
    background-color: green;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
}
.removeAll{
    background-color: red;
}
