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/category\ 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: 26px;
  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/4th\ sec\ background.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: 50px;
    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 {
  width: 300px;
  height: 400px;      
  object-fit: cover;   
  border-radius: 15px;
  transition: transform 0.4s ease;
}

.shopnow .box img:hover {
  transform: scale(1.08);
}

/* ********************************************* youtube **************************************************** */

.youtube {
  background-color: #000;
  padding: 100px 0;
}
.youtube .parent-box {
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* LEFT TEXT */
.youtube .left {
  flex: 1;
  min-width: 320px;
}

.youtube .left h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
}

.youtube .left p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
}

.youtube .left b {
  color: #fff;
}

/* RIGHT VIDEO */
.youtube .right {
  flex: 1;
  min-width: 320px;
  display: flex;
  justify-content: center;
}

.youtube .right iframe {
  width: 100%;
  max-width: 550px;
  height: 320px;
  border-radius: 12px;
  border: none;
}

@media (max-width: 768px) {
  .youtube .parent-box {
    flex-direction: column;
    text-align: center;
  }

}

/* ********************************************** happy customer ************************************************************** */

.customer {
  background-image: url("../images/review\ sec\ img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  padding: 80px 0;
  position: relative;
}

.customer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 82%);
}

.customer .parent-box {
  position: relative;
}

.customer .parent-box {
  width: 80%;
  margin: 0 auto;
}

.customer .title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Playfair Display", serif;
}

/* MAIN FLEX */
.customer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* LEFT SIDE */
.customer .rating-box {
  width: 30%;
  color: #fff;
  text-align: center;
  margin-top: 80px;
  font-family: "Playfair Display", serif;
}

.customer .rating-box h2 {
  margin-bottom: 10px;
}

.customer .stars {
  color: gold;
  font-size: 20px;
  margin-bottom: 10px;
}

.customer .google {
  color: #4285F4;
  font-size: 22px;
  margin-top: 10px;
}

/* RIGHT SIDE */
.customer .reviews {
  width: 60%;
}

/* CARD */
.customer .card {
  background-color: #1f1f1f;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

/* USER INFO */
.customer .user {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.customer .user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.customer .user h3 {
  margin: 0;
}

.customer .user p {
  margin: 0;
  font-size: 14px;
  color: #aaa;
}

/* SMALL STARS */
.customer .small {
  font-size: 16px;
  margin: 10px 0;
}
 
/* *************************************** 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;
}

/* ******************************************************************************************************** */