/* Image Showcase */
.img_showcase_section .banner_showcase_content{
    position: absolute;
    /* bottom: 0; */
    padding: 20px;
    /* width: 100%; */
    width: fit-content;
}

.img_showcase_section .banner_showcase_txt_box{
    color: var(--black-color);
    margin-bottom: 0px;

    /* text-shadow: var(--text-shadow); */
}

.img_showcase_section .banner_showcase_subtitle{
    font-size: 12px;
    font-weight: var(--heading-font-weight);
    text-align: left;
    letter-spacing: var(--heading-letter-spacing);
    margin-bottom: 16px;
}

.img_showcase_section .banner_showcase_title{
    font-size: 22px;
    font-weight: var(--heading-font-weight);
    color: var(--black-color);
    letter-spacing: var(--heading-letter-spacing);

    font-family: var(--accent-font);
}

.img_showcase_section .banner_showcase_descp {
    font-size: 13px;
    color: var(--black-color);
    margin-bottom: 16px;
}

.img_showcase_section .banner_showcase_descp p{
    margin-bottom: 0;
}

.img_showcase_section .banner_sub_txt_descp {
    color: var(--light-grey-color-2);
}

.img_showcase_section .banner_showcase_btn_txt{
    display: inline-block;
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 10px 30px;
    border-radius: 34px;
    transition: all .3s linear;
    letter-spacing: 0.1rem;
    max-width: 45rem;
    border: 0px solid var(--black-color);
    font-size: 10px;
}

.img_showcase_section .banner_showcase_btn_txt:hover {
    background-color: rgba(var(--current-btn-bg-color), 1) !important;
    color: var(--black-color) !important;
}

.img_showcase_section .img_showcase_box,
.img_showcase_section .img_showcase_box img{
    border-radius: var(--border-radius-1);
    overflow: hidden;
}

/* .img_showcase_section .sub_banner_img_special{
    clip-path: circle(100%);
}

.img_showcase_section .sub_banner_img_special:hover{
    clip-path: circle(0%);
    
} */

.img_showcase_section .banner_showcase_btn {
    margin-top: 16px;
}

.img_showcase_panel .row .img_showcase_col {
    padding-right: 0 ;
    padding-left: 0;
    overflow: hidden;
}

.img_showcase_panel .row > .img_showcase_col:nth-child(odd) {
    padding-right: 15px;
}

.img_showcase_box,
.banner_showcase_inner_box, 
.banner_showcase_img_box,
.banner_showcase_img {
    height: 100%;
}

.banner_showcase_btn_txt {
    cursor: pointer;
}

@media only screen and (max-width: 850px) {
}

@media only screen and (max-width: 610px) {

    /* .img_showcase_section .banner_showcase_title{
        font-size: 20px;
    } */

    .img_showcase_section .banner_showcase_subtitle {
        margin-bottom: 5px;
    }

    .img_showcase_section .banner_showcase_btn_txt {
        font-size: 10px;
        padding: 5px 15px;
    }

    .img_showcase_section .banner_showcase_content{
        padding: 15px;
    }
}
@media only screen and (max-width: 610px) {
    .img_showcase_panel .row > .img_showcase_col:nth-child(odd) {
        padding-right: 0px;
    }
}