@font-face {
  font-family: "futurandlightuploaded_file";
  src: url("../fonts/futurandlight-webfont.woff2") format("woff2"),
    url("../fonts/futurandlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  color: #fff;
  font-family: "futurandlightuploaded_file";
}

a {
  color: white;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: lime;
}

a:active {
  color: lime;
}

.contactDiv {
  position: absolute;
  height: 250px;
  top: 10%;
  left: 20%;
  width: 50%;

  color: white;
}

.aboutDiv {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 50%;

  color: white;
}

/*
.menubar {
	background-color: black;
	   margin-top: 10px;
	   padding-top:15px;
	height: 60px;
	width: 100%;
	position: fixed;
	opacity: 0.85;
	z-index: 9999;
  }
  
  .logo {
	
	padding-left: 50px;
	width: 150px;
  }
  
  .menubar ul {
	float: right;
	padding-right:35px;
  }
  
  .menubar li {
	display: inline-block;
	color: white;
	margin-right: 15px;
	font-size: 20px;
  }
*/
/**/
nav {
  background-color: black;
  margin-top: 10px;
  padding-top: 15px;
  width: 100%;
  height: 60px;
  position: fixed;
  opacity: 0.85;
  z-index: 9999;
}

nav #brand img {
  /*
	float: left;
	display: block;
	margin-left: 84px;
	font-size: 30px;
	line-height: 70px;
	font-weight: bold;
*/
  float: left;
  margin-top: -3px;
  padding-left: 50px;
  width: 170px;
}

nav #menu {
  float: right;
  padding-right: 35px;
}

nav #menu li {
  display: inline-block;
  color: white;
  margin-right: 15px;
  font-size: 20px;
  transition: all 0.3s ease-out;
}

/**/

.yesil {
  color: lime;
}

.services {
  position: absolute;
  top: 68%;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.services > div {
  width: 20%;
  margin: 20px;
  text-align: center;
  line-height: 75px;
  font-size: 40px;
  display: inline;
}

.services > div:hover {
  width: 20%;
  margin: 20px;
  text-align: center;
  line-height: 75px;
  font-size: 40px;
  display: inline;
  color: lime;
  font-weight: bolder;
}

.slider {
  width: 100%;
  height: 100vh;
  text-transform: uppercase;
  position: relative;
}

canvas {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vh;
  /*filter: grayscale(1);*/
}

#services_yazi {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  z-index: 99;
}

/* ----------------------------------------------- 	*/
/* THREED     										*/
/* ----------------------------------------------- 	*/

.slide1_yazi {
  position: absolute;
  top: 20%;
  left: 5%;
  color: white;
  font-size: 8vw;
}

.slide1_yazi .bir {
  color: lime;
}

/* SLIDE3 */

#slide3-yazi1 {
  position: absolute;
  top: 12%;
  left: 3%;
  color: white;
  font-size: 6vw;
}

#slide3-yazi1 .iki {
  color: lime;
}

#slide3-yazi2 {
  position: absolute;
  top: 45%;
  left: 3%;
  color: white;
  font-size: 1.2vw;
  width: 25vw;
  line-height: 4vh;
  text-align: justify;
}

#slide3-gif1 {
  position: absolute;
  left: 50%;
  top: 13%;
  width: 25vw;
}

#slide3-gif3 {
  position: absolute;
  width: 25vw;
  left: 50%;
  top: 45%;
}

#slide3-gif2 {
  position: absolute;
  width: 25vw;
  left: 50%;
  top: 62%;
}

@media screen and (max-width: 768px) {
  #menu {
    display: none;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: background-color 0.3s ease;
  z-index: 9999;
}

.whatsapp-button:hover {
  background-color: #1ebe57;
}

.whatsapp-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
