html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}
body::-webkit-scrollbar {
    display: none;
}
.container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

@media (max-width: 1024px) {
    .thumb_play_img {
        height: unset !important;
    }
    .login-box{
        width: unset !important;
    }
    .login-box .card{
        width: unset !important;
    }
}
@media (max-width: 1280px) {
    .resp_carousel.carousel-indicators{
        bottom: -60px;
    }
    .carousel-control-prev.resp_carousel_prev{
        margin-left: 34%;
    }
    .carousel-control-next.resp_carousel_next{
        margin-right: 34%;
    }
}
@media (max-width: 1280px) {
    .carousel-control-prev.resp_carousel_prev{
        margin-left: 32%;
    }
    .carousel-control-next.resp_carousel_next{
        margin-right: 32%;
    }
}
@media (max-width: 786px) {
    .carousel-control-prev.resp_carousel_prev{
        margin-left: 24%;
    }
    .carousel-control-next.resp_carousel_next{
        margin-right: 24%;
    }
    .col-md-6.repo_login_h{
        width: 100%;
        -webkit-flex: unset !important;
        flex: unset !important;
        max-width: unset !important;
    }
    .col-md-6.repo_concorde_carousal_pb{
        width: 100%;
        -webkit-flex: unset !important;
        flex: unset !important;
        max-width: unset !important;
    }

}

@media (min-width: 712px) and (max-width: 786px){
    .login-page.repo_login_h{
        height: 70vh;
    }
}

@media (max-width: 711px){
    .login-page.repo_login_h{
        height: unset !important;
        padding-bottom: 10px;
    }
}
@media (max-width: 787px) {
    .repo_carousel_main_title{
        padding-top: 40px;
    }
    .repo_concorde_carousal_pb{
        padding-bottom: 25%;
    }
}
@media (max-width: 850px) {
    .thumb_play_img {
        height: unset !important;
    }
}
@media (max-width: 575px) {
    .repo_concorde_carousal_pb{
        padding-bottom: 35%;
    }
}
@media (max-width: 500px) {
    .carousal-thumb-div.resp-thumb-video-w{
        height: 210px;
        border-radius: 20px;
    }
    .thumb_play_img.resp-play-thumb{
        height: 60px !important;
    }
}
@media (max-width: 445px) {
    .repo_concorde_carousal_pb{
        padding-bottom: 40%;
    }
}
@media (max-width: 367px) {
    .carousel-control-prev.resp_carousel_prev{
        margin-left: 20%;
    }
    .carousel-control-next.resp_carousel_next{
        margin-right: 20%;
    }
}

.carousal-video-div {
    margin-top: 50px;
}

.text-section {
    width: 100%;
    margin-bottom: 30px;
    padding: 91px 104px 0px 104px;
}
.text-container-inner {
    width: 100%;
    max-width: 887px;
}

.text-section .video-main-title {
    color: #344054;
    font-family: 'Artico Bold';
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
}

.text-section .video-subtext {
    color: #344054;
    font-family: 'Artico';
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}

.video-slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.slider-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between
}


.video-thumb {
    position: relative;
    width: 200px;
    height: 120px;
    background-size: cover;
    background-position: center;
    flex-shrink: 1;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #D2D8DA;
}

.video-thumb .play-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 0px);
    left: calc(50% - 0px);
    opacity: 0.8;
}

#videoOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#videoOverlay.active {
    display: flex;
}

#videoOverlay .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 10000;
}

.video-container-wrapper {
    width: 100%;
    max-width: 1400px;
    height: auto;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;

}

.video-container-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.video-view-main {
    background-color: #ffffff;
    height: 100%;
    border-radius: 50px 0 0 50px;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 983px;
}

.login-page-main {
    width: 100% !important;
    height: unset !important;
}
.login-page-right-div {
    background-color: #e9ecef;
    padding-right: 0% !important;
}

@media (max-width: 1440px) {
    .text-section {
        padding: 50px 50px 0px 50px;
    }

    .video-main-title {
        font-size: 35px !important;
    }
}

@media (max-width: 1024px) {
    .text-section {
        padding: 50px 20px 0px 20px;
    }

    .video-main-title {
        font-size: 25px !important;
    }

    .video-subtext {
        font-size: 17px !important;
    }
}

@media (max-width: 768px) {
    .slider-inner {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .carousal-video-div {
        margin-top: 20px !important;
    }
}
@media (max-width: 425px) {
    .video-view-main {
        max-height: 800px !important;
    }
}


