body {
    background-color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    }

.emri{
    font-size: 30px;
    color: red;
    font-style: italic;
    font-weight: 900;
    text-align: justify;
}

.header {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    font-size: 18px;
}
.header .item {
    flex: 1;
    text-align: center;
}
.header a, .header select {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.header select {
    flex: 1;
    margin: 0 10px;
}
.header-content {
    display: inline-block;
    margin-right: 10px;
}
select {
    border: none;
    background: none;
    cursor: pointer;
}
select option {
    background: white;
    color: black;
    
}
.item {
    display: inline-block;
    padding: 0px;
    margin-left: 85px;
    
    
    
}
/*foto*/
h1 {
    text-align: center;
    margin-bottom: 20px;
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.container div {
    flex-basis: 30%; /* 30% për tre kolona te foto*/
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
}

.container img {
    width: 100%;
    height: 250px; /* Vendosni një lartësi fikse */
    object-fit: cover; /* Siguron që imazhi të mbulojë zonën pa deformim */
}
.container img:hover {
    transform: scale(1.10); /* Zmadhim i lehtë kur kaloni mbi foto */
}
.container p {
    margin-top: 10px;
    font-size: 18px;
    color: black;
    font-style: italic;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
th {
    background-color: #f2f2f2;
}
img {
    width: 100px;
    height: auto;
    border-radius: 20px;
}
h1 {
    text-align: center;
    ;
}
.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.swiper-slide video {
    width: 100%;
    height: auto;
    max-height: 200px;
}
@media (max-width: 600px) {
    .container {
        flex-direction: column; /* Kolona vertikale në pajisjet mobile */
    }
    .container div {
        flex-basis: 100%; /* Një kolonë e plotë për çdo div */
    }
    table, td {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}





























