
.swet-1 {
    position: absolute;
    right: 45%;
    top: 25%;
}
.swet-2 {
    position: absolute;
    right: 42%;
    top: 23%;
}


.swet-1 {
    position: absolute;
    right: 45%;
    top: 24%;
    animation: sweatDrop 2s ease-in infinite;
}

.swet-2 {
    position: absolute;
    right: 42%;
    top: 22%;
    animation: sweatDrop 2s ease-in infinite 0.6s;
}

@keyframes sweatDrop {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes heatWave {
    0% {
        transform: translateY(0px) scaleX(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(-18px) scaleX(1.15);
        opacity: 0;
    }
}

.ugniukas-1 {
    position: absolute;
    right: 51%;
    top: 2%;
    animation: heatWave 1.6s ease-out infinite;
}
.ugniukas-2 {
    position: absolute;
    right: 47%;
    top: 3%;
    animation: heatWave 1.6s ease-out infinite 0.3s;
}
.ugniukas-3 {
    position: absolute;
    right: 43%;
    top: 4%;
    animation: heatWave 1.6s ease-out infinite 0.6s;
}



@keyframes pepperPulse {
    0%   { transform: rotate(-5deg) scale(1); }
    25%  { transform: rotate(3deg) scale(1.08); }
    50%  { transform: rotate(-3deg) scale(1.05); }
    75%  { transform: rotate(4deg) scale(1.08); }
    100% { transform: rotate(-5deg) scale(1); }
}

.pepper {
    position: absolute;
    left: 3%;
    bottom: 0%;
    transform-origin: bottom center;
    animation: pepperPulse 1.2s ease-in-out infinite;
}



@keyframes textFloat {
    0%   { transform: translateY(0px) rotate(-13deg); }
    40%  { transform: translateY(-6px) rotate(-11deg); }
    100% { transform: translateY(0px) rotate(-13deg); }
}

.tekstashome {
    position: absolute;
    right: 0%;
    top: 6%;
    transform-origin: center bottom;
    animation: textFloat 4s ease-in-out infinite;
    max-width: 200px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 800;
    color: #fff;
}

.bruphy {
    font-family: 'Bruphy';
}
.outlineritb {
    -webkit-text-stroke: 24px black;
    paint-order: stroke fill;
}


@keyframes wildShake {
    0%   { transform: translate(0px, 0px) rotate(0deg); }
    15%  { transform: translate(-4px, -3px) rotate(-4deg); }
    30%  { transform: translate(5px, -2px) rotate(3deg); }
    45%  { transform: translate(-3px, -5px) rotate(-2deg); }
    60%  { transform: translate(4px, -1px) rotate(4deg); }
    75%  { transform: translate(-2px, -4px) rotate(-3deg); }
    100% { transform: translate(0px, 0px) rotate(0deg); }
}

.ugnis {
    position: absolute;
    right: 50%;
    top: 2%;
    transform-origin: bottom center;
    animation: wildShake 1.6s ease-in-out infinite;
}

img.social-media__image {
    width: 70%;
}

@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 900px) or (min-width: 600px) {
	

}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {

}