@font-face {
    font-family: bzar;
    src: url("font/BZar.ttf");
}

@font-face {
    font-family: bzarb;
    src: url("font/BZarBold.ttf");
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #fff !important;
    direction: rtl;
    font-family: "bzar", serif !important;
}

span {
    font-family: "bzar", serif !important;
}

.min-h-screen {
    min-height: 70vh;
}

.fa-2x{
    font-size: 20px;
}

a {
    background-color: transparent;
    font-family: "bzar", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: bzarb;
}

.td-none {
    text-decoration: none;
}


.social-link {
    font-size: 20px;
}

.social-link:hover i {
    color: #fff;
}

.carousel-caption {
    background: #ffffff96;
    box-sizing: 0 2px 10px #101010;
}

.carousel-caption h5 {
    color: #101010;
}


/*================= Top Header =================*/

.top-header {
    width: 100%;
    height: 40px;
    background: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f2f2;
}


/*================= CoverPhoto =================*/

.cover-photo {
    height: 180px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cover-photo img {
    width: 100%;
}

/*=============== Navbar ===============*/

.logo-brand-img {
    width: auto;
    height: 100px;
    border-radius: 5px;
    position: absolute;
    top: 0px !important;
    left: 10px !important;
    z-index: 999;
}

@media screen and (max-width: 991px) {
    .logo-brand-img {
        left: 10px !important;
        top: 0px !important;
    }

 
}

.navbar-header-bg {
    padding: 0 5px;
    border-bottom: 1px solid #a71d1d;
    position: relative;
    background: #ffffffa8;
    margin-bottom: 20px;

}

.navbar-brand {
    font-weight: 650;
}

.nav-link {
    font-weight: 600;
    margin: 2px;
    color: #f2f2f2 !important;
    border-bottom: 2px solid transparent;
    padding: 10px !important;
    transition: all 0.3s !important;
    
}

.nav-link:hover {
    background: #a71d1d;
    outline: 2px solid #a71d1d;
    color: #f2f2f2 !important;
}

.active {
    background: #a71d1d;
    outline: 2px solid #a71d1d;
    color: #f2f2f2 !important;
}

.navbar-nav{
    background: #17181b;
    padding-right: 0;
}

.dropdown-menu {
    border-bottom: 1px solid #a71d1d !important;
    border-right: 1px solid #a71d1d !important;
    border-left: 1px solid #a71d1d !important;
    border-top: none !important;
    border-radius: 0 !important;
    margin-top: 9px !important;
    direction: rtl !important;
    text-align: right !important;
    background: #f2f2f2 !important;
}

.dropdown-item:hover {
    background: #fff !important;
    opacity: 0.5 !important;
}

.ProfilePhoto img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    margin-top: -35px;
}

@media screen and (max-width: 1074px) {
    .ProfilePhoto {
        display: none !important;
    }
}

/*=============== End Navbar ===============*/

/*=============== End Navbar Dashboard and Profile ===============*/

/*=============== Home ===============*/


.latest-post-div {
    margin: 10px;
    cursor: pointer;

}

.latest-post-div:hover {
    background: #f2f2f2;
}

.latest-post-body {
    padding: 10px 5px;
}

.bg_prime {
    background: #a71d1d;
    padding-right: 10px;
    color: #fff;
    font-weight: 750;
}

.post-show .field-div {
    background: #b66666;
    padding: 3px 10px 1px 10px;
    width: fit-content;
    color: #fff;
    border-radius: 15px;
    height: fit-content;
    margin: 10px;
}

.post-show .post_title {
    border-radius: 30px;
    text-align: center;
}

.post-body {
    margin: 20px auto;
}

.post-img {
    margin: 0 auto;
    width: 90%;
    max-height: 400px;
    overflow: hidden;
}

.post-text {
    width: 90%;
    margin: 10px auto;
}

.post-div {
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    overflow: hidden;
}

.post-div:hover {
    box-shadow: 0 5px 10px #b6666681;
}

.post-date {
    padding: 1px 5px;
    width: 100%;
    color: #000;
    margin-top: 5px;
    font-size: 14px !important;
    text-decoration: none !important;
}

.post-date i {
    color: #000;
}

.post-title {
    border-bottom: 1px solid #a71d1d;
    padding-bottom: 5px;
}

.home-link-read-more {
    position: relative;
    width: 100%;
    background: #b66666;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
}

.home-link-read-more:hover {
    color: #000;
}

.home-r-link-read-more {
    position: relative;
    width: 100%;
    background: #ff9ca4;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.home-r-link {
    position: absolute;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
}

.home-link {
    text-decoration: none;
    color: #000;

}

.home-link:hover {
    color: #a71d1d;
}

.social-media {
    display: flex;
    margin-bottom: 10px;
}

.social-media-share {
    background: #a71d1d;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-top: 4px;
    border-radius: 0%;
    border: 1px solid #a71d1d;
}

.social-media-share i {
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
}

.social-media-share:hover {
    background: #fff;
    border: 1px solid #a71d1d;
    border-radius: 50%;
    animation: borderraduis 1s;
}

@keyframes borderraduis {
    from {
        border-radius: 0%;
        background: #a71d1d;
    }
}

.social-media-share:hover i {
    color: #a71d1d;
}

.copylink-a {
    background: none;
}

.print-a {
    background: none;
}

.ravayat-div {
    padding: 10px 0;
    background: #a71d1d;
    color: #ff9ca4;
    box-sizing: border-box;
}

.ravayat-div h4 {
    color: #fff;
}

.ravayat-div h5 {
    color: #000;
}

.ravayat-title-home {
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    .ravayat-title-home {
        display: none !important;
    }
}

.news-div {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.latest-news {
    background: #a71d1d !important;
    width: 120px;
    height: 40px;
    padding: 8px 10px 0 0;
    color: #fff;
    border-radius: 20px;

}

.news {
    width: 100%;
    background: #b66666 !important;
    padding-top: 10px;
    height: 40px;
    overflow: hidden !important;
    border-radius: 20px;
}

.news ul {
    display: flex;
    list-style: none;
    margin: 0;
    animation: scroll 80s infinite linear;

}

.news ul li {
    white-space: nowrap;
    padding: 0 24px;
    position: relative;
    color: #fff;
}

.news ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #b8b8b8;
    position: absolute;
    top: 0;
    right: 0;
}

.news ul li:first-child::after {
    display: none;
}

@keyframes scroll {
    from {
        transform: translateX(-80%);
    }

    to {
        transform: translateX(3000px);
    }
}

/*=============== End Home ===============*/



/*=============== Footer ===============*/

.principals {
    padding: 50px 0;
    background: #1f2024;
}

.footer-page-links {
    background: #2a2b30;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 10px 0;
}

.footer-page-links .container h6 {
    margin-bottom: 0;
}

.footer-page-links .container h6:hover {
    color: #a71d1d;
}

/*=============== Footer ===============*/

.footer-body {
    width: 100%;
    min-height: 200px !important;
    background: #17181b;
    padding: 20px 5px;
}

.footer-text-title {
    color: #fff;
    width: fit-content;
    padding: 2px 5px;
    border-bottom: 2px solid #ff9ca4;
    margin-bottom: 10px;
}

.footer-text-title h5 {
    margin-bottom: 0px;
}

.footer-text-body {
    color: #ff9ca4;
}

.footer-text-body a,
i {
    color: #ff9ca4;
    text-decoration: none;
}

.footer-text-body a:hover {
    color: #fff;
}

.footer-text-body i:hover {
    color: #fff;
}

/*=============== End Footer ===============*/




/*=============== Views ===============*/

.views {
    background: #b66666;
    padding: 3px 10px 1px 10px;
    width: fit-content;
    color: #fff;
    margin: 10px;
    border-radius: 15px;
}

.views i {
    color: #f2f2f2;
    text-shadow: 0 0 3px #000;
}

.views .sec-eye {
    position: absolute;
    margin-right: -5px;
    text-shadow: 1px 0 3px #000;
    z-index: 1000 !important;
}

.tab-a {
    text-decoration: none;
    color: #a71d1d;
}

.tab-a:hover {
    color: #fff;
}

.tab {
    margin: 10px;
    font-size: 20px;
    border-radius: 10px;
    padding: 20px 10px 5px 10px;
    box-shadow: 0 3px 3px #5757579c;
    display: flex;
}

.tab:hover {
    box-shadow: 0 3px 6px #5757579c;
    background: #c22a2a;
}

.tab:hover>.tab-icon i {
    color: #fff;
}

.tab-icon {
    width: 30px;
    margin-top: 3px;
    font-size: 25px;
    margin-left: 5px;
}

.tab-icon i {
    color: #a71d1d;
}

.tab-text h6 {
    margin-top: 5px;
    margin-bottom: 0 !important;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.search-box {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #1d1e22fd;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100vh;
}

.search-body{
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 100px;
}

.search-icon{
    position: absolute;
    left: 0px;
    top: 80px;
    padding: 0 10px;
    background: #1f2024ea;
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-icon .bi::before{
    text-transform: none;
    line-height: 0;
    vertical-align: -.3em;
}
.search-iconi:hover{
    color: #fff;
}

#searchBox.hiddenSearch{
    display: none !important;
}