/*********************************HEADER START************************************************/
.header{								  	
	margin-top: 1%;						  
}										  
.social{								  
	float: right;
}
.social a{
	padding: 3px;
}
.headertag{
	float: left;
}
.headertag p{
	color: #00f4f4;
	font-size: 17px;
	font-weight: inherit;
}
.logo{
	padding: 1%;
	margin-left: 30px;
}
.menu{
	position: absolute;
	top: 50%;
	left: 60%;
}
.menu ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
.menu ul li a{
	text-decoration: none;
	font-size: 17px;
	padding: 0;
	color: #00f4f4;
	font-weight: 500;
	display: block;
}
.menu a:hover{
	color: #4affb0;
	border-bottom: 2px solid #4affb0;
	border-radius: 8%;
}
#control{
	display: none;
}
.control{
	position: relative;
	float: right;
	color: #00f4f4;
	transform: scale(2.0);
	cursor: pointer;
	display: none;
}
#fixedheader{
	background-color: black;
	opacity: 0.9;
}
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 999;
}
.btn-top{
	background-color: #00f4f4;
	opacity: 0.9;
	border:1px solid #c8fffc;
	width:50px;
	height:50px;
	border-radius: 30%;
	-moz-border-radius: 30%;
	-webkit-border-radius:30% ;
}
/***************************************HEADER END*********************************************/

/***************************************FOOTER START*******************************************/
.copyright{
	color: grey;
	text-align: center;
}
.footercenter{
	text-align: center;
}
.footercenter a{
	color: #00f4f4;
	text-decoration: none;
	font-size: 17px;
}
.footercenter a:hover{
	color: #00f4f4;
	text-decoration: none;
	font-size: 17px;
}
.footercenter h5{
	color: #00f4f4;
}
.footercenter hr{
	color: #00f4f4;
}
.footersocial{
	margin-top: 20px;
}
.footersocial a{
	margin-left: 20px;
}
.footerleft{
	text-align: center;
}
.footerleft h5{
	text-align: center;
	color: #00f4f4;
}
.footerleft hr{
	color: #00f4f4;
}
.footerleft p a{
	text-decoration: none;
	color: #00f4f4;
}
.footerright{
	text-align: center;
}
.footerright iframe{
	margin-top: 50px;
}
.footerright h5{
	color: #00f4f4;
}
.footerright hr{
	color: #00f4f4;
}
::-webkit-scrollbar {
	width: 8px;
	background-color: #000000;
}
::-webkit-scrollbar-thumb {
	background-color: #00f4f4;
	border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #c8fffc;
	width: 50px;
}

/***********************************FOOTER END*********************************************/
/***********************************İLETİSİM START*****************************************/
.contact{
	width: 50%;
	height: 100%;
	margin-left: 25%;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 50px;
	border: 1px solid #00f4f4;
	text-align: center;
}
.contact h2{
	text-align: center;
	color: #00f4f4;
	margin-top:30px ;
	margin-bottom: 30px;
}
.contact input{
	width: 60%;
	margin-bottom: 30px;
	height: 30px;
	border-radius: 10px;
}
.contact textarea {
	width: 60%;
	height: 150px;
	border-radius: 10px;
	margin-bottom: 30px;
}
#robot{
	width: 4%;
	height: 20px;
}
.contact label{
	color: #00f4f4;
}
.contact button{
	width: 20%;
	border-radius: 50px;
	background-color: black;
	color: #00f4f4;
	border: 1px solid #00f4f4;
}
.contact button:hover{
	background-color: #00f4f4;
	color: black;
}
/***********************************İLETİSİM END******************************************/
/***********************************HAKKIMIZDA START*************************************/
.about h1{
	margin-top: 50px;
	color: #00f4f4;
	text-align: center;
}
.about p {
	color: #00f4f4;
	margin-top: 20px;
	font-size: 18px;
}
.about hr{
	color: #00f4f4;
}
.about img {
	width: 100%;
	border-radius: 50px;
}
.aboutimage{
	position: relative;
	margin-top: 50px;
	width: 800px;
	left: 20%;
}
.aboutimage img{
	width: 100%;
	border-radius: 100px;
	height: 150px;
}
.aboutimage p{
	color: #00f4f4;
	font-size: 18px;
}
.aboutimage h4{
	color: #00f4f4;
}
.aboutimage hr{
	color: #00f4f4;
}
/***********************************HAKKIMIZDA END************************************/
/***********************************SERVİCE START***********************************/
.service{
	margin-top: 50px;
}
.service h1{
	color: #00f4f4;
	text-align: center;
}
.service h4{
	color: #00f4f4;
	text-align: center;
}
.service p{
	font-size: 18px;
	color: #00f4f4;
}
.service hr{
	color: #00f4f4;
}
.service video{
	width: 100%;
	border-radius: 50px;
}
.serviceup{
	margin-top: 20px;
}
.service ul li{
	color: #00f4f4;
	font-size: 18px;
}
/***********************************SERVİCE END***********************************/
/***********************************REFERENCE START******************************/
.reference{
	margin-top: 50px;
}
.reference a img{
	width: 45%;
	height: 200px;
	border-radius: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}
/***********************************REFERENCE END***********************************/
/***********************************İNDEX START***********************************/
.owl-carousel{
	margin-top: 50px;
}
.owl-carousel .item img {
	max-height: 600px;
	border-radius: 50px;
	opacity: 0.8;
}
.owl-carousel .item button{
	animation: shake 0.5s;
	animation-iteration-count: infinite;
	position: absolute;
	left: 90%;
	top: 70%;
	border: none;
	background-color: transparent;
	color: #00f4f4;
}
.owl-carousel .item .item2{
	position: absolute;
	left: 20%;
	top: 10%;
	color: #00f4f4;
	text-align: center;
}
@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg) scale(1); }
	10% { transform: translate(-1px, -2px) rotate(-1deg) scale(1); }
	20% { transform: translate(-3px, 0px) rotate(1deg) scale(1); }
	30% { transform: translate(3px, 2px) rotate(0deg) scale(1); }
	40% { transform: translate(1px, -1px) rotate(1deg) scale(1); }
	50% { transform: translate(-1px, 2px) rotate(-1deg) scale(1); }
	60% { transform: translate(-3px, 1px) rotate(0deg) scale(1); }
	70% { transform: translate(3px, 1px) rotate(-1deg) scale(1); }
	80% { transform: translate(-1px, -1px) rotate(1deg) scale(1); }
	90% { transform: translate(1px, 2px) rotate(0deg) scale(1); }
	100% { transform: translate(1px, -2px) rotate(-1deg) scale(1); }
}
.work{
	margin-top: 50px;
	margin-bottom: 50px;
}
.work video{
	border-radius: 50px;
	width: 100%;
}
.work	h1{
	text-align: center;
	color: #00f4f4;
}
.work hr{
	color: #00f4f4;
}
.work ul li{
	color: #00f4f4;
	font-size: 18px;
	line-height: 40px;
}
.red{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	background: url(image/back.jpg) fixed;
	height: 100%;
	opacity: 0.6;
	text-align: center;
}
.red img{
	position: relative;
	top: 30%;
}
.red .bubble{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50px;
	margin-top: 50px;
	left: 30%;
	margin-bottom: 50px;
	border: 3px solid yellow;
	background-color: #000;
	opacity: 0.8;
}
.red .bubble p{
	color: #00f4f4;
	font-size: 20px;
	font-weight: bolder;
	padding-top: 30%;
}
.red .bubble:hover{
	border-radius: 100px;
	transform: scale(1.5);
	border: 3px solid #000;
	background-color: #00f4f4;
}
.red .bubble:hover p{
	color: #000;
}
.solution{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	background: url(image/arkap.jpg) fixed;
	height: 100%;
	text-align: center;
}
.solution h2{
	margin-top: 50px;
	color: #00f4f4;
}
.solution hr{
	color: #00f4f4;
}
.solution h3{
	position: relative;
	color: #00f4f4;
	top: 20%;
}
#solution1{
	width: 420px;
	height: 200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#solution1 p{
	color: #4affb0;
	line-height: 30px;
	font-size: 18px;
}
#solution1 .giz{
	display: none;
}
#solution1:hover .giz{
	display: block;
}
#solution1:hover img{
	transform: translateY(-50px);
}
#solution1:hover h3{
	color: #4affb0;
}
.fixed{
	background: url(image/fixed.png);
	height: 350px;
	margin-bottom: 30px;
	opacity: 0.8;
}
/***********************************İNDEX END***********************************/

/***********************************MEDİA START***********************************/


@media(max-width:1550px){
	.logo{
		padding: 1%;
		margin-left: 10px;
		transform: scale(0.6);
	}
	.menu{
		position: absolute;
		top: 50%;
		left: 40%;
	}
	#solution1{
		width: 320px;
		height: 200px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.owl-carousel .item .item2{
		position: absolute;
		left: 10%;
		top: 10%;
		color: #00f4f4;
		text-align: center;
	}
}
@media(max-width: 1200px){
	.aboutimage{
		position: relative;
		margin-top: 50px;
		width: 800px;
		left: 10%;
	}
	.aboutimage img{
		width: 100%;
		border-radius: 100px;
		height: 150px;
	}
}
@media(max-width:1050px ){
	.logo{
		padding: 1%;
		margin-left: 10px;
		transform: scale(0.5);
	}
	.menu{
		position: absolute;
		top: 80%;
		left: 0;
	}
	.contact{
		width: 80%;
		margin-left: 10%;
	}
	.aboutimage{
		position: relative;
		margin-top: 50px;
		width: 600px;
		left: 5%;
	}
	.aboutimage img{
		width: 100%;
		border-radius: 100px;
		height: 150px;
	}
}
@media(max-width: 1100px){
	.reference a img{
		width: 65%;
		height: 200px;
		border-radius: 50px;
		margin-left: 50px;
		margin-bottom: 50px;
	}
	.service video{
		width: 100%;
		height: 250px;
	}
	.red img{
		position: relative;
		top: 30%;
		transform: scale(0.7);
		left: -25%;
	}
	.red .bubble{
		position: relative;
		width: 130px;
		height: 130px;
		border-radius: 50px;
		margin-top: 50px;
		left: 20%;
		margin-bottom: 50px;
		border: 3px solid yellow;
		background-color: #000;
		opacity: 0.8;
	}
	.owl-carousel .item .item2{
		position: absolute;
		left: 5%;
		top: 10%;
		color: #00f4f4;
		text-align: center;
	}
	.work ul li{
		color: #00f4f4;
		font-size: 13px;
		line-height: 20px;
	}
	.work h1{
		font-size: 15px;
	}
	#solution1{
		width: 220px;
		height: 200px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#solution1 p{
		color: #4affb0;
		line-height: 20px;
		font-size: 15px;
	}
	.solution h3{
		position: relative;
		color: #00f4f4;
		top: 5%;
	}
	#solution1:hover img{
		transform: translateY(-20px);
	}
}
@media(max-width: 850px){
	.reference a img{
		width: 75%;
		height: 200px;
		border-radius: 50px;
		margin-left: 50px;
		margin-bottom: 50px;
	}
	.red img{
		position: relative;
		top: 30%;
		left: -35%;
	}
	.red .bubble{
		position: relative;
		width: 130px;
		height: 130px;
		border-radius: 50px;
		margin-top: 50px;
		left: 30%;
		margin-bottom: 50px;
		border: 3px solid yellow;
		background-color: #000;
		opacity: 0.8;
	}
	.owl-carousel .item button{
		animation: shake 0.5s;
		animation-iteration-count: infinite;
		position: absolute;
		left: 85%;
		top: 60%;
		border: none;
		background-color: transparent;
		color: #00f4f4;
		z-index: 999;
	}
}
@media(max-width: 700px){
	.red{
		display: none;
	}
}
@media(max-width:650px ){
	.reference a img{
		width: 90%;
		height: 150px;
		border-radius: 50px;
		margin-left: 50px;
		margin-bottom: 50px;
	}
	.logo{
		margin-left:-150px;
	}
	.social{
		float: left;
	}
	.control{
		display: block;
		margin-right: 50px;
		top: -50px;
	}
	.menu{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.menu ul{
		position: absolute;
		margin-top:30px ;
		margin-left: 0;
		width: 100%;
		display: none;
		margin-bottom: 100px;
		z-index: 999;
		background-color: black;
		opacity: 0.9;
	}
	.menu ul li{
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.menu ul li a{
		width: 100%;
		font-size: 20px;
		line-height: 40px;
	}
	#control:checked ~ ul {
		display: block;
	}
	.social{
		margin-left: 30%;
	}
	.headertag{
		margin-left: 10%;
	}
	.contact{
		width: 90%;
		margin-left: 5%;
	}
	.red img{
		position: relative;
		margin-left: 60%;
		margin-top: -70px;
	}
	.red .bubble{
		position: relative;
		margin-left: 50px;
		width: 120px;
		float: left;
		height: 120px;
		border-radius: 50px;
		margin-top: 20px;
		margin-bottom: 30px;
		border: 3px solid yellow;
		background-color: #000;
		opacity: 0.8;
	}
	.owl-carousel .item .item2 h1{
		font-size: 20px;
	}
	.owl-carousel .item .item2 h3{
		font-size: 15px;
	}
}

@media(max-width:780px){
	.aboutimage{
		position: relative;
		margin-top: 50px;
		width: 90%;
	}
	.aboutimage img{
		width: 100%;
		border-radius: 100px;
		height: 150px;
	}
}
@media(max-width: 580px){
	.aboutimage img{
		width: 70%;
		border-radius: 100px;
		height: 150px;
		text-align: center;
	}
}
@media(max-width: 550px){
	.red img{
		position: relative;
		top: 5%;
	}
	.red .bubble{
		position: relative;
		width: 110px;
		height: 110px;
		border-radius: 50px;
		margin-top: 20px;
		left: 15%;
		margin-bottom: 20px;
		border: 3px solid yellow;
		background-color: #000;
		opacity: 0.8;
	}
	.owl-carousel .item button{
		animation: shake 0.5s;
		animation-iteration-count: infinite;
		position: absolute;
		left: 80%;
		top: 55%;
		border: none;
		background-color: transparent;
		color: #00f4f4;
		z-index: 999;
	}
	#solution1{
		margin-left: 100px;
	}
}
@media(max-width: 710px){
	.red img{
		position: relative;
		top: 30%;
		left: -50%;
	}
	.red .bubble{
		position: relative;
		width: 120px;
		height: 120px;
		border-radius: 50px;
		margin-top: 50px;
		left: 5%;
		margin-bottom: 50px;
		border: 3px solid yellow;
		background-color: #000;
		opacity: 0.8;
	}
}


/***********************************MEDİA END***********************************/

