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/banner\ background\ image.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: #00000059;
}
.banner .container p {
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 20px;
  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: 82px;
  right: 45px;
  font-family: "Playfair Display", serif;
}
.banner a:hover {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  /* text-decoration: underline; */
}

/* ************************************ collections ***************************************************** */

.collection {
  background-color: #000000;
  padding: 200px 0;
  text-align: center;
}
.collection h1 {
  color: #fff;
  padding-bottom: 26px;
  margin-left: 14px;
  font-family: "Playfair Display", serif;
}
.collection .parent-box {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  border-radius: 10px;
  font-family: "Playfair Display", serif;
}
.collection .parent-box .box p {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.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: 17px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.collection .parent-box .box a:hover {
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
}

/* ************************************* shop now ************************************************ */
.shopnow {
  background-image: url("../images/section\ background\ image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  text-align: center;
  position: relative;
}

.shopnow .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.shopnow .parent-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", serif;
}

.shopnow .box {
  position: relative;
}

.shopnow .box img {
  width: 300px;
  border-radius: 15px;
  transition: transform 0.4s ease;
}

.shopnow .box img:hover {
  transform: scale(1.08);
}

.shopnow .box a {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #000;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  z-index: 1;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.shopnow .box a:hover {
  background-color: #222;
  opacity: 1;
}

/* ******************************************** post ****************************************************** */

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

.post .container {
    width: 1000px;
    margin: 50px auto;
}

.post .container .parent-box1 {
    margin-bottom: 60px;
}

.post .container .parent-box1 .left1 {
    width: 50%;
    float: left;
}

.post .container .parent-box1 .right1 {
    width: 50%;
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
}

.post .container .parent-box2 {
    margin-bottom: 60px;
}

.post .container .parent-box2 .left2 {
    width: 50%;
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
}

.post .container .parent-box2 .right2 {
    width: 50%;
    float: left;
}

.post .container img {
    width: 310px;
    height: 300px;
    display: block;
    border-radius: 20px;
}

.post .container h2 {
    margin-top: 0;
    font-size: 22px;
}

.post .container p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-top: 25px;
}

.post .container .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 15px;
    border: 2px solid #374e20;
    color: #374e20;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Playfair Display", serif;
}

.post .container .btn:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.clear {
    clear: both;
}

/* ************************************************************************************************ */

.written {
  background: url(../images/lehenga\ people\ banner.jpg);
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
}

.overlay {
  background: rgba(0, 0, 0, 0.75);
  padding: 100px 0;
}

.container h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 25px;
  font-family: "Playfair Display", serif;
}

.container h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 50px 0 25px;
  line-height: 25px;
  font-family: "Playfair Display", serif;
}

.container p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
}

.container span {
  color: #374e20;
  border-bottom: 1px solid #374e20;
  cursor: pointer;
}

.container span:hover {
  color: #6f8d52;
  border-bottom: 1px solid #6f8d52;
}

/* ****************************************************** gallery 1 ******************************************************* */

.gallery-section {
  width: 80%;
  margin: 50px auto;
  text-align: center;
  padding: 100px 0;
}

.gallery-section h2 {
  color: #fff;
  margin-bottom: 80px;
  font-family: "Playfair Display", serif;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 10px;
}

/* Images */
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== GRID POSITIONING ===== */

.photo1 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}

.photo2 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}

.photo3 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 4;
}

.photo4 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 5;
}

.photo5 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}

.photo6 {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 5;
}

.photo7 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
}

/* ********************************************** features ************************************************************** */

.features {
  background-image: url("../images/last section background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}

/* Overlay */
.features .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgb(0 0 0 / 71%); 
  z-index: 1;
}

/* Content above overlay */
/* .features .container {
  position: relative;
  z-index: 2;
} */
/* .container {
  width: 80%;
  margin: auto;
} */
.features .parent-box {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.features .box {
  width: 18%;
}
.features .box img {
  width: 60px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.features .box p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  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;
}

.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;
}

/* ******************************************************************************************************** */