@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
	overflow-x: hidden;
}

body, #wrapper{
	padding:  0;
	margin:  0;
	display: grid;
	font-family: 'Open Sans', sans-serif;
	width: calc(100vw - 40px);
}

a{
	color: black;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}

.block{
	min-height: 100vh;
	padding:  35px 20px;
	width: calc(100vw - 40px);
}

#block-1{
  background-image: url('./lisbon.jpg');
  background-repeat: no-repeat;
	width: calc(100vw - 40px);
  position: absolute;
	z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#block-1-add{
	z-index: 2;
	position: absolute;
	top: 50vh;
	left: calc(50% - 250px);
	width:  500px;
	text-align: center;
	font-size: 22px;
}

#block-1-add{
	line-height: 0;
	color:  white;
	text-shadow: 0 5px 10px black;
}

#block-1-add img{
	position: absolute;
	top: -70px;
	left: 45px;
	width: 410px;
}

#block-1-add h2{
	font-weight:  300;
	text-transform: uppercase;
	font-size:  16px;
	letter-spacing: 4px;
}

/*#block-2{*/
/*	z-index: 2;*/
/*	margin-top: 100vh;*/
/*	background: #025ce8;*/
/*	color: white;*/
/*	min-height: 600px;*/
/*	height: 600px;*/
/*}*/

#block-4{
	z-index: 2;
	margin-top: 100vh;
	/*background: #025ce8;*/
	/*color: white;*/
	/*min-height: 600px;*/
	/*height: 600px;*/
}

#timer{
	display: grid;
	grid-auto-flow: column;
	text-align: center;
	margin:  250px auto;
	max-width:  500px;
}

.timer-value{
	color: white;
	font-size:  70px;
	font-weight: 600;
}

.timer-label{
	color: rgba(255,255,255,0.5);
	font-size: 13px;
	letter-spacing: 1px;
}

#block-3{
	background: #1e293b;
	color:  white;
	min-height: max-content;
	padding-bottom: 75px;
	display: grid;
}

#currency-calculator{
    text-align: center;
}

#currency-calculator-result{
    font-size: 35px;
}

#input-currency{
	display: grid;
	grid-auto-flow: column;
	gap: 0;
	place-items: center;
	place-content: center;
}

#currencies{
	background-color: white;
	outline: none;
	margin: 0;
	font-size: 20px;
	height: 48px;
	border-radius: 8px 0 0 8px;
	border: none;
}

#currency-amount{
	border-radius: 0 8px 8px 0;
	height: 48px;
	outline: none;
	padding: 0;
	margin: 0;
	border: none;
	text-indent: 14px;
	font-size: 20px;
}

#currency-calculator-result{
	background-color: rgba(255,255,255,0.1);
	width: max-content;
	margin: 30px auto;
	padding: 10px 30px;
	border-radius: 8px;
	gap: 5px;
	display: flex;
}

#weather-widgets{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.weather-widget{
	display: flex;
	flex-direction: column;
	place-content: center;
	background-color: white;
	height: 200px;
	width: 200px;
	border-radius: 20px;
	color: black;
	margin: 30px;
}

.weather-widget img{
	width: 64px;
	margin: 0 auto 15px;
}

.weather-widget .day, .weather-widget .temp, .weather-widget .location{
	padding-left: 55px;
}

.weather-widget .day{
	font-size: 24px;

}
.weather-widget .location{
	font-size: 14px;
	color: rgba(0,0,0,0.4);
	margin: -4px 0 -4px;
}

.weather-widget .temp{
	font-size: 12px;
	margin: -0px 0 0;
	color: rgba(0,0,0,0.75);
}

#tickets{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.ticket{
	margin: 30px;
	border: 5px solid lightgray;
	color: black;
	background-color: white;
	width: 350px;
	border-radius: 20px;
	padding: 10px 20px 35px;
}

.ticket h3{
	color: #999;
	padding-left: 20px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.ticket h3[hidden] ~ .ticket-content{
	padding-top: 25px;
}

.ticket-content{
	display: grid;
	grid-auto-flow: column;
	place-items: center;
}

.ticket img{
	width: 21px;
}

.ticket .from{
	font-size: 14px;
	color: rgba(50,50,50,0.75);
}

.ticket .date{
	font-size: 10px;
	color: rgba(0,0,0,0.75);
}

.ticket .time{

}

#block-4{
	background: #181a1b;
	color: white;
	min-height: max-content;
	padding-bottom: 75px;
}

#agenda-day-picker{
	display: grid;
	grid-auto-flow: column;
	grid-gap: 15px;
	margin: 20px auto 40px;
	max-width: 450px;
}

#agenda-day-picker input{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

#agenda-day-picker label{
	background-color: #222425;
	border: 1px solid #303436;
	color: white;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	display: block;
	height: 25px;
	display: grid;
	align-items: center;
	transition: 0.3s;
}

#agenda-day-picker input:checked ~ label, #agenda-day-picker input:hover:checked ~ label{
	background-color: #ffd54f;
	border: 1px solid #ffd54f;
	color: black;
}

#agenda-day-picker input:hover ~ label{
	background-color: #303436;
}

#agenda{
	display: grid;
	grid-gap: 15px;
	justify-content: center;
}

.agenda-item{
	background-color: #324291;
	border-radius: 8px;
	padding: 10px;
	width: 400px;
}

.agenda-item.event{
	background-color: #721d87;
}

.agenda-item.food{
	background-color: #0b6636;
}

.agenda-item.fun{
	background-color: #b38608;
}

.agenda-item.free{
	background-color: #b93408;
}

.agenda-item.important{
	background-color: #ab0200;
}

.agenda-time {
	font-size: 12px;
	color: rgba(255,255,255,0.8)
}

.agenda-location{
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
}

#block-5{
	background: #eee;
	min-height: max-content;
	padding-bottom: 75px;
}

#packing-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item{
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	justify-content: start;
	padding: 20px 35px;
	margin: 20px;
	width: 200px;
	height: 77px;
	gap: 25px;
	background: white;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 4%);
}

.item img{
	width: 24px;
}

#block-6{
	background: white;
	min-height: max-content;
	padding-bottom: 75px;
}

/*faq crap*/


.cols{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.col{
	width: calc(25% - 2rem);
	margin: 1rem;
	cursor: pointer;
}

.container{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.front,
.back{
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
	border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
	background: #cedce7;
	background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
	background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
	background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}

.front:after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: .6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
}
.hover .container .front,
.hover .container .back{
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.inner{
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}

.container .back{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container .front{
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hover .container .back{
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hover .container .front{
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.front .inner p{
	font-size: 2rem;
	position: relative;
}

.front .inner span{
	color: rgba(255,255,255,0.7);
	font-family: 'Montserrat';
	font-weight: 300;
}

@media screen and (max-width: 64rem){
	.col{
		width: calc(33.333333% - 2rem);
	}
}

@media screen and (max-width: 48rem){
	.col{
		width: calc(50% - 2rem);
	}
}

@media screen and (max-width: 32rem){
	.col{
		width: 100%;
		margin: 0 0 2rem 0;
	}
}
/*endof faq crap*/

#block-7{
	color: white;
	background: #121212;
	min-height: max-content;
	padding-bottom: 75px;
}

.ted{
	color: #ec0027;
}

#talks, .talks-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.talk{
	background-color: white;
	color: black;
	border-radius: 8px;
	outline: 2px solid white;
	margin: 30px;
	width: calc(100vw - 100px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 400px;
}

.talk .details{
	padding: 20px 30px;
}

.talk-title{
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.talk-speaker{
	font-size: 12px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.6);
}

.talk-location{
	font-size: 12px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #0031cfb3;
}

.talk img{
	height: 160px;
	object-fit: cover;
	object-position: top;
	width: 100%;
	border-radius: 0 0 8px 8px;
	outline: 2px solid white;
}

#block-8{
	background: #f8f9fa;
	min-height: max-content;
	padding-bottom: 75px;
}

.links{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 50px;
}

.links a {
	text-decoration: none;
}

.link{
	text-decoration: none;
	color: black;
	width: 250px;
	text-decoration: none;
	background-color: white;
	box-shadow: 0px 10px 20px #e9ecef;
	padding: 30px;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s;
}

.link:hover{
	box-shadow: 0px 5px 10px #dee2e6;
}

.link-title{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2px;
	margin-top: 15px;
	font-size: 18px;
}

.link-img{
	width: 64px;
}

#block-9{
	background: darkgoldenrod;
}

#block-14{
	color: white;
	background-color: #7f1d1d;
	min-height: max-content;
	padding-bottom: 50px;
}


.hotel-details{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 100px;
}

@media (max-width: 840px){
	.hotel-details{
		justify-content: center;
	}
}

.hotel-detail{
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 200px;
}

.hotel-detail-title{
	font-weight: 700;
	font-size: 12px;
	color: rgba(255,255,255,0.4)
}

a.hotel-detail-desc{
	color: white !important;
}

.hotel-detail-desc{
	font-size: 16px;
}

#block-15{
	min-height: max-content;
	padding-bottom: 75px;
	padding-top: 150px;
	background: linear-gradient(180deg, #f8f9fa 0, #e7e5e4 200px, #e7e5e4);
}

.regions{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.region{
	width: 100%;
}

.region-links{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	place-content: center;
}

.region-links a {
	text-decoration: none;
}

.region-link{
	background-color: white;
	text-decoration: none;
	color: black;
	padding: 35px 20px;
	border-radius: 8px;
	box-shadow: 0 10px 20px #d6d3d1;
	transition: 0.3s;
}

.region-link:hover{
	box-shadow: 0px 2px 5px #a8a29e;
}

#block-16{
	background-color: #f0f9ff;
	min-height: max-content;
	padding-bottom: 75px;
}
#block-17{
	color: white;
	background-color: #292524;
	min-height: max-content;
	padding-bottom: 75px;
}

#block-19{
	background-color: #f8fafc;
	min-height: max-content;
	padding-bottom: 75px;
}


#block-18{
	background-color: #f1f5f9;
	min-height: max-content;
	padding-bottom: 75px;
}

#block-18 iframe{
	border: 2px solid #e0e2e6;
	border-radius: 8px;
}

#block-23{
	background-color: #f0f9ff;
	color: black;
	min-height: max-content;
	padding-bottom: 75px;
}

#block-24{
	background-color: #700012;
	color: white;
	min-height: max-content;
	padding-bottom: 75px;
}

#block-23 input{
	border-radius: 200px;
	width: calc(100% - 50px);
	height: 50px;
	margin: 10px 25px;
	outline: none;
	border: none;
	font-size: 20px;
	text-indent: 21px;
	color: black;
}

#block-24 input{
	border-radius: 200px;
	width: calc(100% - 50px);
	height: 50px;
	margin: 10px 25px;
	outline: none;
	border: none;
	font-size: 20px;
	text-indent: 21px;
	color: black;
}

#block-24 .team-member-name{
	text-align: left;
}

#block-21{
	background-color: #0f172a;
	color: white;
	min-height: max-content;
	padding-bottom: 75px;
}

#block-21 input{
	border-radius: 200px;
	width: calc(100% - 50px);
	height: 50px;
	margin: 10px 25px;
	outline: none;
	border: none;
	font-size: 20px;
	text-indent: 21px;
}

#teams, #impactteams, #fortedblock{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin: 50px 0;
	justify-content: center;
}

#teams h2, #impactteams h2, #fortedblock, h2{
	text-align: center;
}

.team{
	background-color: white;
	width: 400px;
	padding: 30px;
	border-radius: 8px;
	color: black;
}

.highlight{
	color: #1d4ed8;
	font-weight: 600;
}

#not-found{
	margin: 0 auto;
	font-size: 27px;
	letter-spacing: -1px;
}

[hidden]{
	display: none;
}

#block-22{
	background-color: #0b6636;
	min-height: max-content;
	padding-bottom: 50px;
	color: white;
}

.whatsapps{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
}

.whatsapps a{
	text-decoration: none;
	background-color: white;
	color: black;
	width: 400px;
	height: 50px;
	display: flex;
	justify-content: center;
	place-items: center;
	border-radius: 8px;
	margin: 20px;
}
