/*
Theme Name: Watch Movies Now
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://kheyfets.co
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensure no overflow from the container */
    width: 100%;
    max-width: 800px; /* Adjust as needed */
}

#background-video,
#background-video-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    clip-path: circle(50% at 50% 50%);
}

.mask-image {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    transition-duration: .5s;
}

.mask-image img {
    background-image: url(https://watchmoviesnow.tv/wp-content/uploads/dreieck_transparent_30_prozent.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 65% 50%;
    cursor: pointer;
    border-radius: 35rem;
}
.mask-image img:hover {
    background-image: url(https://watchmoviesnow.tv/wp-content/uploads/dreieck_transparent_100_prozent.png);
}


.button-container {
    position: relative;
    width: 200px;
    height: 200px;
}

.button-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #007BFF;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    z-index: 1;
}

.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    pointer-events: none;
    font-size: 12px;
    color: white;
}

.circle-text span {
    position: absolute;
    width: 200px;
    height: 200px;
    text-align: center;
    transform-origin: center;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.circle-text {
    animation: rotate 10s linear infinite;
}


.play-wrapper {
    width: 100%;
    height: 100%;
    max-width: 10rem;
    max-height: 10rem;

    position: relative;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.play {
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.description {
    position: absolute;

    animation: rotate 2s ease-out, rotate-inf 10s linear infinite 2s;

}
.description span {
    height: 4rem;
    width: .4rem;
    position: absolute;
    top: calc(50% - 4rem);
    left: calc(50% - 0.4rem);
    font-size: .6rem;
    color: #fff;
    transform-origin: bottom center;
    animation: play 2s ease-out forwards;
}
@keyframes play {
    from {
        transform: rotateZ(-8deg);
    }
    to {
        transform: rotateZ(calc(var(--i) * 6.2deg));
    }
}
@keyframes rotate {
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes rotate-inf {
    to {
        transform: rotateZ(360deg);
    }
}

.wmn-counterbox .fusion-counter-box .content-box-counter {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4rem;
}
.wmn-counterbox .fusion-counter-box:nth-child(1) .content-box-counter {
    background-image: url(https://staging.watchmoviesnow.tv/wp-content/uploads/content_grafiken_num.png);
}
.wmn-counterbox .fusion-counter-box:nth-child(2) .content-box-counter {
    background-image: url(https://staging.watchmoviesnow.tv/wp-content/uploads/views_content_grafiken_NUM.png);
}
.wmn-counterbox .fusion-counter-box:nth-child(3) .content-box-counter {
    background-image: url(https://staging.watchmoviesnow.tv/wp-content/uploads/growing_views_content_grafiken_num.png);
}

.wmn-counterbox .display-counter, .wmn-counterbox .unit {
    font-size: 2rem;
    font-weight: bold;
}
.wmn-counterbox.fusion-counters-box .fusion-counter-box .counter-box-container {
    border: none;
}


.footer-contact a {
    color:#78aad9 !important;
}
.footer-contact a:hover {
    color:#dc8200 !important;
}


@media screen and (max-width: 767px) {
    .mobile-header-banner-content-left {
        width: 50% !important;
        order: 1 !important;
    }
    .mobile-header-banner-content-right {
        width: 50% !important;
        order: 2 !important;
    }
    .mobile-header-banner > div {
        align-items: center;
    }
}
