.diphylleia-regular {
    font-family: "Diphylleia", serif;
    font-weight: 400;
    font-style: normal;
  }
/* Основни стилове */
body {
    font-family: "Diphylleia", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    color: #333;
    line-height: 1.6;
}

.logo-container{
    background-color: #fffbfb;
    padding: 10px;
}
header {
    background: linear-gradient(90deg, #007bff, #00c6ff);
    color: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

header .logo-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

header img.logo {
    background-color: #ddd;
    width: auto;
    height: 60px;
    transition: transform 0.3s ease;
    margin-left: 20px;
    margin-right: 20px;
}

header img.logo:hover {
    transform: scale(1.1);
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.section {
    padding: 40px 20px;
    text-align: center;
}

.large-photo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.three-photos {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-top: 30px;
}

.photo-box {
    text-align: center;
    width: 30%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-box img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.photo-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.photo-box img:hover {
    transform: scale(1.05);
}

.side-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.side-content img {
    width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.side-content p {
    font-size: 1.1rem;
    max-width: 600px;
    line-height: 1.8;
    color: #555;
}

.table-section {
    background: #fff;
    padding: 40px 20px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 1.1rem;
}

th {
    background: #007bff;
    color: white;
    font-weight: 600;
}

tr:nth-child(odd) {
    background: #f9f9f9;
}

tr:hover {
    background: #f1f1f1;
    cursor: pointer;
}

footer {
    background: #333;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

footer p {
    font-size: "Diphylleia", serif;
    margin: 0;
}
.video-section {
    margin-top: 40px;
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.video-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.video-item {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}

.video-item iframe {
    width: 100%;
    height: 315px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.image{
    margin: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.image img{
    margin: 5px;
    padding: 10px;
    width: 30%;
    height: auto;
}
