* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-color: #3e2f29;
    width: 100%;
}

.top-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 8%;
    display: flex;
    align-items: center;
    color: aliceblue;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.btn{
    height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;

}

.name {
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
}

.news-search {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.news-search a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding-right: 20px;
}

.news-search a:hover {
    text-decoration: underline;
}

.search-box {
    display: flex;
    align-items: center;
  
}
.search-box input {
    height: 28px;
    padding: 5px;
    margin-right: 5px;
}

.search-box button {
    height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search-icon {
    height: 16px;
    margin-right: 5px;
}

.menu-background {
    width: 100%;
}

.pic {
    width: 100%;
    height: 400px; 
    background-image: url("Snimki/co.jpg");
    background-size: 100% 100%; 
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.menu {
    background: black;
    height: 50px;
    background-color: #3e2f29;
}

.menu-1 {
    display: flex;
    list-style: none;
}
.menu-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 20px;
    margin-left: 40px;
    border: 2px solid transparent;
}

.menu-link:hover {
    border-color: white;
    color:#3e2f29;
    background-color: white;
    border-radius: 10px;
}
body{
 background-color:rgb(230, 224, 217);
}
.contact-con {
    display: flex; 
    justify-content: center; 
    align-items: flex-start;
    gap: 30px; 
    margin-top: 2.5%;
    padding-bottom: 55px;


}
.kartaa{
        max-width: 500px;
        border: 1px solid black;
        border-radius:10px ;
}
.karta{
     margin-top: 10px;
}

.text-contact-box {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 420px; 
    min-height: 450px; 
    border: none;
}
.textField-con{
     background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 420px; 
    min-height: 450px; 
    border: none;
}
.text {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.mini-contact-text {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}
.input-contact{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
}
.textarea-contact{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
}


.label-contact {
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14px;
}

.submit-contact {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: 0.3s;
}

.submit-contact:hover {
    background-color: #45a049;
}
.main-content-wrapper {
    display: flex;
    align-items: center;   
    justify-content: center; 
    gap: 50px; 
    margin-top: 0;
   padding-top: 0;
 
}

.kartaa{
  margin-top: 10px;

}
.mini-pod-text{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    margin-top: 10px;
    color: #555;
}
.text-pod{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 24px;
    margin-top: 10px;
    color: #3e2f29;
}


.site-footer{
    background-color: #1f1f1f;
    color: #eaeaea;
    padding: 40px 20px 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.tekst-background{
left: 50%;
color: white;
 padding-top: 10%;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
 padding-left: 50px;
font-size: 30px;
border: shadowed 2px solid white;
text-align: center;

}

.site-footer {
    background-color: #1f1f1f;
    color: #eaeaea;
    padding: 40px 20px 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 100%;
    flex-shrink: 0;
}

.footer-cont {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.footer-cont a {
    color: #eaeaea;
    text-decoration: none;
    font-size: 15px;
}

.footer-cont a:hover {
    color: #4da3ff;
}

.socialni-mreji {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    justify-content: center;
    padding-bottom: 20px;

}
.fa {
  font-size: 60px;
 
}
.title-kon{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
}
.Kontakti-title{
  text-align: center;
    padding-top: 15px;
 
  
}
@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }
 .search-box {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .search-box input {
        width: 70%;
        height: 32px;
    }

    .search-box button {
        width: 30%;
        height: 32px;
    }
    .top-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
        gap: 10px;
    }

    .news-search {
       
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu {
        width: 100%;
        overflow-x: auto;
    }

    .menu-1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        padding: 0;
        margin: 0;
    }

    .menu-link {
        width: auto;
        margin: 0;
        padding: 12px 16px;
        font-size: 14px;
        white-space: nowrap;
        border: none;
    }

    .menu-link:hover {
        background: none;
        color: white;
    }

    .pic {
        height: 260px;
        background-size: cover;
    }

    .tekst-background {
        font-size: 22px;
        padding-left: 0;
        padding-top: 20%;
        width: 100%;
        text-align: center;
    }

    .contact-con {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .text-contact-box {
        width: 90%;
        min-height: auto;
        padding: 20px;
    }

    .textField-con {
        width: 90%;
        min-height: auto;
        padding: 20px;
    }

    .kartaa {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }

    .karta iframe {
        width: 100%;
        height: 250px;
    }

    .main-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .site-footer {
        padding: 30px 15px;
    }

    .footer-cont {
        flex-direction: column;
        gap: 15px;
        padding: 0;
        margin: 0;
    }

    .fa {
        font-size: 40px;
    }
}



