html {
	scroll-behavior: smooth;
}

body {}

a {
	text-decoration: none;
	color: #e74c3c;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.head_text {
	background-color: #c0392b;
	height: 30px;
	width: 100%;
	padding-top: 2px;
}

.head_text_p {
	color: #ffffff;
}

.head_text_pp {
	color: #ff7675;
	float: right;
	font-family: 'Staatliches', cursive;
	font-size: 19px;
}

.head_text_pp a {
	transition: 0.5s;
	color: #ff7675;
}

.head_text_pp a:hover {
	transition: 0.5s;
	color: #fff;
}


.head_text_pp i {
	color: #fff;
}

.head_text_strong {
	color: #ffffff;
	font-family: 'Staatliches', cursive;
	font-size: 19px;
}

.head_text_a a {
	color: #ff7675;
	font-size: 17px;
	transition: 0.5s;
	padding-right: 5px;
	max-width: 10px;
}

.head_text_a a:hover {
	color: #ffffff;
	transition: 0.5s;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 17px;
}

.header {
	margin-top: 30px;
}

.sidebar .nav-link i {
	color: #f1f2f6;
}

.menu .nav-link {
	color: #2f3640;
	transition: 0.5s;
	font-family: 'Staatliches', cursive;
	font-size: 19px;
}

.menu .nav-link:hover {
	transition: 0.5s;
	/* background-color: #f5f6fa; */
	color: #e74c3c;
}

.sidebar .nav-link {
	color: #2f3640;
	transition: 0.5s;
}

.sidebar .nav-link:hover {
	color: #f5f6fa;
	transition: 0.5s;
	background-color: #f5f6fa;
	color: white;
}

.diva {
	float: left;
	margin-left: 10px;
}

.menu {
	/* border: 2px dashed #f5f6fa; */
	/* width: 70%; */
	border-radius: 5px;
	/* background-color: #f1f2f6; */
	float: right;
}

.sidebar {
	border: 2px solid #f5f6fa;
	width: 100%;
	border-radius: 5px;
	background-color: #f1f2f6;
	height: 100%;
}

.firsat {
	transition: 0.5s;
	border: 2px dashed #dfe4ea;
	width: 100%;
	border-radius: 5px;
	background-color: #f1f2f6;
	margin-bottom: 10px;
	border-radius: 5px;
}

.firsat:hover {
	transition: 0.5s;
	border: 2px solid #4ed137;
}

.body_hed {
	margin-top: 30px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ecf0f1;
}

.body_hed hr {
	background-color: #ffffff;
	border-radius: 5px;
	height: 5px;
	width: 20%;
	margin-top: -10px;
}

.body_hed p {
	color: #95a5a6;
}

.urun {
	width: 100%;
	background-color: #f1f2f6;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	border-radius: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	row-gap: 30px;
}

.urun .top-score {
	display: flex;
	backdrop-filter: blur(5px);
	font-weight: 600;
}

.urun .top-score .item {
	display: flex;
	width: 50%;
	padding: 10px;
	align-items: center;
	justify-content: center;
	color: white;
}

.urun img {
	height: 150px;
}

.urun-baslik {
	font-size: 20px;
	color: #fff;
	padding: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: 20px;
}

.urun .urun-stars {
	color: #f1c40f;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.urun-aciklama .fa-check {
	color: #f5f6fa;
}

.urun-aciklama .fa-times {
	color: #e74c3c;
}

.urun-fiyat {
	text-align: center;
	font-size: 25px;
	color: #e74c3c;
	background-color: #fff;
	padding: 5px;
}

.urun-button {
	font-size: 20px;
	color: #fff;
	padding: 10px;
	backdrop-filter: blur(5px);
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login {
	position: relative;
	float: right;
	background-color: #f5f6fa;
	padding: 10px;
	border-bottom-left-radius: 5px;
}

/* Kategoriler's */

.kategori_div {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f1f2f6;
}

.kategori_div hr {
	background-color: #ffffff;
	border-radius: 5px;
	height: 5px;
	width: 30%;
	margin-top: 0px;
}

.kategori {
	transition: 0.5s;
	border: 3px solid transparent;
	width: 100%;
	min-height: 200px;
	border-radius: 20px;
	padding: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 900;
	color: white;
}

.kategori_div h3 {
	color: #ffffff;
}

.kategori img {
	height: 150px;

}

.kategori:hover {
	transition: 0.5s;
	border: 3px solid #e84118;

}

.body_hed {
	margin-top: 0;
}

.body_hedd {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f6fa;
}

.body_hedd hr {
	background-color: #e84118;
	border-radius: 5px;
	height: 5px;
	width: 20%;
	margin-top: -10px;
}

.body_hedd p {
	color: #e84118;
}

.hizmetler {
	background: url("https://file.premin.com.tr/minecraft-6917341_1280.jpg") no-repeat right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 48% 100%;
	widows: 100%;
	padding-top: 50px;
}

.hzm-resim {
	position: relative;
}

.hzm-resim img {
	width: 90%;
}

.hizmetler h1 {
	color: #2d3436;
}

.hizmetler span {
	color: #e84118;
}

.body_heddd {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f6fa;
}

.body_heddd p {
	color: #e84118;
}

.footer {
	padding-top: 50px;
	padding-bottom: 50px;
	/* font-family: 'Staatliches', cursive; */
}

.footer img {
	width: 60%;
}

.footer_text {
	background-color: #e74c3c;
	width: 100%;
	padding: 15px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	border-radius: 10px;
}

.footer .font {
	font-size: 17px;
}

.footer_text p {
	color: white;
	margin: 0;
}

.button {
	transition: 0.5s;
	background-color: #e84118;
	line-height: 1;
	color: #ffffff;
	padding: 12px 20px 8px 20px;
	font-family: 'Staatliches', cursive;
	border-radius: 30px;
}

.button:hover {
	transition: 0.5s;
	background-color: #fff;
	color: #e84118;
	font-family: 'Staatliches', cursive;
	/* border-radius: 0px; */
}

.login hr {
	height: 3px;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* About Kısmı CSS */

.about {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f6fa;
}

.about h1 {
	color: #e84118;
}

.about p i {
	color: #e84118;
}

.about p {
	color: #2d3436;
	font-size: 20px;
}

/* Kullanım Şartları CSS */

.ks {
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #f5f6fa;
}

.ks h1 {
	color: #e84118;
	margin-bottom: 1rem;
}

.ks p {
	color: #2f3640;
	font-size: 20px;
}

.ksdiv {
	background-color: white;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
}

.sepet {
	background-color: white;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	padding-top: 30px;
	border-radius: 15px;
}

.sepet .free {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sepet .free img {
	max-width: 200px;
}

.sepet .surun {
	width: 100%;
	border-radius: 10px;
	background-color: #f5f6fa;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}

/* Kategori Ürünleri Kısmı CSS */

.cp {
	/*margin-top: 30px;*/
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	/*border-top: 5px dashed #ffffff;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	font-family: 'Staatliches', cursive;
}

.cpdiv {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ecf0f1;
}

.cpdiv1 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Staatliches', cursive;
}

.cpdiv1 i {
	margin-bottom: 10px;
	color: #e84118;
}

.cpdiv hr {
	background-color: #ffffff;
	border-radius: 5px;
	height: 5px;
	width: 20%;
	margin-top: -10px;
}

.cpdiv p {
	color: #e84118;
}

.cpdiv-menu {
	width: 100%;
	background-color: #2d3436;
}

.cpdiv-menu .form-control {
	background-color: #2d3436;
	color: #a29bfe;
}

.cpdiv-menu .form-select {
	background-color: #2d3436;
	color: #a29bfe;
}

.cpdiv-menu label {
	color: #ffffff;
}

.cpdiv-ic {
	background-color: #f5f6fa;
	padding: 20px 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.cpdiv-ic p {
	margin-bottom: 0;
}

.register {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.register p {
	font-size: 20px;
}

.pagination .page-item a {
	color: #ffffff;
	background-color: #e84118;
}

.gizle {
	display: none;
}

.pagination {
	background-color: #ecf0f1;
	margin-top: 20px;
}

.pagination .page-link {
	color: #e84118;
	border: 0;
	background-color: #ecf0f1;
}

/* Tekil Ürün Sayfası CCS Kodları */

.pt {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ecf0f1;
}

.pt p {
	color: black;
	font-size: 18px;
}

.pt-div {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 20px 20px 20px 20px;
	border-radius: 14px;
	color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
}

.pt .live_product {
	font-size: 30px;
	padding: 5px;
	color: #f8d7da;
	font-family: Verdana;
	/* border: 3px solid #ffffff; */
	border: 0;
	box-shadow: 0px 0px 100px -18px #e84118;
	/* background-color: #e84118; */
}

#user-box {
	position: relative;
	width: fit-content;
	max-width: 50%;
}

#user-box img {
	width: 100%;
}

#user-box .checked_user {
	background-color: #0096f1;
	padding: 0px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	width: 29px;
	height: 29px;
	right: 0;
	font-size: 19px;
	color: white;
}

.pt-res1 {
	text-align: center;
}

.pt-res1 span {
	color: #2d3436;
}

.pt-div h1 {
	font-size: 35px;
	margin-bottom: 1rem;
}

.pt-div .link-warning {
	color: #ffc107;
	font-size: 20px;
	font-weight: 600;
}

.pt-aciklama-div {
	background-color: #ffffff;
	padding: 20px;
	height: 100%;
	border-radius: 14px;
}

.pt-yorum-div {
	border-radius: 14px;
	background-color: #ffffff;
	padding: 20px;
}

.pt-yorum-div h4 {
	margin-bottom: 0;
}

.footer-menu {
	position: fixed;
	padding: 10px;
	bottom: 0;
	width: 100%;
	background-color: #f1f2f6;
	display: none;
}

video {
	width: 100%;
	height: 100%;
	background-position: absolute;
	z-index: -10;
	object-fit: cover;
	position: absolute;
}

.video_header {
	margin-top: 0px;
}

.res {
	transition: 0.5s;
	color: #ffffff;
}

.res:hover {
	transition: 0.5s;
	color: #a29bfe;
}

.img_pt {
	transition: 1s;
	height: 100px;
	border-radius: 150px;
	margin-bottom: 10px;
	border: 3px dashed #44bd32;
}

.img_pt:hover {
	transition: 1s;
	border-radius: 10px;
	border: 3px solid #f5f6fa;
	box-shadow: 0px 0px 100px -18px rgba(0, 0, 0, 0.75);
}

.pt-aciklama-div ul li {
	color: #2d3436;
	font-size: 18px;
}

.pt-aciklama-div ul li b {
	color: #6c5ce7;
	font-size: 19px;
}

.search {
	height: 100px;
	width: 800px;
	position: absolute;
	background-color: white;
	margin-top: 85px;
}

.search-div {
	background-color: #2d3436;
	width: 100%;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	/* border-bottom: 2px solid #636e72; */
}

.search-input {
	transition: 0.5s;
	background-color: #2d3436;
	border-color: #2d3436;
	color: white;
	border-radius: 0;
	/* border: 1px solid #636e72; */
	border-left: 3px solid #636e72;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.search-input:focus {
	transition: 0.5s;
	background-color: #2d3436;
	box-shadow: 0px 0px 0px 0px #4ed137;
	border-color: #2d3436;
	/* border: 1px solid #4ed137; */
	border-left: 3px solid #e74c3c;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	text-decoration-color: white;
	color: white;
}

.search-input:hover {
	transition: 0.5s;
	background-color: #2d3436;
	border-left: 3px solid #e74c3c;
}

.search-div img {}

.uzer tr td {
	padding-left: 10px;
	color: white;
}

.uzer {
	float: right;
}

.btnx {
	transition: 0.5s;
	background-color: #f5f6fa;
	color: #ffffff;
}

.btnx:hover {
	transition: 0.5s;
	background-color: #44bd32;
	color: #ffffff;
}

.search-icon {
	color: #4ed137;
	position: absolute;
	margin-top: -28px;
	right: 59%;
}

.slider-title {
	color: #ffffff;
	font-size: 60px;
	margin-bottom: 60px;
	margin-top: 80px;
	font-family: 'Staatliches', cursive;
}