* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e3e6f3;
    padding: 20px 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* .logo {
    height: 150px;
} */

.logo-img {
    height: 60px;
    width: 80px;

}

.header-list {
    display: flex;
    align-items: center;
    justify-content: center;

}

.header-list-nav ul {
    display: flex;
}

.header-list-nav ul li {
    list-style-type: none;
    padding: 0 20px;
    position: relative;
}

.header-list-nav ul a {
    text-decoration: none;
    font: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.header-list-nav ul a:hover,
.header-list-nav ul a.active {
    color: #088178;
    content: "";
}

.header-list-icon a {
    color: #1a1a1a;
    padding-left: 20px;
    transition: 0.3s ease
}

.header-list-icon a:hover {
    color: #088178;
}
  
.header-list-nav ul li a:hover::after,
.header-list-nav ul li a.active::after {
    content: "";
    width: 30%;
    height: 2px;
    background-color: #088178;
    position: absolute;
    bottom: -4px;
    left: 30px;
}

.images {
    background-image: url(images/hero4.png);
    background-size: cover;
    margin-top: 100px;
    width: 99.2w;
    height: 460px;
    background-repeat: no-repeat;
}

#hero{
    height: 80vh;
    width: 100%;
    padding: 50px 30px;
}

#hero h4 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 40px;
    color: blueviolet;
}

#hero h2 {
    /* padding-bottom: 15px; */
    font-size: 70px;
}

#hero h1 {
    color: #088178;
    font-size: 70px;
}

#hero p {
    padding-bottom: 15px;
    font-size: 20px;
}

#hero button {
    background-color: transparent;
    background-image: url(images/button.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 260px;
    height: 60px;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #088178;
    padding: 14px 65px 14px 65px;
}

#features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

#features .f-box {
    text-align: center;
    width: 180px;
    padding: 25px 15px;
    border: 1px solid #cce7d0;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.08);
    margin: 15px 0;
    transition: box-shadow 0.3s ;

}

#features .f-box:hover {
    box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.2);
}

#features .f-box img {
    width: 100%;
    margin-bottom: 10px;
}

#features .f-box h6 {
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    font-size: 14px;
    border-radius: 5px;
    background-color: #f3d5e5;
}

.product-section .product-collection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 60px;
}

.product-section h1,
.product-section p {
    text-align: center;
}

.product-section h1 {
    padding: 15px 0;
}

.product-section .product-cart {
    width: 230px;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 25px;
    position: relative;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s;
}

.product-section .product-cart:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    ;
}

.product-section .product-cart img {
    width: 100%;
    border-radius: 25px;
}

.product-section .product-cart span {
    color: #969696;
    font-weight: 500;
}

.product-section .product-cart h4 {
    font-size: 16px;     
    color: rgb(41,41,41);
}

.product-section .product-cart .stars {
    color: #e6ae2c;
    /* padding: 2px 0; */
}

.product-section .product-cart .price {
    color: #088178;
    /* padding: 4px 0;  */
}

.product-section .product-cart .buy-icon {
    color: #088178;
    /* background-color: #c7e9e7e8; */
    padding-left: 2px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 50px;
    position: absolute;  
    right: 15px;
    bottom: 5px;
}

#off-banner {
    background-image: url(images/banner/b2.jpg);
    background-size: cover;
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#off-banner h4 {
    color: #eaebf0;
    padding-bottom: 10px;
}

#off-banner h2 {
    color: #eaebf0;
    padding: 20px 0;
    font-size: 40px;
}

button.normal {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: #fff;
    transition: 0.2s;
}


#banners h2,h4, span{
    color: rgb(248, 248, 248);

}

#banners .big-banners {
    display: flex;
    align-items: center;
    justify-content: center;
}

#banners .big-banners div {
    width: 580px;
    margin: 15px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    background-size: cover;
    backdrop-filter: blur(8%);
}

#banners .big-banners-1 {
    background-image: url(images/banner/b17.jpg);
    background-size: cover;
}
#banners .big-banners-2 {
    background-image: url(images/banner/b10.jpg);
}
#banners .small-banners-1 {
    background-image: url(images/banner/b7.jpg);
}
#banners .small-banners-2 {
    background-image: url(images/banner/b4.jpg);
}
#banners .small-banners-3 {
    background-image: url(images/banner/b18.jpg);
}

#banners .big-banners button {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    color: rgb(248, 248, 248);
    border: 1px solid rgb(248, 248, 248);
    cursor: pointer;
    transition: 0.3s ease;
}

#banners .big-banners button:hover {
    background-color: #088178;
    border: 1px solid #088178;
}

#banners .small-banners {
    display: flex;
    align-items: center;
    justify-content: center;
}

#banners .small-banners div {
    width: 370px;
    margin: 15px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px;
    background-size: cover;
}

#banners .small-banners h2{
    font-size: 25px;
} 


@media (max-width:550px) {

    #header {
        width: 100%;
    } 
    .header-list-nav{
        display: none;
    }

    .header-list-icon {
        display: none;
    }

    .images {
        width: 188.8vw;
    }

    #hero h4 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 30px;
}

    #hero h2 {
    /* padding-bottom: 15px; */
    font-size: 35px;
}

    #hero h1 {
    color: #088178;
    font-size: 55px;
}

    #hero p {
    padding-bottom: 15px;
    font-size: 20px;
}

#hero button {
    margin-top: 30px;
}

#features {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    width: 700px;
    flex-wrap: wrap;
}

#features .f-box {
    text-align: center;
    width: 330px;
    padding: 25px 5px;
    border: 1px solid #cce7d0;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.08);
    margin: 15px 0;
    transition: box-shadow 0.3s ;

}

#features .f-box:hover {
    box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.2);
}

#features .f-box img {
    width: 100%;
    margin-bottom: 10px;
}

#features .f-box h6 {
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    font-size: 14px;
    border-radius: 5px;
    background-color: #f3d5e5;
}

.product-section {
    width: 800px;
}

.product-section .product-collection .product-cart{
    width: 330px;
}

#off-banner {
    width: 188.8vw;
}

#off-banner h2 {
   margin-left: 70px;
   margin-bottom: 10px;
}

#banners {
    width: 188.8vw;
}

#banners .big-banners div{
    background-size: cover;
}
}