:root {
    --ptf-accent-1: hsl(325, 60%, 50%);
    --ptf-accent-1:/* hsl(325, 87%, 38%)*/ hsl(325, 60%, 50%);;
}
.home_slika_tekst p{
    font-size: 1.125rem;
    max-width: 30rem;
}

ol, ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-position: unset;
}

.plej-btn {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;

    position: absolute;
    z-index: 2;
}

.plej-ikona{
    opacity: 1;
    visibility: visible;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 110px;
    transition: all 0.4s ease-in-out;

    z-index: 3;
}

.galerija:hover .plej-ikona {
    color: red;
    border: 1px solid red;
}

.home-section {
    width: 100%;
    min-height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    /*background: url(https://via.placeholder.com/1903x829);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ptf-navbar-logo img{
    width: 80%;
}

.ptf-is--home-agency .ptf-custom--3993::after{
    background: none !important;
}

.izjava{
    font-size: 24px;
}

.ptf-partner-box__image img {
    height: unset;
}

.ptf-work--style-3 .ptf-work__media img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.has-accent-1 {
    color: white !important;
    text-shadow: 2px 2px #00000095;
}

.baner_bijeli{
    color: #00000095;
    text-shadow: -2px -2px white;
}

.sjena{
    text-shadow: 2px 2px #00000095;
}


/*
video
*/
.pley{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 30px;
    width: 100px;
    background-color: hsl(0deg 0% 0% / 55%);
    border-radius: 50px;
}

.pley svg {
    fill: #fff; /* changes the color to red */
  }