/* -----------------------------------------START HEADING SECTION ---------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

.container {
    max-width: 1250px;
}
.menu {
    /*background: linear-gradient(*/
    /*    to bottom,*/
    /*    rgba(151, 151, 151, 0.09) 30%,*/
    /*    rgba(23, 24, 23, 0) 100%*/
    /*);*/
    background: white;
    padding-top: 30px;
    /* padding-bottom: 30px; */
    /* margin-bottom: 30px; */
}
.language-translater {
    background-color: #000;
    color: white;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 30px;
    font-weight: 500;
}
.linked {
    margin-top: 20px;
}
.date {
    color: #575555;
    font-size: 15px;
    margin-left: 140px;
}
.nav-items {
    padding: 7px 18px;
}

.nav-links {
    font-family: 'Poppins', sans-serif;
    color: #313030;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px;
}
.nav-links:hover {
    color: #c4161c;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.dropdown-menus {
    display: none;
    z-index: 999999;
    position: absolute;
    margin-top: 14px;
    left: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.fa-caret-down {
    padding-left: 8px;
}

.dropdown {
    display: inline-block;
}

.dropdown-menus a {
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-menus {
    display: block;
    overflow: hidden;
}

.dropdown-items {
    background-color: white;
    color: #313030;
    padding: 12px;
    text-decoration: none;
    width: 250px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    z-index: 999 !important;
}

.dropdown-items:hover {
    overflow: hidden;
    color: #c4161c;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
/* end drop down section  */
.menues {
    margin: 0px;
    background-color: white;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    padding: 5px 0px;
    position: sticky;
    top: 0px;
    z-index: 999;
}

/* -------------------------------------------------- END HEADING SECTION ------------------------------------------------ */
/* <!------------------------------------------------------------------- START CONTENT SECTION -------------------------------------------------------> */
.news-heading {
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-top: 50px;
}
.news-links {
    color: #434343;
}
.news-links:hover {
    color: #c4161c;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.news-writer {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.writer-image {
    padding-left: 3px;
    margin-right: 2px;
    padding-top: 3px;
}
.nav-writer-image {
    border: 1px solid red;
    border-radius: 100px;
    height: 35px;
    width: 35px;
}

.nav-news-writer {
    font-size: 15px;
    margin-top: 5px;
    color: #434343;
    font-weight: 700;
}
.nav-news-writer {
    padding-left: 10px;
}
.news-description {
    text-align: justify;
    padding: 15px 40px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.61;
    color: #000000a8;
}
.image-over:hover .image-flowing {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
.nw-heding {
    color: #434343;
    line-height: 1.45;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}
.nw-heding:hover {
    color: #c4161c;
    text-decoration: none;
    transition: all 1s ease-in-out;
}
.boxing-image {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.image-over {
    overflow: hidden;
    position: relative;
}
/* .image-over a {
  display: flex;
  height: 100%;
  position: relative;
}
.image-over a img {
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -500px;
} */

@media only screen and (max-width: 600px) {
    .image-over a {
        display: flex;
        height: auto;
        position: relative;
    }
    .image-over a img {
        /* margin-left: auto;
    margin-right: auto; */
        height: auto;
        width: 100%;
        position: initial;
        left: auto;
        margin-left: 0;
    }
    .image-box-es,
    .ima-ge-box-es {
        height: auto !important;
    }
}
.overlay-text {
    position: absolute;
    bottom: 0%;
    min-height: 50%;
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, black, transparent);
    display: flex;
}
.overlay-content {
    font-weight: 600;
    line-height: 45px;
}
.side-overlay-content {
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
}
.overlay-content-links {
    color: white;
}
.overlay-content-links:hover {
    color: #ede9c4;
    text-decoration: none;
}

/* <!------------------------------------------------------------------- END CONTENT SECTION ------------------------------------------------------- */

/* <!---------------------------------------------------- START राजनीति SECTION -------------------------------------> */

.fa-caret-right {
    color: white;
    padding-right: 5px;
}
.back-ground-navs {
    background-color: #c4161c05;
    display: flex;
    margin-bottom: 40px;
}
.nav-item-es {
    padding: 5px 0px;
}
.nav-item-es-links {
    font-size: 14px;
    border-right: 1px solid gray;
    padding: 0px 20px;
    color: #313030;
    font-weight: 600;
}
.nav-item-es-links:hover {
    color: #c4161c;
    text-decoration: none;
}
.img-of-political-parties {
    padding-right: 10px;
}
.image-box-es {
    height: 390px;
    width: 100%;
    object-fit: cover;
}
.boxing-imag-es {
    height: 85px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.nw-hedi-ng {
    color: #434343;
    line-height: 1.55;
    font-weight: 600;
    text-align: justify;
}
.nw-hedi-ng:hover {
    color: #c4161c;
    text-decoration: none;
    transition: all 1s ease-in-out;
}
.non-stiky {
    position: relative;
}
.stiky-side {
    position: sticky;
    top: 50px;
}

/* <!---------------------------------------------------- END राजनीति SECTION -------------------------------------> */
/* <!---------------------------------------------------- START महानिर्वाचनको महासंग्राम २०७९ SECTION -------------------------------------> */

.border-sect-ion {
    border-bottom: 0.5px solid rgb(159, 153, 153) !important;
    width: 100%;
    margin-top: 20px;
}
.side-content {
    margin-top: 15px;
    font-weight: 700;
    line-height: 30px;
    font-size: 19px;
    border-top: 1px dotted gray;
}
.side-content-links {
    color: #333;
    padding-top: 15px;
    display: inline-block;
}
.side-content-links:hover {
    color: #c4161c;
    text-decoration: none;
}
.bd-right {
    border-right: 1px solid gray;
}
.resplace {
    display: none;
}

/* <!---------------------------------------------------- END महानिर्वाचनको महासंग्राम २०७९ SECTION -------------------------------------> */

/* <!---------------------------------------------------- START नेपाल प्रेस  SECTION -------------------------------------> */
.ima-ge-box-es {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.box-ing-imag-es {
    height: 95px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.images-boxes img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
/* <!---------------------------------------------------- END नेपाल प्रेस  SECTION -------------------------------------> */

/* <!-- --------------------------------------------- START नेपाल टक SECTION-------------------------------------- --> */
#menu-es {
    background-color: #f8f8f8;
    padding-bottom: 40px !important;
    /* padding-top: 60px !important; */
}

.buttom-under-span {
    background-color: #c4161c;
    color: white;
    font-size: 21px;
    font-weight: 600;
    padding: 5px 20px;
}

.image-overs:hover .image-flow-ing {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
.image-overs {
    overflow: hidden;
    position: relative;
}
.image-flow-ing {
    min-height: 270px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
.boxing-img-es {
    height: 125px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.side-border {
    border: 1px solid gray;
}
.card-body-content {
    font-weight: 600;
    text-align: justify;
    line-height: 1.4;
    color: #313030;
    padding: 5px 0px;
}
.card-img {
    border: #c4161c 1px solid;
    border-radius: 50px;
    height: 60px;
    width: 60px;
}
.under-card-img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 50px;
    padding: 5px;
}
.editor-section {
    display: flex;
}
.icons-name {
    padding-left: 10px;
    margin-top: 10px;
}
.image-of-editor-icon {
    width: 20px;
    height: 20px;
}
.name-of-writer {
    font-size: 15px;
    padding-top: 5px;
}
.name-linking {
    color: #575555;
}
.name-linking:hover {
    color: #575555;
    text-decoration: none;
}
.writer-speech {
    color: #313030;
    text-align: justify;
}
.writer-speech:hover {
    color: #c4161c;
    text-decoration: none;
}

/*  --------------------------------------------- END नेपाल टक SECTION--------------------------------------  */

/* --------------------------------------------- START साहित्य / ब्लग SECTION--------------------------------------  */
.blogs-section {
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    padding: 25px;
    color: #666;
}
.blogs-section:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.1s ease-in-out;
    background-color: #fff;
}
.img-boxing img {
    height: 70px;
    width: 100%;
    object-fit: cover;
}
.in-blogers {
    padding-left: 10px;
}
/* ---------------------------------------------  END साहित्य / ब्लग SECTION--------------------------------------  */
/* ---------------------------------------------  START समाज चित्र  SECTION--------------------------------------  */
.card-shape-image {
    height: 420px;
    width: 100%;
    object-fit: cover;
}

.image-overs:hover .card-shape-image {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
.image-overs {
    overflow: hidden;
    position: relative;
}

/* ---------------------------------------------  END समाज चित्र  SECTION--------------------------------------  */
/* <!-- ---------------------------------------------  START वित्त प्रेस  SECTION--------------------------------------  --> */
.bottom-section img {
    height: 175px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.bottom-section:hover img {
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.bottom-section {
    overflow: hidden;
}
.news-title {
    color: #313030;
    margin-top: 20px;
    display: inline-block;
}
.news-title:hover {
    color: #c4161c;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

/* <!-- ---------------------------------------------  END वित्त प्रेस  SECTION--------------------------------------  --> */
/* ---------------------------------------------  START स्वास्थ्य-जीवनशैली SECTION------------------------------------ */
.another-box-shape {
    overflow: hidden;
}
.another-box-shape:hover img {
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.another-box-shape img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
/* ---------------------------------------------  END स्वास्थ्य-जीवनशैली SECTION------------------------------------ */
/* ---------------------------------------------- START हाम्रा प्रतिनिधि SECTION ------------------------------------------- */
#menues {
    background-color: white;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    padding: 40px 20px;
}

.sn-title {
    display: flex;
}
.sn-title-name {
    display: inline-block;
    width: 300px;
    text-align: center;
    font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
}
.sn-title-line {
    height: 1px;
    background-color: gray;
    width: calc((100% - 300px) / 2);
    margin: auto;
}
/* ---------------------------------------------- END हाम्रा प्रतिनिधि SECTION ------------------------------------------- */
/* ---------------------------------------------- START सुशासन प्रेस SECTION ------------------------------------------- */

/* ------------------------------------- SHAPE -------------------------------------------------- */

.sn-title {
    display: flex;
    margin-bottom: 20px;
}
.sn-title-names {
    display: inline-block;
    width: 250px;
    text-align: left;
    font-weight: 600;
    padding-right: 10px;
}
.sn-title-line {
    height: 1px;
    background-color: gray;
    /* width: auto; */
    margin: auto;
}
.sn-first-layout {
    margin-top: 15px;
}
.sn-all-name-icon {
    width: 65px;
    display: inline-block;
}
.sn-all-icons-section {
    margin-top: 8px;
}
.sn-all-name-icon {
    padding: 4px 13px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}
.fa-caret-right {
    color: #c4161c;
}
.sn-all-name-icon:hover {
    background-color: #313030;
    color: white;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.sn-all-name-icon:hover .fa-caret-right {
    color: white !important;
}

.sn-title-name-s {
    display: inline-block;
    width: 220;
    text-align: center;
    font-weight: 600;
}
.sn-title-line-s {
    height: 1px;
    background-color: gray;
    width: calc(100% - 220px - 65px);
    margin: auto;
}

.sn-title-nam-es {
    display: inline-block;
    width: 400;
    text-align: center;
    font-weight: 600;
}
.sn-title-lin-es {
    height: 1px;
    background-color: gray;
    width: calc(100% - 400px - 65px);
    margin: auto;
}
/* --------------------------------------------- SHAPE ---------------------------------------------------- */
/* ---------------------------------------------- END सुशासन प्रेस SECTION ------------------------------------------- */
/* -------------------------------------------------- START खेल प्रेस SECTION --------------------------------------- */
.sn-images img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.sn-images:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.sn-images {
    overflow: hidden;
}
.sn-img-news-title {
    font-weight: 600;
    margin-top: 30px;
}
.sn-img-news-title-link {
    color: #313030;
}
.sn-img-news-title-link:hover {
    color: #c4161c;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
/* -------------------------------------------------- END खेल प्रेस SECTION --------------------------------------- */
/* -------------------------------------------------- START खेल प्रेस SECTION --------------------------------------- */
.sn-card-shape {
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
}
.sn-up-down {
    margin: 50px 0px;
}
/* -------------------------------------------------- END खेल प्रेस SECTION --------------------------------------- */
/* -------------------------------------------------- START FOOTER SECTION --------------------------------------- */
.footer-detail-side {
    margin-bottom: 20px;
}
.footer-detail-side img {
    width: 100%;
}
.legal-detail {
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    color: #0000009e;
    font-weight: 600;
}
.footer-information {
    border-right: 1px solid rgb(212, 208, 208);
}
.footer-icons {
    padding: 5px 31px;
}
.social-media-icons {
    color: #c4161c;
}
.fa-facebook:hover {
    color: #3b5998;
}
.fa-twitter:hover {
    color: #00acee;
}
.fa-instagram:hover {
    color: #8a3ab9;
}
.fa-youtube:hover {
    color: #ff0000;
}
.sn-information {
    color: #c4161c;
    font-weight: 700;
}
.footer-nav {
    list-style: none;
    padding-bottom: 6px;
}
.footer-nav-links {
    color: #0000009e;
    font-weight: 600;
}
.footer-nav-links:hover {
    color: #c4161c;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.member-post {
    color: #0000009e;
    font-size: 15px;
    font-weight: 600;
}
.member-name {
    font-weight: 600;
    font-size: 19px;
}
.info {
    padding-top: 13px;
}
.bord-er {
    border-top: 1px solid rgb(212, 208, 208);
    border-bottom: 1px solid rgb(212, 208, 208);
}
.right-reserve {
    color: #0000009e;
    text-align: center;
    margin: auto;
}
.footer-right {
    background-color: #f1f1f1;
    padding: 20px 0px;
}
.right-reserve-links:hover {
    text-decoration: none;
    color: #c4161c;
}
.responsive-info {
    display: flex;
}
/* -------------------------------------------------- END FOOTER SECTION --------------------------------------- */

/* ********************************************** START CATEGORY SECTION ************************************** */

.cat-sn-title-names {
    display: inline-block;
    /* width: 70px; */
    text-align: center;
    font-weight: 600;
}
.cat-sn-title-line {
    height: 1px;
    background-color: gray;
    display: block;
    width: 100%;
    margin: auto;
}
.cat-photo img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.cat-photo-card {
    width: 65%;
}

.cat-content {
    background-color: #222;
    width: 35%;
    padding: 50px 40px;
}
.cat-sn-news-title {
    font-weight: 900;
    line-height: 1.5;
}
.cat-sn-news-title-links {
    color: white;
}
.cat-sn-news-title-links:hover {
    color: #f1f1f1;
    text-decoration: none;
}
.cat-date {
    margin-top: 12px;
    color: #ffffff9e;
    font-size: 15px;
    font-weight: 300;
}
.cat-clock-icon {
    padding-right: 10px;
}
.cat-news {
    color: white;
    line-height: 1.65;
}
.cat-card {
    background-color: white;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.cat-card-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.cat-card-title {
    padding-top: 20px;
}

.cat-card-title-link {
    color: rgb(45, 44, 44);
    font-weight: 600;
    font-size: 23px;
    text-align: center;
}
.cat-card-title-link:hover {
    color: #c4161c;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.cat-sticky {
    position: sticky;
    top: 30px;
}
.cat-none-sticky {
    position: relative;
}

/* ********************************************** END CATEGORY SECTION ************************************** */
/* ********************************************** START NEWS DETAIL SECTION ************************************** */

.det-writer-share-section {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.det-news-heading {
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-top: 50px;
}
.det-news-links {
    color: #010101;
}
.det-news-links:hover {
    text-decoration: none;
    color: #010101;
}
.det-box-shape img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.det-news-content {
    line-height: 40px;
    font-size: 23px;
    color: #000000d6;
    font-weight: 400;
    text-align: justify;
}
.det-sn-title-names {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-weight: 600;
}
.det-sn-title-line {
    height: 1px;
    background-color: gray;
    width: calc(100% - 150px);
    margin: auto;
}
.det-sticky {
    position: sticky;
    top: 30px;
}
.det-non-stick {
    position: relative;
}
.cat-sn-title-name-s {
    display: inline-block;
    width: 110px;
    text-align: center;
    font-weight: 600;
}
.cat-sn-title-line-s {
    height: 1px;
    background-color: gray;
    width: calc(100% - 110px);
    margin: auto;
}
.det-reply-section {
    color: #f1f1f1;
    padding: 20px;
}
.det-name-of-writer {
    font-size: 15px;
    color: #000;
}
.det-content-writer {
    color: #000;
    font-weight: 600;
}
.det-contnet-links {
    color: #000;
    font-size: 18px;
    padding-bottom: 0px;
    text-transform: capitalize;
}
.det-contnet-links:hover {
    color: #000;
    text-decoration: none;
}
.det-says {
    font-size: 15px;
    font-weight: normal;
}
.cat-reaction-sn-title-name-s {
    display: inline-block;
    width: 123px;
    text-align: center;
    font-weight: 600;
}
.cat-reaction-sn-title-line-s {
    height: 1px;
    background-color: gray;
    width: calc(100% - 123px);
    margin: auto;
}
.news-commemt {
    background: #f1f1f1;
    padding: 24px 26px 24px 24px;
    margin-top: 30px;
}
.commment {
    color: #000000bf;
    font-weight: 500;
    font-size: 19px;
}
.comment-box {
    width: 100%;
    outline: none;
    border: none !important;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.commenter-detail {
    border: none;
    padding: 10px;
    width: 100%;
}
.commenter-detail:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.post-buttom {
    border: none;
    margin-top: 40px;
    padding: 10px 15px;
    background-color: #c4161c;
    color: white;
    font-weight: 500;
}
.post-buttom:hover {
    background: #333;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.cat-related-sn-title-name-s {
    display: inline-block;
    width: 178px;
    text-align: center;
    font-weight: 600;
}
.cat-related-sn-title-line-s {
    height: 1px;
    background-color: gray;
    width: calc(100% - 178px);
    margin: auto;
}
.sn-hm-sideAd div {
    width: 100%;
}
/* ********************************************** END NEWS DETAIL SECTION ************************************** */

.sn-spinner-container {
    width: 100%;
    min-height: 100px;
    max-height: 300px;
    background-color: #868686;
    margin: 10px 0;
}

@keyframes loading {
    /* original code */
    from {
        /* This is the position of image of the first frame */
        background-position: -5000% 0, 0 0;
    }
    to {
        /* This is the pos of img of the last frame */
        background-position: 5000% 0, 0 0;
    }
}

@keyframes betterLoading {
    0% {
        /* This is the position of image of the first frame */
        background-position: -5000% 0, 0 0;
    }
    50% {
        /* This is the pos of img of a frame in the middle happening animation */
        /* If duration is 1s then the pos below will be at 0.5s */
        background-position: 5000% 0, 0 0;
    }
    100% {
        /* This is the pos of img of the last frame */
        background-position: -5000% 0, 0 0;
    }
}

.sn-spinner-container {
    height: 100%;
    animation-name: betterLoading;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: linear-gradient(
            90deg,
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 100%, 0.8) 50%,
            hsla(0, 0%, 100%, 0)
        ),
        linear-gradient(rgb(164, 164, 164) 100%, transparent 0);
    background-size: 99% 100%, cover;
}

.fb-page_cs iframe {
    width: 100% !important;
}
