@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

body {
  box-sizing: border-box !important;
  background-color: #ededed;
}

img {
  max-width: 100%;
  object-fit: cover;
}

figure > img {
  display: block;
}

a {
  text-decoration: none;
  color: #000200;
  transition: opacity 300ms ease;
}
a.category_old {
  background-color: #9a4ed7;
  color: hsl(0, 0%, 100%);
  padding-inline: 5px;
}
a.subcategory_old {
  background-color: #20ab68;
  color: hsl(0, 0%, 100%);
}
a.tag {
  text-decoration: none !important;
  padding-inline: 0.5rem;
  font-size: 1.2rem;
  background-color: #604cfa;
  color: hsl(0, 0%, 100%);
  border-radius: 32px;
}
a:hover {
  opacity: 0.8;
}

section {
  margin-block: 5rem !important;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #aaa;
  padding-right: 0.5rem;
  vertical-align: text-top;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding-inline: 1rem;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
.grid > * {
  min-width: 0;
}

.feather {
  width: 1rem;
  height: 1rem;
  stroke: #000200;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: text-top;
}

details {
  margin-block-end: 1rem;
  background-color: #fff;
  padding: 1rem;
  display: block;
}
details summary {
  cursor: pointer;
  font-size: 1.2rem;
  list-style-type: "⬇ ";
}
details summary::marker {
  color: #e162bf;
  display: block;
}

.tag-cloud {
  list-style: none;
  padding: 0;
}
.tag-cloud li {
  display: inline-block;
  margin: 0;
}

.tabbed {
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  padding-bottom: 1rem;
}

.tabbed [type=radio] {
  /* hiding the inputs */
  display: none;
}

.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #3b3d6b;
}

.tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 0.5rem 1rem;
  border: 1px solid #3b3d6b;
  background: #ededed;
  color: hsl(0, 100%, 0%);
  cursor: pointer;
  transition: all 0.3s;
}

.tab:hover label {
  border-top-color: #333;
  color: #333;
}

.tab-content {
  display: none;
  color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type=radio]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type=radio]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type=radio]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
  border-bottom-color: #fff;
  border-top-color: #3b3d6b;
  background: #fff;
}

.tabbed [type=radio]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type=radio]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type=radio]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type=radio]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block;
}

a.category {
  padding: 0;
  position: relative;
  display: inline-block;
  color: #000200;
  text-decoration: none;
  background-image: linear-gradient(#9a4ed7 0%, #9a4ed7 100%);
  background-size: 100% 20%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
a.category-light {
  color: #ededed;
}
a.category-sub {
  background-image: linear-gradient(#20ab68 0%, #20ab68 100%);
}
a.category-sub:hover {
  color: hsl(0, 0%, 100%);
}
a.category:hover {
  background-size: 100% 100%;
  color: hsl(0, 0%, 100%);
}

html {
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 20px;
  }
}

body {
  font-size: clamp(1rem, 1.0015rem + 0.14vw, 1.2rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.3328rem, 2.0827rem + 1.2504vw, 3.0518rem);
}

h2 {
  font-size: clamp(1.944rem, 1.771rem + 0.8651vw, 2.4414rem);
}

h3 {
  font-size: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem);
}

h4 {
  font-size: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem);
}

h5 {
  font-size: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

small,
.small {
  font-size: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem);
}

.hero-wrapper {
  overflow: hidden;
  background-color: #3b3d6b;
  margin-block-start: 1rem !important;
  padding-block: 5rem;
}
.hero-wrapper .hero {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  max-width: 1424px;
  margin: 0 auto;
  padding-inline: 1rem;
}
.hero-wrapper .hero article {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-wrapper .hero article:first-child .title:before {
  content: "ফিচার্ড";
  background-color: #9a4ed7;
  color: hsl(0, 0%, 100%);
  padding-inline: 1rem;
  margin-inline-start: -1rem;
}
.hero-wrapper .hero article a {
  display: block;
  height: 100%;
}
.hero-wrapper .hero article a:hover img {
  scale: 1.1;
}
.hero-wrapper .hero article a img {
  height: 100%;
  width: 100%;
  transition: scale 200ms ease;
}
.hero-wrapper .hero article a .meta {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero-wrapper .hero article a .meta .title {
  display: inline;
  padding-inline-start: 1rem;
  background-color: #3b3d6b;
  color: hsl(0, 0%, 100%);
}
@media only screen and (min-width: 768px) {
  .hero-wrapper .hero {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-wrapper .hero article:nth-child(3) {
    grid-row: span 2;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-wrapper .hero {
    grid-template-columns: repeat(4, 1fr);
  }
  .hero-wrapper .hero article:nth-child(3) {
    grid-row: span 1;
  }
  .hero-wrapper .hero article:first-child {
    grid-row: span 2;
    grid-column: span 2;
  }
}

footer {
  padding-block: 1rem;
  background-color: #fff;
  padding-block-start: 4rem;
}
footer .logo {
  width: 200px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  papadding: 0;
}

.jatiyo-latest {
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box !important;
  gap: 1rem;
  border-block-end: 2px solid #3b3d6b;
}
.jatiyo-latest h4 {
  color: hsl(0, 0%, 100%);
}
.jatiyo-latest .jatiyo {
  padding: 0 1rem;
}
.jatiyo-latest .jatiyo .jatiyo-wrapper {
  columns: 2 auto;
  column-gap: 1rem;
}
.jatiyo-latest .jatiyo .jatiyo-wrapper article {
  width: 100%;
}
.jatiyo-latest .latest-section {
  box-sizing: border-box;
  margin-block-start: 4rem;
  border-inline-start: 4px solid #3b3d6b;
}
.jatiyo-latest .latest-section .latest-heading {
  background-color: #3b3d6b;
  padding-block: 1rem;
}
.jatiyo-latest .latest-section .latest-heading h4 {
  padding-inline-start: 1rem;
  margin: 0;
  color: hsl(0, 0%, 100%);
}
.jatiyo-latest .latest-section .latest-wrapper p {
  margin: 0;
}
.jatiyo-latest .latest-section .latest-wrapper article {
  padding: 2rem 1rem;
  border-block-end: 1px solid #3b3d6b;
}
.jatiyo-latest .latest-section .latest-wrapper article:last-child {
  border-block-end: 0;
}

@media only screen and (min-width: 768px) {
  .jatiyo-latest {
    max-width: 1024px;
  }
  .jatiyo-latest .jatiyo {
    padding: 0;
  }
  .jatiyo-latest .latest-section {
    margin: 0;
    padding-inline-start: 0;
  }
  .jatiyo-latest .latest-section .latest-heading {
    width: 51vw;
    padding: 0;
  }
  .jatiyo-latest .latest-section .latest-wrapper article {
    padding: 1rem;
  }
}
article.news {
  padding-block: 1rem;
  border-block-end: none;
}
article.news h5 {
  margin: 0;
}
article.post header {
  background-color: #3b3d6b;
  width: 100% !important;
  padding-block: 3rem 1rem;
}
article.post header .container {
  position: relative;
}
article.post header a.category,
article.post header .subcategory {
  font-size: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
}
article.post header .post-meta {
  margin: 0;
  opacity: 0.8;
}
article.post header .post-meta__item {
  margin-inline-end: 0.5rem;
}
article.post header figure {
  width: 100%;
  margin-block-end: -5rem;
  z-index: -111;
}
article.post header figure img {
  width: 100%;
}
article.post header figure p {
  text-align: center;
  color: hsl(0, 100%, 0%);
}
article.post header figure p .credit {
  margin-inline-start: 1rem;
}
article.post header h1 {
  margin-block: 0;
}
article.post header p {
  margin: 0;
}
article.post header h1,
article.post header p {
  color: hsl(0, 0%, 100%);
}
article.post header .feather {
  stroke: hsl(0, 0%, 100%);
}
article.post .post-body-wrapper {
  background-color: #fff;
}
article.post .post-body-wrapper main {
  padding-block-start: 1rem;
  max-width: 60ch;
  text-align: justify;
}
article.post .post-body-wrapper main a {
  text-decoration: underline;
}
article.post .post-body-wrapper main blockquote {
  border-left: solid 4px #f56765;
  background-color: rgba(245, 103, 101, 0.1);
  color: hsl(0, 100%, 0%);
  padding: 1rem;
  margin: 10px 0 10px 20px;
  width: 50%;
  font-style: italic;
  text-align: right;
  float: right;
}
article.post .post-body-wrapper main blockquote p {
  margin: 0;
}
article.post :has(figure) + header {
  margin-block-end: 4rem;
}
article.post :has(figure) + .post-body-wrapper > main {
  padding-block-start: 5rem !important;
}

.photocard {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.photocard__article {
  margin-block-end: 1rem;
  text-align: center;
}
.photocard__article-logo {
  position: absolute;
  left: 0;
  width: 100px;
  background-color: rgba(32, 171, 104, 0.85);
  padding: 8px;
  border-radius: 0 0 8px 0;
}
.photocard__article-cover {
  width: 100% !important;
}
.photocard__article-info {
  background-color: #3b3d6b;
  color: hsl(0, 0%, 100%);
  padding: 1rem;
}
.photocard__article-info-title {
  color: hsl(0, 0%, 100%);
}
.photocard__article-info-meta, .photocard__article-info-title {
  margin: 0;
}
.photocard__article-info .feather {
  stroke: hsl(0, 0%, 100%);
}

.post-list {
  margin-block-start: 2rem;
}
.post-list img {
  width: 100%;
}
.post-list-container-0 {
  display: block;
}
.post-list-container-1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.post-list-container-1 article {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.post-list-container-1 article img {
  width: 100px;
  height: 100px;
}
.post-list-container-1 article:first-child {
  flex-direction: column;
}
.post-list-container-1 article:first-child img {
  width: 100%;
  height: 250px;
}
.post-list-container-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.post-list-container-2 article {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.post-list-container-2 article:nth-child(3) {
  grid-column: span 2;
}
.post-list-container-2 article img {
  height: 100%;
  margin-block-end: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .post-list {
    margin: 0;
  }
  .post-list-container-2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .post-list-container-2 article:nth-child(3) {
    grid-column: span 1;
  }
}

.pager {
  list-style: none;
  margin-block-start: 4rem;
  padding: 0;
}
.pager li {
  display: inline-flex;
}
.pager li a {
  margin-inline-end: 1rem;
  background-color: #9a4ed7;
  color: hsl(0, 0%, 100%);
  padding: 0.5rem 1rem;
  display: inline-flex;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes blink-animation {
  0%, 100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0; /* Fully transparent */
  }
}
.ticker-heading {
  position: absolute;
  background: #604cfa;
  display: block;
  left: 0;
  top: 0;
  height: 2.5rem;
  padding: 11px 10px;
  z-index: 2;
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  font-size: 0.875rem;
}

.ticker-heading:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #604cfa;
  position: absolute;
  margin-left: 10px;
}

.ticker-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 2.5rem;
  background-color: #fff;
  padding-left: 100%;
  box-sizing: border-box !important;
}

.ticker-wrap .ticker:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ticker-wrap .ticker {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 0.875rem;
  color: #000200;
}
.ticker-wrap .ticker__item:before {
  content: "";
  height: 11px;
  width: 11px;
  display: inline-block;
  background-color: #f56765;
  border-radius: 100%;
  position: relative;
  margin-right: 5px;
  animation: blink-animation 1s infinite;
}
.ticker-wrap .ticker__item.empty {
  padding-inline: 100vw;
}
.ticker-wrap .ticker__item.empty:before {
  display: none;
}

header.logo-header {
  background-color: #fff;
}
header.logo-header .tac {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
header.logo-header .tac a.site-title {
  display: block;
}
header.logo-header .tac img {
  max-width: 256px;
  padding: 1rem;
}
header.logo-header .tac .latest-news {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header.logo-header .tac {
    max-width: 1442px;
    margin: 0 auto;
    height: 20vh;
  }
  header.logo-header .tac .latest-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding-inline-end: 1rem;
  }
}

.ad-banner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ad-banner {
    max-width: 1024px;
    padding: 0;
  }
}

@media print {
  html {
    font-size: 12pt;
  }
  .post main {
    width: 100% !important;
  }
  .main-nav,
  .logo-header {
    display: none !important;
  }
}
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #fff;
  margin: 0;
}

/* Links inside the navbar */
.navbar a.nav-link {
  float: left;
  padding: 0.5rem 1rem;
  text-align: center;
}

/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a $color-accent background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #3b3d6b;
  color: hsl(0, 0%, 100%);
}

.dropdown:hover .dropbtn .feather {
  stroke: hsl(0, 0%, 100%);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  overflow: hidden;
  display: none;
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
  z-index: 1;
  padding-inline: 1rem;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: #3b3d6b;
  padding: 1rem;
  color: hsl(0, 0%, 100%);
}
.dropdown-content .header h4 {
  margin: 0;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 1rem;
  height: auto;
}

/* Style links inside the columns */
.column a {
  float: none;
  display: inline-block;
  text-align: left;
}
.column a h5 {
  margin: 0;
}

/* Add a background color on hover */
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  .row {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*# sourceMappingURL=main.css.map */