body{
	margin: 0;
	padding: 0;
	
}

a {
	text-decoration: none;
	color: black;
}

.container {
	font-family: Arial;
	background-color: red;
	height: 40px;
	padding-left: 10%;
	margin-bottom: 10px;
	position: relative;
	
}

.dil {
	border-style: hidden;
	background-color: lightcoral;
	color: white;
	max-width: 100%;
	max-height: 100%;
	
}

.dunya {
	max-height: 90%;
	max-width: 90%;
	vertical-align: middle;
}

.logo {
	margin-right: 60px;
	transition: 0.5s;
}

.logo:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: 0.5s;
	mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.616)));
}

.box-1 {
	padding-right: 200px;
}

.flex {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-family: Arial;
	padding-left: 200px;
}

.hakkimizda {
	transition: 0.5s;
	margin-right: 75px;
}

.hakkimizda:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.hakkimizda:hover .hakkimizdalink {
	color: red;
}

.dropdown {
	position: relative;
	display: inline-block;
	margin-right: 75px;
}

.dropdown button {
	font-size: 20px;
	border: none;
	background-color: white;
	z-index: 1;
	transition: 0.5s;
}

.dropdown button:hover {
	cursor: pointer;
	transition: 0.5s;
	transform: scale(1.1);
}

.dropdown a {
	display: block;
	transition: 0.5s;
}

.dropdown .content {
	position: absolute;
	padding: 10px 15px;
	background-color: rgb(250, 250, 250);
	box-shadow: 2px 2px 5px lightcoral;
	line-height: 35px;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.dropdown .content a:hover {
	transform: scale(1.1);
	transition: 0.5s;
	color: red;
}

.dropdown:hover .content {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}


.projelerimiz {
	transition: 0.5s;
	margin-right: 75px;
}

.projelerimiz:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.projelerimiz:hover a {
	color: red;
}

.galericontainer {
	transition: 0.5s;
	margin-right: 75px;
}

.galericontainer:hover a {
	color: red;
	transition: 0.5s;
	cursor: pointer;
}

.galericontainer:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.iletisimcontainer {
	transition: 0.5s;
	margin-right: 75px;
}

.iletisimcontainer:hover a {
	color: red;
	transition: 0.5s;
	cursor: pointer;
}

.iletisimcontainer:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.altbilgi {
	text-align: center;
	padding: 10px 0;
	background-color: #f1f1f1;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #555;
    position: fixed;
	bottom: 0;
	width: 100%;
}

.hakkimizdaicerik {
	margin: 70 auto;
	font-family: Arial, sans-serif;
	line-height: 1.6;
	padding: 70px;
	max-width: 800px;
	background-color: rgba(146, 146, 146, 0.7);
	border-radius: 15px;
	text-align: center;
}

.hakkimizdanlatim {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 140px);
	margin-bottom: 60px; /* Altbilgi yüksekliği kadar boşluk bırak */
}

.hakkimizdaimg {
	max-width: 100%;
	height: 150px;
	border-radius: 10px;
	margin-bottom: 20px;
	transition: 0.5s;
}

.hakkimizdaimg:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.skill-bar {
	background-color: #ddd;
	margin: 10px 0;
	border-radius: 40px;
	overflow: hidden;
}

.html-progress {
	width: 75%;
	height: 20px;
	background-color: #ff5757;
	text-align: center;
	padding-right: 10px;
	line-height: 20px;
	color: white;
	border-radius: 10px;
}

.css-progress {
	width: 45%;
	height: 20px;
	background-color: #ff5757;
	text-align: center;
	padding-right: 10px;
	line-height: 20px;
	color: white;
	border-radius: 10px;
}

.js-progress {
	width: 10%;
	height: 20px;
	background-color: #ff5757;
	text-align: center;
	padding-right: 10px;
	line-height: 20px;
	color: white;
	border-radius: 10px;
}

.eng-progress {
	width: 98%;
	height: 20px;
	background-color: #ff5757;
	text-align: center;
	padding-right: 10px;
	line-height: 20px;
	color: white;
	border-radius: 10px;
}
