*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    font-family: 'poppins', sans-serif;
    background-image: url(../Images/bg.jpg);
    background-size: cover;
    height: 100vh;
    object-fit: cover;
    background-position: center;
}
nav
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px ;
    background: rgba(99, 95, 95, 0.5);
}
nav .logo
{
    font-size: 35px;
    font-weight: bold;
    color: #D9D384;
    letter-spacing: 1.5px;
    padding: 20px;
    cursor: pointer;
}
nav ul
{
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul li
{
    list-style: none;
    display: inline-block;
    padding: 0px 20px;
}
nav ul li a
{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #D9D384;
    cursor: pointer;
}
nav ul li a:hover
{
    color: #BFA095;
    transition: all 0.3s ease 0s;
}
.search-container {
    display: flex;
    align-items: center;
    position: relative;
  }

  input[type="text"] {
    border: 1px solid gray;
    border-radius: 20px;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    width: 500px;
    background: #BFBFBF;
  }

  .search-container img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  .items
  {
    display: flex;
    justify-content: space-between;
    color: white;
    flex-wrap: wrap;
    padding: 15px;
    cursor: pointer;
    background-color: #261C1C;
  }
  .items p:hover
  {
    color: purple;
    transition: all 0.3s ease 0s;
  }
  .content
{
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 50px;
  background-color:gray;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  border-radius: 25px;
  flex: wrap;
}
.content1
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 25px;
}
.content1 img
{
  width: 100%;
  max-width: 350;
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: #F2F2F2;
  border-radius: 20px;
  cursor: pointer;
  padding: 10px;
  max-width: 350px;
}
.content1 img:hover
{
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}
.content1 h5
{
  color: white;
  font-size: 25px;
  font-family: "Playwrite AU SA", serif;
  font-weight: 300;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-align: center;
}
.content1 p
{
  font-family: "Roboto Slab", serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.content1 button
{
  background-color: #274026;
  color: #F2F2F2;
  font-size: 20px;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  text-align: center;
  margin: 20px;
  cursor: pointer;
}
.content1 button:hover
{
  background-color: #161414;
  color: white;
  transition: all 0.3s ease 0s;
}
.content-item
{
  flex: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.content2 img
{
  
  cursor: pointer;
  padding: 10px;
  width: 100%;
  margin-left: 0px;
}
.content2 img:hover
{
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}
.wrap
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.pic img
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: #F2F2F2;
  cursor: pointer;
  padding: 10px;
  max-width: 650px;
}
.pic img:hover
{
  transform: scale(1.1);
  transition: all 0.2s ease 0s;
}
div h1
{
  text-align: center;
  font-family: "Playfair Display", serif;
  color: white;
  letter-spacing: 3.5px;
  font-optical-sizing: auto;
}
.wraper
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.images img
{
  width: 100%;
  max-width: 350;
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 20px;
  margin: 10px;
  background-color: #F2F2F2;
  border-radius: 1px;
  cursor: pointer;
}
.container
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.price img
{
  width: 90%;
  max-width: 350;
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px;
  margin: 10px;
  border-radius: 60px;
  cursor: pointer;
}
.contain
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  
}
.latest img
{
  width: 100%;
  max-width: 500px;
  height: 250%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: wrap;
  flex-direction: row;
  padding: 2px;
  margin-top: 20px;
  cursor: pointer;
}
.head
{
  text-align: center;
  font-family: "Playfair Display", serif;
  color: white;
  background-color: darkslategray;
  padding: 15px;
  font-size: 20px;
  margin-top: 15px;
}
/* footer styles */
.footer {
  background-color:#5C5C5C;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
.footer .footer-content {
  flex: 1 1 200px;
  margin: 10px;
}
.footer .footer-content h4 {
  margin: 5px 0;
}

.footer .footer-content p {
  margin: 5px 0;
}
.footer-bottom {
  text-align: center;
  padding: 10px;
  background-color: #333;
  color: white;
  width: 100%;
  margin-top: 20px;
}