﻿

fieldset {
    display: none;
}

    fieldset:first-of-type {
        display: block;
    }


.video-wrapper .video-container video {
    width: 100%;
    height: 500px;
}

.video-wrapper .group-image {
    position: absolute;
    width: 22%;
    bottom: 0px;
    right: -52px;
}


.play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 40%;
    right: 50%;
}

    .play-button-wrapper .playvideo {
        width: 80px;
        opacity: 0.7;
    }


.close-button {
    background: transparent;
    border: 1px solid #4B70E2;
    color: #4B70E2;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.next-step {
    background: #4B70E2;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.welcome-title {
    font-size: 30px;
    color: #646464;
    width: 100%;
    margin-bottom: 20px;
}

.welcome-desc {
    font-size: 16px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 10px;
}

.welcome-highlight {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
}

.step-btn {
    display: flex;
    gap: 10px;
    justify-content: right;
    align-items: center;
    margin-top: 20px;
}

.icon-img {
    width: 65px;
}
.icon-col {
    text-align: center;
}
.sub-text {
    font-size: 16px;
    color: #777;
    text-align: center;
}

.prev {
    color: royalblue;
    margin-right: 20px;
    background: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 11px;
    border-radius: 4px;
}

.next {
    background: #4B70E2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 20px;
}

.video-wrapper {
    border-right: 2px solid #eee;
}

.section-title {
    font-size: 30px;
    color: royalblue;
    width: 100%;
}

.welcome-btn .btn-group-vertical {
    background: #eee;
    padding: 10px 10px;
    text-align: center;
    border-radius: 50px;
    width: 58%;
    float: right;
}

    .welcome-btn .btn-group-vertical a img {
        margin-bottom: 25px;
    }


    @media only screen and (max-width: 600px) {
        .welcome-btn {
            display: none;
        }

        #myVivi .modal-dialog {
            width: 95% !important;
        }

        .mob-hidden {
            display: none;
        }

        .next {
            background: #4B70E2;
            color: #fff;
            padding: 10px 12px;
            border-radius: 5px;
            font-size: 12px;
            margin-right: 20px;
        }
    }

#myVivi .modal-dialog {
    width: 70%;
}

@media only screen and (min-width: 720px) and (max-width: 1180px) {
    .welcome-btn {
        display: none;
    }

    #myVivi .modal-dialog {
        width: 95% !important;
    }

    .video-wrapper img {
        display: none;
    }
}


video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

.play-overlay, .pause-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.play-overlay {
    font-size: 50px;
    padding: 20px 30px;
    display: block ;
}

.pause-overlay {
    font-size: 40px;
    padding: 15px 25px;
    display: none; 
}
.wel-btn-group li {
    margin-bottom: 30px;
}
.wel-btn.active {
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    background: royalblue;
    padding: 10px 19px;
    border-radius: 4px;
}


.wel-btn {
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: royalblue;
    border-image: initial;
    padding: 10px 19px;
    border-radius: 4px;
}

@media only screen and (max-width: 600px) {
    .play-overlay, .pause-overlay {
        display: none !important;
    } 
}