/* Theme Name: Escort Script
Theme URI: www.QBilisim.com
Author: QBilisim
Author URI: Geliştirici Web Sayfası
Description: Qbilisim.com Özel Tasarım.
Version: v1 */

html {
	--scrollbarBG: white;
	--thumbBG: #0c345e;
}
body::-webkit-scrollbar {
	width: 15px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
body {
	font-family: 'Arial';
	background: #d3d3d3; 
	font-size: 20px;
}
.ileri {
	margin: 50px;
	border: none;
	background: white;
	border-radius: 5px;
	font-size: 20px;
}
.geri {
	margin-bottom: 70px;
	background: silver;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	box-shadow: 0px 0px 5px 1px white;
}
.start {
	display: block;
	text-align: center;
}
.start img {
	margin-top: 30px;
	width: 925px;
	height: 510px;
	border-radius: 10px;
}
.start h1 {
	margin-top: 40px;
	text-align: center;
	font-size: 30px;
	background: #e5e5e5;
	padding: 10px;
	border-radius: 10px;
}
.start h2 {
	margin-top: 20px;
	text-align: center;
	color: #f70505;
	background: white;
	padding: 10px;
	border-radius: 10px;
}
.start .anketbasla {
	text-align: center;
	margin-top: 20px; 
}
.start button {
	padding: 10px;
	border: none;
	border-radius: 10px;
	width: 30%;
	letter-spacing: 2px;
	font-size: 25px;
	background: white;
	box-shadow: 0px 0px 30px 5px #fffcfc; 
	animation:botton linear 2s infinite;
}
.start button:hover {

}
.ilceler {
	display: none;
	text-align: center;
	padding: 50px 10px;
	width: 30%;
	margin: 50px auto;
}
.cinsiyet {
	display: none;
	text-align: center;
	padding: 50px 10px;
	width: 30%;
	margin: 50px auto;
}
.yas {
	display: none;
	text-align: center;
	padding: 50px 10px;
	width: 60%;
	margin: 50px auto;
}
[class^="sorular"] {
	display: none;
	text-align: center;
	padding: 50px 10px;
	width: 100%;
	margin: 50px auto;
}
.baslik {
	font-size: 30px;
	border-bottom: 1px solid black;
	padding-bottom: 6px;
	width: 100%;
}
.sonuc {
	display: none;
	text-align: center;
	margin-top: 40px;
}
label {
	font-size: 30px;
}
.sorular7 input {
	width: 40%;
	margin: 10px auto;
}
.sorular7 button {
	width: 30%;
}
@media screen and (max-width:1044px){ 
	.start img {
		margin-top: 80px;
		width: 100%;
		height: auto;
		border-radius: 10px;
	} 
	.start button {
		width: 80%;
	}
	.ilceler,.cinsiyet, .yas { 
		width: 100%;
	}
	.baslik {
		font-size: 23px;
	}
	label {
		font-size: 30px;
	}
	.ileri {
		font-size: 30px;
	}
	.sorular7 input {
		width: 100%;
		margin: 10px auto;
	}
	.sorular7 button {
		width: 70%;
	}
}

@keyframes botton{
	0%{
		box-shadow: 0px 0px 30px 5px #fffcfc;
	}
	50%{
		tbox-shadow: 0px 0px 10px 2px #fffcfc;
	}
	100%{
		box-shadow: 0px 0px 0px 0px #fffcfc;
	}
} 