@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100;200;300;400;500;600;700;800;900&display=swap');



* {
    margin: 0;
    padding:0;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-smooth: auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f100;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b6b6b66b;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #686868d2;
}

@media (max-width: 768px) {
    ::-webkit-scrollbar {
        width: .5px;
        height: 2px;
    }
}

.headwrap {
    width: 100%;
}

.lang {
    background: #333333;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0.27em 0.9em;
    align-content: center;
    height: 1.8em;
    border-bottom: 1px solid #ccc;
}

.lang-block a {
    padding: 0.4em 0.4em;
    color: #a7a7a7;
    text-decoration: none;
    text-transform: uppercase;
}

.lang-block span {
    padding: 0.4em 1.9em;
    color: #a7a7a7;
    text-decoration: none;
    text-transform: uppercase;
}

.lang .socialtop svg {
    width: 1.2em;
    height: 1.8em;
    padding-left: 1em;
    padding-right: 1em;
}

.navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #ffffff;
    border-bottom: 1px solid #ccc;
}


.navbar .tophead {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
    width: 70em;
    padding-left: 0.9em;
    padding-right: 0.9em;
}

@media (max-width: 1200px) {
    .lang {
        display: none;
    }
}

@media (max-width: 850px) {
    .navbar .tophead .topicons .mobhidden, .linkwrap .mobhidden {
        display: none;
    }

    .navbar .tophead .logo {
        width: 5.5em !important;
    }

    .navbar .tophead .topicons .iconhold .sicon {
        width: 1.6em !important;
    }

    .navbar .tophead .topicons .iconhold {
        flex-direction: column !important;
    }

    .linkoverflow a {
        font-size: 1.08em !important;
    }

    .linkoverflow a img {
        width: 1.9em;
    }
}


.stickynav {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar .tophead .logo {
    width: 7.775em;
    height: fit-content;
    padding-top: 0.5em;
    padding-bottom: 0.1em;
}

.navbar .tophead a .jbt-logo {
    width: 100%;
}

.navbar .tophead .topicons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
}

.navbar .tophead .topicons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
}

.navbar .tophead .topicons .upper-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-around;
    padding-left: 0.8em;
}

.navbar .tophead .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.navbar .tophead .topicons .iconhold {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    padding-top: 0.05em;
}

.navbar .tophead .topicons .iconhold svg {
    width: 1.6em;
    height: 1.8em;
    cursor: pointer;
}

.navbar .tophead .topicons .iconhold .sicon {
    width: 1.3em;
}

.topicons .text {
    display: flex;
    align-items: center;
    margin-left: 0.4em;
    margin-right: 1.3em;
    padding-top: 0.19em;
    font-size: 1.1em;
    letter-spacing: 0.65px;
}

.toplink {
    display: flex;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .toplink {
        display: flex;
    }

    .linkwrap {
        display: none;
    }

    .navbar .tophead .topicons .iconhold {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
        margin-left: 0.15em;
        margin-right: 0.15em;
    }

    .topicons .text {
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-content: center;
        margin-left: 0em;
        margin-right: 0em;
        align-items: center;
        font-size: 0.85em;
    }

    .navbar .tophead .topicons .iconhold svg  {
        width: 1.92em;
        height: 1.72em;
        cursor: pointer;
    }
}




.linkwrap {
    display: flex;
    background-color: #000000;
    color: white;
    padding-top: 0em;
    position: relative;
    padding-bottom: 0em;
    justify-content: center;
}

.hashwrap {
    display: flex;
    background: #ebe9e9;
    padding-top: 0.24em;
    padding-bottom: 0.24em;
    justify-content: center;
}

@media (max-width: 767px) {
    .hashwrap {
        display: none;
    }
}

.linkwrap .linkoverflow,
.toplink .linkoverflow {
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 70.9em;
    justify-content: space-between;
}

.hashwrap .linkoverflow {
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 70.6em;
    justify-content: space-between;
}

.linkwrap .linkoverflow .link,
.toplink .linkoverflow .link {
    list-style: none;
    margin-left: 0.7em;
    margin-right: 0.7em;
    display: flex;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    align-items: center;
    min-width: fit-content;
    font-size: 1.1em;
    margin-top: 0.09em;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 0.3px;
}
@media (max-width:768px) {
    .linkwrap .linkoverflow .link, .toplink .linkoverflow .link{
        padding-bottom: 0;
    }
}

.megamenu {
    position: absolute;
    display: none;
    background: #ededed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: fit-content;
    z-index: 10;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, .18);
}

.menucontainer {
    display: flex;
    width: 100%;
    min-height: 200px;
    flex-direction: row;
}

.menucontainer .catnav {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid #eee;
    width: 9em;
    padding-top: 1.4em;
}

.menucontainer .catnav .category {
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    padding-right: 2em;
    padding-left: 1.06em;
    color: #696969;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.menucontainer .catnav .active,
.menucontainer .catnav .category:hover {
    background: #fff;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ffffff;
    color: #242424;
    margin: -1px;
}

.megamenu #one {
    display: flex;
}

.megamenu #two {
    display: none;
}

.megamenu #three {
    display: none;
}

.megamenu #four {
    display: none;
}


.menutab {
    width: 52.6em;
    background-color: white;
    position: relative;
}

.menutab .menuflex {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin-left: 0.8em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-right: 0.8em;
}

.menutab .menuflex .infobox {
    flex: 0 1 28%;
    width: 28%;
    margin-top: 0.8em;
    margin-right: 1.8em;
    margin-bottom: 0.8em;
    margin-left: 0.8em;
}

.menutab .infobox .infohold {
    display: flex;
    flex-direction: column;
    width: 15.6em;
    height: fit-content;
    color: black;
}

.menutab .infobox .infohold .info {
    width: 100%;
    height: fit-content;
}

.menutab .infobox .infohold p {
    font-size: 0.95em;
    letter-spacing: 0.7px;
    margin-top: 1em;
    line-height: 1.3em;
    color: #111111;
}

.hashwrap .linkoverflow a {
    list-style: none;
    margin-left: 0.7em;
    margin-right: 0.7em;
    display: flex;
    align-items: center;
    min-width: fit-content;
    font-size: 0.85em;
    transition: all 0.5s;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.linkwrap .linkoverflow a .home,
.toplink .linkoverflow a .home {
    width: 1.47em;
    margin-bottom: 0.1em;
    margin-top: -0.07em;
}

.linkwrap .linkoverflow a .menu,
.toplink .linkoverflow a .menu {
    width: 1.2em;
    margin-bottom: 0.1em;
    margin-top: -0.07em;
}

@media (max-width:900px) and (min-width:801px) and (orientation: landscape) {
    .menutab {
        width: 38.5em;
        background-color: white;
        position: relative;
    }

    .menutab .infobox .infohold {
        display: flex;
        flex-direction: column;
        width: 11.1em;
        height: fit-content;
        color: black;
    }

    .menutab .menuflex .infobox {
        flex: 0 1 23.8%;
        width: 25.6%;
        margin-top: 0.8em;
        margin-right: 1.8em;
        margin-bottom: 0.8em;
        margin-left: 0.8em;
    }
}

.popup {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #EDEDED;
    transition: .5s all linear;
    overflow: auto;
    letter-spacing: 0.5px;
    z-index: 1;
}

.popup .inner {
    display: flex;
    flex-direction: column;
    width: 70em;
    height: fit-content;
    justify-content: flex-start;
}


.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.nav .home {
    display: block;
    width: fit-content;
    margin-top: 10.8px;
    margin-bottom: 8px;
    margin-left: 10px;
}
.nav .home img {
    width:5.57em;
}

.nav .navmenu {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
}
.nav .navmenu .srch {
    width: fit-content;
    margin-top: 25.8px;
    margin-bottom: 8px;
}
.nav .navmenu .srch svg {
    width: 1.8em;
    height: 1.8em;
    margin-left: 8px;
    margin-right: 8px;
}
.nav .navmenu .closeicon {
    width: fit-content;
    margin-top: 29px;
    margin-bottom: 8px;
}
.nav .navmenu .closeicon svg {
    width: 1.35em;
    height: 1.5em;
    margin-left: 8px;
    margin-right: 8px;
}

.headwrap .langselect {
    display: none;
}

@media (max-width: 767px) {
    .headwrap .langselect {
        display: flex;
        padding: 0.35em 0.4em;
        background: #1c1c1c;
        font-size: 0.9em;
        letter-spacing: 0.1px;
        color: #a7a7a7;
        display: flex;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
    }

    .headwrap .langselect a {
        padding: 0.2em;
        color: #a7a7a7;
        text-decoration: none;
        text-transform: uppercase;

    }
}

.popup .langselect {
    padding: 0.35em 0.4em;
    background: #1c1c1c;
    font-size: 0.9em;
    letter-spacing: 0.1px;
    color: #a7a7a7;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    margin: 0em;
}

@media (min-width: 768px) {
    .popup .langselect {
        display: none;
    }
}

.popup .langselect a {
    padding: 0.2em;
    color: #a7a7a7;
    text-decoration: none;
    text-transform: uppercase;

}

.popup .icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    padding-right: 1em;
}

.popup .icons .mobicons {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.popup .icons svg {
    width: 1.7em;
    height: 1.8em;
}

.popup .icons span {
    font-size: 0.73em;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 0.5em;
    line-height: 1em;
}


.popup .cattrend {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    padding: 1em;
}

@media (max-width:800px) {
    .popup .cattrend {
        flex-direction: row-reverse;
    }

    .popup .cattrend .trending {
        flex-direction: column;
        align-content: center;
        background: #00000000;
        width: 45em;
        color: #5A5A5A;
    }

    .popup .cattrend .trending a {
        margin-left: 0px;
        margin-top: 0em;
        padding-top: 0.6em;
        padding-bottom: 0.3em;
    }
}

.popup .trending {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: white;
    border-radius: 10px;
    align-content: center;
    padding-bottom: 0.6em;
    padding-left: 1em;
    overflow: auto;
}

.popup .trending .head {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0.6em;
    letter-spacing: 0.5px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 6px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.popup .cards .head {
    background: white;
    padding-left: 0.6em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    border-radius: 6px;
    border-left: 0.4em solid #ef412f;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.popup .head h4,
.popup .head img {
    margin-right: 0.4em;
    font-size: 1em;
    cursor: pointer;
    font-weight: 600;
}

.popup .text {
    font-size: 1em;
}

.popup .text span {
    padding-top: 0.6em;
    padding-bottom: 0.3em;
}

.popup .text span:hover {
    color: #EF412F;
    transition: all 0.3s;
    cursor: pointer;
}

.popup .head svg {
    width: 0.5em;
    height: 1em;
}

.popup .trending a {
    margin-left: 0.7em;
    margin-right: 0.7em;
    display: flex;
    align-items: center;
    min-width: fit-content;
    font-size: 0.95em;
    font-weight: 500;
}
.linkwrap .linkoverflow #catopen svg {
    width: 0.5em;
    height: 0.6em;
    margin-left: 0.4em;
}
.popup .trending a:hover {
    color: #EF412F;
    transition: 0.2s all linear;
    cursor: pointer;
}

.popup .newsflex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.popup .newsflex .cards {
    width: 100%;
    height: fit-content;
}

.popup .newsflex .cards .text {
    flex-direction: column;
    padding-left: 1em;
    padding-top: 0em;
    padding-bottom: 0em;
}

.popup .newsflex .cards #cat1 {
    display: flex;
}

.popup #cat2,
.popup #cat3,
.popup #cat4,
.popup #cat5,
.popup #cat6,
.popup #cat7,
.popup #cat8 {
    display: none;
}

.popup #bottom {
    padding-bottom: 1em;
}

.change {
    display: none;
}

@media (max-width: 800px) {
    .popup .newsflex .cards {
        flex: 1 1 100%;
    }

    .popup .inner {
        min-width: 20em;
        height: 51.1em;
    }    
}

@media (min-width: 1200px) {
    .btm-menu {
        display: none !important;
    }
}

.btm-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: fixed;
    bottom: 0%;
    width: -webkit-fill-available;
    background: #fff;
    padding: 2px 5px 4px 5px;
    box-shadow: 0px -5px 6px #00000029;
}

.btm-menu .nav-element {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.btm-menu .nav-element svg {
    width: 1.6em;
    height: 1.7em;
    margin-bottom: 0.15em;
}

.btm-menu .nav-element h5 {
    font-size: 0.83em;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.3px;
}


.section {
    height: 200vh;
}

.footer {
    display: flex;
    align-items: center;
    background: #242424;
    flex-direction: column;
    align-content: stretch;
}

.footer .head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 70em;
    color: #d3d3d3;
    padding-top:1.5em;
    padding-bottom: 1.5em;
}


.footer .head .data, .footer .head .data .greeting .slicon  {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.footer .head .data .greetings {
    display: flex;
    flex-direction: column;
}

.footer .head .data .greetings h4 {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0.6em;
}

.footer .head .data .greetings span {
    color: #BA3030;
}

.footer .head .greetings .slicon a {
    width: fit-content;
    height: fit-content;
    margin-left: 0.4em;
    margin-right: 0.4em;
}

.footer .head .data .greetings .slicon a svg {
    width: 1.25em;
    height: 1.2em;
}


.footer .head .data input {
    padding-top: 1px;
    padding-left: 1.2em;
    margin-right: 1em;
    padding-right: 1em;
    width: 20em;
    height: 2.8em;
    font-size: 1em;
    background-color: #22242F;
    border: 1px solid #625050;
    border-radius: 25px;
    color: #D3D3D3 !important;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.footer .head .data input::placeholder {
    color: #D3D3D3 !important;
    font-size: 1em;
    letter-spacing: 0.3px;
    font-weight: 300;
}

.footer .head .data input:focus-visible {
    outline: 0px;
}

.footer .head .data button {
    padding-top: 0.75em;
    padding-bottom: 1em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    height: 2.8em;
    font-size: 1em;
    background-color: #6F1010;
    border: none;
    border-radius: 25px;
    color: #d3d3d3 !important;
    font-weight: 300;
}

.footer .info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 74em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.footer .info .sitemap {
    display: flex;
    flex-direction: row;
    align-items: space-around;
    width:23.3em;
}

.footer .info .sitemap .trendlinks{
    display: flex;
    flex-direction: column;
}
.footer .info .sitemap .trendlinks .title{
    font-size:1.3em;
    font-weight: 600;
    color:#d3d3d3;
    margin-bottom: 1em;
    text-decoration: none;
}


.footer .info .sitemap .trendlinks a {
    color: #d3d3d3 !important;
    display: inline-block;
    letter-spacing: 0.4px;
    font-size: 1.05em;
    font-weight: 400;
    text-decoration: none;
    margin-bottom:0.5em;
}

.info .twosection {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: space-around;
    width:23.3em;
}


.footer .bottom {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    letter-spacing: 0.4px;
}
.footer .bottom .dat {
    display: flex;
    flex-direction: column;
    width: 55em;
    align-items: center;
    justify-content: center;
}

.footer .bottom .dat .complog{
    width: fit-content;
}
.footer .bottom .dat .complog img{
    width:10em;
    height: fit-content;
}
.footer .bottom .dat .para {
    font-size: 1em !important;
    font-weight: 300;
    margin-top: 1.5em;
    letter-spacing: 0.3;
    margin-bottom: 1.5em;
    text-align: center;
}
.footer .bottom .dat .para p {
    margin-bottom: 1em;
}
.footer .bottom .cont {
    display: flex;
    flex-direction: row;
}

.footer .bottom .cont .callem {
    display: flex;
    flex-direction: row;
    margin-right: 1em;
}

.footer .bottom .cont .callem svg {
    width: 0.8em;
    height: 1.2em;
    margin-right: 1em;
}

.footer .bottom .cont .callem span {
    font-size: 1em;
}

.footer .bottom {
    font-size:0.9em;
}


@media (max-width:1200px) {
    .footer .info, .footer .head {
        width: 60em;
    }
}
@media (max-width:1000px) {
    .footer .info, .footer .head {
        width: 50em;
    }
}
@media (max-width:850px) {
    .footer .info, .footer .head {
        width: 40em;
    }
    .footer .textlinks a img {
        height: 0.9em;
        width: 0.9em;
    }
    .footer .head .data button {
        font-size:0.9em;
    }

    .footer .head .data input {
        width: auto;
        font-size: 0.9em;
    }
    .footer .bottom .dat {
        width:auto;
    }
}


@media (max-width:600px) {
    .footer .head {
        flex-direction: column;
        width: 20em;
    }
    .footer .head .data .greetings h4 {
        font-size: 1.5em;
        font-weight: 600;
        letter-spacing: 0.3px;
        margin-bottom: 0.6em;
    }
    .footer .info .sitemap{
        justify-content: space-between;
        width: inherit;
        margin-bottom: 2em;
    }
    .footer .info {
        flex-direction: column;
        width: 21em;
    }

    .footer .head .data {
        margin-top: 0.5em;
        margin-bottom: 1em;
        display: flex;
        flex-direction: row;
    }

    

    .footer .info .foot-info {
        width: fit-content;
        margin-left: 0.4em;
        margin-bottom: 1em;
    }
    .footer .bottom .cont {
        display: flex;
        flex-direction: column;
    }
    .footer .bottom .dat {
        display: flex;
        flex-direction: column;
        width: 20em;
        align-items: center;
        justify-content: center;
    }.footer .bottom .dat .para p{
        margin-bottom: 1em;
    }

    .footer .textlinks a img {
        height: 0.9em;
        width: 0.9em;
    }
    .footer .head .data button {
        font-size:0.9em;
    }

    .footer .head .data input {
        width: auto;
        font-size: 0.9em;
    }
}

.bnews {
    height: fit-content;
    width: -webkit-fill-available;
}

.bnews .newsbox {
    display: flex;
    flex-direction: row;
    width: -webkit-fll-available;
    justify-content: space-evenly;
    padding: 0.6em;
}

.bnews .newsbox .newshold {
    display: flex;
    flex-direction: row;
    min-width: 10em;
    max-width: 60em;
    padding: 0.35em 1.2em 0.2em 1.2em;
    background-color: #ef412f;
    color: white;
    border-radius: 10px;
}

.bnews .newsbox .newshold h3 {
    display: block;
    font-size: 1em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    padding-right: 0.4em;
    font-style: italic;
    line-height: 1.45em;
    letter-spacing:0.3px;
}

.bnews .newsbox .newshold h4 {
    display: block;
    font-size: 1em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    padding-left: 0.4em;
    letter-spacing:0.3px;
}

@media (max-width:768px) {
    .bnews .newsbox .newshold {
        width: 100%;
        border-radius: 0px;
    }

    .bnews .newsbox {
        padding: 0px;
    }

    .bnews .newsbox .newshold h4 {
        border-left: 0.2px solid #cccccc7c;
        line-height: 1.1em;
        font-size:0.9em;
        font-weight: 400;
    }
    .bnews .newsbox .newshold h3 {
        font-size:0.9em;
        font-weight: 400;
        line-height: 1.1em;
    }
}