*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: "poppins", sans-serif;
}

.navbar{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.list {
    display: flex;
    column-gap: 20px;
}
.list p a{
    text-decoration: none;
    color: black;
}

.list p a:hover{ 
    text-decoration: underline;
    color: black;
}

.menu-icon{
    display: none;
}

@media screen and (max-width:700px){
    .menu-icon{
        display: block;
    }
    .list{
        display: none;
    }
}

.side-symbol{
    background-color: black;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -65%;
    padding: 20px; 
    transition: 2s;
}

.add{
    color: white;
    text-align: right;
}

.side-list p a{
    text-decoration: none;
    font-size: 25px;
}

.sidenavbar-link{
    margin-bottom:  30px;
}
.sidenavbar-link a{
    color: orange;
}


.side-list p a:hover{
    text-decoration: underline;
}

.header{
    display: flex;
    justify-content:center;
    margin-top: 60px;
}

.level{
    font-size: 40px;
    font-family:'Gill Sans', 'Gill Sans MT', sans-serif;
    padding-bottom: 5px;
}
.header p{
    padding-bottom: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header button{
    padding: 10px;
    border-radius: 0px;
    background-color: black;
    color: white;
    width: 100px;
    height: 50px;
    font-size: 15px;
}
.header img{
    width: 400px;
    height: 400px;
    margin-left: 60px;
}
@media screen and (max-width:700px) {
    .header{
        flex-direction: column-reverse;
        align-items: center;
    }
    .header img{
        width: 100%;
        height: 300px;
        margin-left: 0px;
    }
    
}
.services-1{
    padding: 20px;
}

.services-header{
    margin-top: 70px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

@media screen and (max-width:700px) {
    .services-1{
        display: none;
    }
    .container-all{
        flex-direction: column;
    }
    .Arrival-container img{
        width: 50%;
        height: 600px;
    }
    .Arrival-header{
        font-size: 15px;
    }
}

.container-all{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 20px;
}

.container-all div{
    padding: 10px;
    background-color: #f2f4f7;
    border-radius: 10px;
}

.Arrival-header{
    padding-left: 10px;
}
.Arrival-container img{
    width: 100%;
    height: 60%;
}

.news{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news h2{
    padding: 5px;
}
.news input{
    padding: 10px;
    width: 80vw;
    border: 3px solid black;
}

.news button{
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    color: #fff;
    background-color: black;

}

.footer{
    margin-top: 30px 0;
    padding: 40px;
    color: #fff;
    background-color: black;
}
.footer-container h2{
    margin-bottom: 5px;
}

/* collection.html */


.search-product{
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-products{
    padding: 10px;
    width: 80%;
    border-radius: 20px;
    border: none;
    border: 2px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: auto;
}
.search-products input{
    border: none;
    background: transparent;
    width: 100%;
}
.search-products input:focus{
    outline: none;
}


.collections{
    padding: 20px 0px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    
    
}
.Dress-collection{
    width: 19%;
    min-width: 250px;
    padding: 10px 10px;
    border-radius: 1px solid #cce7d0;
    background-color: #e2e9e1;
    border-radius: 5px;
    margin: 15px 0px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    transition: 0.2s ease;
    cursor: pointer;
}
.Dress-collection:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.6);
    transform: scale(1.01);
}

.Dress-collection img{
    width: 100%;
    border-radius: 20px;
}
.Dress-collection .text{
    text-align: start;
    font-size: 20px;
}
.Dress-collection .star i{
    color: gold;
}

.pro h2{
    text-align: center;
    font-size: 30px;
    padding-top: 100px;
}
.products{
    width: 35%;
    margin-right: 40px;
}
.choose-product{
    display: flex;
    justify-content: space-between;
}
.small-img{
    flex-basis: 24%;
    cursor: pointer;
}

.container-products{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 0px 10px;
}
.product-text{
    width: 50%;
    padding-top: 20px;
    flex-wrap: wrap;
}
.product-text h4{
    padding: 10px 0px 5px 0px;
    font-size: 20px;
}
.text p{
    font-size: 17px;
}
.product-text h2{
    font-size: 26px;
    padding-top: 5px;
}
.product-text select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-text select:focus{
    outline: none;
}
.product-text input{
    width: 50px;
    height: 47px;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 10px;
}
.product-text input:focus{
    outline: none;
}
.product-text button{
    padding: 15px 20px;
    background-color: #088178;
    color: #fff;
    border: none;
    border-radius: 2px;
}
.product-text p{
    font-size: 17px;
    line-height: 25px;
}
.table{
    width: 55%;
}
.shop-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    font-size: 20px;
    padding-bottom: 15px;
}
.shop-icon i{
    margin-bottom: 5px;
}
#icon-style{
    border: none;
    padding: 8px 8px;
    border-radius: 50%;
    background-color: #cce7d0;
}
@media (max-width:720px) {
    .container-products{
        display: flex;
        flex-direction: column;
    }
    .container-products .products{
        width: 100%;
        margin-right: 0px;
    }
    .product-text{
        text-align: center;
    }
    .product-text select{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #carts{
        flex-direction: column;
    }
    #cart-coupon{
        width: 100%;
    }
    #subtotals{
        width: 95%;
        margin: 0px 20px;
    }
    .table{
        width: 100%;
    }
    .product-text {
        width: 100%;
        text-align: start;
    }
    .shop-icon{ 
        column-gap: 2px;
    }

}

/* cart page */

/* contact-form */

.contact-form{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 0px;
}
.container-5 h2{
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
}

.contact-form input{
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 2px solid black;
    flex-wrap: wrap;
}
.contact-form input:focus{
    outline: none;
}
.contact-form textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid black;
}
.contact-form textarea:focus{
    outline: none;
}
.textarea-box .btn-submit{
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    color: #fff;
    background-color: black;
    width: 150px;
    margin-bottom: 40px;
}

@media (max-width:720px) {
    .contact-form{
        display: flex;
        flex-direction: column;
    }
    .contact-form input{
        width: 100%;
    }
    .contact-form textarea{
        width: 100%;
    }
    .container-5 h2{
        font-size: 30px;
    }
}
@media (max-width:480px) {
    .form-center{
        width: 90%;
    }
}

.foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
    column-gap: 30px;
}
.foot .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.col h4{
    font-size: 15px;
    margin-bottom: 15px;
}

.foot p{
    font-size: 13px;
    margin: 0 0 8px 0;
    width: 100%;
}

.foot a{
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
}

footer .copyright{
    text-align: center;
    padding: 10px 0;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    width: 100%;
}

.foot .follow{
    margin-top: 20px;
}

footer .follow i{
    color: #fff;
    padding-right: 4px;
    cursor: pointer;
    font-size: 17px;
}

footer .follow i:hover,
footer a:hover{
    color: #088178;
}

    


/* Cart Page Styling */
.cart-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styling for "Your cart is empty" text */
#cart-container p {
    padding-left: 0px;
    
}


.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    border-radius: 5px;
    object-fit: cover;
    margin-top: 55px;
}

.cart-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-details h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.cart-item .cart-details p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Remove Button Styling */
.heading{
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.cart-item button {
    background-color: #ff4d4d;
    margin-top: 30px;
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cart-item button:hover {
    background-color: #e60000;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.cart-total h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.cart-total span {
    font-size: 18px;
    color: #088178;
    font-weight: bold;
}

.cart-empty {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: 50px;
}

@media (max-width: 500px) {
    .cart-container {
        padding: 15px;
    }

    .cart-item {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .cart-img {
        margin-right: 0;
    }

    .cart-details {
        align-items: center;
    }

    .cart-total {
        flex-direction: column;
        gap: 10px;
    }
    .cart-item button{
        margin-top: 0px;
        margin-bottom: 10px;

    }
}

.order-btn{
    background-color: #080808;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.order-btn:hover {
    background-color: #333;
}
