
body{
  margin: 0;
}

.devrama-slider,
.devrama-slider *,
.devrama-slider *::before,
.devrama-slider *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.example-animation .banner-txt {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    line-height: 60px;
    font-family: 'Catamaran', sans-serif;
    z-index: 99;
}

@media screen and (max-width: 1000px) {
  .example-animation .banner-txt {
      font-size: 40px;
      font-weight: 600;
      line-height: 40px;
  }
}
@media screen and (max-width: 560px) {
  .example-animation .banner-txt {
      z-index: 9;
  }
}

@media screen and (max-width: 500px) {
  .example-animation .banner-txt {
      font-size: 20px;
      font-weight: 400;
      line-height:20px;
  }
}

@media screen and (max-width: 500px) {
  .example-animation .banner-txt {
      font-size: 20px;
      font-weight: 400;
      line-height:20px;
  }
}
