@font-face {
  font-family: 'JanayatraFont';
  src: url('/fonts/Mukta/Mukta-Regular.ttf') format('truetype');
  font-style: normal;
}

body {
  font-family: 'JanayatraFont', sans-serif;
}

[x-cloak] {
  display: none !important;
}

.news-header {
  background: #333333 url(../nps.png) right bottom no-repeat;
  padding: 3px 50px 0 30px !important;
  font-weight: 600 !important;
  color: #fff;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
  color: #FFFFFF !important;
}

.navigation-box {
  top: .4rem;
  right: .8rem;
  width: 2rem;
  position: absolute;
}

.custom-purple {
  background-color: #362843 !important;
}

.line-height-for-heading{
    
    line-height: 4.5rem !important;
}


.breaking-news-item .main-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  display: block;
  color: #337ab7;
  margin-bottom: 15px;
}

.content-editor .news-big-title {
  font-size: 50px;
  font-weight: 700;
  display: block;
  line-height: 60px;
  margin-bottom: 30px;
  /* padding-left: 15px; */
  margin-top: 30px;
}

.editor-box {
  font-size: 22px;
  color: #222;
  line-height: 40px;
  font-weight: 400;
  width: 100%;
  padding-right: 30px;
  display: inline-block;
}

.footer-text-color {
  color: #266b9e;
}

.logo {
  height: 100px;
}

.hny-title {
  border-bottom: 4px solid #CCC;
  padding: 0.5rem 0 !important;
}

.text-wh {
  color: #FFF;
}

.desc {
  font-size: 30px !important;
}

.big-add {
  height: 120px;
  width: 100%;
}

.big-adds {
  height: 90px;
  width: 100%;
}

.head-feature-img {
  height: 580px;
  object-fit: cover;
}

img.product-img {
  height: 120px !important;
  object-fit: cover;
}

@media (max-width: 568px) {

  .p-5,
  .p-4,
  .px-5 {
    padding: 0.8rem !important;
  }

  .head-feature-img {
    height: 270px;
    object-fit: cover;
  }

  .big-add,
  .big-adds {
    height: auto;
    width: 100%;
  }

  .w3l-header-6-main .header-hny-block {
    padding: 0;
  }

  .navbar-toggler {
    background-color: #39f;
  }

  .l-center {
    text-align: center;
  }

  .text-light {
    color: #333 !important;
  }

  img.product-img {
    height: 270px !important;
    object-fit: cover;
  }
}


@media (min-width: 768px) {
  .breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #0F0;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
  }
}


@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
    background-image: linear-gradient(to right, #3b82f6, #8b5cf6); /* blue to purple */
  }
  50% {
    background-position: 100% 50%;
    background-image: linear-gradient(to right, #ef4444, #f43f5e); /* red shades */
  }
}

.animate-gradient {
  background-size: 200% 200%;
  animation: gradientShift 6s ease infinite;
}
