@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    color: #1e1e1e;
}

* {
  	margin: 0; 
	padding: 0;
	box-sizing: border-box;
	}

.boxshadow {
	-webkit-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	box-shadow: 5px 4px 14px -11px rgba(0,0,0,0.75);
	transition: all 0.4s;
}

.boxshadow:hover {
	-webkit-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	-moz-box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
	box-shadow: 6px 5px 15px -11px rgba(0,0,0,1);
}


h2 {
	font-weight: 300;
	font-size: 45px;
}

h3 {
	font-weight: 700;
	font-size: 27px;
}

p {
	font-size: 18px;
	font-weight: 300;
	text-align: justify;
}

nav {
	padding: 0px 40px;
	display: inline-block;
	width: 100%;
	background: rgba(241,231,103,1);
	background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
	background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
	border-top: 1px solid #e4a024;
	border-bottom: 1px solid #e4a024;
	z-index: 4000;
}

nav ul {
	display: inline-flex;
	padding-top: 10px;
	position: relative;
}

nav ul li {
	list-style: none;
	text-decoration: none;
	position: relative; /*açılır menü için gerekli, menü tam ilgili link altında açılır */
	transition: 1.6s all;
}

nav ul li a {
	list-style: none;
	text-decoration: none;
	color: black;
	padding: 10px 30px 10px 30px;
	border-right: 1px solid #e4a024;
	font-weight: 400;
	transition: 0.5s all;
	font-size: 18px;
}

nav ul li a:hover {
	list-style: none;
	text-decoration: none;
	background-color: white;
	color: black;
}

nav ul li.active a {
	list-style: none;
	text-decoration: none;
	background-color: white;
}

/*Dropdown Nav */
nav ul li ul {
	padding: 0;
	margin: 0;
	display: none;
	background-color: #404041;
	position: relative;
	width: 300px;
	top: 26px;
	left: 0;
	visibility: hidden;
	transition: 1.6s all;
	z-index: 5000;
}

nav ul li ul li {
	display: block;
	background-color: #404041;
	color: white;
}

nav ul li ul li:firs-child {
	border-radius: 0px 0px 10px 10px;
}

nav ul li ul li:first-child:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border: 5px solid transparent;
  border-bottom-color: #404041;
  left: 20%;
  top: -10px;
  margin-left: -5px;
}

nav ul li ul li a {
	display: block;
	padding: 5px 10px;
	border: none;
	background-color: #404041;
	color: white;
	list-style: none;
	text-decoration: none;
}

nav ul li ul li a:hover {
	display: block;
	padding: 5px 10px;
	border: none;
	background-color: #e5a124;
	color: black;
	list-style: none;
	text-decoration: none;
}

nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 70;
	left: 0;
	visibility: visible;

}


.content {
	width: 100%;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;

	align-items: center;
	background-color: #fff;
}

.content2 {
	width: 100%;
	padding: 10px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer {
	width: 100%;
	padding: 10px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e5a124;
	color: black;
}

.content2 img {
	width: 80%;
	border-radius: 5px;
	border: 3px solid #e5a124;
}

.content3 {
	width: 100%;
	height: 500px;
	position: relative;
	padding: 30px 40px;
	display: flex;
	z-index: 100;
}

.content4 {
	margin: 5px 40px;
	position: relative;
	padding: 10px;
	text-align: justify;
}

.logo {
	width: 30%;
}

.head {
	width: 50%;
	text-align: right;
}

.head img {
	width: 200px;
}

.social {
	width: 20%;
	text-align: right;
}

.social i {
	font-size: 24px;
	padding-right: 10px;
	transition: all 0.5s;
	color: #58585b;
	line-height: 50px;
}

.social i:hover {
color: #000;
transform: scale(1.5);
}

.resim {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.resim img {
	width: 32%;
	filter: saturate(0.7);
	border-radius: 9px;
	transition: all 0.5s;
}

.resim img:hover {
	filter: saturate(1);
	transform: scale(1.1);
	z-index: 100;
}

.icerik {
	width: 100%;
	padding: 0px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-around;
}

.icerik > div {
	width: 33%;
	padding: 20px 10px 2px 10px;
	border-radius: 6px;
	background-color: white;
	margin-bottom: 10px;
}

.icerik > div > img {
	border-radius: 5px;
	transition: 0.6s all;
	overflow: hidden;
}

.icerik > div > img:hover {
}

.efekt {
	animation: renk 2.4s linear infinite;
	-webkit-animation: renk 2.4s ease-in infinite;
}
@keyframes renk {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}

/* Mobil Navbar */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99; /* Stay on top */
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 15px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  overflow-y: visible;
  opacity: 0.9;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 8px 0px 35px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}
.sidenav a span
{
  font-size: 12px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #1cb4c5;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}

.mobil {
	display: flex;
	visibility: hidden;
	margin-top: 10px;
	margin-left: 80%;
	display: none;
}


/*Mobil Kısım */
	@media screen and (max-width: 767px){
		nav {
			visibility: hidden;
			display: none;
		}

		h2 {
			font-weight: 300;
			font-size: 30px;
		}

		h3 {
			font-weight: 700;
			font-size: 20px;
		}

		p {
			font-size: 15px;
			font-weight: 300;
			text-align: justify;
		}


		.mobil {
			float: right;
			visibility: visible;
			margin-top: 10px;
			margin-right: 10px;
			position: fixed;
			z-index: 999;
			display: block;
		}

		.content {
			width: 100%;
			padding: 10px 20px;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;

			align-items: center;
			background-color: #fff;
		}

		.content2 {
			width: 100%;
			padding: 10px 20px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.content2 img {
			width: 80%;
			border-radius: 5px;
		}

		.content3 {
			width: 100%;
			height: 500px;
			position: relative;
			padding: 10px 20px;
			display: flex;
			z-index: 100;
		}

		.content4 {
			padding: 5px 20px;
			position: relative;
			padding: 5px;
			text-align: justify;
			border-top: 2px solid #e5a124;
		}

		.logo {
			width: 100%;
			text-align: center;
		}

		.head {
			width: 100%;
			text-align: center;
			padding-top: 20px;
		}

		.head img {
			width: 120px;
		}

		.social {
			width: 100%;
			text-align: center;
		}

		.social i {
			font-size: 30px;
			padding-right: 10px;
			transition: all 0.5s;
			color: #58585b;
			line-height: 50px;
		}

		.social i:hover {
		color: #000;
		transform: scale(1.3);
		}

		.resim {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.resim img {
			width: 32%;
			filter: saturate(0.7);
			border-radius: 9px;
			transition: all 0.5s;
		}

		.resim img:hover {
			filter: saturate(1);
			transform: scale(1.1);
			z-index: 100;
		}

		.icerik {
			width: 100%;
			padding: 0px 20px;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			flex-wrap: wrap;
			align-content: space-around;
		}

		.icerik > div {
			width: 48%;
			padding: 10px 10px 2px 10px;
			border-radius: 4px;
			background-color: white;
			margin-bottom: 5px;
		}

		.icerik > div > img {
			border-radius: 4px;
			transition: 0.6s all;
			overflow: hidden;
		}

		.icerik > div > img:hover {
		}


	}

/*Tablet Kısım */
	@media screen and (min-width: 651px) and (max-width: 900px) {

		
	
	}





