body {
  background-image: url("/images/patterns/noise-1.jpg") 
}
.body-innerwrapper {
     overflow-x: clip;
}
/*OFF-CANVAS*/
ul.mod-menu__sub.list-unstyled.small.menu-child > li {
    padding: 10px 0;
}


/*PORAVNAVA - BLOG - NASLOV*/
h1.sppb-dynamic-content-text {
    text-align: left;
}

/*FORM*/
#kontakt,
#portfolio,
#storitve,
#sodelovanje {
  display: block; 
}

div#column-id-1758047900408
 {
    border-radius: 150px 0 0 0;
}
div#column-id-d-YWvcWfwWPUWEBNzpRP2 {
    border-radius: 0 150px 0 0;
}
/*PORTFOLIO*/
/*div#sppb-addon-wrapper-GoiuZmmY0CGZ9GxAIgIoW {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-text-item {
  height: 100%;
  display: none;
}*/

button.sppb-btn.btn-sm.sppb-btn-primary {
    border-radius: 50px;
    font-size: 1rem;
    padding: 15px 20px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    filter: drop-shadow(0px 10px 20px #161a1766);
    transition: all 0.2s;
}

button.sppb-btn.btn-sm.sppb-btn-primary:hover {
  filter: drop-shadow(0px 5px 10px #161a1766);
  transform: translateY(.2rem);
}

/*BLUR*/
.back-blur {
  backdrop-filter: blur(10px);
}

/*HEADER*/
#sp-header {
  background: transparent;
  position: absolute;
  box-shadow: none; 
}
#sp-header .logo a {
    font-size: 18px;
    color: #edf2ef;
}

/*---menu*/
#sp-header.header-sticky {
  background-color: #161A17;
}


/*BUTTONS*/
.buttons div a{
  border-width: 2px;
}

button.sppb-btn.btn-sm.sppb-btn-link, 
link-decoration {
  color: #232825;
    font-size: 1.2em;
    text-decoration-line: underline;
}

button.sppb-btn.btn-sm.sppb-btn-link:hover {
    color: #3D664B;  
}

/*STICKY*/
.sticky-side-menu div {
  position: sticky;
  top: 4rem;
}

/*CARD */
.list ul {
  padding-left: 0px;
}
.list li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #726D80;
}

.card-normal{
  /*background-color: #fff;*/
  padding: 30px 15px;
  margin-bottom: 30px!important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  backdrop-filter: blur(20px);
  border: 1px solid #86BF9A;
  box-shadow: 0px 10px 20px 0px rgba(134, 191, 154, 0.3);
}
.card-onhover:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  background-color: RGBA(134, 191, 154, 0.15)
  box-shadow: 0px 10px 10px 0px rgba(134, 191, 154, 0.2);
}


/*IMAGE ZOOM*/
.zoom-img {
  background-color: #000;
  overflow: hidden;
 
}
/*
.zoom-img img {
  opacity: 0.5;
  transition: all 0.5s;
}
.zoom-img img:hover {
  opacity: 01;
  transform: scale(1.05);
}
*/

.show-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.95); 
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.5s;
}

.show-text:hover {
  background-color:#060A07;
  color: #fff!important;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.85;
}

   

/*DROP-SHADOW*/
.drop-shadow img {
  backdrop-filter: drop-shadow(0px 20px 30px rgba(22, 26, 23, 0.15))
  }

.sticky-top div div {
  position: sticky;
  top: 10%;
  z-index: 1!important;
}

.sticky-top-img div div {
  position: sticky;
  top: 10%;
}



.move-arrow span i {
  animation: my-move 2s infinite linear; 
  /*animation-duration: 2s;*/
}

@keyframes my-move {
  0% {transform: translateY(-5px)}
  50% {transform: translateY(+5px)}
  100% {transform: translateY(-5px)}
}

/* Animations */
/*.anime div div img {
  animation: spin 30s infinite linear; 
}
@keyframes spin {
  from {transform: rotate(0deg)}
  to {transform: rotate(-360deg)}
}

.animate-img img { 
  transition: all 0.2s ease-in-out;
}
.animate-img img:hover { 
  -webkit-transform: rotate(5deg) scale(1.4);
  transform: rotate(5deg) scale(1.2);
}*/


