@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    background-color: #fff;
    color: #414141;
}

.boxshadow {
	-webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 14px -6px rgba(0,0,0,1);
	}

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

p {
	font-size: 17px;
	font-weight: 400;
}

u {
	color: #0c317f;
}

nav {
	width: 100%;
}

h3 {
	font-size: 24px;
	margin:  0; padding: 0;
}

h4 {
	font-size: 19px;
	margin:  0; padding: 0;
}

nav ul {
	width: 680px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

nav ul li {
	list-style: none;
	position: relative;
}

nav ul li a {
	display: block;
	padding: 10px 0px 10px 10px;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	color: #000;
}

nav ul li a:hover {
	text-decoration: none;
	color: #000;
}

/*Dropdown Nav */
nav ul li ul {
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	width: 300px;
	top: 30px;
	left: 0;
	visibility: hidden;
	transition: 1.6s all;
	z-index: 5000;
	transition: all 0.4s;
}

nav ul li ul li {
	display: block;
	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: #b4777b;
  left: 20%;
  top: -10px;
  margin-left: -5px;
}

nav ul li ul li a {
	display: block;
	padding: 12px 10px;
	border: none;
	background-color: #b4777b;
	color: #fff;
	list-style: none;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.4s;
}

nav ul li ul li a:hover {
	display: block;
	border: none;
	background: #808284;
	list-style: none;
	text-decoration: none;
	color: #fff;
}

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

}

.head {
	width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 20px auto 10px auto;
}

.head > div:nth-child(1) {
	width: 35%;
	display:  flex;
	justify-content: space-between;
	align-items: center;
}

.head > div:nth-child(2) {
	width: 60%;
}

.social {
	width: 100%;
	text-align: right;
	margin-bottom: 18px;
}

.social > a {
	font-size: 12px;
	margin-left: 6px;
	color:  #fff;
	background:  #b4777b;
	padding:  3px 8px;
	border-radius: 5px;
}

.social > a:hover {
	color:  #fff;
	background:  #808284;
}

button {
	border: 1px solid #343434;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 500;
	background: #fff;
	color: #343434;
	cursor: pointer;
	transition: all 0.3s;

}

button:hover {
	background: #09509e;
	color: #fff;
	border: 1px solid #09509e;
	cursor: pointer;
}

.green:hover 	{ 	background: #8dc63f; color: #fff; border: 2px solid #8dc63f; }
.blue:hover 	{ 	background: #28b9e0; color: #fff; border: 2px solid #28b9e0; }
.yellow:hover 	{ 	background: #fbb040; color: #000; border: 2px solid #fbb040; }
.orange:hover	{ 	background: #f15a29; color: #fff; border: 2px solid #f15a29; }
.red:hover		{ 	background: #ed1c24; color: #fff; border: 2px solid #ed1c24; }
.bordo:hover		{ 	background: #c75c5c; color: #fff; border: 2px solid #c75c5c; }

.button-sm {
	border: 1px solid #343434;
	padding: 5px 9px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	color: #343434;
	cursor: pointer;
	transition: all 0.3s;

}

.content {
	width: 1140px;
	margin: 20px auto;
}

.title-back {
	background:  #b4777b;
}

.title-back > div {
	width:  1140px;
	color: #fff;
	margin: 0px auto;
	padding:  20px 0px;
}

.title-back > div > h2 {
	font-weight: 700;
}

.video-back {
	width:  1140px;
	margin:  0px auto;
}

.content2 {
	width: 1140px;
	margin: 20px auto;
	display:  flex;
	justify-content: space-between;
}

.content2 div:nth-child(1){
	width: 20%;
}

.content2 div:nth-child(2){
	width: 65%;
}

.content3 {
  display: flex;
  justify-content: flex-start;
  width: 1140px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  padding: 20px;
}

.video-on {
	width:  1000px;
	position:  relative;
	top: -500px;
	margin: 0px auto -400px auto;
	color:  #fff;
	text-align: right;
	height:  500px;
}

.video-on > h2 {
	font-weight: 700;
	font-size: 35px;
}

.frames {
	width: 1000px;
	display:  flex;
	justify-content: space-between;
}

.frames > iframe {
	width: 320px;
	height: 220px;
}

.effect {
	animation: donus 20s infinite;
}

@keyframes donus {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.flexi {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0px auto;
}

.flexi > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flexi > div > div {
	width: 47%;
}



/*Mobile Start*/

.mobile {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	position: fixed;
	z-index: 900;
	top: 0;
	text-align: center;
	padding-top: 30px;
	display: none;
}

.mobile a {
	color: #09509e;
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.mobile a:hover {
	text-decoration: none;
}

.mobile-ct {
	text-align: center;
	display: none;
	width: 100%;
}

#mobile-buton {
	position: fixed;
	text-align: center;
	padding-top: 30px;
	z-index: 809;
	visibility: hidden;
}


footer {
	width: 1140px;
	margin: 10px auto;
}

#video {
	transition: all 0.3s;
}

#video:hover {
	transform: scale(1.04);
}

/* blogger*/

.content8 {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.content9 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 70px 0px;
	height: 400px;
	background: url(../images/blog.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.blog-ct {
	border: 1px solid #e2e2e2;
	width: 31%;
	padding: 10px;
	border-radius: 9px;
	margin-bottom: 20px;
	margin-right: 15px;
}

.blog-ct:hover {
	border: 1px solid #fbb040;
}

#kapak {
	width: 100%;
	height: 230px;
}

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

		p, span {
			font-size: 15px;
		}

		iframe {
			width: 80%;
			height: 170px;
		}

		.head {
			width: 95%;
			padding: 10px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin: 14px auto;
			flex-wrap: wrap;
		}

		.head > div:nth-child(1) {
			width: 40%;
			text-align: center;
			
		}

		.head > div:nth-child(1) {
			width: 50%;
			margin: 0px auto;
			margin-bottom: 10px;
		}

		.head > div:nth-child(2) {
			width: 100%;
			margin-bottom: 20px;
		}
		.head > div:nth-child(3) {
			width: 100%;
			text-align: center;
		}

		.video-back {
			width:  95%;
			margin:  0px auto;
			display: none;
		}

		.video-on {
			width:  95%;
			position:  relative;
			top: 0px;
			margin: -200px auto 10px auto;
			color:  #fff;
			text-align: right;
			height:  40vh;
			display: none;
		}

		.video-on > h2 {
			font-weight: 700;
			font-size: 35px;
		}

		.frames {
			width: 95%;
			display:  flex;
			justify-content: flex-start;
			flex-wrap: wrap;
		}

		.frames > iframe {
			width: 45%;
		}

		.content, .content6 {
			width: 95%;
		}

		.content2 {
			width: 95%;
			flex-wrap: wrap;
		}

		.content2 {
			width: 95%;
			margin: 10px auto;
			display:  flex;
			justify-content: flex-start;
			flex-wrap: wrap;
		}

		.content2 div:nth-child(1){
			width: 80%;
			margin-bottom: 10px;
		}

		.content2 div:nth-child(2){
			width: 90%;
		}

		#box3 > div {
			width: 95%;
			margin-bottom: 10px;
		}

		.content2b {
			width: 95%;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}


		.content2 > div:nth-child(1) > img { width: 45%;}
		.content2 > div:nth-child(2) > img { width: 55%;}
		.content2 > div:nth-child(3) > img { width: 80%;}

		.content3 {
			width: 95%;
			padding: 15px;
			top: -15px;
		}

		.content3 > p {
			font-size: 14px;
		}

		.title-container {
			width: 100%;
			padding: 20px 0px 50px 0px;
		}

		.title {
			width: 95%;
			margin: 0px auto;
		}

		.title > h1 {
			font-weight: 700;
			font-size: 24px;
		}

		.title-back > div {
			width:  95%;
			color: #fff;
			margin: 0px auto;
			padding:  10px 0px;
		}

		.title-back > div > h2 {
			font-weight: 600;
		}

		footer {
			width: 95%;
			text-align: center;
		}

		.mobile {

		}

		.mobile-ct {
			display: block;
		}

		.main-link {
			width: 95%;
		}

		.main-link a {
			width: 24%;
			padding: 10px;
			font-size: 1rem;
			transition: all 0.14s;
			cursor: pointer;
		}

		.main-content {
			width: 95%;
			padding: 10px;
		}

		#mobile-buton {
			position: fixed;
			right: 20px;
			top:0px;
			text-align: center;
			padding-top: 30px;
			z-index: 809;
			visibility: visible;
		}

		ul li ul {
			display: none;
		}

		.submenu li a {
			color: #ac7177;
		}

		h2 {
			font-size: 20px;
		}

		span {
			font-size: 14px;
		}

		.content8 {
			width: 100%;
			padding: 10px;
			justify-content: space-between;
		}

		.content9 {
			height: 250px;
			background-size: 100% 240px;
		}

		.blog-ct {
			border: 1px solid #e2e2e2;
			width: 48%;
			padding: 10px;
			border-radius: 5px;
			margin-bottom: 16px;
			margin-right: 2px;
		}

		#kapak {
			width: 100%;
			height: 100px;
		}
		
	}

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

		
	
	}





