body {
  margin: 0px;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
   font-family: "Google Sans", sans-serif;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
/* ******************************** header ******************************************** */
header {
  background: transparent;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.logo {
  float: left;
}

.logo img {
  height: 80px;
  margin-top: 10px;
}
header .menu {
  float: right;
  margin-top: 25px;
  margin-right: 150px;
  font-family: "Playfair Display", serif;
}
header .menu li {
  float: left;
  padding-left: 45px;
  padding-top: 20px;
}
header .menu li .active {
  color: #000;
  text-decoration: underline #000;
}
header .menu li a {
  color: #fff;
  font-size: 18px;
}
header .menu li a:hover {
  color: #000;
  text-decoration: underline #000;
}
header .menu .icon:hover {
  background-color: transparent;
}
header .menu .icon i {
  color: #fff;
}
header .menu .icon i:hover {
  color: #000;
}
/* ******************************** banner *********************************************** */
.banner {
  background-image: url(../images/collection\ banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px;
  text-align: center;
  position: relative;
}
.banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000003d;
}
.banner .container h1{
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 40px;
    margin-bottom: 50px;
    margin-right: 290px;
    margin-top: 0px;
    font-family: "Playfair Display", serif;
}
.banner .container p {
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  margin-right: 270px;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
}
.banner a {
  color: #fff;
  background-color: #000;
  padding: 15px 25px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  font-size: 17px;
  margin-left: 70px;
  right: 45px;
  font-family: "Playfair Display", serif;
}
.banner a:hover {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

/* ************************************ collections ***************************************************** */

.collection {
  background-color: #000000;
  padding: 150px 0;
  text-align: center;
}
.collection h1 {
  color: #fff;
  padding-bottom: 60px;
  margin-left: 14px;
  font-family: "Playfair Display", serif;
}
.collection .parent-box {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  border-radius: 10px;
}
.collection .parent-box .box p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}
.collection .parent-box .box img {
  height: 275px;
  width: 275px;
  margin-bottom: 30px;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.collection .parent-box .box img:hover {
  transform: scale(1.1);
}
.collection .parent-box .box a {
  color: #fff;
  background-color: #374e20;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: "Playfair Display", serif;
}
.collection .parent-box .box a:hover {
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
}

/* ************************************* shop now ************************************************ */
.shopnow {
  background-image: url("../images/collection\ 2nd\ part.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  text-align: center;
  position: relative;
}

.shopnow .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.shopnow .container h2{
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    font-family: "Playfair Display", serif;
}
.shopnow .container p{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    font-family: "Playfair Display", serif;
    line-height: 25px;
}

.shopnow .parent-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.shopnow .box {
  position: relative;
}
.shopnow .box img {
  height: 275px;
  width: 275px;
  margin-bottom: 30px;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.shopnow .box img:hover {
  transform: scale(1.1);
}

/* ***************************************************** show ***************************************************** */

/* BODY */
.show {
  margin: 0;
  font-family: Arial;
  background: #000;
  padding: 100px 0;
  text-align: center;
}

.show {
  width: 100%;
  margin: auto;
}

/* CATEGORY */
.show .categories {
  text-align: center;
  margin: 30px 0;
}

.show .cat-box {
  display: inline-block;
  width: 120px;
  margin: 10px;
}

.show .cat-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.show .cat-box p {
  font-size: 16px;
  color: #fff;
}

/* COUNT */
.show .count {
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
}

/* PRODUCTS */
.show .products {
  text-align: center;
}

.show .product {
  display: inline-block;
  width: 22%;
  margin: 10px;
  position: relative;
  vertical-align: top;
}

/* ✅ MAIN FIX (EQUAL IMAGE SIZE) */
.show .product img {
  width: 100%;
  height: 350px;        /* same height for all images */
  object-fit: cover;    /* crop properly */
  border-radius: 10px;
}

/* TAGS */
.show .tag {
  position: absolute;
  background: gold;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  top: 10px;
  left: 10px;
  border-radius: 6px;
}

.show .new {
  position: absolute;
  background: gold;
  color: #000;
  padding: 5px 8px;
  font-size: 12px;
  top: 10px;
  left: 10px;
  border-radius: 3px;
}

/* ************************************************* last***************************************************** */

.last {
  background-image: url("../images/saree\ last\ part.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  text-align: center;
  position: relative;
}

.last .overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 82%);
}
.last .container h2{
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    font-family: "Playfair Display", serif;
}
.last .container p{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    font-family: "Playfair Display", serif;
    line-height: 25px;
    position: relative;
    z-index: 1;
}


/* *************************************** footer ****************************************************** */



.footer {
  background: #000;
  color: #fff;
  padding: 50px 40px;
}

.footer-container {
  width: 100%;
  overflow: hidden; 
  font-family: "Playfair Display", serif;
}
.footer-box {
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.footer-box h3 {
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.footer-box a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-box a:hover {
  color: #374e20;
  text-decoration: underline #374e20;
}

.footer-box p {
  font-size: 16px;
  line-height: 1.6;
}

.icons img {
  width: 20px;
  margin-right: 10px;
}

.bottom {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  clear: both;
  color: #374e20;
  font-family: "Playfair Display", serif;
}
.icons {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

/* ******************************************************************************************************** */