.navbar{
    background-color: transparent;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 80px;
   opacity: 0.9;
   margin-top: -15px;
 
}
.image1{

    width: 100%;
    height: 600px;
    filter: brightness(0.4);
}
.content{
    position: absolute;
    
    padding-bottom: 400px;
}

.butonlar{
    position: absolute;
    
    padding-bottom: 100px;
}

.radius{
    border-radius: 20px;
    height: 35px;
}
.container {
    position: relative;
    z-index: 2; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.bosluk{
    margin-top: 20px;
}

.leftimage, .rightimage {
    position: relative;
    top: -30px;
    height: 300px;
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.leftimage {
    background: url('images/boy.jpeg') no-repeat left top;
}

.rightimage {
    background: url('images/girl.jpeg') no-repeat right top;
    right: 0;
}
.btns{
width: 100px;
}











#timeline-wrap{
  margin-bottom: -200px;
    margin-top: 250px;
    top:100;
    position:relative;
   
  }
  
  #timeline{
    height:1px;
    width: 100%;
    background-color:#aabbc4;
    position:relative;
   
  }
  
   .marker{
     z-index:1000;
     color: #fff;
    width: 30px;
    height: 30px;
    line-height: 60px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    background-color: #999999;
    border-radius: 50%;
          }
  
   .marker:hover{
     -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
     
     -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
   }
  
  
  .timeline-icon.one {
      background-color: #3e4f88 !important;
  }
  
  .timeline-icon.two {
      background-color: #536295 !important;
  }
  
  .timeline-icon.three{
      background-color: #6976a2 !important;
  }
  
  .timeline-icon.four {
      background-color: #7e8aaf !important;
  }
  
  
  .m1{
    top:-25px;
}

.m2{
    top:-25px;
     left:12.5%
}

.m3{
    top:-25px;
   left:25%
}


.m4{
    top:-25px;
   left:37.5%
}

.m5{
 top:-25px;
 left:49.5%
}

.m6{
 top:-25px;
  left:51.5%
}

.m7{
 top:-25px;
left:75%
}


.m8{
 top:-25px;
left:92%
}
  
  .timeline-panel {
    margin-top: 20%;
      width: 500px;
    height: 200px;
    background-color: #cbd0df;
    border-radius:2px;
      position:relative;
      text-align:left;
    padding:10px;
      font-size:20px;
      font-weight:bold;
      line-height:20px;
    float:left;
  }
  
  .timeline-panel:after {
      content:'';
      position:absolute;
    margin-top: -12%;
      left:10%;
      width:0;
      height:0;
      border:12px solid transparent;
      border-bottom: 15px solid #cbd0df;
  }
  .dots{
    margin-top: 5px;
  }

  .butons{
    border-radius: 50%;
    border: 3px orangered solid;
    transition: 0.8;
    transform: scale(1);
    filter: grayscale(50%);

  }
  .butons:hover{
    transition: 0.8;
    transform: scale(1.05);
    filter: grayscale(0);

  }

  .image{
    border-radius: 50%;
    border: 3px orangered solid;
  }
  .image2{
    border-radius: 50%;
    border: 3px orangered solid;
  }
  .image3{
    border-radius: 50%;
    border: 3px orangered solid;
  }
  .image4{
    border-radius: 50%;
    border: 3px orangered solid;
  }

  
  







