@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: montserratlight;
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
}
@font-face {
    font-family: montserratbold;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: hauora;
    src: url(../fonts/hauoraSans/Hauora-Regular.woff);
}
@font-face {
  font-family: lexend;
  src: url(../fonts/Lexend/LexendZetta-Light.ttf);
}
@font-face {
  font-family: mrs_saint;
  src: url(../fonts/Mrs_Saint_Delafield/MrsSaintDelafield-Regular.ttf);
}


/** ======= Basic =======**/
:root {
  /* --white: #eff7ff; */
  --white: white;
  --lightBlue1: #98D7FF;
  --lightBlue2: #79CBFD;
  --darkBlue1: #2e3892;
  --darkBlue2: #2B3590;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--white);
}
::-webkit-scrollbar-thumb {
  background: var(--lightBlue2);
  transition: .4s;
  background: linear-gradient(45deg, 
    transparent 0%, 
    transparent 10%, 
    var(--lightBlue2) 10%, 
    var(--lightBlue2) 90%, 
    transparent 90%, 
    transparent 100%
  );
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




body, html {
  overflow-x: hidden;
  font-family: hauora;
  scroll-behavior: smooth;
}
ul,
ol,
a {
  text-decoration: none;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
h1, h2, h4, h5, h6 {
  font-family: montserratbold;
  /* color: #010b68; */
  /* color: #007bff; */

  text-wrap: balance;
}
h1 {
  font-size: clamp(1.8rem, 0.4043rem + 3.5783vw, 3rem);
      background: linear-gradient(to left, rgb(18, 173, 221), rgb(3, 3, 146), rgb(5, 5, 82));
    -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h2 {
  font-size: clamp(1.3rem, 0.4043rem + 2.4783vw, 2rem);
    background: linear-gradient(to left, rgb(18, 173, 221), rgb(3, 3, 146), rgb(5, 5, 82));
    -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h3 {
  font-size: clamp(.89rem, 0.4043rem + 1.3783vw, 1.4rem);
}
p {
  font-size: clamp(0.79rem, 0.5043rem + 0.5783vw, 1rem);
}
h3 {
  text-wrap: balance;
  color: #0a1787;
}
.header3 {
  text-transform: uppercase;
  font-family: montserratlight;
  font-size: 14px;
  letter-spacing: 8px;
  color: rgb(161, 19, 19);
    transform: scaleY(0.90); 
    display: inline-block;
    margin-bottom: 5px;
    word-spacing: 11px;
}
a {
  font-family: hauora;
}
p {
  font-family: hauora;
  text-wrap: balance;
  color: #767aa0;
}
 /* button 1 */
.button1 {
  appearance: none;
  background-color: #010b68;
  border: 1px solid #010b68;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: hauora;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 0.8rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  transition: background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 0.125em;
}
.button1:hover {
  color: #010b68;
}
.button1:before {
  backface-visibility: hidden;
  background-color: white;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}
.button1:hover:before {
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.button1 span {
  z-index: 1;
  position: relative;
}
.button1:hover span {
  color: #010b68;
}
.button1 .simbol {
  transition: .3s ease-out;
  position: relative;
  left: 0px;
}
.button1:hover  .simbol {
  position: relative;
  left: 10px;
}
 /* button 2 */
.button2 {
  appearance: none;
  background-color: transparent;
  border: 1px solid #010b68;
  box-sizing: border-box;
  color: #010b68;
  cursor: pointer;
  display: inline-block;
  font-family: hauora;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 0.8rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  transition: background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 0.125em;
}
.button2:hover {
  color: var(--white);
}
.button2:before {
  backface-visibility: hidden;
  background-color: #010b68;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}
.button2:hover:before {
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.button2 span {
  z-index: 1;
  position: relative;
}
.button2:hover span {
  color: var(--white);
}
.button2 .simbol {
  transition: .3s ease-out;
  position: relative;
  left: 0px;
}
.button2:hover  .simbol {
  position: relative;
  left: 10px;
}
@media only screen and (max-width:1024px) {
.button2, .button1 {
  font-size: 13px;
  padding: 0.7rem 2rem;
}
.header3 {
  font-size: 13px;
}
}
@media only screen and (max-width:500px) {
.button2, .button1 {
  font-size: 12px;
  padding: 0.6rem 1.5rem;
}
.header3 {
  font-size: 11px;
}
}

/** ======= End Basic =======**/

/* ====================== Header ====================== */

header {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}
.index header {
  height: 100vh;
  overflow: hidden;
}
/* TOP BAR ANIMATION  */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 7;
  background: var(--white);
  box-shadow: 0px 3px 3px grey;
  position: relative;
}

.slide-right {
	-webkit-animation: slide-right 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: slide-right 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-101%) skewX(-50deg);
            transform: translateX(-101%) skewX(-50deg);
            box-shadow: 3px 3px 3px grey;
  }
  99% {
    -webkit-transform: translateX(-5%) skewX(-50deg);
            transform: translateX(-5%) skewX(-50deg);
  }
  100% {
    -webkit-transform: translateX(-0) skewX(0deg);
            transform: translateX(0) skewX(0deg);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-101%) skewX(-50deg);
            transform: translateX(-101%) skewX(-50deg);
            box-shadow: 3px 3px 3px grey;
  }
    99% {
    -webkit-transform: translateX(-5%) skewX(-50deg);
            transform: translateX(-5%) skewX(-50deg);
  }
  100% {
    -webkit-transform: translateX(0) skewX(0deg);
            transform: translateX(0) skewX(0deg);
  }
}
 /* TOP BAR 2 ANIMATION */
.top-bar2 {
  width: 30%;
  z-index: 7;
  background: var(--white);
  box-shadow: 3px 3px 3px grey;
  height:40px;
  transform: skewX(-50deg);
    position: relative;
  left: -20px;
  top: -2px;
}
.slide-right2 {
	-webkit-animation: slide-right2 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: slide-right2 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes slide-right2 {
  0% {
    -webkit-transform: translateX(-101%) skewX(-50deg);
            transform: translateX(-101%) skewX(-50deg);
  }
  100% {
    -webkit-transform: translateX(-0) skewX(-50deg);
            transform: translateX(0) skewX(-50deg);
  }
}
@keyframes slide-right2 {
  0% {
    -webkit-transform: translateX(-101%) skewX(-50deg);
            transform: translateX(-101%) skewX(-50deg);
  }
  100% {
    -webkit-transform: translateX(0) skewX(-50deg);
            transform: translateX(0) skewX(-50deg);
  }
}
 /* BAR BOTTOM ANIMATION */
.bottom-bar {
  width: 30%;
  position: absolute;
  bottom: 40px;
  right: -30px;
  z-index: 5;
  background: var(--white);
  border-bottom: 2px solid #2b359022;
  box-shadow: -3px -3px 3px grey;
  height:60px;
  transform: skewX(-50deg);
}
.index .bottom-bar {
  bottom: 0;
  width: 70%;
}
@media only screen and (max-width:767px) {
.bottom-bar {
  width: 70%;
}
}
.slide-left {
	-webkit-animation: slide-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: slide-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(900px) skewX(-50deg);
            transform: translateX(900px) skewX(-50deg);
  }
  100% {
    -webkit-transform: translateX(-0) skewX(-50deg);
            transform: translateX(0) skewX(-50deg);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(900px) skewX(-50deg);
            transform: translateX(900px) skewX(-50deg);
  }
  100% {
    -webkit-transform: translateX(0) skewX(-50deg);
            transform: translateX(0) skewX(-50deg);
  }
}
.logo {
  height: 90px;
  transition: .3s;
  display: flex;
  align-items: center;

}
.logo a svg  {
  height:90px;
  width: 100%;
  padding: 6px;
}
 /* LOGO ANIMACIJA  */
 .aniLogo {
  animation: anilogo 1s forwards ease-out;
  animation-delay: 2s;
  opacity: 0;
 }
 @keyframes anilogo {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
 }

.top-bar > nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
   width: 100%;
}
.top-bar nav  ul  li {
  transition: 1s;
  flex: 1;
  border: transparent 1px solid;
}
.top-bar nav > ul  li  a {
  display: block;
  color: #010b68;
  font-weight: bold;
  font-size: 1rem;
  padding: 15px 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
  transition:  .3s;
  width: 100%;
}
.top-bar .submeni {
    border: solid 1px rgba(186, 190, 211, 0.367);
    height: fit-content;
    z-index: 99999;
}
.top-bar nav ul li ul li {
    padding: 5px 0;
  }
.top-bar nav ul li:hover {
  background-color: #98D7FF;
  box-shadow: rgba(0, 0, 0, 0.662) 0px 3px 8px;
  border: rgba(128, 128, 128, 0.221) 1px solid;
  transition: .3s;
  transform: scale(1.01);
}
/* .top-bar nav ul li:hover a {
  color:black;
} */
.top-bar .proizvodi {
  position: relative;
}
.top-bar nav ul .proizvodi:hover .submeni {
  display: block;
  position: absolute;
}
.top-bar nav ul .proizvodi .submeni a{
  color: #010b68;
  background: var(--white);
  transition: .2s;
}
/* .top-bar nav ul .proizvodi .submeni a:hover{
  color: #010b68;
  transform: scale(1.1);
  background: var(--lightBlue1);
  box-shadow: rgba(0, 0, 0, 0.842) 3px 3px 8px;
} */
.top-bar nav ul .proizvodi:hover .submeni li {
  animation: zoom linear .3s forwards;
  opacity: 0;
  background: #3b52a4;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(2) {
  animation-delay: .05s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(3) {
  animation-delay: .1s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(4) {
  animation-delay: .15s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(5) {
  animation-delay: .2s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(6) {
  animation-delay: .3s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(7) {
  animation-delay: .35s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(8) {
  animation-delay: .4s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(9) {
  animation-delay: .45s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(10) {
  animation-delay: .5s;
}
.top-bar nav ul .proizvodi:hover .submeni li:nth-child(11) {
  animation-delay: .55s;
}
@keyframes zoom {
  0% {
    transform: scale(0.8);

    background-color: #98D7FF;
  }
  50% {
    transform: scale(1.16);
    opacity: 1;

    background-color: #98D7FF;
  }
  100% {
    transform: scale(1);
    opacity: 1;

    background-color: #98D7FF;
  }
}
.hamburger {
  display: none;
}
   /* HAMBURGER I NAB BAR ANIMAION  */
  .aniburger {
    animation: fadeinburger .5s forwards ease-out;
    opacity: 0;
    animation-delay: 2s;
  }
  .aniburger:nth-child(1) {
    animation-delay: 2.1s;
  }
  .aniburger:nth-child(2) {
    animation-delay: 2.2s;
  }
  .aniburger:nth-child(3) {
    animation-delay: 2.3s;
  }
  .aniburger:nth-child(4) {
    animation-delay: 2.4s;
  }
  .aniburger:nth-child(5) {
    animation-delay: 2.5s;
  }
  .aniburger:nth-child(6) {
    animation-delay: 2.6s;
  }
  @-webkit-keyframes fadeinburger {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
  }
}
@keyframes fadeinburger {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
  }
}
@media only screen and (min-width:1024px) {
  .top-bar .submeni {
    display: none;
  }
}
@media only screen and (max-width:1700px) {
  .logo  {
    height: 85px;
  }
  .logo a svg {
    height:85px;
  }
}
@media only screen and (max-width:1600px) {
  .top-bar nav ul li {
    padding: 10px 0;
  }
  .logo  {
    height: 70px;
  }
  .logo a svg {
    height:70px;
  }
  .top-bar2 {
    height:35px;
}
.bottom-bar {
  height:50px;
}
.top-bar nav > ul  li  a {
  font-size: .91rem;
}
}
@media only screen and (max-width:1400px) {
.top-bar2 {
  width: 22%;
}
}
@media only screen and (max-width:1024px) {
  .logo {
    height: 55px;
    transform: translateY(3px);
  }
  .logo a svg {
    height:55px;
  }
  .top-bar {
    justify-content: space-between;
    padding: 0 5%;
    position:fixed;
    width: 100%;
  }
  .top-bar2 {
    position:fixed;
    top: 68px;
    width: 30%;
    height: 30px;
    z-index: 6;
  }
  .top-bar li {
    border: none;
  }
  .top-bar ul {
    border: none;
  }
  .top-bar .submeni {
    background: #2B3590;
    border: none;
    z-index: 99999;
}
  .top-bar nav .hamburger {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 3.5px;
    width: 50px;
    height: 70px;
    z-index: 999999;
    cursor: pointer;
    transition: .9s;
  }

  .top-bar nav .hamburger:hover {
    transform: scale(1.05);
  }
  .hamburger .line {
    width: 35px;
    height: 2.5px;
    border-radius: 2px;
    background: var(--darkBlue2);
    transition: .9s;
    z-index: 9999;
  }
  .hamburger .line3 {
    width: 35px;
  }
  .hamburger .line2 {
    width: 28px;
  }
  .hamburger .line1 {
    width: 20px;
  }
  .top-bar nav .hamburger.open {
    border-radius:100% 0% 52% 48% / 50% 21% 79% 50%;
    border: none;
  }
  .hamburger.open .line2 {
    opacity: 0;
  }
  .hamburger.open .line1 {
    transform: translateY(8px) rotateZ(45deg);
    background-color:  var(--lightBlue1);
    width: 32px;
  }
  .hamburger.open .line3 {
    transform: translateY(-5px) rotateZ(-45deg);
    background-color:  var(--lightBlue1);
    width: 32px;
  }
    .to-top nav .usluge1 span {
    display: inline-block;
    width: 100px;
  }
  .top-bar nav .meni {
    display: none;
  }
  .top-bar nav .meni.open {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0px;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 0;
    height: 0;
    background-color: #2B3590;
    animation: meni 1s forwards ease-in-out;
    animation-delay: .5s;
    visibility: hidden;
  }
    .top-bar nav ul li:hover {
  background-color: #2B3590;
}
  @keyframes meni {
    0% {
      visibility: visible;
      width: 0;
      height: 0;
      overflow: hidden;
    }
    30% {
      width: 100%;
      height: 100vh;
      top: 0;
      right: 0;
      visibility: visible;
    }
    100% {
      width: 100%;
      height: 100vh;
      top: 0;
      right: 0;
      visibility: visible;
    }
  }
  .top-bar nav ul li {
    flex: unset;
    padding: 0px 0px;
}
  .top-bar nav .meni.open li {
    width: 100%;
    background-color: #2B3590;
    box-shadow: 0 1px 3px #98d8ff1a;
    padding: 5px 0;
    border-bottom: 1px solid #98d8ff4a;
  }
  .top-bar nav .meni.open li:nth-child(1) {
    border-top: 1px solid #98d8ff4a;
    box-shadow: 0 1px 3px #98d8ff1a;
  }
  .top-bar nav .meni.open li a{
    color: var(--lightBlue1);
    border: none;
  }
  .top-bar nav > ul  li  a {
  font-size: .9rem;
  padding: 5px 18px;
}
.aniburger {
    animation: none;
    opacity: 1;
}
  header .menubg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index:5;
    transform: scale(0);
  }
  body.open header .menubg {
    animation: menuBg .5s forwards ease-in-out;
  }
  @keyframes menuBg {
    0% {
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      transform: scale(0);
      background-color: rgba(0, 0, 0, 0.25);
    }
    100% {
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
      transform: scale(1);
      width: 200vw;
      height: 200vh;
      background-color: rgba(0, 0, 0, 0.729);
    }
  }
  body.open {
    overflow: hidden;
  }
  .top-bar .submeni {
    position: relative !important;
		padding: 0px;
		left: auto;
		top:auto;
    display: block;
    transition: 1s;
    visibility: visible;
    opacity: 1;
    max-height: 0;
		overflow: hidden;
  }
  .top-bar nav .meni.open .submeni li {
    width: 100%;
    background: #3b52a4;
  }
  .top-bar .submeni li {
    padding: 5px 0;
    padding: 0;
  }
  .top-bar .submeni li a {
    font-size: .74rem;
  }
  .top-bar nav ul .proizvodi .submeni a{
  background: #3b52a4;
}
}
@media only screen and (max-width:600px) {
  .logo {
    height: 42px;
  }
  .logo a svg {
    height:42px;
  }
  .top-bar nav .hamburger {
    height: 50px;
    gap: 3px;
  }
  .top-bar2 {
    height: 20px;
    width: 35%;
    top: 48px;
  }
  .bottom-bar {
    height: 30px;
  }
  .hamburger .line3 {
    width: 30px;
  }
  .hamburger .line2 {
    width: 25px;
  }
  .hamburger .line1 {
    width: 19px;
  }
    .hamburger.open .line1 {
    transform: translateY(5px) rotateZ(45deg);
    width: 30px;
  }
  .hamburger.open .line3 {
    transform: translateY(-6px) rotateZ(-45deg);
    width: 30px;
  }
}
@media only screen and (max-width:450px) {
  .top-bar2 {
    height: 20px;
    width: 45%;
  }
}
 /* HERO  */
.hero {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
    top: -40px;
    z-index: 1;
    opacity: 1;
}
.index .hero {
    animation: zoomin .2s forwards ease-out;
    animation-delay: .5s;
    opacity: 0;
    height: 91vh;
}

.hero picture,
.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    display: block;
    filter: brightness(70%);
}
.index .hero picture,
.index .hero img {
  filter: brightness(100%);
}
@keyframes zoomin {
  0% {
    transform: scale(10);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.title {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 5%;
  transform: translateY(-50%);
}
.index .title {
  position: absolute;
  left: 5%;
  top: 60%;
  z-index: 2;
}
.title h1 {
  text-wrap: balance;
  width: 100%;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #79CBFD);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .title h1 {
  width: 700px;
  margin-bottom: 15px;
    background: linear-gradient(to right, rgb(18, 173, 221), rgb(3, 3, 146), rgb(5, 5, 82));
    -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
-webkit-text-stroke: .3px white;
}
.aniH1 {
  animation: aniH1 1s forwards ease-out;
  animation-delay: 1s;
  opacity: 0;
}
@keyframes aniH1 {
  0% {
    transform:  translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.title p {
  color: rgb(212, 213, 220);
  
}
.index .title p {
  color: #767aa0;
  margin-bottom: 20px;
  width: 400px;
}
.title .button-box {
  display: flex;
  align-items: center;
  gap: 6%;
}
  /* P ANIMATION */
.ani, .ani span {
    animation-duration: .5s;
    animation-fill-mode: both;
}

.ani span { 
  display: inline-block ;
}

.leFadeInBottom span { 
  animation-name: leFadeInBottom ;
}
@keyframes leFadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
 /* BUTTON ANIMATION  */
.button-box .button1 {
  animation: button1 .5s forwards ease-out;
  animation-delay: 3.5s;
  opacity: 0;
}
.button-box .button2 {
  animation: button1 .5s forwards ease-out;
  animation-delay: 3.1s;
  opacity: 0;
}
@keyframes button1 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    }
}
 /* NET-DECOR */
/* .net-decor {
    width: 1000px;
    height: 600px;
    transform: rotate(45deg);
    background: 
        linear-gradient(90deg, #79CBFD, rgb(255 255 255)),
        radial-gradient(closest-side, #79CBFD, rgb(255 255 255));
    background-size: auto, 1em 1em;
    background-blend-mode: multiply;
    filter: contrast(30);
    position: absolute;
    left: -600px;
    top: -300px;
    z-index: -3;
    opacity: .3;
} */
@media only screen and (max-width:1400px) {
.title h1 {
  width: 500px;
}
.title p {
  width: 500px;
}
}
@media only screen and (max-width:1024px) {
 .index .hero {
    height: 100vh;
}
.title {
  top: 60%;
}
.index .title {
  top: 70%;
}
}
@media only screen and (max-width:767px) {

.index .hero {
  top: 50px;
}
.index .title {
  top: 55%;
}
.index .title h1 {
  width: 300px;
}
}
@media only screen and (max-width:550px) {
.title h1 {
  width: 300px;
}
.title p {
  width: 300px;
}
.index .title p {
  width: 300px;
}
}
@media only screen and (max-width:450px) {
.index .title {
  top: 52%;
}
}

/* ====================== End Header ====================== */
/* ====================== Usluge ====================== */

.usluge-odrzavanja-objekata {
  margin: 30px 0;
  padding: 2% 5%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; 
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    inline-size: 20rem;
    block-size: 20rem;
    border-radius: 0.125em;
    background: var(--white);
    overflow: hidden;
    transition: .5s;
    z-index: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    flex: 1 1 calc(25% - 20px); 
}
.card .card-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65%;
  overflow: hidden;
  position: relative;
  transition: .5s;
  position: relative;
}
.card .card-img::after {
    content: '';
    position: absolute;
    inset: 0; 
    background: rgba(0, 0, 0, 0.2); 
    box-shadow: inset 0px -50px 36px -28px rgba(0, 0, 0, 0.8); 
    transition:  0.5s ease-in-out;
    opacity: 0;
}
.card .card-img img {
  width: auto;
  object-position: center;
  height: 208px;
  object-fit: cover;
  transition: .8s;
}
.card .card-img h5 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  padding: 10px 30px;
  transform: translateX(10px);
  border-top: 2px solid var(--lightBlue2);
  text-align: center;
  z-index: 4;
  width: 130px;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
}
.card .card-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 35%;
  padding: 20px;
  transition: .5s;
  position: relative;
  line-height: 1.1;
}
.card .card-text h3 {
   font-size: clamp(1rem, 0.5043rem + 0.5783vw, 1.25rem);
  margin-bottom: 25px;
  transform: translateY(-5px);
  width: 80%;
  transition: .5s;
}
.card .card-text p {
  transform: translateY(150px);
  transition: .5s;
  opacity: 0;
}
.redova5 {
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card .card-text span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #010b68;
  font-size: 14px;
}
.card .card-text .card-decor {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.card .card-text .card-decor svg{
  width: 70px;
  height: auto;
}
.card:hover{
  z-index: 0;
  box-shadow: -0.375rem 0 1px -1px rgb(56, 132, 255),
        -3.5rem 0 3.125rem -1.125rem hsl(186deg 87% 86%);
}
.card:hover .card-text h4 {
  transform: translateY(0px);
}
.card:hover p {
  transform: translateY(0px);
  opacity: 1;
  width: 80%;
}
.card:hover span {
  opacity: 0;
}
.card:hover .card-img {
  height: 35%;
}
.card:hover .card-img img {
  transform: scale(1.3);
}
.card .card-img:hover::after {
    opacity: 1;
}
.card:hover  .card-text {
    height:  65%;
}
@media (max-width: 1200px) and (min-width: 1024px) {
.card .card-text h4 {
  font-size: .9rem;
}
}
@media (max-width: 1024px) {
  .card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .card {
    flex: 1 1 100%;
  }
}
/* ====================== End Usluge ====================== */
/* ====================== Pocenta o nama ====================== */
.pocetna-o-nama {
  margin: 30px 0;
  padding: 2% 5%;
  display:flex;
  gap: 20px;
}
.pocetna-o-nama-img {
  width: 50%;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: .5s;
  overflow: hidden;
  background: var(--white);
  box-shadow: 4px 4px 6px rgba(128, 128, 128, 0.745);
  border: solid 1px rgba(128, 128, 128, 0.216);
  border-radius: 0.125em;
}
.pocetna-o-nama-img video {
  object-fit: cover;
  width: 100%;
  border-radius: 0.125em;
}
.pocetna-o-nama-text {
  width: 50%;
  padding: 40px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: .5s;
  border: solid 1px grey;
  overflow: hidden;
  background: var(--white);
  box-shadow: 4px 4px 6px rgba(128, 128, 128, 0.745);
  border: solid 1px rgba(128, 128, 128, 0.216);
  border-radius: 0.125em;
}
.pocetna-o-nama-text h3 {
  margin-bottom: 6px;
}
.pocetna-o-nama-text h2 {
  margin-bottom: 12px;

}
.pocetna-o-nama-text p {
  margin-bottom: 35px;
}
.redova4 {
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pocetna-o-nama-text .button-block {
  display: flex;
}
.pocetna-o-nama .button-block .button1::before {
  background-color: var(--white);
}
@media (max-width: 767px) {
.pocetna-o-nama {
  flex-direction: column;
}
.pocetna-o-nama-img, .pocetna-o-nama-text {
  width: 100%;
  padding: 20px;
}
}
/* ====================== End Pocenta o nama ====================== */
/* ====================== Video prezentacija ====================== */
.video-prezentacija {
  margin: 30px 0;
  padding: 2% 5%;
  display:flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  height: 400px;
  /* background: url(../slike/srafovi-odrzavanje-stambenih-i-poslovnih-objekata-alfa-tim-1920w.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
   box-shadow: 4px 4px 6px rgba(128, 128, 128, 0.745);
  border: solid 1px rgba(128, 128, 128, 0.216);
}
.video-prezentacija .video-prezentacija-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-prezentacija .video-prezentacija-img img, .video-prezentacija .video-prezentacija-img picture {
  height: 400px;
  width: auto;
  object-position: center;
  filter: brightness(80%);
}
.video-div {
  overflow: hidden;
  width: 400px;
  height: 230px;
  border: solid var(--darkBlue1) 3px;
  background: var(--white);
  outline: white 5px solid;
  padding: 3px;
  border-radius: 0.125em;
}
.video-div video {
  width: 100%;
  height: 100%;
  border-radius: 0.125em;
}
.video-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  max-width: 300px;
}
.video-txt h2 {
  margin-bottom: 20px;
  color: white;
}
.video-txt p {
  color: rgb(228, 228, 228);
}
@media (max-width: 767px) {
.video-prezentacija {
  flex-direction: column;
}
.video-div {
  width: 300px;
  height: 172px;
}
}
@media (max-width: 450px) {
.video-div {
  width: 100%;
  height: auto;
}
}
/* ====================== End Video prezentacija ====================== */

/* ====================== karakteritike ====================== */
.karakteristike {
  margin: 30px 0;
  padding: 2% 5%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.naslov {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.blok-karakteristike {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 20px;
}
.karakteristika1 {
  width: 50%;
  display: flex;
  height: 280px;
  position: relative;
  flex: 1 1 calc(50% - 20px); 
  box-shadow: 4px 4px 6px rgba(128, 128, 128, 0.745);
  border: solid 1px rgba(128, 128, 128, 0.216);
  border-radius: 0.125em;
}
.karakteristika1:nth-child(2), .karakteristika1:nth-child(4) {
  flex-direction: row-reverse;
}
.karakteristika1::after {
  content: '';
  position: absolute;
  background: linear-gradient(to right, rgb(18, 173, 221), rgb(3, 3, 146), rgb(5, 5, 82));
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: right;
  border-radius: 0.125em;
}
.kara2::after, .kara4::after {
  content: '';
  position: absolute;
  background: linear-gradient(to left, rgb(18, 173, 221), rgb(3, 3, 146), rgb(5, 5, 82));
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left;
  border-radius: 0.125em;
}
.karakteristika1:hover p {
  color: white;
}
.karakteristika1:hover h3 {
  color: white;
}
.karakteristika1:hover::after {
  animation: karakter .7s forwards ease-out;
}
.karakteristika1:not(:hover)::after {
  animation: karakter-reverse 0.7s forwards ease-out;
}
@keyframes karakter {
  0% {
    transform: scaleX(0);
    z-index: -5;
  }
  100% {
    transform: scaleX(1);
    z-index: -5;
  }
}
@keyframes karakter-reverse {
  0% {
    transform: scaleX(1);
    z-index: -5;
  }
  100% {
    transform: scaleX(0);
    z-index: -5;
  }
}
.karakteristika1 .karakter-text {
width: 50%;
padding: 40px;
display: flex;
align-items: flex-start;
text-align: left;
flex-direction: column;
justify-content: center;
}
.karakteristika1 .karakter-text h3{
margin-bottom: 15px;
transition: 1s;
}
.karakteristika1 .karakter-text p{
transition: 1s;
}
.karakteristika1 .karakter-img {
  width: 50%;
  border:solid 10px var(--lightBlue1);
  background-color: rgb(36, 65, 182);
  clip-path: polygon(100% 11%, 21% 100%, 100% 100%);
}
.kara2 .karakter-img {
  clip-path: polygon(0% 11%, 0% 100%, 79% 100%);
}
.kara3 .karakter-img {
  clip-path: polygon(21% 0%, 100% 89%, 100% 0%);
}
.kara4 .karakter-img {
  clip-path: polygon(79% 0, 0 0, 0 89%);
}
.karakteristika1 .karakter-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
@media (max-width: 1024px) {
.karakteristika1 .karakter-text {
  padding: 20px;
}
}
@media (max-width: 1024px) and (min-width: 767px) {
  .karakteristika1 .karakter-text {
    width: 70%;
}
  .karakteristika1 .karakter-img {
    width: 30%;
}
}
@media (max-width: 767px) {
  .karakteristika1 {
    flex: 1 1 100%;
  }
  .karakteristika1 .karakter-text {
    padding: 20px;
}
}
@media (max-width: 470px) {
  .karakteristika1 .karakter-text {
    width: 70%;
}
  .karakteristika1 .karakter-img {
    width: 30%;
}
}
/* ====================== End karakteritike ====================== */
/* ====================== Prijatelji ====================== */
.prijatelji {
    text-align: center;
    padding: 3% 5%;
    margin: 30px 0;
    display: flex;
    align-items:center;
    flex-direction: column;
}

.prijatelji h2 {
    margin-bottom: 40px;
    width: fit-content;
  }

.logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.logo2 {
    width: auto;
    height: 70px;
}
.logo2:nth-child(2) {
    width: auto;
    height: 80px;
}

.logo2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 1024px) {
.logo2 {
    height: 50px;
}
.logo2:nth-child(2) {
    height: 57px;
}
}
@media (max-width: 767px) {
.logo2 {
    height: 40px;
}
.logo2:nth-child(2) {
    height: 45px;
}

}
@media (max-width: 550px) {
  .logos {
    flex-direction: column;
    gap: 30px;
  }
}
/* ====================== End Prijatelji ====================== */
/* ====================== Problem-pocetna ====================== */
.problem {
  margin: 30px 0;
  padding: 2% 5%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.problem-img {
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  filter:brightness(55%);
  box-shadow: 4px 4px 6px rgba(128, 128, 128, 0.634);
  border: solid 1px rgba(128, 128, 128, 0.216);
  border-radius: 0.125em;
  overflow: hidden;
}
.problem-img img, .problem-img picture {
  object-position: center;
  height: 300px;
  width: auto;
}
.problem-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.problem-txt h2 {
  margin-bottom: 20px;
  color: white;
}
.problem-txt .button1 {
  background: var(--white);
  color: #010b68;
}

.problem-txt .button1:hover {
  color: white;
}
.problem-txt .button1:before {
  background-color: #010b68;
}
.problem-txt .button1:hover span {
  color: white;
}
/* ====================== End Problem-pocetna ====================== */
/* ====================== dekoracije ====================== */
/* .dekoracije {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -7;
}

.romb11 {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(0, 162, 255, 0.5);
  transform: rotate(45deg);
  opacity: 0;
  animation: animacijaRomba 10s infinite alternate ease-in-out;
}


.romb11:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.romb11:nth-child(2) { top: 30%; left: 50%; width: 80px; height: 80px; animation-delay: 2s; }
.romb11:nth-child(3) { top: 60%; left: 20%; width: 100px; height: 100px; animation-delay: 4s; }
.romb11:nth-child(4) { top: 80%; left: 70%; width: 50px; height: 50px; animation-delay: 6s; }
.romb11:nth-child(5) { top: 40%; left: 90%; width: 90px; height: 90px; animation-delay: 8s; }
.romb11:nth-child(6) { top: 70%; left: 30%; width: 120px; height: 120px; animation-delay: 10s; }

@keyframes animacijaRomba {
  0% {
    transform: rotate(45deg) scale(0.5) translateX(0) translateY(0);
    opacity: 0;
  }
  50% {
    transform: rotate(225deg) scale(1.2) translateX(200px) translateY(-150px);
    opacity: 1;
  }
  100% {
    transform: rotate(405deg) scale(1.5) translateX(-200px) translateY(150px);
    opacity: 0;
  }
} */
/* ====================== End dekoracije ====================== */









/* STRANICA PREVOZ KOMBIJEM  */
.prevoz-kombijem {
    margin: 30px 0;
    padding: 2% 5%;
}

.container1 {
    display: flex;
    align-items: stretch; /* Obe strane iste visine */
    gap: 60px;
    padding: 40px;
    /* background: #f3faff; */
    border-radius: 0.125em;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    
}

/* Tekstualni sadržaj */
.content {
    flex: 1 1 55%;
    max-width: 55%;
    display: flex;
    flex-direction: column; /* Održava proporcije teksta */
    justify-content: center;
}

.content h2 {
    margin-bottom: 15px;
    width: fit-content;
}

.content h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.content p {
    line-height: 1.6;
    margin-bottom: 15px;
}
.content p b {
  color:#585e68;
}
.content ul {
    list-style: none;
    padding: 0;
}

.content ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #2f3c4d;
}

/* .content ul li::before {
    content: "✔";
    color: #007bff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
} */

/* Popravljena sekcija slike */
.image-wrapper {
    flex: 1 1 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 0.125em;
    position: relative;
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); */
}

.image-wrapper img, .image-wrapper picture {
    width: 100%;
    height: 100%;
    border-radius: 0.125em;
    object-fit: cover;
}
.dekoline1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 50%;
  border: solid white 10px;
  border-top: 45px solid white;
  border-radius: 0.125em;
}
.dekoline2 {
  position: absolute;
  top: 49%;
  left: 0;
  width: 70%;
  height: 51%;
  border: solid white 10px;
  border-left: solid white 70px;
  border-radius: 0.125em;
}
.dekoline3 {
  position: absolute;
  top: 49%;
  left: 69%;
  width: 31%;
  height: 51%;
  border: solid white 10px;
  border-bottom: solid white 50px;
  border-radius: 0.125em;
}
.dekoline4 {
  position: absolute;
  top: 0%;
  left: 29%;
  width: 71%;
  height: 50%;
  border: solid white 10px;
  border-right: solid white 90px;
  border-radius: 0.125em;
  border-left: solid transparent;
}
@keyframes dekoline1-animation {
    0%, 100% { width: 30%; }
    50% { width: 70%; }
}
@keyframes dekoline11-animation {
    0%, 100% { border-top: 45px solid white; }
    50% { border-top: 65px solid white; }
}

@keyframes dekoline2-animation {
    0%, 100% { width: 55%; }
    50% { width: 40%;; }
}

@keyframes dekoline3-animation {
    0%, 100% { border-bottom: solid white 50px; }
    50% { border-bottom: solid white 10px; }
}

@keyframes dekoline4-animation {
    0%, 100% { border-right: solid white 90px;  }
    50% { border-right: solid white 50px; }
}
/* @keyframes dekoline4-animation {
    0%, 100% { height: 50%; }
    50% { height: 60%; }
} */

.dekoline1 {
    animation: dekoline1-animation 5s infinite alternate ease-in-out,
               dekoline11-animation 5s infinite alternate ease-in-out;
}
.dekoline2 {
    animation: dekoline2-animation 5s infinite alternate ease-in-out;
}

.dekoline3 {
    animation: dekoline3-animation 4s infinite alternate ease-in-out;
}

.dekoline4 {
    animation: dekoline4-animation 5s infinite alternate ease-in-out;
}

/* Responsive dizajn */
@media (max-width: 1024px) {
    .container1 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .content, .image-wrapper {
        max-width: 100%;
    }

    .image-wrapper {
        height: auto;
        margin-top: 20px;
    }

    .image-wrapper img, .image-wrapper picture  {
        height: auto;
        object-fit: contain; /* Slika ostaje normalna ispod 1024px */
    }
}
@media only screen and (max-width:600px) {
.container1 {
    padding: 20px;
    
}
}

/* cena sector  */
.cena-section {
    width: 100%;
    margin: 30px 0;
    padding: 3% 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, rgba(18, 174, 221, 0.892), rgba(3, 48, 146, 0.815), rgba(5, 5, 82, 0.766)), url(../slike/dekoracija-cene-alfa-tim-1920w.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}

.cena-container {
    max-width: 700px;
    width: 100%;
    padding: 30px;
    
    border-radius: 0.125em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

.cena-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: bold;
    margin-bottom: 10px;
}

.cena-text {
    margin-bottom: 20px;
    color: rgba(128, 128, 128, 0.759);
}

.cena-box {
    display: inline-block;
    padding: 15px 30px;
   font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: bold;
    color: rgb(161, 19, 19);
    border-radius: 0.125em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cena-box:hover {
    transform: scale(1.1);
   
}
@media (max-width: 1024px) {
.cena-section {
    background: linear-gradient(to left, rgba(18, 174, 221, 0.892), rgba(3, 48, 146, 0.815), rgba(5, 5, 82, 0.766)), url(../slike/dekoracija-cene-alfa-tim-1024w.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media (max-width: 450px) {
.cena-section {
    background: linear-gradient(to left, rgba(18, 174, 221, 0.892), rgba(3, 48, 146, 0.815), rgba(5, 5, 82, 0.766)), url(../slike/dekoracija-cene-alfa-tim-450w.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}
/* usluga sektor  */

.usluge {
    margin: 30px 0;
    padding: 2% 5%;
    background: #f0f8ff; /* Svetlo plava pozadina */
}

.usluge .container {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.usluge h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    border-left: 5px solid #0056b3;
    padding-left: 10px;
    width: fit-content;
}

.usluge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.usluga {
  flex: 1 1 calc(50% - 15px);
    display: block;
    padding: 15px;
    text-decoration: none;
    background: white;
    border-radius: 0.125em;
    transition: 0.3s ease;
    border-left: 4px solid #0056b3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    font-size: clamp(0.79rem, 0.5043rem + 0.5783vw, 1rem);

}
.usluga i {
    margin-right: 8px;
    visibility: visible !important;
    display: inline-block !important;
    font-size: clamp(0.79rem, 0.5043rem + 0.5783vw, 1rem);
    color: #0166d3;
}
.usluga:hover {
    background: #0056b3;
    color: white;
    border-left: 4px solid white;
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
.usluga {
  flex: 1 1 100%;
}
}


/* END STRANICA PREVOZ KOMBIJEM  */
/* STRANICA USLUGE  */
.partneri-stranica {
  margin: 30px 0;
  padding: 3% 5%;
}
.partneri-box {
  display: flex;
  height: 100%;
  align-items: stretch;
  justify-content: space-between;
  border: solid 1px rgba(165, 165, 165, 0.303);
  margin: 30px 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.148);
  background: var(--darkBlue1);
  border-radius: 0.125em;
}

.partneri-img {
  overflow: hidden;
  height: 200px;
  border-right: 4px solid var(--lightBlue2);

}

.partneri-img img {
  width: 100%;
  height: 100%;
  background: var(--white);
  object-fit: cover;
  filter: brightness(80%);
  border-radius: 0.125em;
}

.partneri-text {
  padding-left: 4%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 81%, 70% 81%, 65% 100%, 0 100%);
  padding-right: 10px;
}
.partneri-text .partneri-logo1 {
  height: 60px;
  display: flex;
  padding: 5px 0;
  align-items:center;
}
.partneri-text .partneri-logo1 i {
  position: relative;
  top: -1px;
  left: 12px;
  color: #007bff;
}
.partneri-text p {
  width: 100%;
  margin-bottom: 20px;
}

.partneri-text .link {
  color: var(--darkBlue2);
  font-weight: bold;
  font-family: hauora;
  font-size: clamp(0.79rem, 0.5043rem + 0.5783vw, 1rem);
  margin-bottom: 10px;
  width: 100%;
}

.partneri-text h2 {
  margin-top: 10px;
  width: fit-content;
}
@media only screen and (max-width:767px) {
.partneri-box {
    flex-direction: column;
}
.partneri-text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.partneri-img {
  border-right: none;
  border-bottom: 4px solid var(--lightBlue2);
}
}
@media only screen and (max-width:600px) {
  .partneri-text {
    padding-left: 10px;
  }
    .partneri-stranica {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: repeat(auto, minmax(160px, 1fr));
  }
}
@media only screen and (max-width:550px)  {
.partneri-text {
  clip-path: polygon(0 0, 100% 0, 100% 86%, 70% 86%, 63% 100%, 0 100%);
}
}
@media only screen and (max-width:1150px) and (min-width:767px)  {
.partneri-text {
  clip-path: polygon(0 0, 100% 0, 100% 81%, 70% 81%, 63% 100%, 0 100%);
}
}
/* END STRANICA USLUGE  */
/* O NAMA STRANICA */

.video-section {
    padding: 3% 5%;
    margin: 30px 0;
    /* background: #f3faff; */
}
.video-wraper {
  width: 100%;
      display: flex;
    justify-content: center;
    align-items: center;
        background: var(--white);
    padding: 40px;
    border-radius: 0.125em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #f3faff;
}
.video-container {
    position: relative;
    width: 100%; /* Postavi širinu videa */
    max-width: 700px; /* Ograniči maksimalnu širinu */
    aspect-ratio: 16 / 9; /* Drži video u pravilnom odnosu */
}

.video-container video {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0.125em;
}
@media only screen and (max-width:600px) {
.video-wraper {
    padding: 20px;
}
}
/* end o nama  */


 /* STRANICA KONTAKT */
 .kontakt-sekcija {
    background: #f9f9f9;
    padding: 3% 5%;
    margin: 30px 0;
}

.container-kontakt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 0.125em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.info, .kontakt-forma {
    flex: 1 1 45%;
    min-width: 300px;
}

h2 {
    margin-bottom: 15px;
}

.info p {
    margin-bottom: 10px;
}

.info a {
    text-decoration: none;
    color: #007bff;
}

.info a:hover {
    text-decoration: underline;
}

/* Stilizacija kontakt forme */
.kontakt-forma form {
    display: flex;
    flex-direction: column;
}

.kontakt-forma input,
.kontakt-forma textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 0.125em;
    font-family: hauora;
    font-size: clamp(0.875rem, 0.5043rem + 0.5783vw, 1rem);
}
.kontakt-forma textarea {
    resize: vertical;
}

.kontakt-forma button {
    background: #0056b3;
    transition: .4s;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 0.125em;
    font-size: clamp(0.875rem, 0.5043rem + 0.5783vw, 1rem);
    cursor: pointer;
}
input:focus, textarea:focus {
    border: 2px solid #036ee0;
    box-shadow: 0px 0px 5px rgba(0, 0, 255, 0.5); 
}
.kontakt-forma button:hover {
    background: #036ee0;
}

/* Responsive dizajn */
@media (max-width: 768px) {
    .container-kontakt {
        flex-direction: column;
        padding: 20px;
    }

    .info, .kontakt-forma {
        width: 100%;
    }
}

 /* END STRANICA KONTAKT */
 /*  STRANICA CENE */
 .cene-sekcija {
    background: #f3faff;
    padding: 3% 5%;
    margin: 30px 0;
    text-align: center;
}

.cene-sekcija h2 {
    margin-bottom: 30px;
}

.cene-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.kartica {
    background: white;
    padding: 20px;
    width: calc(25% - 20px); /* 4 u jednom redu */
    min-width: 300px;
    border-radius: 0.125em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.kartica:hover {
    transform: translateY(-5px);
}

.kartica h3 {
    margin-bottom: 10px;
    height: 50%;
    font-size: clamp(.85rem, 0.4043rem + 1.1783vw, 1.2rem);
}

.cena {
    font-size: 1.4rem;
    color: rgb(161, 19, 19);
    font-weight: bold;
    height: 50%;
}

/* Responsive dizajn */
@media (max-width: 1024px) {
    .kartica {
        width: calc(50% - 20px); /* 2 u redu */
    }
}

@media (max-width: 600px) {
    .kartica {
        width: 100%; /* Svaka kartica u svom redu */
    }
}

 /* END STRANICA CENE */





 

/* footer */
footer {
  width: 100%;
  border-top: 5px solid var(--lightBlue2)
}
/* footer-nekretnine */
.footer-nekretnine {
  position: relative;
  height: 330px;
  background: rgb(17, 37, 137);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: gold solid 1px;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  padding: 3% 5%;
  padding-top: 70px;
}
.footer-column {
  width: 16.5%;
  height: 190px;
}
.footer-column:first-child {
  width: 24%;
}
.footer-column:nth-child(2),
.footer-column:nth-child(3),
.footer-column:nth-child(4) {
  border-left: 0.5px solid gold;
  padding-left: 2%;
}
.footer-column h4 {
  color: #ffffff;
  margin-bottom: 20px;
  text-wrap: nowrap;
}
.footer-column p {
  color: white;
  width: 100%;
  margin-left: 0;
}
.footer-column h5 {
  color: white;
  transition: 0.2s;
  line-height: 1.4rem;
  font-size: .85rem;
  font-family: hauora;
}
.footer-column h5:hover {
  color: rgb(190, 190, 190);
  text-decoration: underline;
}
.footer-column .logo-footer {
  height: 60px;
}
.ikone {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
  width: 200px;
  margin-top: 15px;
}
.margin-footer-ikone {
  margin-top: 20px;
}
.ikone svg {
  transition: 0.35s;
}
.ikone svg:hover {
  transform: translateY(-4px);
  fill: rgb(190, 190, 190);
}
/* copyright */
.copyright {
  width: 100%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
.copyright span {
  color: #fff;
  font-family: hauora;
  font-size: 13px;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright .designed11 {
  font-size: 12px;
  font-family: lexend;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: -2px;
  color: turquoise;
  margin: 0;
  transition: 0.5s;
}
.copyright .designed11:hover {
  transform: scale(0.95);
}
.copyright .designed11 span {
  font-size: 30px;
  font-family: mrs_saint;
  text-align: center;
  color: gold;
  transition: 0.5s;
}
.copyright .designed11:hover span {
  transform: scale(0.95);
}



@media only screen and (max-width: 1200px) {
  .vertikalna-slova {
    left: 2%;
  }
  .ikone {
    grid-gap: 10px;
    width: 150px;
  }
  .footer-column {
    width: 20%;
  }
  .footer-column:first-child {
    width: 38%;
  }
}

@media only screen and (max-width: 1000px) {

  .footer-nekretnine {
    height: 600px;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 30px;
    padding-top: 60px;
  }
  .footer-column {
    width: 45%;
    height: 160px;
  }
  .footer-column:first-child {
    width: 45%;
  }
  .footer-column:nth-child(3) {
    border-left: none;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(4) {
    padding-left: 5%;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(4) {
    position: relative;
    left: 30px;
  }
  .footer-column iframe {
    width: 85%;
  }

}

@media only screen and (max-width: 800px) {
  .footer-column h5 {
    font-size: .78rem;
  }
  .footer-column .ikone svg {
    width: 1.9rem;
  }
  }
@media only screen and (max-width: 600px) {
  .footer-nekretnine {
    height: 600px;
    row-gap: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .footer-nekretnine {
    flex-direction: column;
    height: auto;
    row-gap: 10px;
    padding: 50px 20px 10px 20px;
  }
  .footer-column {
    border-left: none;
    width: 100%;
    border-left: 0;
  }
  .footer-column:first-child {
    width: 100%;
    padding-left: 0;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) {
    border: none;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) {
    padding-left: 0;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(4) {
    left: 0;
  }
    .footer-column iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .footer-nekretnine {
    flex-direction: column;
    height: auto;
    padding: 50px 20px 30px 20px;
  }
  .footer-column {
    border-left: none;
    width: 100%;
    border-left: 0;
  }
  .footer-column:first-child {
    width: 100%;
    padding-left: 0;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) {
    border: none;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) {
    padding-left: 0;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(4) {
    left: 0;
  }
}
/* END FOOTER  */
/* to top button */
.to-top {
  position: fixed;
  bottom: 0%;
  left: 0%;
  height: 40px;
  width: 80px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  text-decoration: none;
  opacity: 0;
  z-index: 99999;
  transition: all .4s;
  background-color: #010b68;
  border-bottom: 4px solid var(--lightBlue2);
border-radius: 0.125em;
clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.to-top:hover {
  background: rgb(68, 68, 68);
}
.to-top.active {
  bottom: 0%;
  pointer-events: auto;
  opacity: 1;
}
/*kraj to top button */
/* pozovi dugme */
.pozovi {
  position: fixed;
  bottom: 0%;
  right: 0%;
  width: 80px;
  height: 40px;
padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  text-decoration: none;
  z-index: 99999;
  transition: all .4s;
  background-color: #010b68;
  border-bottom: 4px solid var(--lightBlue2);
border-radius: 0.125em;
letter-spacing: .5px;
opacity: 0;
clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.pozovi:hover {
  background: rgb(68, 68, 68);
  transform: scale(1.1);
}
.pozovi.active {
  bottom: 0%;
  pointer-events: auto;
  opacity: 1;
}
.endpage {
  display: none;
  width: 100%;
  height: 30px;
  background: #010b68;
}
@media only screen and (max-width: 600px) {
.pozovi {
  height: 30px;
  font-size: 11px;
}
.to-top {
  height: 30px;
  font-size: 14px;
}
.endpage {
  display: block;
}
}
/*kraj pozovi dugme */
 /* POLITIKA PRIVATNOSTI  */
 .content2 {
  flex: 1 1 100%;
  max-width: 100%;
 }
 /* END POLITIKA PRIVATNOSTI  */