@font-face {
  font-family: "dana";
  src: url("../font/Dana-Thin.woff") format("woff"), url("../font/Dana-Thin.woff2") format("woff2"), url("../font/Dana-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "dana";
  src: url("../font/Dana-Light.woff") format("woff"), url("../font/Dana-Light.woff2") format("woff2"), url("../font/Dana-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "dana";
  src: url("../font/Dana-Regular.woff") format("woff"), url("../font/Dana-Regular.woff2") format("woff2"), url("../font/Dana-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "dana";
  src: url("../font/Dana-Medium.woff") format("woff"), url("../font/Dana-Medium.woff2") format("woff2"), url("../font/Dana-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "dana";
  src: url("../font/Dana-Bold.woff") format("woff"), url("../font/Dana-Bold.woff2") format("woff2"), url("../font/Dana-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "dana";
  src: url("../font/Dana-ExtraBold.woff") format("woff"), url("../font/Dana-ExtraBold.woff2") format("woff2"), url("../font/Dana-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "dana";
  src: url("../font/Dana-Black.woff") format("woff"), url("../font/Dana-Black.woff2") format("woff2"), url("../font/Dana-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}
:root {
  --plyr-color-main: red;
  --plyr-tooltip-background: red;
}

.main {
  padding-bottom: 40px;
  text-align: right;
  direction: rtl;
  font-family: "dana";
  font-style: normal;
}
.main .checkbox-container {
  margin-bottom: 15px;
}
.main .content {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.main .content .logo {
  margin-bottom: 40px;
}
.main .content .logo .img {
  height: 33px;
  width: 150px;
}
.main .content .logo .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main .content .hide {
  display: none;
}
.main .content .plyr {
  z-index: 0;
  border-radius: 2px;
}
.main .content .title {
  margin-bottom: 40px;
}
.main .content .title h1 {
  font-weight: 600;
  color: #2c3e50;
  font-size: 35px;
}
.main .content .input-type-1 {
  height: 50px;
  color: #34495e;
  margin-bottom: 40px;
  background-color: rgb(242, 242, 242);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0;
  padding: 0px 20px;
}
.main .content .input-type-1::placeholder {
  color: #34495e;
  font-size: 16px;
  font-weight: 400;
}
.main .content .input-type-1:focus {
  box-shadow: none;
}
.main .content .btn.style-1 {
  margin-bottom: 40px;
  background-color: #e62b1e;
  border-radius: 8px;
  width: 100%;
  padding: 0;
  height: 50px;
}
.main .content .btn.style-1 .inner {
  display: inline-block;
  position: relative;
}
.main .content .btn.style-1 .inner .img {
  width: 30px;
  height: 30px;
  line-height: 33px;
  float: left;
  position: absolute;
  left: -29px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.main .content .btn.style-1 .inner .img img {
  width: 100%;
  height: 100%;
}
.main .content .btn.style-1 .inner span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  margin-left: 5px;
}
.main .content .btn.style-1 .inner.active .img {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
.main .content .btn.style-1:focus {
  box-shadow: none;
}
.main .content .response .success-text {
  text-align: center;
}
.main .content .response .success-text p {
  font-weight: 300;
  line-height: 33px;
  font-size: 16px;
  color: #57be20;
}
.main .content .response .success-text span {
  font-weight: 300;
  line-height: 33px;
  font-size: 16px;
  color: black;
}
.main .content .response .error-text {
  text-align: center;
}
.main .content .response .error-text p {
  font-weight: 300;
  line-height: 33px;
  font-size: 16px;
  color: #e62b1e;
}
.main .content .response .text {
  text-align: center;
}
.main .content .response .text .link {
  font-weight: 300;
  line-height: 33px;
  font-size: 16px;
  color: black;
}

@media only screen and (max-width: 500px) {
  .main .background .bg .img {
    background-size: 100%;
  }
  .main .content {
    width: 100%;
    margin: 0;
  }
}
@keyframes RGBBarProgress {
  100% {
    background-position: 0% 0;
  }
  to {
    background-position: 125% 0;
  }
}
@keyframes RGBBarEnter {
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}/*# sourceMappingURL=style.css.map */