/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-video-ovelay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  will-change: opacity, visibility;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 5rem 0 0 0; }
  .cp-video-ovelay.active {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transform: none; }
  .cp-video-ovelay video {
    width: 100%;
    height: calc(100% - 11rem);
    margin-top: 10rem;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .cp-video-ovelay video {
        height: calc(100% - 5rem);
        margin-top: 6rem; } }
  .cp-video-ovelay .btn {
    min-width: 13rem;
    font-size: 1.4rem;
    padding: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-video-ovelay .btn {
        min-width: 9.2rem;
        font-size: 1.2rem;
        padding: 0.8rem; } }
    .cp-video-ovelay .btn.btn-white {
      position: absolute;
      top: 20%;
      right: 4rem; }
  .cp-video-ovelay .btn-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 768px) {
      .cp-video-ovelay .btn-action {
        max-width: 27rem;
        width: 100%; } }

.opacity {
  opacity: 0.3;
  pointer-events: none; }

.hide {
  display: none !important; }

.cp-video-ovelay .btn {
  min-width: 18.8rem;
  height: 5rem;
  font-size: 1.4rem;
  padding: 1rem;
  margin-left: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-video-ovelay .btn {
      min-width: 5.6rem;
      height: 3.2rem;
      font-size: 1.2rem;
      padding: 0.8rem; } }
  .cp-video-ovelay .btn:first-child {
    margin-left: 0; }
  .cp-video-ovelay .btn.btn-outline-white {
    color: #d8d8d8;
    display: -ms-flexbox;
    display: flex;
    width: 11.5rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  @media only screen and (max-width: 768px) {
    .cp-video-ovelay .btn.btn-white {
      border-radius: 2rem; } }

.cp-video-ovelay .icon-reset {
  margin-right: 0.5rem;
  font-size: 1.4rem; }

.cp-video-ovelay .btn-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
