*{margin: 0;padding: 0;box-sizing: border-box;}
a{text-decoration: none;}
ul{list-style: none;padding-left: 0;}
@font-face {
    font-family: Sans;
    src: url(../font/poppins/Poppins-Regular.ttf);
}
body{
    width: 100%;
    height: 100vh;
    /* background: rgb(238, 241, 235); */
    background: #ffff;
    font-family: Sans;
}
/* theme */
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.container{
    max-width: 960px;
    margin: auto;
    /* background-color: #ffff; */
    /* box-shadow: 2px 2px 6px 0 rgba(0,0,0,.2); */
    padding: 4px 12px;
}

/* top-bar */
.top-bar{
    background: rgb(245 245 245);
    padding:6px 12px;
}
.top-bar .topbar-layout{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.top-bar .topbar-layout .left-topbar, .top-bar .topbar-layout .right-topbar{
    width: 100%;
}
.top-bar .topbar-layout ul{
    text-align: right;
}
.top-bar .topbar-layout ul li{
    display: inline-block;
    margin: 0 1rem;
}
.top-bar .topbar-layout ul li:last-child{margin-right: 0;}
.top-bar .topbar-layout ul li a{
    color: #555;
}

/* navbar */
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
nav .assemble{
    display: flex;
    align-items: center;
    gap: 2.5rem;
}
nav .assemble .logo {
    width: auto;
    height: 2.7rem;
    box-sizing: border-box;
}
nav .assemble .logo img{
    width: 100%;
    height: 100%;
}

nav .assemble .menu{}
nav .assemble .menu ul{}
nav .assemble .menu ul li{
    display: inline-block;
    margin: 0 0.8rem;
}
nav .assemble .menu ul li a{
    color: #566;
    transition: 0.2s ease-in;
}
nav .assemble .menu ul li a:hover{
    color: orangered;
}
nav .controls{}
nav .controls ul{}
nav .controls ul li{
    display: inline-block;
    margin: 0 0.7rem;
}
nav .controls ul li:last-child{margin-right: 0;}
nav .controls ul li a{
    font-size: 1.3rem;
    transition: 0.3s ease-in;
}
nav .controls ul li a:hover > i{
    color: orangered;
    transform: scale(1.1);
}
nav .controls ul li a i{
    color: #566;
}

/* banara */
.image-banar{
    margin-top: 25px;
    background: url('../theme/banar.png') no-repeat;
    background-size: cover;
    object-position: center;
    padding: 4.5rem 2rem;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
.image-banar::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    z-index: -1;
}
/* features product */

.feature-product{
    margin: 70px 0;
}
.feature-product .title{
    position: relative;
}
.feature-product .title h3{
    text-align: center;
    background: #ffff;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: 0 auto;
    padding: 0 3px;
    font-weight: 500;
}
.feature-product .title .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b1951a;
    z-index: 1;
    top: 13px;
    left: 0;
}
.feature-product h3::after{
    content: "";
    display: block;
    height: 5px;
    background-color: #7b1515;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.feature-product .sample-cards{
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 3rem;
}
.feature-product .sample-cards .card {
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    border-radius: 0.5rem;
    transition: 0.3s ease-in;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}
.feature-product .sample-cards .card:hover{
    opacity: 0.8;
    background: #eeee;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.2);
}
.feature-product .sample-cards .card img{
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in;
}
.feature-product .sample-cards .card:hover > img{
    transform: scale(1.15);
}
.feature-product .sample-cards .card .details {
    background-color: #f7fcff;
    padding: 14px 12px;
}
.feature-product .sample-cards .card .details h3{
    font-size: 1rem;
    font-weight: 500;
}
.feature-product .sample-cards .card .details h5{}


/* shopping us */
.shoping-us {
    margin: 60px 0;
    background: #e2f0f9;
    padding: 3rem 1.5rem;
    border-radius: 6px;
}
.shoping-us h1{
    font-size: 1.4rem;
    color: #333333cf;
    margin-bottom: 2.5rem;
    font-weight: 500;
}
.shoping-us a{
    background: #4c67e2;
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: fit-content;
    margin: auto;
    transition: 0.3s ease-in;
}
.shoping-us a:hover{
    opacity: 0.7;
}
/* product details page */
.product-details{
    margin: 60px 0;
}
.product-details .left-image{
    width: 49%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.product-details .left-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}
.product-details .right-content{
    width: 49%;
    float: right;
    margin-left: 1%;
}
/* step 1 */
.product-details .right-content .name-or-style, .product-details .right-content .size, .product-details .right-content .quantity{
    margin: 0.5rem 0;
    padding-bottom: 8px;
    border-bottom: 1.2px solid #eee;
}
.product-details .right-content .name-or-style h3, .product-details .right-content .size h3{
    margin-bottom: 0.4rem;
    font-weight: 500;
    color: #333;
}
.product-details .right-content .name-or-style p{
    font-weight: 400;
    margin-bottom: 0.25rem;
    color: #606060;
}
/* step 2 */
/* .product-details .right-content .size{padding-bottom: 0.8rem;} */
.product-details .right-content .size select{
    background: #fefefe;
    padding: 4px 8px;
    border: 1.4px solid #ccc;
    border-radius: 3px;
}
/* step 3 */
.product-details .right-content .quantity {
    width: 125px;
    border-radius: 5px;
    background-color: #eee;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-details .right-content .quantity button{
    border: none;
    background: transparent;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
}
.product-details .right-content .quantity button:hover > i{
    color: #7b1515;
}
.product-details .controls-btn{
    padding: 8px 0;
}
.product-details .controls-btn .two-column{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
.product-details .controls-btn button{
    width: 100%;
    padding: 5px 8px;
    margin-bottom: 0.8rem;
}
/* footer */
footer{padding: 1rem 0;}
footer .footer-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer p{
    text-align: center;
}