* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #e0e0e0;
  background-image: url('BG.jpg');
  margin: 0;
  background-size: cover;
  min-height: 100vh;
}





img {
  margin-top: 10px;
  border-radius: 20px;
}

.product-card {
  flex: 0 0 auto;
  width: 450px;
  height: 500px;
  background-color: #705c53;
  border: 4px solid rgb(36, 36, 36);
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 25px;
}

.scroll-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.product-grid {
  display: flex;
  align-items: center;
  gap: 25px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding: 10px;
  scrollbar-width: none;
}

.product-grid::-webkit-scrollbar {
  display: none;
}
#featured-products {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15%;
}


.scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #705c53;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.scroll-button:hover {
  background-color: #F5F5F7;
  color: black;
}

.product-card img {
  width: 100%;
  height: 400px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: gilroy;
  color: #fff;
}

html,
body {
  height: 100%;
  width: 100%;
  margin-top:10px ;

}

body {
  background-color: black;
  overflow: hidden;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.eot');
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
  url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
  url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.woff') format('woff'),
  url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
#cursor{
  width: 30px;
  height: 30px;
  background-color: white ;
  border: 3px solid #007bff;
  border-radius:50%;
  position:fixed;
  font-size: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 10;

}
#mainx{
  display: flex;
  justify-content: center;
}
#nav{
  display: flex;
  border:1px solid white;
  border-radius:60px;
  justify-content: space-between;
  width:90%;
  position: fixed;
  background-color: #007bff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#navbar {
  display: flex;
  gap:30px;
  padding: 50px 70px;
  font-size: 24px;
}

.nav-item a:hover {
  font-family: Bungee Spice;
  cursor: pointer;
  text-decoration: none;
}
.img{
  display: flex;
  padding: 20px;
}

.nav-item a {
  text-decoration: none;
}

