.webDiv {
    height: 100vh;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-background {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.whole-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

.typingText {
    text-align: center;
}


a.typewrite {
    color: #fff;
    font-size: 76px;
    text-decoration: none;
    white-space: nowrap;
}

.videoText {
    width: fit-content;
    margin: auto;
}

.videoText p {
    color: #fff;
    font-size: 24px;
    margin-top: 50px !important;
    text-align: center;
}


video.video-background.web-video {
    height: 100%;
    object-fit: cover;
}



@media only screen and (max-width:1024px) {
    a.typewrite {
        font-size: 70px;
    }

    .videoText p {
        margin-top: 50px !important;
    }
}

@media only screen and (max-width:767px) {
    a.typewrite {
        font-size: 60px;
    }

    .videoText {
        padding: 0 15px;
    }

}


@media only screen and (max-width:576px) {
    a.typewrite {
        font-size: 50px;
    }
}


@media only screen and (max-width: 480px) {
    a.typewrite {
        font-size: 35px !important;
    }

    .webDiv {
        height: 75vh;
    }

    .txtSlider {
        white-space: nowrap;
    }

    .videoText p {
        font-size: 18px;
        margin-top: 40px !important;
        text-align: center;
    }

    .txtSlider h1 {
        margin: 0;
    }

    video.video-background.mob-video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

}



@media (min-width: 481px) {
    .mob-video {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .web-video {
        display: none !important;
    }
}