*,
*::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: #e6f6ff;
  color: #2a2a2a;
  line-height: 1.6;
}

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

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

ul {
  list-style: none;
}

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

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

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

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


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

.lDfns {
  font-family: 'Playfair Display', cursive;
  font-size: 1.8rem;
  color: #612ca8;
}

.lDfns span {
  color: #498db1;
}

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

.filcqxkRlO i {
  margin-right: 0.4rem;
  color: #612ca8;
}

.qjZBb {
  background-color: #e6f6ff;
}

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

.ZwSWQUShL {
  display: flex;
}

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

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

.dnMThFeEUInkI {
  font-size: 1.1rem;
  font-weight: 600;
  color: #498db1;
}

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

.xMseIWgaI {
  display: none;
  font-size: 1.5rem;
  color: #612ca8;
  cursor: pointer;
}

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

  .ZwSWQUShL.active {
    display: block;
  }

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

  .xMseIWgaI {
    display: block;
  }

  .dnMThFeEUInkI {
    display: none;
  }
}

@media (max-width: 505px) {
  .lDfns {
    display: none;
  }
}

@media (max-width: 500px) {
  .lDfns,
  .oLVoWHkW {
    width: 100%;
    text-align: center;
  }
  .xMseIWgaI {
    margin: 0 auto;
  }
}

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

.StEtHdxzGU {
  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);
  }
}


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

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

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

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

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

.SEkqpPOHmxApXP {
  background-color: #498db1;
  color: #e6f6ff;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.SEkqpPOHmxApXP:hover {
  background-color: #612ca8;
}

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

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

.WvlJyt {
  padding: 5rem 0;
  background-color: #eff9ff;
}

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

.PcvijA {
  flex: 1;
}

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

.HAUrVYpKJmLu {
  flex: 1;
}

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

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

.bqEbAX {
  border-left: 4px solid #612ca8;
  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;
}

.bqEbAX p strong {
  color: #498db1;
}

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

  .bQzQipex {
    font-size: 1.8rem;
  }

  .yokhyyZDBhMZ {
    font-size: 1.05rem;
  }

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

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

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

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

.nRLKt {
  font-family: 'Playfair Display', cursive;
  font-size: 2.5rem;
  color: #612ca8;
}

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

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

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

.hODBTkonrBTPD i {
  font-size: 2rem;
  color: #498db1;
  margin-bottom: 0.5rem;
}

.olscEUSHKPkZDQ {
  font-size: 2rem;
  font-weight: bold;
  color: #612ca8;
  display: block;
  margin-bottom: 0.3rem;
}

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

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

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

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

  .AZOjANQcI {
    justify-content: center;
  }
}

.hEpJL {
  padding: 5rem 0;
  background-color: #e6f6ff;
}

.eTBUBkZdCvcf {
  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;
}

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

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

.cQHRlEQHGCfK {
  padding: 2rem 1rem;
}

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

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

.bJxJudQVLP:hover {
  background-color: #612ca8;
}

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

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

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

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

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

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

.lzPBbAP i {
  margin-right: 0.8rem;
  color: #498db1;
}

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

.lhyhQACTYU {
  background-color: #fff;
  border-left: 5px solid #498db1;
  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;
}

.wXXUkEyEHjoxUY {
  font-weight: 600;
  color: #612ca8;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

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

.lhyhQACTYU.AkGXRMMlrnUG .Pqla {
  display: none;
}

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

  .xyzHlqGPRrf,
  .ohtxlhlP {
    padding: 2rem 1.5rem;
  }
}

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

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

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

.txPyhE.BRAMCrlDq {
  display: flex;
  gap: 1.5rem;
}

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

.NlRMKijLG input:focus,
.NlRMKijLG textarea:focus {
  outline: none;
  border-color: #612ca8;
}

.JKKmHmUZcOGRa {
  background-color: #498db1;
  color: #e6f6ff;
  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;
}

.JKKmHmUZcOGRa:hover {
  background-color: #612ca8;
}

.bZpaVJ {
  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;
}

.BtUaAsgPsg {
  background: #e6f6ff;
  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;
}

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

.BtUaAsgPsg button:hover {
  background-color: #498db1;
}

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

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

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

.jvsnt .lDfns {
  font-family: 'Playfair Display', cursive;
  font-size: 2rem;
  color: #498db1;
}

.jvsnt .lDfns span {
  color: #612ca8;
}

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

.fHJSbIAJGEt a {
  color: #e6f6ff;
  transition: color 0.3s ease;
}

.fHJSbIAJGEt a:hover {
  color: #498db1;
}

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

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

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

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

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

.wlETpVdZ img:hover {
  opacity: 1;
}

.ScXsOsJaB p {
  margin: 0;
}

.ScXsOsJaB a {
  text-decoration: none;
}

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

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

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

.hIsOlcBFQdMY {
  background: #e6f6ff;
  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);
}

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

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

.hIsOlcBFQdMY button:hover {
  background-color: #498db1;
}

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

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

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

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

.UUTdXpsbqkHm button:hover {
  background-color: #612ca8;
}

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