html, body {
  font-family: 'Hind Madurai', sans-serif;
  color: #13a538;
  overflow-x: hidden;
  /*background: #EEE;*/
  /*scroll-snap-type: y proximity;*/
}

h2 {
  text-transform: uppercase;
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: .02em;
  font-weight: 700 !important;
}

h1, h2 {
  background: url(../img/tex.jpg) repeat;
  background-size: 50%;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.d-main-bg {
  /* height: 1100vh; */
  position: relative;
}

.weg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.d-screen {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*scroll-snap-align: start;*/
}

.d-screen .row {
  align-items: center;
}

.d-screen.full-height {
  height: 100vh;
  background-size: cover;
  background-position: 20% center;
}

.d-screen a {
  padding: 10px 30px;
  color: white;
  background-color: #13a538;
  background: url(../img/tex.jpg) repeat;
  background-size: 500px;
  background-position: center;
  display: inline-block;
  margin-top: 2rem;
  clip-path: inset(0px 100% 0px 0px);
  transition: .5s padding, 2s 1s clip-path;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.aos-animate a {
  clip-path: inset(0px 0% 0px 0px);
}

.d-screen a:hover {
  text-decoration: none;
  padding: 10px 40px;
}

.d-main-headline {
  font-size: clamp(30px, 3vw, 65px);
  line-height: 1;
  font-weight: bold;
}

.d-main-headline-2 {
  font-size: clamp(24px, 2vw, 45px);
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .container {
    width: 70vw;
  }

  .weg {
    left: 30%;
    filter: grayscale(1);
    opacity: .3;
  }

  .d-card {
    background-color: white;
    border: 1px solid;
    padding: 1rem;
    margin-bottom: 2rem;
  }

  .d-last-screen {
    margin-top: 3rem;
  }

  .d-last-screen .container {
    margin-top: auto;
    margin-bottom: 200px;
  }
  
}