@import "keyframes.css";
@import "reset.css";
@import "utilities.css";
@import "inner.css";
/* ------------------------- */
/* ------------------------- */
/* -------1REM = 10px------- */
/* ------------------------- */
/* ------------------------- */
/* HEADER */
html.noscroll{
  overflow: hidden ;
}
.logo-main p {
  font-size: 3rem;
  color: var(--txt-color);
}
.logo-main span {
  color: var(--secondary-color);
}
.nav-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 11rem;
  transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.nav-header.sticky {
  background: #1B2130;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
  height: 8rem;
}
.menu-item {
  list-style: none;
}
.menu-item > a {
  cursor: pointer;
  overflow: hidden;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.menu-item__text > span {
  display: inline-block;
  font-size: 1.7rem;
}
.nav-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.nav-header .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90rem;
}
.container-title.error h2{
  margin-bottom: 0;
  text-transform: uppercase;
}
.error-body p{
  font-size: 1.4rem;
  text-align: center;
}
.error-go-back{
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-go-back div::after{
  position: absolute;
    content: "";
    left: 0px;
    border: solid #fff;
    border-width: 2px 0px 0px 2px;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -5px;
    transition: border-color 0.3s linear;
}
.error-go-back div{
  height: 2px;
  position: relative;
  width: 68px;
  background-color: #fff;
  margin-left: 20px;
  transition: background-color 0.3s linear;
}
.error-body:hover .error-go-back div::after{
  border-color:var(--secondary-color);
}
.error-body:hover .error-go-back div{
  background-color: var(--secondary-color);
}
.error-body{
  background-color: #1B2130;
  border: 0.5px solid var(--secondary-color);
  width: 50rem;
  height: 25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px #5e5ee76b;
  transition: box-shadow 0.3s ease;
}
.errorcode{
  color: red;
}
@media screen and (max-width: 520px) {
  .error-body{
    width: 100%;
  }
  .error-container{
    width: 100%;
    padding: 0rem 2rem;
  }
  #error-section{
    padding: 0rem 2rem;
  }
}
@media screen and (max-width: 380px) {
  .error-body p{
    font-size: 1.2rem;
  }
}
.error-body:hover{
  box-shadow: 0px 0px 30px #5e5ee7bb;
}
.error-go-back p{
  transition: color 0.3s ease;
}
.error-body:hover .error-go-back p{
  color: var(--secondary-color);
}
#error-section{
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  justify-content: center;
}
.nav-header .nav-links li a:not(.btn) {
  display: inline-block;
  font-size: 2rem;
  color: var(--txt-color);
  position: relative;
  font-weight: 400;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.nav-header .nav-links li:hover a:not(.btn),
.nav-header .nav-links li.intersected a:not(.btn) {
  color: var(--secondary-color);
}
.hamburger {
  display: none;
}
/* HEADER */
.container-title {
  position: relative;
}
.container-title h2 {
  text-align: center;
  font-size: 5rem;
  line-height: 6rem;
  color: var(--txt-color);
  font-style: italic;
  margin-bottom: 10rem;
}
.container-title .title-behind {
  text-transform: uppercase;
  opacity: 0.1;
  color: var(--secondary-color);
  position: absolute;
  left: 50%;
  font-weight: 900;
  top: 75%;
  font-size: 16rem;
  transform: translate(-50%, -50%)
}
#usluge{
  margin-top: 10rem;
}
.usluge-image {
  position: absolute;
  right: 200px;
  top: -100px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.usluge-accordion {
  position: relative;
  border-bottom: 1px solid rgba(94, 94, 231, 0.5);
}
.usluge-accordion button {
  background-color: transparent;
  text-transform: uppercase;
  font-style: italic;
  font-size: 4rem;
  width: 100%;
  opacity: 0.5;
  text-align: start;
  padding: 4rem 0 2.5rem;
  color: var(--txt-color);
  transition: opacity 0.3s ease, transform 0.3s ease, font-style 0.3s ease;
}
.accordion-hidden-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion-hidden-text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding-bottom: 2rem;
  opacity: 0.5;
}
.accordion-hidden-text a{
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding-bottom: 2rem;
  color: var(--secondary-color);
  transition: color 0.3s ease;
}
.accordion-hidden-text a:hover{
  color:#7575ec;
}
.plus {
  position: absolute;
  width: 2.6rem;
  pointer-events: none;
  top: 5.5rem;
  right: 0;
  height: 1px;
  background-color: var(--secondary-color);
}
.plus::before {
  content: "";
  position: absolute;
  height: 2.7rem;
  width: 1px;
  background-color: var(--secondary-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
}
.plus.active::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.tehnologije-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.tehnologije-card {
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: default;
  align-items: center;
  justify-content: center;
  height: 20rem;
  background-color: #5e5ee7a8;
  /* border-radius: 10px; */
  /* border: 0.5px solid #5E5EE7; */
}
.tehnologije-card > .card-content {
  background-color: #1b2130;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 1px;
  flex-direction: column;
  padding: 10px;
  position: absolute;
  z-index: 2;
}
.tehnologije-card:hover .card-content p{
  opacity: 1;
}
.tehnologije-card:hover .card-content img{
  transform: translateY(-20px);
}
.tehnologije-card:hover .card-content img[alt="jquery-logo"]{
  transform: translateY(-10px);
}
.tehnologije-card:hover .card-content img[alt="ajax-logo"]{
  transform: translateY(-10px);
}
.tehnologije-card:hover .card-content img[alt="webflow-logo"]{
  transform: translateY(-5px);
}
.card-content p{
  font-size: 20px;
  opacity: 0;
  text-align: center;
  margin-top: 15px;
  position: absolute;
  top: 55%;
  transition: opacity 0.5s ease;
}
.card-content img{
  transition: transform 0.5s ease;
}
.tehnologije-card::before,
.tehnologije-card::after {
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 500ms;
  width: 100%;
}
.tehnologije-card::before {
  background: radial-gradient(
    800px circle at var(--mouse-x) var(--mouse-y), 
    rgba(255, 255, 255, .08),
    transparent 40%
  );
  z-index: 3;
}
.tehnologije-card::after {  
  background: radial-gradient(
    600px circle at var(--mouse-x) var(--mouse-y), 
    rgba(255, 255, 255, .4),
    transparent 50%
  );
  z-index: 1;
}
.tehnologije-grid:hover > .tehnologije-card::after {
  opacity: 1;
}
.tehnologije-card:hover::before {
  opacity: 1;
}
.portfolio-container article {
  padding: 3rem 0;
  border-top: 0.5px solid var(--secondary-color);
  border-bottom: 0.5px solid var(--secondary-color);
  display: flex;
}
.portfolio-image {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(86, 58, 176, 1) 0%, rgba(94, 94, 231, 1) 100%);
}
.portfolio-image img {
  max-width: unset !important;
}
.portfolio-text-container {
  margin: 0 0 0 5rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}
#portfolio .container{
  position: relative;
}
.portfolio-tech-stack div span {
  color: var(--txt-color);
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 5px;
  line-height: 0;
  opacity: 0.5;
  font-size: 1.6rem;
  font-weight: 200;
}
.portfolio-tech-stack {
  display: flex;
  gap: 0.5rem;
}
.porfolio-text h3 {
  font-size: 5.5rem;
  text-transform: uppercase;
  margin: 2.5rem 0 1rem 0;
  color: var(--txt-color);
  font-weight: 400;
  font-style: italic;
}
.porfolio-text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  opacity: 0.5;
}
.portfolio-date {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.portfolio-date p {
  font-size: 3rem;
  opacity: 0.5;
  font-weight: 300;
}
.contact-form {
  background-color: #1B2130;
  border: 0.5px solid var(--secondary-color);
  padding: 7rem;
  display: flex;
  justify-content: space-between;
}
.contact-form-info-one h3 {
  font-size: 3rem;
  line-height: 2.4rem;
  font-style: italic;
  color: var(--txt-color);
  margin-bottom: 4rem;
  font-weight: 400;
}
.contact-form-info-one {
  margin-bottom: 6rem;
}
.contact-form-info-one div {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.contact-form-info-one div a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: var(--txt-color);
  opacity: 0.5;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.contact-form-info-one div a:hover{
  color: #5E5EE7;
  opacity: 1;
}
.contact-form-info-two h3 {
  font-size: 3rem;
  line-height: 2.4rem;
  font-style: italic;
  color: var(--txt-color);
  margin-bottom: 4rem;
  font-weight: 400;
}
.social-media {
  display: flex;
  gap: 1.4rem;
}
.social-media div a img:hover{
  animation: shake 200ms 2 linear;
  -moz-animation: shake 200ms 2 linear;
  -webkit-animation: shake 200ms 2 linear;
  -o-animation: shake 200ms 2 linear;
}
@keyframes shake {
  0% {
    transform: translate(4px, 0);
  }
  50% {
    transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(4px, 0);
  }
  50% {
    -moz-transform: translate(-4px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(4px, 0);
  }
  50% {
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translate(4px, 0);
  }
  50% {
    -ms-transform: translate(-4px, 0);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translate(4px, 0);
  }
  50% {
    -o-transform: translate(-4px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
.contact-form form {
  display: flex;
  flex-direction: column;
}
.contact-form form input.error, .contact-form form textarea.error{
  border-color: rgb(204, 4, 4);
}
.contact-form form input,
.contact-form form textarea {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: var(--primary-color);
  border: 0.5px solid rgba(94, 94, 231, 0.5);
  padding: 3rem;
  width: 90rem;
  margin-bottom: 1rem;
  transition: border 0.3s ease;
}
.contact-form form input:focus-visible,
.contact-form form textarea:focus-visible {
  border: 0.5px solid rgba(94, 94, 231, 1);
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  opacity: 0.5;
}
.underline.button a{
  padding: 2rem 3rem!important;
  text-transform: uppercase;
  transition: background 0.5s ease, color 0.3s ease;
  color: #F1F1F1;
}
.underline.button a:hover{
  background: #5E5EE7;
  color: #FFFFFF;
}
.contact-form .btn {
  margin-top: 1.5rem;
  margin-left: auto;
  cursor: pointer;
  width: 200px;
  align-items: center;
  background: transparent!important;
  text-transform: uppercase;
  color: #F1F1F1;
  font-size: 1.4rem;
  height: 59px;
  padding: 0px;
  display: flex;
  border: 0.5px solid var(--secondary-color);
  justify-content: center;
  transition: color 0.3s ease, background 0.5s ease;
}
.contact-form .btn:hover{
  color: #FFFFFF;
  background: #5E5EE7!important;
}
footer div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
footer div p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--txt-color);
}
footer {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(86, 58, 176, 1) 0%, rgba(94, 94, 231, 1) 100%);
}
.proces-container {
  display: flex;
  min-height: 30rem;
  justify-content: space-between;
}
.proces-list {
  display: flex;
  flex-direction: column;
  transform: translateX(-5rem);
  align-items: flex-start;
}
.proces-list button.active {
  opacity: 1;
  font-style: normal;
  transform: translate(1rem, 1rem);
}
.proces-list button svg path{
  transition: fill 0.3s ease, opacity 0.3s ease;
}
.proces-list button.active svg path{
 fill: #5E5EE7;
 opacity: 1;
}
.proces-list button {
  background-color: transparent;
  color: var(--txt-color);
  font-size: 3.5rem;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 3.5rem;
  transition: all 0.3s ease;
}
.proces-list button span {
  font-size: 6rem;
  color: var(--txt-color);
  font-style: normal;
  padding-right: 2rem;
  transition: all 0.3s ease;
}
.proces-text img {
  margin-bottom: 2rem;
}
.proces-text p {
  max-width: 56rem;
  opacity: 0.5;
  font-size: 1.6rem;
  line-height: 2.5rem;
  transition: all 0.3s ease;
}
.proces-text p.animation {
  animation: procesAnimation 0.5s forwards ease-in;
}
.proces-animation {
  width: 45rem;
transform: translateX(-42px);
}
.proces-animation svg{
  max-height: 24rem;
}
.usluge-image img{
  transition: transform 0.5s ease;
  transform: translate(150px, 100px)
}
.noise {
  -webkit-animation: noise 1.2s steps(3) infinite both;
  animation: noise 1.2s steps(3) infinite both;
  background: url('../images/noise.png');
  height: 200%;
  left: -50%;
  pointer-events: none;
  position: absolute;
  top: -50%;
  width: 200%;
  will-change: auto;
  z-index: 99998;
  opacity: .1;
}
body{
  overflow: hidden;
  position: relative;
}
@keyframes noise {
  0% {
      transform: translate3d(1%,-1%,0);
  }
  10% {
      transform: translate3d(-5%,-2%,0);
  }
  20% {
      transform: translate3d(10%,5%,0);
  }
  30% {
      transform: translate3d(5%,-11%,0);
  }
  40% {
      transform: translate3d(-12%,-5%,0);
  }
  50% {
      transform: translate3d(10%,9%,0);
  }
  60% {
      transform: translate3d(15%,0,0);
  }
  70% {
      transform: translate3d(-10%,8%,0);
  }
  80% {
      transform: translate3d(10%,2%,0);
  }
  90% {
      transform: translate3d(1%,5%,0);
  }
  100% {
      transform: translate3d(0,8%,0);
  }
}
.portfolio-prev{
  top: 5rem;
  left: unset;
    right: 6.5rem;
    width: 5.6rem!important;
    height: 5.6rem!important;
    border-radius: 50%;
    color: #F1F1F1!important;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(86, 58, 176, 1) 0%, rgba(94, 94, 231, 1) 100%);
}
.portfolio-next{
  top: 5rem;
  left: unset;
    right: 0px;
    width: 5.6rem!important;
    height: 5.6rem!important;
    border-radius: 50%;
    color: #F1F1F1!important;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(86, 58, 176, 1) 0%, rgba(94, 94, 231, 1) 100%);
}
.portfolio-next::after,  .portfolio-prev::after{
  font-size: 1.4rem!important;
  font-weight: bold;
}
#kontakt .container{
  margin-bottom: 8rem;
}
#portfolio{
  position: relative;
}
h1{
  font-size: 16rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  color: #F1F1F1;
  letter-spacing: -1rem;
  width: 100%;
}
.header-section{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
    min-height: 80rem;
}
.swiper-pagination-bullet{
  width: 3rem;
  background-color: #F1F1F1;
  height: 0.2rem;
  border-radius: unset;
  border: none;
}
#portfolio .swiper-slide{
  cursor: grab;
}
#portfolio .swiper-pagination{
  bottom: -5rem!important;
}
.header-section .container{
display: flex;
align-items: center;
margin-bottom: 0;
position: relative;
transform: translateY(7rem);
width: 148rem;
justify-content: center;
}
h1 > span{
  transition: transform 1.5s ease;
}
.h1-kreativna, .h1-kompletnom{
  color: #5E5EE7;
}
.h1-kreativna{
  transform: translate(-150rem, 0rem);
}
.h1-digitalna{
  margin-left: auto;
  transform: translate(150rem, -2rem);
}
.h1-agencija{
  margin: 0 auto;
  transform: translate(-150rem, -2rem);
}
.h1-kompletnom{
  margin-left: auto;
  transform: translate(150rem,-2rem);
}
.h1-uslugom{
  transform: translate(-150rem,-4.5rem);
  }
.h1-kreativna img{
  transform: translate(-1.5rem,-2rem);
}
.h1-kompletnom img{
  transform: translateY(-1.5rem);
}
.h1-kompletnom.active img{
  animation: ruka-animated 1.5s ease-in-out alternate infinite;
}
@keyframes ruka-animated {
  0%{
    transform: translate(-3.5rem,-2rem);
  }
  100%{
    transform: translate(0.5rem,-2rem);
  }
}
.h1-uslugom.active img{
  animation: strelica-animated 1.5s ease-in-out alternate infinite;
}
@keyframes strelica-animated {
  0%{
    transform: translate(0rem,0rem);
  }
  100%{
    transform: translate(-3.5rem,0rem);
  }
}
.h1-digitalna.active img{
  animation: munja-animated 1.5s ease-in-out alternate infinite;
}
.h1-kreativna.active img{
  animation: talas-animated 1.5s ease-in-out alternate infinite;
}
@keyframes munja-animated {
  0%{
    transform: scale(0.8) rotate(-10deg);
  }
  100%{
    transform: scale(1) rotate(10deg);
  }
}
@keyframes talas-animated {
  0%{
    transform: rotate(-5deg) translate(1.5rem,-2rem);
  }
  100%{
    transform: rotate(5deg) translate(1.5rem,-2rem);
  }
}
h1 button{
font-size: 1.6rem;
color: #F1F1F1;
border: 1px solid rgba(94, 94, 231, 0.5);
padding: 2rem 3rem!important;
background-color: transparent;
text-transform: uppercase;
font-weight: bold;
margin-right: 4rem;
transform: translateY(-5.5rem);
transition: border 0.3s ease, background 0.5s ease, color 0.3s ease;
}
h1 button:hover{
  color: #FFFFFF;
  background-color: #5E5EE7;
}
.rotacija-slika{
  position: absolute;
  top: -2rem;
  right: 0;
  transform:  translate(50rem,2rem) rotate(360deg);
}
.rotacija-slika.active{
  animation: rotacija-slike 2s linear forwards;
}
.rotacija-slika.rotiraj{
  animation: rotacija-slike2 4s linear infinite;
}
@keyframes rotacija-slike {
  0%{
    transform:  translate(50rem,2rem) rotate(360deg);
  }
  100%{
    transform:  translate(0rem,2rem) rotate(0deg);
  }
}
@keyframes rotacija-slike2 {
  0%{
    transform: translate(0rem,2rem) rotate(360deg);
  }
  100%{
    transform: translate(0rem,2rem) rotate(0deg);
  }
}
.phone-background{
  position: absolute;
  top: 50%;
  transform: translate(-50rem,-45%);
  left: -12rem;
  transition: transform 2s ease;
}
.phone-background.active{
  transform: translate(0rem,-45%);
}
.header-section-mobile{
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 9rem;
  position: relative;
}
/*RESPONISVE*/
@media screen and (max-width: 1736px) {
  .phone-background{
    left: -25rem;
  }
}
@media screen and (max-width: 1512px) {
  .phone-background {
    left: -35rem;
}
}
@media screen and (max-width: 1280px) {
  h1{
    font-size: 12rem;
  }
}
@media screen and (max-width: 980px) {
  .header-section-mobile{
   display: flex;
  }
  .header-section{
    display: none;
  }
  .header-section-mobile .container{
    margin-bottom: 0px;
  }
  .h1-kreativna2, .h1-kompletnom2{
    color: #5E5EE7;
  }
  .h1-kreativna2{
    transform: translate(-150rem, 0rem);
  }
  .h1-digitalna2{
    margin-left: auto;
    transform: translate(150rem, 0rem);
  }
  .h1-agencija2{
    margin: 0 auto;
    transform: translate(-150rem, 0rem);
  }
  .h1-kompletnom2{
    margin-left: auto;
    transform: translate(150rem,0rem);
  }
  .h1-uslugom2{
    transform: translate(-150rem,-0rem);
    }
  .h1-kreativna2 img{
    transform: translate(-1.5rem,0rem);
  }
  .h1-kompletnom2 img{
    transform: translateY(-1.5rem);
  }
  .h1-kompletnom2.active img{
    animation: ruka-animated 1.5s ease-in-out alternate infinite;
  }
  .header-mobile-images{
    display: none;
  }
  .header-mobile-button{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(86, 58, 176, 1) 0%, rgba(94, 94, 231, 1) 100%);
    border: 0.5px solid rgba(94, 94, 231, 0.5);
    padding: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 4rem;
    color: #fff;
    transition: border 0.3s ease;
  }
}
@media screen and (max-width: 720px) {
  h1 {
    font-size: 9rem;
}
}
@media screen and (max-width: 550px) {
.proces-animation {
transform: translateX(0px);
}
  h1 {
    font-size: 5.5rem;
    letter-spacing: -0.1rem;
}
.h1-digitalna2{
  margin-left: unset;
}
.h1-kompletnom2{
  margin-left: unset;
}
.h1-agencija2{
  margin-left: unset;
}
.h1-kreativna2 img {
  transform: translate(-0.5rem,4rem);
  width: 8rem;
}
.header-mobile-images{
  display: block;
  position: relative;
}
.phone-background2{
  max-width: 39.8rem;
  transform: translateX(-7.5rem);
}
.rotacija-slika2{
  max-width: 11rem;
  position: absolute;
  left: 0;
  top: 3rem;
  animation: rotacija-slike2 4s linear infinite;
}
@keyframes strelica-animated {
  0%{
    transform: translate(0rem,0rem)  rotate(326deg);
  }
  100%{
    transform: translate(-2rem,2.5rem)  rotate(326deg);
  }
}
.header-mobile-images img[alt="strelica"]{
  max-width: 12.8rem;
  position: absolute;
  right: 0;
  bottom: 30px;
  transform: rotate(326deg);
  animation: strelica-animated 1.5s ease-in-out alternate infinite;
}
.header-mobile-button{
  width: 100%;
  text-align: center;
}
h1{
  font-size: 4.5rem;
}
.header-section-mobile .container{
  margin-top: 10rem;
}
}
@media screen and (max-width: 1080px) {
  .usluge-image{
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .usluge-accordion button{
    font-size: 2.3rem;
  }
  .accordion-hidden-text p{
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .container-title .title-behind{
    font-size: 6rem;
    top: 60%;
  }
  .container-title.inner .title-behind{
    line-height: 7rem;
    left: -3rem;
  }
  .container-title h2{
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .tehnologije-grid{
    grid-template-columns: repeat(5, 1fr);
  }
}
.tehnologije-slider{
  display: none;
}
@media screen and (max-width: 900px) {
  .tehnologije-grid{
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .tehnologije-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .tehnologije-grid{
    display: none;
  }
  .tehnologije-slider{
    display: block;
  }
  .tehnologije-grid-mobile{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.6rem;
  }
  .card-content p{
    display: none;
  }
  .card-content img{
    transform: scale(0.8);
  }
  .tehnologije-card{
    height: 14rem;
  }
  #tehnologije .container{
    position: relative;
  }
  .tehnologije-pagination{
    bottom: -4rem!important;
  }
  .card-content:hover img {
    transform: scale(0.8)!important;
}
}
@media screen and (max-width: 1350px) {
  .contact-form form input, .contact-form form textarea{
    width: 65rem;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form{
    flex-direction: column;
  }
  .contact-form .btn{
    margin-left: 0px;
  }
  .contact-form form{
    margin-top: 4rem;
  }
}
.porfolio-slider{
  display: none;
}
@media screen and (max-width: 750px) {
  .contact-form form input, .contact-form form textarea{
    width: 100%;
  }
  .contact-form{
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 550px) {
  .portfolio-pagination{
    display: block;
  }
  .porfolio-slider{
    display: block;
  }
  .contact-form-info-two h3{
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .porfolio-slider{
    display: block;
  }
  .contact-form-info-one h3{
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .contact-form-info-one div a{
    font-size: 1.4rem;
  }
  .contact-form-info-one{
    margin-bottom: 4rem;
  }
  .contact-form form input{
    width: 100%!important;
  }
  .portfolio-container.portfolio-desktop{
    display: none;
  }
  .portfolio-image img{
    width: 100%;
  }
  .portfolio-container article{
    flex-direction: column;
  }
  .portfolio-text-container{
    margin: 0px;
  }
  .portfolio-date{
    position: relative;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .portfolio-text-container{
    flex-direction: column;
    align-items: flex-start;
  }
  .porfolio-text h3{
    font-size: 3rem;
  }
  .porfolio-text p{
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .portfolio-tech-stack div span{
    font-size: 1.4rem;
  }
  #portfolio .container{
    position: relative;
  }
  .portfolio-pagination{
    bottom: -4rem!important;
  }
  .container{
    margin-bottom: 15rem;
  }
  .portfolio-slider{
    display: block;
  }
}
.hamburger-open{
  display: none;
}
.mobile-hidden-social{
  display: none;
}
@media screen and (max-width: 1080px) {
  .mobile-hidden-social{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav-header {
    height: 10rem;
  }
  .rotacija-slika-hidden{
    max-width: 11rem;
    margin-top: 0rem;
    margin-bottom: 8rem;
    animation: rotacija-slike2 4s linear infinite;
  }
  .mobile-hidden-social p{
    font-size: 2rem;
    font-style: italic;
    text-align: center;
  }
  .mobile-hidden-social div div{
    display: flex;
    gap: 1rem;
  }
  .nav-header .nav-links {
    position: fixed;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 1rem 3rem var(--shadow-color);
    top: 0;
    left: -100%;
    transition: left 0.5s ease;
    padding: 90px 0;
  }
  .nav-links.open {
    left: 0;
  }
  .nav-header .nav-links li:first-child {
    margin-top: 5.5rem;
  }
  .nav-header .nav-links li a {
    font-size: 3rem;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: transparent;
    z-index: 2;
    position: relative;
    overflow: hidden;
  }
  .menu__icon {
    position: absolute;
    width: 35px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu__line {
    position: absolute;
    left: 0;
    background-color: #fff;
    height: 2px;
    width: 100%;
    border-radius: 100px;
    pointer-events: none;
    transition: background-color 0.3s ease;
  }
  .menu__line--1 {
    top: 0;
    transition: transform 0.3s ease-in-out, top 0.2s ease-in-out 0.3s;
  }
  .menu__line--1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
    transition: transform 0.1s ease-in-out 0.2s, background-color 0.3s ease;
  }
  .menu__line--2 {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-10%);
    transition: opacity 0s ease-in-out 0.3s;
  }
  .menu__line--3 {
    bottom: 0;
    transition: opacity 0s ease-in-out 0.3s, bottom 0.2s ease-in-out 0.3s;
  }
  .hamburger.open .menu__line--1 {
    top: 10px;
    transform: rotate(135deg);
    transition: top 0.3s ease-in-out, transform 0.3s linear 0.3s;
  }
  .hamburger.open .menu__line--1:before {
    transform: rotate(90deg);
    transition: transform 0.1s ease-in-out 0.3s;
  }
  .hamburger.open .menu__line--2 {
    opacity: 0;
    transition: opacity 0s ease-in-out 0.3s;
  }
  .hamburger.open .menu__line--3 {
    bottom: 8.5px;
    opacity: 0;
    transition: bottom 0.3s ease-in-out, opacity 0s ease-in-out 0.3s;
  }
  .nav-links .button{
    width: 100%;
    padding: 0rem 3rem;
    text-align: center;
  }
  .nav-links .button a{
    font-size: 2.5rem!important;
    color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(86, 58, 176, 1) 0%, rgba(94, 94, 231, 1) 100%);
    border: 0.5px solid rgba(94, 94, 231, 0.5);
    padding: 3rem;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    transition: border 0.3s ease;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .nav-header .nav-links li a:not(.btn){
    font-size: 2.5rem;
    opacity: 1;
  }
  .menu-item__text > span{
    font-size: 2.5rem;
  }
  .menu-item > a{
    overflow: visible;
  }
}
@media screen and (max-width: 1350px) {
  .proces-animation svg{
      max-width: 20rem;
  }
  .proces-animation{
    width: 100%;
    max-width: 20rem;
  }
  .proces-list{
    transform: translateX(0rem);
  }
}
@media screen and (max-width: 1130px) {
  .proces-text p{
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .proces-list button{
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .proces-container{
    flex-direction: column;
  }
  .proces-animation{
    order: 2;
  }
  .proces-list{
    order: 1;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .proces-text{
    order: 3;
    max-width: 100%;
  }
  .proces-text p{
    max-width: 100%;
  }
  .proces-list button.active{
    transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .tehnologije-card:hover .card-content img{
    transform: translateY(0px);
  }
  .portfolio-next, .portfolio-prev{
    display: none!important;
  }
  .proces-list button {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .proces-list button svg{
    margin-bottom: 1rem;
  }
  .proces-list::-webkit-scrollbar{
    display: none;
  }
  .proces-container{
    align-items: flex-start;
  }
  .proces-list{
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    gap: 2rem;
  }
  .proces-animation svg{
    max-width: 15rem;
    height: 22rem;
  }
  .proces-text img{
    display: none;
  }
  .container{
    margin-bottom: 10rem;
  }
  #portfolio .container{
    margin-bottom: 15rem;
  }
  #tehnologije .container{
    margin-bottom: 15rem;
  }
}
@media screen and (min-width: 1280px) {
  .usluge-accordion button:hover {
    opacity: 1;
    transform: translate(-1rem, -1rem);
    font-style: normal;
  }
}
@media screen and (max-width: 1280px) {
  .usluge-accordion button{
    font-style: normal;
  }
}
.portfolio-tech-stack div img{
  max-height: 4rem;
}
.portfolio-tech-stack{
  display: flex;
  gap: 1.5rem;
}