* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  min-height: 100vh;
  background: radial-gradient(circle at top, #0c1f4a, #050b1e);
  color: white;
  min-height: 100vh;
  color: white;
  background-image: url('3A8F5495-80D3-4BBD-9107-D349E631C148.png');

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

.mrs {

  text-align: center;
  padding: 300px 20px;

  background: rgba(0, 0, 0, 0.2);

}

.name {
  font-size: 5.5em;

  font-family: serif;
  margin-bottom: 30px;
}

.meri {
  display: flex;
  justify-content: center;
  gap: 20px;

  flex-wrap: wrap;

  margin-top: 20px;
}

.btn {
  font-size: 2em;
}

/*usluge*/
.boxone {
  padding: 50px 20px;
  margin-top: 50px;

  display: block;

}

.services-container {
  max-width: 360px;
  margin: 0 auto;

  background: linear-gradient(180deg, #0e2a66, #081737);
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.services-container h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
}

.service {
  background: linear-gradient(135deg, #1c4fb5, #153b8c);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

.service-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.service-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.service-text p {
  font-size: 13px;
  opacity: 0.8;
  line-height: 1.4;
}

.arrow {
  font-size: 18px;
  opacity: 0.7;
}


/* radovi */
.box-two {
  padding: 250px 20px;
}

.projects-container {
  max-width: 360px;
  margin: 0 auto;
  background: linear-gradient(180deg, #0e2a66, #081737);
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.projects-container h1 {
  text-align: center;
  margin-bottom: 25px;
}

.project {
  background: linear-gradient(135deg, #1c4fb5, #153b8c);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 20px;
}

.project img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.project h3 {
  margin-bottom: 6px;
}

.project p {
  font-size: 13px;
  opacity: 0.8;
}

.project-btn {
  margin-top: 10px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: white;
  cursor: pointer;
}

/* kontakt */
.box-three {
  padding: 200px 20px;
}

.contact-container {
  max-width: 360px;
  margin: 0 auto;
  background: linear-gradient(180deg, #0e2a66, #081737);
  padding: 30px 20px;
  border-radius: 16px;
}

.contact-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-container input,
.contact-container textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  margin-bottom: 12px;
}

textarea {
  resize: none;
  height: 100px;
}

.send-btn {
  width: 100%;
  padding: 12px;
  background: #2563eb;
  border: none;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

.contact-info {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.socials i {
  margin: 10px;
  font-size: 20px;
  cursor: pointer;
}

.slika {
  width: 200px;
  margin: 30px auto;
  display: block;
  border-radius: 50%;

}



.kraj {
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  max-width: 700px;
  margin: auto;
  padding: 40px;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

.naslov {
  font-size: 36px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4da6ff;
  display: inline-block;
}

.uvod {
  font-size: 18px;
  margin-bottom: 30px;
}

h3 {
  margin-top: 25px;
  color: #4da6ff;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li::before {
  content: "✔ ";
  color: #4da6ff;
}