.line {
  height: 4px;
  background: #009fb4;
  margin-right: 0px !important;
  margin-left: 0px !important;

}

body, html {
  margin: 0;
  padding: 0;
}


.anchor-target{
  margin-top: 10%;

}


.kepfent {
  position: relative;
  height: 220px;
  margin-bottom: 0%;
  margin-top: 0%;
}

.leftkep {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.8vw, 12px);
  min-width: 0;
  text-decoration: none;
  color: inherit;
  position: absolute;
  margin-top: 10%;
  left: 0;
  top: 0;
}

.leftkep img {
  width: 5vw;
  height: 5vw;
  object-fit: contain;
  flex-shrink: 0;
  margin: 0 !important;
}

.leftkep h6 {
  margin: 0 !important;
  line-height: 1.25 !important;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  font-size: 1.6vw;
}

.rightkep {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  margin: 0;
  z-index: -1;
}
p{
   text-align: justify;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .kepfent {
    display: block;
    height: 10vw;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  
  .leftkep {
    position: relative;
    margin-top: 0;
    left: auto;
    top: auto;
    width: 10vw;
  }
  .leftkep img {
    width: 10vw;
    height: 100%;
    object-fit: cover;
  }
  .leftkep h6{
    font-size: 3vw;
  }
  .anchor-target{
    margin-top: 1px;
  }
}

/* Media query for mobile */
@media (max-width: 767px) {


.rightkep {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  margin: 0;
  z-index: -1;
}
  .kepfent {
    margin-top: 20px;
    display: block;
    height: 10vw;
    margin-bottom: 0px;
  }
  
  .leftkep {
    position: relative;
    margin-top: 0;
    left: auto;
    top: auto;
    width: 12vw;
  }
  
  .leftkep img {
    width: 12vw;
    height: 100%;
    object-fit: cover;
  }
  .leftkep h6{
    font-size: 4vw;
  }
}

