body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  background: #fff;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 6rem 10px;
  max-width: 100%;
}
.left-icons {
  width: 30%;
}
.left-icons i {
  margin-right: 25px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.left-icons i,
.right-icons i {
  margin-right: 16px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.right-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 26%;
    padding: 10px 0 0;
}
.r-icons {
    display: flex;

    align-items: center;
    gap: 10px;
    width: 25%;
    padding: 10px 0 0;
}
.s-icons {
    display: flex;

    align-items: center;
    gap: 8px;
    width: 35%;
    padding: 10px 0 0;
}
.right-icons i:last-child {
  margin-right: 0;
}
.right-icons img {
  width: 5%;
  margin-top: -4px;
  margin-right: 15px;
}
.r-icons img {
    width: 8%;
    margin-top: -4px;
    margin-right: 10px;
}
.s-icons img {
    width: 10%;
    margin-top: -4px;
    margin-right: 10px;
}
.center-date {
  text-align: center;
  margin-top: 7px;
  width: 10%;
}
.month {
  transform: rotate(-90deg);
  font-size: 12px;
  color: #949494;
  font-weight: 600;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  width: 90%;
  margin-left: -48px;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
.day {
  font-size: 30px;
  color: #000;
  margin-left: -35px;
  margin-top: -30px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 6rem;
  max-width: 100%;
}
.header-column right {
  text-align: end;
}
.left h3,
.right h3 {
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  margin: 10px 0 25px;
}
.right {
  text-align: end;
}
.center h1 {
  font-size: 64px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.tagline {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.center img {
    width: 50%;
    margin-left: 12rem;
}
.info {
  display: flex;
  align-items: center;
  color: #777;
  justify-content: end;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.info i {
  margin-right: 10px;
  color: #777;
  font-size: 14px;
}
.info-left {
  display: flex;
  align-items: center;
  color: #777;

  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.menubar{
  width: 20px;
}
.info-left i {
  margin-right: 10px;
  color: #777;
  font-size: 14px;
}
.bottom-bar {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: white;
  margin-top: 20px;
  margin-left: 6rem;
  margin-right: 6rem;
}
.menu-wrapper {
  max-width: 100%;
  padding: 0 30px;
}
.menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
}
.menu li {
  position: relative;
  padding: 15px 15px;
  font-weight: bold;
  font-size: 11px;
}
.menu li a {
  text-decoration: none;
  color: #474747;
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu li.active {
  background-color: #111;
}
.menu li.active a {
  color: white;
}
.menu li:hover {
  background-color: #111;
}
.menu li:hover a {
  color: #fff;
}

.menu li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: white;
  background: #000000;
  min-width: 180px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.menu li:hover .dropdown {
  display: block;

  transition: all 0.4s ease;
}
.dropdown li {
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
  list-style: NONE;
}
.dropdown li a {
  color: #444;
}
.dropdown li:hover {
  background: #0f0e0e;
}
.dropdown li:hover a {
  color: #8e8e8e;
}
.container {
  display: flex;
  gap: 20px;
  max-width: 100%;
  padding-bottom: 50px;
}
.b-zoom {
  overflow: hidden;
  position: relative;
}
.main-post {
  width: 50%;
}
.main-post img {
  width: 100%;
  height: auto;
}
.img-zoom-container {
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.img-zoom-container img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.img-zoom-container img:hover {
  transform: scale(1.1);
}
.a-zoom img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.a-zoom img:hover {
  transform: scale(1.1);
}
.b-zoom img {
  transition: transform 0.4s ease;
  width: 100%;
  object-fit: cover;
  height: 170px;
}
.b-zoom img:hover {
  transform: scale(1.1);
}
.view-tag {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 11px;
  top: 20px;
  left: 20px;
}
.meta {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 11px;
}
.meta .admin {
  color: red;
  font-weight: bold;
}
.main-post h1 {
  font-family: "Playfair Display", Sans-serif;
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 44.2px;
  margin: 18px 0;
}
.main-post p {
  color: #777;
  line-height: 1.6;
  font-size: 14px;
}
.side-posts {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 50%;
  padding-left: 10px;
}
.side-post {
  display: flex;
  gap: 30px;
  max-width: 100%;
}
.side-post img {
  width: 30%;
  height: auto;
  object-fit: cover;
}
.side-post .meta {
  font-size: 10px;
  margin-bottom: 5px;
}
.side-post h3 {
  font-family: "Playfair Display", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 0;
}
.main-con {
  padding: 25px 6rem 0;
}
.main-c {
  padding: 0px 6rem 0;
}
.side-con {
  width: 70%;
}
.write {
  color: #5c5c5c;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-left: 4px;
  font-weight: normal;
}
.b-container {
  margin: 0px auto;
}
.b-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.b-content {
  flex: 1;
}
.b-title {
  font-size: 20px;
  font-family: "Playfair Display", Sans-serif;
  line-height: 1.4;
  margin: 0 0 5px;
  letter-spacing: 0px;
}
.b-description {
  font-size: 13px;
  color: #7e7e7e;
  line-height: 1.5;
  margin: 0;
}
.b-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 20px;
}
.a-wrapper {
  display: flex;
  gap: 0px;
  max-width: 100%;
  border-top: 1px solid #9999;
  margin: auto;
}
.a-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 35%;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 60px;
}
.a-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 35%;
  padding-left: 20px;
}
.a-section-title {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 20px;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
}
.a-section-title span {
  color: #f4511e;
  margin-right: 5px;
}
.a-section-title::after {
  content: "";
  flex-grow: 1;
  height: 30px;
  background-color: #f1f1f1;
  margin-left: 10px;
}
.a-section-title::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #000;
}
.a-card {
  position: relative;
  margin-top: 5px;
}
.a-card img {
  width: 100%;
  height: 175px;
  display: block;
  object-fit: cover;
}
.float-container3 img {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 300px;
  height: auto;
}
.float-container3 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.float-container3::after {
  content: "";
  display: block;
  clear: both;
}
.float-container3 p {
  margin: 0;
}
.h-divider {
  border-top: 1px solid #bdbdbd;
}
.float-container3 p {
  line-height: 1.6;
  font-size: 14px;
}
.float-container2 {
  max-width: 100%;
  color: #666666;
}
.float-container2 p {
  margin: 0;
}
.h-divider {
  border-top: 1px solid #bdbdbd;
}
.float-container2 img {
  float: left;
  margin-right: 12px;
  width: 300px;
  height: auto;
}
.float-container2 p {
  line-height: 1.6;
  font-size: 14px;
}
.float-container {
  max-width: 400px;
  background: #f9f9f9;
  padding: 18px;
  color: #666666;
}
.float-container p {
  margin: 0;
}
.h-divider {
  border-top: 1px solid #bdbdbd;
}
.float-container img {
  float: left;
  margin-right: 12px;
  width: 100px;
  height: auto;
}
.float-container p {
  line-height: 1.6;
  font-size: 13px;
}
.a-views {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
}

.a-tag {
  position: absolute;
  top: 70%;
  left: 10px;
  background: #f4511e;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.a-title {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Playfair Display", Sans-serif;
}
.a-meta {
  font-size: 11px;
  color: #000000;
  margin: 10px 0 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
}
.a-meta .a-author {
  color: #f4511e;
  font-weight: bold;
}
.a-description {
  font-size: 14px;
  color: #737373;
  line-height: 1.4;
  margin-top: 10px;
  font-family: Arial, sans-serif;
}
.a-center {
  text-align: center;
  border-left: 1px solid #9999;
  border-right: 1px solid #9999;
  padding: 15px 30px 45px;
  width: 70%;
}
.a-center h3 {
  font-family: "Playfair Display", Sans-serif;
  margin: 10px 0;
  line-height: 1.3;
  font-family: "Playfair Display", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
}
.a-soundcloud img {
  width: 100%;
  height: 320px;
}
.a-soundcloudd img {
  width: 100%;
  height: 320px;
}
.a-center .a-meta {
  text-align: center;
  margin: 20px 0 30px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.a-metaa {
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 11px;
  color: #000000;
  margin: 10px 0 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
}
.a-soundcloud {
  border-top: 3px solid orangered;
}
.b-dropcap-container {
  max-width: 100%;
  margin: 25px 0;
}
.b-text-columns {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.4;
}
.b-column-left::first-letter {
  font-size: 3rem;
  float: left;
  font-weight: bold;
  font-family: Georgia, serif;
  color: #000000;
  padding-right: 6px;
  line-height: 1;
  text-shadow: 3px -1px 0 #959595;
}
.b-column-left,
.b-column-right {
  flex: 1;
  text-align: left;
  color: #525252;
}
.b-divider {
  border-top: 1px solid #b2b0b099;
  margin: 15px 0 15px;
  flex: 1;
}
.threedot svg {
  width: 14px;
  margin-bottom: -3px;
  height: 14px;
}
.line-icon {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.sidebar-line-icon {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  padding-bottom: 20px;
}
.b-social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  font-size: 18px;
  margin-bottom: 0px;
}
.b-social-icons a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s;
}
.b-social-icons a:hover {
  opacity: 0.6;
}
.news-card {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 30px;
}
.a-right {
  display: flex;
  flex-direction: column;
  width: 35%;
  padding: 15px 20px 0;
}
.views-badge {
  position: absolute;
  top: 20px;
  left: 23px;
  background: black;
  padding: 8px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  color: white;
}
.news-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0.4, 0.6, 0.8), transparent 38%);
  z-index: 1;
}
.category-badge {
  position: absolute;
  top: 4rem;
  left: 30px;
  background: #ff3d00;
  color: white;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: bold;
}
.news-title {
  position: absolute;
  bottom: 10px;
  font-family: "Playfair Display", Sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  z-index: 2;
  margin: 30px;
  color: white !important;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
}
.no-link-style {
  color: inherit;
  text-decoration: none;
}
.no-link-style:hover {
  color: #504f4f;
  text-decoration: underline;
  text-decoration-color: black;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.no-link-style-white {
  color: inherit;
  text-decoration: none;
}
.no-link-style-white:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
} 
.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.icon-btn:hover {
  filter: grayscale(100%) brightness(80%);
  color: grey; 
}
.icon-img {
  width: 32px;
  height: 32px;
  transition: filter 0.3s ease;
}
#dark-btn {
  color: black; 
  transition: color 0.3s ease;
}
#dark-btn:hover {
  color: grey; 
}
.d-wrapper {
  display: flex;
  gap: 30px;
  padding: 0 6rem;
  border-top: 1px solid #aeaeae;
  max-width: 100%;
  background-color: black;
}
.d-card {
  display: flex;
  background: #000;
  overflow: hidden;
  gap: 25px;
  width: 100%;
  height: 385px;
}
.d-image {
  flex: 1;
}
.d-image img {
  width: 295px;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.d-image img:hover {
  transform: scale(1.1);
}
.d-content {
  background: #000;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.d-category {
  color: #ff3d00;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.d-title {
  color: white;
  bottom: 20px;
  left: 10px;
  right: 10px;
  font-family: "Playfair Display", Sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.d-description {
  font-size: 14px;
  color: #ccc;
  line-height: 1.4;
  margin-top: 35px;
}
.footer-container {
  max-width: 100%;
  margin: 0px auto;
  padding: 1rem 6rem;
}
.logo {
  display: block;
  margin: -46px auto 1.5rem auto;
  font-size: 38px;
  font-weight: normal;
  font-family: "Playfair Display", Serif;
  background-color: white;
  width: fit-content;
  padding: 1rem 2rem;
  z-index: 1;
  position: relative;
}
.section-title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 45px;
  margin-top: 20px;
  font-weight: bold;
  font-family: "Playfair Display", Sans-serif;
}
.section-title::before,
.section-title::after {
  content: "–";
  margin: 0 10px;
}
.footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 3rem;
}
.footer-col h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 1rem;
}
.footer-col p {
  font-size: 14px;
  color: #777;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
.footer-col-r h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 35px;
}
.footer-col-l,
.footer-col-r {
  width: 25%;
}
.footer-col {
  width: 50%;
}
.footer-col-r p {
  font-size: 14px;
  color: #777;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.footer-col-l h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 35px;
}
.footer-col-l p {
  font-size: 14px;
  color: #777;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.footer-menu {
  text-align: center;
  padding: 1rem 0;
  font-size: 12px;
}
.footer-menu a {
  text-decoration: none;
  color: #000;
  margin: 0 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
  padding: 10px 0;
  font-family: Arial, sans-serif;
}
.topbar {
  display: none;
}
.g-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0 6rem;
  flex-wrap: wrap;
}
.g-section {
  width: 100%;
}
.g-section.reverse {
  flex-direction: row-reverse;
}
.g-item {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.g-img,
.g-content {
  width: 100%;
  height: 100%;
}
.g-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.g-content {
  background: #000;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g-category {
  color: #ff3d00;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 30px;
}
.g-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0 30px;
  font-family: "Playfair Display", Sans-serif;
}
.g-description {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 30px;
}
.s-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  overflow-y: auto;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 9999;
}
.s-sidebar.active {
  transform: translateX(0);
}
.s-logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-logo {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  font-family: "Playfair Display", Sans-serif;
}
.s-toggle-btn {
  background: none;
  border: none;
  font-size: 24px;
  left: 50px;
  top: 15px;
  cursor: pointer;
}
.s-menu-icon {
  background: #000;
  color: #fff;
  padding: 8px 12px;
  font-size: 20px;
  cursor: pointer;
  margin-right: -20px;
}
.s-section {
  margin-top: 30px;
}
.s-section-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Playfair Display", Sans-serif;
}
.s-main-image {
  width: 100%;
  height: auto;
  display: block;
}
.s-news-item {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}
.s-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.s-news-title {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  font-family: "Playfair Display", Sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2em;
  line-height: 1.4;
  margin: 0;
}
.s-news-title:hover {
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.s-sidebar {
  scrollbar-width: thin; 
  scrollbar-color: #aaa transparent; 
}
.s-sidebar::-webkit-scrollbar {
  width: 6px; 
}
.s-sidebar::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}
.s-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.s-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  display: none;
}
.s-overlay.active {
  display: block;
}
body.no-scroll {
  overflow: hidden;
}
.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 1px;
  background-color: #b4b4b4;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  transition: background-color 0.3s;
}
.mob-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mob-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.mob-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  background: #fff;
  transition: background 0.2s ease;
}
.mob-menu li:first-child a {
  background-color: #000;
  color: #fff;
}
.mob-menu li a:hover {
  background-color: #000;
  color: #fff;
}
.mob-menu li a i {
  font-size: 11px;
}
.mob-sidebar {
  display: none;
}
.hamburger {
  width: 30px;
  cursor: pointer;
  margin: 20px;
  z-index: 1001;
  position: relative;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #000;
  margin: 6px 0;
  transition: 0.3s;
}
.x-active i {
  font-size: 18px;
}
.mob-sidebar {
  top: 60px;
  right: 20px;
  width: 90%;
  background: #fff;
  padding: 20px;
  display: none;
  z-index: 1000;
}
.center-date-wrapper {
  display: flex;
  align-items: center;
  margin-top: -22px;
  position: relative;
}
.center-date-wrapper::before,
.center-date-wrapper::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.mob-sidebar.active {
  display: block;
}
.deta-container {
  max-width: 100%;
  margin: 40px 8rem;
  padding: 0;
}
.deta-breadcrumb-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #666;
  padding: 0 10rem;
  margin-bottom: 20px;
}
.deta-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.deta-breadcrumb span {
  margin: 0 5px;
}
.deta-inline-meta span {
  margin-left: 10px;
  color: #666;
}
.deta-inline-meta strong {
  color: #111;
}
.deta-title {
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 62px;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
}

.deta-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  padding-bottom: 10px;
  padding: 0 10rem 1rem;
  margin-bottom: 20px;
}
.deta-meta-left {
  display: flex;
  gap: 10px;
  font-size: 11px;
}
.deta-meta-left .deta-date {
  text-transform: uppercase;
  color: #999;
}
.deta-meta-left .deta-category {
  color: red;
  font-weight: bold;
}
.deta-meta-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.deta-meta-right i {
  font-size: 13px;
  color: #111;
  cursor: pointer;
}
.deta-meta-right span {
  color: #666;
  font-size: 12px;
}
.deta-article-image {
  width: 100%;
  margin-top: 20px;
}
.deta-article-image img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.deta-content-container {
  margin: 0 auto;
  padding: 0 15rem;
}
.deta-lead {
  position: relative;
  width: 100%;
  font-style: italic;
  font-size: 16px;
  color: #111;
  line-height: 24px;
  margin-bottom: 20px;
}
.deta-dropcap-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.deta-dropcap-block::first-letter {
  float: left;
}
.deta-dropcap {
  font-size: 5rem;
  float: left;
  font-weight: bold;
  font-family: Georgia, serif;
  color: #000000;
  padding-right: 20px;
  line-height: 1;
  text-shadow: 3px -1px 0 #f6bcbc;
}
.deta-paragraph {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 0;
}
.deta-image-block {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.deta-image-block img {
  width: 300px;
  height: auto;
  margin-right: 20px;
  border-radius: 2px;
}
.deta-image-block-right {
  display: flex;
  align-items: center;
  margin: 0;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.deta-image-block-right img {
  width: 300px;
  height: auto;
  margin-left: 20px;
  border-radius: 2px;
}
.deta-quote-box {
  border-left: 3px solid #e0e0e0;
  padding: 2px 20px;
  margin: 15px 0;
  letter-spacing: 0.5px;
  font-size: 17px;
  word-spacing: 3px;
  line-height: 24px;
}
.deta-tags {
  margin-top: 30px;
  font-size: 14px;
  color: #161616;
}
.deta-tags span {
  color: #636161;
}
body.dark-mode {
  background-color: #121212;
  color: #f0f0f0;
}
.detai-nav-container {
  display: flex;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 40px 16rem;
}
.detai-nav-item {
  flex: 1;
  padding: 20px 0;
}
.detai-prev {
  border-right: 1px solid #ddd;
}
.detai-label {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #777;
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 40px 0rem;
}
.post-boxleft,
.post-boxright {
  width: 50%;
  padding: 20px 10px;
  box-sizing: border-box;
}
.post-boxleft {
  text-align: left;
}
.post-boxright {
  text-align: right;
}
.post-boxleft h4,
.post-boxright h4 {
  color: #666;
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.author-name:hover {
  color: #666;
  text-decoration: underline !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-boxleft a,
.post-boxright a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
.divider {
  width: 1px;
  background-color: #ccc;
}
.dett-author-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.dett-author-photo {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.dett-author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dett-author-info {
  flex: 1;
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.dett-author-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.dett-author-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dett-author-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}
.dett-social-icons {
  display: flex;
  gap: 15px;
}
.dett-social-icons i {
  color: #222;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s;
}
.detai-title {
  font-weight: bold;
  font-size: 14px;
  color: #222;
  line-height: 1.4;
}
.author-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin: 0 0rem;
}
.author-avatar {
  float: left;
  width: 17%;
  position: relative;
}
.author-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50% !important;
  display: block;
}
.author-avatar:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: -20px;
  background: #ccc;
  z-index: 1;
}
.author-avatar:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  top: 50%;
  right: -20px;
  background: #ccc;
  z-index: 2;
  transform: translateY(-50%);
}
.author-info {
  flex: 1;
  padding-left: 45px;
}
.author-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.author-name {
  font-size: 27px;
  margin-bottom: 10px;
  outline: none;
  color: #111;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Playfair Display", Sans-serif;
}
.author-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.related-container {
  margin: 40px 15rem;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.related-heading {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.related-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 0.5px;
  background: #000;
  margin: 10px auto 0;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.related-card {
  display: flex;
  flex-direction: column;
}
.related-card img {
  width: 100%;
  height: auto;
  display: block;
}
.related-date {
  font-size: 13px;
  color: #888;
  margin-top: 15px;
  margin-bottom: 5px;
}
.related-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  line-height: 1.4;
}
.comment-section {
  max-width: 900px;
  margin: 0 auto;
}
.comment-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
.comment-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #000;
  margin: 10px auto 0;
}
.comment-box {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  border-bottom: 1px solid #eee;
}
.comment-box.bg-light {
  background: #f9f9f9;
}
.comment-box.move-right {
  margin-left: 40px;
  background: #fff;
}
.comment-avatar {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex-shrink: 0;
}
.comment-avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.comment-content {
  flex: 1;
}
.comment-author {
  font-size: 18px;
  font-family: "Playfair Display", Sans-serif;
}
.comment-date {
  font-size: 13px;
  color: #666;
  margin: 4px 0 8px;
}
.comment-text {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.6;
}
.leave-reply-section {
  max-width: 900px;
  margin: 0 auto;
}
.leave-reply-title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.leave-reply-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin: 10px auto 0;
}
.leave-reply-box {
  border: 1px solid #ccc;
  padding: 30px 20px 10px;
  font-size: 15px;
  color: #333;
  margin-bottom: 50px;
}
.home {
  color: #121111;
  font-weight: 600;
}
.comment-reply {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  color: #0b0b0b;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cat-container {
  max-width: 100%;
  margin: 20px 3rem;
  background: white;
  padding: 40px 40px 0;
}
.cat-text-columns {
  display: flex;
  gap: 30px;
  font-size: 14px;
  line-height: 1.6;
}
.cat-column-left,
.cat-column-right {
  width: 50%;
  text-align: left;
  color: #525252;
}
.cat-first-word {
  font-size: 3rem;
  float: left;
  font-family: "Playfair Display", Serif;
  color: #000000;
  padding-right: 30px;
  line-height: 1;
}
.cca-container {
  display: flex;
  max-width: 100%;
  margin: 0 6rem;
  gap: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
}
.cca-main-content {
  flex: 3;
  border-bottom: 1px solid #dfdcdc;
  padding: 30px 0 10px;
}
.n-content {
  border-bottom: 1px solid #dfdcdc;
  padding: 30px 0;
  border-top: 1px solid #dfdcdc;
}
.cca-title {
  font-size: 30px;
  font-family: "Playfair Display", Serif;
  margin-bottom: 10px;
}
.cca-subtitle {
  float: left;
  position: relative;
  width: 100%;
  font-style: italic;
  font-size: 16px;
  color: #111;
  line-height: 1.3em;
  margin-bottom: 20px;}
.cca-meta {
  font-size: 13px;
  color: #d9534f;
  margin-bottom: 20px;
}
.cca-image-block img {
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
.cca-description {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
.cca-sidebar {
  float: left;
  width: 25%;
  position: relative;
  margin: 0 0 30px;
}
.cca-search {
  display: flex;
  margin-bottom: 30px;
}
.cca-search input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
.cca-search button {
  padding: 6px 10px;
  font-size: 14px;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
}
.cca-widget {
  margin-bottom: 30px;
}
.cca-widget h3 {
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.cca-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cca-widget li {
  margin-bottom: 10px;
  border-bottom: 1px solid #6666;
}
.cca-widget li h4 a {
  text-decoration: none;
  margin-bottom: 20px;
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  color: #3e3d3d;
  font-size: 16px;
}
.cca-widgett {
  margin-bottom: 30px;
}
.cca-widgett h3 {
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.cca-widgett ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cca-widgett li {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6666;
}
.cca-widgett li h4 a {
  text-decoration: none;
  margin-bottom: 20px;
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  color: #3e3d3d;
  font-size: 16px;
}
h4 {
  margin: 0;
}
.cca-widget .cca-date {
  display: block;
  font-size: 12px;
  color: #888;
  margin: 15px 0;
}
.cca-latest li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cca-latest img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
}
.aa-wrapper {
  display: flex;
  gap: 0px;
  max-width: 100%;
  margin: auto;
}
.s-logo img {
  width: 80%;
}
.cat-divider {
  height: 1px;
  background-color: #ddd;
  margin: 40px 0 0 0;
  width: 100%;
}

.icon-btn {
  background: none;
  border: none;
  padding: 0 5px;
  cursor: pointer;
}
.a-met {
  font-size: 11px;
  color: #000000;
  margin: 10px 0 0px;
  font-weight: 600;
  font-family: Arial, sans-serif;
}
.icon-img {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: -10px;
  margin-left: -10px;
}
.search-container {
  max-width: 100%;
  margin: 0 6rem;
  padding: 0;
}
.search-content {
  display: flex;
  max-width: 100%;
  gap: 40px;
}
.search-header input[type="text"] {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  width: 95%;
}
.search-main-results {
  width: 80%;
}
.search-post {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.search-post {
  font-size: 30px;
  font-family: "Playfair Display";
  margin: 0 0 20px;
  padding: 0;
}
.cca-main-content > *:last-child {
  border-bottom: none;
}
.search-meta {
  font-size: 14px;
  color: #555;
}
.search-admin {
  font-weight: bold;
  color: #f44336;
}
.search-excerpt {
  font-size: 15px;
  color: #777;
  margin-top: 30px;
  line-height: 1.6;
}
.search-post:last-child {
  border-bottom: none;
}

.search-sidebar {
  flex: 1;
  min-width: 280px;
}
.search-sidebar-input {
  display: flex;
}
.search-sidebar input[type="text"] {
  width: calc(100% - 80px);
  padding: 10px;
  font-size: 16px;
}
.search-sidebar button {
  width: 70px;
  padding: 11px;
  font-size: 16px;
  background: #000;
  color: #fff;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}
.search-sidebar-title {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 15px;
}
.search-top-news {
  margin-bottom: 30px;
}
.search-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
}
.search-date {
  font-size: 14px;
  color: #888;
}
.atagfour {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #555;
}
.athistwoo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.atag,
.atagone,
.atagtwo,
.atagthree {
  font-size: 14px;
}
.atag a,
.atagone a,
.atagthree a {
  color: #000;
  text-decoration: none;
}
.underline-hoverr:hover {
  text-decoration: underline;
}

.loader {
  display: none;
  grid-template-columns: repeat(3, 12px);
  grid-template-rows: repeat(3, 12px);
  gap: 3px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  width: 50px;
  height: 50px;
}
.left-content {
  width: 75%;
  float: left;
  margin: 0;
  padding: 0 25px 0 0;
}
.loader div {
  width: 13px;
  height: 13px;
  background-color: black;
  opacity: 0.3;
  animation: rotateHighlight 1.2s linear infinite;
}
.loader div:nth-child(1) {
  animation-delay: 0s;
}
.loader div:nth-child(2) {
  animation-delay: 0.15s;
}
.loader div:nth-child(3) {
  animation-delay: 0.3s;
}
.loader div:nth-child(6) {
  animation-delay: 0.45s;
}
.loader div:nth-child(9) {
  animation-delay: 0.6s;
}
.loader div:nth-child(8) {
  animation-delay: 0.75s;
}
.loader div:nth-child(7) {
  animation-delay: 0.9s;
}
.loader div:nth-child(4) {
  animation-delay: 1.05s;
}
.loader div:nth-child(5) {
  background-color: transparent;
  animation: none;
}
@keyframes rotateHighlight {
  0%,
  20% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0.3;
  }
}
.extra-items {
  display: none;
}
.load-btn {
  display: block;
  margin: 15px auto;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.detail-container {
  display: flex;
  padding-bottom: 30px;
  margin: 0px auto;
}
.gory-container {
  max-width: 450px;
  margin: 0 auto;
  position: sticky;
  top: 2rem;
}
.gory-hot-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.javawidget6-top {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.widget14-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.widget14-titlebig {
  width: 80%;
  padding: 15px 15px 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
h5 a {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
h5 a:hover {
  color: grey;
}
.widget14-thumbnail img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 500ms ease;
}
.widget14-thumbnail img:hover {
  transform: scale(1.05);
}
.gory-articles-below {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gory-article-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdcdc;
}
.gory-article-image {
  width: 80px;
  height: 60px;
  margin-right: 15px;
  flex-shrink: 0;
  object-fit: cover;
}
.gory-article-title {
  color: #3e3d3d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 20px;
  font-family: "Playfair Display";
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  color: #3e3d3d;
  font-size: 16px;
}

.gory-article-title a {
  text-decoration: none;
  color: inherit;
}

.gory-article-title a:hover {
  color: grey;
}
body.dark-mode .icon-img {
  filter: brightness(0) invert(1); /* Turns image white */
}
body.dark-mode .left-icons i,
body.dark-mode .footer-menu a,
body.dark-mode .left-icons button,
body.dark-mode .right-icons i,
body.dark-mode .b-social-icons a,
body.dark-mode .month,
body.dark-mode .day,
body.dark-mode .menu li a,
body.dark-mode .a-meta,
body.dark-mode .logo,
body.dark-mode .a-section-title span,
body.dark-mode .menu,
body.dark-mode .mob-menu li a,
body.dark-mode .b-column-left::first-letter,
body.dark-mode .leave-reply-box,
body.dark-mode .comment-reply,
body.dark-mode .comment-date,
body.dark-mode .comment-text,
body.dark-mode .related-title,
body.dark-mode .author-social i,
body.dark-mode .author-name,
body.dark-mode .post-boxleft p,
body.dark-mode .post-boxright p,
body.dark-mode .post-boxleft h4,
body.dark-mode .post-boxright h4,
body.dark-mode .deta-dropcap,
body.dark-mode .deta-category,
body.dark-mode .detail-icons i,
body.dark-mode .deta-breadcrumb-bar,
body.dark-mode .deta-inline-meta strong,
body.dark-mode .home,
body.dark-mode .cat-first-word,
body.dark-mode .cca-subtitle,
body.dark-mode .cca-widget li h4 a,
body.dark-mode .menu li:hover a,
body.dark-mode .cca-widgett li h4 a,
body.dark-mode .gory-article-title,
body.dark-mode .gory-hot-title,
body.dark-mode .au-info h1,
body.dark-mode .au-section h3,
body.dark-mode .section5-article-title-side,
body.dark-mode #dark-btn {
  color: #f0f0f0;
}
body.dark-mode .no-link-style:hover {
  color: #cacaca;
  text-decoration: underline;
  text-decoration-color: #ffffff;
}
body.dark-mode .deta-dropcap {
  text-shadow: 3px -1px 0 #a09a9a;
}
body.dark-mode .gory-main-title {
  color: #f0f0f0;
  background-color: #121212;
}
body.dark-mode .author-avatar:before,
body.dark-mode .author-avatar:after {
  background: #393939;
}
body.dark-mode .cca-search button {
  background: #232323;
}
body.dark-mode .divider,
body.dark-mode .cat-divider {
  background-color: #393939;
}
body.dark-mode .related-container,
body.dark-mode .author-box,
body.dark-mode .post-navigation,
body.dark-mode .cca-main-content,
body.dark-mode .gory-article-item {
  border-bottom: 1px solid #393939;
}
body.dark-mode .post-navigation {
  border-top: 1px solid #393939;
}
body.dark-mode .comment-box.bg-light {
  background: #191818;
}
body.dark-mode .comment-box {
  border-bottom: 1px solid #191818;
}
body.dark-mode .leave-reply-box {
  border: 1px solid #323232;
}
body.dark-mode .hamburger span,
body.dark-mode .leave-reply-title::after,
body.dark-mode .related-heading::after,
body.dark-mode .comment-title::after {
  background-color: #f0f0f0;
}
body.dark-mode .a-section-title::before {
  color: #868686;
}

body.dark-mode .center-date-wrapper::before,
body.dark-mode .center-date-wrapper::after {
  background-color: #4c4c4c;
}
body.dark-mode .scroll-top {
  background-color: #0c0b0b;
}
body.dark-mode .right-icons img {
  filter: brightness(0) invert(1);
}
body.dark-mode .logo,
body.dark-mode .a-section-title::after,
body.dark-mode .float-container,
body.dark-mode .topbar,
body.dark-mode .mob-sidebar,
body.dark-mode .mob-menu li a,
body.dark-mode .comment-box.move-right,
body.dark-mode .cat-container,
body.dark-mode .gory-container,
body.dark-mode .s-sidebar,
body.dark-mode .widget14-titlebig {
  background-color: #121212;
}
body.dark-mode .s-menu-icon {
  background: #2f2f2f;
}
body.dark-mode .info,
body.dark-mode .info-left,
body.dark-mode .write,
body.dark-mode .main-post p,
body.dark-mode .a-description,
body.dark-mode .b-column-left,
body.dark-mode .b-column-right,
body.dark-mode .b-description,
body.dark-mode .footer-col-l p,
body.dark-mode .footer-col p,
body.dark-mode .footer-col-r p,
body.dark-mode .footer-copy,
body.dark-mode .float-container p,
body.dark-mode .author-desc,
body.dark-mode .author-meta,
body.dark-mode .deta-paragraph,
body.dark-mode .float-container3,
body.dark-mode .float-container2,
body.dark-mode .deta-inline-meta span,
body.dark-mode .deta-meta-left .deta-date,
body.dark-mode .deta-breadcrumb a,
body.dark-mode .cat-column-left,
body.dark-mode .cca-description,
body.dark-mode .au-icons a,
body.dark-mode .au-about-text,
body.dark-mode .au-story-title a,
body.dark-mode .au-beat-title,
body.dark-mode .au-contact-link,
body.dark-mode .section5-article-text-p,
body.dark-mode .section5-article-text-side,
body.dark-mode input::placeholder,
body.dark-mode .post-boxleft a,
body.dark-mode .post-boxright a {
  color: #bababa;
}
body.dark-mode .threedot svg {
  fill: white;
}
body.dark-mode .loader div {
  background-color: #fff;
}
body.dark-mode .load-btn {
  background-color: #222;
}
body.dark-mode .bottom-bar {
  background-color: #121212;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
body.dark-mode .cca-search input,
body.dark-mode .search-header input[type="text"] {
  background-color: #333;
  border: 1px solid #333;
}
body.light-mode {
  background-color: #ffffff;
  color: #000000;
}
body.light-mode .left-icons i,
.footer-menu a,
body.light-mode .left-icons button {
  color: #000000;
}
.au-header {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.au-photo img {
  width: 100%;
}
.au-info h1 {
  font-size: 2rem;
  margin-bottom: 5px;
  color: #000;
}
.sub-re {
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.au-about-text {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 18px;
}
.au-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.au-section:last-child {
  border-bottom: none;
}
.au-section h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #000;
}
.au-section p {
  font-size: 20px;
}
.au-story-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.au-story-title a {
  color: #000;
  text-decoration: none;
}
.au-story-title a:hover {
  text-decoration: underline;
}
.link {
  text-decoration: none;
  color: white;
}
.au-page {
  width: 100%;
  margin: 0;
}
.detail-container {
  margin: 0 auto;
}
.detail-main-content .section6-articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
.section6-article-card {
  overflow: hidden;
}
.section5-article-title-side {
  font-size: 28px;
  font-weight: 800;
  color: black;
  margin-bottom: 10px;
  font-family: "Playfair Display";
}
.section5-article-text-p {
  font-size: 16px;
  color: black;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
  font-weight: 400;
  line-height: 20px;
}
.section5-article-meta {
  font-size: 11px;
  color: #666;
  margin: 20px 0;
  font-family: "Roboto", sans-serif;
}
.section6-articles-grid-author {
  width: 100%;
  height: 250px;
  object-fit: cover;
  padding-bottom: 15px;
}
.section5-article-text-side {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.5;
  font-family: "Playfair Display";
}

.mob-head{
  display: none;
}
.menubar {
    width: 37px;
    height: 55px;
}
.sun {
    width: 30px;
    margin-bottom: 1px;
}
.moon {
    width: 20px;
    height: 29px;
    margin-bottom: 2px;
}

@media (max-width: 992px) {
  .mob-head{
    display: block;font-size: 25px;
  }
  .main-post h1{
    display: none;
  }
  .au-about-text {
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: left;
    font-size: 16px;
  }
  .au-header {
    display: flex;
    flex-direction: column;
  }
  .au-container {
    padding: 1rem 2rem;
    margin-top: 0rem;
  }
  .au-info h1 {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #000;
  }
  .sub-re {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .au-icons {
    margin-bottom: 20px;
  }
  .au-section h3 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #000;
  }
}

@media (max-width: 992px) {


   .view-tag,
   .meta{
    display: none;
   }
  .search-header input[type="text"] {
    padding: 20px;
    font-size: 18px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    width: -webkit-fill-available;
  }
  .cca-description {
    font-size: 15px;
  }
  .cca-latest img {
    width: 130px;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .cca-widgett li h4 a {
    text-decoration: none;
    margin-bottom: 20px;
    font-family: "Playfair Display";
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    color: #3e3d3d;
    font-size: 16px;
  }
  .gory-article-image {
    width: 120px;
    height: 90px;
  }
  .icon-img {
    width: 32px;
    height: 32px;
    display: block;
    margin-bottom: -16px;
    margin-left: -18px;
    margin-right: 10px;
    margin-top: -16px;
  }
  .cat-container {
    max-width: 100%;
    margin: 20px 20px 0;
    background: white;
    padding: 0;
  }
  .cat-column-left,
  .cat-column-right {
    width: 100%;
    text-align: left;
    color: #525252;
  }
  .cca-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 20px;
    gap: 0px;
    padding-top: 30px;
  }
  .n-content {
    border-bottom: 1px solid #dfdcdc;
    padding: 20px 0;
    border-top: 1px solid #dfdcdc;
  }
  .cca-sidebar {
    width: 100%;
  }
  .a-card img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
  }
  .center-date-wrapper {
    display: none;
  }
  .left,
  .right,
  .center-date,
  .right-icons {
    display: none;
  }
  .left-icons {
    width: 30%;
    display: flex;
  }
  .gory-main-title {
    position: absolute;
    bottom: 22rem;
    right: 72px;
    color: #050505;
    background-color: white;
    color: #111;
    margin-bottom: 20px;
    font-family: "Playfair Display";
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    color: #3e3e3e;
    font-size: 21px;
    padding: 25px 0;
    left: -2px;
  }
  .logo {
    display: block;
    margin: -14px auto 1.5rem auto;
    font-size: 38px;
    font-weight: normal;
    font-family: "Playfair Display", Serif;
    background-color: white;
    width: fit-content;
    padding: 1rem 2rem;
    z-index: 1;
    position: relative;
  }
  .center img {
          width: 80%;
        margin-left: 30px;
        margin-top: 20px;
  }
  .header {
    padding: 20px;
    max-width: 100%;
  }
  .top-header {
    padding: 0 20px;
  }
  .tagline {
    text-align: center;
    font-size: 11px;
  }
  .bottom-bar {
    display: none;
  }
  .main-con {
    padding: 20px 20px 0;
  }
  .main-c {
    padding: 0px 20px 0;
  }
  .container {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
  .a-wrapper {
    display: flex;
    flex-direction: column;
  }
  .aa-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 3rem;
  }
  .cca-title {
    font-size: 25px;
    font-family: "Playfair Display", Serif;
    margin-bottom: 10px;
  }
  .footer-container {
    max-width: 100%;
    padding: 30px 20px;
  }
  .footer-columns {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .footer-menu {
    text-align: center;
    padding: 1rem 0;
    font-size: 11px;
  }
  .footer-col-l,
  .footer-col-r {
    width: 100%;
  }
  .footer-col {
    width: 100%;
  }
  .s-toggle-btn {
    background: none;
    border: none;
    font-size: 5px;
  }
  .left-icons i,
  .right-icons i {
    margin-right: 22px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
  }
  .deta-quote-box {
    border-left: 3px solid #e0e0e0;
    padding: 15px 20px;
    margin: 10px 0;
  }
  .topbar {
    width: 100%;
    height: 45px;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .menu {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .hamburger {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin: -13px 0 0 0;
    position: relative;
  }
  .hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #333;
    left: 0;
    transition: 0.3s;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 6px;
  }
  .hamburger span:nth-child(3) {
    top: 12px;
  }
  .main-post {
    width: 100%;
  }
  .side-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .main-post h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 35px;
  }
  .main-post p {
    color: #777;
    line-height: 1.6;
    font-size: 15px;
  }
  .side-post {
    display: flex;
    gap: 20px;
    max-width: 100%;
  }
  .side-post img {
    width: 45%;
    height: 100px;
    object-fit: cover;
  }
  .side-post .meta {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .side-post h5 {
    font-size: 17px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    line-height: 1.4;
    margin: 0;
  }
  .a-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0;
  }
  .a-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 0;
  }
  .threegrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    width: 100%;
    padding: 0;
  }
  .news-card {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .category-badge {
    position: absolute;
    top: 3rem;
    left: 10px;
    background: #ff3d00;
    color: white;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: bold;
  }
  .news-title {
    font-size: 15px;
  }
  .news-title {
    position: absolute;
    bottom: 30px;
  }
  .a-wrapper {
    display: flex;
    gap: 0px;
    max-width: 100%;
    border-top: none;
  }
  .aa-wrapper {
    display: flex;
    gap: 0px;
    max-width: 100%;
    border-top: none;
  }
  .b-divider {
    border-top: 1px solid #ddd;
    margin: 10px 0;
  }
  .a-center {
    text-align: center;
    border-left: none;
    border-right: none;
    padding: 0;
    width: 100%;
  }
  .a-center h2 {
    font-size: 34px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 25px;
  }
  .a-center .a-meta {
    text-align: center;
    margin: 20px 0;
    text-align: center;
    justify-content: center;
    font-size: 12px;
  }
  .b-text-columns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.6;
    font-size: 14px;
  }
  .d-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0 20px;
    max-width: 100%;
    background-color: black;
  }
  .d-image {
    width: 50%;
    height: 250px;
  }
  .d-image img {
    width: 160px;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .d-title {
    color: white;
    bottom: 20px;
    left: 10px;
    right: 10px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }
  .d-description {
    font-size: 12px;
    color: #ccc;
    line-height: 1.5;
  }
  .d-content {
    padding: 0;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: none;
  }
  .d-card {
    display: flex;
    height: 190px;
    background: #000;
    overflow: hidden;
    width: 100%;
    gap: 15px;
  }
  .g-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .g-category,
  .g-description {
    display: none;
  }
  .g-item {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .g-title {
    font-size: 16px;
  }
  .section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .a-soundcloud img {
    width: 100%;
    height: 220px;
  }
  .a-soundcloudd img {
    width: 100%;
    height: 220px;
  }
  .footer-col-l h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Playfair Display", Sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-post h1 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 35px;
  }
  .footer-col p {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1rem;
    margin: 0;
  }
  .footer-col-r h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Playfair Display", Sans-serif;
    margin-bottom: 0;
    margin-top: 0;
  }
  .deta-container {
    max-width: 100%;
    margin: 30px 20px;
    padding: 0;
  }
  .deta-breadcrumb-bar {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    font-size: 13px;
    color: #666;
    padding: 0;
    margin-bottom: 20px;
  }
  .deta-breadcrumb {
    margin-bottom: 20px;
  }
  .deta-inline-meta {
    margin-left: -12px;
  }
  .deta-title {
    font-family: "Playfair Display";
    text-transform: capitalize;
    line-height: 45px;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    padding: 0;
  }
  .deta-meta-bar {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    padding-bottom: 10px;
    padding: 0;
    margin-bottom: 20px;
  }
  .deta-meta-left {
    margin-bottom: 20px;
  }
  .deta-article-image img {
    width: 100%;
    height: 235px;
  }
  .deta-content-container {
    margin: 0 20px;
    padding: 0;
  }
  .deta-dropcap {
    font-weight: 100;
    font-size: 2rem;
  }
  .deta-image-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    gap: 20px;
  }
  .deta-image-block-right {
    display: flex;
    flex-direction: column-reverse;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    gap: 20px;
  }
  .post-boxleft,
  .post-boxright {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .post-navigation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 20px;
  }
  .post-boxright {
    text-align: left;
  }
  .author-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin: 0px;
  }
  .author-avatar {
    float: left;
    width: 20%;
    margin-bottom: 10rem;
    position: relative;
  }
  .author-info {
    flex: 1;
    padding-left: 45px;
    margin-top: 20px;
  }
  .author-name {
    font-size: 25px;
  }
  .related-container {
    margin: 20px;
  }
  .comment-section {
    max-width: 100%;
    margin: 20px;
  }
  .comment-box.move-right {
    margin-left: 0;
    background: #fff;
  }
  .leave-reply-section {
    max-width: 900px;
    margin: 20px;
  }
}
@media (max-width: 768px) {
  .detail-main-content .section6-articles-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .au-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .icon-img {
    width: 32px;
    height: 32px;
    display: block;
    margin-bottom: -16px;
    margin-left: -18px;
    margin-right: 10px;
    margin-top: -16px;
  }
  .float-container2 img {
    float: left;
    margin-right: 12px;
    width: 265px;
    height: auto;
  }
  .float-container3 img {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 240px;
    height: auto;
  }
  .d-image img {
    width: 155px;
    height: 150px;
    object-fit: cover;
    display: block;
  }
  .section-title {
    text-align: center;
    font-size: 35px !important;
  }
  .a-center h3 {
    font-family: "Playfair Display", Sans-serif;
    margin: 10px 0;
    line-height: 1.3;
    font-family: "Playfair Display", Sans-serif;
    font-size: 21px;
  }
  .side-post h3 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 16px;
  }
  .b-zoom {
    overflow: hidden;
    position: relative;
    width: 32%;
  }
  .b-content {
    /* flex: 1; */
    width: 68%;
  }
  .b-title {
    font-size: 19px;
  }
  .b-description {
    font-size: 13px;
    color: #7e7e7e;
    margin-top: 15px;
    line-height: 1.5;
  }
  .d-category,
  .d-description {
    display: none;
  }
  .b-zoom img {
    transition: transform 0.4s ease;
    width: 100%;
    object-fit: cover;
    height: 200px;
  }
  .b-container {
    margin: 0px auto;
    margin-bottom: 20px;
  }
}