body {
    font-family: "Lato", sans-serif;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.nav-media{
    display: none;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block; 
 
    transition: 0.3s;
}

.navLinks:hover{
    background-color: hsl(48, 98%, 48%);
    width: 200px;
    padding: 8px 8px 10px 15px;
    margin: 8px 8px 5px 5px;
}

.sidebar .closebtn:hover {
   color: hsl(48, 98%, 48%);
   background-color: #818181;
   padding: 10px 15px;
   border-radius: 10px;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px; 
    border-radius: 10px;
    border: none;
    font-size: 2rem;
    transition: all .3s ease;
}

.openbtn:hover {
    background-color: #f6a308e9;
}

.navLinks:hover{
    background-color: hsl(48, 98%, 48%);
}

.closebtn:hover{
    background-color: transparent;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}
.logo{
   display: flex;
   justify-content: space-between;
   margin: 1.2rem;
   overflow: hidden;
  align-items: center;
  flex-direction: column;
}
.logo img{
    background-color: white;
    padding: 10px 6px;
    border-radius: 10px;
}
.logo h1{
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.59rem;
    text-align: center;
}

/* Display Navbar */

.nav-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: hwb(225 0% 70%);
    color: hsl(48, 98%, 48%);
    padding: 35px 20px;
}
.nav-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-logo h1{
    font-size: 2em;
    text-align: center;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.nav-logo img{
    mix-blend-mode: luminosity;
    backdrop-filter: blur(2px);
    box-shadow: 0 4px 5px 4px hsl(48, 98%, 48%);
    background-color: #1ab5c6;
    padding: 10px 15px;
    width: 60px;
    overflow: hidden;
    border-top-left-radius: 45%;
    margin: 10px;
}

.cart{
    position: absolute;
   top: 20%;
   right: 20px;
max-width: 200px;
}

.cart img{
    width: 30px;
    
}

.cart img:hover{
    transform: translateY(-12px);
    padding: 8px;
    background-color: #06165133;
    box-shadow: 5px 0px 12px 4px ;
}
/* 
.nav-headDisplay{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

li a{
    text-decoration: none;
    color: hsl(48, 98%, 48%);
    font-size: 22px;
}
.navBtn {
    display: flex;
    gap: 20px;
    text-align: center;
    font-size: 20px;
}

.storeBtn1, .contactBtn1{
    width: 110px;
    background-color: hsla(0, 12%, 84%, 0.976);
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: all .5s ease-out;
}


.storeBtn1:hover, .contactBtn1:hover{
   background-color: hsl(48, 98%, 48%);
   transform: scale(1.09);

}

@media (max-width: 601px) and (max-width: 768px) {

body{
    background-color: #818181;
}

.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
}   

.nav-headDisplay{
    display: block;
}

.storeBtn1, .contactBtn1{
    width: 100px;
    padding: 5px 5px;
    font-size: 17px;  
}

.contactBtn1:hover{
    background-color: hsl(48, 98%, 48%);
    transform: scale(1);
 
 }

.nav-logo h1{
    font-size: 1em;
}
.nav-links{
    display: none;
}

.nav-media{
    display: block;
}

 .contactBtn1{
    display: none;
}

.navBtnMeun{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;
    padding: 20px;
}

.ProductName{
    max-width: 100%;
}

.ProductName img{
    width: 80px;
    height: 80px;
    padding: 8px;
    border-radius: 18px;
    mix-blend-mode: multiply;
}

.ProductName p{
    background-color: #06165132;
    color: hsl(48, 98%, 48%);
    padding: 8px;
    /* margin: 4px; */
    border-radius: 8px;
}


.cart{
   
max-width: 200px;
}

.cart img{
    width: 30px; 
    position: relative;
   top: 36%;
    left: 0;
}

.header-content h1{
    margin-top: 15%;
}

}



@media (min-width: 601px) and (max-width: 1024px) {

body{
        background-color: rgba(144, 238, 144, 0.5);
}

.nav-container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 30px;
}   
    
.nav-headDisplay{
        display: block;
}
    
.storeBtn1, .contactBtn1{
        width: 100px;
        padding: 5px 5px;
        font-size: 18px;
        
}
    
.contactBtn1:hover{
        background-color: hsl(48, 98%, 48%);
        transform: scale(1);
     
    }
    
.nav-logo h1{
        font-size: 1.6em;
}
.nav-links{
        display: none;
}
    
    
.nav-media{
    display: block;
}
    
.navBtn{
    gap: 20px;
}
.storeBtn1{
    background-color: hsla(0, 12%, 84%, 0.976);
    padding: 10px 5px;
}
    
    }

.navBtnMeun{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: auto;
    padding: 20px;
}

.storeBtn, .contactBtn{
    width: 130px;
    padding: 8px 15px;
    font-size: 18px;
    transition: background-color .5s ease, width .5s ease;
    cursor: pointer;
    background-color: #f0f0f0;
    border: none;
}

.storeBtn:hover, .contactBtn:hover{
    width: 100%;
    background-color: hsl(48, 98%, 48%);
    border: none;
    border-radius: 12px;
    padding: 10px 15px;
}

.container{
    height: 100vh;
    text-align: center;
    background-image: url(slider.jg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.header-content{
    text-align: center;
    padding: 20% 0 10px 0 ;
    font: optional;
    font-stretch: expanded;
    max-width: 500px;
    display: block;
    margin: auto;
}

.header-content h1{
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2em;
    font-weight: 300;
   
}

.header-content p{
    font-size: 1.2em;
    padding: 15px;
    font-weight: 300;
}

.productContainer{
    padding: 0px ;
    background-color: rgba(250, 250, 250, 0.007);
    width: 100%;
}

.productItem{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}


.ProductName{
    max-width: 200px;
}

.ProductName img{
    width: 120px;
    padding: 8px;
    border-radius: 18px;
    mix-blend-mode: multiply;
    cursor: pointer;
    transition: all .3s ease;
}

.ProductName img:hover{
    transform: translateY(-12px);
    border-bottom: 2px blue;
    box-shadow: 5px 0px 12px 4px ;
    opacity: 1;
}

.ProductName p{
    background-color: #061651;
    color: hsl(48, 98%, 48%);
    padding: 8px;
    margin: 4px;
    border-radius: 8px;
}

.phones{
    transform: translateY(-12px);
    border-bottom: 2px blue;
    box-shadow: 2px 2px 12px 2px ;
    opacity: 0.9;
}


/* Login Information */

.workContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    background-color: #061651;
    color: white;
    padding: 50px ;
    width: 100%;
    font-size: 1.5em;
    margin-top: 2em;
    flex-wrap: wrap;
    gap: 45px;
}

li{
    border: 2px white;
   
    padding: 10px;
    border-collapse:collapse ;
   
 
}

.logoutBtn{
    margin-left:10px ;
    padding: 10px 15px;
    border: none;
    background-color: hsl(48, 98%, 48%);
    font-weight: 600;
    font-size: 16px;
    border-radius: 14px;
    color: rgb(8, 1, 68);
}

#userID{
    width: 200px;
    padding: 8px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    margin-top: 2em;
}
#loginBtn{
    padding: 10px 15px;
    font-size: 0.8em;
    width: 200px;
    background-color: hsl(43, 99%, 63%);
    border: none;
    margin-top: 10px;
    border-radius: 15px;
    color: hsla(240, 100%, 50%, 0.866);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
   
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#loginBtn::before, #loginBtn::after{
    content: 'Mass';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1ab5c6;
    transition: all 0.3s ease;
    z-index: -1;
}

#loginBtn::before{
    transform: scaleX(0);
    transform-origin: left;
}

#loginBtn::after{
    transform: scaleX(0);
    transform-origin: right;
}

#loginBtn:active{
    transform: scaleX(1.4);
    background-color: aqua;
}

#loginBtn:hover{
    background-color: transparent;
    color: white;
    border: 1px solid white;
    transition: all 0.4s ease;
    text-shadow: rgb(244, 172, 3) 2.5em 0px 2px ;
    text-overflow: unset;
    -webkit-text-stroke: #f60404 1px;
}