﻿.mn-ctx{
    min-height:92vh;
}


/*banner*/
.ctg-bnr {
    position: relative;
    direction: ltr;
}

    .ctg-bnr:before {
        content: "";
        background-color: #000;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        display: inline-block;
    }

.ctg-itm {
    position: relative;
    outline: none;
}

    .ctg-itm .img-ovl {
        max-height: 80vh;
        /* height: 80vh; */
        overflow: hidden;
        position: relative;
        min-height: 29vh;
        background-size: cover;
        background-position: center bottom;
    }

    .ctg-itm img {
        width: 100%;
        height: auto;
    }

        .ctg-itm img:after {
            content: "";
            background-color: black;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: inline-block;
            z-index: 6;
        }

    .ctg-itm .ctg-cpt {
        position: absolute;
        bottom: 56px;
        right: 9.5%;
        color: white;
        z-index: 3;
        direction: rtl;
    }

        .ctg-itm .ctg-cpt span {
            font-size: 1.7em;
            font-family: ltbukraMedium;
            color: #c74748;
            text-shadow: 1px 1px 1px black;
            text-transform:uppercase;
        }

        .ctg-itm .ctg-cpt h2 {
            font-size: 5.6em;
            margin: 0 0 6px;
            font-family: LTBukraMedium;
        }

        .ctg-itm .ctg-cpt p {
            font-family: NotoNaskhArabicUI-Bold;
            font-size: 1.7em;
            width: 79%;
        }

/*more show*/
.ctg-box {
    padding: 4em 0 6em;
}

.ctg-box.black {
    background-color: black;
}

.ctg-box img {
    width: 100%;
    max-height: 230px;
}

.ctg-box .cpt {
    color: black;
    background-color: #d6d6d6;
    padding: 3em 5em 4em 3em;
    position: relative;
}

.ctg-box.dark .cpt {
    background-color: #5d6265;
}

.ctg-box.dark .cpt h3,.ctg-box.dark .cpt p {
    color: white;
}

.ctg-box .cpt h3 {
    margin: 0;
    padding: 0 0 0px 0px;
    font-family: LTBukraMedium;
    font-size: 1.3em;
    /* font-family: NotoNaskhArabicUI-Bold; */
    color: #cc5c5b;
}

.ctg-box .cpt .count {
    font-family: LTBukraMedium;
    font-size: 1.4em;
    color: #b2b2b3;
    padding: 6px 0px 7px;
    display: inline-block;
}

.ctg-box .show-item {
    margin-bottom: 45px;
    /* background-color: red; */
}

.ctg-box .cpt p {
    margin: 0;
    font-family: NotoNaskhArabicUI-Bold;
    font-size: 1.5em;
    position: relative;
    min-height: 40px;
    font-family: LTBukraMedium;
}

.ctg-box .cpt p:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.6em;
    bottom: 0;
    /* left:0; */
    /* height:10px; */
    width: 1px;
    background-color: #b53738;
}

.ctg-box .show-lnk-ov {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* background-color: #5d6265; */

}
@media(max-width:768px){
    .ctg-itm .img-ovl{min-height:220px;background-size: cover;background-position: center bottom;}
}
/*more show*/