
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: Raleway;
		/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
		background: linear-gradient(-45deg, #833e29, #650127, #12566f, #23d5ab);*/
		background: linear-gradient(-45deg, #833e29, #650127, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 40s ease infinite;
}
.questrial-regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kufam {
  font-family: "Kufam", sans-serif;
  font-weight: auto;
  font-style: normal;
}

.page {
	min-width: 100vw;
	min-height: 100vh;
	height: fit-content;
	width: 100%;
	display: block;
	position: relative;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
}


/*Page 1*/

#top {

	height: 100vh;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	} 
	100% {
		background-position: 0% 50%;
	}
}

.logo {
	background-image: url('logo-white_small.png');
	width: 306px;
	height: 70px;
	display: block;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
}

.header_container {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 200px;
}

.header {
	max-width: 1200px;
	display: block;
	position: relative;
	margin: auto;
}

.logo_container {
  width: fit-content;
  display: block;
  position: relative;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
      padding-top: 25px;
}

.main-menu_container {
    display: block;
    position: relative;
    width: 100%;
    height: 130px;
}

.menu-item {
  padding: 0px 2vw;
  font-size: 22px;
  color: white;
  padding-top: 25px;
}

.menu-item a {
	color: white;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0);
}

li.menu-item.first {
	padding-right: 3vw;
	padding-left: 7px;
}


.menu-item a:hover, 
.menu-item a:active {
    border: 1px solid #6e96c985;
    border-style: inset;
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5), 0px 4px 5px -4px rgba(255, 255, 255, 0.5);
}
.menu-icon:hover {
    background: radial-gradient(#3f51b563, transparent);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center 21px;
}

.menu-icon {
	  padding: 0px 1vw;
  font-size: 22px;
  color: white;
  padding-top: 25px;
  
}

.menu-icon:hover {
}

.menu_whatsapp {
		display: block;
	position: relative;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url('icons/whatsapp_flat.png');
}

.menu_insta {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url('icons/insta_flat.png');
}

.menu_insta:hover {
	background-image: url('icons/insta_shadow.png');
}
.menu_whatsapp:hover {
	background-image: url('icons/whatsapp_shadow.png');
}

li.menu-contact.whatsapp,
li.menu-contact.instagram {
	 padding: 20px 2vw;
	 
}



.top-text_container {
  display: block;
  position: relative;
  font-size: 40px;
  text-align: right;
  color: white;
  top: 200px;
  max-width: 1200px;
  margin: auto;
}

.spinner {
	display: block;
  position: absolute;
  height: 500px;
  width: 500px;
  background-image: url('/fancy/newheader/img/spinner.gif');
  backround-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.2;
  right: -80px;
}

.page1 {
   /* box-shadow: -37px 18px 17px 23px rgb(85 113 215 / 50%);
	*/
	background: #d7e7ffa6;
	border-top: 2px solid rgba(208,211,255,0.5);
}

.spinner2 {
	/*width: 500px;
	height: 500px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/fancy/newheader/img/spinner2.gif');
*/
}


/*Page 2*/


.page2 {
	/*background: rgba(87, 39, 117, 0.5);*/
	background: rgba(18, 29, 89, 0.75);
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
    box-shadow: 0px 0px 5px 0px #fafaff, inset -10px 24px 17px -19px #00000040;
    border-top: 1px solid #8387ff9e;
}


/*Footer*/

.footer {
	width: 100%;
	height: 50px;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 40s ease infinite;
}

.footer_container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    color: white;
    padding-top: 13px;
    font-size: 20px;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: white;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*Services*/

.page_title.page1_title {
    font-family: 'Kufam';
    font-size: 40px;
    color: white;
    padding-top: 100px;
}


.page_container.page2_container,
.page_container.page1_container {
	
	max-width: 1200px;
	margin: auto;
}

.services_container {
    width: 100%	;
    margin: auto;
	padding-top: 50px;
	padding-bottom: 100px;
}

ul.services_list {
	height: fit-content;
	display: flex;
	flex-flow: wrap;
	padding: 0;
	justify-content: center;
}

li.service {
	width: 320px;
    min-height: 420px;
	height: fit-content;
    margin: 20px;
    display: block;
    position: relative;
    border-radius: 27px;
   /* border: 1px solid rgba(227, 237, 255, 0.4);
    box-shadow: inset -1px 5px 14px -10px rgba(65, 65, 65, 0.4);
    transition: 0.5s ease-in-out;*/
	border: 1px solid rgba(227, 237, 255, 0.4);
    box-shadow: inset -1px 5px 14px -10px rgba(65, 65, 65, 0.4);
	background: linear-gradient(180deg, #eff7ff69, transparent);
	
    transition: 0.5s ease-in-out;
    
}

li.service:hover {

	/*background: rgba(88,119,172,0.2);*/
	border: 1px solid rgba(165,178,202,0.4);
	background: linear-gradient(1deg, #32475c3d, transparent);
		transition: 0.5s ease-in-out;
}

.service_icon {
	width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: auto;
	padding-top: 10px;
}

.service_title {
	width: 90%;
	height: fit-content;
	text-align: center;
	font-size: 29px;
	font-family: 'Questrial';
    margin: auto;
   /* font-weight: bold;
    text-shadow: 0px 1px #6565658a, 0px 1px #6565658a;'*/
	padding-bottom: 20px;
	color: white;
	transition: 0.5s;
	padding-top: 10px;
}


.service_title:hover {
	 /*   text-shadow: -9px 1px #6565658a, 9px 1px #6565658a;*/
		text-shadow: 0px 1px #6565658a, 0px 1px #6565658a;
		transition: 0.5s;
}


.service_text {
	width: 80%;
	height: fit-content;
	margin: auto;
	text-align: center;
	font-size: 14px;
	transition: 1s;
}

li.service.s_events .service_icon {
	background-image: url('icons/600x600/events-grunge-flat.png');
	transition:  0.5s ease-in-out;
}


li.service.s_events:hover .service_icon {
	background-image: url('icons/600x600/settingsheart_shadows.png');
	transition: 0.5s ease-in-out;
}

li.service.s_events .service_icon:hover {
	background-image: url('icons/600x600/settingsheart_shadows.png');
	transition: 0.5s ease-in-out;
}

li.service.s_multimedia .service_icon {
		background-image: url('icons/600x600/multimedia_grunge.png');
		transition: 0.5s ease-in-out;
}

li.service.s_multimedia:hover .service_icon {
	background-image: url('icons/600x600/multimedia_shadow.png');
	transition: 0.5s ease-in-out;
}

li.service.s_multimedia .service_icon:hover {
	background-image: url('icons/600x600/multimedia_shadow.png');
	transition: 0.5s ease-in-out;
}


li.service.s_community .service_icon {
		background-image: url('icons/600x600/pottedplant_grunge.png');
		transition: 0.5s ease-in-out;
}

li.service.s_community:hover .service_icon {
	background-image: url('icons/600x600/pottedplant_shadow.png');
	transition: 0.5s ease-in-out;
}

li.service.s_community .service_icon:hover {
	background-image: url('icons/600x600/pottedplant_shadow.png');
	transition: 0.5s ease-in-out;
}


li.service.s_it . {
	transition: 0.5s ease-in-out;
}

li.service.s_it .service_icon {
		background-image: url('icons/600x600/components_grunge.png');
		transition: 0.5s ease-in-out;
}
li.service.s_it:hover .service_icon {
		background-image: url('icons/600x600/components_shadow.png');
		transition: 0.5s ease-in-out;
}
li.service.s_consultancy {
	transition: 0.5s ease-in-out;
}

li.service.s_consultancy .service_icon {
		transition: 0.5s ease-in-out;
		background-image: url('icons/600x600/orbit_grunge.png');
}

li.service.s_consultancy:hover .service_icon {
	transition: 0.5s ease-in-out;
		background-image: url('icons/600x600/orbit_shadow.png');
}

ul.subservice {
    list-style: none;
    padding: 0;
    margin: auto;
    text-align: center;
	
}

ul.subservice li {
    width: 80%;
    padding: 6px;
    margin: auto;
    border: 1px solid rgba(255,255,255,0);
}

ul.subservice li:hover {
	box-shadow: inset 1px 0px 16px 0px #d9fff87a;
    border: 1px solid #ceceff7a;
}



	.centercard {
    width: 600px;
    border-radius: 27px;
    margin: auto;
    border: 1px solid #835cdf6b;
    background: rgb(0 0 0 / 13%);
    box-shadow: inset -8px -30px 30px -34px rgb(22 23 43 / 40%), -7px 0px 5px -8px rgba(255, 255, 255, 0.4), 7px 3px 5px -8px rgba(255, 255, 255, 0.4), 1px 6px 47px -8px rgba(0, 0, 0, 0.4), 1px 6px 7px -8px rgba(255, 255, 255, 0.4);
	color: white;
	line-height: 25px;
	min-height: 450px;
	height: fit-content;
	
}

.centercard_text {
	font-family: 'Kufam';
	font-size: 29px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.centercard a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff94;
}
.centercard a:hover {
	border-bottom: 1px dashed white;
}

.centercard_left {
	float: left;
	padding-top: 12.5px;
	width: 50%;
	text-align: center;
}

.centercard_right {
	float: right;
	padding-top: 12.5px;
	text-align: center;
	width: 50%;
}

.centercard_center {
	text-align: center;
} 


.centercard2 {
	margin-top: 40px;
	min-height: 250px;
}

.centercard_text {
	font-family: 'Kufam';
	font-size: 29px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.centercard3 .centercard_text,
.centercard2 .centercard_text {
	color: rgba(83,84,135,0.62);
}


.centercard a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff94;
}
.centercard a:hover {
	border-bottom: 1px dashed white;
}

.centercard_left {
	float: left;
	padding-top: 12.5px;
	width: 50%;
	text-align: center;
}

.centercard_right {
	float: right;
	padding-top: 12.5px;
	text-align: center;
	width: 50%;
}

.centercard_center {
	text-align: center;
}


/*partners*/

.centercard_list {
    width: 100%;
    font-family: 'Raleway';
	padding-top: 20px;
}

.centercard_list ul {
        list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    justify-content: center;
    width: 100%;
	    flex-wrap: wrap;
}

.centercard_list li.partner {
    display: block;
    width: 150px;
    height: 140px;
    background: linear-gradient(178deg, #00000000, #808ba526);
        background-repeat: no-repeat;
		background-size: 100%;
    background-position: center center;
	border-radius: 17px;
    margin: 11px;
    box-shadow: inset 0px -10px 8px -8px #2c1b3f73, inset 0px -7px 16px -10px #c3aadf73;
    border: 1px solid #272a2b61;
	transition: 0.7s ease-in-out;
}

.centercard_list li.partner:hover {
    background: radial-gradient(#8097ffad, transparent);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
	    box-shadow: inset 0px -10px 8px -8px #2c1b3f73, inset 0px -7px 16px -10px #c3aadf73, inset 0px 10px 17px -12px #c3aadf73;
		    border: 1px solid #694f677d;
			transition: 0.7s ease-in-out;
}

.centercard_list  a {
	text-decoration: none;
	border-bottom: 0px;
}

.centercard_list a:hover {
	border-bottom: 0px;
}

.centercard.centercard3 {
    margin-top: 40px;
    min-height: fit-content;
}

.partner_logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: relative;
	    margin: auto;
}


.p_antia .partner_logo {
	background-image: url('img/project-antia.png');
	width: 60%;
    height: 60%;
    top: 20%;
}


.p_nice .partner_logo {
	background-image: url('img/project-nice.png');
	width: 60%;
    height: 60%;
    top: 20%;
}
.p_valkyrie .partner_logo {
	background-image: url('img/project-valkyrie.png');
	width: 90%;
	height: 90%;
	top: 7%;
}

.p_tuinrel .partner_logo {
	background-image: url('img/project-tuinrel.png');
		width: 90%;
	height: 90%;
	top: 5%;
}
	


@media only screen and (max-width: 1280px) {
	.top-text_container {
		max-width: 80vw;
	}
	.header {
    max-width: 80vw;
	}
	.page_title {
		max-width: 80vw;
		margin: auto;
	}
	
}


@media only screen and (max-width: 1000px) {
	
	html {
		overflow-x: hidden;
	}
	
	.top-text_container {
		font-size: 20px;
		top: 100px;
	}
	.logo {
		width: 200px;
		height: 50px;
	}
	.spinner {
		display: none;
		right: -50vw;
		height: 50vh;
		width: 50vh;
		background-blend-mode: lighten;
	}
	.menu-item {
		font-size: 14px;
		float: left;
	}
	.menu-icon {
		float: left;
		padding-top: 20px;
	}
	
	.main-menu {
		display: block;
		padding-top: 0px;
	}
	.menu-contact {
    float: left;
}
	
.floatingarrows {
position: fixed;
        display: none;
        width: 80px;
        height: 80px;
        right: 0;
        bottom: 20px;
        opacity: 0.7;
        z-index: 200;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px 0px 0px 010px;
}

.arrow_up,
.arrow_down {
	width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url('icons/down.png');
}

		

.arrow_container:hover {
	background-image: url('icons/down_glow.png');
}

}

@media only screen and (max-width: 720px) {
	.page_title {
		text-align: center;
	}
	li.service {
		pointer-events: none;
	}
	
	/*Mobile flip*/
	li.service.s_multimedia,
	li.service.s_it {
		border: 1px solid rgba(165, 178, 202, 0.4);
    background: linear-gradient(1deg, #32475c3d, transparent);
    transition: 0.5s ease-in-out;
	}
	.centercard {
		width: 80%;
	}
	.centercard_left,
	.centercard_right {
		float: none;
		margin: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.centercard_list ul {
		display: grid;
	}
	
}	