.video-block {
  padding: 70px 0;
  margin: 0px auto;
  background-color: #f3f6f8;
  background-repeat: no-repeat;
  overflow: hidden;
}
.video-container {
  margin: 0 auto;
  max-width: 1472px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
  z-index: 2;
}
.video-text-header {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 84px;
  text-align: left;
  letter-spacing: 0.2px;
  color: #112336;
  padding-top: 72px;
  padding-bottom: 54px;
  position: relative;
}
.video-text-header::before {
  position: absolute;
  content: "";
  width: 253px;
  height: 84px;
  background-image: url(/wp-content/themes/mightycall2021/img/front-page/images/video-header-arrows.svg);
  top: 78px;
  left: -262px;
  background-repeat: no-repeat;
}
.video-text-header span {
  font-weight: 600;
  font-size: 80px;
  line-height: 64px;
  color: #4c75e6;
  word-spacing: 7.8px;
  letter-spacing: 0.8px;
}

.video-player-block {
  width: 974px;
  /* height: 566px; */
  background: #112336;
  border-radius: 20px;
}
.video-player-block .ytb-video {
  border-radius: 20px;
  max-width: 100%;
}
.video-player-block .youtube-player {
  border-radius: 20px;
  box-shadow: none;
}
/* autoplay video */
.autoplay-video {
  position: absolute;
  z-index: 1;
  height: 100%;
  filter: brightness(50%);
  transition: filter 0.6s ease;
  background: #112366;
}
.autoplay-video:hover {
  /* filter: brightness(100%); */
  transition: filter 0.6s ease;
}
.video-demo {
  width: 100%;
  height: 100%;
}

.video-player-block .youtube-wrapper .youtube-player img {
  filter: brightness(50%);
  transition: filter 0.6s ease;
}
.video-player-block .youtube-wrapper .youtube-player img:hover {
  filter: brightness(100%);
  transition: filter 0.6s ease;
}
.video-player-block .youtube-player .play {
  right: 50%;
  left: auto;
  top: 419px;
  transform: translateX(50%);
  padding: 20px 50px;
  height: 70px;
  width: 275px;
  background: #cdfb3e;
  box-shadow: 0px 27px 24px -20px rgb(10 41 64 / 30%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #040d17;
}
.video-player-block .youtube-player .play:hover {
  transform: translate3d(50%, -0.5rem, 0);
  transition: transform 0.2s ease 0.05s;
}
.video-player-block .youtube-player .play:active {
  transform: translate3d(50%, -0.5rem, 0);
  transition: transform 0.2s ease 0.05s;
}

.youtube-wrapper .youtube-player .play-youtube {
  height: 24px;
  width: 27px;
  margin-right: 24px;
  position: relative;
}
.vider-player-blue-circle {
  width: 502px;
  height: 502px;
  border-radius: 100%;
  position: absolute;
  z-index: -2;
  top: 115px;
  right: 454px;
  background: #4c75e6;
}
.video-player-right-photo {
  position: absolute;
  top: 0;
  right: 38px;
  z-index: -1;
}

.video-footer {
  padding-bottom: 11px;
}
.video-sign-block {
  display: flex;
  height: 114px;
  justify-content: flex-end;
  border-bottom: 1px solid #d9d9d9;
}

.video-sign {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #314b93;
  margin: 87px 11% 0px auto;
  height: 50px;
  width: 343px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f6f8;
  text-decoration: none;
}
.video-sign a {
  text-decoration: none;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #4c75e6;
  background: linear-gradient(
    to right,
    midnightblue,
    midnightblue 50%,
    #4c75e6 50%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.video-sign a:hover {
  background-position: 0 100%;
}
@media (max-width: 1499px) {
  .video-block {
    padding: 61px 0 35px;
  }
  .video-container {
    max-width: 873px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .video-text-header::before {
    width: 169px;
    height: 78px;
    top: 52px;
    left: -208px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .video-player-right-photo {
    right: 46px;
    max-width: 273px;
    top: 11px;
  }
  .vider-player-blue-circle {
    width: 211px;
    height: 211px;
    top: 63px;
    right: 277px;
  }
  .video-text-header {
    font-weight: 400;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 38px;
    padding-left: 22px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
  }
  .video-text-header span {
    font-family: "Kanit", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 35px;
    word-spacing: 0;
    letter-spacing: 0px;
  }
  .video-player-block {
    width: 576px;
  }

  .video-player-block .youtube-player .play {
    top: 241px;
    font-size: 18px;
    line-height: 30px;
    padding: 14px 27px;
    width: 200px;
    height: 50px;
  }
  .video-sign-block {
    height: 50px;
  }
  .video-sign {
    margin: 23px 11% 0px auto;
    width: 231px;
  }
  .video-sign a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1279px) {
  .video-block {
    padding: 43px 0 35px;
  }
  .video-player-right-photo {
    max-width: 278px;
  }
  .vider-player-blue-circle {
    width: 400px;
    height: 400px;
    top: 140px;
    right: 128px;
  }
  .video-text-header {
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .video-text-header span {
    font-size: 44px;
    font-weight: 600;
    line-height: 35px;
    word-spacing: 1px;
    letter-spacing: 0.4px;
  }
  .video-player-block {
    width: 90%;
  }
  .video-player-block .youtube-player .play {
    top: 231px;
  }
  .video-sign-block {
    height: 78px;
  }
  .video-sign {
    margin: 52px 5.5% 0px auto;
    width: 247px;
  }
  .video-sign a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 799px) {
  .video-container {
    max-width: 360px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .video-text-header span {
    font-family: "Kanit";
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    word-spacing: 1px;
    letter-spacing: 0.4px;
  }
  .video-text-header {
    font-size: 14px;
    line-height: 26px;
    max-width: 170px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding-top: 4px;
    padding-bottom: 5px;
    font-family: "Open Sans";
  }
  .video-player-right-photo {
    max-width: 101px;
  }
  .vider-player-blue-circle {
    width: 200px;
    height: 200px;
    top: 83px;
    right: 19px;
  }
  .video-player-block {
    width: 90%;
  }
  .video-player-block .youtube-player .play {
    top: 50%;
    padding: 10px 15px;
    height: 54px;
    width: 158px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .video-sign-block {
    height: 37px;
  }
  .video-sign {
    margin: 13px 5.5% 0px auto;
    width: 199px;
  }
  .video-sign a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
