.green-bg .only-video-group .module-title .module-title-text {
  color: var(--primary-title);
  text-shadow: 1px 1px 5px var(--transparent-color2); }

.white-bg .only-video-group .button-sound img {
  filter: invert(1); }

.violet-bg .mybg-element1 .only-video-group .module-title .module-title-text {
  color: var(--primary-title);
  text-shadow: 1px 1px 5px var(--transparent-color2); }

.only-video-group {
  display: flex;
  align-items: center;
  justify-content: center; }
  .only-video-group .module-title h1.module-title-text {
    font-size: 60rem;
    width: 100%;
    max-width: 100%;
    text-transform: unset;
    letter-spacing: 0;
    padding: 0;
    text-shadow: none;
    line-height: 1.2;
    text-align: left;
    color: var(--element1-color);
    text-shadow: 1px 1px 5px var(--primary-title); }
  .only-video-group .button-play {
    width: 214px;
    height: 214px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .only-video-group .button-play img {
      width: 214px; }
  .only-video-group .button-sound {
    position: absolute;
    right: 3%;
    z-index: 2;
    bottom: 7%;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .only-video-group .button-sound:hover {
      opacity: 1; }
    .only-video-group .button-sound img {
      width: 60px; }
  .only-video-group .one-video {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    position: relative; }
    .only-video-group .one-video video {
      width: 100vw;
      height: auto; }
  .only-video-group p {
    color: var(--secondary-title);
    font-weight: 500;
    margin-bottom: 25px; }
  .only-video-group .wrapper {
    position: absolute;
    width: 100%;
    height: fit-content;
    bottom: 0;
    z-index: 2;
    padding-bottom: 180px;
    pointer-events: none; }
    .only-video-group .wrapper .buttons .btn {
      pointer-events: auto; }

@media (max-width: 575.5px) {
  .only-video-group p {
    margin-bottom: 10px; }
  .only-video-group .button-sound img {
    width: 50px; }
  .only-video-group .module-title h1.module-title-text {
    font-size: 40rem; }
  .only-video-group .wrapper {
    padding-bottom: 20px; }
  .only-video-group .buttons {
    justify-content: flex-start; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .only-video-group p {
    margin-bottom: 10px; }
  .only-video-group .button-sound img {
    width: 50px; }
  .only-video-group .module-title h1.module-title-text {
    font-size: 40rem; }
  .only-video-group .wrapper {
    padding-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .only-video-group p {
    margin-bottom: 10px; }
  .only-video-group .button-sound img {
    width: 50px; }
  .only-video-group .module-title h1.module-title-text {
    font-size: 40rem; }
  .only-video-group .wrapper {
    padding-bottom: 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .only-video-group p {
    margin-bottom: 10px; }
  .only-video-group .module-title h1.module-title-text {
    font-size: 45rem; }
  .only-video-group .wrapper {
    padding-bottom: 35px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .only-video-group .module-title h1.module-title-text {
    font-size: 55rem;
    width: 80%; }
  .only-video-group .wrapper {
    padding-bottom: 95px; } }
@media (min-width: 1580px) {
  .only-video-group .module-title h1.module-title-text {
    width: 60%; } }

/*# sourceMappingURL=only_video.css.map */
