@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/woff/YekanBakh-thin.woff") format("woff"),
    url("../fonts/woff2/YekanBakh-thin.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/woff/YekanBakh-Light.woff") format("woff"),
    url("../fonts/woff2/YekanBakh-Light.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/YekanBakh-Regular.woff") format("woff"),
    url("../fonts/woff2/YekanBakh-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/woff/YekanBakh-SemiBold.woff") format("woff"),
    url("../fonts/woff2/YekanBakh-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/woff/YekanBakh-Bold.woff") format("woff"),
    url("../fonts/woff2/YekanBakh-Bold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/woff/YekanBakh-ExtraBold.woff") format("woff"),
    url("../fonts/woff2/Yekan Bakh-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff/YekanBakh-Black.woff") format("woff"),
    url("../fonts/woff2/Yekan Bakh-Black.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/woff/YekanBakh-ExtraBlack.woff") format("woff"),
    url("../fonts/woff2/Yekan Bakh-ExtraBlack.woff2") format("woff2");
}

* {
  outline: 0;
  box-sizing: border-box;
}

body {
  direction: rtl !important;
  margin: 0;
  padding: 0;
  font-family: Yekan Bakh;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: unset;
}

/* Header  */
.homepage__top {
  align-items: center;
  height: 80px;
  /* padding: 0 25px; */
  background-color: #fff;
  z-index: 6;
}

.logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  background-color: #3ca2f6;
}

.logo {
  padding: 0 30px;
}

.logo .icon-dkmag-logo-horizontal {
  color: #fff;
  font-size: 40px;
}

.logo-pic {
  width: 50px;
  height: 70px;
}

.hashtag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
}

.hashtag__title {
  /* margin-right: 25px; */
  color: #6a6a6a;
}

.hashtag__wrapper {
  margin-right: 10px;
  padding: 0 15px;
  border-radius: 5px;
  overflow: hidden;
}

.hashtag__item:first-child {
  margin: 0;
}

.hashtag__item {
  display: inline-block;
  color: #ff009b;
  padding: 13px 8px;
  margin-right: 10px;
  background-color: #f1f1f12b;
  border-radius: 4px;
}

.search [class*="search"] {
  font-size: 30px;
  color: #b0b0b0;
  padding: 25px 15px;
}

.offcanvas-body .menu__row--txt {
  font-size: 18px;
}

.offcanvas-start {
  width: 340px;
}

/* Header  */

/* main  */

.homepage__header__aside {
  /* width: 280px; */
  margin-bottom: 25px;
}

.disappear {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.menu {
  background-color: #fff;
  z-index: 9;
  box-shadow: none;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.menu__row {
  padding: 0;
  font-size: 13px;
  cursor: pointer;
}

.menu-item-type-post_type {
  display: flex;
  justify-content: space-between;
  padding: 10.5px 15px;
}

.homepage__header__aside ul {
  position: relative;
  z-index: 9999999;
}

.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
}

.menu__row--txt {
  width: 100%;
  font-size: 13px;
  align-self: center;
  padding: 10px 0;
  z-index: 100;
}

.menu__row--txt ul {
  padding: 10px 0;
}

.menu__row--txt ul li {
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  padding: 8px 5px;
}

.menu__row--txt a {
  color: #6b7074;
}

.menu__row--item {
  width: 100%;
  font-size: 15px;
  align-self: center;
  padding: 10px 5px;
  z-index: 100;
}

.menu__row--item ul {
  padding: 10px 0;
}

.menu__row--item ul li {
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  padding: 8px 5px;
}

.menu__row--item a {
  color: #6b7074;
}


.mega-menu .menu__row.page-435443:hover,
.mega-menu .menu__row.page-435443:hover .menu__row--txt {
  color: #ffffff;
  background-color: #00bcdd;
}

.mega-menu .menu__row.page-433489:hover,
.mega-menu .menu__row.page-433489:hover .menu__row--txt {
  color: #ffffff;
  background-color: #6d1c5e;
}

.mega-menu .menu__row.page-453291:hover,
.mega-menu .menu__row.page-453291:hover .menu__row--txt {
  color: #ffffff;
  background-color: #00cbcb;
}

.mega-menu .menu__row.page-434417:hover,
.mega-menu .menu__row.page-434417:hover .menu__row--txt {
  color: #ffffff;
  background-color: #fec465;
}

.mega-menu .menu__row.page-434007:hover,
.mega-menu .menu__row.page-434007:hover .menu__row--txt {
  color: #ffffff;
  background-color: #227669;
}

.tiles__item--img-res {
  height: 212px !important;
}

.home-menu-bottom-widget,
.home-menu-bottom-widget>a.promotion,
.home-menu-bottom-widget>a.promotion>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.homepage__header__aside .promotion {
  height: 154px;
}

@media screen and (max-width: 1439px) {
  .menu__footer {
    font-size: 13px;
  }
}

.menu__footer {
  background-color: #f6f5f4;
  padding: 15px;
}

.menu__footer--txt {
  color: #6b7074;
}

.tiles__item {
  position: relative;
  margin-bottom: 25px;
  width: 250px;
  height: 220px;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
}

.tiles__item:hover {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.tiles--auto .tiles__item--img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tiles__item--img {
  border-radius: 0 !important;
}

.tiles__item--img {
  border-radius: 0 0 10px 10px;
  z-index: 1;
  transition: all 0.35s;
  background-position: 50% calc(50% - 35px);
}

.dialog__overlay,
.tiles__item--img {
  right: 0;
  bottom: 0;
  left: 0;
}

/* .tiles__item.square,
.tiles__item.square .tiles__item--img {
  width: 530px;
  height: 465px;
} */
.tiles__item--txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #000);
  color: #fff;
  width: 250px;
  height: 80px;
  line-height: 2;
  text-align: right;
  font-size: 14px;
  padding: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 50%;
  align-items: end;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
}

.box-card {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 5rem;
}

.img-box-card img {
  width: 100%;
  height: 180px;
  border-radius: 4px 4px 0 0;
}

.item__txt {
  color: #868686;
  height: 85px;
  line-height: 1.8;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.item__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 20px;
}

.user-profile-stat-wrapper {
  display: flex;
  align-items: center;
  height: 35px;
}

.avatar {
  display: block;
  border-radius: 50%;
}

.item__details--date {
  font-size: 12px;
  color: #afb6bc;
}

.item__details--author {
  padding-right: 10px;
  color: #afb6bc;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 11px;
}

.icon-clock-icon.bi-clock {
  color: #afb6bc;
  font-size: 13px;
  margin-left: 0.3rem;
}

.module-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6b7074;
  font-size: 15px;
  padding: 20px 0;
}

.module-title__txt {
  padding-left: 15px;
}

.module-title__txt {
  font-size: 15px;
}

.module-title__sep {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-top: 1px solid #e4e3e3;
}

.module-title__btn {
  width: 190px;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  color: #121223;
  border: 1px solid #bdbdbd;
  margin-right: 15px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 600;
}

.media-gallery__body .media-aside {
  width: 445px;
  padding-left: 45px;
}

.media-gallery__body .media-aside {
  width: 400px;
  border-left: 2px solid #f8f8f8;
}

.media-list__item {
  display: flex;
}

.media-gallery__body .media-aside .media-list__item.active {
  border-right-color: #ff009b;
  background-color: #fafafa;
}

.media-gallery__body .media-aside .media-list__item {
  height: 110px;
  border-right: 6px solid transparent;
  padding: 20px 30px 20px 20px;
  cursor: pointer;
}

.media-gallery__body .media-aside .media-list__item:first-child:before {
  top: -2px;
}

/* .media-gallery__body .media-aside .media-list__item:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #f8f8f8;
  top: 0;
  left: 0;
} */
.media-gallery__body .media-aside .media-list__item .image-wrapper {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.media-gallery__body .media-aside .media-list__item.active .image-wrapper__img {
  background-color: #fff;
  border-radius: 4px;
}

.media-gallery__body .media-aside .media-list__item .image-wrapper__img {
  display: block;
}

.media-gallery__body .media-aside .media-list__item .detail-wrapper {
  padding-right: 20px;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.media-gallery__body .media-aside .media-list__item .detail-wrapper__title {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.media-gallery__body .media-aside .media-list__item .detail-wrapper__time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #afb6bc;
  font-size: 12px;
}

.media-gallery__body .media-aside .media-list__item .detail-wrapper__time .icon-clock-icon {
  font-size: 12px;
  margin-left: 5px;
}

.media-gallery__body .media-aside .media-list__item .detail-wrapper__time .icon-see-more {
  color: #a1a9b0;
  padding-top: 7px;
  font-size: 25px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: unset;
  padding: 0;
}

.media-gallery__body .media-aside .media-list__item .detail-wrapper {
  text-align: right;
}

.nav-link.active {
  border-right: 6px solid #ff009b;
}

.media-gallery__body .media-aside .more__media {
  width: 170px;
  border: 1px solid #e4e3e3;
  padding: 10px 25px;
}

.media-gallery__body .media-aside .more {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 80px;
  color: #6b7074;
  font-size: 13px;
}

.more__media--txt {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 80px;
  color: #6b7074;
  font-size: 13px;
}

.media-gallery__body .media-watch__preview {
  overflow: hidden;
}

.media-watch {
  padding: 0 2rem;
}

.media-gallery__body .media-watch__title {
  padding-top: 45px;
  font-size: 22px;
}

.media-gallery__body .media-watch__title a {
  color: #000;
  font-weight: 700;
}

.media-gallery__body .media-watch__sep {
  margin: 35px 0;
  width: 55px;
  height: 2px;
  background-color: #c3e4fe;
}

.media-gallery__body .media-watch__description {
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
}

.media-gallery__body .media-watch__description .read-more {
  color: #148ff2;
}

.media-gallery__body .media-watch__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #afb6bc;
  margin-top: 65px;
  font-size: 13px;
}

.media-gallery__body .media-watch__detail .author {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.media-gallery__body .media-watch__detail .popularity__comments [class*="-comment"] {
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
  margin-top: -2px;
}

.media-gallery__body .media-watch__detail .popularity__likes [class*="-like"] {
  display: inline-block;
  font-size: 15px;
  margin: -2px 5px 0 0;
}

.user-profile-stat-wrapper {
  display: flex;
  align-items: center;
  height: 35px;
}

.media-gallery__body .media-watch__detail .author__name {
  margin: 0 10px;
}

.media-gallery__body .media-watch__detail .author__time {
  padding-top: 2px;
}

.media-gallery__body .media-watch__detail .author [class*="clock"] {
  display: flex;
  font-size: 14px;
  padding-left: 2px;
  margin-right: 20px;
}

.popularity {
  display: flex;
  align-items: center;
  direction: ltr;
}

.media-gallery__body {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.topics__aside> :not(:last-child) {
  margin-bottom: 25px;
}

.topics__aside> :not(:last-child) {
  margin-bottom: 25px;
}

.topics__aside img {
  width: 100%;
  border-radius: 3px;
  object-fit: cover;
  height: 80px;
}

.widget-title {
  padding: 35px 0;
  text-align: center;
}

.favourites {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.favourites {
  font-size: 16px;
  color: #6b7074;
}

.favourites a {
  color: #000;
}

.widget-title {
  position: relative;
}

.favourites__title {
  font-size: 16px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.favourites__img {
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.favourites__list .item {
  display: flex;
  align-items: center;
  min-height: 120px;
  border-top: 1px solid #f5f5f5;
}

.favourites__list .item__image {
  display: flex;
  width: 100px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.favourites__list .item__detail {
  width: calc(100% - 100px);
  padding: 0 10px;
}

.favourites__list .item__detail--txt {
  display: block;
  margin-bottom: auto;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.item__detail--time {
  /* height: 40px; */
  font-size: 13px;
  color: #afb6bc;
  margin-top: 5px;
}

.masonry-gallery__item {
  position: relative;
  /* width: 280px; */
  margin-bottom: 27px;
  color: #6b7074;
  overflow: hidden;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.masonry-gallery__item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.masonry-gallery__item .image__mask {
  position: absolute;
  /* right: 0; */
  right: 0;
  left: 0;
  height: 0;
  pointer-events: none;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(#2f2727), to(transparent));
  background: linear-gradient(to top, #2f2727, transparent);
  bottom: 0px;
  transition: 0.2s ease-in-out;
}

.masonry-gallery__item:hover .image__mask {
  height: 100%;
}

.masonry-gallery__item:hover .image__badge {
  top: 20px;
}

.masonry-gallery__item .image__badge {
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 4;
  color: #fff;
  background-color: #0eabef;
  font-size: 12px;
  transition: 0.2s ease-in-out;
  padding: 6px 12px;
  border-radius: 5px;
}

.masonry-gallery__item .image__fav .popularity {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 12px;
  color: #fff;
  direction: rtl;
}

.masonry-gallery__item .image__fav {
  position: absolute;
  bottom: -30px;
  left: 20px;
  z-index: 4;
  color: #fff;
  font-size: 12px;
  transition: 0.2s ease-in-out;
  padding: 6px 12px;
}

.masonry-gallery__item:hover .image__fav {
  visibility: visible;
  bottom: 10px;
}

.image__fav {
  visibility: hidden;
}

.masonry-gallery__item .image__fav .popularity__likes {
  direction: ltr;
  margin-left: 15px;
}

.masonry-gallery__item:hover .bi-play-btn {
  top: 30%;
  position: absolute;
  transition: 0.2s ease-in-out;
  right: calc(30% + 20px);
  visibility: visible;
}

.masonry-gallery__item .bi-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 43px;
  /* top: -25%; */
  z-index: 3;
  color: #fff;
  width: 60px;
  height: 60px;
  transition: 0.1s ease-in-out;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
}

.masonry-gallery__item__title {
  padding: 16px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.masonry-gallery__item .image {
  position: relative;
}

.masonry-gallery__item__description {
  position: relative;
  padding: 16px;
  font-size: 13px;
  line-height: 2;
  text-align: right;
}

.masonry-gallery__item__description:before {
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  border-top: 4px solid #ff009b;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.masonry-gallery__item__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 20px;
}

.user-profile-stat-wrapper {
  display: flex;
  align-items: center;
  height: 35px;
}

.masonry-gallery__item__detail .author {
  padding-right: 10px;
  color: #afb6bc;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 11px;
}

.masonry-gallery__item__detail .past-time {
  font-size: 12px;
  color: #afb6bc;
}

/* main  */

/* Footer */
.footer {
  background-color: #0058aa;
  color: #fff;
  z-index: 1;
}

.footer:before {
  right: 100%;
}

.footer:after,
.footer:before {
  content: "";
  height: 100%;
  background-color: #202020;
  width: 9999px;
  display: block;
  bottom: 0;
  z-index: 2;
}

.footer__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 30px;
}

.footer__body--nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  color: #fff;
}

.footer__body--nav .item {
  margin-left: 30px;
  color: #fff;
}

.footer__body .news-letter__txt {
  font-size: 13px;
  color: #fff;
  cursor: text;
}

.bold {
  font-weight: 700;
}

.footer__body .news-letter__email {
  direction: rtl;
  width: 275px;
  outline: 0;
  padding: 5px 15px;
  margin: 0 15px;
  border: 0.5px solid rgba(139, 143, 146, 0.37);
  background-color: transparent;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  color: #fff;
}

.news-letter__email::placeholder {
  opacity: 0.5;
  color: white;
}

.footer__body .news-letter__btn {
  font-size: 14px;
  color: #fff;
  background-color: #2da9ff;
  padding: 6.5px 22px;
  cursor: pointer;
  border-radius: 5px;
  outline: unset;
  border: 0.5px solid rgba(227, 227, 227, 0.45);
}

.footer__bottom {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer__bottom .copy-right {
  font-size: 13px;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.white {
  color: #fff;
}

.social-networks {
  direction: ltr;
  width: 220px;
}

.footer .menu-item-type-post_type {
  padding: 16px 0px;
  color: #fff;
}

.footer .menu-item-type-post_type a {
  color: #fff;
  font-weight: bold;
}

.call,
.email {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
}

.call p,
.email p {
  margin-bottom: 0;
}

.call i,
.email i {
  display: flex;
  font-size: 35px;
  margin-left: 0.5rem;
}

.social-networks .bi {
  color: #fff;
  font-size: 35px;
  margin: 0 8px;
}

/* Footer */

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.8);
  width: 70px;
  height: 150px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.swiper-button-next {
  left: 0 !important;
}

.swiper-button-prev {
  right: 0 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.image__img {
  width: 100%;
  height: 180px;
}

.promotion__img {
  height: unset !important;
}

.favourites__list {
  padding: 16px;
}

.author a {
  color: #afb6bc;
}

.container {
  max-width: 1280px !important;
  margin-inline: auto;
}


.sidebar h6 {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.post-item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.latest img {
  width: 160px;
  height: 140px;
  margin-inline: auto;
}

.post-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

.post-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.post-time {
  font-size: 12px;
  color: gray;
}

.more-link {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #007bff;
  cursor: pointer;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
}

.article-title {
  font-weight: bold;
  font-size: 22px;
}

.author-time {
  font-size: 14px;
  color: #666;
}

.article-image {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content {
  font-size: 16px;
  text-align: justify;
}

.author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 8px;
}

textarea {
  resize: none;
}

.categoryHeader {
  width: 100%;
  background-color: #202020;
}

.categoryHeaderImage img {
  max-width: 100% !important;
  height: 300px !important;
  width: 100% !important;
  object-fit: cover !important;
}

.currentCategory {
  width: 150px;
  height: 60px;
  background-color: #6d1c5e;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.navItems li a {
  color: #fff;
}

.navItems li {
  padding: 18px 15px;
}

.navItems li:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 -2px 0 0 rgb(48, 124, 255) inset;
}

.subMenu {
  display: none;
  position: absolute;
  flex-direction: column;
  background-color: #4b4b4b;
  top: 60px;
  min-width: 210px;
  right: 0;
  z-index: 100;
  border-radius: 5px;
}

.subMenu li {
  padding: 10px 10px;
}

.categoryHeaderImage img {
  max-width: 100%;
}

.categoryHeadTitle {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.mobileSubMenu {
  display: none;

}

.activate {
  display: block !important;
  animation: showUp 0.3s 1 !important;
}

.activateSearch {
  display: flex !important;
  animation: showUp 0.3s 1 !important;
}

.searchSection {
  position: absolute;
  background-color: #555555;
  border-radius: 4px;
  width: 350px;
  height: 70px;
  top: 65px;
  left: 10px;
  z-index: 1000;
  display: none;
  justify-content: space-around;
}

.searchSection form {
  align-content: center;
}

.searchSection input {
  border-radius: 4px;
  border: none;
  height: 50px;
  width: 80%;
  padding: 0 20px;
}

.searchSection button {
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: none;
  background-color: #007bff;
  padding-top: 0;
  font-size: 1.3rem;
  color: #FFF;
}

.searchMobileSection form {
  align-content: center;
}

.searchMobileSection {
  position: absolute;
  background-color: #555555;
  border-radius: 4px;
  width: 350px;
  height: 70px;
  top: 65px;
  left: 10px;
  z-index: 1000;
  display: none;
  justify-content: space-around;
}

.searchMobileSection input {
  border-radius: 4px;
  border: none;
  height: 50px;
  width: 80%;
  margin-block: auto;
  padding: 0 20px;
}

.searchMobileSection button {
  height: 50px;
  width: 50px;
  border-radius: 4px;
  margin-block: auto;
  border: none;
  padding-top: 0;
  background-color: #007bff;
  font-size: 1.3rem;
  color: #FFF;
}

@keyframes showUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}