body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #0d0d0d;
}

/* Header Section */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #333;
  color: white;
}
.navbar-menu a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 5px;
}

.a a[href*="dQw4w9WgXcQ"] {
      outline: none;
      box-shadow: none;
}


.navbar-menu a:focus,
.navbar-menu a:active,
.navbar-menu a:hover,
.navbar-menu a:focus-visible {
  outline: none;
  box-shadow: none;
}

.navbar-menu {
  list-style: none;
  display: flex;
  cursor: pointer;
}

.navbar-menu li {
  margin-right: 15px;
}

.search-bar input {
  padding: 5px;
  border-radius: 0px;

}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d0d0d;
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.search-bar input, .sign-wallet {
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid #555;
  background-color: #383838;
  color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.navbar.scrolled .search-bar input, .navbar.scrolled .sign-wallet {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}



/* Hover effect when mouse hovers over a navbar link */
.navbar a:hover {
  background-color: #575757; /* Slightly lighter background color */
  color: #fff; /* Keep text color white */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); /* Soft white glow effect */
}


.btn {
  padding: 8px 16px;
  background-color: #0d0d0d;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 20px;
}

.profile-icon, .cart-icon {
  width: 24px;
  height: auto;
  margin-left: 10px;
}

/* Banner and Profile Section */
.btn {
  padding: 8px 16px;
  background-color: #0d0d0d;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 20px;
}

.profile-icon, .cart-icon {
  width: 24px;
  height: auto;
  margin-left: 10px;
}

/* Banner and Profile Section */
.profile-container {
  width: 100%;
  max-width: 1200px; /* Increase max-width to cover more area */
  margin: 0 auto;
  background-color: #0d0d0d;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative; /* Ensure positioning context for profile image */
  padding-bottom: 60px; /* Add padding to prevent profile image overlap issues */
}

.banner {
  position: relative;
  top: 0%;
  left: 2px;
  rotate: 90%;
}


.banner img {
  width: 150%;
  height: 250px; /* Ensure sufficient height */
  object-fit: cover;
  
}

.profile-image {
  position: absolute;
  bottom: 80px; /* Ensure overlap with banner */
  left: 20px;
  border-radius: 10%; /* Make the image circular */
  overflow: hidden;
  /* border: 5px solid #a3a3a3; */
  
}

.profile-image img {
  width: 100px; /* Larger profile image */
  height: 100px;
  object-fit: cover;
}

.profile-details {
  padding: 60px 20px 20px 20px;
  text-align: left;
}
.profile-details h2 {
  margin: 0px;
  font-size: 24px;
  color: #ffffff;
}

.profile-details p {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0;
  line-height: 1;
}

.see-more {
  color: #888;
  font-size: 14px;
  text-decoration: none;
}

.profile-stats {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  font-size: 16px;
}

.profile-stats div {
  color: #333;
}

.profile-stats span {
  font-weight: bold;
  color: #000;
}

/* Tabs Section */
.tabs {
  display: flex;
  justify-content: space-around;
  background-color: #0d0d0d;
  padding: 15px 0;
  font-size: 16px;
  margin-top: 20px;
}

.tab {
  text-decoration: none;
  color: #666;
  padding: 10px 20px;
  transition: background-color 0.5s ease;
}

.tab:hover,
/*nft*/
button {
  margin-top: 10px;
  top: 10px;
  right: 10px;
  padding: 5px 20px;
  /*padding: 10px 20px;*/
  cursor: pointer;
  font-size: 16px;
  border-radius: 20px; /* Make buttons rounded */
}

#connectWallet {
  font-size: 14px;
}

/* Modal styling */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

.modal-content {
  background-image: url('https://i.pinimg.com/564x/d7/95/10/d7951012368d957100cb1486a7a45d00.jpg');
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 12px; /* Make modal rounded */
  width: 25%; /* 4:4 ratio */
  aspect-ratio: 4 / 4;
  text-align: center;
}

.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Wallet option styling */
.wallet-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px; /* Space between image and text */
  vertical-align: middle;
}
/* scrol*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: black;
  color: white;
}

.container, .scroll-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.image-box {
  width: 400px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  margin-right: 200px; /* Adjust as needed */
  cursor: grab;
}

.image {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.image {
  margin-right: 20px; /* Adjust as needed */
  transition: transform 0.3s ease;
}
.image:hover {
  animation: shake 0.5s ease;
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-1px); }
  50% { transform: translateX(1px); }
  75% { transform: translateX(-1px); }
  100% { transform: translateX(0); }
}
.content {
  flex: 1;
}

.info {
  max-width: 600px;
  padding: 20px;
}

.scroll-container {
  flex-direction: row-reverse;
  height: 200vh; /* Makes the container taller to enable scrolling */
}


.info {
  max-width: 600px;
  padding: 20px;
}

.scroll-container {
  flex-direction: row-reverse;
  height: 200vh; /* Makes the container taller to enable scrolling */
}
