@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600&display=swap');
/* font-family: 'Karla', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');
/* font-family: 'Lora', serif; */
@import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap');
/* font-family: "Gulzar", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;500;600;700&display=swap');
/* font-family: 'Noto Nastaliq Urdu', serif; */
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&display=swap');
/* font-family: 'Aref Ruqaa', serif; */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
/* font-family: 'Libre Baskerville', serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');
/* font-family: 'Quattrocento', serif; */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.italic {font-style: italic}
.bold {font-weight: bold}
.underline {text-decoration: underline}

.urdu-text {font-family: "Gulzar", serif !important}

.mob-view {display: none !important}
.desk-view {display: block !important}

#at-custom-sidebar {background-color: #d6fbff !important;}

#at-custom-sidebar .at-icon-wrapper {
    line-height: 38px !important;
    height: 38px !important;
    width: 38px !important;
}

.at-custom-sidebar .at-icon {
    height: 28px !important;
    width: 28px !important;
    vertical-align: middle !important;
    margin: 0 !important;
}


.page_loader {
    background-color: rgba(114, 126, 143, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.loading {
    display: inline-block;
    font-size: 20px;
    color: #f1f1f1;
    line-height: 22px;
    position: relative;
    top: 18%;
    z-index: 99;
}

.loading::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 3px solid transparent;
    border-left: 3px solid #2cb8f0;
    border-top: 3px solid #2cb8f0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 99;
    animation-name: loader_spin;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
}

@keyframes loader_spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


/*********************************************
Header Section Start
*********************************************/
#header {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.logo {width: 55%;}
.header-left {width: 45%;}

.logo {text-align: center;}

/*********************************************
Navbar Section Start
*********************************************/
#mobile-menu {display: none;}

.nav-bg {background-image: linear-gradient(to bottom, #b70000, #020000);}

#navbar {
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.nav-menu, .urdu-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
}

.urdu-nav-menu {
    direction: rtl;
}

.nav-menu .list-item {
    display: inline-block;
    margin-right: 15px;
}

.urdu-nav-menu .list-item {
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
}

.nav-menu .list-item:last-child {margin-right: 0 !important;}
.urdu-nav-menu .list-item:last-child {margin-left: 0 !important;}

.nav-menu .list-item a, .urdu-nav-menu .list-item a.urdu-text {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px;
    position: relative;
    z-index: 9;
}

.urdu-nav-menu .list-item a.urdu-text {
    font-size: 17px;
    line-height: 14px;
}

.nav-menu .list-item a .urdu-text {display: none;}

.nav-menu .list-item a::before,
.urdu-nav-menu .list-item a.urdu-text::before {
    content: "";
    background-color: #616161;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 5px;
    bottom: 0;
    z-index: -1;
    transition: width 0.2s;
}

.urdu-nav-menu .list-item a.urdu-text::before {
    right: 5px;
    bottom: -10px;
}

.nav-menu .list-item a:hover::before,
.urdu-nav-menu .list-item a.urdu-text:hover::before {
    width: calc(100% - 10px);
}

/*********************************************
Page Header Section Start
*********************************************/
#page-header {
    background-color: #06c7c7;
    padding: 10px 0;
}

#page-header-content {
    display: flex;
}

#archive-form {
    display: flex;
    width: 42%;
}

#archive-form .form-group {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
}

#archive-form .form-group:first-child {margin-left: 0;}

#archive-form .form-group label {
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

#archive-form .form-group select, #edition_list {
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    box-shadow: 0 0 2px #707070;
}

#archive-form #arch_submit {
    box-shadow: none;
    border: 1px solid #fff;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 4px 10px;
    margin-left: 10px;
}

#page_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 44%;
}

#page_pagination a {
    display: block;
    text-decoration: none;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 2px 12px;
}

#page_pagination a.current_page {
    background-color: #002428;
    border-color: #fff;
    color: #fff;
}

#editions {width: 14%;}

#editions #edition_list {
    width: auto;
    margin-left: auto;
}

/*********************************************
Page Body Section Start
*********************************************/
#page-body {
    background-color: #0ef1f1;
    padding: 20px 5%;
}

#page-body .epaper-page {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 20px;
    text-align: center;
    min-height: 1500px;
    position: relative;
}

#page-body .epaper-page img {
    max-width: 100%;
    height: auto;
}

#page-btn .left-btn,
#page-btn .right-btn {
    position: fixed;
    top: 70%;
    z-index: 99999;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transition: all 0.2s;
}

#page-btn .left-btn {left: calc(5% - 30px);}
#page-btn .right-btn {right: calc(5% - 30px);}

#page-btn .left-btn a,
#page-btn .right-btn a {
    display: block;
    color: #fff;
    background-color: #03101b;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s;
}

#page-btn .left-btn a:hover,
#page-btn .right-btn a:hover {
    background-color: #531100;
}

/*********************************************
Newspaper Section Start
*********************************************/
.close-window {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.close-window span {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: #1314ff;
    padding: 10px;
    padding-right: 45px;
    cursor: pointer;
    position: relative;
}

.close-window span i {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}

/*********************************************
Page Content Section Start
*********************************************/
.page-content {background-color: #fff;}

.urdu-content {
    font-family: "Gulzar", serif;
    font-weight: 500;
    line-height: normal;
    padding: 20px;
    direction: rtl;
}

.urdu-content .main-hd {
    font-size: 40px;
    font-weight: bolder;
    padding: 40px 0;
    text-align: center;
}

.urdu-content .main-sub-hd {
    font-size: 25px;
    padding-top: 30px;
    text-align: center;
}

.urdu-content p, .urdu-content li {
    font-size: 17px;
    margin-bottom: 20px;
}

.urdu-content h3 {
    font-weight: bold;
    font-size: 23px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.urdu-content h6 {
    font-size: 20px;
    margin-bottom: 0;
}

/*********************************************
Contact Section Start
*********************************************/
.form-area {margin: 30px 0;}

.form-box {
    background-color: #fff;
    padding: 40px;
    border-right: 1px solid #d6d6d6;
}

.form-box .form-group {margin-bottom: 13px;}
.form-box .form-group:last-child {margin-bottom: 0;}
.form-box .form-group input#name {text-transform: capitalize;}

.form-box .form-group input, .form-box .form-group textarea {border-radius: 0 !important;}

.form-box .form-group input[type=number]::-webkit-outer-spin-button,
.form-box .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.submit-btn {
    display: block;
    color: #fff;
    background: #3376ce;
    border-radius: 5px;
    border: none !important;
    font-size: 18px;
    padding: 7px 17px;
    padding-top: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    background: #1966ca;
}

.contact-detail {
    padding: 40px 0;
    padding-left: 20px;
}

.contact-detail h5 {
    font-size: 24px;
    font-weight: 600;
    color: #535c64;
    margin-bottom: 30px;
    font-family: 'Quattrocento', serif;
}

.contact-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}

.contact-detail ul li {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.contact-detail ul li:first-child {
    margin-right: 15px;
}

.contact-detail ul li i {
    font-size: 16px;
    background-color: #ccc;
    color: #555555;
    width: 33px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.contact-detail ul li a {
    text-decoration: none;
    color: #3e4ed8;
}

.contact-detail ul li a:hover {
    text-decoration: underline;
    color: #2a37aa;
}

/*********************************************
Error 404 Section Start
*********************************************/
.error404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 90px;
    margin-bottom: 90px;
}

.error404 h1 {
    font-size: 30px;
    font-weight: 500;
    color: #6a6a6a;
    text-align: center;
    margin: 0;
}

.error404 h1 span {
    color: #ff3a3a;
    display: block;
    font-size: 60px;
}

.errorBack a {
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #5475ce;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 0;
    color: #5475ce;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}

.errorBack a:hover {background-color: #f5f5f5;}

.notFoundError {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #ff3a3a;
    margin: 100px 0;
    width: 100%;
}

/*********************************************
Archive Section Start
*********************************************/
.archive-heading {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.archive-heading .arch-text {
    font-size: 27px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    color: #0a2b42;
}

.archive-heading .arch-text .urdu-txt {
    margin-left: 30px;
    font-family: "Gulzar", serif;
}

.single-month {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 60px;
}

.single-month .month-name {
    text-align: center;
    background-color: #7e7e7e;
    padding: 10px;
    color: #fff;
}

.single-month .month-name h3 {
    font-size: 24px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.weak-name {
    display: flex;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
}

.weak-name li {
    display: block;
    width: 14.4%;
    color: #8a8a8a;
    font-family: 'Karla', sans-serif;
    font-size: 17px;
    padding: 10px 0;
}

.date-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.date-list li {
    display: block;
    color: #ccc;
    width: 14.286%;
    height: 48px;
    line-height: 46px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    user-select: none;
}

.date-list li:nth-child(7n) {
    border-right: none;
}



.date-list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #464c55;
    text-decoration: none;
    transition: all 0.2s;
}

.date-list li a:hover {
    background-color: #0069be;
    color: #fff;
}

/*********************************************
Footer Section Start
*********************************************/
.footer {
    background-color: #ececec;
    padding: 60px 0;
}

.footer-decription p {
    font-family: "Gulzar", serif;
    font-size: 12px;
    line-height: normal;
    direction: rtl;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer-social-media {
    display: flex;
    list-style: none;
    margin: 0;
    margin-top: 30px;
    padding: 0;
}

.footer-social-media li {
    display: block;
    margin-right: 10px;
}

.footer-social-media li a  {
    text-decoration: none;
}

.footer-social-media li a i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    transition: all 0.3s;
}

.footer-social-media li a .fa-facebook-f {background-color: #4267B2;}
.footer-social-media li a .fa-twitter {background-color: #1DA1F2;}
.footer-social-media li a .fa-instagram {background-color: #C13584;}
.footer-social-media li a .fa-youtube {background-color: #FF0000;}

.footer-social-media li a:hover .fa-facebook-f {background-color: #264686;}
.footer-social-media li a:hover .fa-twitter {background-color: #0f74b3;}
.footer-social-media li a:hover .fa-instagram {background-color: #921d5f;}
.footer-social-media li a:hover .fa-youtube {background-color: #a50000;}

.footer .footer-list, .footer .footer-social-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-list {
    display: flex;
    margin-bottom: 30px;
}

.footer .footer-list li {
    display: block;
    width: 100%;
}

.footer .footer-list li a {
    text-decoration: none;
    font-size: 20px;
    font-family: 'karla', serif;
    color: #19202a;
    font-weight: 500;
}

.footer .footer-list li a:hover {
    color: #007adf;
}

.footer .footer-social-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'karla', serif;
    margin-bottom: 10px;
}

.footer .footer-social-list li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    background-color: #505050;
    color: #fff;
    border-radius: 50%;
}

.footer .footer-social-list li span {
    width: calc(100% - 35px);
    padding-left: 15px;
    font-size: 18px;
}

.footer .footer-social-list li span a {
    text-decoration: none;
    color: #0d0d13;
}

.footer .footer-social-list li span a:hover {
    text-decoration: underline;
    color: #1d1daa;
}

.copyright-area {
    text-align: center;
    background-color: #d7d7d7;
}

.copyright-area p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    color: #19202a;
    margin: 0;
    padding: 10px 0;
}

/*********************************************
Shareit Section Start
*********************************************/
#shareit_outer {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #d6fbff;
    border-radius: 0 5px 5px 0;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
}

#shareit_outer .shareit {
    font-size: 21px;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 7px;
}

#shareit_outer .shareit:last-child {margin-bottom: 0;}

#shareit_outer .whatsapp {background-color: #4dc247;}
#shareit_outer .facebook {background-color: #3b5998;}
#shareit_outer .twitter {background-color: #1da1f2;}
#shareit_outer .linkedin {background-color: #0077b5;}
#shareit_outer .print {background-color: #e26900;}

@media print {
    .header-left, .nav-bg, #page-header, .footer, #shareit_outer, #page-btn, .copyright-area,
    .form-box {display: none;}

    #header {
        justify-content: center;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 3px solid #3e3e3e;
    }

    #page-body, #page-body .container {
        padding: 0;
        margin: 0;
    }

    #page-body .epaper-page {box-shadow: none;}

}