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

:root {
    /* Full grid area variable */
    --fullGrid: 1 / 1 / -1 / -1;
}

*{
  margin: 0;
  padding: 0;
}

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

.rower{
  display: flex;
}

.columner {
  flex: 50%;
}

.minicolumner{
  flex: 33%;
}

/*    MAIN     */

.showcase{
  padding-top: 250px;
  padding-bottom: 100px;
}

.showcase h1{
  font-weight: 300;
  font-size: 80px;
  line-height: 115%;
}

.showcase p{
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  max-width: 720px;
  margin-top: 30px;
}

.showcase a{
  color: #DF3C14;
  text-decoration: underline;
}

.showcase .boldy{
  font-weight: 700;
}

div.big-block {
  overflow: hidden;
  height: 65px;
  background: -webkit-linear-gradient(bottom,transparent,#000 25px);
  background-clip: text;
  text-align: justify;
}

div.big-block.expanded {
  height: 100%;
}

.big-block a{
  color: #DF3C14 !important;
  text-decoration: underline !important;
  text-decoration-skip-ink: none;
}

button#expand {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  border: #F08521;
  background-color: transparent;
}

.owl-carousel .owl-item img {
  height: 500px;
  width: auto!important;
  margin: auto;
} 

.owl-carousel{
  max-width: 500px;
  margin-left: auto;
}

 .owl-carousel .owl-dots button{
  margin-top: 1em!important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #DF3C14!important;
}

/* footer */

.a360{
  padding-top: 100px;
  padding-bottom: 200px;
  background: url(../products/images/360bg.webp);
}

.a360 h1{
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5em;
}

.a360 h2{
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
}

.led360{
  width: 647.308px!important;
  height: 495px!important;
  position: relative;
}

.threesixty_images{
  max-height: 450px;
  width: auto;
}

.custom-next{
  position: absolute;
  top: 45%;
  right: 0%;
  z-index: 100;
}
.custom-next:hover{
  cursor: pointer;
  transform: scale(1.1);
}
.custom-next path:hover{
  fill: rgba(0, 0, 0, 0.9);
}
.custom-back{
  position: absolute;
  top:45%;
  left: 0%;
}
.custom-back:hover{
  cursor: pointer;
  transform: scale(1.1);
}
.custom-back path:hover{
  fill: rgba(0, 0, 0, 0.9);
}

/* pros */

.pros{
  padding-top: 100px;
  padding-bottom: 100px;
}

.pros h1{
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 70px;
}

.pros h2{
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 100px;
}

.pros img{
  width: 100%;
  height: auto;
  max-width: 119px;
}

.pros p{
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5em;
}

.details{
  padding-top: 50px;
  padding-bottom: 200px;
  text-align: center;
}

.details h1{
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 150px;
}

.details h2{
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-top: 2em;
}

.details img{
  height: auto;
  max-width: 650px;
  margin-top: 80px;
}

/* cases */

.cases{
  padding-top: 50px;
  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;
}
.sollists li {
  float: left;
  width: 33.3%;
  padding-right: 15px;
  margin-bottom: 15px;
  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;;
}

/* feedback */

.feedback{
  background-image: url("../images/feedback_bg.webp");
  padding-top: 100px;
  padding-bottom: 250px ;
}

.feedback h1{
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  max-width: 450px;
}

.feedback p{
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #f5f5f5;
  max-width: 450px;
  opacity: 0.7;
}

.feedback input[type=text]:hover {
  border: 1px solid #efefef;
}
.feedback input[type=text]:focus {
  border-color: #efefef;
  box-shadow: none;
  outline: 0 none;
}
.feedback input[type=text] {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  margin-top: 9px;
  padding: 15px 20px;
  border-radius: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}

select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff!important;
  margin-top: 9px!important;
  padding: 15px 20px;
  border-radius: 7px;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 14px!important;
  width: 100%;
}

.selopt{
  color: #272727;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  0.9;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  0.9;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
.feedback .cont{
  width: 470px;
}


.feedback button{
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding: 17px 20px;
  cursor: pointer;
  text-align: center;
  margin-top: 40px;
  display: block;
  width: 100%;
  border: 2px solid #fff;
}

.feedback button:hover{
  color: #000;
  background-color: #ffffff;
  border: 2px solid #000;
}

/* spec */

.spec{
  padding-top: 50vh;
  padding-bottom: 100px;
}

.spec h1{
  font-weight: 700;
  font-size: 32px;
  line-height: 75%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}

table.spectable {
  background-color: #EAE9E9;
  width: 100%;
  text-align: center;
}
table.spectable td, table.spectable th {
  padding: 18px 7px;
}
table.spectable tbody td {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  border-collapse: collapse;
  vertical-align: middle;
}
table.spectable tr:nth-child(even) {
  background: #D9D9D9;
}
table.spectable thead {
  background: #DF3C14;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
table.spectable thead th {
  color: #FFFFFF;
}
table.spectable .left{
  text-align: left;
  padding-left: 40px;
}

/* download */
.download{
  padding-top: 50px;
  padding-bottom: 50px;
}

.download h1{
  font-weight: 700;
  font-size: 32px;
  line-height: 75%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.downloadcard{
  box-shadow: 0 4px 14px 0 rgba(102, 102, 102, 0.25);
  background: #f9f9f9;
  padding: 15px 19px;
  border-radius: 10px;
  margin-top: 15px;
}

.downloadcard h3{
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  margin: 0 20px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.button_anim {
  --background: #DF3C14;
  --rectangle: #B93717;
  --success: #eb5732;
  --text: #fff;
  --arrow: #fff;
  --checkmark: #fff;
  --shadow: rgba(10, 22, 50, 0.24);
  display: flex;
  overflow: hidden;
  text-decoration: none;
  background: var(--background);
  border-radius: 8px;
  box-shadow: 0 2px 8px -1px var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  float: right;
  margin-top: 9px;
}
.button_anim:active {
  transform: scale(0.95);
  box-shadow: 0 1px 4px -1px var(--shadow);
}
.button_anim ul {
  margin: 0;
  padding: 16px 40px;
  list-style: none;
  text-align: center;
  position: relative;
  backface-visibility: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text);
}
.button_anim ul li:not(:first-child) {
  top: 16px;
  left: 0;
  right: 0;
  position: absolute;
}
.button_anim ul li:nth-child(2) {
  top: 76px;
}
.button_anim ul li:nth-child(3) {
  top: 136px;
}
.button_anim > div {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--rectangle);
}
.button_anim > div:before, .button_anim > div:after {
  content: '';
  display: block;
  position: absolute;
}
.button_anim > div:before {
  border-radius: 1px;
  width: 2px;
  top: 50%;
  left: 50%;
  height: 17px;
  margin: -9px 0 0 -1px;
  background: var(--arrow);
}
.button_anim > div:after {
  width: 60px;
  height: 60px;
  transform-origin: 50% 0;
  border-radius: 0 0 80% 80%;
  background: var(--success);
  top: 0;
  left: 0;
  transform: scaleY(0);
}
.button_anim > div svg {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -10px;
  fill: none;
  z-index: 1;
  stroke-width: 2px;
  stroke: var(--arrow);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button_anim.loading ul {
  animation: text calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
.button_anim.loading > div:before {
  animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
.button_anim.loading > div:after {
  animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
.button_anim.loading > div svg {
  animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
@keyframes text {
  10%, 85% {
    transform: translateY(-100%);
  }
  95%, 100% {
    transform: translateY(-200%);
  }
}
@keyframes line {
  5%, 10% {
    transform: translateY(-30px);
  }
  40% {
    transform: translateY(-20px);
  }
  65% {
    transform: translateY(0);
  }
  75%, 100% {
    transform: translateY(30px);
  }
}
@keyframes svg {
  0%, 20% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  21%, 89% {
    stroke-dasharray: 26px;
    stroke-dashoffset: 26px;
    stroke-width: 3px;
    margin: -10px 0 0 -10px;
    stroke: var(--checkmark);
  }
  100% {
    stroke-dasharray: 26px;
    stroke-dashoffset: 0;
    margin: -10px 0 0 -10px;
    stroke: var(--checkmark);
  }
  12% {
    opacity: 1;
  }
  20%, 89% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes background {
  10% {
    transform: scaleY(0);
  }
  40% {
    transform: scaleY(0.15);
  }
  65% {
    transform: scaleY(0.5);
    border-radius: 0 0 50% 50%;
  }
  75% {
    border-radius: 0 0 50% 50%;
  }
  90%, 100% {
    border-radius: 0;
  }
  75%, 100% {
    transform: scaleY(1);
  }
}

.mob{
  display: none;
}
.fsize{
  display: initial;
}

@media (max-width: 768px) {
  .showcase {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .showcase h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 115%;
  }
  .showcase p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
  }
  .a360 h1 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .a360 h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2em;
  }
  .led360 {
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
  .a360 {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(../products/images/360bg.webp);
  }
  
  .owl-carousel{
    margin-top: 50px;
  }
  .pros h1 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-top: 70px;
  }
  .pros h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .details h1 {
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    margin-top: 50px;
  }
  .details h2 {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    margin-top: 1em;
  }
  .pros {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pros img {
    width: 100%;
    height: auto;
    max-width: 80px;
  }
  .details {
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
  }
  .details img {
    width: 100%;
    height: auto;
    max-width: 650px;
    margin-top: 30px;
  }
  .feedback{
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .feedback h1 {
    font-weight: 500;
    font-size: 20px;
    line-height:120%;
    text-align: center;
    margin-bottom: 1em;
  }
  .feedback p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
  .feedback input[type=text] {
    margin-top: 9px;
    padding: 15px 20px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
  }
  .feedback button {
    font-weight: 500;
    font-size: 16px;
    padding: 15px 12px;
    cursor: pointer;
    text-align: center;
    margin-top: 40px;
    display: block;
    width: 100%;
    border: 2px solid #fff;
  }
  .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;
  }
  .spec{
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .spec h1{
    font-weight: 700;
    font-size: 20px;
    line-height: 75%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .owl-carousel .owl-item img {
    height: auto!important;
    min-width: 90vw;
    width: 100% !important;
    margin: auto;
    max-width: 500px;
  }
  table.spectable {
    background-color: #EAE9E9;
    width: 100%;
    text-align: center;
  }
  table.spectable td, table.spectable th {
    padding: 10px 4px;
  }
  table.spectable tbody td {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
  }
  table.spectable tr:nth-child(even) {
    background: #D9D9D9;
  }
  table.spectable thead {
    background: #DF3C14;
    font-weight: 900;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
  }
  table.spectable thead th {
    color: #FFFFFF;
  }
  table.spectable .left{
    text-align: left;
    padding-left: 20px;
  }
  .downloadcard {
    box-shadow: 0 4px 14px 0 rgba(102, 102, 102, 0.25);
    background: #f9f9f9;
    padding: 10px 10px;
    border-radius: 10px;
    width: 100%;
    min-width: 200px;
  }
  .download {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .downloadcard h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    margin: 0 20px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .download h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 75%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .button.dark-single {
    --background: none;
    --rectangle: #242836;
    --success: #4BC793;
  }
  .widther {
    width: 90%;
    overflow-x: scroll;
  }
  .mob{
    display: initial;
  }
  .fsize{
    display: none;
  }
}