.coverbg {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 48px 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20.06%,
      rgba(0, 0, 0, 0.9) 66.97%,
      #000000 106.07%
    ),
    linear-gradient(
      180deg,
      #000000 -36.25%,
      #000000 -10.01%,
      rgba(0, 0, 0, 0) 21.49%
    ),
    url("../images/freedemoasset.webp");
}
.coverbg h1 {
  font-weight: 800;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 40px;
}
.coverbg h1.line-left {
  position: relative;
}
.coverbg .logo-hm {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.coverbg p {
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 2%;
  text-align: center;
}
.coverbg p b {
  font-weight: bold;
}
.formside {
  padding: 20px 70px;
}
.line-left::after {
  content: "";
  width: 80px;
  border-bottom: 3px solid orange;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.line-left::after {
  margin: 0 auto 0 0;
}
.formside .btn.btn-warning {
  padding: 15px 70px;
  font-size: 18px;
  font-weight: bold;
}
#form-contact input.form-control,
#form-contact select.form-control {
  height: 42px;
}
#form-contact .form-control {
  padding: 8px;
  background: #ffffff;
  border-radius: 8px;
  /*box-shadow: 6px 6px 12px #c4c4c4, -6px -6px 12px #ffffff;*/
  /*border: 0;*/
}
/*=====================*/
#contact-form label:after {
  content: "*";
  color: red;
}
#contact-form label {
  font-size: 14px;
}
#contact-form .contact-form-container form {
  max-width: 530px;
}
.formside h2 {
  margin-top: 6%;
  font-weight: bold;
  color: #353b48;
  font-size: 37px;
  margin-bottom: 32px;
}
.text-center {
  text-align: center;
}
.formside .btn.btn-warning {
  padding: 15px 70px;
  font-size: 20px;
  font-weight: 700;
}
.formside .btn.btn-warning {
  background: orange;
  color: #fff;
  transition: ease all 0.3s;
  border: 1px solid orange;
  border-radius: 5px;
  font-size: 16px;
  margin: 20px auto;
}
.formside .btn.btn-warning:hover {
  background: #fff;
  color: orange;
}
#form-contact textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 102px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 40vw;
  margin-top: 50px;
}
.slider::before,
.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 120px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(110px * 22);
}
.slider .slide {
  /* height: 100px; */
  /* width: 120px; */

  margin-left: 20px;
}

.max-width-60 {
  max-width: 60px;
}

.max-width-70 {
  max-width: 70px;
}

.max-width-40 {
  max-width: 40px;
}

.margin-left-unset {
  margin-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .formside {
    padding: 40px;
  }
  /*.slider{display:none;}*/
  .coverbg {
    min-height: 40vh;
    text-align: center;
    padding: 34px 24px;
  }
  .coverbg h1,
  .formside h2 {
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 30px;
    max-width: 100%;
    text-align: center;
  }
  .coverbg h1 {
    margin-top: 30px;
  }
  .formside h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .coverbg p {
    font-size: 14px;
  }
  .line-left::after {
    margin: 0 auto 0;
  }
  .formside .btn.btn-warning {
    width: 100%;
  }
  #form-contact h2 {
    margin-top: 10px;
  }

  .slider {
    width: 80vw;
  }
}
