@charset "UTF-8";
/* CSS Document */
/*
INTRO
*/
#intro {
    background-color: #fff;
    background-image: url("../images/cubes.svg");
    background-repeat: no-repeat;
    background-position: -30px -237px;
    position: relative;
    
    width: 100%;
    z-index: 1;
}

@media(min-width: 992px){
    #intro {
        position: fixed;
        top: 0;
    left: 0;
    }
}

main {
    margin-top: 0;
    position: relative;
    z-index: 2;
}

@media(min-width: 992px){
    main {
        /*margin-top: calc(40vw - 60px);*/
        margin-top: calc(40vw );
    }
}

#intro svg{
    max-width: 457px;
    margin: 200px 30px 150px;
}

@media(min-width: 992px){
    #intro svg{
        margin: 0;
    }
}

#intro img{
    max-width: none;
    width: 100%;
}

#intro video {
    max-width: 100vw;   
}

@media(min-width: 992px){
    #intro img{
        max-width: none;
        width: 50vw;
        height: 50vw;
    }
    
    #intro video {
        width: 50vw;
        height: 40vw;
    }
}

/*
WELCOME
*/
#welcome {
    background-color: #fff;
    font-size: 20px;
    line-height: 23px;
    padding: 100px 0 80px;   
}

@media(max-width: 991px){
    #welcome .text {
        padding: 50px 0 0 0;
    }   
}

@media(max-width: 991px){
    #welcome h1 {
        /*padding: 0 30px 0 30px;*/
    }   
}

/*
VIDEO
*/
#video {
    background-color: #fff;
}

#video img {
    max-width: none;
    width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
SLIDER
*/
#slider {
    background-color: #fff;
    background-image: url("../images/cubes-big.svg");
    background-repeat: no-repeat;
    background-position: -30px -237px;
    padding: 270px 0 90px 0;
}

@media(max-width: 991px){
    #slider h2 {
        padding-top: 50px;
    }   
}

@media(min-width: 992px){
    #slider h2 {
        padding-left: 30px;
    }
}

#slider h2 span{
    display: block;
}

#slider img{
    max-width: none;
    width: 100%;
}

.carousel-inner {
    padding-bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: center;
	width: 45px;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	filter: var(--bs-carousel-control-icon-filter);
	border: 0;
	opacity: 1;
	transition: opacity .15s ease;
}

.carousel-control-prev-icon {
	background-image: url("../images/icon-prev.svg");
}

.carousel-control-next-icon {
	background-image: url("../images/icon-next.svg");
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover{
    opacity: .5;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 34px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
    transition: all .25s ease-in-out;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

/*
CUSTOM
*/

#custom {
    background-color: #fff;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 800px;
}

#custom-info .column {
    background: rgba(255,255,255,.80);
    padding: 50px 0;
}

#custom-info .button {
    margin-top: 50px;
}

#custom-info .brochure {
    margin-right: 40px;
}
