/* 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 */

.solution{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.solution img{
  object-fit: contain;
  object-position: center;
}

.solution h1{
  font-weight: 700;
  font-size: 80px;
  line-height: 115%;
  color: #fff ;
  margin-bottom: 0.5em;
}

.solution p{
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
  max-width: 570px;
}

.texter{
  padding: 100px;
  padding-left: 10%!important;
}

.control{
  background-color: #8B39F4;
}

.stage{
  background-color: #A82F7D;
}

.transport{
  background-color: #FF7A00;
}

.public{
  background-color: #1F8FD8;
}

.stadium{
  background-color: #1D38EF;
}

.studio{
  background-color: #6605C7;
}

.conference{
  background-color: #FF6136;
}

.advert{
  background-color: #0035BB;
}
/* cases */

.cases{
  padding-top: 100px;
  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;
}
.sollistterm:hover .sollisttext p {
  max-height: 100px;
  opacity: 1;
  margin-top: 10px;
}
.sollisttext p {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  color: rgba(255, 255, 255, 0.8);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease .4s;
  float: left;
  width: 90%;
  margin: 0;
}

.product-card {
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
  overflow: hidden;
  list-style: none;
  width: 100%;
  box-shadow: 0 4px 14px 0 rgba(81, 81, 81, 0.25);
}
.sollisttext h3 {
  font-weight: 500;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 120%;
  display: inline-block;
  max-width: 90%;
}
.case h1 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.case {
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 0px;
}
.casetext {
  padding: 20px;
}
.case img {
  width: 100%;
  height: auto;
  min-width: 200px;
  margin: auto;
}

.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;
  }
  .solution h1 {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
  .solution p {
    font-weight: 400;
    font-size: 16px;
    line-height: 133%;
    color: #fff;
    max-width: 95%;
  }
  .solution img{
    width: 100vw;
  }
}

/* Button */

.learnmore {
  float: right;
}

.learnmore a{
  color: #DF3C14;
  text-decoration: underline ;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .learnmore a{
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
  }
}



