* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

header {
    display: flex;
    border-bottom: 1px solid #cccccc75;
    align-items: center;
    gap: 40px;
    position: sticky;
    top: 0;
    /* স্ক্রল করলে এটি স্ক্রিনের উপরে আটকে থাকবে */
    background: white;
    /* z-index: 100; */
}

.hederleft {
    display: flex;
    align-items: center;
}

.logo {
    padding: 22px 30px;
    border-right: 1px solid #cccccc85;
}

.hederAddress {
    padding: 20px 30px;
}

.hederAddress h3 {
    font-size: 18px;

}

.hederAddress p {
    font-size: 14px;
}


.searchBox {
    flex-grow: 1;
    border: 1px solid rgba(130, 130, 130, 0.356);
    display: flex;
    background-color: rgba(130, 130, 130, 0.103);
    border-radius: 15px;
}

.searchBox button {
    padding: 15px;
    background-color: transparent;
    border: none;
}

.searchBox input {
    flex-grow: 1;
    background-color: transparent;
    border: none;
}

.searchBox input:focus {
    outline: none;
}

.hederBTN {
    display: flex;
    gap: 40px;
    margin-right: 40px;

}

.hederBTN button {
    padding: 10px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.hederBTN button:last-child {
    background-color: rgb(12, 131, 31);
    color: white;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
}

.hederBTN i {
    font-size: 28px;
}

.hederBTN button:first-child {
    font-size: 30px;
}


/* **********************BannerSection*********** */

.bannerSection {
    max-width: 1480px;
    margin: auto;
}

.bannerSection img {
    width: 100%;
}

.oderBanner {
    display: flex;
    max-width: 1450px;
    margin: auto;
    gap: 8px;
    padding: 15px;


}

.orderBannerItem {
    flex-basis: 28%;
}

.orderBannerItem img {
    width: 100%;
}

/* ************************categotySection********* */

.categotySection {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.categotyItem {
    flex-basis: 10%;

}

.categotyItem img {
    width: 100%;
}

/* *********product section************ */

.productSection {
    max-width: 1500px;
    /* padding: 25px; */
    margin: 40px 100px;
}

.headingRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headingRow a {
    font-size: 25px;
    text-decoration: none;
    color: #0C831F;
    width: 800;
}

.productRow {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.productItem {
    flex-basis: 15%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #e0dfdf;

}

.productImg {
    text-align: center;
    padding: 20px;
}

.productImg b {
    display: block;
    text-align: left;
    font-size: 12px;
    display: flex;
    align-items: center;
    background-color: #9495951f;
    /* display: table; */
    width: 70px;
    padding: 3px;
}

.productContant {
    padding: 20px;
    padding-top: 0px;
}

.productContant h3 {
    font-size: 14px;
}

.productContant p {
    padding-top: 10px;
    color: #ccc;
    font-size: 14px;
}

.btnpr-ice-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.btnpr-ice-outer button {
    background-color: #F7FFF9;
    padding: 5px 15px;
    border: 1px solid #318616;
    border-radius: 10px;

}

.footer {
    margin-top: 40px;

}

.footer-mid {
    max-width: 1500px;
    margin: auto;
}

.footer-mid-row1 {
    width: 100%;
    display: flex;
    gap: 40px;
    padding: 60px;
}

.footer-mid-row1-left {
    flex-basis: 30%;
}

.footer-mid-row1-left h3 {
    margin-bottom: 20px;
}

.footer-mid-row1-right {
    flex-basis: 30%;
}

.usefullink {
    display: flex;
}

.usefullink ul {
    flex-basis: 33%;
    list-style: none;
}

.usefullink ul li a {
    font-size: 18px;
    margin-bottom: 25px;
    display: block;
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.footer-mid-row1-right {
    flex-basis: 70%;

}

.caregoryHeadingRow {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
    justify-content: space-between;

}

.caregoryHeadingRow a {
    font-size: 20px;
    text-decoration: none;
    color: #0C831F;
}

.footer-mid-row3{
    padding: 40px;
}

.footer-mid-row3 p {
    color: rgb(102, 102, 102);
    padding: 24px 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 65px;
}

.footer-mid-row2 {
    background-color: #FCFCFC;
    width: 100%;
    padding: 20px 0px;
    display: flex;
    align-items: center;

}

.footer-mid-row2 p {
    flex-basis: 40%;
    text-align: center;
    font-size: 17px;
}

.appIcon {
    flex-basis: 30%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.appLogo {
    display: flex;
    gap: 10px;
}

.appLogo i {
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appLogo img {
    border-radius: 50%;
    height: 37px;
    width: 34px;
}