@import url("/web/css/view/login.css");
@import url("/web/css/view/search.css");

.hero-header
{
    overflow: hidden;
    position: relative;
}
.hero-header img.header-image
{
    object-fit: contain;
    width: 100%;
}
.hero-header .hero-header-video
{
	height: 100%;
	width: 100%;
}
.hero-header .hero-header-video video
{
	display: block;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.hero-header .hero-header-message-container
{
	position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100%;
    max-width: 850px;
    text-align: center;
    font-family: 'UniversLTStd-Cn';
    transform: translate(-50%, -50%);
}
.hero-header-message-container > div
{
    padding: 20px 0;
}
.hero-header-message-container .hero-header-main-messasge
{
    text-transform: uppercase;
    font-size: 84px;
    line-height: 1.05em;
    letter-spacing: 5px;
    position: relative;
}
.hero-header-message-container .hero-header-main-messasge:after
{
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 10px;
    background: #fff;
    transform: skew(-40deg);
}
.hero-header-message-container .hero-header-sub-message
{
    padding-top: 40px !important;
}

.text-container,
.registration-container
{
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.hero-cta-inverted
{
	color: #fff;
	text-decoration: none !important;
}

.cta-button-link-container
{
	text-align: center!important;
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}
.page.home-page-admin > .container-items + .container-items
{
    border-top: 2px dotted var(--shopatree-blue);
}




.page
{
	height: 100vh;
	overflow: hidden;
}
#home-slide
{
	height: 100%;
}
#home-slide .carousel-inner
{
	height: 100%;
}
#home-slide .carousel-inner .carousel-item
{
	height: 100%;
}
#home-slide .carousel-inner .carousel-item video#intro-video {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.carousel-control-next, .carousel-control-prev
{
	top: 50%;
	height: 100px;
    margin: 0 12px;
	max-width: 44px;
    border-radius: 4px;
	transform: translateY(-50%);
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: #0003;
}

.wave {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}