@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;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

html {
    font: 62.5%;
    overflow-x: hidden;
    display: flex;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
    transition: 0.5s ease-out;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
    transition: 0.5s ease;
}

h4 {
    font-size: 20px;
    color: #222;
    transition: 0.5s ease-in;
}

h6 {
    font-weight: 700;
    font-size: 12px;
    transition: 0.5s ease-in;
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
    transition: 0.5s ease-in-out;
}

span {
    color: #088178;
}

input,
select,
textarea,
#form-details {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 15px 30px;
    color: #1a1a1a;
    padding: 10px 12px;
    border-radius: 25px;
    margin: 15px 4px;
    transition: 0.4s ease-in-out;
    position: relative;
    background-color: #ffffff;
}

.section-p1 {
    padding: 25px 25px;
}

.section-m1 {
    margin: 40px 0;
}

button.normal {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #1a1a1a;
    border: none;
    outline: none;
    transition: .3s;
    padding: 10px 12px;
    border-radius: 25px;
    margin: 15px 0;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    box-shadow: 0 0 1rem rgb(243, 181, 25);
    position: relative
}

body {
    width: 100%;
    background-color: #E3E6F3;
    transition: .4s ease-in-out;
}

/* 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.6);
    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.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #088178;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}

/* Home Page */

#hero {
    background-image: url(img/hero4.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#hero h4 {
    padding-bottom: 15px;
}

#hero h1 {
    color: #088178;
}

#hero button {
    width: 11rem;
    height: 5rem;
    background-image: url(img/button.png);
    background-color: transparent;
    background-size: 10rem;
    background-position: center;
    color: #E3E6F3;
    border: 0;
    padding: 14px 80px 14px 65px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

#feature {
    background-color: #d5d7e4;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}

#feature .fe-box img {
    width: 85%;
    height: 85%;
    max-width: 8rem;
    margin-bottom: 2dvh;
}

#feature .fe-box h6 {
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
}

#feature .fe-box:nth-child(2) h6 {
    background-color: #cdebbc;
}

#feature .fe-box:nth-child(3) h6 {
    background-color: #d1e8f2;
}

#feature .fe-box:nth-child(4) h6 {
    background-color: #cdd4f8;
}

#feature .fe-box:nth-child(5) h6 {
    background-color: #f6dbf6;
}

#feature .fe-box:nth-child(6) h6 {
    background-color: #fff2e5;
}

#product1 {
    text-align: center;
    transition: 0.8 ease;
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top:20px;
    transition: .8s ease-in-out;
}

#product1 .pro {
    width: 31%;
    margin: 1%;
    padding: 10px 12px;
    border: 1px solid #088178;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.6);
    transition: .3s ease-in;
    position: relative;
}

#product1 .pro:hover {
    box-shadow: 10px 10px 15px #088178;
    transition: all 0.3s ease-in-out;
    transform: scale(1.06);
}

#product1 .pro img {
    width: 100%;
    border-radius: 20px;
}

#product1 .pro .des {
    text-align: center;
    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: rgb(243, 181, 25);
}

#product1 .pro .des h4 {
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}

#product1 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: .4s ease-in;
}

#product1 .pro .cart:hover {
    box-shadow: 3px 3px 15px #088178;
    transition: .3s ease-in-out;
}

#banner {
    display: none;
}

#banner-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(img/banner/b-2.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}

#banner h4, #banner-2 h4 {
    padding-top: 2.7rem;
    color: #e8f6ea;
    font-size: 16px;
}

#banner h2, #banner-2 h2 {
    color: #e8f6ea;
    font-size: 30px;
    padding: 10px 0;
}

#banner h2 span, #banner-2 h2 span {
    color: rgb(243, 181, 25);
}

button.normal:hover, #newsletter button:hover {
    background-color: #088178;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    border: none;
    outline: none;
    transition: .3s;
    padding: 10px 12px;
    border-radius: 25px;
    margin: 15px 0;
    cursor: auto;
    transition: 0.4s ease-in-out;
    box-shadow: 1px 1px 5px 8px #e8f6ea;
}

#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(243, 181, 25, 0.425);
    background-repeat: no-repeat;
    background-position: 20% 30%;
    align-content: center;
    text-align: center;
}

#newsletter h4 {
    font-size: 22px;
    font-weight: 700;
    color: #088178;
}

#newsletter p {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

#newsletter p span {
    color: #088178;
}

#newsletter .form {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 5rem;
    text-wrap: nowrap;
}

#newsletter input {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 15px 30px;
    color: #1a1a1a;
    padding: 10px 12px;
    border-radius: 25px;
    margin: 15px 4px;
    transition: 0.4s ease-in-out;
    position: relative;
    background-color: #ffffff;
}

#newsletter button {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #727272;
    padding: 15px 15px;
    border-radius: 25px;
    margin: 15px 4px;
    transition: 0.4s ease-in-out;
    position: relative;
    background-color: #ffffff;
}

#newsletter button:hover {
    color: #088178; /* Change this to a contrasting color */
}

.footer-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0 20px;
    position: relative;
    flex-direction: row;
}

.footer-text span {
    color: #088178;
    font-weight: 700;
}

/* Shop Page */

#page-header {
    background-image: url(img/banner/b2.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 14px;
}

#page-header h2, 
#page-header p{
    color: #ffffff;

}

#pagination {
    text-align: center;
}

#pagination a {
    margin: 15px 4px;
    transition: 0.4s ease-in-out;
    position: relative;
    text-decoration: none;
    background-color: #088178;
    padding: 15px 15px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
}

#pagination a:hover {
    margin: 15px 4px;
    transition: 0.4s ease-in-out;
    position: relative;
    text-decoration: none;
    background-color: #f6dbf6;
    padding: 15px 15px;
    border-radius: 25px;
    color: #088178;
    box-shadow: 2px 2px 2px #088178;
    font-weight: 700;
}

/* Single Products */

#prodetails {
    display: flex;
    margin-top: 20px;
}

#prodetails .single-pro-image {
    width: 40%;
    margin-right: 50px;
    transition: .4s ease-in-out;
}

.small-img-group {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
    transition: .4s ease-in-out;
}

#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 !important;
    padding: 5px 10px !important;
    margin-bottom: 13px;
}

#prodetails .single-pro-details input {
    width: 5rem;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
}

#prodetails .single-pro-details p {
    line-height: 25px;
}

/* About Page */
#page-header.about-header {
    background-image: url("img/banner/b-a.jpg");
}

#about-head {
    display: flex;
    align-items: center;
}

#about-head img {
    width: 50%;
    height: auto;
}

#about-head div {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px;
    padding: 20px;
    padding-top: 15px;
    border: 1px solid #e1e1d1;
    box-shadow: 5px 5px 5px #e1e1e1;
    border-radius: 15px;
    flex-direction: column;
    max-width: 100%;
    text-align: center;
}


#about-head div section p {
    padding: 4px;  
}

#about-head div section h2 {
    padding-top: 15px;
}

#about-head div section marquee {
    border-radius: 35px;
    align-content: center;
    padding: 5px;
    background-color: #e1e1e1;
    border: 1px solid #0881793b;
    box-shadow: 0px 1px 10px #0881793b;
}

#about-head div section #feature {
    border-radius: 15px;
    background: none;
}


/* Contact Page */

#contact-details {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#contact-details .details {
    width: 40%;
    padding-right: 10px;
    text-align: left;
}

#contact-details .details span,
#form-details form span {
    font-size: 12px;
}

#contact-details .details h2,
#form-details form h2 {
    font-size: 26px;
    line-height: 35px;
    padding: 20px 0;
}

#contact-details .details h3 {
    font-size: 16px;
    padding-bottom: 15px;
}

#contact-details .details li {
    list-style: none;
    display: flex;
    padding: 10px 0;
}

#contact-details .details li i {
    font-size: 14px;
    padding-right: 22px;
}

#contact-details .details li p {
    margin: 0;
    font-size: 14px;
}

#form-details {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
}

#form-details form {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#form-details form input,
#form-details form textarea {
    width: 100%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

#form-details form .people {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#form-details form .people div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

#form-details form .people div img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin-bottom: 10px;
}

#form-details form .people div p {
    text-align: center;
    font-size: 12px;
    line-height: normal;
    padding: 15px;
}

#form-details form .people div p span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1d1d1d;
}

/* Cart Page */

#page-header .cart-header{
    background-image: url(img/banner/b-2.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 14px;
}

#cart table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
}

#cart table img {
    width: 70%;
}

#cart table td:nth-child(1) {
    width:100px;
    text-align: center;
}

#cart table td:nth-child(2) {
    width:150px;
    text-align: center;
}
#cart table td:nth-child(1) {
    width:250px;
    text-align: center;
}

#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(6) {
    width:150px;
    text-align: center;
}



/* Start Media Query */

@media (max-width: 760px) {
    .section-p1 {
        padding: 40px;
    }

    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -150px;
        height: 100vh;
        width: 150px;
        background-color: #E3E6F3;
        padding: 80px 0 0 10px;
        transition: 0.4s ease-in-out;
    }

    #navbar.active {
        right: 0;
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    #mobile i {
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 20px;
    }

    #close {
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 24px;
    }

    #lg-bag {
        display: none;
    }

    #hero {
        height: 100vh;
        padding: 0 40px;
        background-position: top 30% right 20%;
    }

    #feature {
        flex-direction: row;
        align-items: center;
    }

    #feature .fe-box {
        margin: 15px 0;
    }

    #product1 .pro-container {
        flex-direction: column;
        align-items: center;
    }

    #product1 .pro {
        width: 100%;
        margin: 15px 0;
    }

    #banner {
        display: none;
    }

    #newsletter .form {
        width: 100%;
    }

    #form-details {
        padding: 40px;
        flex-direction: column;
    }

    #form-details form {
        width: 100%;
    }

    /* Contact Page */

    #contact-details,
    #form-details form .people {
        display: flex;
        flex-direction: column;
    }

    #contact-details .details{
        display: flex;
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #about-head {
        flex-direction: column;
    }

    #about-head img {
        width: 100%;
        margin-bottom: 20px;
    }

    #about-head div section {
        text-align: center;
        justify-content: center;
    }

    #about-app .video {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-p1 {
        padding: 20px;
    }

    #header {
        padding: 10px 20px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    #hero {
        padding: 0 20px;
        background-position: 75%;
    }

    #feature {
        flex-direction: row;
        align-items: center;
        display: flex;
        background: none;
        box-shadow: none;
        margin: 0;
    }

    #feature .fe-box {
        width: 155px;
        margin: 0 0 15px 0;
        border: 0;
        box-shadow: none;
    }

    #product1 .pro {
        width: 100%;
    }

    #banner {
        display: none;
    }

    #newsletter {
        padding: 40px 20px;
    }

    #newsletter .form {
        width: 100%;
    }

    #prodetails {
        flex-direction: column;
    }

    #prodetails .single-pro-image {
        width: 100%;
        margin-right: 0;
    }

    #prodetails .single-pro-details {
        width: 100%;
    }

    #about-head {
        flex-direction: column;
    }

    #about-head img {
        width: 100%;
        margin-bottom: 20px;
    }

    #about-head div section {
        text-align: center;
        justify-content: center;
    }

    #about-app .video {
        width: 100%;
    }

    /* Contact Page */

    #contact-details,
    #form-details form .people {
        display: flex;
        flex-direction: column;
    }

    #contact-details .details{
        display: flex;
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    

}