@import url('https://fonts.googleapis.com/css2?family=spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

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: 700;
    font-size: 12px;

}

p {
    font-size: 16px;
    color: #333;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    margin: 15px 0;
}

button.normal {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s ease;
}

body {
    width: 100%;
}

/******Header start********/
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #E3E6F3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.5s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #ffc116;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 50%;
    height: 2px;
    background: #b48400;
    position: absolute;
    bottom: -8px;
    left: 20px;
}

#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}

/******Home Page********/

#hero h4 {
    padding-bottom: 15px;

}

#hero h1 {
    color: #ffffff;
}

#hero button {
    background-color: #ff6b08bd;
    padding: 14px 80px 14px 65px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

#hero button:hover {
    background-color: #ffbd07;
    cursor: pointer;
    transition: 0.3s ease;
}

#Product-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Make WHO WE ARE full width */
#Product-1 .pro1 {
    width: 100%;
    grid-column: 1 / -1;
    /* Forces it to occupy the whole row */
    background: none;
    /* Removes pink tile styling */
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
}

/* Optional: Improve typography inside WHO WE ARE */
#Product-1 .pro1 .des1 {
    text-align: center;
    padding: 20px;
}
#Product-1 .pro .des {
    text-align: center;
    padding: 20px;
}
#Product-1 .pro .des ul li {
    margin-left: 10px;
    list-style: circle;
}
/* Keep the 3 tiles below in a row */
#Product-1 .pro {
    background: #00aeffa1;
    border: 3px solid #08ff528c;
    border-radius: 15px;
    width: 300px;
    margin: 10px;
    text-align: center;
}

/* Ensure the container grid behaves correctly */
#Product-1 .pro-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding-top: 40px;
}

#Product-1 .pro-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 70px 40px 0 40px;
}


#Product-1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    background: #00aeffa1;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    border: 3px solid #ffbd07;
    border-radius: 15px;
    margin: 15px;
    transition: 0.2s ease;
    position: relative;
}

#Product-1 .pro:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#Product-1 .pro img {
    width: 100%;
    border-radius: 20px;

}

#Product-1 .pro .des {
    text-align: start;
    padding: 10px 0;
}

#Product-1 .pro .des span {
    color: #333;
    font-size: 12px;

}

#Product-1 .pro .des h5 {
    padding: 2px;
    color: #1a1a1a;
    font-size: 14px;
}

#Product-1 .pro .des i {
    font-size: 20px;
    color: rgb(243, 181, 25);
}

#Product-1 .pro .des h4 {
    padding: 7px;
    font-size: 20px;
    font-weight: 700;
    color: #1f7704;
}

#Product-1 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #619468;
    color: #e5ff00;
    border: 1 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("banner.jpg");
}

#banner h4 {
    color: #ffffff;

}

#banner h2 {
    color: #ffffff;
    font-size: 40px;
    padding: 10px 0;
}

#banner h2 span {
    color: red;
    font-size: 40px;
    padding: 10px 0;
}

#banner button:hover {
    background: #b48400;
    color: #ffffff;
}

#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #883f03;
    padding-top: 60px;

}

#newsletter h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-left: 80px;
}

#newsletter p {
    font-size: 14px;
    font-weight: 600;
    color: #818ea0;
    padding-left: 80px;
}

#newsletter p span {
    color: #e5ff00;
}

#newsletter .form {
    display: flex;
    width: 40%;
}

#newsletter input {
    height: 3.125rem;
    padding: 0 1.12em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#newsletter button {
    background-color: #b48400;
    color: #ffffff;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 80px;

}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .logo {
    margin-bottom: 30px;
}

footer h4 {
    font-size: 14px;
    padding-bottom: 20px;

}

footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
}

footer a {
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-top: 10px;
}

footer .follow {
    margin-top: 20px;

}

footer .follow i {
    color: #333;
    padding-right: 4px;
    cursor: pointer;
}

footer .follow i:hover,
footer a:hover {
    color: #b48400;
}

footer .install .row img {
    border: 1px solid #b48400;
    border-radius: 6px;
    height: 35px;
}

footer .install img {
    margin: 10px 0 15px 0;
    height: 80px;
}

footer .copyright {
    width: 100%;
    text-align: center;
}

/******Shop Page********/

#page-header {
    width: 100%;
    height: 40vh;
    background-size: cover;
    padding: 14px;
}

#page-header h2,
#page-header p {
    color: #ffffff;
}

#pagination {
    text-align: center;
}

#pagination a {
    text-decoration: none;
    background-color: #883f03;
    padding: 15px 20px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
}

#pagination a i {
    font-size: 16px;
    font-weight: 600;
}

/******Single Product********/
#pro-details {
    display: flex;
    margin-top: 20px;
}

#pro-details .single-pro-image {
    width: 40%;
    margin-right: 50px;
}

.small-ima-group {
    display: flex;
    justify-content: space-between;
}

.smaller-image-col {
    flex-basis: 24%;
    cursor: pointer;
}

#pro-details .single-prodetails {
    width: 50%;
    padding-top: 30px;
}

#pro-details .single-prodetails h4 {
    padding: 40px 0 20px 0;
}

#pro-details .single-prodetails h2 {
    font-size: 26px;
}

#pro-details .single-prodetails select {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#pro-details .single-prodetails input {
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
}

#pro-details .single-prodetails input:focus {
    outline: none;
}

#pro-details .single-prodetails button {
    background: #883f03;
    color: #ffffff;
}

#pro-details .single-prodetails span {
    line-height: 25px;
}

/******Single Product********/
#about-head {
    display: flex;
    align-items: center;
}

#about-head div {
    padding-left: 40px;
}
/* CONTACT US FORM AND IMAGE CONTAINER */
/* CONTACT US HEADINGS */
#contact-us span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #883f03;      /* Highlight color */
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#contact-us h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

#contact-us h3 {
    font-size: 22px;
    font-weight: 600;
    color: #555;
    margin-bottom: 30px;
}

.form-container {
    display: flex;
    align-items: center; /* vertically center the form relative to image */
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto 0 auto;
}

.form-container img {
    flex: 1;
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.form-1 {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-1 input,
.form-1 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #883f03;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}

.form-1 textarea {
    min-height: 150px;
    resize: vertical;
}

.submit-button {
    padding: 15px 40px;
    background-color: #883f03;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-button:hover {
    background-color: #fff;
    color: #883f03;
    border: 1px solid #883f03;
}

/* RESPONSIVE */
@media (max-width: 820px) {
    .form-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .form-container img {
        max-width: 80%;
    }

    .form-1 {
        width: 100%;
    }
}


marquee {
    padding: 10px;
    color: #ffffff;
    background-color: #883f0366;
}

/******Start media Query********/
@media(max-width:820px) {
    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #E3E6F3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 80px 0 1000px 10px;
        transition: 0.5s;
    }

    #navbar.active {
        right: 0px;
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    #mobile i {
        color: #1a1a1a;
        font-size: 27px;
        padding-left: 20px;
    }

    #close {
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 24px;
    }

    #lg-bag {
        display: none;
    }

    #hero style {
        height: 70vh;
        padding: 0 80px;
        background-position: top 30% right 30%;
    }

    #banner style {
        height: 20vh;
        padding: 0 80px;
        background-position: top 30% right 30%;
    }

    #newsletter .form {
        width: 70%;
    }

    #newsletter h4 {

        padding-left: 10px;
    }

    #newsletter p {
        padding-left: 10px;
    }

    #about-head {
        flex-direction: column;

    }

    #about-head img {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width: 477px) {
    #header {
        padding: 10px 30px;

    }

    h2 {
        font-size: 36px;
    }

    h1 {
        font-size: 38px;
    }

    #hero style {
        padding: 0 20px;
        background-position: 55%;
    }

    #Product-1 .pro {
        width: 100%;
        margin: 0 0 15px 0;
        justify-content: center;
        margin-left: -37px;

    }

    #banner style {
        height: 40vh;

    }

    #newletter {
        padding: 40px 20px;
    }

    #newsletter .form {
        width: 100%;
    }

    #newsletter h4 {

        padding-left: 10px;
    }

    #newsletter p {
        padding-left: 12px;
    }

    #newsletter input {
        width: 100%;
    }

    #newsletter button {
        margin-right: 0px;
    }

    #about-head {
        flex-direction: column;

    }

    #about-head img {
        width: 100%;
        margin-bottom: 20px;
    }

}