@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto+Slab:wght@400;700&display=swap');
	

:root {
	--background-body-color: #f5f5f9;

}

	
.page11 {
	
	-webkit-box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
}

body {
	background-color: var(--background-body-color);
	font-size:12pt;
	margin:0;
	/* padding:15px 5px; 
	scroll-padding-top: 100px; */
	
	scroll-behavior: smooth;
  
  @media (prefers-reduced-motion: reduce) {
    --scroll-behavior: auto;
}
	
}

body,p,td,tr,input,textarea,select, button {
	font-family: 'Quicksand', sans-serif;
}

.center {
	text-align: center;
}

	
.logo img {
	max-height: 50px;
	width:auto;
	max-width: 100%;
}

.menublock img {
	height:20px;
	width:auto;
}

a.active {
	font-weight: bold;
}



div.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	width:96%;
	max-width:1200px;
	margin:0 auto;
	padding: 15px 0 0 0;
	
}

.page {
	width:96%;
	max-width:1200px;
	margin:0 auto;
}

a {
	text-decoration: none;
	color: #696cff;
	color: #697a8d;
/*	border-bottom: 1px solid rgb(113, 221, 55);
	padding: 0 0 3px 0;*/
}

.logo a {
	border-bottom: unset;
}

.menuitems span {
	margin:20px;
	display: inline-block;
}

.menuitems img {
	vertical-align: middle;
}

.mobilemenubutton {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 30px;
    border-bottom: unset;
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
    color: black;
	z-index:101;
}





a.noborder {
	border-bottom: unset;
}

.superborder {
	border-radius: 10px 10px 10px 10px;
}

/*img.superborderimg:nth-child(4n+1) {
	border-radius: 0 20px 20px 20px;
}

img.superborderimg:nth-child(4n+2) {
	border-radius: 20px 0 20px 20px;
}

img.superborderimg:nth-child(4n+3) {
	border-radius: 20px 20px 0 20px;
}

img.superborderimg:nth-child(4n) {
	border-radius: 20px 20px 20px 0;
}*/

img.superborderimg {
	border-radius: 20px;
}

.footer {
	margin-top: 100px;
}

.b6040 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b6040 .left {
	width:calc(60% - 60px);
	padding: 0 30px;
}

.b6040 .right {
	width:calc(40% - 60px);
	padding: 0 30px;
}

.card {
	border-radius: 0.5rem;
	background-color: white;
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12);
}

.righted {
	flex-flow: row-reverse nowrap;
}

.topblock {
	margin-top:40px;
	min-height: 70vh;
}

.indexblock {
	margin-top:40px;	
}

.buttons {
	margin-top:40px;
}

a.button {
	padding: 20px 40px;
	border-bottom: unset;
	display: inline-block;
	
	color:white;
	background-color: #696cff;
    border-color: #696cff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105,108,255,.4);
	font-weight: bold;
	transition: all .2s ease-in-out !important;
	
	padding: 0.4375rem 1.25rem;

    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
	
	
	border-radius: 0.25rem;
}



/*.button.go {
	background-color: #D2D883;
	font-weight: bold;
}*/



a.button:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	transform: translateY(-1px) !important;
	
	color: #fff !important;
    background-color: #5f61e6 !important;
    border-color: #5f61e6 !important;
	transition: all .2s ease-in-out !important;

}

.button.go {
	
	
}

.button.go:hover {}
    

.block {
	margin-top: 100px;
}

.button.blank {
	border: 1px solid #696cff;
	font-weight: bold;
	background-color: rgba(105,108,255,.16);
	color:#696cff;
}

.button.blank:hover{
	color:white;
	background-color: #696cff;
    border-color: #696cff;
}

.button.blank {
	
	color:white;
	background-color: #696cff;
    border-color: #696cff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105,108,255,.4);
	font-weight: bold;
}

.button.blank:hover {
    color: #fff !important;
    background-color: #5f61e6 !important;
    border-color: #5f61e6 !important;
}

img.w100 {
	width:100%;
}

.footer {
	display: flex;
	justify-content: space-between;
	width:96%;
	max-width:1200px;
	margin:40px auto 20px auto;
	
	border-radius: 10px;
}

.footer .column {
	width:calc(25% - 60px);
	padding:30px;
}

.footer .logo img {
		max-width: 75%;
	}
	
.copyright {
	text-align: center;
	width:96%;
	max-width:1200px;
	margin: 0 auto;
	padding:0 0 15px 0;
}

.bottompage {
	background-color: rgb(236,238,241);
}

/* project */

.projecthello {
	display: flex;
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}

.photovideo {
	width: 60%;
	height:45vh;
	background-color: grey;
	
	display: flex;
 justify-content: center;
 align-items: center;
}

.funded {
	width: calc(40% - 30px);
	padding-left: 30px;
}

.line {
	background-color: #e3e3e3;
	width:100%;
	height: 6px;
}

.raised {
	background-color: #696cff;
	height: 6px;
}

span.result {
	font-size: 2em;
	font-weight: bold;
}

div.people {
	margin-top: 1em;
}

.fundingresult {
	padding:20px;
	background-color: #e3e3e3;
	margin-top: 1em;
}

.fundingresult span {
	font-size: 1.3em;
	display: block;
}

img.calendar {
	vertical-align: bottom;
	height:20px;
	margin-right:10px;
}

.description {
	margin-top: 40px;
	position: relative;
}

.tabs {
	display: flex;
	justify-content: center;
	max-width: 100%;
	overflow-x: auto;
	position: sticky;
}

.tabs::-webkit-scrollbar {
  display: none;
}
.tabs {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

.tab {
	margin: 0 5px;
	padding:1em;
	z-index:1;
	position: relative;
	white-space: nowrap;
}

.tab.active {
	background-color: white;
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12);
	border-radius: 0.5rem 0.5rem 0 0;
}

.description .text {
	border-radius: 0.5rem;
	background-color: white;
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12);
	padding: 60px;
	position: relative;
	z-index:2;
}

.count {
	font-size: 0.7em;
	vertical-align: top;
}

.textblock {
	display:none;
}

.campaign {
	display:block;
}

.metrics {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	
}

.metric {
	background-color: #e7e7ff12 ;
    /*color: #696cff;*/
	padding: 0.593em 0.52em;
	border-radius: 0.25rem;
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12);
	border-bottom: 2px solid #C3C4FF; 
	width:calc(17% - 1.04em);
	margin:1% 1% calc(1% + 2px) 1%;
	
	display: flex;
	flex-flow: column nowrap;
	line-height: 200%;
	transition: all .2s ease-in-out;
	
}

.metric:nth-child(n+11) {
	display: none;
	transition: all .2s ease-in-out;
}

.metric:hover {
	margin:1% 1% 1% 1%;
	box-shadow: 0 2px 6px 0px rgba(67,89,113,.2);
	border-bottom: 3px solid #696CFF; 
	transition: all .2s ease-in-out;
}

.metric .tag {
	font-size: 0.85em;
}

.metric .value {
	font-weight: bold;
}

div.qa {
	margin:0 0 15px 0;
	border: 1px solid #d9dee3;
    border-radius: 0.5rem;
	padding:20px;
	
	background-color:#e7e7ff12;
	
	box-shadow: 0 0.125rem 0.25rem rgba(161,172,184,.4);
	
	transition: all 0.2s ease-in-out, border-radius 0.15s ease;
}

div.qa.active {
	box-shadow: 0 0.25rem 1rem rgba(161,172,184,.45);
	transition: all 0.2s ease-in-out;
}

div.question {
	/*padding: 1em 1em 1em 2em;
	margin: 10px 0 0 0;*/
	/*box-shadow: 0px 0px 12px 0px rgba(129, 139, 146, 0.3);
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12);
	border-radius: 10px;

	

    border: 1px solid #d9dee3;
    border-radius: 0.5rem;
	*/
	z-index:1;

	position: relative;
	cursor:pointer;
	
	font-weight: bold;
	
	transition: all .2s ease-in-out;
}

div.question:after {
	/*content: ">"; 
	padding:0px 10px 2px 11px;
	margin:-5px 10px -5px 0;
	border: 0.5px solid #cecece;
	border-radius: 30px;
	font-size: 1.5em;
	display: inline-block;*/
	
	content: "";
    position: absolute;
    top: 50%;
	right:10px;
    display: block;
    width: 0.42em;
    height: 0.42em;
    border: 2px solid;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
	margin-left: -15px;
	
	transition: all .2s ease-in-out;
}



div.question.active:after {
	transform: translateY(-50%) rotate(135deg);
	
	transition: all .2s ease-in-out;
}

div.question.active {
	color:#696CFF;
	
	transition: all .2s ease-in-out;
}

div.answer {
	/*display:none;*/
	max-height:0;
	overflow: hidden;
	
	background-color:white;
	margin:0 0 0 0;
	
	
	
	/*box-shadow: 0px 0px 12px 0px rgba(129, 139, 146, 0.3);
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12);
	border-radius: 0 0 10px 10px;*/
	z-index:0;
	position: relative;
	
	transition: all .25s ease-in-out;
	margin-top: 0;
}

div.answer.active {
	/*display:block;*/
	max-height:500px;
	transition: all .4s ease-in-out;
	margin-top: 1em;
}

.projectimage {
	text-align: center;
}

.projectimage img {
	max-width:80%;
	border-radius: 10px;
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12);
}

.allrewards {
	 display: flex;
	 flex-flow: column wrap;
}

.reward {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	
} 

.buttonblock {
	position: sticky;
	position: -webkit-sticky;
	top:30px;
	padding: 30px 30px 30px 30px;
	border:1px solid #696cff;
	border-radius: 10px;
	min-width: 33%;
	font-size: 0.85em;
	
	background-color: white;
}

.rewarddescription {
	margin-left: 20px;
}

.reward div.title {
	font-size: 1.4em;
	font-weight: bold;
}

.reward div.price {
	font-size: 1.4em;
	text-align: right;
}

.reward span.title {
	font-weight: bold;
}

.reward .columns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

.reward .columns:last-child {
	margin-bottom: unset;
}

.reward .columns .column {
	width:40%;
}

nav.top {
	position: fixed;
	top:0;
	left:0;
	position: sticky;
	z-index: 3;
	
	margin-bottom: calc(-3em - 7px);
	/*box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);*/
	border-radius:0.5rem 0.5rem 0 0;
	background-color: rgba(255,255,255,0.6);
	backdrop-filter:blur(10px);
   
}

nav.top div ul {
	display: flex;
    justify-content: center;
    max-width: 100%;
    overflow-x: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-direction:row;
}


/* hide navigation scroller */
nav.top div ul::-webkit-scrollbar {
  display: none;
}
nav.top div ul {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

nav.top div ul li {
	margin:0 1em;
	padding:1em;
	
}

nav .active {
	border-bottom: 3px solid #696cff;
}


/* forms */

.formfield {
	
}

input, select, textarea, button {
	/*font-size: 1em;*/
	/*padding:10px;*/
	/*margin: 5px 5px;*/
	/*border:1px solid #989898;
	background-color: var(--background-body-color);*/
	
	
	display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    /*appearance: none; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out;
	
}

option {
	background-color: #fff;
}

input {
	padding:1.5px;
	/*height:38px;*/
	min-height: 30px;
	
	width:calc(100% - 20px);
	padding:9px;
	
	border-radius: 0.25rem;
	
}

input[type="checkbox"] {
	height:unset;
	min-height: unset;
}

.checkbox img {
	max-height:200px;
	border-radius: 5px;
}

input[type="date"] {

} 

input[type="checkbox"] {
	font-size: 18px;
	width:0.9em;
	height:0.9em;
	padding:10px;
	margin: 3px 0px -23px 9px;
	border:1px solid #d0d0d0;
	border-radius:5px;
	background-color: white;
	position: relative;
    z-index: 2;
}

input[type="radio"] {
	font-size: 18px;
    width: 0.9em;
    height: 0.9em;
    padding: 10px;
    margin: 0px 0 -30px 6px;
    /*border: 1px solid #d0d0d0; */
    border-radius: 5px;
    background-color: white;
    position: relative;
    z-index: 2;
}

div.checkbox {
	padding: 10px 10px 10px 10px;
	padding: 0;
	/*border: 1px solid #d0d0d0;*/
	display: inline-block;
	/*margin-right:10px;*/
	margin: 0 10px 10px 0;
	border-radius: 5px;
	/*overflow: hidden;*/
	position: relative;
	
}

label.checkbox {
	margin-left:0px;
	position: relative;
	/*z-index: -1;*/
}

div.checkbox:has( :checked) {
	background-color: #696cff;
}

select {
	height:42px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat calc(100% + 3px) 50%;
    
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
	height: 50px; 
	padding:0 20px 0 10px;
	border-radius:0;
	max-width: 150px;
	background-color: white;

}

textarea {
	padding:9px;
	height:calc(3em + 18px);
	width:calc(100% - 20px);
	
	
}

input {
	
}

input[type="submit"], input[type="reset"], button {
	padding:9px;
	background-color: #29CF34;
	border: 1px solid transparent;
	color:white;
	height: 50px;
	margin:0 5px 0 0;
	width:fit-content;
	border-radius: 0.25rem;
	
	padding: 20px 40px;
	border-bottom: unset;
	display: inline-block;
	
	color:white;
	background-color: #696cff;
    border-color: #696cff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105,108,255,.4);
	font-weight: bold;
	transition: all .2s ease-in-out !important;
	
	padding: 0.4375rem 1.25rem;

    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
	
	cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	box-shadow: 0px 0px 10px 2px rgba(234, 234, 234, 1);
	transform: translateY(-1px) !important;
	
	color: #fff !important;
    background-color: #5f61e6 !important;
    border-color: #5f61e6 !important;
	transition: all .2s ease-in-out !important;
	
	cursor: pointer;
}

.files img {
    max-height: 200px;
    border-radius: 5px;
}

.files {
	display: flex;
	flex-flow: row wrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: auto;
}

.file {
	margin-right: 10px;
}

span.nofile {
	width:300px;
	height:200px;
	background-color: #e7e7ff;
	border-radius: 0.25rem;
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.addfile {
	
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    display: none;
}

input[type="file"] {
    width: 200px;
    height: 200px;
    padding: 0;
}

input[type="file"]::file-selector-button {
    display: none1;
	width:200px;
	height:200px;
	background-image: url(content/images/add-image.png);
    background-size: cover;
	font-size: 10px;
	border: 0px solid #ccc;
	cursor: pointer;
	color:transparent;
}

div.formfield {
	position: relative;
	/*margin-bottom:10px;*/
	/*display: inline-block;*/
	margin:15px 0;
}

div.submitblock {
	display: inline-block;
}

span.fieldname {
	background-color: var(--background-body-color);
	/*padding:3px;*/
	/*position: absolute;
	top:-10px;*/
	font-size:10px;
	left:10px;
	z-index:10;
	display: block;
	
	/*background-color: #e7e7ff;*/
    /* color: #696cff; */
    /*padding: 0.593em 0.52em;*/
    /*border-radius: 0.25rem;
    box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);
    border-bottom: 2px solid #C3C4FF;*/
   /* margin: 1% 1% calc(1% + 2px) 1%;*/
   
   font-size: .75rem;
   text-transform: uppercase;
    
}

/*.form form {
	 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 align-items: center;
}*/

.mce-content-body {
    background: #eeeeee !important;
}

.projects {
	padding:30px;
	margin-top: 40px;
}

.shadow {
	background-color: rgba(0,0,0,0.6);
	backdrop-filter:blur(5px);
	width:100vw;
	height:100vh;
	z-index:99;
	position: fixed;
	top:0;left:0;
	display: none;
}

/*.fileswindow {
	position: fixed;
	top:0;left:0;
	width:100vw;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:100;
	
	
}*/

.fileswindow {
	position: fixed;
	top:calc(50% - 160px);
	left:calc(15vw - 20px);
	left:0;
	z-index: 100;
	display: none;
}

.filesinsidewindow {
	width: calc(100vw - 40px);
	max-height: 70vh;
	z-index:101;
	position: relative;
	overflow-x: auto;
	background-color: white;
	padding:20px;
}
.closefiles {
	position: absolute;
	top:-2rem;
	right:20px;
	color:white;
	cursor: pointer;
}

.addproject {
	margin-top:30px;
}


@media screen and (max-width: 800px) {
	.mobilemenubutton {
	    display: block;
	}
	
	.menublock {
		display: none;
	}
	
	div.menublock {
		position: fixed;
		top:0;
		right:0;
		background-color: white;
		padding: 3em 1em 1em 1em;
		z-index: 100;
		border-radius: 0 0 0 0.5rem ;
	    background-color: white;
    	box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);
	}
	
	.menublock span span {
		display: block;
	}
	
	.menublock ul.topmenu {
		display:none;
	}
	
	.b6040 {
		flex-direction: column;
	}
	
	.righted {
		flex-direction: column-reverse;
	}
	
	.lefted {
		flex-direction: column-reverse;
	}
	
	.b6040 .left, .b6040 .right {
		width:calc(100% - 60px);
	}
	
	.footer .column {
	width:calc(100% - 60px);
	padding:15px;
	}
	.footer {
		flex-wrap: wrap;
	}
	
	.footer .logo img {
		max-width: 60%;
	}
	
	.copyright {
		text-align: left;
	}
	
	.projecthello {
		    flex-direction: column;
	}
	
	.photovideo {
		width:100%;
	}
	
	.description .text {
		padding:60px 30px 30px 30px;
	}
	
	.funded {
		margin-top: 40px;
		padding-left: unset;
		width:100%;
	}
	
	.metric {
		width:calc(47% - 1.04em);
	}
	
	.reward {
		flex-direction: column;
	}
	
	.tabs {
		justify-content: flex-start;
	}
	
	
	nav.top div ul {
		justify-content: flex-start;
	}
}