/*
Renk kodlarimiz : 
#373d4a (koyu ton)
#5c9ed0 (mavi ton)
#a1bbd4 (açık ton)
*/
@font-face {
	font-family: 'Touche';
	src: url("fonts/Touche-Regular-BF642a2ebfe9ff0.otf");
}
@font-face {
	font-family: 'Touche Bold';
	src: url("fonts/Touche-Bold-BF642a2ec04a3ad.otf");
}
html, body {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	margin: 0;
	font-family: 'Touche';
	color: #a1bbd4;
	-webkit-tap-highlight-color: transparent;
}
.fillgridnull {
	grid-area: N;
	display: block;
	width: auto;
	height: 80px;
}
.nav {
	position: fixed;
	width: 90%;
	height: 0;
	display: grid;
	grid-template-areas: "s1 H s2";
	grid-template-columns: 1fr 1fr 1fr;
	z-index: 9;
	gap: 15px;
}
.container .header {
	grid-area: H;
  	z-index: 10;
	width: 100%;
	background: transparent;
	backdrop-filter: blur(10px);
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	border: none;
	border-radius: 0 0 60px 60px;
	box-shadow: 0 0 20px black;
	transition: all .4s ease;
}
.header:hover {
	box-shadow: 0 0 20px #5c9ed0;
}	
.header .logo {
	display: flex;
	justify-content: center;
	height: 50px;
	padding: 15px;
	width: 130px;
}
.header .logo img, .header .logo button {
	height: 50px;
}
.container .biglogo {
	display: block;
	grid-area: L;
}
.biglogo img {
	width: 100%;
}
.container .paragraph {
	display: block;
	grid-area: P;
	padding: 2px 5px;
}
.paragraph p {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	transition: all .4s ease;
}
.paragraph p .vurgu {
	color: white;
	text-decoration: none;
	font-family: 'Touche Bold';
	transition: all .4s ease;
}
a.vurgu:hover {
	color: #5c9ed0 !important;
}
.container .intro {
	grid-area: I;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.countdown {
	display: flex;
	flex-direction: row;
	float: right;
	width: 100%;
	gap: 15px;
}
.timer {
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0);
	backdrop-filter: blur(10px);
	border: none;
	border-radius: 20px;
	box-shadow: 0 0 20px black;
	transition: all .4s ease;
	padding-bottom: 12px;
}
.timer:hover {
	box-shadow: 0 0 20px #5c9ed0;
}
.timerspan {
	font-size: 48px;
	letter-spacing: 5px;
	text-indent: 5px;

	display: block;
	width: calc(50% - 15px);
	color: white;
	background: black;
	border: none;
	border-radius: 10px;
	height: 48px;
	text-align: center;
	padding: 19px 0 14px 0;
}
.tsL {
	float: left;
	margin: 10px;
	margin-right: 5px;
}
.tsR {
	float: right;
	margin: 10px;
	margin-left: 5px;
}
.timername {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-size: 20px;
}
h1#status {
	text-align: center;
	font-family: 'Touche Bold';
	margin: 6px 0;
	padding-top: 4px;
	font-size: 48px;
	display: none;
}
.container .content {
	grid-area: C;
	display: grid;
	gap: 15px;
	margin-top: 5px;
}
.speaker {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background-color: rgba(0,0,0,0);
	backdrop-filter: blur(10px);
	border: none;
	border-radius: 20px;
	box-shadow: 0 0 20px black;
	transition: all .4s ease;
	-webkit-tap-highlight-color: transparent;
}
.speaker:hover {
	box-shadow: 0 0 20px #5c9ed0;
}
.tarih {
	font-size: 18px;
	margin-bottom: 10px;
	color: #a1bbd4;
}
.saat {
	font-family: 'Touche Bold';
	color: white;
}
.speakerinfo {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
}
.speakerinfo div {
	width: calc(100% - 150px);
}
.photo {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	overflow-clip-margin: content-box;
   overflow: clip;
	object-fit: cover;
}
.isim {
	font-size: 20px;
	line-height: 24px;
	margin: 20px;
	margin-bottom: 15px;
	color: white;
}
.ozet {
	font-size: 16px;
	line-height: 20px;
	margin: -10px 20px 10px 20px;
}
.socials {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.social {
	width: 24px;
	height: 24px;
}
.footer {
	display: block;
	width: 90%;
	margin: 20px 0 0 0;
	padding: 20px 5% 20px 5%;
	backdrop-filter: blur(10px);
	border: none;
	box-shadow: 0 0 20px black;
	transition: all .4s ease;
	height: 48px;
}
.footer:hover {
	box-shadow: 0 0 20px #5c9ed0;
}
.footer-blocks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.footer-block {
	display: block;
	width: min-content;
}
.footer-block:first-child {
	width: 240px;
}
.analink {
	font-size: 20px;
	color: white;
	text-decoration: none;
	line-height: 28px;
	float: left;
}
.analink a {
	color: white;
	text-decoration: none;
	transition: all .4s ease;
}
.minilink {
	font-size: 16px;
	color: #a1bbd4;
	text-decoration: none;
	line-height: 20px;
	float: left;
}
.links {
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 164px;
}
.linkblock {
	padding: 8px;
	cursor: pointer;
	transition: all .4s ease;
	background-color: #5c9ed0;
	border-radius: 24px;
	width: 32px;
	box-shadow: 0 0 10px black;
}
.linkblock:hover {
	background-color: white;
	box-shadow: 0 0 10px #5c9ed0;
}
.linkblock img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
@media (orientation: landscape) {
	.background {
		z-index: -1;
		width: 100%;
		height: 100vh;
		background-image: url("backgrounds/gelisim_arka_plan_pc.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: fixed;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
	}
}
@media (orientation: portrait) {
	.background {
		z-index: -1;
		width: 100%;
		height: 100vh;
		background-image: url("backgrounds/gelisim_arka_plan_mob.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: fixed;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
	}
}

@media (min-width: 1200px) {
	.content {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
}
@media (min-width: 700px) and (max-width:1199.99px) {
	.content {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
}
@media (max-width:467px) or ((min-width:700px) and (max-width:899.99px)) or ((min-width: 1200px) and (max-width:1520px)) {
	.speakerinfo {
		flex-direction: column;
	}
	.speakerinfo div {
		width: 100%;
	}
	.isim, .ozet {
		text-align: center;
	}
	@media (max-width:467px) {
		.footer {
			height: auto;
		}
		.footer-blocks {
			flex-direction: column;
			gap: 10px;
			align-items: center;
		}
		.footer-block {
			display: flex;
			justify-content: center;
			flex-direction: column;
		}
		.analink, .minilink {
			float: none;
			text-align: center;
		}
	}
}
@media (max-width:699.99px) {
	.content {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	h1#status {
		font-size: 28px;
	}
}


@media (min-width:1400px) {
	.container {
		display: block;
		margin: 0 10%;
	}
	.footer {
		width: 80%;
		padding: 20px 10% 20px 10%;
	}
	.grid {
		display: grid;
		grid-template-areas:
			"N N N N N H H H H H E E E E E"
			"L L L I I I I I I I I I I I I"
			"P P P P P P P P P P P P P P P"
			"C C C C C C C C C C C C C C C";
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		gap: 15px;
	}
	.timer {
		padding-bottom: 20px;
	}
	.timerspan {
		width: calc(50% - 30px);
		padding: 35px 0 30px 0;
	}
	.tsL {
		float: left;
		margin: 20px;
		margin-right: 10px;
	}
	.tsR {
		float: right;
		margin: 20px;
		margin-left: 10px;
	}
}
@media (min-width:700px) and (max-width:1399.99px) {
	.container {
		display: block;
		margin: 0 5%;
	}
	.grid {
		display: grid;
		grid-template-areas:
			"N N N N H H H H H H H E E E E"
			"L L L I I I I I I I I I I I I"
			"P P P P P P P P P P P P P P P"
			"C C C C C C C C C C C C C C C";
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		gap: 15px 5px;
	}
	
}
@media (max-width:699.99px) {
	.container {
		display: block;
		margin: 0 5%;
	}
	.nondiv {
		position: fixed;
	}
	.nav {
		grid-template-areas: "H H H";
	}
	.grid {
		display: grid;
		grid-template-areas:
			"H H H"
			"N L E"
			"I I I"
			"P P P"
			"C C C";
		grid-template-columns: 1fr 1fr 1fr;
		gap: 15px 5px;
	}
	.countdown {
		display: flex;
		flex-direction: row;
		float: right;
		width: 100%;
		gap: 0;
		background-color: transparent;
		backdrop-filter: blur(10px);
		border: none;
		border-radius: 20px;
		box-shadow: 0 0 20px black;
		transition: all .4s ease;
	}
	.countdown:hover {
		box-shadow: 0 0 20px #5c9ed0;
	}
	.timer {
		backdrop-filter: unset;
		box-shadow: none;
		display: block;
		width: 100%;
	}
	.timer:hover {
		box-shadow: none;
	}
	.timerspan {
		height: 24px;
		font-size: 24px;
		width: calc(50% - 11px);
	}
	.timername {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.tsL {
		margin-right: 0;
		border-radius: 10px 0 0 10px;
	}
	.tsR {
		margin-left: 0;
		border-radius: 0 10px 10px 0;
	}
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 100;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
}
.modal-overlay.active {
	display: flex;
}
.modal {
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 24px 20px;
	max-width: 500px;
	width: calc(90% - 40px);
	color: #a1bbd4;
	box-shadow: 0 0 20px #5c9ed0;
	animation: slideDown 400ms ease-out;
	position: relative;
	transition: all 0.4s ease;
}
@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideUp {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	to {
		transform: translateY(-100%);
		opacity: 0;
	}
}
.modal.closing {
	animation: slideUp 400ms ease-in forwards;
}
.modal-close {
	position: absolute;
	top: 15px;
	right: 20px;
	background: none;
	border: none;
	color: #a1bbd4;
	font-size: 28px;
	cursor: pointer;
	transition: color 0.4s;
	-webkit-tap-highlight-color: transparent;
}
.modal-close:hover {
	color: white;
}
.modal-title {
	font-size: 24px;
	font-family: 'Touche';
	margin-bottom: 10px;
	color: white;
	text-align: center;
	line-height: 30px;
}
.modal-date {
	font-size: 16px;
	color: #a1bbd4;
	margin-bottom: 16px;
	text-align: center;
}
.modal-bio {
	font-size: 14px;
	line-height: 1.6;
	color: #a1bbd4;
	margin-bottom: 15px;
	text-align: center;
	max-height: calc(100% - 458px);
	overflow-y: auto;
}
.modal-socials {
	display: flex;
	gap: 10px;
	margin-top: 0px;
	justify-content: center;
}
.modal-socials a {
	display: inline-block;
	transition: transform 0.2s;
}
.modal-socials a:hover {
	transform: scale(1.1);
}
.modal-socials a#modalForm {
	color: white;
	transition: none;
	font-family: 'Touche';	
	font-size: 16px;
	margin-top: 6px;
	text-decoration: none;;
}
.modal-socials #modalForm:hover {
	transform: none;
}
.modal-socials img {
	width: 24px;
	height: 24px;
}
.socials a {
	display: inline-block;
	transition: transform 0.2s;
}
.socials a:hover {
	transform: scale(1.1);
}
.socials img {
	width: 24px;
	height: 24px;
}
.animated-text {
	background: linear-gradient(
		to right,
		#5c9ed0,
		#a1bbd4,
		white,
		#a1bbd4,
		#5c9ed0
	);
	background-clip: text;
	color: transparent !important;
	background-size: 200% auto;
	animation: graidientAnimation 3s linear infinite;
}
@keyframes graidientAnimation {
	0% {
		background-position: 200% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}