.body_in_main_ser .hdr_sec,
.body_in_main_ser .hdr_mb_sec,
.body_in_main_ser .mob-menu-header-holder {
    display: none !important;
}

.ser_box_inr {
    width: 100%;
}

.ser_img {
    display: flex;
}


.ser_title {
    font-size: 36px;
    text-align: center;
    padding-top: 40px;
}

.ser_count_box {
    font-size: 29px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.ser_count_current {
    color: #fff;
}

.ser_count_sep {
    padding: 0 5px;
}

.ser_count_sep,
.ser_count_total {
    color: #FFFFFF3D;
}

.ser_scroll_wrapper {
    position: relative;
    height: 100%;
}

.ser_sticky_inner {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.ser_panel {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    width: 100%;
}

.ser_box_inr {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    --mask: inset(100% 0 0 0);
    clip-path: var(--mask);
    will-change: clip-path;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser_img {
    width: 100%;
    height: auto;
    object-fit: cover;
    --mask: inset(100% 0 0 0);
    clip-path: var(--mask);
    will-change: clip-path;
}

.ser_img img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.ser_block {
    transform: scale(1) translateY(0px);
    opacity: 1;
    will-change: transform, opacity;
    position: relative;
    z-index: 2;
    width: 600px;
    margin: auto;
    background: #111111;
    padding: 35px;
}

.ser_block_inr {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: center;
    will-change: transform, opacity;

}

.ser_block_inr {
    position: relative;
    z-index: 9999;
    /* 🔥 hamesha sabse upar */
    pointer-events: none;
    /* default disable */
}




.ser_block {
    visibility: hidden;
}

.actv_cat_row .ser_block {
    visibility: visible;
}

.ser_panel_inner {
    width: 100%;
    height: 100vh;
    display: flex;
}

.actv_cat_row {
    z-index: 99;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .ser_img img {
        height: 250px;
    }

    .ser_block {
        width: 300px;
        padding: 20px 10px;
    }

    .ser_title {
        font-size: 21px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ser_count_box {
        font-size: 19px;
        padding-bottom: 10px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .ser_img img {
        height: 290px;
    }

    .ser_block {
        width: 500px;
    }

    .ser_title {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ser_count_box {
        font-size: 22px;
        padding-bottom: 15px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .ser_img img {
        height: 290px;
    }

    .ser_block {
        width: 500px;
    }

    .ser_title {
        font-size: 30px;
        padding-top: 20px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .ser_img img {
        height: 290px;
    }

    .ser_block {
        width: 500px;
    }

    .ser_title {
        font-size: 30px;
        padding-top: 20px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .ser_img img {
        height: 300px;
    }

    .ser_block {
        width: 540px;
    }

    .ser_title {
        font-size: 33px;
        padding-top: 20px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .ser_img img {
        height: 300px;
    }

    .ser_block {
        width: 540px;
    }

    .ser_title {
        font-size: 33px;
        padding-top: 20px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}