@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";
  text-decoration: none;
  overflow-x: hidden;
}

a {
  color: white;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: lime;
}

a:active {
  color: lime;
}

/**/
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_yazi {
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  z-index: 99;
}

main {
  display: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

canvas {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vh;
  z-index: -1;
  /*filter: grayscale(1);*/
}

/* ----------------------------------------------- 	*/
/* 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%;
}

.image1 {
  position: relative;
}

.image1 #img1 {
  position: absolute;
  width: 15vw;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

.image2 {
  position: relative;
}

.image2 #img2 {
  position: absolute;
  width: 15vw;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #menu {
    display: none;
  }

  .swiper-container {
    width: 100%;
    /* padding-top: 50px;
		padding-bottom: 50px;*/
    font-size: 2vw;
  }
}

.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;
}
