@font-face {
    font-family: 'Nafees-Web-Naskh';
    src: url('{{asset('front/NafeesWeb.woff')}}') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
ul#menu li {
    display:inline;
}
@media (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
}
.urdu {
    font-family: 'Nafees-Web-Naskh', serif;
    direction: rtl;
}
.urdu-black{
    color:#000000;
}
.urdu-grey{
    color:#CECECE;
}
.urdu-main-heading
{
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1.3;
}
.urdu-sub-headingM
{
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1.3;
}
.urdu-sub-heading
{
    font-size: 1.2rem !important;
    font-weight: 700;
    line-height: 1.3;
}
.urdu-sub1-heading
{
    font-size: .8rem !important;
    font-weight: 700;
    line-height: 1.3;
}
.urdu-sub2-heading
{
    font-size: 1.2rem !important;
    font-weight: 700;
    line-height: 1.3;
}
.urdu-sub3-heading
{
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.3;
}
.urdu-tab-heading
{
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.3;
}
.urdu-date
{
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.3;
    font-style: normal;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
}
.tabs label {
    order: 1;
    display: block;
    padding: .5rem 1rem;
    margin-right: 0.2rem;
    cursor: pointer;
    color:#B42329;
    font-weight: bold;
    transition: background ease 0.2s;
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    border-top:2px solid #000000;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;

    }
    .tabs input[type="radio"]:checked + label {
        color:#000;
    }
    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
        background-color: #B42329;
        color:#fff;
    }
}


/*    */
#news-slider {
    margin-top: 80px;
}
.post-slide {
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(
        -45deg,
        rgba(6, 190, 244, 0.75) 0%,
        rgba(45, 112, 253, 0.6) 100%
    );
    transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}
.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 35%;
    left: 5px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 35%;
    right: 5px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}
@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}
