html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration: none !important;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.header{
	background: url(../img/bg-header.png) no-repeat top center;
	background-size: cover;
	text-align: center;
}
.logo a img{
	padding: 50px 0px;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
}
.header h1{
	font-size: 40px;
	font-weight: 600;
	color: #8dfffe;
	text-align: center;
	text-shadow: 1px 3px 4px #000000c9;
	padding-bottom: 14px;
	line-height: 45px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Poppins', sans-serif;
}
.header h1 b{
	font-weight: bold;
}
.header p{
	color: #8dfffe;
	text-align: center;
	font-size: 16px;
	display: initial;
}

.header p:nth-child(1) { 
	margin-left: 0px;
}
.header p span i{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
.banner img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50px;
	margin-top: 60px;
}
.platform{
	margin-top: 60px;
	margin-bottom: -100px;
}
.platform h2{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #111111;
	padding-top: 40px;
	padding-bottom: 50px;
}
.box > .icon { 
	text-align: center; 
	position: relative; 
	box-shadow: 0px 0px 30px 1px rgb(113 113 113 / 42%);
	border-radius: 20px;
	height: 465px;
	background: #fff;
}
.box > .icon:hover { 
	background: #3829c3;
}
.box > .icon > .android { 
	position: relative;
	z-index: 2;
	margin: auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url(../img/android.png);
	background-color: #3829c3;
	background-position: center center;
	background-repeat: no-repeat;
	top: 80px;
}
.box > .icon:hover > .android { 
	background-image: url(../img/android-hover.png);
	background-color: #fff;
}
.box > .icon > .apple { 
	position: relative;
	z-index: 2;
	margin: auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url(../img/apple.png);
	background-color: #3829c3;
	background-position: center center;
	background-repeat: no-repeat;
	top: 80px;
}
.box > .icon:hover > .apple { 
	background-image: url(../img/apple-hover.png);
	background-color: #fff;
}
.box > .icon > .pc { 
	position: relative;
	z-index: 2;
	margin: auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url(../img/pc.png);
	background-color: #3829c3;
	background-position: center center;
	background-repeat: no-repeat;
	top: 80px;
}
.box > .icon:hover > .pc { 
	background-image: url(../img/pc-hover.png);
	background-color: #fff;
}
.box > .icon > .info > h3.title { 
	font-size: 22px; 
	color: #111; 
	font-weight: 600; 
	margin-top: 140px;
}
.box > .icon:hover > .info > h3.title{ 
	color: #fff; 
}
.footer{
	background: url(../img/bg-footer.png) no-repeat top center;
	background-size: cover;
	height: 250px;
	color: #fff;
	font-size: 16px;
	padding-top: 150px;
}
.footer_logo{
	text-align: center;
}
.copyright{
	line-height: 60px;
}
.copyright a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	float: right;
}
.copyright a span{
	font-size: 16px;
	font-weight: 100;
	padding-left: 10px;
}
.sosyal_medya{
	padding-top: 7px;
}
.sosyal_medya li{
	display: inline-block;
	height: 55px;
	padding-top: 12px;
}
.sosyal_medya li a{
	color: #fff;
	padding-right: 20px; 
}
.sosyal_medya li a i{
	font-size: 20px
}
@media (max-width: 768px) { 
	.logo a img {
		padding: 40px 80px;
		width: 100%;
	}
	.header h1 {
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		font-family: 'Poppins', sans-serif;
	}
	.header p {
		text-align: center;
		font-size: 16px;
		display: revert;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 8px;
		padding: 0px 60px;
		font-family: 'Poppins', sans-serif;
	}
	.banner img {
		margin-bottom: -50px;
		margin-top: 20px;
		padding: 30px;
	}
	.platform{
		margin-top: 30px;
	}
	.platform h2 {
		font-size: 26px;
		line-height: 32px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.box{
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.box > .icon > .android {
		width: 140px;
		height: 140px;
		background-size: 80px;
		top: 50px;
	}
	.box > .icon > .apple {
		width: 140px;
		height: 140px;
		background-size: 80px;
		top: 50px;
	}
	.box > .icon > .pc {
		width: 140px;
		height: 140px;
		background-size: 80px;
		top: 50px;
	}
	.box > .icon {
		height: 300px;
	}
	.box > .icon > .info > h3.title {
		margin-top: 90px;
	}
	.footer{
		height: auto;
	}
	.footer_logo{
		margin-top: -50px;
	}
	.sosyal_medya{
		text-align: center;
		padding-top: 25px;
	}
	.sosyal_medya li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.copyright {
		text-align: center;
		margin-top: -20px;
	}
	.copyright a{
		float: none;
		font-size: 16px;
	}
}