
@font-face {
	font-family: hcfontbold;
	src: url(/library/holland_online_fonts/Cadiz-Bold.ttf?siteid=1);
}

@font-face {
	font-family: hcfontlight;
	src: url(/library/holland_online_fonts/Cadiz-Light.ttf?siteid=1);
}

@font-face {
	font-family: hcfontregular;
	src: url(/library/holland_online_fonts/Cadiz-Regular.ttf?siteid=1);
}

body {
	margin: 0;
	height: 100%;
	overflow: hidden
}

.main {
	display: block;
	position: absolute;
	text-align: center;
	left: auto;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 0px;
	opacity: 0;
}

#bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh;
}

.bgimg {
	background-image: url(img/bg.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}

.textmain {
	margin-top: 90px;
	height: auto;
	font-family: hcfontbold;
	font-size: 38px;
	line-height: 110%;
	color: #fff;
	text-align: left;
	width: 326px;
}
#t2{
	font-size: 34px;
	font-family: hcfontbold;
	background:
	linear-gradient(to right, #fc8846 5%, #fb2b89 41%);
		display: inline-block;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
}
#t3{
	font-size: 30px;
	font-family: hcfontlight;
}
.center {
	margin-top: 0vh;
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
}
.visual {
	position: static;
	margin: 0 auto;
	margin-top: 80px;
	width: 1150px;
	height: auto;
}
#first_image {
    position: absolute;
    top: 0px;
    left: 520px;
    width: 509px;
}

#second_image {
    position: absolute;
    top: 50px;
    left: 325px;
    width: 350px;
}

#third_image{
    position: absolute;
    width: 108px;
    top: 101px;
    left: 263px;
}
@media only screen and (min-width: 1281px) and (max-width: 1500px){

	.visual {
		position: static;
		margin: 0 auto;
		margin-top: 81px;
		width: 950px;
		height: auto;
	}
	.textmain{
		font-size: 33px;
	}
    #first_image {
        left: 451px;
    }
    
    #second_image {
        left: 255px;
    }
    
    #third_image {
        left: 205px;
    }
}

/* --------------------------------------------- mobile Landscape ---------------------------------------------------------*/

@media only screen and (max-width: 1280px) and (orientation: landscape) {
	.bgimg {
		background-image: url(img/bg.webp);
	}
	.center {
		margin-top: 6vh;
	}
	.textmain {
		margin-top: 0px;
		font-size: 35px;
	}
	.visual {
		margin-top: 14px;
		width: 900px;
		height: auto;
	}
    #first_image {
		left: 436px;
		top: 24px;
    }
    
    #second_image {
		left: 277px;
		top: 72px;
    }
    
    #third_image {
		left: 191px;
		top: 121px;
		width: 114px;
    }
}


/* --------------------------------------------- Mobile Landscape ---------------------------------------------------------*/

@media only screen and (max-width: 1023px) and (orientation: landscape) {
	.center {
		margin-top: 0vh;
	}
	.bgimg {
		background-image: url(img/bg.webp);
	}
	.textmain {
		margin-top: 10px;
		font-size: 26px;
	}

    #first_image {
        top: 199px;
        left: 223px;
        width: 397px;
    }
    
    #second_image {
        top: 240px;
        left: 126px;
        width: 280px;
    }
    
    #third_image {
        top: 279px;
        left: 82px;
        width: 98px;
    }
}


/* --------------------------------------------- mobile Portrait ---------------------------------------------------------*/

@media only screen and (orientation: portrait) {
	.bgimg {
		background-image: url(img/bg.webp);
	}
	.center {
		margin-top: 1vh;
	}	
	.textmain {
		margin-top: 52px;
		font-size: 32px;
	}	
	.visual {
		margin-top: 53px;
		width: 672px;
		height: auto;
	}
    #first_image {
		top: 67px;
		left: 329px;
		width: 422px;
    }
        
    #second_image {
		top: 112px;
		left: 164px;
		width: 290px;
    }
    
    #third_image {
		top: 149px;
		left: 117px;
		width: 94px;
    }	
}


@media only screen and (min-width: 601px) and (max-width: 1001px){
    #first_image {
		top: 68px;
		left: 244px;
		width: 340px;
    }
        
    #second_image {
		top: 106px;
		left: 118px;
		width: 233px;
    }
    
    #third_image {
		top: 134px;
		left: 78px;
		width: 79px;
    }
	.textmain {
		margin-top: -26px;
		font-size: 24px;
		width: 322px;
	}
	#t2{
		font-size: 28px;
	}
	#t3{
		font-size: 26px;
		width: 263px;
	}
	.visual {
		margin-top: 37px;
		width: 600px;
		height: auto;
	}
}

/* --------------------------------------------- Mobile Portrait ---------------------------------------------------------*/

@media only screen and (max-width: 600px) and (orientation: portrait) {
	
	.bgimg {
		background-image: url(img/bg_mobile.webp);
	}
	.center {
		margin-top: 0vh;
	}
	.textmain {
		margin-top: 14px;
		width: 330px;
		font-size: 17px;
	}
	.button {
		margin-top: 20px;
		width: 150px;
		font-size: 16px;
		padding: 15px 10px;
		height: 15px;
	}
		
    #first_image {
		top: 99px;
		left: 19px;
		width: 318px;
    }
    
    #second_image {
        display: none;
    }
    
    #third_image {
		top: 131px;
		left: 7px;
		width: 80px;
    }
	.visual {
		margin-top: 18px;
		width: 320px;
		height: auto;
	}
	#t2{
		font-size: 23px;
		line-height: 25px;
	}
	#t3{
		font-size: 22px;
		width: 250px;
		line-height: 116%;
	}

}

