@import url('https://fonts.cdnfonts.com/css/berlin-sans-fb-demi');

body {
    margin: 0;
    font-family: 'Berlin Sans FB Demi', sans-serif;
    background: url('assets/images/pozadina.jpg') repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: none;
    background: white;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    z-index: 1000;
}
.logo {
    height: 85px;

}

.logo-menu {
    align-items: center;
text-align: center;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: black;
   

}
.facebook-icon {
    height: 60px;
}
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay {
    background: rgba(255,255,255,0.7);
    padding: 50px;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
	max-width: 1200px;
}
.content {
    padding: 100px 20px 20px;
    text-align: center;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    padding: 20px;

}
.thumb {
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}
.thumb:hover {
    transform: scale(1.05);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}
.modal img {
    max-width: 90%;
    max-height: 90%;
}
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
.call-button {
    display: inline-block;
    margin: 30px 0;
    padding: 20px 30px;
    background: green;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
}
form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
}
form input, form textarea {
    margin-bottom: 10px;
    padding: 10px;
}
.map iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin-top: 20px;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.sirina {
max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button[type="submit"] {
      background-color: green;
      color: white;
      border: none;
      padding: 12px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
    }
address {
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    line-height: 1.6;
    text-align: center;
    font-family: Arial, sans-serif;
}

p3 {
font-size: clamp(27px, 2vw, 20px);
}
p3_v {
font-size: clamp(35px, 2vw, 27px);
}
p{
font-family: Arial, sans-serif;
font-size: clamp(20px, 2vw, 18px);
}