

@import url("fonts.css");


html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	touch-action: manipulation
}

::selection {
	color: #900c0b;
    background-color: #be423e;
}

body {
	font-size: 27px;
	font-family: 'Arimo';
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #333
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
button {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	font-weight: inherit
}

h1,
h2,
h3 {
	font-family: 'Arimo';
}

p {
	line-height: 1.6;
	font-size: 1.05em;
	font-weight: 400;
	color: #555
}

h1 {
	font-size: 3.5em;
	line-height: 1
}

h2 {
	font-size: 3em;
	line-height: 1.1
}

h3 {
	font-size: 2.5em
}

h4 {
	font-size: 1.5em
}

h5 {
	font-size: 1.2em
}

h6 {
	font-size: .9em;
	letter-spacing: 1px
}

a,
button {
	text-decoration: none;
	color: unset;
	transition: all .3s;
	border-bottom: 1px solid #fff;
}

a:hover{
	cursor: pointer;
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover,
a b.light-color:hover {
	transition: all .3s;
	border-bottom:1px solid #000;
}

b {
	font-weight: 500
}

img {
	width: 100%
}

li {
	list-style: none;
	display: inline-block
}

span {
	display: table;
}

button {
	outline: 0;
	border: 0;
	background: 0 0;
	cursor: pointer
}

b.light-color {
	color: #444
}

.icon {
	font-size: 1.1em;
	display: inline-block;
	line-height: inherit
}

[class^=icon-]:before,
[class*=" icon-"]:before {
	line-height: inherit
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.container{
	width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(Images/background.png?v=2);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_box{
	width: 80%;
	max-width: 1025px;
    background-color: #fff;
    height: 70vh;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.main_box_left_part{
	width: auto;
	float: left;
}

.top_text{
	font-size: 18px;
    color: #9A9A9A;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 50px;
}

.logo_box{
    width: 410px;
    height: 48.95px;
    margin-left: 30px;
}

.info_box{
	margin-left: 30px;
    position: absolute;
    bottom: 40px;
}

.info_text{
	font-size: 27px;
	margin-bottom: 20px;
}

.contact_box_item{
	display: table;
}

.contact_box_item span{
	float: left;
}

span.letter{
	margin-right: 10px;
}

span.code{
	margin-right: 5px;
    font-size: 17px;
    margin-top: 8px;
}

span.text{
	
}

.services_item{
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	float: left;
	margin-right: 20px;
	font-size: 22px;
	
}

.services_item:hover{
	cursor: pointer;
}

.services_box{
    display: table;
    margin-top: 100px;
}


.main_box_right_part{
	width: auto;
	float: right;
    height: 100%;
}

.main_box_right_part img{
    width: auto;
    height: 100%;
    object-position: right;
    object-fit: contain;
    float: right;
}

.animation_box{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 312px;
    height: 481px;
    position: absolute;
    bottom: -50px;
    display: none;
}

#brand_animation_box{
	left: 138px;
	background-image: url(Images/brand.png?v=2);
}

#print_animation_box{
	left: 206px;
	background-image: url(Images/print.png?v=2);
}

#digital_animation_box{
	left: 300px;
	background-image: url(Images/digital.png?v=2);
}

#space_animation_box{
	left: 350px;
	background-image: url(Images/space.png?v=2);
}


.main_box_right_part .desktop_image{
	display: block;
}

.main_box_right_part .mobile_image{
	display: none;
}


/* DESKTOP VERSION - SMALLER */


@media screen and (max-height: 650px) {
 	
	.main_box{
 		width: 60%;
 	}




}



@media screen and (max-width: 1350px) {
 	
	body{
/* 		font-size: 19px;*/
 		font-size: 2vw;
 	}

 	.top_text{
 		font-size: 17px;
 	}

 	.logo_box{
 		/*width: 310px;
 		height: 37px;*/
 		width: 30.4vw;
    	height: auto;
 	}

 	span.code{
 		font-size: 15px;
		margin-top: 7px;
 	}

 	.info_text{
/* 		font-size: 19px;*/
 		font-size: 2vw;
 	}

/* 	.info_box,.top_text,.logo_box{
 		margin-left: 20px;
 	}*/

	.services_item{
		font-size: 17px;
	}

	.animation_box{
		width: 250px;
		height: 385px;
	}

	#brand_animation_box{
		left: 118px;
	}

	#print_animation_box{
		left: 175px;
	}

	#digital_animation_box{
		left: 252px;
	}

	#space_animation_box{
		left: 300px;
	}


}

/* MOBILE VERSION */

@media screen and (max-width: 992px) {
 	
 	body{
 		font-size: 17px;
 	}

	.container{
		background-image: unset;
    	background-color: #fff;
    	height: auto;
	}

	.main_box{
		position: unset;
    	transform: none;
    	width: 100%;
    	height: auto;
    	padding-bottom: 200px;
    	max-width: unset;
	}

	.main_box_left_part{
		float: none;
    	width: 90%;
    	display: table;
	}

	.main_box_right_part{
		width: 100%;
        float: none;
        height: auto;
        margin-top: 50px;
        display: table;
	}

	.top_text{
		font-size: 17px;
		margin-top: 100px;
		margin-bottom: 20px;
		margin-left: 50px;
	}

	.logo_box{
		width: 296px;
		height: 35.34px;
		margin-left: 50px;
	}

	span.code{
		font-size: 14px;
    	margin-top: 3px;
	}

	.info_box{
		position: unset;
		margin-top: 200px;
		margin-left: 50px;
	}

	.services_item{
		font-size: 15px;
		border-bottom: unset;
    	padding-bottom: unset;
    	padding-right: 10px;
    	border-right: 2px solid #000;
    	margin-right: 10px;
	}

	.main_box_right_part img{
		width: 100%;
		height: auto;
	}

	.main_box_right_part .desktop_image{
		display: none;
	}

	.main_box_right_part .mobile_image{
		display: block;
	}

	.info_text{
		font-size: 17px;
	}

	
	.animation_box,#cursor{
		display: none!important;
	}

}




@media screen and (max-width: 700px) {
 	
	body{
 		font-size: 19px;
 	}

 	.top_text{
 		font-size: 20px;
 		margin-top: 40px;
 	}

 	.info_box{
 		margin-top: 80px;
 	}

 	span.code{
 		font-size: 15px;
		margin-top: 2px;
 	}

 	.info_text{
 		font-size: 19px;
 	}

 	.info_box,.top_text,.logo_box{
 		margin-left: 20px;
 	}

	.services_item{
		font-size: 17px;
	}

	.services_box{
		margin-top: 50px;
	}

	.main_box{
		padding-bottom: 80px;
	}

}







