*{
    margin: 0 0;
    padding: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.header{
    display: flex;
    width: 100%;
    background-color: rgb(98, 129, 98)
}

.left-nav{
    display: flex;
    margin: 20px 20px;
    left: 0;
    margin-right: 35%;
}
.left-nav ul{
    display: flex;
    list-style: none;
    font-size: 18px;
    margin-right: 30px;
}
.left-nav ul a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s ;
}
.left-nav ul a:hover{
    font-size: 20px;
}
.left-nav ul input{
    border: 1px solid black;
    color: rgb(0, 0, 0);
}
.left-nav ul input:hover{
    background-color: rgb(98, 129, 98);
    border: 3px solid black;
}
.right-nav{
    display: flex;
    margin: 20px 20px;
    right: 0;
}
.right-nav a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-left: 30px;
    transition: 0.3s;
}
.right-nav a:hover{
    font-size: 20px;
}
.logoImg{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    color: white;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.top-section{
    
    /* position: relative; */
    z-index: 1;
    height: 80vh;
    background-image: linear-gradient(rgba(27, 27, 27, 0.295), rgba(82, 82, 82, 0.322)), url("images/Fashion\ Editorial.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: right;
    padding-right: 6%;
}
.top-items{
    margin-left: 70%;
}
.top-section h1{
    text-align: left;
    font-weight: 900;
    color: white;
    font-family:'Courier New', Courier, monospace;
    padding-top: 90px;
    padding-bottom: 5px;
    font-size: 35px;
    /* animation: type 4s ease-in infinite;
    transform: translate(-0%, -50%); */
}
/* @keyframes type{
    0% { transform: (0deg); }
    100% {transform: rotate(360deg);}
} */
.top-section p{
    text-align: left;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top: 5px;
    padding-bottom: 30px;
    
}
.top-section a{
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: white;
    padding: 10px 40px;
    background-color: rgb(0, 0, 0);
    transition: .3s ease;
    margin-right: 100px;
}
.top-section a:hover{
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
}
.featured-dress{
    margin-top: 60px;
    margin-left: 50px;
    font-weight: 800;
}
.overlay-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    text-align: left;
    margin-top: 40px;
    margin-left: 50px;
}
.shop-image{
    height: 320px;
    width: 300px;
    margin-bottom: 80px;
    margin-right: 5px;

}
.shop-image img{
    height: 100%;
    width: 100%;
}
.shop-container{
    margin-bottom: 40px;
}
.shop-link{
    color: black;
    text-decoration: none;
}
.shop-link:hover{
    text-decoration: underline;
}
.shop-image h3{
    margin-bottom: 6px;
}
.container{
    margin: 60px 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.container a{
    color: rgb(255, 255, 255);
    padding: 10px 30px;
    border-radius: 20px;
    background-color: black;
    text-decoration: none;
    transition: .3s;
}
.container a:hover{
    font-size: 18px;
    text-decoration: underline;
}
.discover{
    width: 100%;
}
.discover h2{
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 35px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-weight: 2000;
}
.collections{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(98, 129, 98);
    padding-top: 20px ;
}
.collection-image{
    width: 300px;
    height: 350px;
    margin-left: 30px;
    position: relative;
    margin-bottom: 30px;
}
.collection-image img{
    width: 100%;
    height: 100%;
}
.collection-image h3{
    position: absolute;
    top: 20%;
    margin-left: 20px;
    font-size: 30px;
    color: white;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.466);
    transition: background 0.3s ease;

}
.collection-image:hover .overlay{
    background: rgba(0,0,0,0.7);
}
.collection-image p{
    position: absolute;
    top: 30%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    font-size: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    transform: translateY(80px);
    transition: opacity .5s ease, transform .5s ease ;
    opacity: 0;
}
.collection-image:hover p{
    transform: translateY(0);
    opacity: 1;
}
.featured-products{
    display: flex;
    margin-top: 40px;
    margin-left: 30px;
    text-align: center;
    justify-content: space-around;
}
.featured-container{
    position: relative;
}
.featured-image{
    height: 350px;
    width: 250px;
    margin-bottom: 30px;
}
.featured-image img{
    width: 100%;
    height: 100%;
    
}

.featured-container h3{
    position: absolute;
    top: 40%;
    left: 25%;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
}
.featured-text{
    text-align: center;
}
.featured-text h2{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
}
.featured-text a{
    text-decoration: none;
    color: white;
    padding: 10px;
    background-color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    justify-content: center;
}
.featured-text a:hover{
    text-decoration: underline;
}

.slideshow-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    
  }
  
  .slide {
    display: none;
    text-align: center;
    /* height: 500px;
    width: 500px; */
    /* margin-left: 25%; */
  }
  
  .slide img {
    height: 500px;
    width: 400px;
  }
  
  .text {
    font-weight: 700;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 45%;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    box-shadow: 2px 2px 5px rgb(0, 0, 0);
  }
  
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    font-size: 24px;
    color: white;
    border: none;
    border-radius: 30px;
    background-color: black;
    transition: 0.3s;
    transform: translateY(-50%);
  }
  
  .prev:hover, .next:hover {
    color: rgb(98, 129, 98);
    background-color: rgb(63, 82, 63);
  }
  
  .prev {
    left: 20%;
  }
  
  .next {
    right: 20%;
  }
.aboutus-item{
    text-align: left;
    margin: 40px;
}
.aboutus-item h3{
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    padding-bottom: 30px;
}
.aboutus-item p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    padding-bottom: 30px;
}
.aboutus-item div{
    font-size: 20px;
}
.aboutus-item div span{
    text-decoration: underline;
    cursor: pointer;
}
footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}
.quick-links{
    color: white;
    text-align: center;
    padding: 20px;
    text-align: left;
    margin-left: 10%;
}
.quick-links p{
    margin-bottom: 30px;
    font-size: 23px;
}
footer a{
    display: block;
    padding-bottom: 30px;
    color: rgb(98, 129, 98);
    font-size: 17px;
}
.subscribe{
    color: white;
    padding: 20px;
    text-align: right;
    margin-right: 10%;
}
.subscribe p{
    margin-bottom: 30px;
    font-size: 23px;
}
.subscribe input{
    height: 40px;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    color: white;
}
.subscribe input:focus{
    border: none;
}
.subscribe button{
    height: 40px;
    width: 20px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    background-color: transparent;
    border-top: none;
    border-left: none ;
    color: white;
    transition: .3s ease;
}
.subscribe button:hover{
    background-color: white;
    border-top: none;
    border-left: none ;
    color: black;
}
.copyright{
    text-align: center;
    background-color: black;
    color: white;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 20px;
}




.cart {
    font-family: Arial, sans-serif;
    margin: 0px;
    gap: 0px;
    position: absolute;
    width: 45%;
    top: 0;
    right: 0px;
    height: auto;
    background-color: white;
    padding-bottom: 50px;
    display: none;
    overflow: hidden;
              
}
.cart img{
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.cart-line{
    height: 1px;
    width: 100%;
    background-color: rgb(82, 82, 82);
    margin-bottom: 30px;


}
.cart h1{
    color: rgb(82, 82, 82);
    margin-bottom: 10px;
    padding: 20px;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 20px;
}

table {
    margin: 10px;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  .cart h3{
    color: rgb(82, 82, 82);
    margin-top: 20vh;
    margin-left: 10px;
    margin-bottom: 30px;
  }
  .cart a{
    text-align: center;
    text-decoration: none;
    padding: 13px 90px 13px 13px;
    border: 1px solid rgb(82, 82, 82);
    color: rgb(82, 82, 82);
    font-weight: bold;
    width: 100%;
    margin: 20px;
    transition: .3s;
  }
  .cart a:hover{
    color: white;
    background-color: black;
  }
  .add-to-cart {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
  }
  
  .add-to-cart:hover {
    background-color: #218838;
  }
  
table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }
  
table th {
    background-color: #f8f9fa;
  }
  
  button.remove {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button.remove:hover {
    background-color: #c82333;
  }




@media screen and (max-width: 855px) {
    *{
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
    }
    
    .header{
        display: flex;
        
        left: 0;
        width: 100%;
        justify-content: space-between;
    }
    
    .left-nav{
        display: flex;
        margin-top: 30px;
        left: 0;
        margin-right: 0;
        justify-content: space-between;
    }
    .left-nav ul{
        display: flex;
        list-style: none;
        font-size: 12px;
        margin-right: 3px;
    }
    .left-nav ul a{
        color: rgb(255, 255, 255);
        text-decoration: none;
        margin-left: 10px;
        transition: 0.3s ;
    }
    .left-nav ul a:hover{
        font-size: 15px;
    }
    .left-nav ul input{
        border: 1px solid black;
        color: rgb(0, 0, 0);
    }
    .left-nav ul input:hover{
        background-color: rgb(98, 129, 98);
        border: 3px solid black;
    }
    .right-nav{
        display: flex;
        margin-top: 30px;
        margin-right: 10px;
        right: 0;
    }
    .right-nav a{
        color: white;
        text-decoration: none;
        font-size: 12px;
        padding-left: 10px;
        transition: 0.3s;
    }
    .right-nav a:hover{
        font-size: 15px;
    }
    .logoImg{
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: 10%;
    }
    .top-section{
        /* position: relative; */
        z-index: 1;
        height: 80vh;
        background-image: linear-gradient(rgba(27, 27, 27, 0.295), rgba(82, 82, 82, 0.322)), url("images/Fashion\ Editorial.jpg") ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-right: 10px;
    }
    .top-items{
        margin-left: 0;
    }
    .top-section h1{
        text-align: center;
        color: white;
        font-family:'Courier New', Courier, monospace;
        padding-top: 90pxpx;
        padding-bottom: 20px;
        font-size: 35px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .top-section p{
        text-align: center;
        color: white;
        font-size: 14px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .top-section a{
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        color: white;
        padding: 8px;
        background-color: rgb(0, 0, 0);
        transition: .3s ease;
        margin-right: 0;
    }


    .overlay-section{
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: center;
        margin-top: 40px;
        margin-right: 10px;
        margin-left: 50px;
        flex-wrap: wrap;
    }
    .shop-image{
        height: 220px;
        width: 200px;
        margin-bottom: 80px;
        margin-right: 5px;
    }
    .shop-image img{
        height: 100%;
        width: 100%;
    }
    .discover h2{
        text-align: center;
        font-family:'Courier New', Courier, monospace;
        font-size: 25px;
        margin-bottom: 20px;
        margin-left: 30px;
        font-weight: 2000;
    }
    .collections{
    justify-content: left;
    align-items: center;
    
    }
    .collection-image{
    width: 200px;
    height: 250px;
    margin-left: 30px;
    position: relative;
    margin-bottom: 30px;
    }
    .collection-image h3{
        position: absolute;
        top: 10%;
        margin-left: 10px;
        font-size: 20px;
        color: white;
    }
    .overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.466);
        transition: background 0.3s ease;
    
    }
    .collection-image:hover .overlay{
        background: rgba(0,0,0,0.7);
    }
    .collection-image p{
        position: absolute;
        top: 30%;
        margin-left: 10px;
        margin-right: 20px;
        text-align: left;
        font-size: 13px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: white;
        transform: translateY(60px);
        transition: opacity .5s ease, transform .5s ease ;
    }

    .slideshow-container {
        position: relative;
        width: 100%;
        margin-top: 30px;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 80px;
        justify-content: center;
        align-items: center;
        text-align: center;
        
      }
      
      .slide {
        display: none;
        text-align: center;
        /* height: 500px;
        width: 500px; */
        /* margin-left: 25%; */
      }
      
      .slide img {
        height: 400px;
        width: 300px;
      }
      
      .text {
        font-weight: 700;
        font-size: 25px;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 40%;
        color: white;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
      }
      
      .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 16px;
        font-size: 24px;
        color: white;
        border: none;
        border-radius: 30px;
        background-color: black;
        transition: 0.3s;
        transform: translateY(-50%);
      }
      
      .prev:hover, .next:hover {
        color: rgb(98, 129, 98);
        background-color: rgb(63, 82, 63);
      }
      
      .prev {
        left: 10px;
      }
      
      .next {
        right: 10px;
      }
      .aboutus-item div{
        font-size: 15px;
    }
    footer{
        display: block;
        align-items: normal;
        justify-content: center;
        background-color: black;
    }
    .quick-links{
        color: white;
        text-align: center;
        padding: 20px;
        text-align: left;
        margin-left: 10%;
    }
    .quick-links p{
        margin-bottom: 30px;
        font-size: 19px;
    }
    footer a{
        display: block;
        padding-bottom: 30px;
        color: rgb(98, 129, 98);
        font-size: 15px;
    }
    .subscribe{
        display: block;
        color: white;
        padding: 20px;
        text-align: right;
        margin-right: 10%;
    }
    .subscribe p{
        margin-bottom: 30px;
        font-size: 18px;
    }
    .subscribe input{
        height: 40px;
        background-color: transparent;
        border-top: none;
        border-right: none;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        color: white;
    }
    .subscribe input:focus{
        border: none;
    }
    .subscribe button{
        height: 40px;
        width: 20px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        background-color: transparent;
        border-top: none;
        border-left: none ;
        color: white;
        transition: .3s ease;
    }
    .subscribe button:hover{
        background-color: white;
        border-top: none;
        border-left: none ;
        color: black;
    }




    .cart {
    
        font-family: Arial, sans-serif;
        gap: 50px;
        position: absolute;
        width: 80%;
        background-color: white;
        padding-bottom: 50px;
                  
    }
    .cart h1{
        margin-top: 5px;
        margin-left: 5px;
    }
    
    table {
        
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px;
      }
      .cart h3{
        font-size: 18px;
        margin-top: 30px;
        margin-left: 10px;
        margin-bottom: 30px;
      }
      .cart a:hover{
        color: rgb(98, 129, 98);
      }
      
    table th, table td {
        border: 1px solid #adadad;
        padding: 10px;
        text-align: center;
      }
      
    table th {
        background-color: #f8f9fa;
      }
      
      button.remove {
        background-color: #dc3545;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
      }
    


}





@media screen and (max-width: 440px){
    .right-nav{
        display: flex;
        margin-top: 30px;
        margin-right: 50px;
        right: 0;
    }
    .logoImg{
        position: absolute;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        top: 0;
    }
    input{
        display: none;
    }
    .featured-dress{
        margin-top: 60px;
        margin-left: 15px;
        font-weight: 700;
        font-size: 20px;
    }
    .overlay-section{
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        margin-top: 30px;
        margin-right: 10px;
        margin-left: 10px;
        flex-wrap: wrap;
    }
    .shop-image{
        height: 180px;
        width: 150px;
        margin-bottom: 100px;
        margin-right: 5px;
    }
    .shop-image img{
        height: 100%;
        width: 100%;
    }
    .shop-image h3{
        font-size: 15px;
    }
    .collections{
        justify-content: space-between;
    }
    .collection-image{
        width: 160px;
        height: 220px;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        margin-bottom: 30px;
    }
    .featured-products{
        justify-content: space-around;
    }
    .featured-image{
        height: 350px;
        width: 200px;
        margin-bottom: 30px;
    }
    .featured-image img{
        width: 100%;
        height: 100%;
    }
    
    .featured-container h3{
        position: absolute;
        top: 40%;
        left: 25%;
        font-size: 20px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: white;
    }
    .featured-text{
        text-align: center;
    }
    .featured-text h2{
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 30px;
    }
    .featured-text a{
        text-decoration: none;
        color: white;
        padding: 8px;
        background-color: black;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        justify-content: center;
    }
    footer{
        display: block;
        align-items: center;
        justify-content: space-between;
        background-color: black;
    }
    .quick-links{
        color: white;
        text-align: center;
        padding: 20px;
        text-align: left;
        margin-left: 10%;
    }
    .quick-links p{
        margin-bottom: 30px;
        font-size: 19px;
    }
    footer a{
        display: block;
        padding-bottom: 30px;
        color: rgb(98, 129, 98);
        font-size: 15px;
    }
    .subscribe{
        display: none;
        color: white;
        padding: 20px;
        text-align: right;
        margin-right: 10%;
    }

    .cart {
    
        font-family: Arial, sans-serif;
         margin: 0px;
        gap: 50px;
        position: absolute;
        width: 90%;
        top: 60px;
        right: 0px;
        padding-left: 0;
        margin-left: 0;
        background-color: white;
        padding-bottom: 50px;
                  
    }
    .cart h1{
        font-size: 23px;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-left: 5px;
    }
    
    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px;
      }
      .cart h3{
        font-size: 16px;
        margin-top: 50px;
        margin-left: 10px;
        margin-bottom: 30px;
      }
      .cart a{
        text-align: center;
        text-decoration: none;
        transition: .3s;
        font-size: 14px;
      }
      .cart a:hover{
        color: rgb(98, 129, 98);
      }
      
    table th, table td {
        font-size: 12px;
        border: 1px solid #adadad;
        padding: 10px 5px;
        text-align: center;
      }
      
    table th {
        background-color: #f8f9fa;
      }
      
      button.remove {
        background-color: #dc3545;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
      }
}