/*
 Theme Name: Hueman Child
 Theme URI: [URL to your child theme]
 Description: Custom child theme based on the Hueman theme.
 Author: Your Name
 Author URI: [Your website URL]
 Template: hueman
 Version: 1.0
 */

/* You can add your custom CSS */

/*Normalize and restart this
.main .your-element::before {
    content: initial;
    display: initial;
     Reset other properties as needed 
}*/

/* Target only the landing page */
body.landing-page .main,
body.landing-page .main-inner {
    height: 100%;
    padding-left: 0 !important;
}

body.landing-page div.parallax {
    height: 100vh; /* Set the height to 100 viewport height units */
    background-image: url('https://parallax-landing-page-azure.vercel.app/assets/hero-e4d5e8bc.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.landing-page div.landingP {
    height: 80px;
    background-color: rgb(240, 86, 86);
    font-size: 36px;
}

/*Splide Image Slider*/
body.landing-page .splide__slide img {
    width: 100%;
    height: auto;
}

/* Splide Progress Bar */
body.landing-page .my-carousel-progress-bar {
    background: #ccc;
}

body.landing-page .my-carousel-progress-bar {
    background: greenyellow;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}
