
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('files/Woman\ Face.jpg'); 
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    text-align: center; 
}


header {
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

header h1 {
    font-size: 36px;
    color: #333; 
}


nav {
    background-color: rgba(245, 225, 218, 0.8); 
    padding: 10px 0;
    transition: background 0.2s ease;
    z-index: 10;
}

.nav:hover{
    background: #f0dcbe;
}

nav ul {
    list-style-type: none;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    font-size: 24px;
    color: #333; 
}

/* Home Page  */
.Onama {
    background: none; 
    color: #333;
    text-align: left; 
    padding: 100px 0;
}

.Onama .content {
    display: flex;
    align-items: left;
}

.Onama .text {
    flex: 1;
    padding: 40px;
    background-color: #333;
    border-radius: 10px; 

}

.Onama {
    font-size: 38px;
    color: #615f5f; 
    text-align: center;
    justify-content: center;
    flex: 1;
    margin:5%
}

.image {
    transition: border-radius 0.5s ease;
}

.linija{
    width: 0;
    margin-top: 20px;
    height: 12px;
    background: linear-gradient(90deg,rgb(236, 172, 217),rgba(162, 104, 17,0));
    animation: linija 3s linear infinite alternate;
}

@keyframes linija {
    from{width: 0;}
    to{width: 100%;}
}


   /* Style  Tretmani  */
.Tretmani {
    background-color: (245, 225, 218, 0.8); 
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}


.Tretmani h2 {
    font-size: 36px;
    color: #333; 
    margin-bottom: 20px;
}


.Tretmani ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    text-align: center;
    width: 50%;
}


.Tretmani li {
    font-size: 16px; 
    color: #666; 
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 calc(50% - 20px); 
    text-align: center; 
}


.Tretmani li:hover { 
    color: #333; 
    cursor: pointer;
    text-decoration: underline;
}


.Kontakt {
    background-color: rgba(245, 225, 218, 0.8);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    color: pink;
    margin-top: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.Kontakt{
    position: relative;
    float: left;
    width: 100%;
    background: repeating-linear-gradient(45deg,white 0px,white 40px,#eeb0eb 40px,#eeb0eb 42px);
}

.Kontakt h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}


.Kontakt .icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.Kontakt .icons a {
    margin: 0 10px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

.Kontakt .phone {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}



/* Responsive styles  */
@media screen and (max-width: 768px) {
   
    header h1 {
        font-size: 24px;
    }

    nav ul li {
        margin: 0 10px;
    }

   
    .Onama {
        padding: 40px 0;
    }

    .Onama .content {
        flex-direction: column;
    }

    .Onama p {
        text-align: center;
        margin: 5% 10%;
        font-size: 24px;
        flex: 0 0 calc(50% - 20px); 
    }

    
    .Tretmani {
        padding: 20px;
    }

    .Tretmani h2 {
        font-size: 24px;
    }

    .Tretmani li {
        font-size: 14px;
        margin: 5px;
        display: flex;
        flex-wrap: wrap;
    }

    
    .Kontakt {
        padding: 20px;
    }

    .Kontakt h2 {
        font-size: 24px;
    }
}
