/* 
Theme Name: next290
Theme URI: https://www.WeLoveWeb.eu/
Author: WeLoveWeb.eu
Author URI: https://www.WeLoveWeb.eu/
Template: hello-elementor
Version: 2.0.0
Text Domain: next290
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.scroll-lines .line {
    color: rgba(0, 0, 0, 0.15); /* light grey */
    font-size: 60px;
    line-height: 1.3;
    font-weight: 600;
    transition: color 0.45s ease-out;
}
@media (max-width: 768px) {
    .scroll-lines .line {
        font-size: 40px;
    }
}

/* highlighted line */
.scroll-lines .line.active {
    color: #000; /* black */
}

.suptitle {
    position: relative;
    padding-left: 24px; /* space for the line */
    display: inline-block;
}

/* blue line before text */
.suptitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    width: 18px; /* length of the line */
    height: 2px; /* thickness */
    background-color: #3bbbea; /* blue color as on image */
    border-radius: 2px;
}
