html,
body {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    color: #333;
    position: relative;
    z-index: 99;
    background: #FFFDF6;
}


@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-VariableFont_wdth_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 0;
    width: 100%;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
}

h2 {
    color: #131F49;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

p {
    color: #5C6481;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

header {
    background: #131F49;
}


.navbar {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}

.logo{
      max-width: 200px;
    margin-right: 90px;
}

.logo a{
    display: block;
}
.logo img{
  width:100%;
    display: block;
    
}

.nav-links {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    justify-content: flex-end;
}

.nav-links .share {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 36px;
}

.nav-links .share a {
    padding: 5px 0;
    font-size: 25px
}

.nav-links .share a i {
    font-size: 30px
}

.nav-links .hr {
    border-top: 1px solid #E9E9ED;
    width: 100%;
    margin: 10px 0;
}

.nav-links {
    position: relative;
}

.nav-links .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
      gap: 24px;
}


.nav-links a {
    text-transform: capitalize;
    color: #FFF;
    font-family: 'Noto Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    padding: 4px 0px 4px;
    display: block;
}

.nav-links a.active,
.nav-links a:hover {
    color: #FC881D;
}

.nav-links .pcsearch {
    border-radius: 4px;
    background: #FC881D;
  padding: 4px 24px 4px;
}

.pcsearch:hover i {
    color: #fff;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    margin: 2px;
    background: #f87e10;
}

.h5-searbtn {
    display: none;
    margin-right: 20px;
    padding: 12px;
}

.h5-searbtn i {
    color: #FFF0A0;
}

.h5-searbtn a,
.h5-home a {
    display: flex;
}

.h5-searbtn i,
.h5-home i,
.burger i {
    font-size: 18px;
}

.burger,
.h5-close,
.h5-home {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.h5-text,
.nav-links .nav .categories {
    display: none;
}

@media (max-width:1100px) {
    .nav-links a {
        padding: 12px 12px 12px;
        font-size: 14px;
    }
}

.head-active {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

@media screen and (max-width: 992px) {

    .navbar {
        padding: 5px 0px;
    }

    .nav-links {
        display: none;
        background-color: #FFFDF6;
        padding: 50px 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 50px;
        height: 100vh;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0;
        border-radius: 0
    }


    .nav-links.nav-active {
        display: flex;
        gap: 16px;
        position: fixed;
        flex-wrap: wrap;
        /* padding-bottom: calc(100vh - 340px); */
    }

    .nav-links {
        width: 100%;
        border-radius: 25px !important;
    }

    .nav-links a {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 28px;
        color: #131F49;
    }

    .nav-links .nav .categories {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 12px 12px 12px;
        width: 100%;
    }

    .nav-links .nav .categories p {
        color: #131F49;
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        position: relative;
        width: 100%;
        text-align: center;
        /* 125% */
    }


    .nav-links .nav .categories p::before {
        position: absolute;
        left: 0;
        top: 10px;
        width: calc(50% - 60px);
        content: "";
        flex: 1;
        height: 2px;
        background: #f5ddc3;
    }

    .nav-links .nav .categories p::after {
        position: absolute;
        right: 0;
        top: 10px;
        width: calc(50% - 60px);
        content: "";
        flex: 1;
        height: 2px;
        background: #f5ddc3;
    }

    .nav-links .share {
        display: none;
    }

    .pc-searbtn {
        display: none;
    }

    .burger {
        display: flex;
        padding: 12px;
        margin-left: 24px;
    }

    .h5-home {
        display: flex;
        padding: 12px;
        margin-left: auto;
    }

    .h5-close {
        display: block;
        width: auto !important;
        margin-left: 0 !important;
        text-align: center;
        padding: 20px;
        position: absolute !important;
        top: -10px;
        right: 10px;

    }

    .h5-close i {
        font-size: 20px;
        color: #999;
    }

    .h5-searbtn {
        display: flex;
        padding: 12px;
        margin-left: 24px;
    }

    .burger,
    .h5-searbtn,
    .h5-home {
        padding: 8px 12px;
        border-radius: 4px;
        background: #FC881D;
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        color: #FFFFFF;
        font-size: 16px;
    }

    .logo {
        font-size: 24px;
        line-height: 30px;
    }

  

    .h5-text {
        display: block;
        width: 100% !important;
    }

    .burger.toggle {
        z-index: 99999;
        background: transparent;
        right: 24px;
        position: fixed;
    }

    .burger.toggle i {
        color: #333;
    }

    .nav-links .hr {
        display: none;
    }
}



.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: transparent;
}

.back-to-top i {
    font-size: 30px;
    color: #FB872E;
}
.nav-links .pcsearch i{
color:#fff}

#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}

.time {
    color: #999;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 125% */
}

section {
    padding: 20px 0;
}

.cover {
    display: block;
    width: 100%;
    object-fit: cover;
    background: #D9D9D9;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.heading {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}

.heading span {
    padding: 0 15px 0px;
    color: #131F49;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}

.heading::before {
    flex: 1;
    content: "";
    height: 2px;
    background: #f5ddc3;
    margin-left: 12px;
}

.heading::after {
    content: "";
    height: 2px;
    flex: 1;
    background: #f5ddc3;
    margin-right: 12px;
}

.catename {
    text-transform: capitalize;
    color: #FC881D;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 125% */
}

.m1 .grid {
    display: grid;
    padding: 0 6px;
    grid-template-columns: repeat(4, 1fr);
}

.m1 a {
    display: block;
    padding: 6px;
    position: relative;
}

.m1 a::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 50%, rgba(0, 0, 0, 0.60) 100%);
}

.m1 a .text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99;
}

.m1 a .text .catename {
    color: #fff;
}

.m1 a .text .time {
    color: #CCC;
}

.m1 a img {
   /* height: 100%;*/
}

.m1 a:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
}

.m1 a:first-child img {
  height: 100%;
}
.m1 a:nth-child(2) img,
.m1 a:nth-child(3) img{
    aspect-ratio: 1/0.7;
}

.m1 a:nth-child(4) img{
    aspect-ratio: 1/0.4;
}


.m1 a:nth-child(2),
.m1 a:nth-child(3) {
    grid-column: span 1;
    grid-row: 1/2;
}

.m1 a:nth-child(2) p,
.m1 a:nth-child(3) p {
    display: none;
}

.m1 a:nth-child(1) h2,
.m1 a:nth-child(4) h2 {
    font-size: 20px;
    line-height: 24px;
}

.m1 a:nth-child(4) {
    grid-column: 3/5;
    grid-row: 2/3;
}

.m1 h2 {
    color: #fff;
}

.m1 a:first-child::after,
.m1 a:nth-child(2):after,
.m1 a:nth-child(3):after {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 70%, rgba(0, 0, 0, 0.60) 100%);
}

.m1 a:nth-child(4):after {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 40%, rgba(0, 0, 0, 0.60) 100%);
}

.m2 a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 25%;
    padding: 12px;
}

.m2 a img {
    aspect-ratio: 1/0.6;
}

.m3 .left,
.m4 .left {
    width: 66%;
    padding-right: 12px;
}

.m3 .right,
.m4 .right {
    width: 34%;
    padding-left: 12px;
}

.m3 .left a,
.m4 .left a,
.m3 .right .box-1 a {
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
}

.m3 .left a img,
.m4 .left a img {
    width: 35%;
    aspect-ratio: 1/0.6;
}

.m3 .left a .text,
.m4 .left a .text {
    width: 65%;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
      position: relative;
}

.m3 .left a .info,
.m4 .left a .info {
    display: flex;
    justify-content: space-between;
}

.m3 .right .box-1 a img {
    width: 35%;
    aspect-ratio: 1/0.85;
}

.m3 .right .box-1 a .text {
    width: 65%;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.m3 .left a .text .time,
.m4 .left a .text .time{
  position: absolute;
    right: 0;
}
.m3 .right .share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.m3 .right .share .heading {
    margin-bottom: 24px;
}

.m3 .right .share a {
    width: auto;
    border-radius: 4px;
    background: #131F49;
    padding: 5px;
    margin: 0;
}

.m3 .right .share a i {
    font-size: 35px;
    color: #fff;
}

.m3 .left .box-2 {
    margin-top: 30px;
}

.m4 .left a:nth-child(2) {
    position: relative;
    display: block;
}

.m4 .left a:nth-child(2) img {
    width: 100%;
    aspect-ratio: 1/0.6;
}

.m4 .left a:nth-child(2):after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 40%, rgba(0, 0, 0, 0.60) 100%);
}

.m4 .left a:nth-child(2) .text {
    position: absolute;
    bottom: 36px;
    left: 36px;
    right: 36px;
    z-index: 99;
    width: auto;
    padding-left: 0;
}

.m4 .left a:nth-child(2) .text h2,
.m4 .left a:nth-child(2) .text .catename {
    color: #fff;
}

.m4 .left a:nth-child(2) .text .time {
    color: #CCC;
}

.m4 .right .box-1 a {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    width: 100%;
}

.m4 .right .box-1 a .info,
.m4 .right .box-1 a .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m4 .right .box-1 a .text .t_13 {
    width: calc(100% - 100px);
    padding-right: 24px;
}

.m4 .right .box-1 a .text .read {
    width: 100px;
    border-radius: 4px;
    border: 1px solid #131F49;
    display: inline-flex;
    padding: 12px 0;
    flex-direction: column;
    align-items: center;
    color: #131F49;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
}

.m4 .right .categories {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.m4 .right .categories a {
    display: block;
    padding: 12px 0;width: 100%;
    border-radius: 4px;
    background: #131F49;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    /* 111.111% */
}

.m4 .right .categories a:nth-child(2) {
    width: 100%;
}

.m4 .right .categories .heading {
    margin-bottom: 0;
}


footer {
    margin-top: 50px;
    padding: 24px 10px;
    position: relative;
    background: #131F49;
}

footer .pt p,
footer .pb {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

footer .pb {
    padding-bottom: 20px;
}

footer .pb a {
    color: #fff;
    padding: 0 20px 0;
    text-decoration: underline;
}

.catelist .flex a {
    width: 33.33%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catelist .flex a:nth-child(1),
.catelist .flex a:nth-child(2) {
    width: 50%;
    position: relative;
}

.catelist .flex a img {
    aspect-ratio: 1/0.6;
}

.catelist .flex a .text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99;
}

.catelist .flex a:nth-child(1)::after,
.catelist .flex a:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 50%, rgba(0, 0, 0, 0.60) 100%);
}

.catelist .flex a:nth-child(1) h2,
.catelist .flex a:nth-child(2) h2 {
    color: #fff;
}

@media (max-width:768px) {
    .m1 .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .m1 a:nth-child(2) {
        grid-column: 3/4;
        grid-row: 1 / 2;
    }

    .m1 a:nth-child(3) {
        grid-column: 3/4;
        grid-row: 2/3;
    }

    .m1 a:nth-child(4) {
        grid-column: 1 / 4;
        grid-row: 3 / 4;
    }

    .m1 a:first-child img {
        aspect-ratio: 1 / 0.65;
    }

    .m1 a:nth-child(4) img {
        aspect-ratio: 1/0.45;
    }

    .m1 h2 {
        -webkit-line-clamp: 2;
    }

    .m1 a:first-child::after,
    .m1 a:nth-child(2):after,
    .m1 a:nth-child(3):after {
        background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 47%, rgba(0, 0, 0, 0.60) 100%);
    }

    .m1 a .text {
        bottom: 22px;
    }

    .m2 a {
        width: 33.33%;
    }

    .m3 .left,
    .m4 .left {
        width: 100%;
        padding-right: 0;
    }

    .m3 .right,
    .m4 .right {
        width: 100%;
        padding-left: 0;
    }

    .m3 .right .box-1,
    .m3 .right .share,
    .m4 .right .box-1,
    .m4 .right .categories {
        margin-top: 30px;
    }

    .m3 .right .box-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .m3 .right .box-1 a {
        width: 50%;
    }

    .m3 .right .box-1 a img {
        width: 40%;
        aspect-ratio: 1 / 0.85;
    }

    .m3 .right .box-1 a .text {
        width: 60%;
    }

    .m3 .right .share {
        justify-content: center;
    }

    .m3 .right .share a {
        margin: 0 24px;
    }

    .m4 .right .box-1 a .text .read {
        width: 120px;
    }

    .m4 .right .categories a {
        margin: 0 12px;
        width: calc(50% - 24px);
    }

    .m4 .right .categories {
        row-gap: 24px;
        column-gap: 0;
    }

    section {
        padding: 15px 0;
    }

    .catelist .flex a {
        width: 50%;
    }

}

@media (max-width:550px) {
    section {
        padding: 8px 0;
    }

    h2 {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    p,li {
        font-size: 12px;
        line-height: 16px;
    }

    .catename,
    .time {
        font-size: 12px;
        line-height: 16px;
    }

    .m1 .grid {
        display: flex;
        flex-wrap: wrap;
    }

    .m1 a {
        aspect-ratio: 1/0.6;
    }

    .m1 a:first-child {
        width: 100%;
        order: -4;
    }

    .m1 a:nth-child(4) {
        width: 100%;
        order: -2;
    }

    .m1 a:nth-child(3),
    .m1 a:nth-child(2) {
        width: 50%;
    }

    .m1 .grid {
        padding: 0 5px;
    }

    .m1 a {
        padding: 5px;
    }

    .m1 a .text {
        bottom: 16px;
        left: 16px;
        right: 16px;
        gap: 4px;
    }

    .heading {
        margin-bottom: 7px;
    }

    .heading span {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px 0px;
    }

    .heading::before {
        margin-left: 5px;
    }

    .heading::after {
        margin-right: 5px;
    }

    .m2 a {
        width: 50%;
        padding: 5px;
        gap: 4px;
    }

    .m2 .container,
    .m3 .container,
    .m4 .container,
    .catelist .container {
        padding: 0 5px;
    }

    .m3 .left a {
        padding: 5px;
    }

    .m3 .left a .text .t_13,
    .m4 .left a .text .t_13 {
        display: none;
    }

    .m3 .left a img,
    .m4 .left a img {
        width: 50%;
        margin-right: 10px;
    }

    .m3 .left a .text,
    .m4 .left a .text {
        width: 50%;
        padding-left: 0;
    }

    .m3 .left a .text h2,
    .m4 .left a .text h2 {
        -webkit-line-clamp: 2;
    }

    .m3 .right .box-1,
    .m3 .right .share,
    .m4 .right .box-1,
    .m4 .right .categories {
        margin-top: 10px;
    }

    .m3 .right .box-1 a {
        width: 100%;
        padding: 5px;
    }

    .m3 .right .box-1 a .text {
        padding-left: 10px;
    }

    .m3 .right .share .heading {
        margin-bottom: 10px;
    }

    .m3 .right .share a {
        margin: 0 10px;
        padding: 0px;
    }

    .m4 .left a {
        padding: 5px;
    }

    .m4 .left a:nth-child(2):after {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .m4 .right .box-1 a {
        padding: 5px;
    }

    .m4 .right .box-1 a .text .read {
        padding: 8px 0;
        font-size: 12px;
        line-height: 16px;
    }

    .m4 .right .categories {
        row-gap: 12px;
    }

    .m4 .right .categories a {
        font-size: 14px;
        width: calc(50% - 10px);
        line-height: 18px;
        padding: 8px 0;
        margin: 0 5px;
    }

    footer .pt p,
    footer .pb {
        font-size: 12px;
        line-height: 18px;
    }

    footer .pb {
        padding-bottom: 10px;
    }

    .catelist .flex a {
        padding: 5px;
    }

    .catelist .flex a:nth-child(1),
    .catelist .flex a:nth-child(2) {
        width: 100%;
    }

    .catelist .flex a:nth-child(1)::after,
    .catelist .flex a:nth-child(2)::after {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .catelist .flex a {
        gap: 4px;
    }

    .catelist .flex a .text {
        position: absolute;
        bottom: 15px;
        left: 20px;
        right: 20px;
        gap: 8px;
        z-index: 99;
    }

    .m3 .right .share a i {
        font-size: 30px;
    }
    .m4 .left a:nth-child(2) .text {
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
    }
.nav-links .nav {
    gap: 5px;
}
  .logo{max-width: 150px;
    margin-right: 50px;        margin-left: 20px;
  }

.m1 a img {
    height: 100%;
}
  .m3 .left a .text .time, .m4 .left a .text .time{    right: auto;
    left: 0;
    bottom: -24px;}
.m1 a::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
}