
/* Ekranet e mëdha 65"+ */
@media (min-width: 1920px) {

 .hero-content{
     padding: 18.2rem 69.6rem;
 }
.hero-logo {
    width: 940px;
    height: 940px;
    border-width: 3px;
  }
  .hero h1 {
    font-size: 9.2rem;
  }

  /* Language buttons */
  .lang-left, .lang-right {
    gap: 20px;
  }
  .lang img {
    width: 120px;
    height: 120px;
     object-fit: cover;
  border-radius: 3px;
  }

.lang {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 52px;
  z-index: 4;
}

.lang button {
  background: rgba(255, 255, 255, 0);
  border: 0px solid rgba(255, 255, 255, 0);
  backdrop-filter: blur(6px);
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
} 

.lang button:hover {
  transform: scale(1.15);
  background: rgba(255, 255, 255, 0.2);
}





  .categories-grid {
    grid-template-columns: repeat(10, 1fr); /* 2 kartela në rresht */
      gap: 0rem;
      padding-top: 80px;
  }
  .category-card {
    height: 320px;

  }
  .category-card h3 {
    font-size: 1.5rem;
  }

  
}

/* Ekranet e mëdha 61"+ */
@media (min-width: 2500px) {
  #products-container {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Ekranet e mëdha 65"+ */
@media (min-width: 1920px) {
  .product-info h4 {
    font-size: 1.8rem;
  }
  .product-info span {
    font-size: 1.4rem;
  }
}

/* Ekranet e mëdha 65"+ */
@media (min-width: 1920px) {
  .product-card video {
    height: 300px;
  }
  .product-info h4 {
    font-size: 2rem;
  }
  .product-info span {
    font-size: 1.5rem;
  }
}