@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
html, body {
    height: 100%;
  }
  .full-height {
    height: 100%;
  }
.lp{
    position: relative;
    overflow: hidden;
}

.bg-{
    width: 100%;
}
.yaprak,.logo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.yaprak img{
    max-width: 40%;

}
.logo img{
    max-width: 24%;
}

.lp h3{
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 0;
    right: 0;
    font-family: 'Abhaya Libre', serif;
    font-weight: 400;
    font-size: 19px;
}
.lp h3 strong{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lp h3 a{
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .yaprak,.logo{
        top: 50%;
    }
    .lp .logo{
    width: 100%;
    }
    .lp h3{
    max-width: 85%;
    margin: auto;
    text-align: center;
    bottom: 100px;
    }
    .logo img{
        max-width: 60%;
    }
    .yaprak img{
        max-width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .lp h3{
        bottom: 70px;
    }
}
