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%;
}