.flow-section { 
    position: relative; 
    height: 100vh; 
    width: 100%; 
    overflow: hidden;
}

.flow-section .flow-inner { 
    position: absolute; 
    inset: 0; 
}

.flow-section canvas { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    display: block; 
}

.kreativa-link {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;   
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.kreativa-link span { 
    margin-right: 10px; 
}

.kreativa-link .button-icon {   
    width: 25px; 
    height: 25px; 
    transition: transform 0.8s ease;
    flex-shrink: 0;
    margin-bottom: 5px;
}

.kreativa-link:hover .button-icon {
    transform: rotate(90deg);
}

.flow-links {
    position: absolute;
    /* bottom: 22%; */
    left: 5%;
    z-index: 4;
}

.flow-section .cairon-container {
    position: absolute;
    left: 50%;
    /* bottom: -2%; */
    transform: translateX(-50%);
    z-index: 20;
    pointer-events: none;    
}

.flow-expertise {
    position: absolute;
    top: 28%;
    right: -6%;
    transform-origin: 50% 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 4;
    display: none; /* Sakriven na mobilnom */
}

/* samsung, android, ios*/
@media (max-width: 767px) {
    .android-device .flow-section .cairon-container {
        bottom: 4.5vh;
    }
    .android-device .flow-section .flow-links {
        bottom: 28vh;
    }

    .ios-device .flow-section .cairon-container {
        bottom: 2vh;
    }
    .ios-device .flow-section .flow-links {
        bottom: 25vh;
    }

    .samsung-browser .flow-section .cairon-container {
        bottom: 8vh;
    }
    .samsung-browser .flow-section .flow-links {        
        bottom: 32vh;
    }
}

@media (min-width: 768px) {
    .kreativa-link {
        font-size: 30px;
        font-weight: 500;
    }
    
    .flow-links {
        bottom: 22%;
        left: 5%;       
    } 
    
    .kreativa-link .button-icon { 
        width: 43px; 
        height: 43px; 
    }
    
    .flow-expertise {
        display: block;
    } 
    
    .flow-section .cairon-container {
        bottom: 0%;
    }  
}
@media (min-width: 992px) {
    .flow-links {
        bottom: 30%;
        left: 10%;
    }
    .flow-expertise {
        right: -3.5%;
    }
}

@media (min-width: 1025px) {
    .flow-section .cairon-container {
        bottom: 3%;
    }
    .kreativa-link {
        font-size: 34px;
    }
    .flow-links {
        bottom: 30%;
        left: 10%;       
    } 
    .kreativa-link .button-icon { 
        width: 53px; 
        height: 53px; 
        margin-bottom: 0px;
    }
    .flow-expertise {
        right: -2.5%;        
    }
}


@media (min-width: 1366px) {
    .flow-section .cairon-container {
        bottom: 3%;
    }
}

@media (min-width: 1400px) {
    .flow-section .cairon-container {
        bottom: 3%;
    }
    .flow-links {
        bottom: 35%;        
    }
    .flow-expertise {
        right: -4.5%;
        font-size: 27px;
    }
    
}
@media (min-width: 1600px) {
    .kreativa-link {
        font-size: 40px;
    }
    .flow-expertise {
        right: -3.5%;
    }
}
@media (min-width: 2560px) {
    .flow-expertise {
        right: -2.5%;
    }
}
