@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /*              GLOBALS                */
--main-text-color: rgba(200,200,200,1);
--rdev-yellow: rgba(255, 210, 130, 1.00);
}

.font-source-code {
  font-family: "Source code pro";
}

.section-bg {
    position:relative;
    background: linear-gradient(16deg, rgba(22,0,19,1) 0%, rgba(19,82,81,0.2) 0%, rgba(80,0,69,0.15) 100%), rgba(3,3,3,1);
    overflow:hidden;
    padding-bottom:80px;
    padding-top:50px;
    min-height:100vh;

}



section {
    position:relative;
    z-index:1;
}

.main-pozadie {
    background: linear-gradient(16deg, rgba(22,0,19,1) 0%, rgba(19,82,81,0.2) 0%, rgba(80,0,69,0.15) 100%), rgba(3,3,3,1);
}


.rdev_yellow {
color:var(--rdev-yellow);
}

body {
    -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 1rem;
  font-weight:400;
  line-height: 1.5;
  color: rgb(240, 240, 240);
  text-align: left;
  background-color: rgba(5,5,5,1);
}

main {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.6);
}

.noevents {
    cursor:default;
}
.submenu-spacer {
    border-bottom:1px solid rgba(100,100,100,0.8);
    opacity:0.3
}
#progress-bar {
    position: fixed;
    top: 69px;
    left: 0;
    height: 3px;
    width: 0;
    background-color:rgba(119,0,0,1);
    opacity: 0.8;
    z-index: 5000;
}


.neon-top {
  position: fixed; /* Fixuje div navrchu stránky */
  top: 0;
  left: 0;
  width: 100%; /* Rozšíri div na šírku stránky */
  height: 1px; /* Nastaví výšku na 1px */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 5%,
    rgba(65, 88, 208, 0.5) 25%,
    rgba(200, 80, 192, 0.5) 50%,
    rgba(255, 204, 112, 0.5) 75%,
    rgba(0, 0, 0, 0) 95%
  );
  z-index: 9999; /* Umiestni div nad všetko ostatné */
  pointer-events: none; /* Zabráni interakciám s divom */
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
pointer-events: none;
background: rgba(10,10,10,1);
 animation-duration: 400ms;
  animation-timing-function: ease-in-out;
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}

@keyframes fade-out {
  from { opacity: 1 }
    to { opacity: 0 }
}

@keyframes fade-in {
  from { opacity: 0 }
    to { opacity: 1 }
}

.fade-load {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0.4s ease-in-out;
    visibility: hidden;
}
.fade-load.visible {
    opacity: 1;
    visibility: visible;
}
.fade-load.hidden {
    opacity: 0;
    visibility: hidden;
}

.effect-noise {
    position: relative;
}



.effect-noise::before {
    content:"";
    position:absolute;
    bottom:-50%;
        right:-50%;
    top:-50%;
    left:-50%;
    background: transparent url('/images/noise.png') repeat 0 0;
    background-repeat: repeat;
    opacity: 0.3;
    z-index:0;
    pointer-events: none;
    animation: noise-animation 0.25s infinite;
}
@media (max-width:1200px) {
.effect-noise::before {
    content:"";
    display:none;
}
}

@keyframes noise-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}

.effect-blink {
  display: inline-block;
  animation: blink 1.5s step-start infinite;
  visibility: visible;
}

@keyframes blink {
  50% {
    visibility: hidden;
  }
}




small, .small {
  font-size: 80%;
}

.smaller {
    font-size: 65%;
    font-weight: 300;
}

.large {
    font-size: 110%;
}

.larger {
    font-size: 130%;
}

.largest {
    font-size: 150%;
}


.small2 {
    font-size: 90%;
  font-weight: 300;
line-height:1.3
}

.lh-1 {
line-height:1;
}

.lh-1-2 {
line-height:1.2;
}

.bold {
font-weight:500 !important;
}

.bolder {
font-weight:700 !important;
}

.thin {
font-weight:300 !important;
}

.thiner {
font-weight:200 !important;
}



hr.luxury {
  border: 0;
  height: 1px;
  width: 60%;
  background: var(--hr-center);
transition: background-color 0.7s ease-in-out; }

hr.luxury2 {
    border: 0;
    height: 1px;
    width: 80%;
    margin:auto;
    margin-top:10px;
    margin-bottom:50px;
    background-image: var(--hr-light); }

  hr.luxury-left {
margin:0;
      padding:0;
      border:0;
    height: 1px;
  width:80%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

hr.luxury-right {
    float:right;
  border: 0;
  height: 1px;
width:80%;
  background: linear-gradient(to right, rgba(255, 255, 255,0), rgba(255, 255, 255, 0.8));
}

hr.luxury-small {
  border: 0;
  height: 1px;
  width: 50%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }

hr.luxury-small2 {
  border: 0;
  height: 1px;
  width: 30%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  text-shadow: 0 0 5px black;

}
.invert {
  filter: var(--invert);
  transition: all 0.7s ease-in-out;
}

.bg-overlay-dot {
            position: relative;

        }

    .bg-overlay-dot::before {
            content: "";
        position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('https://dev.roban.dev/images/filter.webp');
            opacity: 0.08;
            transition: background-color 0.7s ease-in-out;
            z-index:-1;
        pointer-events: none;
        }

button.fullstack-hero {
    font-family: "Source code pro";
  border: solid 1px rgba(255,255,255,0.3);
  background: transparent;
  color: var(--text-body);
  box-shadow: 0 0px 0px hsla(190deg, 15%, 5%, .2);
padding: 20px 40px;
    min-width:220px;
  border-radius: 0px;
transition: all 0.7s ease-out;
}


button.fullstack-hero:hover
 {border: solid 1px ;
     border-color:rgba(255,255,255,.8);
border-radius: 10px;
     transition: all 0.2s ease-out;
}

.text-gradient {
  background: linear-gradient(16deg, #cd2292, #a72379 100%);
  background-clip: text;
  color: transparent;
    text-shadow: none !important;
}


.responzivny-nadpis {
  font-size: clamp(2rem, 10vw, 4rem) !important;
}

.responzivny-nadpis-maly {
  font-size: clamp(1rem, 10vw, 1.3rem) !important;
}

.responsiveform  {
  min-width:450px;
}

@media (max-width:768px) {
   .responsiveform  {
  min-width:auto;
} 
}






.stack {
  display: grid;
  grid-template-columns: 1fr;


}

.stack span {
  grid-row-start: 1;
  grid-column-start: 1;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) { --glitch-translate: 8px; }
.stack span:nth-child(even) { --glitch-translate: -8px; }

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  };
  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}

@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {  text-shadow: none; transform: none; }
}


article {
font-family: "Roboto";   
}

article p {
    	font-weight:300;
    letter-spacing: 0.4px;
    line-height: 1.5;
    font-size:16px;
        padding: 0px 10px 20px !important;
}

article ul {
    	font-weight:350;
    letter-spacing: 1px;
    line-height: 25px;
    font-size:16px;
        padding: 0px 10px 20px !important;

}
article ul li {
list-style-type:none; 
}

article p.dvojrad {
    	text-align: left;
    padding: 0 10px;
    }

@media screen and (min-width: 992px) {
article p.dvojrad {
    column-count: 2;
    column-gap: 40px;  
    text-align: justify;
    padding: 0;
}}

.responzivny-nadpis-clanok {
  font-size: clamp(2rem, 15vw, 3rem) !important;
    text-align: left;    
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

.podnadpis-clanok {
  font-size: clamp(14px, 50vw, 20px) !important;
    text-align: center;    
    text-shadow: 0 0 10px rgba(0,0,0,1);
font-weight:300;
}

@media screen and (min-width: 992px) {
.podnadpis-clanok {
text-align: left; 
}}

h2.nadpis-text {
  font-size: 20px;
    text-transform: uppercase;
    font-weight:800;
    padding: 30px 10px 10px 10px;
}

@media screen and (min-width: 992px) {
h2.nadpis-text {
    padding: 30px 0px 10px 0px;
}}

figcaption {
    position: relative;
    float: right;
text-align: right;
    font-size: 10px;
padding: 5px 30px;
    font-weight:300;
    background: rgba(5,5,5,0.6);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color:rgba(179,179,179,1.00);
    box-shadow: inset 0px 5px 4px -3px  rgba(5,5,5,1)
}




input.unsubscribe {
  width: 100%;
    text-align: center;
    height:auto;
  padding: 5px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
    font-family: inherit;
  outline: none;
  transition: border-color .2s;
    
}
input.unsubscribe:focus {

  border-bottom-color: #ddd;
    background: none;
    
}

input.unsubscribe::placeholder {
    color: #aaa;
    font-size:10px;
}


button.unsubscribe-button {
 width: auto;
    float: right;
    height:auto;
  padding: 10px 10px;
  background: none;
  border: none;
  color:rgba(255,210,130,1.00);
  font-size: 12px;
    font-family: inherit;
  outline: none;
transition: all .3s ease-in-out;
}

button.unsubscribe-button:hover {
  color:rgba(255,188,70,1.00);
transition: all .3s ease-in-out;
        text-shadow: 0 0 20px rgba(255,210,130,1),0 0 5px rgba(255,210,130,0.5);
}

.subscribe-form button {
  width: auto;
    float: right;
    height:auto;
  padding: 10px 10px;
  background: none;
  border: none;
  color:rgba(255,210,130,1.00);
  font-size: 12px;
    font-family: inherit;
  outline: none;
transition: all .4s ease-in-out;

    
}
.subscribe-form button:hover {
  color:rgba(255,188,70,1.00);
transition: all .4s ease-in-out;
        text-shadow: 0 0 15px rgba(255,210,130,0.8),0 0 3px rgba(255,210,130,0.8);
    
}


.subscribe-form input {
  width: 100%;
    text-align: center;
    height:auto;
  padding: 5px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
    font-family: inherit;
  outline: none;
  transition: border-color .2s;
    
}

.subscribe-form input::placeholder {
  color: #aaa;
    font-size:10px;
}

.subscribe-form input:focus {
  border-bottom-color: #ddd;
    background: none;
}

.subscribe-form input:-webkit-autofill {
  border-bottom-color: #ddd;
    
    background-color: transparent !important; /* Pokus o priesvitné pozadie */
    -webkit-text-fill-color: var(--main-text-color); /* Farba textu */
    transition: background-color 5000s ease-in-out 0s; /* Oddialenie vykreslenia farby */
}




:root {
  --carousel-width: 100%;
  --carousel-height: 80px;
  --carousel-elements-displayed: 5;
   --carousel-elements: 8; /* <- pridaj defaultnú hodnotu pre fallback */
  --carousel-element-width: calc(var(--carousel-width) / var(--carousel-elements-displayed));
  --carousel-animation-duration: calc(var(--carousel-elements) * 7s);
}

.logo-carousel {
  width: var(--carousel-width);
   height: var(--carousel-height);
  color: rgba(162,162,162,0.60);
  overflow: hidden;
  position: relative;
}

.logo-carousel:before,
.logo-carousel:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}


.logo-carousel-content {
    text-shadow: none;
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--carousel-animation-duration) linear infinite;
}


@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--carousel-element-width) * var(--carousel-elements)));
  }
}

.logo-carousel-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--carousel-element-width);
  max-height: 100%;
  font-size: calc(var(--carousel-height) * 3 / 4);
  white-space: nowrap;
  ;
}

.logo-carousel-content li img {
  width: 100%;
  border: 2px solid #eee;
}

.logo-carousel-content li img:hover {
color: #0056b3;
            transform: scale(1.2);
            transition: transform 0.3s, color 0.3s;
}

@media (max-width: 768px) {
  :root {
    --carousel-width: 100%;
    --carousel-height: 65px;
    --carousel-elements-displayed: 3;
  }

  .logo-carousel:before,
  .logo-carousel:after {
    width: 5rem;
  }
}



#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -6;
  pointer-events: none;
  opacity: 1;
  background-size: cover;
  background-position: center;background-attachment: fixed;
}






.footer {
    padding-top:40px;
    background: linear-gradient(0deg, rgba(5,5,5,1) 0%, rgba(13,13,13,1) 100%);
}

  .footer .footer-heading {
    font-size: 15px;
    color: var(--rdev-yellow);
      text-transform: uppercase;
      font-weight:800;
    margin-bottom: 20px;      
}
  .footer .list-unstyled li a {
    color: rgba(170,170,170,1);
font-size:12px;
      letter-spacing: 0.8px;
}
    .footer .list-unstyled li a:hover {
      color: #fff;}

  .footer p {
      font-size:11px;
font-weight:300
}

  .footer p.copyright-text {
    text-align: center;
    font-weight: 800;
    font-size:11px;
      color:rgba(150,150,150,1);
      padding-top:50px;
      opacity:0.5;
      text-shadow: 0 5px 5px rgba(255,255,255,0.1);
}



    .footer .footer-heading .logo {
      color: #fff;
      text-transform: uppercase; }
  .footer .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px; }

.footer ul.dolezite-linky {
list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.footer ul.dolezite-linky li {
display: inline-block;
    margin-right: 30px;
    font-size:10px;
}


  .footer .list-unstyled a {
    color: rgba(255, 255, 255, 0.4); }
    .footer .list-unstyled a:hover {
      color: #fff; }
  .footer .stack-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 2em; }
    .footer .stack-wrap h3 {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.4); }
    .footer .stack-wrap .stack-name a {
      margin-right: 10px;
      font-size: 13px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.4); }
      .footer .stack-wrap .stack-name a span {
        color: white; }
    .footer .stack-wrap .btn-custom {
      font-size: 14px; }
  .footer .border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.05);}
    @media (max-width: 768px) {
      .footer .border-left {
        border: none; } }


.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
    background:rgba(0,0,0,0.90);

}


.hero-parallax-video {
  position: fixed; /* Video je pevne umiestnené vo viewporte */
  top: 50%;
    overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%); /* Vycentruje video */
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* Zachová pomer strán videa */
  z-index: -500; /* Umiestni video pod obsah */
}

.hero-parallax-container {
  position: fixed;
height:500px;
  overflow:hidden;
  z-index: -999999;
}

.hero-content {
  position: relative;
  z-index: 1; /* Obsah nad videom */
}
a:not(.notA) {
    color: rgba(210,210,210,1);
      letter-spacing: 0.7px;
    transition: all 0.6s ease-in-out;
    text-decoration: none;
    text-shadow: inherit;
}
a:not(.notA):hover {
      color: #fff;
text-shadow: 0 0 12px rgba(255,255,255,0.5),0 0 4px rgba(255,255,255,0.7);
transition: all 0.3s ease-in-out;
}

a:not(.notA).active {
  color: #fff;
text-shadow: 0 0 12px rgba(255,255,255,0.5),0 0 4px rgba(255,255,255,0.7);
transition: all 0.3s ease-in-out;
}

a.bigA {
    color: rgba(210,210,210,1);
      letter-spacing: 0.8px;
    transition: all 0.6s ease-in-out ;
    text-decoration: none;
    line-height: 0.8;
}
a:hover.bigA {
      color: #fff;
text-shadow: 0 0 17px rgba(255,255,255,0.6),0 0 5px rgba(255,255,255,0.7);
transition: all 0.3s ease-in-out;
}

.logo {

    line-height: 0.8;
}


#dots {
        padding:0;
    margin: 0 0 0 2px;
    letter-spacing: 0.5px;
    line-height: 0.5;
        }
        .dot {
            visibility: hidden;
            margin-left:-10px;
        }





button:disabled {
    opacity: 0.5;
    pointer-events: none;

}



.rdev_wrapper h2.rdev_nadpis {
  background: linear-gradient(to right, #4158d0, #c850c0, #ffcc70);
  background-clip: text;
  color: transparent;
    font-size: clamp(2rem, 5vw, 4rem);
}

.rdev_wrapper p.popis {
    font-weight:200;
    letter-spacing: 0.8px;
    font-size:14px;
}


.rdev_wrapper button {
  border: solid 1px rgba(255,255,255,0.3);
  padding: 15px 30px;
  background: transparent;
  color: var(--main-text-color);
  box-shadow: 0 0px 0px hsla(190deg, 15%, 5%, .2);
font-family: inherit;
  border-radius: 0px;
transition: all 0.5s ease-out;
}


.rdev_wrapper button:hover {
    border: solid 1px ;
     border-color:rgba(255,255,255,.8);
border-radius: 8px;
    color: white;
     transition: all 0.5s ease-out;
}


.card{
    padding:20px;
}

.card-title{
text-transform: uppercase;
    font-size: clamp(1rem, 5vw, 2rem);
    font-weight:800;
    background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(230,230,230,1) 100%);
    background-clip: text;
    color: transparent;
}

.changelog-date{
text-transform: uppercase;
    font-size:11px;
    font-weight:300;
    line-height:0.9;
        padding-bottom:10px;
}

.changelog-title {
     display: inline-block;
    padding-right:15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--rdev-yellow);
    position: relative; /* Potrebné pre pseudo-element */
}

.changelog-title::after {
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(255, 210, 130, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}




.changelog-text{
    font-size:12px;
    font-weight:300;
    padding-bottom:15px;
}

.card-text{
    font-size:14px;
    font-weight:300;
}



.card-group{
padding-bottom:20px;
}

h2.changelog{
font-size: clamp(1rem, 10vw, 2rem);
    font-weight:700;
    color:var(--rdev-yellow);
    padding-bottom:30px;
}

h1.changelog{
font-size: clamp(.5rem, 10vw, 2rem);
    font-weight:300;
}

.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
}

.com-icon{
  margin-bottom: .35em;
  color: #1F6F9A;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem .9em;
    margin-bottom: .5em;
    background-color: transparent;
  border: none;
}

.hashtag {
  font-family: "Source code pro";
padding: 2px 6px;
display: inline-block;
    background: rgba(50,50,50,0.2);
    border-radius: 3px;
    margin:0px 7px 0px 0px;
    box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.4);
    border: 1px solid rgba(50,50,50,0.5);
    font-size: 10px;
    font-weight:200;
    pointer-events: none;
    user-select: none;
}
@media (max-height: 768px) {
.hashtag{
    background: rgba(40,40,40,0.15);
    box-shadow:inset 0 0 5px 0 rgba(50,50,50,0.25);
    border: 1px solid rgba(70,70,70,0.5);
    font-weight:200;
}
    }

.hashtag-big {
  font-family: "Source code pro";
padding: 2px 6px;
display: inline-block;
    background: rgba(50,50,50,0.2);
    border-radius: 3px;
    margin:3px 7px 3px 0px;
    box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.4);
    border: 1px solid rgba(50,50,50,0.5);
    font-size: 12px;
    font-weight:200;
    pointer-events: none;
    user-select: none;
}
@media (max-height: 768px) {
.hashtag-big{
    background: rgba(40,40,40,0.15);
    box-shadow:inset 0 0 5px 0 rgba(50,50,50,0.25);
    border: 1px solid rgba(70,70,70,0.5);
    font-weight:200;
}
    }

.casestudy-mark {
  margin-left:5px;
padding: 1px 3px;
display: inline-block;
    position: relative;
    top:-5px;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    border: 1px solid rgba(100,100,100,0.5);
    box-shadow: 0 0 3px 0 rgba(10,10,10,0.35);
    font-size: 8px;
    font-weight:600;
    pointer-events: none;
    user-select: none;
    
}

.hashtag-category {
padding: 1px 3px;
display: inline-block;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    border: 1px solid rgba(100,100,100,0.5);
    box-shadow: 0 0 3px 0 rgba(10,10,10,0.35);
    font-size: 8px;
    font-weight:500;
    pointer-events: none;
    user-select: none;
}


.untouchable {
    pointer-events: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background:#111;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #222;
}

.pt-100{
padding-top:100px !important;
}

    @media (max-width: 768px) {
      .pt-100{
padding-top:50px !important;
} 
}

.pb-100{
padding-bottom:100px !important;
}

    @media (max-width: 768px) {
      .pb-100{
padding-bottom:50px !important;
} 
}



.loader {
    color: #fff;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: loaderDots 0.5s infinite alternate linear;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-image-wrapper {
    position: relative;
    display: inline-block;
}

@keyframes loaderDots {
    50%  { box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px }
    100% { box-shadow: 19px 0 0 0  , 38px 0 0 3px, 57px 0 0 7px }
}
.more-info {
    position:relative;
    display: block;
  background-image:linear-gradient(30deg,rgba(79,184,184,1.00) 0%, rgba(179,0,159,0.80)100%);
  border-radius: 8px;
  box-shadow: inset 0 0 50px 0 rgba(80,80,80,0.2),inset  0 0 3px 0 rgba(0,0,0,1), 0 0 10px rgba(0,0,0,0.3);
  border: 1px solid rgba(30,30,30,1);
    color:rgba(255,255,255,1.00);
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Source code pro";
  font-size: 14px;
  font-weight: 500;
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);
    letter-spacing: 1px;
  height: 4rem;
    width:100%;
    max-width:250px;
  padding: 20px 30px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    transition: all 0.3s ease-in-out;
}

.more-info::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: inherit;
  background-image:linear-gradient(-130deg, rgba(22,0,19,1) 0%, rgba(19,82,81,1) 0%, rgba(80,0,69,0.8) 100%);
  z-index: 1;
  opacity: 0.3;
  filter: blur(10px);

    


}

.more-info:hover {
      transition: all 0.2s ease-in-out;
box-shadow: inset 0 0 50px 0 rgba(255,255,255,0.5),inset  0 0 5px 0 rgba(0,0,0,1), 0 0 10px rgba(0,0,0,0.5);
    text-shadow:0 2px 3px rgba(0,0,0,0.7), 0 0 10px white;
}

@media (max-width: 768px) {
  .more-info {
    padding: 20px 30px;
  }
}

.rdev_nadpis {
    position: relative;
    font-size: clamp(4rem, 10vw, 6rem) !important;
font-weight:800;
background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(230,230,230,1) 100%);
    text-shadow: none !important;
    background-clip: text;
    color: transparent;
}
.vert-spacer {
  height:200px;
}

@media (min-width: 1200px) {
.rdev_nadpis {
word-wrap: break-word;
}
.vert-spacer {
  height:200px;
}
}

.rdev_nadpis-intro {
  font-family: "Source code pro";
  position: relative;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
font-weight:800;
background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(230,230,230,1) 100%);
  text-shadow: none !important;
  background-clip: text;
  color: transparent;
}

.rdev_img {
position:absolute;
    height:100vh;
    width:50vw;
    left:40%;
    top:0;
    background:url('/images/rdev-logo.webp') no-repeat;
    background-position: right;
    background-size:100%;
    z-index:0;
    filter:blur(12px);
    animation: pulse 7s infinite ease-in-out;
    transform-origin: center;
    will-change: transform;
}

.rdev_img-intro {
  position:absolute;
      height:300px;
      width:300px;
     right:10%;
      top:0;
      background:url('/images/rdev-logo.webp') no-repeat;
      background-position: right;
      background-size:100%;
      z-index:-1;
      filter:blur(12px);
      opacity:0.5
  }

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.9);
    }
}

@media (max-width: 768px) {
.rdev_img {
position:absolute;
    height:100vh;
    width:100vw;
    left:0;
    background:url('/images/rdev-logo.webp') no-repeat;
    background-position: left;
    background-size:100%;
    filter:blur(50px);
    animation: pulse 10s infinite ease-in-out;
    opacity:0.5;
}
}

.chaotic-circle {
    position: absolute;
    top:60%;
    right:60%;
    width: 500px;
    height: 500px;
    background-color: #ff31b8;
    border-radius: 50%;
    animation: chaoticPulse 60s infinite ease-in-out;
    filter:blur(100px);
    transform-origin: center;
    z-index:-1;
    opacity:0.2;
}
@media (max-width:768px) {
.chaotic-circle {
    right:40%;


}
}

@keyframes chaoticPulse {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.3);
    }
    30% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(0.9);
    }
    85% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


.banner-shadow {
    position:relative;
    overflow: hidden;
}

.banner-shadow::after {
    content:"";
    position:absolute;
    bottom:0;
    left:-25%;
    height:100%;
    width:150%;
    background:transparent;
    box-shadow: inset 0px 0px 15px 10px rgba(0,0,0,0.8);
    z-index:0;
    pointer-events: none;
}

.filter-dots {
    position: relative;
    overflow: hidden;
}

.filter-dots::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/filter.webp');
    opacity: 0.2;
    transition: background-color 0.7s ease-in-out;
    z-index:0;
    pointer-events: none;
}

.filter-black-overlay {
    position: relative;
}

.filter-black-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.9);
    z-index:0;
    pointer-events: none;
    backdrop-filter:blur(5px);
}

.hero-web h1 {
font-size: clamp(1rem, 10vw, 2rem) !important;
}




.section-wrapper {

  text-align: left;
  color:#BBBBBB;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .section-wrapper {
    width: 100%;
  }
}

.section-wrapper:nth-child(3) {
  padding-right: 8%;
}

.section-wrapper h3.section-title {
  color: #fff;
    font-weight:700;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1em;
}

.section-wrapper .skill-percentage {
  margin-bottom: 10px;
  position: relative;
}

.section-wrapper .skill-percentage::after {
  content: "";
  width: 100%;
  height: 6px;
  background: rgba(100,100,100,0.1);
  display: block;
  margin-top: 3px;
}

.section-wrapper .skill-percentage::before {
  content: "";
  height: 6px;
  background:#aaa;
  position: absolute;
  margin-top: 3px;
  bottom: 0;
}

.section-wrapper .skill-percentage:nth-child(1)::before {
  width: 80%;
  animation: skill_1 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(2)::before {
  width: 80%;
  animation: skill_2 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(3)::before {
  width: 30%;
  animation: skill_3 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(4)::before {
  width: 50%;
  animation: skill_4 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(5)::before {
  width: 30%;
  animation: skill_5 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(6)::before {
  width: 80%;
  animation: skill_6 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(7)::before {
  width: 75%;
  animation: skill_7 0.6s ease;
}

@keyframes skill_1 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}

@keyframes skill_2 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}

@keyframes skill_3 {
  from {
    width: 0%;
  }
  to {
    width: 30%;
  }
}

@keyframes skill_4 {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}

@keyframes skill_5 {
  from {
    width: 0%;
  }
  to {
    width: 30%;
  }
}

@keyframes skill_6 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}

@keyframes skill_7 {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}


@media print {
    #printArea {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    footer {
        visibility: hidden;
    }
    
    nav {
        visibility: hidden;
    }
    button {
        visibility: hidden;
    }
}







.hero-nadpis {
    position: relative;
    width:100%;
    font-family: "Open sans";
    font-size: clamp(2rem, 13vw, 6rem) !important;
font-weight:800;
    line-height: 1.5;
    color:rgba(228,228,228,1.00);
      white-space:nowrap;
    padding-bottom:30px;
    z-index: 3;
}

.hero-subnadpis {
  font-family: "Source code pro";
    color:#ddd;
    line-height:1.5;
    font-size:90%;
    font-weight:300;
    padding-bottom:20px;
}

@media (min-width:992px) {
.hero-subnadpis {
color:#bbb;
line-height:1.7;
font-size:110%;
font-weight:350;
}
}
.pl-100 {
  padding-left:100px;
}

.hero-container {
padding: 100px 100px;
}

@media (max-width: 768px) {
  .hero-container {
    padding: 100px 0px 0px 20px;
    }

    .pl-100 {
      padding-left:12px;
    }
}
.hero-image {
  position: relative;
  right:-100px;
  opacity: 0;
  }
@media (min-width: 1200px) {
  .hero-container {
    padding: 100px 0px 0px 100px;
    position: relative;
    }

  .hero-image {
    position: relative;
    right:-100px;
    top:100px;
    opacity: 0;
    overflow:hidden
    }

    
}

.misia-color {
background: linear-gradient(37deg, rgba(150,0,0,1) 0%, rgba(255,0,155,1) 100%);
    background-clip: text;
    color: transparent;
}


.button-main {
    color: rgba(210,210,210,1);
      letter-spacing: 0.7px;
    transition: all 0.6s ease-in-out;
    
      border: solid 1px rgba(255,255,255,0.3);
  padding: 20px 40px;
  background: transparent;
  box-shadow: 0 0px 0px hsla(190deg, 15%, 5%, .2);
font-family: inherit;
  border-radius: 0px;
    text-transform: uppercase;
        
}

.button-main:hover {
          color: rgba(255,255,255,1);
text-shadow: 0 0 12px rgba(255,255,255,0.5),0 0 4px rgba(255,255,255,0.7);
transition: all 0.3s ease-in-out;
    text-decoration:none;
    
      border: solid 1px rgba(255,255,255,0.2);
  border-radius: 4px;
}



.container-terminal {  
position:relative;
right:-35px;
} 
.terminal {  
  position:relative;
right:-20px;
  height: auto;
  width:100%;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.5);
} 
.terminal__bar {  
  display: inline-flex;  
  flex-direction: row;
  align-items: flex-end;
  width: 100%;  
  height: 28px;  
  align-items: center;  
  padding: 0 8px;  
  box-sizing: border-box;  
  border-top-left-radius: 5px;  
  border-top-right-radius: 5px;  
  background: linear-gradient(#504b45 0%,#3c3b37 100%);
} 
.bar__buttons {  
  display: inline-flex;
  flex-direction: row; 
} 
.bar__button {  
  display:flex;  
  justify-content: center;  
  align-items: center;  
  line-height: 20px;
  padding: 0;   
  margin-right:5px;
  font-size: 10px;  
  height: 15px;  
  width: 15px;  
  box-sizing: border-box;  
  border: none;  
  border-radius: 100%;  
  background: linear-gradient(#7d7871 0%, #595953 100%);  
  text-shadow: 0px 1px 0px rgba(255,255,255,0.2);  
  box-shadow: 0px 0px 1px 0px #41403A, 0px 1px 1px 0px #474642;
}
.bar__button:hover {  
  cursor: pointer;
}
.bar__button:focus {  
  outline: none;
}
.bar__button--exit {  
  background: linear-gradient(#d30000 0%, #880000 100%);    
  background-clip: padding-box;
} 
.bar__user {   
  color: #d5d0ce;  
  margin-left: 6px;  
  font-size: 12px;  
  line-height: 1.2;
  margin:0;
} 
.terminal__body {  
  background: rgba(19, 19, 19, 0.9);   
  height: calc(100% - 30px);  
  font-family: "Source Code Pro";
  padding:5px;
  margin-top: -1px;
} 
.terminal__prompt {  
  display: flex;
  font-size: 12px;
  font-weight:400;
}
.terminal__prompt--user {  
  color: #7eda28;
  font-weight:500;
  
}
.terminal__prompt--location { 
  color: #4878c0;
}
.terminal__prompt--bling {  
  color: #dddddd;
}
.terminal__prompt--cursor {  
  display: inline-block;  
  height: 20px;  
  width: 8px;  
  margin-left: 9px;  
  animation: blinking 1200ms linear infinite;
} 

.terminal__prompt--text {  
  display: inline-block;  
  width: auto;  
  margin-left: 9px;  
  padding-bottom:50px;

} 
@keyframes blinking {  
  0% {    
    background: #ffffff;  
  }  
  49% {    
    background: #ffffff;  
  }  
  60% {    
    background: transparent;  
  }  
  99% {    
    background: transparent;  
  }  100% {    
    background: #ffffff;  
  }
} 
@media (max-width: 768px) {  
  .terminal {     
    width: 90vw;  
  }
}