*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #ffe6f4;
  color: #2a2a2a;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.owHvfOSmfx {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.NsjvgtfpaFaOX {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #ffe6f4;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.zvnyRywrfikw {
  background-color: #fee8f4;
  max-height: 200px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}

.zvnyRywrfikw.hidden {
  max-height: 0;
  opacity: 0;
  transform: translateY(-20px);
}


.OqbkmF {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0;
}

.ZtJtbVec {
  font-family: 'Playfair Display', cursive;
  font-size: 1.8rem;
  color: #b45816;
}

.ZtJtbVec span {
  color: #a02868;
}

.uayzsgufq {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  text-align: right;
}

.DmELAOwcNRmMO i {
  margin-right: 0.4rem;
  color: #b45816;
}

.ooRbKwXdpn {
  background-color: #ffe6f4;
}

.suvrdyW {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
}

.nHbEgqvyKoE {
  display: flex;
}

.hazne {
  display: flex;
  gap: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
}

.hazne li a {
  color: #222;
  font-weight: 500;
}

.xruDDlmLTFil {
  font-size: 1.1rem;
  font-weight: 600;
  color: #a02868;
}

.xruDDlmLTFil i {
  margin-right: 0.5rem;
}

.qTaHZW {
  display: none;
  font-size: 1.5rem;
  color: #b45816;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nHbEgqvyKoE {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffe6f4;
    width: 100%;
    padding: 1rem 0;
  }

  .nHbEgqvyKoE.active {
    display: block;
  }

  .hazne {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .qTaHZW {
    display: block;
  }

  .xruDDlmLTFil {
    display: none;
  }
}

@media (max-width: 500px) {
  .ZtJtbVec,
  .uayzsgufq {
    width: 100%;
    text-align: center;
  }
  .qTaHZW {
    margin: 0 auto;
  }
}

.bpACj {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.xxobwBfoTA {
  position: absolute;
  inset: 0;
  background: url('../img_arhiv/fons.webp') center center / cover no-repeat;
  z-index: 0;
  animation: zoompulse 10s ease-in-out infinite alternate;
  transform-origin: center;
}

@keyframes zoompulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}


.klTsUPlOJM {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7));
  z-index: 1;
}

.uDULoaUpJ {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.auCKR {
  background-color: rgba(234, 54, 54, 0.7);
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
}

.swoaGQZOQ {
  font-family: 'Playfair Display', cursive;
  font-size: 2.5rem;
  max-width: 800px;
  line-height: 1.2;
}

.OsLfgaoLHKCU {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  max-width: 600px;
  color: #f9f9f9;
}

.ZDxRKKD {
  background-color: #a02868;
  color: #ffe6f4;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.ZDxRKKD:hover {
  background-color: #b45816;
}

@media (max-width: 768px) {
  .swoaGQZOQ {
    font-size: 1.8rem;
  }

  .OsLfgaoLHKCU {
    font-size: 1rem;
  }
}

.SMasvntmbeccc {
  padding: 5rem 0;
  background-color: #ffeffc;
}

.iTtzVofBkR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.OteBGLkOldM {
  flex: 1;
}

.OteBGLkOldM img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1rem;
}

.SdflmbayMyqD {
  flex: 1;
}

.LLjIIOq {
  font-family: 'Playfair Display', cursive;
  font-size: 2.3rem;
  color: #b45816;
  margin-bottom: 0.5rem;
}

.QlJQCXXZuHGCFS {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #a02868;
  margin-bottom: 1.5rem;
}

.zfWRBdiEGq {
  border-left: 4px solid #b45816;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #3b3b3b;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.zfWRBdiEGq p strong {
  color: #a02868;
}

@media (max-width: 768px) {
  .iTtzVofBkR {
    flex-direction: column;
    text-align: center;
  }

  .LLjIIOq {
    font-size: 1.8rem;
  }

  .QlJQCXXZuHGCFS {
    font-size: 1.05rem;
  }

  .zfWRBdiEGq {
    border-left: none;
    padding-left: 0;
  }
}

.svbKBk {
  display: flex;
  width: 100%;
  min-height: 600px;
  background-color: #ffeffc;
  overflow: hidden;
  flex-wrap: wrap;
}

.KeTRMBZOQlL {
  flex: 1;
  background: url('../img_arhiv/promts2.webp') center center / cover no-repeat;
  min-height: 400px;
}

.ggqQltIsoD {
  flex: 1;
  background-color: #ffffff;
  padding: 4rem 6rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.VfOMKzjYA {
  font-family: 'Playfair Display', cursive;
  font-size: 2.5rem;
  color: #b45816;
}

.KlPWwKbAxF {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #2a2a2a;
  max-width: 500px;
}

.YWQdgoy {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.wdwfMmTICJCDe {
  flex: 1 1 150px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.wdwfMmTICJCDe i {
  font-size: 2rem;
  color: #a02868;
  margin-bottom: 0.5rem;
}

.YkupLLgO {
  font-size: 2rem;
  font-weight: bold;
  color: #b45816;
  display: block;
  margin-bottom: 0.3rem;
}

@media (max-width: 1024px) {
  .ggqQltIsoD {
    padding: 3rem 3rem;
  }
}

@media (max-width: 768px) {
  .svbKBk {
    flex-direction: column;
  }

  .KeTRMBZOQlL {
    width: 100%;
    height: 300px;
  }

  .ggqQltIsoD {
    padding: 2rem;
    text-align: center;
  }

  .YWQdgoy {
    justify-content: center;
  }
}

.LJNQAjotbClf {
  padding: 5rem 0;
  background-color: #ffe6f4;
}

.HhVghDCnRyLe {
  background: linear-gradient(145deg, #f4e8ff, #eff8ff);
  border-radius: 1.5rem;
  box-shadow: 0 15px 40px rgba(130, 22, 180, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.HhVghDCnRyLe:hover {
  transform: scale(1.02);
}

.Ktjx img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-bottom: 5px solid #a02868;
}

.KcGkqwg {
  padding: 2rem 1rem;
}

.faiqRHsK {
  font-family: 'Playfair Display', cursive;
  font-size: 1.8rem;
  color: #b45816;
  margin-bottom: 1rem;
}

.AMEwHPId {
  display: inline-block;
  background-color: #a02868;
  color: #ffe6f4;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.AMEwHPId:hover {
  background-color: #b45816;
}

@media (min-width: 768px) {
  .HhVghDCnRyLe {
    max-width: 600px;
    margin: 0 auto;
  }
}

.qbHAUyroMfdGYp {
  padding: 5rem 0;
  background: linear-gradient(to right, #ffeffc, #ebe9fe);
}

.BmEJagtS {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.MTIkndOJRyPyi {
  flex: 1;
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.NAAYSmDyuNmmMT {
  font-family: 'Playfair Display', cursive;
  font-size: 2rem;
  color: #b45816;
  margin-bottom: 1.5rem;
}

.iSskCbL {
  list-style: none;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #2a2a2a;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.iSskCbL i {
  margin-right: 0.8rem;
  color: #a02868;
}

.xLZeesTnZMA {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.IGVJdbuD {
  background-color: #fff;
  border-left: 5px solid #a02868;
  padding: 1.5rem;
  border-radius: 1rem;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 10px 30px rgba(180, 22, 101, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.okPJGYPkQkMDLRH {
  font-weight: 600;
  color: #b45816;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

.uQDWfGul {
  color: #2a2a2a;
  line-height: 1.5;
}

.IGVJdbuD.QajKDajhrV .uQDWfGul {
  display: none;
}

@media (max-width: 768px) {
  .BmEJagtS {
    flex-direction: column;
  }

  .MTIkndOJRyPyi,
  .xLZeesTnZMA {
    padding: 2rem 1.5rem;
  }
}

.CriuPM {
  padding: 5rem 0;
  background: linear-gradient(to left, #f9f6fd, #effaff);
}

.BfzeZTcfauR {
  font-family: 'Playfair Display', cursive;
  text-align: center;
  font-size: 2.2rem;
  color: #b45816;
  margin-bottom: 2.5rem;
}

.POwwNDJUy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.PwfHJoXEBNE.eNDRJlTR {
  display: flex;
  gap: 1.5rem;
}

.POwwNDJUy input,
.POwwNDJUy textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #a02868;
  border-radius: 0.8rem;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background-color: #fff;
}

.POwwNDJUy input:focus,
.POwwNDJUy textarea:focus {
  outline: none;
  border-color: #b45816;
}

.nDMuQdPEoSL {
  background-color: #a02868;
  color: #ffe6f4;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.nDMuQdPEoSL:hover {
  background-color: #b45816;
}

.StEydrLqOc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.vdFEpy {
  background: #ffe6f4;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #2a2a2a;
}

.vdFEpy button {
  margin-top: 1.5rem;
  background-color: #b45816;
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.vdFEpy button:hover {
  background-color: #a02868;
}

@media (max-width: 768px) {
  .PwfHJoXEBNE.eNDRJlTR {
    flex-direction: column;
  }
}

.AHtVa {
  background: #2a1c2b;
  color: #ffe6f4;
  padding: 4rem 0 2rem;
  text-align: center;
}

.rUeuCLHZSH {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.wkzZDXp .ZtJtbVec {
  font-family: 'Playfair Display', cursive;
  font-size: 2rem;
  color: #a02868;
}

.wkzZDXp .ZtJtbVec span {
  color: #b45816;
}

.raypaIPlhx {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
}

.raypaIPlhx a {
  color: #ffe6f4;
  transition: color 0.3s ease;
}

.raypaIPlhx a:hover {
  color: #a02868;
}

.zVtmWEy {
  max-width: 700px;
  font-size: 0.95rem;
  color: #d4d4d4;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

.xlGQQCioogG {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #a02868;
  border: 2px solid #a02868;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}

.xlGQQCioogG i {
  font-size: 1.3rem;
}

.WMgUtD {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.WMgUtD img {
  max-height: 40px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.WMgUtD img:hover {
  opacity: 1;
}

.AHtVa p {
  margin: 0;
}

.AHtVa a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .raypaIPlhx {
    gap: 1rem;
    flex-direction: column;
  }

  .xlGQQCioogG {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}

.NPRmcHdg {
  position: fixed;
  inset: 0;
  background: rgba(43, 43, 43, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.ODuAIWKq {
  background: #ffe6f4;
  padding: 2.5rem;
  border-radius: 1rem;
  text-align: center;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}

.ODuAIWKq p {
  font-size: 1.1rem;
  color: #2a2a2a;
  margin-bottom: 1.5rem;
}

.ODuAIWKq button {
  background-color: #b45816;
  color: #ffe6f4;
  border: none;
  padding: 0.8rem 2rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ODuAIWKq button:hover {
  background-color: #a02868;
}

.DNatTOUQlf {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #192e4d;
  color: #ffe6f4;
  padding: 1rem 0;
  font-family: 'Inter', sans-serif;
  display: none;
  z-index: 9999;
}

.IhZKyKuPZd {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.IhZKyKuPZd p {
  margin: 0;
  font-size: 0.95rem;
}

.IhZKyKuPZd button {
  background-color: #a02868;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  font-weight: 600;
  color: #ffe6f4;
  cursor: pointer;
  transition: background 0.3s ease;
}

.IhZKyKuPZd button:hover {
  background-color: #b45816;
}

@media (max-width: 600px) {
  .IhZKyKuPZd {
    flex-direction: column;
    align-items: flex-start;
  }
}
