/* Font */
@import url("../fonts/Formular/stylesheet.css");

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body{
  font-family: 'Formular', sans-serif !important;
  background-color: #fff;
}

.widther{
  width: 90%;
  height: auto;
  margin: auto;
}

/* cases */

.cases{
  padding-top: 0px;
  margin-bottom: 50px;
}

.cases h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 75%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
}
.sollists{
  list-style: none;
  padding-left: 0px;
}
.sollists li {
  float: left;
  width: 25%;
  padding-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  list-style: none;
}
.sollists li a {
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
  border-radius: 5px;

}
.sollistterm:hover>img {
  opacity: .3;
}
.sollists li a>img {
  opacity: .7;
}
.maximg img {
  width: 100%;
  height: auto;
}
img {
  transition: all ease .1s;
}

.sollists li a .sollisttext {
  position: absolute;
  padding: 0px;
  bottom: 5%;
  left: 5%;
  width: 100%;
  z-index: 99;
  color: #fff;
}
.solicon {
  max-width: 50px;
  max-height: 50px;
  float: left;
}
.sollisttext h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 96%;
  margin: 0px 20px;
  margin-top: 10px;
  display: inline-block;
}
.sollistterm:hover .sollisttext p {
  max-height: 100px;
  opacity: 1;
  margin-top: 10px;
}
.sollisttext p {
  font-weight: 400;
  font-size: 16px;
  line-height: 106%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease .4s;
  float: left;
  width: 90%;
}

.biggie{
  translate: 0px 5px;
}

footer .waves{
  margin-top: 70px;
}

.videofm {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  bottom: 0;
  z-index: 9;
  background: #000;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  transition: all ease .4s;
  overflow: hidden;;
}

@media screen and (max-width: 768px) {
  .sollists li {
    float: left;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .cases h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 75%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2em;
  }
}


