.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#8E9294;--e-global-color-accent:#E03333;--e-global-color-5ee4f52:#1A1B1D;--e-global-color-e046aa3:#252628;--e-global-color-17b31d2:#A6AAAB;--e-global-color-fc7ebc4:#17B26A;--e-global-color-b295d2a:#CC0000;--e-global-typography-primary-font-family:"Aspekta";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Aspekta";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Aspekta";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Aspekta";--e-global-typography-accent-font-weight:500;font-family:"Aspekta", Sans-serif;font-size:1.6rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:144rem;}.e-con{--container-max-width:144rem;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:900px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,body{
    font-size: 62.5%;
    overflow-x: hidden;
    
}

@media (max-width: 56.25em) {
  html {
    font-size: 56.25%;
  }
}

body{
    background-color: #1A1B1D;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  width: 2px;
  background: rgba(255,255,255,0.06);
  z-index: 0;
  pointer-events: none;
}

/* leva linija */
body::before {
  left: calc((100% - 144.0rem) / 2)
}

/* desna linija */
body::after {
  right: calc((100% - 144.0rem) / 2)
}

.center-line{
 position: fixed;
  top: 0;
  height: 100vh;
  width: 2px;
  background: rgba(255,255,255,0.06);
  z-index: 0;
  pointer-events: none;

  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
 
}

/*anyside button*/
/*anyside button*/
.anyside-btn a,
.anyside-secondary-btn a {
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
  isolation: isolate !important;
  transition: color 0.6s ease !important;
}

.anyside-btn a::after,
.anyside-secondary-btn a::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 1;
  pointer-events: none;
  top: var(--y, 50%);
  left: var(--x, 50%);
}

.anyside-btn a::after {
  background-color: white;
}

.anyside-secondary-btn a::after {
  background-color: #E03333;
}

.anyside-btn a:hover::after,
.anyside-secondary-btn a:hover::after {
  width: 800px;
  height: 800px;
}

.anyside-secondary-btn a:hover::after {
  width: 130vw;
  height: 130vw;
}

.anyside-btn a:hover {
  color: black !important;
}

.anyside-secondary-btn a:hover {
  color: white !important;
}

.anyside-btn a .elementor-button-text,
.anyside-secondary-btn a .elementor-button-text {
  position: relative;
  z-index: 10;
}


/*UNDERLINE LINK*/

.underline-link a {
  text-decoration: none !important;
  position: relative !important;
  display: inline-block !important;
}

.underline-link a::after,
.underline-link a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
}

/* after — pocetna linija, nestaje na desno */
.underline-link a::after {
  transform-origin: right;
  transform: scaleX(1);
}

.underline-link a:hover::after {
  transform: scaleX(0);
}

/* before — nova linija, ulazi s leva sa delay-om */
.underline-link a::before {
  transform-origin: left;
  transform: scaleX(0);
}

.underline-link a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

/*Kako funckionise homepage sekcija stacking cards*/

.step-bg-container .e-con-inner{
    background-color: #1a1b1d;
}

@media screen and (max-width: 56.25em){
    .step-bg-container .e-con-inner{
    background-color: transparent;
    
    
}


}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aspekta';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://fullscale.rs/wp-content/uploads/2026/03/Aspekta-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Aspekta';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://fullscale.rs/wp-content/uploads/2026/03/Aspekta-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Aspekta';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://fullscale.rs/wp-content/uploads/2026/03/Aspekta-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Aspekta';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://fullscale.rs/wp-content/uploads/2026/03/Aspekta-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Aspekta';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://fullscale.rs/wp-content/uploads/2026/03/Aspekta-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Aspekta';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://fullscale.rs/wp-content/uploads/2026/03/Aspekta-800.woff2') format('woff2');
}
/* End Custom Fonts CSS */