
/* .top-bar{
  background-color: white;
  box-shadow: 0px 0px 50px rgba(34, 0, 255, 0.3);
  width:100%;
  height:80px;
  position:fixed;
  top:0;
  left:0;
  right:0;
} */
* {
  font-family: Mulish, Arial;
}

* {
  color-scheme: light !important;
  forced-color-adjust: none !important;
  /* Prevents system from overriding colors */
}

html,
body {

  /* overflow-x: hidden !important; */
  max-width: 100% !important;
  flex-wrap: wrap !important;
  position: relative;
  overflow-x: clip;
}

a {
  text-decoration: none;
  /* skida liniju ispod teksta */
  color: inherit;
  /* preuzima boju teksta od roditelja */
}

html,
body {
  background-color: #ffffff !important;
  /* Your fixed background color */
  color: #000000 !important;
  /* Your fixed text color */
  color-scheme: light !important;
}

html {
  color-scheme: light !important;
}

body {
  zoom: inherit;
  width: 100%;
  background-color: white !important;
  min-height: 100%;
  margin: 0;
  display: block;
  /* overflow-x: hidden !important; */
}

img {
  max-width: 100% !important;
  /* Ensures images scale down */
  height: auto;
}

html {
  scroll-behavior: smooth;
  color-scheme: light !important;
  forced-color-adjust: none !important;
  /* lep prelaz pri skrolu */
}

.footer1_1 {
  transition: all 0.8s ease;
  /* tranzicija za efekat */
  transition-delay: 0.3s;
}

.footer1_1.highlight {
  transform: scale(1.1);
  /* box-shadow: 0 0 15px rgba(0, 7, 102, 0.6); */
  color: #02006c;
}

/* .site_wrapper {
  overflow: hidden;
} */
.hero_section {
  background-color: #ffffff00;
  /* background-image:url("images/img1.1.webp"); */
  background-image: url("../images/velika5.webp");
  background-position: center 14vh;
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
  height: 60rem;
  width: 100vw;
  overflow: visible;
}

img {
  vertical-align: middle;
  display: inline-block;
}

.navbar {
  background-color: white;
  max-width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.68rem;
  z-index: 10;
  position: sticky !important;
  /* border-bottom: 2px solid rgb(0, 0, 83);; */
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.26rem rgba(0, 31, 134, 0.5);
  background: transparent;
  backdrop-filter: blur(17px);
  animation: padni 0.7s ease-out forwards;
  width: 100vw;
}

@keyframes padni {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  80% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#responsiveMenuToggleButton {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

#responsiveMenuToggleButton svg {
  height: 2.2rem;
  width: 2.2rem;
  /* border: 1px solid rgb(4, 14, 128); */
  border-radius: 3px;
  color: rgb(1, 8, 90);
  position: absolute;
  top: 1.75rem;
  right: 0.75rem;
}

#responsiveMenuToggleButton .openIcon {
  display: block;
}

#responsiveMenuToggleButton .closeIcon {
  display: none;
}

#responsiveMenuToggleButton.open .openIcon {
  display: none;
}

#responsiveMenuToggleButton.open .closeIcon {
  display: block;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.56rem;
  padding-right: 1.56rem;
  margin-top: 0px;

}

@media screen and (max-width:1199px) {
  #responsiveMenuToggleButton {
    display: block;

    margin-top: 7px;
  }

  .bar {
    flex-direction: column;
  }


}

@media screen and (max-width:630px) {
  #responsiveMenuToggleButton {
    margin-top: 0;
  }

}

@media screen and (max-width:480px) {
  .contact-us1 {
    height: 55px !important;
    margin-left: 0px !important;
  }

}

logo. {
  width: 12rem;
  height: 3.1rem;
  line-height: 21px;
  filter: contrast(130%);

}

/* .bar{
  display: flex;
  vertical-align: center;
  justify-content: space-around;
  flex:1;
}
.bar a{
  font-family: Mulish, Arial;
  font-weight: 600;
}
.reci{
  border:none;
  transform: border-bottom 1s;
}
.reci:hover{
  border-bottom: 2px solid blue;
  border-top: 2px solid blue;
} */

.bar {
  display: flex;
  vertical-align: center;
  justify-content: space-around;
  flex: 1;
}

.bar a {
  font-family: Mulish, Arial;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

.bar a:hover {
  border-bottom: 1px solid rgba(0, 0, 74, 0.639);
  border-top: 1px solid rgba(0, 0, 74, 0.639);
}

/* .bar a:hover {
background-color: rgba(0, 123, 255, 0.1);  blago plavkasta pozadina 
color: #00046d78;
border-radius: 6px;
} */


.contact-us {
  width: 12rem;
  height: 4rem;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  font-family: Mulish, Arial;
  background: rgba(255, 255, 255);
  /* border: 0.125rem solid white; */
  border: none;
  border-radius: 100px;

  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 600;
  transition: 0.5s box-shadow;
  transition: 0.3s color;
  align-items: center;
}

.contact-us::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(to bottom right, rgb(0, 14, 163), rgb(3, 0, 55));
  height: 108%;
  width: 103%;
  border-radius: 100px;
  z-index: -1;


}

.contact-us:hover {
  z-index: 0;
  color: white;
  /* box-shadow:  10px 0 40px rgba(3, 0, 55, 0.422), -10px 0 40px rgba(31, 2, 191, 0.39); */
}

.div-button {
  display: flex;
  vertical-align: center;
}

.bar div {
  display: flex;
  vertical-align: center;
  max-width: 100%;
}

.layout {
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 4rem;
  row-gap: 1.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1143px;
  box-sizing: border-box;

}

.heroparent {
  flex-direction: column;
  justify-content: center;
  /* margin-left: auto;
  margin-right: auto; */
  width: 100%;
  padding-top: 0px;
  padding-bottom: 4.625rem;
  display: flex;
}

.herocontentbox {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
  /* margin-left: 10%;
  margin-right: 10%; */
  padding-top: 0.6rem;
  display: flex;
  width: 50rem;

}

@keyframes appear {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.heroheading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial;
  font-size: 4.9rem;
  font-weight: 900;
  line-height: 5.65rem;
  /* text-shadow: 0 0px 20px rgba(0, 10, 154, 0.329)  ; 
  text-shadow: 
  20px 20px 30px #ffffff,
  
  25px 25px 10px #15008058; */
  /* background: linear-gradient(180deg, hsl(240, 100%, 35%), hsl(225, 100%, 6%)); */
  background: linear-gradient(180deg, hsla(242, 100%, 29%), hsl(0, 0%, 0%));
  background-clip: text;
  color: transparent;

}

.heroheading_sr {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 5.65rem;
  /* text-shadow: 0 0px 20px rgba(0, 10, 154, 0.329)  ; 
  text-shadow: 
  20px 20px 30px #ffffff,
  
  25px 25px 10px #15008058; */
  /* background: linear-gradient(180deg, hsl(240, 100%, 35%), hsl(225, 100%, 6%)); */
  background: linear-gradient(180deg, hsla(242, 100%, 29%), hsl(0, 0%, 0%));
  background-clip: text;
  color: transparent;

}

.tanglineinner {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  /* background-color: #bec4ff23; */
  background: rgba(232, 235, 251, 0.817);
  backdrop-filter: blur(19px);
  border: 0px solid rgba(0, 39, 165, 0.817);
  border-radius: 1.9rem;
  color: rgb(7, 0, 81);
  font-family: Poppins, sans-serif;
  box-shadow: 0 0 0.4rem rgba(0, 31, 134, 0.5);
  opacity: 0;
  animation: sponuj 1.5s ease forwards;
  animation-delay: 0.5s;
}

@keyframes sponuj {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.text-block2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.125rem;
  margin-right: 20px;
}

.rocket-icon {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 1.25rem;
  margin-left: 20px;
}

.heroheading1 {
  animation: appear 0.8s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.heroheading2 {
  animation: appear 0.8s ease-out forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

.heroheading3 {
  opacity: 0;
  animation: appear 0.8s ease-out 0.6s forwards;
}

.ono-dugacko {
  overflow: hidden;
  width: 100%;
  margin-left: 6rem;
  margin-right: 6rem;
  font-family: Poppins, sans-serif !important;
  color: rgb(0, 5, 20);
  /* s */
  padding: 1rem 1rem;
  border-radius: 20px;
  font-weight: 700;
  box-sizing: border-box;
  opacity: 0;


  font-size: 1.5rem;
  font-style: italic;
  display: flex;
  justify-content: center;
}

.menu {
  display: none;
}

.poslednji-red {
  margin-top: 1rem;
  display: flex;
  vertical-align: center;
  justify-items: center;
}

.contact-us1 {
  width: 11.25rem;
  height: 4rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 5px;
  font-family: Roboto, Arial;
  background: linear-gradient(180deg, rgb(3, 3, 120), rgb(4, 1, 67));
  /* border: 0.125rem solid white; */
  border: none;
  border-radius: 30px;
  transition: 0.2s box-shadow;
  opacity: 0;
  transition: 0.15s box-shadow;
  margin-left: 1rem;
}

.ono-dugacko {
  opacity: 0;
  transform: translateY(30px);
  /* Start slightly below */
  transition: opacity 0.8s ease-out, transform 0.9s ease-out;

}

.ono-dugacko.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.contact-us1 {
  opacity: 0;
  transform: translateY(30px);
  /* Start slightly below */
  transition: opacity 0.8s ease-out, transform 0.9s ease-out;

}

.contact-us1.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.contact-us1:hover {
  transform: scale(110%);
  box-shadow: 0.1875rem 1rem 1.25rem rgba(16, 0, 139, 0.3);
}

.logo1 {
  width: 9rem;
  height: 2.5rem;
  /*width: 12rem;
  height: 3rem;*/
  line-height: 21px;
  filter: contrast(130%);
  margin-top: 0.6rem;
  display: none;
}


/* .menu{
    margin-top:auto;
    margin-bottom: auto;
    margin-left:0.3rem;
    width:0.5rem;
    height:0.5rem;
  } */
/* @media(max-width:767px){
  .bar{
    display: none;
  }
}


@media(min-width:768px) and (max-width:992px){
  .bar{
    display: none;
  }
  
  .menu{
    margin-top:auto;
    margin-bottom: auto;
    margin-left:0.3rem;
    width:0.5rem;
    height:0.5rem;
  }
  .hero_section{
    background-size: contain;
  }
  .herocontentbox p{
    font-size: 10vw;
  }
  .hero_section{
    background-size: 150%;
    background-position: 60% 50%;
  }
} */
@media screen and (max-width: 479px) {

  .hero_section {
    height: auto;
    padding: 0;
    background-position: center 16vh;
  }

  .contact-us1 {
    border-radius: 30px;
    width: auto;
    min-width: 152px;
    padding-left: 15px;
    padding-right: 14px;
    font-size: 18px;
  }

  .logo {
    max-width: 150px;
    height: 35px;
  }

  .logo1 {
    max-width: 150px;
    height: 35px;
  }

  .text-block2 {
    text-align: left;
    border-radius: 50px;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
  }

  /* .ono-dugacko {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 19px;
    overflow-wrap: break-word;
  } */
  .layout {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heroheading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px !important;
    line-height: 25px !important;
    display: block;

  }
  .heroheading_sr {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px !important;
    line-height: 25px !important;
    display: block;

  }

  .herocontentbox {
    padding-top: 23px !important;
  }

  .ono-dugacko {
    padding-top: 0px;
  }


}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }

  .logo {
    width: auto;
    line-height: 21px;
  }

  .hero_section {
    height: auto;
    padding: 0;
  }

  .layout {
    padding-left: 20px;
    padding-right: 20px;
  }


  .text-block2 {
    align-self: center;
    margin-left: 0;
    font-size: 12px;
    line-height: 38px;
  }

  .heroheading {
    font-size: 40px;
    line-height: 49px;
  }
  .heroheading_sr {
    font-size: 40px;
    line-height: 49px;
  }
  .layout {
    row-gap: 0;
  }

  .ono-dugacko p {
    width: 450px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;

    word-wrap: break-word;

  }
}

@media screen and (max-width: 991px) {

  .hero_section {
    height: auto;
    padding: 0;
  }

  .heroheading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 50px;
  }
  .heroheading_sr {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .ono-dugacko {
    width: 700px;
    font-size: 2.2vw;
    font-weight: 550;

  }

  .navbar {
    position: sticky !important;
  }

  .hero_section {
    padding-top: 0px;
  }

  .herocontentbox {
    padding-top: 40px;
  }

  .herocontentbox {
    padding-top: 20px;
  }


}

@media screen and (min-width:631px) and (max-width:766px) {

  /* .hero_section{
    padding-top: 100px;
  } */
  .herocontentbox {
    padding-top: 20px
  }
}

@media screen and (max-width:1200px) {
  .bar {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .contact-us {
    display: none;
  }

  .nav-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }

  .logo {
    margin-left: 10px;
  }

  .bar {
    padding-top: 20px;
  }

  .bar.open {
    display: block;

  }

  .bar a {
    color: rgb(255, 255, 255);
    width: 100%;
    flex-direction: column;
    padding: 1rem;
    background-color: rgb(8, 0, 53);
  }

}

@media screen and (max-width:630px) {
  .ono-dugacko {
    max-width: 390px;
    font-size: 1rem;
    margin: 10px 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us {
    display: none;
  }

  .navbar {
    background-color: white;
  }

}

@media screen and (max-width:380px) {
  .ono-dugacko {
    max-width: 350px;
    font-size: 1rem;
    margin: 10px 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    overflow-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_section {
    background-position: center 20vh;
  }

  .herocontentbox {
    padding-top: 7px;
  }

  .heroheading {
    font-size: 40px;
  }
  .heroheading_sr {
    font-size: 36px;
  }

}


.container {

  /* display: grid;
  grid-template-columns: 18vw 1fr;
  
  grid-column-gap: 5vw;
  /* justify-content: flex-end;
  align-items: flex-start; 
  padding-left: 0;
  padding-right: 0;
  display: grid;
  background-color: #26262a;
  box-shadow: 0 -8px 50px #6d58f7; 
  color:white;
  font-family: Poppins, sans-serif; */
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  color: black;
  font-family: Poppins, sans-serif;

}

@media screen and (max-width:1154px) {}

.new_footer {
  background-color: #e3e3e3b7;
  padding-top: 88px;
  padding-bottom: 88px;
  position: relative;
}

.container2 {
  grid-column-gap: 3vw;
  grid-row-gap: 7vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  display: grid;
}

@media screen and (max-width:991px) {
  .container2 {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    padding-left: 7vw;
    padding-right: 10vw;
    padding-right: 10px;
    max-width: 721px;
    column-gap: 30px;
  }
}

@media screen and (max-width:479px) {
  .container2 {
    grid-column-gap: 22px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr 1fr;
    margin-left: 30px;
    margin-top: 30px;
  }

  .container {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    margin-bottom: 20px;
    /* flex-flow: column;
    grid-column-gap: 7vw; */
  }
}

@media screen and (max-width:600px) {
  .logo-footer {
    width: 170px !important;
  }
}

@media screen and (max-width:750px) {
  .container2 {
    grid-template-columns: 1fr;
  }

  .container {
    column-gap: 60px;
  }
}


.second-section {

  /* background:rgb(255, 255, 255) url("images/drugafejdslika.webp"); */
  background-position: -40% 20%;
  /*  background-image: url(images/image3.webp);*/
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  margin-bottom: 0;
  padding-bottom: 180px;
  /* box-shadow: 0 -8px 50px #523fd7 inset; */
}

.prelaz {
  height: 130px;
  background: linear-gradient(180deg, white, black);
  display: none;
}

.naslov {
  font-size: 100px;
  text-align: center;
  color: white;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  display: none;
}

.tri {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap:10vw;  */
  grid-column-gap: 1.5vw;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  padding: 30px 20px;
  /* box-shadow: 0 0px 60px #523fd7 inset; */
  border-radius: 30px;

}

.box1 {
  border-radius: 16px;
  padding: 64px 32px 8px;
  text-decoration: none;
  height: auto !important;
  font-family: Poppins, sans-serif;

  /* background: rgba(45, 38, 123, 0.436) url("images/fejd-odozgo.webp"); */
  background-image: url(../images/mala4.png);
  background-size: cover;

  color: white;
}

.box1-1 {
  opacity: 0;
  transform: translateX(-30px);
  /* Start slightly below */
  transition: opacity 0.8s ease-out, transform 0.9s ease-out;
  text-align: center;

}


/* Class added when element is in view */
.box1-1.scrolled {
  opacity: 1;
  transform: translateX(0);
}


.box1-2 {
  opacity: 0;
  transform: translateY(-30px);
  /* Start slightly below */
  transition: opacity 0.8s ease-out, transform 0.9s ease-out;

}

.box1-2.scrolled {
  opacity: 1;
  transform: translateY(0);
}


.box1-3.scrolled {
  opacity: 1;
  transform: translateX(0);
}


.box1-3 {
  opacity: 0;
  transform: translateX(30px);
  /* Start slightly below */
  transition: opacity 0.8s ease-out, transform 0.9s ease-out;
}

.slicica {
  margin-bottom: 40px;
}

.text1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.text2 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.text3 {
  color: #eef3f9;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.text3-1 {
  margin-bottom: 30px;
}

.text4 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text5 {
  color: #eef6ff;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.box2 {
  border-radius: 16px;
  padding: 64px 32px 8px;
  text-decoration: none;
  height: auto;
  color: rgb(255, 255, 255);
  font-family: Poppins, sans-serif;
  /* background: rgb(179, 168, 219) url("images/fejd-odozgo.webp"); */

  /* background: rgba(45, 38, 123, 0.436) url("images/pozadinazamale.webp"); */
  background-image: url(mala1.jpg);

  background-size: cover;
  /* box-shadow: 0 -2px 20px #523fd7   ; */

}

.key-frames {

  padding: 10px 10px;
  border-radius: 0px;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  max-width: 900px;
  margin-right: auto;
  margin-top: 60px;
  margin-left: auto;

  box-shadow: none;

  /* Transition for smooth fade-in */
  transition: box-shadow 1s ease-in-out;

}

.key-frames.active {
  box-shadow: 0 0 10px rgba(0, 0, 75, 0.452);
}

.dva_holder {
  margin-top: 100px !important;
}

.kf-naslovveliki {
  opacity: 0;
  text-align: center;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
  background: linear-gradient(180deg, hsla(242, 100%, 29%), hsl(0, 0%, 0%));
  background-clip: text;
  color: transparent;
  font-size: 50px;
  font-weight: 700;
}

.kf-naslovveliki.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1 {
  border: 3px solid rgb(163, 163, 163);
  padding: 25px 15px 15px;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.267); */
  transform: translateY(20px);
  background-color: white;
}

.kf-img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.kf-naslov {
  font-size: 25px;
  color: rgb(0, 0, 112);
  font-weight: 700;
  margin-bottom: 10px;
}

.kf-text {
  color: rgb(92, 92, 92);
}

.kf1-2 {
  opacity: 0;
  transform: translateY(20px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;


}

.kf1-2.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1-3 {
  opacity: 0;
  transform: translateY(20px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;


}

.kf1-3.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1-6 {
  opacity: 0;
  transform: translateY(40px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.2s;

}

.kf1-6.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1-7 {
  opacity: 0;
  transform: translateY(40px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.2s;

}

.kf1-7.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1-1 {
  opacity: 0;
  transform: translateY(20px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.4s;

}

.kf1-1.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1-4 {
  opacity: 0;
  transform: translateY(20px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.4s;

}

.kf1-4.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1-5 {
  opacity: 0;
  transform: translateY(40px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.5s;

}

.kf1-5.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.kf1-8 {
  opacity: 0;
  transform: translateY(40px);
  /* Start slightly below */
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.5s;

}

.kf1-8.scrolled {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:773px) {
  .key-frames {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .kf1 {
    max-width: 180px;
  }

  .kf1-1,
  .kf1-2,
  .kf1-3,
  .kf1-4,
  .kf1-5,
  .kf1-6,
  .kf1-7,
  .kf1-8 {
    transition: opacity 0.6s ease-out, transform 0.8s ease-out;
  }

  .kf1-1 {
    transform: translateY(20px);
    transition-delay: 0s;
  }

  .kf1-2 {
    transform: translateY(20px);
    transition-delay: 0.15s;
  }

  .kf1-3 {
    transform: translateY(20px);
    transition-delay: 0.3s;
  }

  .kf1-4 {
    transform: translateY(20px);
    transition-delay: 0.45s;
  }

  .kf1-5 {
    transform: translateY(20px);
    transition-delay: 0.6s;
  }

  .kf1-6 {
    transform: translateY(20px);
    transition-delay: 0.75s;
  }

  .kf1-7 {
    transform: translateY(20px);
    transition-delay: 0.9s;
  }

  .kf1-8 {
    transform: translateY(20px);
    transition-delay: 1.1s;
  }
}

@media screen and (max-width:630px) {
  .key-frames {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }

  .kf1-1 {
    transform: translateX(-15px);
    transition-delay: 0s;
  }

  .kf1-3 {
    transform: translateX(-15px);
    transition-delay: 0.25s;
  }

  .kf1-5 {
    transform: translateX(-15px);
    transition-delay: 0.5s;
  }

  .kf1-7 {
    transform: translateX(-15px);
    transition-delay: 0.75s;
  }

  .kf1-2 {
    transform: translateX(15px);
    transition-delay: 0s;
  }

  .kf1-4 {
    transform: translateX(15px);
    transition-delay: 0.25s;
  }

  .kf1-6 {
    transform: translateX(15px);
    transition-delay: 0.5s;
  }

  .kf1-8 {
    transform: translateX(15px);
    transition-delay: 0.75s;
  }
}

@media screen and (max-width:470px) {
  .key-frames {
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 450px;
    column-gap: 10px;
  }

  .kf1 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:410px) {
  .key-frames {
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 450px;

  }

  .kf-naslov {
    font-size: 20px;
  }

  .kf-naslovveliki {
    /* background: linear-gradient(180deg, rgb(255, 255, 255), hsl(0, 1%, 85%));
background-clip: text;
color:transparent; */
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    /* text-shadow: 0 0 10px #ffffff; */
  }
}


.logo-footer {
  width: 190px;
  height: auto;
}

@media screen and (max-width:920px) {
  .logo-footer {
    width: 210px;
  }

}

@media screen and (max-width:476px) {
  .logo-footer {
    width: 200px;
  }

}

.box3-1,
.box3-2,
.box3-3 {
  /* color: #fff;
  text-align: center;
  /* background-image: linear-gradient(241deg, #090047, #1a00c4cc); 
  border-image: linear-gradient(241deg,#523fd7,#7c6de0);
  border-radius: 26px;
  padding: 49px 24px 50px;
  box-shadow: 0 -8px 40px #1700ac;
  */
  color: #fff;
  text-align: center;
  vertical-align: center;
  /* box-shadow: 0 0 10px rgb(0, 0, 19); */

  /* background-image: linear-gradient(241deg, #10007b, #050022); */
  background-image: url(../images/mala4.png);
  border-radius: 26px;
  padding: 49px 24px 50px;
  /* box-shadow: 0 -5px 50px #0c005a; */
}

.box3-4-1 {
  align-self: center;
  text-align: center;
  background-image: linear-gradient(#110081, #020012);
  height: 81px;
  border-radius: 90px;
  width: 214px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

.box3-4 {
  align-self: center;
  text-align: center;
}

/* .box3.active {
  animation: fadeUp 0.6s ease-out forwards;
}
.box3:nth-child(1) { animation-delay: 0.1s; }
.box3:nth-child(2) { animation-delay: 0.3s; }
.box3:nth-child(3) { animation-delay: 0.5s; }
.box3:nth-child(4) { animation-delay: 0.7s; }
.box3{
  opacity: 0;
  transform: translateY(40px);
} */


.box3-1,
.box3-2,
.box3-3,
.box3-4 {
  opacity: 0;
  transform: translateY(40px);
  /* Start slightly below */
  transition: opacity 0.5s ease-out, transform 0.6s ease-out;

}

.box3:nth-child(1) {
  transition-delay: 0.1s;
}

.box3:nth-child(2) {
  transition-delay: 0.2s;
}

.box3:nth-child(3) {
  transition-delay: 0.4s;
}

.box3:nth-child(4) {
  transition-delay: 0.6s;
}

.box3-1.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.box3-2.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.box3-3.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.box3-4.scrolled {
  opacity: 1;
  transform: translateY(0);
}


.footer-svg {
  margin-top: 5px;
}

.dugme {
  width: 205px;
  text-align: center;
  background: linear-gradient(141deg, #0e0067, #020012);
  height: 75px;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50px;
  border: none;
  transition: 0.3s color;
}

.dugme:hover {
  background: white;
  color: rgb(4, 0, 78);
  box-shadow: 0 8px 20px rgb(12, 0, 71);
}


.box2,
.box1 {
  height: 500px;
}

.dva_holder {
  margin: auto;
  max-width: 1140px;

}

.dva {
  grid-column-gap: 1.5vw;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-bottom: 150px;
  margin-left: 27px;
  margin-right: 27px;
  display: grid;

  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px;
  /* box-shadow: 0 -8px 50px #523fd7 inset; */

}

.cetiri {
  grid-column-gap: 1.52vw;
  grid-row-gap: 24px;
  text-align: center;
  font-family: Poppins, sans-serif;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin: auto;
  display: grid;
}

.text1-1 {
  margin-bottom: 40px;
  font-size: large;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.text2-2 {
  margin-bottom: 20px;
  color: rgb(247, 246, 254);
}

.div-sa-tackama {
  text-align: start;
  font-size: 14.5px;
  margin-left: 8px;
}

.naslovi {
  text-align: center;
  background: linear-gradient(180deg, rgb(3, 0, 94), hsl(0, 0%, 0%));
  background-clip: text;
  color: transparent;
  font-size: 70px;
  font-weight: 700;
  text-shadow: 0 0px 20px rgba(0, 10, 154, 0.329);

}

.one {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #020031;
}

.one:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #020031;
}

.naslovi {
  opacity: 0;
  transform: translateY(20px);
  /* Start slightly below */
  transition: opacity 0.5s ease-out, transform 0.6s ease-out;

}

.naslovi.scrolled {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:410px) {
  .naslovi {
    font-size: 35px;
    text-shadow:
      5px 5px 10px #ffffff43,

      5px 5px 10px #150080a8;
    font-weight: 800;
    margin-top: 60px;
  }

  .kf-naslovveliki {
    text-shadow:
      5px 5px 10px #ffffff43,

      5px 5px 10px #150080a8;
  }
}

@media screen and (max-width:976px) {
  .second-section {
    background-position: 0 0;
  }
}

@media screen and (max-width:1108px) {
  .cetiri {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width:600px) and (max-width: 900px) {
  .naslovi {
    font-size: 40px;
  }

}

@media screen and (max-width:600px) {
  .naslovi {
    font-size: 30px;
    text-shadow:
      5px 5px 10px #ffffff43,

      5px 5px 10px #150080a8;
    font-weight: 800;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1050px) {
  .tri {
    margin: 0px 5vw;
    margin-bottom: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .box1-1.scrolled {
    opacity: 1;
    transform: translateY(0);
  }

  .box1-1 {
    opacity: 0;
    transform: translateY(30px);
    /* Start slightly below */
    transition: opacity 0.8s ease-out, transform 0.9s ease-out;
    transition-delay: 0.1s;
  }


  .box1-2 {
    opacity: 0;

    transform: translateY(30px);
    /* Start slightly below */
    transition: opacity 0.8s ease-out, transform 0.9s ease-out;
    transition-delay: 0.3s;
  }

  .box1-2.scrolled {
    opacity: 1;
    transform: translateY(0);
  }


  .box1-3.scrolled {
    opacity: 1;
    transform: translateY(0);
  }


  .box1-3 {
    opacity: 0;

    transform: translateY(30px);
    /* Start slightly below */
    transition: opacity 0.8s ease-out, transform 0.9s ease-out;
    transition-delay: 0.5s;
  }

}

@media screen and (max-width:820px) {
  .cetiri {
    grid-template-columns: 1fr 1fr;
    margin-left: 3vw;
    column-gap: 3vw;
    margin-right: 3vw;
  }

  .dva {
    padding: 0;
  }
}

@media screen and (max-width:800px) {
  .dva {
    grid-template-columns: 1fr;
    margin-bottom: 25px;

  }

  .tri {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
    padding: 0;
  }
}

@media screen and (max-width:420px) {
  .second-section {
    background-position: 65%;
    padding-bottom: 70px;

  }


}

@media screen and (max-width:525px) and (min-width:389px) {
  .cetiri {
    grid-template-columns: 1fr;
    margin: 0px 10vw;
  }
}

@media screen and (max-width:388px) {
  .cetiri {
    grid-template-columns: 1fr;
  }

  .tri {
    grid-template-columns: 1fr;
    margin: 0px 10px;
    margin-bottom: 25px;
  }

  .dva {
    grid-template-columns: 1fr;
    margin: 0px 10px;
    margin-bottom: 25px;
  }
}

button:focus {
  outline: none !important;
}

/* If it's an anchor tag styled as a button */
a:focus {
  outline: none !important;
}

/* For mobile Safari/iOS tap highlight */
button {
  -webkit-tap-highlight-color: transparent;
}

.footer1 {
  color: #0e0067;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 8px;
}

/* .footer2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  color: rgb(108, 107, 107);
} */
.footer2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  color: rgb(108, 107, 107);
}

.footer2:hover {
  color: #535353;
  text-decoration: underline;
}

.logos-section {
  padding: 4rem 1rem;
  background: #f8f9fa;
}

.logos-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  grid-auto-rows: 1fr;
}

.logo-item {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.logo-item.active {
  animation: fadeUp 0.6s ease-out forwards;
}

@media screen and (max-width:480px) {
  .svg {
    width: 16px !important;
    height: 20px !important;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .logos-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .nepotrebni {
    display: none;
  }


}

/* Animation delays */
.logo-item:nth-child(1) {
  animation-delay: 0.1s;
}

.logo-item:nth-child(2) {
  animation-delay: 0.3s;
}

.logo-item:nth-child(3) {
  animation-delay: 0.5s;
}

.logo-item:nth-child(4) {
  animation-delay: 0.7s;
}

.logo-item:nth-child(6) {
  animation-delay: 0.9s;
}

.logo-item:nth-child(7) {
  animation-delay: 1.1s;
}



.js-scroll {
  opacity: 0;
  transform: translateY(20px);
  /* Start slightly below */
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
  text-align: center;

}


/* Class added when element is in view */
.js-scroll.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.container-21.new {
  align-items: center;
  margin-top: 30px;
}

.container-21 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;

  max-width: 1215px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tt-picture {
  width: 20px;
  height: auto;
}

.x-picture {
  width: 28px;
  height: 28px;
}

.text-block-39 {
  color: #8b949e;
  /* color:#0e0067; */
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.social_net {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.link-block-2 {
  border: 1px solid #ffffff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.w-inline-block {
  max-width: 100%;
  background-color: #0e0067;
}

.w-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.linkedin-logo {
  text-decoration: none;
  color: rgb(108, 107, 107);
}

@media screen and (max-width: 410px) {
  .fade-element {
    font-size: 25px;
  }

}

@media screen and (max-width:990px) {
  .w-container {
    max-width: 630px;
    margin-top: 50px !important;

  }

  :root,
  body,
  html,
  header,
  footer,
  div,
  section,
  article,
  button,
  input,
  textarea,
  a,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color-scheme: light !important;
  }
}

@media screen and (max-width:700px) {
  .w-container {
    margin-left: 30px;
    margin-right: 30px;
  }

}

@media screen and (max-width:554px) {
  .container-21 {
    flex-direction: column;
    gap: 30px;
    justify-content: start;
    align-self: flex-start;
  }

  .social_net {
    align-self: flex-start;
  }

}

@media screen and (max-width:656px) {
  .openIcon {
    padding-top: 5px;
  }
}

:root {
  color-scheme: light !important;
  /* Forces light mode rendering */
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff;
    color: #000000;
  }

  /* Add other elements you want to keep light */
}



        /* Reset and Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Mulish, Arial;
        }

        html,
        body {
            background-color: #ffffff !important;
            color: #000000 !important;
            color-scheme: light !important;
            overflow-x: hidden;
            max-width: 100% !important;
        }

        /* Navbar Styles */
        .navbar {
            background-color: white;
            max-width: 100%;
            padding-top: 1.25rem;
            padding-bottom: 1.68rem;
            z-index: 10;
            position: sticky !important;
            top: 0;
            left: 0;
            right: 0;
            box-shadow: 0 0 1.26rem rgba(0, 31, 134, 0.5);
            background: transparent;
            backdrop-filter: blur(17px);
            animation: padni 0.7s ease-out forwards;
            width: 100vw;
        }

        @keyframes padni {
            0% {
                opacity: 0;
                transform: translateY(-100px);
            }

            80% {
                opacity: 0.6;
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-left: 1.56rem;
            padding-right: 1.56rem;
            margin-top: 0px;
        }


        .logo {
            width: 9rem;
            height: 2.5rem;
            /*width: 12rem;
            height: 3rem;*/
            line-height: 21px;
            filter: contrast(130%);
        }

        .bar {
            display: flex;
            vertical-align: center;
            justify-content: space-around;
            flex: 1;
        }

        .bar a {
            font-family: Mulish, Arial;
            font-weight: 600;
            text-decoration: none;
            color: #000;
            padding: 0.5rem 1rem;
            transition: all 0.3s;
        }

        .bar a:hover {
            border-bottom: 1px solid rgba(0, 0, 74, 0.639);
            border-top: 1px solid rgba(0, 0, 74, 0.639);
        }

        .bar div {
            display: flex;
            vertical-align: center;
            max-width: 100%;
        }

        a {
            text-decoration: none;
            /* skida liniju ispod teksta */
            color: inherit;
            /* preuzima boju teksta od roditelja */
        }

        .fufi {
            transition: all 0.8s ease;
            /* tranzicija za efekat */
        }

        .fufi.highlight {
            transform: scale(1.03);
            /* box-shadow: 0 0 15px rgba(0, 7, 102, 0.6); */
            color: #02006c;
        }

        .contact-us {
            width: 12rem;
            height: 4rem;
            color: black;
            font-size: 1rem;
            font-weight: 500;
            font-family: Mulish, Arial;
            background: rgba(255, 255, 255);
            border: none;
            border-radius: 100px;
            position: relative;
            display: flex;
            justify-content: center;
            font-weight: 600;
            transition: 0.5s box-shadow;
            transition: 0.2s color;
            align-items: center;
            cursor: pointer;
        }

        .contact-us::after {
            content: '';
            position: absolute;
            background-image: linear-gradient(to bottom right, rgb(0, 14, 163), rgb(3, 0, 55));
            height: 108%;
            width: 103%;
            border-radius: 100px;
            z-index: -1;
        }

        .contact-us:hover {
            z-index: 0;
            color: white;
        }

        /* Hero Section for Services */
        .services-hero {
            background-color: #ffffff;
            background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
            /* background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80'); */
            background-position: center;
            background-size: cover;
            position: relative;
            height: 40rem;
            width: 100vw;
            overflow: visible;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .services-hero-content {
            text-align: center;
            max-width: 800px;
            padding: 2rem;
        }

        .services-hero h1 {
            font-family: Outfit, Arial;
            font-size: 3.5rem;
            font-weight: 900;
            line-height: 4rem;
            background: linear-gradient(180deg, hsla(242, 100%, 29%), hsl(0, 0%, 0%));
            background-clip: text;
            color: transparent;
            margin-bottom: 1.5rem;
        }


        .services-hero p {
            font-size: 1.25rem;
            color: #333;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .hero-cta {
            margin-top: 2rem;
        }

        .btn {
            display: inline-block;
            padding: 0.8rem 1.5rem;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            margin: 0 0.5rem;
            transition: all 0.3s;
        }

        .btn-primary {
            background: #0b63ff;
            color: #fff;
        }

        .btn-outline {
            border: 1px solid #ddd;
            color: #222;
            background: transparent;
        }

        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* Section Styles */
        .section {
            padding: 4rem 2rem;
        }

        .container {
            max-width: 1080px;
            margin: 0 auto;
        }

        .section-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: center;
        }

        .section h2 {
            font-family: Outfit, Arial;
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(180deg, hsla(242, 100%, 29%), hsl(0, 0%, 0%));
            background-clip: text;
            color: transparent;
            margin-bottom: 1.5rem;
        }

        .section p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #333;
            margin-bottom: 1rem;
        }

        .bullet-list {
            list-style-type: none;
            margin: 1.5rem 0;
        }

        .bullet-list li {
            padding: 0.5rem 0;
            color: #444;
            position: relative;
            padding-left: 1.5rem;
        }

        .bullet-list li:before {
            content: "•";
            color: #0e0067;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .figure {
            margin: 1rem 0;
        }

        .figure img {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
        }

        .figure figcaption {
            text-align: center;
            font-style: italic;
            color: #666;
            margin-top: 0.5rem;
        }

        /* Approach Section */
        .section--light {
            background: #fafafa;
        }

        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .feature {
            background: white;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
        }

        .feature h3 {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            color: #0e0067;
        }

        /* Use Cases Section */
        .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
            transition: transform 0.3s;
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .card-body {
            padding: 1.5rem;
        }

        .card h3 {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            color: #0e0067;
        }

        /* Why Section */
        .section--accent {
            background: #f4fbff;
        }

        .cta-row {
            margin-top: 2rem;
        }

        /* Final CTA */
        .text-center {
            text-align: center;
        }

        .promo {
            max-width: 800px;
            margin: 0 auto;
        }

        .promo h2 {
            margin-bottom: 1rem;
        }

        .promo .lead {
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        .btn-hero {
            background: #0b63ff;
            color: #fff;
            padding: 1rem 2rem;
            border-radius: 10px;
            font-size: 1.1rem;
        }

        .tt-picture {
            width: 20px;
            height: auto;
        }

        .meeting-slika {
            animation: levitate 5s ease-in-out infinite;

        }


        .footer1_1 {
            transition: all 0.8s ease;
            /* tranzicija za efekat */
            transition-delay: 0.3s;
        }

        .footer1_1.highlight {
            transform: scale(1.03);
            /* box-shadow: 0 0 15px rgba(0, 7, 102, 0.6); */
            color: #02006c;
        }

        @keyframes levitate {

            0%,
            100% {
                transform: translateY(0);

            }

            50% {
                transform: translateY(-10px);
            }
        }

        /* Footer */
        .new_footer {
            background-color: #e3e3e3b7;
            padding-top: 88px;
            padding-bottom: 88px;
            position: relative;
        }

        .footer-container {
            grid-column-gap: 72px;
            grid-row-gap: 72px;
            justify-content: flex-start;
            align-items: flex-start;
            padding-left: 0;
            padding-right: 0;
            display: flex;
            margin-left: auto;
            margin-right: auto;
            max-width: 840px;
            color: black;
            font-family: Poppins, sans-serif;
        }

        .footer-container2 {
            grid-column-gap: 3vw;
            grid-row-gap: 7vh;
            grid-template-rows: auto;
            grid-template-columns: 1fr 1fr;
            grid-auto-columns: 1fr;
            max-width: 450px;
            display: grid;
        }

        .logo-footer {
            width: 190px;
            height: auto;
        }

        .footer1 {
            color: #0e0067;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 20px;
            margin-top: 8px;
        }

        /* .footer2 {
            margin-bottom: 10px;
            font-weight: 700;
            font-size: 17px;
            color: rgb(108, 107, 107);
        } */
        .footer2 {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
            font-weight: 700;
            font-size: 17px;
            color: rgb(108, 107, 107);
        }

        .footer2:hover {
            color: #535353;
            text-decoration: underline;
        }

        .footer-svg {
            margin-top: 5px;
        }

        .x-picture {
            width: 28px;
            height: 28px;
        }

        #responsiveMenuToggleButton {
            background-color: transparent;
            border: 0;
            cursor: pointer;
            display: none;
            position: absolute;
            top: 0;
            right: 0;
        }

        #responsiveMenuToggleButton svg {
            height: 2.2rem;
            width: 2.2rem;
            /* border: 1px solid rgb(4, 14, 128); */
            border-radius: 3px;
            color: rgb(1, 8, 90);
            position: absolute;
            top: 1.75rem;
            right: 0.75rem;
        }

        #responsiveMenuToggleButton .openIcon {
            display: block;
        }

        #responsiveMenuToggleButton .closeIcon {
            display: none;
        }

        #responsiveMenuToggleButton.open .openIcon {
            display: none;
        }

        #responsiveMenuToggleButton.open .closeIcon {
            display: block;
        }


        .social_net {
            grid-column-gap: 12px;
            grid-row-gap: 12px;
            display: flex;
        }

        .link-block-2 {
            border: 1px solid #ffffff;
            border-radius: 100%;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            display: flex;
            background-color: #0e0067;
        }

        .text-block-39 {
            color: #8b949e;
            margin-left: auto;
            font-family: Poppins, sans-serif;
            font-size: 13px;
        }

        .x-picture {
            width: 28px;
            height: 28px;
        }

        .w-container {
            max-width: 900px !important;
            margin-left: auto;
            margin-right: auto;
        }

        .container-21 {
            max-width: 900px;
            margin-left: 90px;
            margin-right: 0px;
            grid-column-gap: 72px;
            grid-row-gap: 72px;
            max-width: 1215px;
            padding-left: 0;
            padding-right: 0;
            display: flex;
            align-items: center;
            margin-top: 30px;
        }

        /* Responsive Styles */
        @media screen and (max-width: 1199px) {
            .bar {
                display: none;
                flex-direction: column;
                width: 100%;
            }

            .contact-us {
                display: none;
            }

            .nav-container {
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
                padding: 0;
                padding-top: 10px;
            }

            .logo {
                margin-left: 10px;
            }

            .bar.open {
                display: block;
            }

            .bar a {
                color: rgb(255, 255, 255);
                width: 100%;
                flex-direction: column;
                padding: 1rem;
                background-color: rgb(8, 0, 53);
            }
        }

        @media screen and (max-width:496px) {
            .btn2 {
                margin-top: 20px;

            }

            .services-hero {
                padding-top: 80px;
            }
        }

        @media screen and (max-width: 991px) {
            .services-hero h1 {
                font-size: 2.5rem;
                line-height: 3rem;
            }

            .section-inner {
                grid-template-columns: 1fr;
            }

            .footer-container {
                padding-left: 7vw;
                padding-right: 10vw;
                padding-right: 10px;
                max-width: 721px;
                column-gap: 30px;
            }
        }

        @media screen and (max-width:800px) {
            .footer-container2 {
                grid-template-columns: 1fr;
            }
        }

        @media screen and (max-width: 767px) {
            .services-hero {
                height: 30rem;
            }

            .services-hero h1 {
                font-size: 2rem;
                line-height: 2.5rem;
            }

            .services-hero p {
                font-size: 1rem;
            }

            .section h2 {
                font-size: 2rem;
            }

            .features,
            .cards {
                grid-template-columns: 1fr;
            }

            .container-21 {
                flex-direction: column;
                gap: 30px;
                justify-content: start;
                align-self: flex-start;
            }

            .social_net {
                align-self: flex-start;
            }
        }

        @media screen and (max-width: 479px) {
            .services-hero {
                height: 25rem;
            }

            .services-hero h1 {
                font-size: 1.8rem;
                line-height: 2.2rem;
            }

            .section {
                padding: 3rem 1rem;
            }

            .footer-container2 {
                grid-column-gap: 22px;
                grid-row-gap: 45px;
                grid-template-columns: 1fr;
                margin-left: 30px;
                margin-top: 30px;
            }

            .footer-container {
                grid-column-gap: 27px;
                grid-row-gap: 27px;
                flex-flow: column;
                margin-bottom: 20px;
            }
        }

        @media screen and (max-width:1199px) {
            #responsiveMenuToggleButton {
                display: block;

                margin-top: 7px;
            }

            .bar {
                flex-direction: column;
            }

            @media screen and (max-width: 700px) {
                .w-container {
                    margin-left: 30px;
                    margin-right: 30px;
                }
            }

            @media screen and (max-width: 750px) {
                .container2 {
                    grid-template-columns: 1fr;
                }
            }

            /* .bar.open{
        display: block;
        
      } */


        }

        @media screen and (max-width:630px) {
            #responsiveMenuToggleButton {
                margin-top: 0;
            }

        }





