/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    font-size: 24px;
}

header nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

/* New Arrivals Section */
.new-arrivals {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product-card {
    border: 1px solid #ddd;
    padding: 20px;
    width: calc(33.33% - 40px);
    box-sizing: border-box;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 320px;
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
#imge{
    width: 36vh;
}

.product-card h3 {
    font-size: 18px;
    margin: 10px 0;
}

.product-card .price {
    font-size: 16px;
    color: #333;
}

.product-card .discount {
    font-size: 14px;
    color: red;
}

.product-card .add-to-cart-btn {
    background-color: #28a745;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.product-card .add-to-cart-btn:hover {
    background-color: #218838;
}

/* Cart Page */
.cart-items {
    padding: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.cart-item img {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.cart-item div {
    flex-grow: 1;
}

.cart-item h4 {
    margin: 0;
    font-size: 18px;
}

.cart-item p {
    font-size: 16px;
    margin: 5px 0;
}

.remove-btn {
    background-color: red;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

.remove-btn:hover {
    background-color: darkred;
}

/* Checkout Button */
.cart-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.checkout-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.checkout-btn:hover {
    background-color: #0056b3;
}

/* Media Queries */
@media (max-width: 768px) {
    .product-card {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .product-card {
        width: 100%;
    }
}
/* footer */
footer {
   
    background-color:#0f1f50;
    color: #fff;
    padding: 20px 0;
    margin-top: 28px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}

.footer-left,
.footer-middle,
.footer-right {
    width: 22%;
}

.footer-left h2 {
    color: white;
}

.footer-left p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-left button {
    background-color: #7c8ec7;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.footer-middle h3,
.footer-right h3 {
    margin-bottom: 10px;
    /* color:white; */
    color: blueviolet;
    font-size: 30px;
}

.footer-middle ul,
.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-middle ul li,
.footer-right ul li {
    margin-bottom: 10px;
}

.footer-middle ul li a,
.footer-right ul li a {
    color: #fff;
    text-decoration: none;
    font-size: bold;
    font-size: 20px;
}

.footer-right p {
    margin: 5px 0;
}

.footer-right .social-media a {
    margin-right: 10px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    padding: 10px 50px;
    background-color: #0f1f50;
    text-align: center;
    
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .payment-icons img {
    margin-right: 10px;
}
.link{
    width: 11%;
    height: 100%;
}
.face{
    width: 11%;
    height: 100%;
}
.social{
    width: 12%;
    height: 100%;
}
.twitt{
    width: 11%;
    height: 100%;
}
.youtube{
    width: 11%;
    height: 100%;
}
.visa{
    width: 19%;
    height: 42%;
}
.master{
    width: 30%;
    height: 42%;
}
.discover{
    width: 40px;
    object-fit: contain;
}
.paypal{
   /* width: 19%;
    height: 42%;*/
    width: 31%;
    height: 42%;
    padding-top: 13px;
}
.payment-icons{
    display: flex;
    width: 20%;
    height: 20%;
}
.email{
    width: 8%;
    display: none;
}
.tele{
    width: 8%;
    display: none;
}
.clock{
    width: 8%;
    display: none;
}
.accept{
    padding-top: 18px;
    padding-left: 424px;
}
.crystal{
    padding-top: 20px;
}
.Emailfirst{
    
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.clockthird{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.telephonesecond{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.li{
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.li img{
   
    border-radius: 30px;
    box-shadow: 10px ;
}
.li1{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.li1 img{
    width: 80%;
    height: 200%;
    border-radius: 30px;
    box-shadow: 10px ;
}
.li img{
    width: 80%;
    height: 200%;
} 
.block{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.aboutus{
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    margin: 0px;
}
.outer-section{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px 0px;
}


/* Mobile View for Footer */
@media (max-width: 768px) {
    footer {
        padding: 10px 0;
        transform: translateY(346PX);
    }

    .footer-container {
        flex-direction: column; /* Stacks sections vertically */
        padding: 10px 20px;
        align-items: center;
    }

    .footer-left,
    .footer-middle,
    .footer-right {
        width: 100%; /* Full width for better spacing */
        margin-bottom: 20px; /* Adds spacing between sections */
        text-align: center; /* Centers content */
    }

    .footer-left h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-left p {
        font-size: 12px;
    }

    .footer-left button {
        width: 80%; /* Adjusts button width for smaller screens */
        padding: 8px;
        font-size: 14px;
    }

    .footer-middle h3,
    .footer-right h3 {
        font-size: 24px;
    }

    .footer-middle ul,
    .footer-right ul {
        padding: 0;
        text-align: center;
    }

    .footer-middle ul li,
    .footer-right ul li {
        margin-bottom: 8px;
    }

    .footer-middle ul li a,
    .footer-right ul li a {
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: column; /* Stacks elements vertically */
        padding: 10px;
    }

    .footer-bottom p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .payment-icons {
        justify-content: center; /* Centers payment icons */
        width: 100%;
        margin-top: 10px;
    }

    .payment-icons img {
        width: 40px;
        height: auto; /* Maintains aspect ratio */
        margin-right: 5px;
    }

    .social-media a {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    /* Adjustments for additional sections */
    .block {
        width: 100%;
        margin-bottom: 10px;
    }

    .aboutus {
        font-size: 24px;
        text-align: center;
    }

    .outer-section {
        height: auto;
        flex-direction: column;
    }
}