/* Banner css start  */
.banner__section {
  text-align: center;
}
.banner-wrapper:not(:last-child) {
  margin-bottom: clamp(45px, 5vw, 65px);
}
.banner__section .banner-title {
  font-size: clamp(28px, 5vw, 60px);
  letter-spacing: -2%;
}
.banner-wrapper .entry-content {
  max-width: 938px;
  margin: 12px auto 0;
}
.banner-wrapper .entry-content > p {
  font-size: clamp(16px, 3vw, 20px);
}
.banner-wrapper .author {
  border-top: 1.5px dashed #1e323833;
  padding-top: clamp(20px, 3vw, 30px);
  margin-top: clamp(20px, 3vw, 30px);
}
.author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.author > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.author > div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #cccbc6;
  position: relative;
  margin: 0px 12px 0 5px;
}
.author img {
  box-shadow:
    0px 0.91px 1.82px 0px #6e67111a,
    0.91px 3.64px 3.64px 0px #6e671117,
    1.82px 7.27px 4.55px 0px #6e67110d,
    3.64px 12.73px 5.45px 0px #6e671103,
    6.36px 20px 5.45px 0px #6e671100;
  border: 0.91px solid #ffffff;
  border-radius: 17px 0 17px 0;
  width: 37px;
  min-width: 37px;
  height: 40px;
  object-fit: cover;
  object-position: top;
}
.author-detail p {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.3;
}
.author span.date {
  font-size: 16px;
}
.banner-wrapper .featured-image img,
.banner-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 12/6;
  object-fit: cover;
  border-radius: 5px;
}
.banner-wrapper > div:not(:last-child) {
  margin-bottom: clamp(20px, 3vw, 35px);
}
/* Banner css end  */

/* Pramukh tasbir css start  */
.pramukh-tasbir-wrapper {
  display: flex;
  align-items: start;
  gap: clamp(25px, 3vw, 40px);
}
.pramukh-left {
  width: 66.5%;
}
.pramukh-right {
  width: 33.5%;
}
.pramukh-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 35px;
}
.pramukh-bottom a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.pramukh-bottom img {
  display: block;
  height: 151px;
  width: 100%;
  object-fit: cover;
}
.pramukh-bottom a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.pramukh-bottom h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  color: var(--light);
  text-align: center;
  z-index: 2;
  transform: translateY(100px);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.3s ease;
}
.pramukh-bottom a:hover::before {
  opacity: 1;
}
.pramukh-bottom a:hover h3 {
  transform: translateY(-50%);
  opacity: 1;
  padding: 10px;
}
/* Pramukh tasbir css end  */

/* Bisesh Photo css start  */
.bisesh-photo-wrapper {
  display: flex;
  align-items: start;
  gap: clamp(25px, 3vw, 40px);
}
.bisesh-left {
  width: 55%;
}
.bisesh-left .card-two img {
  height: 402px;
}
.bisesh-left .card-two h3 {
  font-size: clamp(18px, 3vw, 22px);
  margin-bottom: 4px;
}
.bisesh-right {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 3vw, 20px);
  row-gap: 25px;
}
/* Bisesh Photo css end  */

/* Nabinatam section css start  */
.nabinatam-tasbir__section {
  background-color: #f0eadd;
}
.nabinatam-tasbir-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.nabinatam-card a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.nabinatam-card a::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  transition: var(--transition);
}
.nabinatam-card img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}
.nabinatam-card .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 25px;
  transform: translateY(92px);
  transition: var(--transition);
}
.nabinatam-card .entry-content div {
  height: 68px;
  min-height: 68px;
}
.nabinatam-card h3 {
  color: var(--light);
  margin-bottom: 24px;
  transition: var(--transition);
}
.nabinatam-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: var(--light);
}
.nabinatam-card:hover h3 {
  margin-bottom: 12px;
}
.nabinatam-card:hover .entry-content {
  transform: translateY(0);
}
.nabinatam-card:hover a::before {
  height: 100%;
}
/* Nabinatam section css end  */

/* Aartha Bebasaye css start  */
.aartha-top {
  display: flex;
  gap: 20px;
}
.aartha-top .card-one {
  width: 73%;
}
.aartha-top .card-one img {
  height: 467px;
}
.aartha-top .section-wrap {
  display: block;
  width: 35%;
  background-color: #0783b3;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 30px;
}
.aartha-top .section-wrap::before {
  content: "";
  background-image: url(../img/aartha-bg.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.aartha-top .section-wrap > * {
  position: relative;
  z-index: 1;
}
.aartha-top .section-wrap h2 {
  color: var(--light);
  margin-bottom: 10px;
}
.aartha-top .section-wrap p {
  color: #daedf4;
}
.aartha-top .section-wrap .btn {
  margin-top: 35px;
}
.aartha-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
/* Aartha Bebasaye css end  */

/* Rajniti css start  */
.rajniti__section {
  background-color: #3f3808;
}
.rajniti-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.rajniti-top > div:nth-child(1) {
  grid-row: span 2 / span 2;
}
.rajniti-top > div:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
}
.rajniti-top > div:nth-child(3) {
  grid-row: span 2 / span 2;
  grid-column-start: 4;
}
.rajniti-top > div:nth-child(4) {
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}
.rajniti-top > div:nth-child(5) {
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 3;
}
.rajniti-top > div:nth-child(2) a {
  border-radius: 5px;
  overflow: hidden;
}
.rajniti-top > div:nth-child(2) img {
  height: 402px;
  border-radius: 0;
  margin: 0;
}
.rajniti-top > div:nth-child(2) .entry-content {
  padding: 20px;
  box-shadow: inset 0 0 0 1px #ffffff1a;
  border-radius: 0 0 5px 5px;
  background: #ffffff1a;
}
.rajniti-top > div:nth-child(2) h3 {
  font-size: clamp(18px, 3vw, 22px);
}
.rajniti-top .card-three h3 {
  color: var(--light);
}
.rajniti-top .card-three span.date {
  color: #c3c1b1;
}
.rajniti-bottom {
  margin-top: 25px;
}
.rajniti-bottom .card-two a {
  background: #ffffff1a;
}
.rajniti-bottom .card-two .entry-content {
  box-shadow: inset 0 0 0 1px #ffffff1a;
}
.rajniti-bottom .card-two h3 {
  color: var(--light);
}
.rajniti-bottom .card-two p {
  color: #e5e4de;
}
.rajniti-bottom .card-two span.date {
  color: #c3c1b1;
}
/* Rajniti css end  */

/* Three column css start  */
.three-column__section {
  background-color: #f0eadd;
}
.three-column__section .wrapper {
  display: flex;
  align-items: start;
  gap: 40px;
}
.three-column__section .section-wrap {
  margin-bottom: clamp(20px, 2vw, 28px);
}
.chalchitra-section {
  max-width: 347px;
  width: 100%;
}
.chalchitra-wrapper .card-one:not(:last-child) {
  margin-bottom: 15px;
}
.chalchitra-wrapper .card-one .entry-content {
  padding: 15px;
}
.chalchitra-wrapper .card-one img {
  height: 152px;
}
.chalchitra-wrapper .card-one h3 {
  font-size: 18px;
}
.sangeet-section {
  max-width: 384px;
  width: 100%;
}
.kala-section {
  max-width: 387px;
  width: 100%;
}
.kala-section .card-three img {
  height: 208px;
}
/* Three column css end  */

/* Pradesh css start  */
.pradesh__section {
  position: relative;
  background-color: #3f3808;
}
.pradesh__section .image-one {
  position: absolute;
  top: 0;
  left: 0;
}
.pradesh__section .image-two {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pradesh__section .wrapper {
  position: relative;
  z-index: 1;
}
.pradesh-list ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.pradesh-list ul li a {
  position: relative;
  display: inline-block;
  background: #ffffff1a;
  color: var(--light);
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  z-index: 0;
  isolation: isolate;
}
.pradesh-list ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;

  background: linear-gradient(
    var(--angle, 0deg),
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 36.56%,
    rgba(255, 255, 255, 0.5) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  animation: rotateBorder 3s linear infinite;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotateBorder {
  to {
    --angle: 360deg;
  }
}
.pradesh-wrapper {
  display: flex;
  align-items: start;
  gap: 20px;
}
.pradesh-left {
  max-width: 581px;
  width: 100%;
}
.pradesh-center {
  max-width: 257px;
  width: 100%;
}
.pradesh-right {
  max-width: 321px;
  width: 100%;
}
.pradesh-left .card-three h3 {
  font-size: clamp(18px, 3vw, 22px);
}
.pradesh-left .card-three p,
.pradesh-left .card-three span.date {
  font-size: 16px;
}
.pradesh-left .card-three img {
  height: 386px;
  margin-bottom: 20px;
}
.pradesh-center .card-three:not(:last-child) {
  margin-bottom: 25px;
}
.pradesh-right .row-card:not(:last-child),
.video-right .row-card:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pradesh-right .row-card a {
  flex-direction: row-reverse;
  gap: 10px;
}
.video-right .row-card h3,
.pradesh-wrapper h3 {
  color: var(--light);
}
.pradesh-wrapper p {
  color: #e2e1da;
}
.video-right .row-card span.date,
.pradesh-wrapper span.date {
  color: #bcbaa9;
}
/* Pradesh css end  */

/* Prabidhi css start  */
.prabidhi-wrapper {
  margin-top: 35px;
  display: flex;
  align-items: start;
  gap: 25px;
}
.prabidhi-left {
  margin-top: 0;
}
/* Prabidhi css end  */

/* Bichar css start  */
.bichar-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
}
.bichar-container {
  background: linear-gradient(145.98deg, #a4ecfd 7.47%, #e4faff 93.27%);
  border-radius: 100px 0 100px 0;
  display: block;
}
.bichar-author {
  padding: 30px;
  border-bottom: 2px solid rgba(255, 254, 247, 0.56);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.bichar-author::after {
  content: "";
  background-image: url(../img/icon-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 83px;
  height: 69px;
  display: block;
}
.bichar-author .author-detail {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bichar-author .author-detail img {
  width: 86px;
  height: 86px;
  min-width: 86px;
  border: 2.77px solid #ffffff;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
.bichar-author .author-detail p {
  margin: 0;
}
.bichar-author .author-detail span {
  color: #395b69;
  font-size: 16px;
}
.bichar-container .entry-content {
  padding: 30px;
}
.bichar-container h3 {
  font-size: clamp(18px, 3vw, 22px);
  color: var(--dark);
  margin: 0 0 12px;
}
.bichar-container .entry-content p {
  font-size: 16px;
}
/* Bichar css end  */

/* Video css start  */
.video__section {
  background-color: #3f3808;
}
.video-left .card-one {
  position: relative;
}
.video-wrapper .video-button {
  width: 47px;
  height: 47px;
  background: #ffffff29;
  border: 0.76px solid #ffffff1a;
  backdrop-filter: blur(10.199999809265137px);
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-right .row-card .featured-image {
  position: relative;
}
.video-right .video-button {
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-right .video-button svg {
  width: 14px;
  height: 14px;
}
/* Video css end  */

/* Responsive css start  */
@media (max-width: 1024px) {
  .pramukh-bottom a::before {
    opacity: 1;
  }
  .pramukh-bottom a h3 {
    transform: translateY(-50%);
    opacity: 1;
    padding: 10px;
  }
  .pradesh__section .section-wrap {
    flex-direction: column;
  }
  .pradesh__section .section-wrap .line {
    display: none;
  }
}
@media (max-width: 989px) {
  .three-column__section .wrapper {
    flex-wrap: wrap;
  }
  .three-column__section .wrapper > div {
    max-width: 100%;
    width: calc(50% - 20px);
  }
  .three-column__section .wrapper > div:nth-child(3) {
    width: 100%;
  }
  .prabidhi-wrapper {
    flex-direction: column;
  }
  .prabidhi-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pramukh-tasbir-wrapper,
  .bisesh-photo-wrapper,
  .three-column__section .wrapper {
    flex-direction: column;
  }
  .pramukh-left,
  .pramukh-right,
  .bisesh-left,
  .bisesh-right,
  .aartha-top .section-wrap,
  .aartha-top .card-one,
  .three-column__section .wrapper > div {
    width: 100%;
  }
  .aartha-top {
    flex-direction: column-reverse;
  }
  .aartha-top .section-wrap::before {
    background-repeat: no-repeat;
    background-position: right;
  }
  .rajniti-top {
    display: flex;
    flex-wrap: wrap;
  }
  .rajniti-top > div {
    width: calc(50% - 12.5px);
  }
  .rajniti-top > div img {
    height: 208px !important;
    margin-bottom: 14px !important;
    border-radius: 5px !important;
  }
  .rajniti-top > div:nth-child(2) .entry-content {
    padding: 0;
    box-shadow: unset;
    background: unset;
    border-radius: 0;
  }
  .rajniti-top > div:nth-child(2) h3 {
    font-size: 18px;
  }
  .pradesh-wrapper {
    flex-wrap: wrap;
  }
  .pradesh-wrapper > div {
    max-width: 100%;
    width: calc(50% - 10px);
  }
  .pradesh-wrapper > div:nth-child(3) {
    width: 100%;
  }
  .pradesh-left .card-three img {
    height: 300px;
  }
  .pradesh-right .row-card a {
    justify-content: start;
    gap: 15px;
  }
  .pradesh__section .section-wrap {
    justify-content: start;
    align-items: start;
  }
  .pradesh-list ul {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .pradesh-list ul::-webkit-scrollbar {
    display: none;
  }
  .pradesh-list ul li {
    flex-shrink: 0;
  }
}
@media (max-width: 567px) {
  .bisesh-left .card-two img,
  .nabinatam-card img,
  .aartha-top .card-one img {
    height: 350px;
  }
  .pradesh-wrapper > div,
  .rajniti-top > div {
    width: 100%;
  }
  .pradesh__section .section-wrap {
    gap: 20px;
  }
}
@media (max-width: 467px) {
  .bisesh-left .card-two img,
  .nabinatam-card img,
  .aartha-top .card-one img {
    height: 300px;
  }
}
/* Responsive css end  */
