@font-face {
    font-family: brand-name-font;
    src: url(la-sonnambula.ffp.ttf);
}

@font-face {
    font-family: card-container-head-font;
    src: url(Landasans-Medium.otf);
}

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

body {
  font-family: Arial, sans-serif;
  background-color: #121212;
}

.navbar {
  background-color: #1f2021;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  flex-wrap: wrap;
  top: 0;
  position: sticky;
  z-index: 1;
}

.navbar-left img
{
  height: 50px;
  width:50px;
  z-index: 1;
}

.search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-container input {
  padding: 6px 12px;
  border: 2px solid white;
  border-radius: 10px;
  outline: none;
  background-color: #222;
  color: #fff;
  width: 25vw;
}

.search-container input:active
{
  box-shadow: 2px 5px 20px rgb(0, 255, 204,0.9);
  
}

.search-container button {
  padding: 6px 12px;
  background-color: #00ffcc;
  border: 2px solid black;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
}

.search-container button:hover {
  box-shadow: 2px 10px 30px rgba(0,0,0, 0.9);
}

.navbar-right
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.genz-store a
{
  background-color: #3f4448;
  color: white;
  padding: 6px 12px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid black;
}

.genz-store a:hover
{
 color: #00ffcc;
}

.menubtn
{
  background-color: #3f4448;
  color: white;
  padding: 6px 12px;
  font-size: 16px;
  border: 2px solid black;
  border-radius: 10px;
  margin-right: 15px;
}

.menubtn
{
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.menu-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.menu-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.menu-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.menu:hover .menu-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.menu:hover .menubtn {
  color: #00ffcc;
}

body{
    background-image: url(UsedImage/MainBG.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    
}
.MainHeader {
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    margin-top: 20px;
    font-family: "consolas", sans-serif;
}

.main-page {
  color: #fff;
  text-align: center;
  max-width: 90%;
  margin: 80px auto; 
  margin-top: 60px;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 100%;
  margin-top: 40px;
}

.card {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 255, 204, 0.1);
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 25px;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding: 15px;
  border-radius: 16px;
  border : 2px solid #00ffcc;
}


.card-info h3 {
  margin: 16px 0 8px;
  font-size: 1.4rem;
  word-wrap: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.card-info p {
  margin: 0 16px 20px;
  color: #ccc;
  font-size: 0.95rem;
  word-wrap: normal;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 255, 204, 0.3);
}

.card-container-head
{
  margin-top: 60px;
  font-size: xx-large;
  color: #fff;
  text-shadow: 2px 10px 30px rgba(0,0,0, 0.9);
  font-family: card-container-head-font;
}

.brand-name
{
    color: #3f4448;
    font-family: brand-name-font;
}

.brand-name-container
{
  margin-top: 60px;
}

.nav-links-footer a {
  color: #00ffcc;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, transform 0.2s ease;
  opacity: 0.7;
}

.nav-links-footer a:hover {
  color: #ffffff;
  transform: scale(1.05);
  text-shadow: rgb(255, 255, 255,0.7) 0px 0px 10px;
}

.nav-links-footer
{
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
}

.footer-brand-name
{
  font-family: brand-name-font;
  font-size: x-large;
}

.footer-info
{
  margin-top: 40px;
}

.typing
{
   display: inline-block;
   border-right: 1px solid white;
   animation: 
    blinking 1s steps(1,end) infinite;
   animation: 
    typing 3s steps(23,end) infinite;
   overflow: hidden;
   white-space: nowrap;
   font-size: x-large;
}

@keyframes blinking 
{
  0% {border-color: hidden}
  50% {border-color: white}
  100% {border-color: transparent}
}

@keyframes typing {
  0% {width: 0}
  100% {width: 23ch}
}