@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Your existing CSS code remains unchanged */
#header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #f1f1f1;
}

#header .logo1 {
    max-width: 100px;
    height: auto;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4 {
    font-size: 20px;
    color: #222;
}

h6 {
    font-weight: 700px;
    font-size: 12px;
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    margin: 40px 0px;
}

button.normal {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

.logo-img {
    width: 80px;
    height: auto;
}

.mobile-nav {
    display: block;
}

body {
    width: 100%;
}body {
    font-family: Arial, sans-serif;
    background-color: #f0f2f5;
    line-height: 1.6;
}

/* Header Start */
eader {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
}

.menu-toggle {
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
    display: block;
    margin: 10px auto;
}


#navba {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navba li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navba li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600px;
    color: #1a1a1a;
    transition: 0.3s ease;
}

#navba li a:hover,
#navba li a.active {
    color: #888178;
}

#navba li a.active::after,
#navba li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #888178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

.nav-menu {
    list-style: none;
    display: none;
    flex-direction: column;
    text-align: center;
}

.nav-menu.active {
    display: flex;
}

.nav-menu li {
    margin: 10px 0;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

/* Home Page */
#hero {
    background-image: url("images/wonam.png");
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 19% right 0.90%;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

#hero h4 {
    padding-bottom: 15px;
}

#hero h1 {
    color: #088178;
}

#hero button {
    background-image: url("images/button.png");
    background-color: transparent;
    color: #088178;
    border: 0;
    padding: 14px 80px 14px 65px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

.hero {
    padding: 20px;
    text-align: center;
    background: #f0f2f5;
}

.hero-content h1 {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}


.shop-now {
    display: inline-block;
    padding: 10px 20px;
    background: #1a2a44;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.hero-image img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#features .fe-box {
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
}

#features .fe-box:hover {
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}

#features .fe-box img {
    width: 100%;
    margin-bottom: 10px;
}

#features .fe-box h6 {
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #888178;
    background-color: #fddde4;
    display: inline-block;
}

#features .fe-box:nth-child(2) h6 {
    background-color: #cdebbc;
}

#features .fe-box:nth-child(3) h6 {
    background-color: #d1e8f2;
}

#features .fe-box:nth-child(4) h6 {
    background-color: #cdd4f8;
}

#features .fe-box:nth-child(5) h6 {
    background-color: #f6dbf6;
}

#features .fe-box:nth-child(6) h6 {
    background-color: #fff2e5;
}

#product1 {
    text-align: center;
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}

#product1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
}

#product1 .pro:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .pro img {
    width: 100%;
    border-radius: 20px;
}

#product1 .pro .des {
    text-align: start;
    padding: 10px 0;
}

#product1 .pro .des span {
    color: #606063;
    font-size: 12px;
}

#product1 .pro .des h5 {
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}

#product1 .pro .des i {
    font-size: 12px;
    color: rgba(243, 181, 25);
}

#product1 .pro .des h4 {
    padding: 7px;
    font-size: 15px;
    font-weight: 700px;
    color: #088178;
}

#product1 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500px;
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("images/banner.png");
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}

#banner h1 {
    color: #fff;
    font-size: 16px;
}

#banner h2 {
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}

#banner h2 span {
    color: #d81717;
}

#banner button:hover {
    background-color: #088178;
    color: #fff;
}

#newsletter {
    background-image: url("images/banner/banner2.png");
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #841e42;
}

#newsletter h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

#newsletter p {
    font-size: 14px;
    font-weight: 600;
    color: #818ea0;
}

#newsletter p span {
    color: #ffbd27;
}

#newsletter .form {
    display: flex;
    width: 48%;
}

#newsletter input {
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 300px;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#newsletter button {
    background-color: #088178;
    color: #fff;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.col img {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

footer {
    background: #333;
    color: #ddd;
    padding: 20px 10px;
    margin-top: 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-logo-img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.footer-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-section p,
.footer-section ul,
.footer-section .account-btn + p {
    font-size: 12px;
    color: #bbb;
    margin: 5px 0;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul a {
    color: #bbb;
    text-decoration: none;
}

.footer-section ul a:hover {
    color: #fff;
}

.social-links a {
    font-size: 18px;
    color: #bbb;
    margin: 0 10px;
    text-decoration: none;
}

.social-links a:hover {
    color: #fff;
}

.account-btn {
    background: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.footer-bottom {
    font-size: 10px;
    padding-top: 10px;
    border-top: 1px solid #444;
    color: #aaa;
}

#page-header {
    background-image: url("images/header/AdobeStock_827119090_Preview.png");
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 40px;
}

#page-header h2,
#page-header p {
    color: floralwhite;
}

#pagination {
    text-align: center;
}

#pagination a {
    text-decoration: none;
    background-color: #088178;
    padding: 15px 20px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
}

#pagination a i {
    font-size: 16px;
    font-weight: 600;
}

#prodetails {
    display: flex;
    margin-top: 20px;
}

#prodetails .sigle-pro-image {
    width: 40%;
    margin-right: 50px;
}

.small-img-group {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

#prodetails .single-pro-details {
    width: 50%;
    padding-top: 30px;
}

#prodetails .single-pro-details h4 {
    padding: 40px 0 20px 0;
}

#prodetails .single-pro-details h2 {
    font-size: 26px;
}

#prodetails .single-pro-details select {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#prodetails .single-pro-details select:focus {
    outline: none;
}

#prodetails .single-pro-details input {
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
}

#prodetails .single-pro-details input:focus {
    outline: none;
}

#prodetails .single-pro-details button {
    background-color: #088178;
    color: white;
}

#prodetails .single-pro-details span {
    line-height: 25px;
}

#content {
    font-family: Arial, sans-serif;
    margin: 15px 0;
    padding: 10px;
}

.header {
    background-color: #f2f2f2;
    padding: 20px;
}

.nav ul li {
    display: inline-block;
    margin-right: 20px;
}

.nav ul {
    list-style: none;
    margin: 15px;
    padding: 10px;
}

.content {
    padding: 20px;
}

.contact-info {
    margin-bottom: 20px;
}

#about {
    font-family: Arial, sans-serif;
    margin: 15px;
    padding: 10px;
}

.header {
    background-color: #f2f2f2;
    padding: 20px;
}

nav ul {
    list-style: none;
    margin: 15px;
    padding: 10px;
}

.nav ul li {
    display: inline-block;
    margin-right: 20px;
}

.content {
    padding: 20px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #010101;
}

.loader {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.loader span {
    height: 40px;
    width: 40px;
    background-color: rgba(0, 213, 255, 1);
    border: none;
    margin-right: 15px;
    border-radius: 50%;
    animation: animation 1.3s ease-out infinite;
}

.loader span:nth-child(1) {
    animation-delay: 0.25s;
}

.loader span:nth-child(2) {
    animation-delay: 0.55s;
}

.loader span:nth-child(3) {
    animation-delay: 0.75s;
}

@keyframes animation {
    0%,
    100% {
        opacity: 0;
        box-shadow: 0px 0px 20px rgba(0, 213, 255, 0.8);
    }
    50% {
        opacity: 1;
        box-shadow: 0px 0px 20px rgba(0, 213, 255, 1);
    }
}

/* Media Queries for Responsiveness */
/* Mobile Menu Toggle */
@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }

    .nav-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .nav-menu li {
        margin: 0 15px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-image img {
        max-width: 40%;
    }

    .footer-container {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .footer-section {
        text-align: left;
        flex: 1;
        min-width: 150px;
    }

    .footer-section h3 {
        font-size: 18px;
    }

    .footer-section p,
    .footer-section ul,
    .footer-section .account-btn + p {
        font-size: 14px;
    }

    .account-btn {
        padding: 8px 20px;
    }
}