a {
    text-decoration: none;
   }
#baslantiB{
  width: 18%;
  position: absolute;
  left: 5%;
  top: 30px;
}
#baslanti{
    position: absolute;
    top: 30px;
    left: 5%;
    font-size: 180%;
    color: rgb(77, 77, 77);
}
.about{
    color: black;
    font-weight: bold;
    font-size: normal;
    position: absolute;
    top: 48px;
    left: 67%;
}
.about
{
  text-decoration:none;
  position:relative;
}
.about::before 
{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:0px;
  height:2px;
  background:#ffaf00;
  opacity:0;
  -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.about:hover:before
{
  opacity:1;
  width:100%;
}

.pricing{
    color: black;
    font-size: normal;
    font-weight: bold;
    position: absolute;
    top: 48px;
    left: 68%;
}
.pricing
{
  text-decoration:none;
  position:relative;
}
.pricing::before 
{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:0px;
  height:2px;
  background:#ffaf00;
  opacity:0;
  -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.pricing:hover:before
{
  opacity:1;
  width:100%;
}
.our-projects{
    color: black;
    font-size: normal;
    font-weight: bold;
    position: absolute;
    top: 48px;
    left: 69%;
}
.our-projects 
{
  text-decoration:none;
  position:relative;
}
.our-projects::before 
{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:0px;
  height:2px;
  background:#ffaf00;
  opacity:0;
  -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.our-projects:hover:before
{
  opacity:1;
  width:100%;
}
.sss{
    color: black;
    font-size: normal;
    font-weight: bold;
    position: absolute;
    top: 48px;
    left: 70%; 
}
.sss
{
  text-decoration:none;
  position:relative;
}
.sss::before 
{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:0px;
  height:2px;
  background:#ffaf00;
  opacity:0;
  -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.sss:hover:before
{
  opacity:1;
  width:100%;
}
#mainfoto{
    position: absolute;
    left: 0%;
    top: 150px;
    width: 100%;
    height: 900px;
}
#baslik{
    position: absolute;
    top: 400px;
    left: 42%;
    font-size: 375%;
    color: white;
}
.altbaslikBaslanti{
    position: absolute;
    top: 570px;
    left: 36%;
    font-size: 30px;
    color: white;
}
.button {
    display: inline-block;
    border-radius: 20px;
    background-color: #ff8800;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 300px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    position: absolute;
    top: 680px;
    left: 35%;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  .tick{
    width: 4%;
    position: absolute;
    top: 1200px;
    left: 20%;
  }
  #tick-text{
    color: rgb(54, 54, 54);
    font-size: 100%;
    position: absolute;
    top: 1270px;
    left: 10%;
  }
  .yildirim{
    width: 5.5%;
    position: absolute;
    top: 1190px;
    left: 50%;
  }
  
  #yildirim-text{
    color: rgb(54, 54, 54);
    font-size: 100%;
    position: absolute;
    top: 1270px;
    left: 46%;
  }
  .kalp{
    width: 8%;
    position: absolute;
    top: 1200px;
    left: 80%;
  }
  #kalp-text{
    color: rgb(54, 54, 54);
    font-size: 100%;
    position: absolute;
    top: 1270px;
    left: 72%;
  }
  .gri{
    width: 100%;
    height: 600px;
    z-index: 1;
    position: absolute;
    top: 1500px;
    left: 0%;
  }
  #personel{
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    top: 1600px;
    left: 5%;
  }
  #personel-text{
    z-index: 3;
    font-size: 300%;
    color: rgb(34, 34, 34);
    position: absolute;
    top: 1650px;
    left: 50%;
  }
  #personel-text1{
    z-index: 3;
    font-size: 130%;
    color: rgb(0, 0, 0);
    position: absolute;
    top: 1800px;
    left: 50%;
  }
  .button1 {
    z-index: 3;
    display: inline-block;
    border-radius: 20px;
    background-color: #ff8800;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 290px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    position: absolute;
    top: 1950px;
    left: 50%;
  }
  
  .button1 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button1 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button1:hover span {
    padding-right: 25px;
  }
  
  .button1:hover span:after {
    opacity: 1;
    right: 0;
  }
  .okul{
    width: 45%;
    position: absolute;
    top: 2200px;
    left: 50%;
  }
  #okul-text{
    z-index: 3;
    font-size: 300%;
    color: rgb(34, 34, 34);
    position: absolute;
    top: 2280px;
    left: 5%;
  }
  #okul-text1{
    z-index: 3;
    font-size: 130%;
    color: rgb(0, 0, 0);
    position: absolute;
    top: 2450px;
    left: 5%;
  }
  .button2 {
    z-index: 3;
    display: inline-block;
    border-radius: 20px;
    background-color: #ff8800;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 290px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    position: absolute;
    top: 2600px;
    left: 5%;
  }
  
  .button2 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button2 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button2:hover span {
    padding-right: 25px;
  }
  
  .button2:hover span:after {
    opacity: 1;
    right: 0;
  }
  #siyah{
    z-index: 1;
    height: 75%;
    width: 100%;
    position: absolute;
    top: 2800px;
    left: 0%;
  }
  #aracKiralama{
    z-index: 3;
    width: 44%;
    position: absolute;
    top: 2900px;
    left: 5%;
  }
  #aracKiralama-text{
    z-index: 3;
    font-size: 300%;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 3000px;
    left: 50%;
  }
  #aracKiralama-text1{
    z-index: 3;
    font-size: 130%;
    color: white;
    position: absolute;
    top: 3150px;
    left: 50%;
  }
  .button3 {
    z-index: 3;
    display: inline-block;
    border-radius: 20px;
    background-color: #ff8800;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 290px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    position: absolute;
    top: 3300px;
    left: 50%;
  }
  
  .button3 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button3 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button3:hover span {
    padding-right: 25px;
  }
  
  .button3:hover span:after {
    opacity: 1;
    right: 0;
  }
  #saatler{
    font-size: 150%;
    position: absolute;
    top: 4000px;
    left: 10%;
  }
  #pazartesi{
    display: block;
    font-size: 20px;
    position: absolute;
    top: 3800px;
    left: 20%;
  }
  #salı{
    display: block;
    font-size: 20px;
    position: absolute;
    top: 3800px;
    left: 30%;
  }
  #carsamba{
    display: block;
    font-size: 20px;
    position: absolute;
    top: 3800px;
    left: 40%;
  }
  #persembe{
    display: block;
    font-size: 20px;
    position: absolute;
    top: 3800px;
    left: 50%;
  }
  #cuma{
    display: block;
    font-size: 20px;
    position: absolute;
    top: 3800px;
    left: 60%;
  }
  #cumartesi{
    display: block;
    font-size: 20px;
    position: absolute;
    top: 3800px;
    left: 70%;
  }
  #pazar{
    display: block;
    font-size: 20px;
    position: absolute;
    top: 3800px;
    left: 80%;
  }  #calisma{
    color: rgb(63, 63, 63);
    font-size: 300%;
    position: absolute;
    top: 3650px;
    left: 45%;
  }

  #siyah1{
    z-index: 1;
    height: 130%;
    width: 100%;
    position: absolute;
    top: 4100px;
    left: 0%;
  }
  #harita{
    width: 98%;
    height: 80%;
    z-index: 3;
    position: absolute;
    top: 4150px;
    left: 1%;
  }
  .iletisim{
    z-index: 3;
    color: white;
    font-size: 250%;
    position: absolute;
    top: 5100px;
    left: 24%;
  }
  .iletisim
  {
    text-decoration:none;
    position:absolute;
  }
  .iletisim::before 
  {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0px;
    height:2px;
    background:#ffaf00;
    opacity:0;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
  }

  .iletisim:hover:before
  {
    opacity:1;
    width:100%;
  }
  .numara{
    font-size: 20px;
    color: white;
    z-index: 3;
    position: absolute;
    top: 5200px;
    left: 24%;
  }
  .adres{
    font-size: 250%;
    color: white;
    z-index: 3;
    position: absolute;
    top: 5100px;
    left: 60%;
  }
  .adresText{
    font-size: 20px;
    color: white;
    z-index: 3;
    position: absolute;
    top: 5200px;
    left: 60%;
  }