/* Module Custom Styles */
.margin-custom {
    margin-top: 80px !important;
}

@media (max-width: 1025px) {
    .margin-custom {
        margin-top: 32px !important;
    }
}


.section-video {
    padding-top: 80px;
}

.full-screen .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/Themes/Oqtane.Theme.Arsha/assets/img/AG Masking.png') center center no-repeat;
    background-size: cover;
    transition: transform 0.5s ease;
    z-index: 2;
    /* Ensure mask is above the video but below the play button */
}

.full-screen .mask {
    transition: transform 0.5s ease;
    /* Delay z-index change */
}

.full-screen:hover .mask {
    transform: scale(30);
}

.watch-title {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
    color: #646970;
    text-transform: uppercase;
}

.section-video h3 {
    font-family: Noto Sans;
    font-size: 48.83px;
    font-weight: 700;
    line-height: 61.04px;
    text-align: left;
    color: #21272D;
    margin-bottom: 88px;
}

.spinner-video {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-left-color: #45E8FF;
    border-top-color: #45E8FF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    z-index: 2;
    display: none;
    position: absolute;
}

.container-video {
    width: 100% !important;
    height: fit-content !important;
}

.html-video-play {
    visibility: visible;
    position: absolute;
    pointer-events: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

@media (min-width: 744px) and (max-width: 1024px) {
    .section-video {
        padding-top: 0 !important;
    }

    .watch-title {
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #646970;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .section-video h3 {
        font-family: Noto Sans;
        font-size: 39.06px;
        font-weight: 700;
        line-height: 48.83px;
        text-align: left;
        color: #21272D;
        margin-bottom: 40px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width: 320px) and (max-width: 743px) {
    .section-video {
        padding-top: 60px;
    }

    .watch-title {
        font-family: Noto Sans;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        margin-bottom: 4px;
    }

    .section-video h3 {
        font-family: Noto Sans;
        font-size: 31.25px;
        font-weight: 700;
        line-height: 39.06px;
        text-align: left;
        color: #21272D;
        margin-bottom: 8px;
    }

    .spinner-video {
        border: 6px solid rgba(0, 0, 0, 0.1);
        border-left-color: #45E8FF;
        border-top-color: #45E8FF;
        width: 60px;
        height: 60px;
    }
}