* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}
/* Heder Section */

.header {
  max-width: 98%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
  /* background-color: aquamarine; */
}

.logo {
  cursor: pointer;
}

.search-catogry-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* border: 1px solid red; */
  padding: 0 1rem;
  background-color: #f8f8f8;
  border-radius: 20px;
  font-family: 0.55rem;
  color: #747474;
  font-weight: 100;
}

input[type="text"] {
  width: 100%;
  padding: 8px 30px;
  box-sizing: border-box;
  border: none;
  background-color: #f8f8f8;
  margin: 0 1rem;
  font-size: 1rem;
  color: #747474;
}

.input-box {
  display: flex;
}

.search-catogry-container .select-catogry {
  font-size: 0.85rem;
  border: none;
  background-color: #fffafa;
  padding: 0.5rem;
}

.search-catogry-container i {
  margin-top: 0.55rem;
  font-size: 1.5rem;
  color: #747474;
  margin-left: 1.55rem;
}

/* Support Section */

.support-container {
  display: flex;
}
.support-container i {
  padding: 0.8rem;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin-left: 0.3rem;
  font-size: 1.3rem;
  cursor: pointer;
}

.heder-icons {
  display: flex;
}

.mobile-icon {
  display: none;
  /* display: flex; */
}

.support-container .support-text {
  margin-right: 0.55rem;
  color: #747474;
  font-weight: lighter;
  margin-bottom: 0.2rem;
}
.support-container .phone-no {
  color: #222222;
  font-weight: 700;
}

/*   Cart Section */

.cart-container {
  margin-right: 1rem;
}

.cart-container .cart-text {
  color: #747474;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.cart-container .cart-pement {
  color: #222222;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

/* NavBar Section */

.nav-container {
  max-width: 95%;
  display: flex;
  align-items: center;
  margin-left: 2rem;
  margin-top: 2rem;
}

.nav-select {
  padding: 0.4rem 0.2rem;
  font-size: 0.95;
  border: none;
}

.nav-items {
  display: flex;
  margin-left: 1.55rem;
}

.nav-items .nav-links {
  list-style: none;
  margin: 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 300;
  color: #747474;
}

.nav-links:hover {
  color: #404040;
  cursor: pointer;
}

/* Hamburger  */

.hamburger {
  padding: 0.2rem 0.75rem;
  border: 0.3px solid rgba(0, 0, 0, 0.15);
  font-size: 1.95rem;
  border-radius: 5px;
  font-weight: 500;
  color: #747474;
  display: none;
}

/* Main Banner Section */

.banner-container {
  max-width: 95%;
  /* border: 1px solid red; */
  margin: 2rem auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* Left Side Imge Container */

.left-side-img-container {
  grid-row: 1/3;
  grid-column: 1/5;
  /* border: 1px solid black; */
  border-radius: 10px;
  background-color: #e6f3fa;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 2rem;
  align-items: center;
  height: 85%;
}

.left-side-img-container img {
  width: 90%;
  margin-left: 1rem;
}
.left-side-img-container .imge-warper {
  width: 45%;
}
.banner-content-contoiner {
  width: 55%;
}

.banner-content-contoiner .brand-quality {
  font-size: 1.75rem;
  color: #ffc43f;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
}
.banner-content-contoiner .banner-content-heding {
  margin: 1rem 0;
  font-size: 2.65rem;
  line-height: 140%;
}
.banner-content-contoiner .banner-info {
  margin-top: 1rem;
  margin-bottom: 2.55rem;
  line-height: 170%;
  max-width: 100%;
  font-weight: 300;
  color: #747474;
  font-size: 1.1rem;
  text-align: left;
}
.banner-content-contoiner .btn {
  padding: 1.1rem;
  border: 1px solid black;
  border-radius: 5px;
}

/* right Side Imge Container */

.right-side-1-img-container {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  flex-direction: row-reverse;
  background-color: #eef5e5;
  border-radius: 10px;
  height: 85%;
  position: relative;
}

.right-side-1-img-container img {
  height: 80%;
  margin-top: 4rem;
  margin-left: 3rem;
}
.right-side-img-warper {
  width: 55%;
}

.right-side-img-content {
  width: 45%;
}
.right-side-img-content .offers {
  font-size: 2.5rem;
  font-family: "Times New Roman", Times, serif;
}
.right-side-img-content .seale-section {
  display: flex;
  align-items: center;
  margin: 1rem;
}
.right-side-img-content .line {
  width: 70px;
  border-bottom: 1px solid black;
  margin-right: 1rem;
  display: flex;
}
.right-side-img-content .sale {
  font-size: 1rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 100;
  text-transform: uppercase;
}
.right-side-img-content .right-side-content-header {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.right-side-img-content .shop-collection {
  margin: 1rem;
  text-align: left;
  color: #747474;
  font-size: 1rem;
}

.right-side-2-img-container {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  flex-direction: row-reverse;
  background-color: #f9ebe7;
  border-radius: 10px;
  height: 80%;
  margin-top: -40px;
  position: relative;
}

.right-side-2-img-container img {
  height: 80%;
  position: absolute;
  right: 0px;
  bottom: 4%;
}

/* Category Section */

/* Heder Part */

.category-container {
  max-width: 95%;
  height: auto;
  /* border: 1px solid red; */
  margin: auto;
  padding: 0.55rem;
}
.header-slider-icons-container {
  /* border: 1px solid black; */
  /* padding: 1rem; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-slider-icons-container h2 {
  font-size: 2rem;
}
.header-slider-icons-container .icon-container {
  display: flex;
  margin-right: 0.55rem;
  align-items: center;
}
.header-slider-icons-container .icon-container a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #747474;
  margin-right: 0.5rem;
}
.header-slider-icons-container .icon-container a:hover {
  color: black;
}
.header-slider-icons-container .icon-container i {
  padding: 0.75rem;
  background-color: #f8f8f8;
  border-radius: 0.5rem;
}

.category-content-container {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.category-content-container .box {
  min-width: 230px;
  height: 170px;
  border: 1px solid blue;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border: 1px solid #fbfbfb;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
  margin-top: 1.55rem;
}

.category-content-container .box:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}

.category-content-container .category-items img {
  width: 2.55rem;
}
.category-content-container .category-items h3 {
  font-size: 1.2rem;
  margin-top: 0.65rem;
  font-weight: 500;
}

/* Newly Arrived Brands Sectios */

.Newly-Brands-section-container {
  max-width: 95%;
  height: auto;
  /* border: 1px solid red; */
  margin: auto;
  padding: 0.55rem;
  margin-top: 6rem;
}

.brand-product-main-card-container {
  width: 100%;
  /* border: 1px solid red; */
  padding: 0.55rem 0;
  display: flex;
  justify-content: space-evenly;
  margin-top: 1.5rem;
}

.card-container {
  width: 30%;
  display: flex;
  padding: 0.55rem 0.55rem;
  padding-bottom: 0.55rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.card-container .card-img {
  width: 32%;
  /* height: 50%; */
}
.card-container .card-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.card-container .card-body {
  margin-left: 1rem;
}

.card-container .card-body .card-title {
  font-size: 1rem;
  color: rgba(33, 37, 41, 0.75);
  font-weight: 300;
}
.card-container .card-body .card-contet {
  font-size: 1.2rem;
  color: #747474;
  font-weight: 600;
  margin-top: 0.5rem;
}

/* Trending Products */

.Trending-Products-container {
  max-width: 95%;
  height: auto;
  /* border: 1px solid red; */
  margin: auto;
  padding: 0.55rem;
  margin-top: 8rem;
}
.tredig-product-selection .product-links {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 1rem;
  color: #656865;
}
.tredig-product-selection .product-links:hover {
  color: #000000;
}

/* Trending Products Cards */

.product-card-main-container {
  width: 95%;
  height: auto;
  margin: auto;
  /* border: 1px solid blue; */
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  flex-flow: wrap;
  gap: 2rem;
}

.product-card-container {
  width: 30%;
  padding: 0.55rem;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border: 1px solid #fbfbfb;
  transition: box-shadow 0.2s ease-out, transform 0.5s ease-out;
  border-radius: 10px;
}

.product-card-container:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}

.product-card-container .product-card-img {
  width: 90%;
  height: 50%;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: auto;
}
.product-card-container .product-card-img img {
  width: 100%;
  height: 100%;
}
.product-card-container .product-card-img .fovert-decount {
  position: absolute;
  top: 3%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  align-items: center;
}
.product-card-container .product-card-img .fa-heart {
  padding: 13px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-size: 1.3rem;
  border-radius: 50%;
}
.product-card-container .product-card-img .fa-heart:hover {
  background-color: rgb(240, 56, 56);
  color: #fff;
}
.product-card-container .product-card-img .fovert-decount .decount {
  background-color: rgb(163, 190, 76);
  color: white;
  font-weight: 500;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  height: 20px;
  width: 40px;
  padding-top: 3px;
}
.product-card-container .product-card-info {
  margin-left: 0.55rem;
  margin-top: 0.55rem;
}
.product-card-container .product-card-info .card-heading {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 25px;
  font-weight: 400;
}
.product-card-container .product-card-info .card-unit {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  font-weight: 300;
  color: #9d9d9d;
  margin-right: 0.5rem;
}
.product-card-container .product-card-info .fa-star {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: gold;
}
.product-card-container .product-card-info .reatig {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  font-weight: 700;
  margin-right: 5rem;
}
.product-card-container .product-card-info .prices {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.product-card-container .product-card-info .cart-container {
  display: flex;
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}
.product-card-container .product-card-info .cart-container .menus,
.pluse {
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid black;
  font-size: 0.95rem;
  border-radius: 25%;
  margin: 0 5px;
}
.product-card-container .product-card-info .cart-container .cart-txt {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1.5rem;
  color: #8f8d8d;
  cursor: pointer;
}

/* offer advrtising  Section */

.advrsting-container {
  width: 95%;
  height: auto;
  /* border: 1px solid red; */
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 1rem 0 1rem 0;
  margin-top: 5rem;
}

.advrsting-box {
  width: 48%;
  height: 350px;
  /* border: 1px solid black; */
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.advrsting-box img {
  height: 40%;
}
.advrsting-box .content {
  margin-left: 1.55rem;
}
.advrsting-box .content .offer-text {
  font-size: 1.75rem;
  color: #ffc43f;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 1rem;
  font-weight: 600;
}
.advrsting-box .content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.advrsting-box .content .info {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #747474;
}
.advrsting-box .content .btn {
  padding: 0.55rem 1rem;
  border: 1px solid black;
  background-color: #212529;
  color: #fff;
  border-radius: 10px;
}

#box-1 {
  background-color: #f9ebe7;
}
#box-2 {
  background-color: #e6f3fa;
}

/* Best selling products */
.best-selling-product-container {
  max-width: 95%;
  margin: auto;
  /* border: 1px solid green; */
  margin-top: 5rem;
}

/* Decount Part */

.descount-main-container {
  max-width: 95%;
  background-color: #e6f3fb;
  height: auto;
  margin: auto;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  padding: 3rem 1rem;
  margin-top: 6rem;
}

.descount-main-container .content-part {
  width: 45%;
  /* border: 1px solid black; */
  padding: 1rem;
}
.descount-main-container .content-part .decount-heding {
  font-size: 3rem;
  margin: 2rem;
}
.descount-main-container .content-part .decount-heding span {
  color: rgb(255, 196, 63);
}
.descount-main-container .content-part p {
  width: 80%;
  line-height: 155%;
  color: #747474;
  margin: 1rem;
}

.form-part {
  display: flex;
  width: 40%;
}
.form-part label {
  color: #747474;
}
.form-part input {
  width: 100%;
  padding: 12px 20px;
  margin: 15px 0;
  box-sizing: border-box;
  border-radius: 6px;
  border: none;
  font-size: 1.2rem;
  color: #747474;
}
.form-part input[type="checkbox"] {
  width: 3%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.form-part input[type="button"] {
  background-color: #000000;
  color: #fff;
  font-size: 1.2rem;
}

/* Blog Section */

.blog-main-container {
  max-width: 95%;
  margin: auto;
  /* border: 1px solid red; */
  margin-top: 4rem;
  padding: 2rem 0;
}

.blog-card-container {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.blog-main-container .card {
  width: 30%;
  border-radius: 5px;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.blog-main-container .card img {
  width: 100%;
  border-radius: 5px;
}
.blog-main-container .post-data {
  display: flex;
  gap: 1rem;
  margin: 0.55rem 0;
}
.blog-main-container .post-data .date,
.tips {
  font-weight: 100;
  font-size: 0.85rem;
  line-height: 1;
  color: #000000;
}
.blog-main-container a {
  font-size: 1.85rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0.55rem;
}
.blog-main-container p {
  color: #747474;
  line-height: 1.6;
  margin-top: 0.55rem;
  font-size: 1rem;
}

/* App Section */

.app-main-container {
  max-width: 95%;
  margin: auto;
  /* border: 1px solid red; */
  padding: 5rem 1rem;
  height: auto;
  margin-top: 5rem;
}

.app-warper {
  background-color: #fff9eb;
  width: 100%;
  height: 500px;
  display: flex;
  /* align-items: center; */
  gap: 2rem;
  border-radius: 10px;
}

.info-part {
  /* border: 1px solid black; */
  width: 55%;
  margin-top: 4rem;
}
.info-part .app-heding {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.info-part p {
  font-size: 1rem;
  line-height: 2;
  color: #747474;
  margin-bottom: 2rem;
}
.info-part .info-img img {
  margin-right: 1rem;
}
.img-part {
  /* border: 1px solid black; */
  height: 100%;
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1 1 200px;
  margin: 10px;
}

.footer-section h3,
.footer-section h4 {
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #ccc;
  border-top: 1px solid #444;
}

.footer-section .fab {
  margin-right: 10px;
  font-size: 18px;
}
