/*----------------------------------------------------

EkolojikWeb Ek Stil Dosyası

=====================================================================*/

table, tr, td
{
	
	border: none;
	
}

.projects_item .hover .project_text_urun {
  position: absolute;
  left: 40px;
  top: 25%;
  color: #053653;
	opacity: 0.6;
}

.projects_item .hover .project_text_urun h5 {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  opacity: 0.5;
  margin-bottom: -5px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.projects_item .hover .project_text_urun h4 {
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
	margin-top: 0px;
  max-width: 340px;
  margin-bottom: -5px;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.projects_item:hover .hover .project_text_urun h4 {
  margin-bottom: 0px;
	margin-top:none;
  opacity: 1;
}

.projects_item:hover .hover .project_text_urun h5 {
  margin-bottom: 15px;
  opacity: 1;
}
.projects_item:hover .hover .project_text_urun  {
  color: #053653;
  opacity: 1;
}





.projects_item .hover .project_text_urun1 {
  position: absolute;
  left: 40px;
  bottom: 25px;
  color: #053653;
	opacity: 1;
	
}

.projects_item .hover .project_text_urun1 h5 {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  opacity: 0.5;
  margin-bottom: -5px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.projects_item .hover .project_text_urun1 h4 {
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
	margin-top: 0px;
  max-width: 340px;
  margin-bottom: -5px;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #053653;
}

.projects_item:hover .hover .project_text_urun1 h4 {
  margin-bottom: 0px;
	margin-top:none;
  opacity: 1;
}

.projects_item:hover .hover .project_text_urun1 h5 {
  margin-bottom: 15px;
  opacity: 1;
}
.projects_item:hover .hover .project_text_urun1  {
  color: #053653;
  opacity: 1;
}


.resim
{
	
border-radius: 0px 10px 10px 10px;
-moz-border-radius: 0px 10px 10px 10px;
-webkit-border-radius: 0px 10px 10px 10px;
border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.resim_ul
{
	
	background: white;
border: 1px solid #6ddfe8;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
 .gear-pattern-layer{
	
	background-repeat:no-repeat;
	background-position: top right;
}
.footer_bg
{
	
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgb(6,8,3);
	background-image:url(../resim/pattern-12.png)
}

.big-text_ab{
	position:absolute;
	left:-75px;
	top:100px;
	font-weight: 600;
	color: transparent;
	letter-spacing: 3px;
	font-size:90px;
	line-height: 90px;
	text-transform: capitalize;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
}
.big-text{
	margin-top:-20px;
	position: absolute;
	font-weight: 600;
	color: transparent;
	letter-spacing: 3px;
	font-size:80px;
	line-height: 90px;
	text-transform: capitalize;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
}
.gear-pattern-layer  {
    animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}




.vertical-lines-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	z-index: 1;
}

.vertical-lines {
	position: fixed;
	max-width: 1170px;
	width:100%;
	height: 100%;
	left: 50%;
	top: 0;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: translateX(-50%);
}

.vertical-effect{
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid var(--color-twentythree);
}

.vertical-effect:nth-child(6){
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:2px;
}

.vertical-effect::before {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-ms-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:nth-child(6)::before,
.vertical-effect:nth-child(5)::before,
.vertical-effect:nth-child(3)::before,
.vertical-effect:nth-child(4)::before,
.vertical-effect:nth-child(5)::before{
	content: "";
	position: absolute;
	left: -2px;
}

.vertical-effect:first-child::before {
	top: 0;
	-webkit-animation: raindrop 6s ease-out infinite;
	-moz-animation: raindrop 6s ease-out infinite;
	-ms-animation: raindrop 6s ease-out infinite;
	-o-animation: raindrop 6s ease-out infinite;
	animation: raindrop 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}

.vertical-effect:nth-child(2)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}

.vertical-effect:nth-child(3)::before {
	top: 0;
	-webkit-animation: raindrop 12s ease-out infinite;
	-moz-animation: raindrop 12s ease-out infinite;
	-ms-animation: raindrop 12s ease-out infinite;
	-o-animation: raindrop 12s ease-out infinite;
	animation: raindrop 12s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}

.vertical-effect:nth-child(4)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}

.vertical-effect:nth-child(5)::before {
	top: 0;
	-webkit-animation: raindrop 6s ease-out infinite;
	-moz-animation: raindrop 6s ease-out infinite;
	-ms-animation: raindrop 6s ease-out infinite;
	-o-animation: raindrop 6s ease-out infinite;
	animation: raindrop 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}

.vertical-effect:nth-child(6)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}
@media(max-width: 768px){
	.big-text{
		margin-top:0px;
		text-align: center;
		position: relative;
		font-size:35px;
		line-height: 50px;
	}
}