/* navbar başlangıç */
@import url('//fonts.cdnfonts.com/css/billabong');

body {
	background: #fafafa;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

main {
	font-family: system-ui, sans-serif;
	margin-block-start: 10rem;
	text-align: center;
}

.navigation {
	background-color: #ffffff;
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0px 50px;
	box-sizing: border-box;
	z-index: 2;
	/* aniimasyon yeri */
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.fade-in-image {
	animation: fadeIn 4s;
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 4s;
	-o-animation: fadeIn 4s;
	-ms-animation: fadeIn 4s;
  }
  
  @keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
.laynee {
	display: none;
}

.shrink {
	height: 50px;
}

.navigation .logo a {
	position: relative;
	color: #000000;
	font-size: 30px;
	font-family: "billabong", sans-serif;
	text-decoration: none;
}

.navigation-search-container {
	position: relative;
}

.navigation-search-container input {
	background-color: #fafafa;
	padding: 3px 20px;
	padding-left: 25px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.0975);
	border-radius: 3px;
	font-size: 14px;
}

.navigation-search-container .fa-search {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 11px;
	color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 120px) and (max-width: 650px) {

	/* Navigation */
	.navigation {
		padding: 0 20px;
		justify-content: space-between;
	}

	.navigation-search-container {
		display: flex;
	}

	.navigation-icons {
		display: flex;
	}

	.laynee {
		display: flex;
		width: 30px;
	}
}

@media only screen and (min-width: 650px) and (max-width: 6530px) {
	.navigation-search-container {
		position: fixed;
		margin-left: -440px;
		float: left;
	}

	body {
		max-width: 600px;
		margin: 0 auto;
	}
}

.navigation-icons {
	display: flex;
}

.navigation-search-container input:focus {
	outline: none;
}

.navigation-search-container input::placeholder {
	text-align: center;
}

.navigation-icons a {
	text-decoration: none;
}

.navigation-link i {
	margin-left: 30px;
	color: black;
	text-decoration: none;
	font-size: 22px;
}

.notification-bubble-wrapper {
	position: relative;
	top: -30px;
	left: 17px;
}

.notification-bubble {
	position: absolute;
	min-width: 20px;
	min-height: 20px;
	border-radius: 50%;
	background: #ff2c74;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 5px 5px 3px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 500;
	display: none;
}

.notification-bubble {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}


/* navbar bitişi shenzy */

/* main başlangıç */
* {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0px;
}


.hh p {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 14.6px;
	max-width: 280px;
	text-align: left;
}

.hh {}

.uuu {
	text-align: left;
	margin-left: 20px;
	margin-top: -10px;

}

.uuu img {
	width: 100px;
	border-radius: 50%;
	height: 100px;
}

.uu {
	padding: 1px;
}

.uu h3 {
	margin-left: 20px;
	margin-top: -50px;
	text-align: center;
    color: #626262;
    padding-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 500;
	text-align: left;
}


.dd {
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 6px;
	border-radius: 6px;
}

.vv {
	text-align: center;
	margin-top: 30px;
}

.aa {
	padding: 1px;
	margin-top: 40px;
}

.lll {
	display: flex;
	flex-direction: column;
	align-items: center;
	float:left;
  }

/* form başlangıç stiller ------------------------------- */

.giris-yap-buton {
	background-color: #ff004e;
	text-align: center;
	text-decoration: none;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 35px;
	border-radius: 40px;
	outline: none;
	display:flex;
	float: left;
	border: none;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 13.2px;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
	outline: none !important;
}

.am {
	background-color: #0064e0;
	text-align: center;
	text-decoration: none;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7.9px 32px;
	border-radius: 40px;
	outline: none;
	display:flex;
	float: left;
	border: none;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 13.2px;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
	outline: none !important;
}

.group {
	display: flex;
	margin-left: 20px;
	margin-top: 20px;
	line-height: 30px;
	align-items: center;
	position: relative;
	max-width: 250px;
}

.input {
	width: 100%;
	height: 35px;
	line-height: 30px;
	padding: 0px;
	padding-left: 3rem;
	border: 1px solid #999999;
	border-radius: 10px;
	outline: none;
	background-color: #f8fafc;
	color: #0d0c22;
	transition: .5s ease;
}

.input::placeholder {
	color: #94a3b8;
}

.input:focus, input:hover {
	outline: none;
	border-color: #0064e0;
	background-color: #fff;
}

.icon {
	position: absolute;
	left: 1rem;
	fill: none;
	width: 1rem;
	height: 1rem;
}

/*main bitişi*/

/*footer başlangıç*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 1170px;
	margin: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

ul {
	list-style: none;
}

.footer {
	background-color: #f2f3f5;
	padding: 70px 0;
}

.footer-col {
	width: 25%;
	padding: 0 15px;
}

.footer-col h4 {
	font-size: 14px;
	color: #757474;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #0064e0;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: black;
	padding-left: 8px;
}

.footer-col .social-links a {
	display: inline-block;
	height: 24px;
	width: 24px;
	background-color: #f2f3f5;
	margin: 0 10px 10px 0;
	border: solid 0.1px #999999;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	color: black;
	transition: all 0.5s ease;
}

.tr {
	margin-top: -3440px;
	background-color: red;
}

.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #999999;
}

/*responsive*/
@media(max-width: 767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media(max-width: 574px) {
	.footer-col {
		width: 100%;
	}
}

/*footer bitişi*/