﻿.sectiune-ridicare {
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
    margin-top: 2rem !important;
}

.animatie-ridicare {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
}

.icon-ridicare1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scale(1.08);
    transform-origin: bottom center;
    opacity: 0;
    animation: animatie1 2s linear infinite;
    transform: scale(1.25) !important;
    padding-top: 20px !important;
    padding-right: 5px !important;
}

.icon-ridicare2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: animatie2 2s linear infinite;
    transform: scale(1.15) !important;
}

.icon-ridicare3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: animatie3 2s linear infinite;
    transform: scale(1.2) !important;
    padding-top: 5px !important;
}

@keyframes animatie1 {
    0%, 33.33% {
        opacity: 1;
    }

    33.34%, 100% {
        opacity: 0;
    }
}

@keyframes animatie2 {
    0%, 33.33% {
        opacity: 0;
    }

    33.34%, 66.66% {
        opacity: 1;
    }

    66.67%, 100% {
        opacity: 0;
    }
}

@keyframes animatie3 {
    0%, 66.66% {
        opacity: 0;
    }

    66.67%, 100% {
        opacity: 1;
    }
}

.ridicare-text {
    position: relative !important;
    bottom: 30px !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    max-width: 600px !important;
    line-height: 1.5 !important;
    padding-right: 1.5rem !important;
    margin-bottom: 3rem !important;
    padding-left: 1.5rem !important;
}
