/**
 * Theme Name: Bplr
 * Theme URI: https://lybecreators.com
 * Description: Theme for Bplr by LyBe Creators
 * Author: LyBe Creators
 * Author URI: https://lybecreators.com
 * Template: yootheme
 */


/* Scroll Behavior */
html{
	scroll-behavior: smooth;	
}

.bplr__initial-animation-container{
	height: 100vh;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
}

.bplr__initial-animation-container > #logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bplr__initial-animation-container .barra {
    width: 4px;
    height: 50px;
    background: black;
    margin: 0 5px;
}

