body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* prevents horizontal overflow only */

  background-image: url('images/bodyfoto.jpeg'); /* Your image path */
  background-size: cover;        /* Ensures image covers the screen */
  background-repeat: no-repeat;  /* Prevents image from repeating */
  background-position: center;   /* Centers the image */
height: 100%;}
  .video-card {
      position: relative;
      overflow: hidden;
      color: white;
      height: 500px;
      border-radius: 8px;
      margin-bottom: 2rem;
    }
@media (max-width:450px){
.video-card{
  height: 300px;
}
.container{
  margin-top: 3rem !important;
}

.fixthis{
  height: 400px !important;
   transform: scale(1.2); /* zoom in by 20% on hover */
}
.fiximg{
  width: 20% !important;
}
}
    .video-card video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      z-index: 1;
      object-fit: cover;
      filter: brightness(0.4);
    }

    .video-card .content {
      position: relative;
      z-index: 2;
      padding: 1.5rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .video-card .divider {
      width: 150px;
      border-top: 2px solid rgba(255, 255, 255, 0.5);
      margin: 1rem 0;
    }

    .video-card a {
      color: #cddc39; /* lime-ish color for links */
      font-weight: 600;
      text-decoration: none;
    }

    .video-card a:hover {
      text-decoration: underline;
      color: #afb42b;
    }

    #mobileMenu {
  background-color: #000 !important;
  color: #fff !important;
}
#mobileMenu .nav-link {
  color: #fff !important;
}
#mobileMenu .btn-close {
  filter: invert(1); /* Makes the close button white */
}
.age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}

.age-popup {
  background-color: #111;
  border: 1px solid #444;
  max-width: 90%;
}
.tabaco img{
  object-fit: contain;
  transform: scale(85%);
}

.shkrimi p, .shkrimi li{
color: white !important;
}

.object-fit-cover {
  object-fit: cover;
}
.video-card img {
  height: 100%;
  width: 100%;
}
.owl-carousel img{
  width: 50% !important;
}
.contact img{
 width: 20px !important;
}