/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#body {
    width: 100%;
    background-size: cover;
    position: absolute;
    height: auto;
  }
  #body:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;

  }
  #hero .container {
    padding-top: 72px;
  }
  @media (max-width: 992px) {
    #hero .container {
      padding-top: 62px;
    }
  }
  #hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  #hero h2 {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 24px;
  }
  
  #hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
  }
  #hero .btn-get-started:hover {
    background: #5fcf80;
    border: 2px solid #5fcf80;
  }
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  @media (max-width: 768px) {
    #hero {
      height: 100vh;
    }
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
    }
  }

/*------------------------------------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hakkimizda-img {
  width: 100%;
  
  background: url("/images/sariyerbg.png") top center;
  background-size: cover;
  position: relative;
}
#hakkimizda-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hakkimizda-img  .container {
  padding-top: 72px;
}
@media (max-width: 992px) {
  #hakkimizda-img  .container {
    padding-top: 62px;
  }
}
#hakkimizda-img  h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#hakkimizda-img  h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hakkimizda-img  .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}
#hakkimizda-img  .btn-get-started:hover {
  background: #5fcf80;
  border: 2px solid #5fcf80;
}
@media (min-width: 1024px) {
  #hakkimizda-img  {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hakkimizda-img  {
    height: 100vh;
  }
  #hakkimizda-img  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hakkimizda-img  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}




