@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h3 {
    font-size: 20px;
    color: #222;
}

h6 {
    font-size: 12px;
    font-weight: 700;
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    padding: 40px 0;
}

button.normal {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: black;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: .2s ease;
}

.listProduct .addCart {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: black;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: .2s ease;
}

.listProduct .addCart:hover {
    background-color: #088178;
    color: white;
}

body {
    width: 100%;
}

body::-webkit-scrollbar {
    width: 0;
}

/* header starts  */
#header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 80px;
    background-color: #e3e6f3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#header .logo,
#footer .logo {
    width: 60px;
    height: 50px;
    mix-blend-mode: darken;

}

#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;
    position: absolute;
    left: 20px;
    bottom: -4px;
    background-color: #088178;
}

#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}

/* home  */
#hero {
    height: 90vh;
    width: 100%;
    padding: 0 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-image: url(image/hero3.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

#hero h4 {
    padding-bottom: 15px;
}

#hero h1 {
    color: #088178;
}

#hero button {
    border-radius: 20px;
    padding: 10px 30px;
    border: none;
    background-color: #088178;
    color: white;
    cursor: pointer;
    transition: .3s all ease;
    font-weight: 700;
    font-size: 17px;
}

#hero button:hover {
    color: #088178;
    outline: 1px solid#088178;
    background-color: transparent;
}

#feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#feature .fe-box {
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
}

#feature .fe-box:hover {
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.2);
    cursor: pointer;
}

#feature .fe-box img {
    width: 100%;
    margin-bottom: 10px;
}

#feature .fe-box h6 {
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
    display: inline-block;
}

#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;
}

/* products page  */
.container {
    width: 900px;
    margin: auto;
    max-width: 90vw;
    text-align: center;
    padding-top: 10px;
    transition: transform .5s;
}

.icon-cart {
    width: 30px;
    height: 30px;
    position: relative;
    transition: .2s;
    cursor: grab;
    margin-left: 6rem;
    align-items: center;
    padding: .1rem;
}

.icon-cart i {
    width: 100%;
    height: 100%;
    color: #1a1a1a;
    font-size: 1.5rem;
}

.icon-cart i:hover {
    color: #088178;
}

.icon-cart span {
    position: absolute;
    background-color: red;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    right: -20px;
}

.title {
    font-size: xx-large;
}

.listProduct .item img {
    width: 90%;
    filter: drop-shadow(0 50px 20px #0009);
    mix-blend-mode: darken;
}

.listProduct {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.listProduct .item {
    background-color: #EEEEE6;
    padding: 20px;
    border-radius: 20px;
}

.listProduct .item h2 {
    font-weight: 500;
    font-size: large;
}

.listProduct .item .price {
    letter-spacing: 7px;
    font-size: small;
}

.listProduct .item button {
    background-color: #353432;
    color: #eee;
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 20px;
}

.dontshow {
    display: none;
}

/* cart */
.cartTab {
    width: 500px;
    background-color: #758f83;
    color: #eee;
    position: fixed;
    top: 50px;
    right: -500px;
    bottom: 0;
    display: grid;
    grid-template-rows: 70px 1fr 70px;
    transition: .5s;
    padding: 1rem;
}

body.showCart .cartTab {
    right: 0;
}

body.showCart .container {
    transform: translateX(-250px);
}

.cartTab h1 {
    padding: 20px;
    margin-bottom: 1rem;
    font-weight: 300;

}

.cartTab .btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cartTab button {
    background-color: #088178;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    cursor: pointer;
    color: white;
}

.cartTab .close {
    background-color: #eee;
    color: #1a1a1a;
}

.listCart .item img {
    width: 100%;
}

.listCart .item {
    display: grid;
    grid-template-columns: 70px 150px 50px 1fr;
    gap: 10px;
    text-align: center;
    align-items: center;
    margin-top: 1rem;

}

.listCart .quantity span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #eee;
    border-radius: 50%;
    color: #555;
    cursor: pointer;
    font-weight: 600;
}

.listCart .quantity span:nth-child(2) {
    background-color: transparent;
    color: #eee;
    cursor: auto;
}

.listCart .item:nth-child(even) {
    background-color: #eee1;
}

.listCart {
    overflow: auto;
}

.listCart::-webkit-scrollbar {
    width: 0;
}

@media only screen and (max-width: 992px) {
    .listProduct {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* mobile */
@media only screen and (max-width: 768px) {
    .listProduct {
        grid-template-columns: repeat(2, 1fr);
    }

    .icon-cart {
        margin-left: 16rem;
    }

}

/* banner  */
#banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 40vh;
    background-color: #1a1a1a;
    margin-top: 2rem;
}

#banner h4 {
    color: white;
    font-size: 16px;
}

#banner h2 {
    color: white;
    font-size: 16px;
    padding: 10px 0;
}

#banner h2 span {
    color: indianred;
}

#banner button:hover {
    background-color: #088178;
    color: white;
}

#sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sm-banner .banner-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    min-width: 580px;
    height: 50vh;
    background-color: #ff8b8b;
    padding: 30px;
    background-image: url(bannertemp1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#sm-banner .banner-box2 {
    background-image: url(bannertemp2.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

#sm-banner .banner-box2 h4,
#sm-banner .banner-box2 span {
    color: white;
}

#sm-banner h4 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 300;

}

#sm-banner h2 {
    color: rgb(255, 0, 0);
    font-size: 28px;
    font-weight: 800;

}

#sm-banner span {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;

}

button.white {
    font-size: 13px;
    font-weight: 600;
    padding: 11px 28px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    cursor: pointer;
    transition: .2s ease;
}

#sm-banner .banner-box:hover button {
    background-color: #088178;
    border: 1px solid #088178;
}

#banner3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
}

#banner3 .banner-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    min-width: 30%;
    height: 30vh;
    background-color: #3d1d1d;
    padding: 20px;
    margin-bottom: 20px;

}

#banner3 .banner4 {
    background-image: url(banner3temp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#banner3 .banner5 {
    background-image: url(footware.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#banner3 .banner6 {
    background-image: url(tshirts23.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#banner3 h2 {
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: 22px;
}

#banner3 h3 {
    color: rgb(252, 0, 0);
    font-weight: 800;
    font-size: 15px;
}


#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(60, 0, 116);
    padding-right: 2rem;
    padding-left: 2rem;
}

#newsletter h4 {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

#newsletter p {
    font-size: 14px;
    font-weight: 600;
    color: #088178;
}

#newsletter p span {

    color: indianred;
}

#newsletter .form {
    display: flex;
    width: 40%;
}

#newsletter input {
    height: 3.125rem;
    padding: 0 1.25rem;
    font-size: 14px;
    width: 100%;
    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: white;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* footer  */
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;
    margin: 0 0 8px 0;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
}

footer .follow {
    margin-top: 20px;

}

footer .follow i {
    color: #606063;
    padding-right: 4px;
    cursor: pointer;
}

footer .install .row {
    width: 50%;
    display: flex;
}

footer .install .row img {
    border: 1px solid #088178;
    border-radius: 6px;
    width: 50%;

}

footer .install img {
    margin: 10px 0 15px 0;
    width: 50%;

}

footer .follow i:hover,
footer a:hover {
    color: #088178;
}

footer .copyright {
    width: 100%;
    text-align: center;
}


/* shope page  */
#page-header {
    background-color: #465b52;
    height: 40vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px;
}

#page-header h2,
#page-header p {
    color: white;
}

#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;
}

/* blog  */

#blog {
    padding: 150px 150px 0 150px;
}

#blog .blog-box {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 90px;

}

#blog .blog-box .blog-img {
    width: 50%;
    margin-right: 40px;
}

#blog img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#blog .blog-details {
    width: 50%;
}

#blog .blog-details a {
    text-decoration: none;
    font-size: 13px;
    color: black;
    font-weight: 700;
    position: relative;
    transition: .3s;
}

#blog .blog-details a::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 9px;
    right: -60px;
}

#blog .blog-details a:hover {
    color: #088178;
}

#blog .blog-details a:hover::after {
    color: #088178;
}

#blog .blog-box h1 {
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 70px;
    font-weight: 700;
    color: #cdd4f8;
    z-index: -9;
}


/* about page  */
#about-head img {
    width: 50%;
    height: auto;
}

#about-head {
    display: flex;
    align-items: center;
}

#about-head div {
    padding-left: 40px;
}

#about-app {
    text-align: center;
}

#about-app .video {
    width: 30%;
    margin: 30px auto 0 auto;
}

#about-app .video video {
    width: 100%;
    border-radius: 20px;
}


/* contatct page */
#contact-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contact-details .details {
    width: 40%;
}

#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 p {
    margin: 0;
    font-size: 14px;
}

#contact-details .map {
    width: 55%;
    height: 400px;
}

#contact-details .map iframe {
    width: 100%;
    height: 100%;
}

#form-details {
    display: flex;
    justify-content: space-between;
    margin: 30px;
    padding: 80px;
    border: 1px solid #758f83;
}

#form-details form {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#form-details form input,
#form-details form textarea {
    width: 100%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #758f83;
}

#form-details form button {
    background-color: #088178;
    color: white;
}

#form-details .people div {
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

#form-details .people div img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin-right: 15px;
}

#form-details .people div p {
    margin: 0;
    font-size: 13px;
    line-height: 25px;
}

#form-details .people div span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: black;
}

/* signup css  */
#signuped {
    width: 100%;
    background-image: url(3k.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.container12 {
    width: 700px;
    color: white;
    padding: 2rem;
    margin: 2rem;
    background: rgba(0, 0, 0, 0.562);
    border: 1px solid rgb(180, 180, 180);
    border-radius: 0.3rem;
    text-align: center;
    display: block;
}

.container11 {
    width: 100%;
    color: white;
    padding: 2rem;
    margin: 2rem;
    background: rgba(0, 0, 0, 0.562);
    border: 1px solid rgb(180, 180, 180);
    border-radius: 0.3rem;
    text-align: center;
    display: none;
}

.container12 h1,
.container11 h1 {
    margin-bottom: 1.5rem;
    color: white;

}

.container12 p,
.container11 p {
    margin: 1rem 0;
    color: white;

    position: relative;
}

.container12 input,
.container11 input {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    background: transparent;
    color: white;
}

.container12 i,
.container11 i {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: white;
}

#p3 {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 0.2rem;
    cursor: pointer;
    background-color: #088178;
    color: black;
    border: none;
    transition: all 0.3s ease-in;
}

#p3:hover {
    color: #088178;
    background-color: transparent;
    outline: 1px solid white;
}

#forget {
    font-size: 0.8rem;
    margin-top: 1rem;
}

#forget a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#forget a:hover {
    text-decoration: underline;
    color: #088178;
}

.Create {
    background-color: #088178;
    color: black;
    font-weight: 600;
    text-align: center;
    border-radius: 0.2rem;
    padding: 0.5rem;
    transition: all 0.3s ease-in;
    cursor: pointer;
    margin-top: 1rem;
}

.Create:hover {
    color: #088178;
    background-color: transparent;
    outline: 1px solid white;
}

/* start media qua
ry  */
@media(max-width:799px) {
    .section-p1 {
        padding: 40px 40px;
    }

    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #e3e6f3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
        transition: .3s;
        display: none;
        z-index: 1;
    }

    #navbar.active {
        display: initial;
        right: 0px;
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    #mobile i {
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 20px;
        margin-right: -30px;
    }

    #close {
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 24px;
    }

    #lg-bag {
        display: none;
    }

    #hero {
        height: 70vh;
        padding: 0 80px;

    }

    #feature {
        justify-content: center;
    }

    #feature .fe-box {
        margin: 15px 15px;
    }

    #banner {
        height: 30vh;
        margin-top: 2rem;
    }

    #sm-banner .banner-box {
        min-width: 100%;
        height: 30vh;
        padding: 30px;

    }

    #sm-banner .banner-box2 {
        margin-top: 3rem;
    }

    #banner3 {
        padding: 0 40px;
    }

    #banner3 .banner-box {
        min-width: 28%;
    }

    #newsletter.form {
        width: 70%;
    }

    /* contact page  */
    #form-details {
        padding: 40px;
    }

    #form-details form {
        width: 50%;
    }

    #signuped {
        display: block;
    }

    .container12 {
        width: 400px;
        margin: 3rem auto;
    }
    
    .container11 {
        width: 400px;
        margin: 1rem auto;
    }


}

@media(max-width:477px) {
    #header {
        padding: 10px 30px;
    }

    #hero {
        padding: 0 20px;
    }

    h2 {
        font-size: 32px;
    }

    h1 {
        font-size: 38px;
    }

    .section-p1 {
        padding: 20px;
    }

    #feature {
        justify-content: space-between;
    }

    #feature .fe-box {
        width: 155px;
        margin: 0 0 15px 0;
    }

    #banner {
        height: 40vh;
    }

    #sm-banner .banner-box {
        height: 40vh;
    }

    #sm-banner .banner-box2 {
        margin-top: 20px;
    }

    #banner3 {
        padding: 0 20px;
    }

    #banner3 .banner-box {
        width: 100%;
    }

    #newsletter .form {
        width: 100%;
    }

    #newsletter {
        padding: 40px 20px;
    }

    footer .copyright {
        text-align: start;
    }

    #pro-details {
        display: flex;
        flex-direction: column;

    }

    #pro-details .single-pro-image {
        width: 100%;
        margin-right: 0px;

    }

    /* blog page  */
    #blog {
        padding: 100px 20px 0 20px;
    }

    #blog .blog-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #blog .blog-img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    #blog .blog-details {
        width: 100%;
    }

    /* about  */
    #about-head {
        flex-direction: column;
    }

    #about-head img {
        width: 100%;
        margin-bottom: 20px;
    }

    #about-head div {
        padding-left: 0px;
    }

    #about-app .video {
        width: 100%;
    }

    /* contact  */
    #contact-details {
        flex-direction: column;
    }

    #contact-details .details {
        width: 100%;
        margin-bottom: 30px;
    }

    #contact-details .map {
        width: 100%;
    }

    #form-details {
        padding: 30px 10px;
        margin: 10px;
        flex-wrap: wrap;
    }

    #form-details form {
        width: 100%;
        margin-bottom: 30px;
    }

    .icon-cart {
        margin-left: 2rem;
    }

    .cartTab {
        width: 380px;
        right: -380px;

    }

    .listCart .item {
        grid-template-columns: 50px 120px 40px 1fr;
        padding: 0px 10px;
    }

    .listCart .quantity span {
        display: inline-block;
        width: 25px;
        height: 25px;
        background-color: #eee;
        border-radius: 50%;
        color: #555;
        cursor: pointer;
        font-weight: 600;
    }

    /* blog  */
    #blog .blog-box .blog-img {
        width: 100%;
    }

    .container12 {
        width: 300px;
    }
    
    .container11 {
        width: 300px;
    }


}