@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #247d51;
  color: #000;
}

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: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Tiro Devanagari Hindi", serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;

  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: "Tiro Devanagari Hindi", serif !important;
  /* cursor: none; */
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Hind", sans-serif;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Tiro Devanagari Hindi", serif;
}

.position-relative {
  position: relative;
}

/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.container {
  max-width: 1440px !important;
}

.dark-mode-logo,
.footer-logo.dark-mode-logo {
  display: none;
}

.light-mode-logo,
.footer-logo.light-mode-logo {
  display: block;
}

/* ==============Custom Cursor=================== */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999999;
}

.cursor-dot,
.cursor-outline {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #682572;
}

.cursor-outline {
  width: 40px;
  height: 40px;
  border: 1px solid #682572;
  background-color: transparent;
}

/* ==============Button=================== */
.btn-wrapper {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.btn,
.btn-1 {
  padding: 15px 56px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  font-family: "Hind", sans-serif;
  background-color: #63246e;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  border: none;
}

.btn-1 {
  background-color: #d8a1c9;
  padding: 15px 85px;
}

.btn::before,
.btn-1::before {
  content: "";
  height: 350px;
  width: 350px;
  background-color: #d8a1c9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}

.btn-1::before {
  background-color: #63246e;
  color: #fff;
}

.btn:hover,
.btn-1:hover {
  color: #fff;
}

.btn:hover::before,
.btn-1:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.btn:active,
.btn:focus {
  background-color: #63246e;
  color: #fff;
}

.see-more {
  position: relative;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #5f286b;
  display: inline-block;
  text-decoration: none;
}

.see-more::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #5f286b;
  transition: width 0.3s ease;
}

.see-more:hover::after {
  width: 100%;
}

.see-more:hover {
  color: #bd6cae;
}

.see-more:hover::after {
  background-color: #bd6cae;
}

.see-more i {
  margin-left: 10px;
}

/* ==============section background=================== */
.bg-pink {
  background-color: rgba(217, 162, 204, 0.05);
}

.bg-deeppink {
  background-color: #ffe9f8;
}

.bg-light-pink {
  background-color: #fff9fe;
}

/* ==============heading and subheading=================== */
.heading {
  color: #000;
  font-family: "Hind", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.subheading,
.subheading * {
  font-family: "Tiro Devanagari Hindi", serif !important;
  color: #989898;
  font-size: 15px;
  font-style: normal;
}

.recent-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ==============Animations=================== */
.wow {
  visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

/*===================Dark Mode=================== */
body.dark-mode .logo .dark-mode-logo,
body.dark-mode .footer-logo.dark-mode-logo {
  display: block;
}

body.dark-mode .logo .light-mode-logo,
body.dark-mode .footer-logo.light-mode-logo {
  display: none;
}

body.dark-mode .toggle-thumb {
  transform: translateX(26px);
}

body.dark-mode .toggle-track {
  background-color: #b879a7;
}

body.dark-mode {
  background-color: #000;
  color: #fff;
}

body.dark-mode .nav_sec li a,
body.dark-mode .list-icon li a,
body.dark-mode .heading,
body.dark-mode .navigation_sec .nav_sec > ul > li a,
body.dark-mode .family-bottom .subheading,
body.dark-mode .footer-left .subheading,
body.dark-mode .footer-links li a,
body.dark-mode .footer-bottom .subheading,
body.dark-mode .see-more,
body.dark-mode .each-category .subheading,
body.dark-mode .closeBtn {
  color: #ffffff;
}
body.dark-mode .article-content p span {
  color: #ffffff !important;
}

body.dark-mode .main_header,
body.dark-mode .each-category,
body.dark-mode .human-right span.box,
body.dark-mode .custom-select-part,
body.dark-mode .author-top {
  background: #000;
}

body.dark-mode .see-more::after {
  background: #fff;
}

body.dark-mode .bg-deeppink,
body.dark-mode .footer,
body.dark-mode .portfolio-flters,
body.dark-mode .searchBox,
body.dark-mode .searchInput,
body.dark-mode .custom-datepicker input,
body.dark-mode .custom-select-wrapper select.form-select {
  background: #000;
}

body.dark-mode .searchOverlay {
  background: #4a4a4a;
}

body.dark-mode .shape-1 img,
body.dark-mode .shape-2 img,
body.dark-mode .shape-3 img,
body.dark-mode .shape-4 img,
body.dark-mode .shape-5 img {
  filter: brightness(10);
}

body.dark-mode .prev_next_btn .prev_btn,
body.dark-mode .prev_next_btn .next_btn {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

body.dark-mode .recent-content {
  background-color: #000;
}

body.dark-mode .each-upload {
  border: 1px solid #fff;
}

body.dark-mode .socail-icons a img.twitter-icon {
  filter: grayscale(1) invert(1);
}

/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: -60px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #682572 0%, #682572 100%);
  border: 1px solid #682572;
  transition: right 0.5s ease-in-out;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top:hover {
  color: #682572;
  background: #fff;
  border: 1px solid #682572;
  box-shadow: 0px 2px 5px 0px rgba(104, 37, 114, 0.6);
}

.scroll-top.open {
  right: 20px;
}

/* ====================Inner Banner================== */
.inner-banner {
  background-image: url(../images/inner-banner-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.inner-banner::before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(91, 37, 108, 0),
    rgba(91, 37, 108, 0.6) 47%,
    rgba(91, 37, 108, 1) 100%
  );
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.inner-content {
  position: relative;
  z-index: 1;
}

.inner-content .heading {
  color: #fff;
  font-size: 40px;
}

.breadcrumbs {
  border-radius: 5px;
  background: #fff;
  padding: 18px 30px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  line-height: 1;
}

.breadcrumbs li a {
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
  font-family: "Tiro Devanagari Hindi", serif;
}

.breadcrumbs li + li {
  margin-left: 5px;
}

.breadcrumbs li + li:before {
  content: "\f285";
  color: #000000;
  margin-right: 5px;
  font-size: 25px;
  font-style: normal;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.breadcrumbs li span {
  color: #b879a7;
  font-size: 25px;
  font-weight: 600;
}

.breadcrumbs li a i {
  margin-right: 10px;
}

/* ====================header================== */
.main_header.header-desktop {
  display: block;
}

.main_header.header-mobile {
  display: none;
}

.main_header {
  width: 100%;
  display: block;
  margin: 0;
  padding: 8.5px 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background-image: url(../images/header-bg.png);
}

.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  z-index: 9;
}

.main_header .logo {
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.main_header .logo img {
  max-width: 86px;
  width: 100%;
}

.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.action-container {
  text-align: end;
}

/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
}

.navigation_sec .nav_sec > ul > li + li,
.list-icon li + li {
  margin-left: 17px;
}

.navigation_sec .nav_sec > ul > li a {
  text-transform: capitalize;
  font-family: "Tiro Devanagari Hindi", serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  transition: all 0.9s ease-in-out;
  position: relative;
  color: #000;
}

.navigation_sec .nav_sec > ul > li:hover a,
.navigation_sec .nav_sec > ul > li.active a {
  color: #b879a7;
}

.toggle-wrapper {
  /*display: flex;*/
  /*align-items: center;*/
  gap: 15px;
  cursor: pointer;
}

.sun-icon,
.moon-icon {
  font-size: 24px;
  transition: opacity 0.3s ease;
}

.sun-icon {
  color: #fff;
  font-size: 25px;
  line-height: 0;
}

.moon-icon {
  color: #682572;
  font-size: 25px;
  line-height: 0;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.list-icon li {
  display: inline-block;
  position: relative;
}

.list-icon li a {
  font-size: 25px;
  color: #a84594;
  height: 0;
  display: block;
}

.list-icon .number {
  position: absolute;
  top: -4px;
  right: -6px;
  background-color: #ff0000;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchOverlay {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 74px;
  background: #ffffff;
  z-index: 9999;
  padding: 20px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s ease;
}

.searchOverlay.active {
  top: 0;
}

.searchBox {
  border: 1px solid #ccc;
  padding: 3px 20px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.searchInput {
  border: none;
  outline: none;
  padding: 10px;
  font-size: 18px;
  min-width: 300px;
}

.searchIcon {
  font-size: 19px;
  color: #682572;
  margin-right: 10px;
  line-height: 1;
}

.closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #682572;
}

span.toggle-menu {
  display: none;
}

/*============================= Banner =============================*/
.banner-part {
  padding: 24px 0 25px;
}

.bannerSwipper {
  overflow: hidden;
  border-radius: 30px;
}

.bannerSwipper .swiper-slide {
  display: flex;
  justify-content: center;
  min-height: 525px;
}

.each-banner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}
.each-banner::before {
  content: "";
  /*background: linear-gradient(to bottom, rgba(91, 37, 108, 0), rgb(0 0 0 / 60%) 67%, rgb(0 0 0) 100%);*/
  background: linear-gradient(
    to bottom,
    rgba(91, 37, 108, 0),
    rgb(0 0 0 / 30%) 47%,
    rgb(0 0 0) 100%
  );
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.each-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.banner-content {
  position: absolute;
  bottom: 8%;
  left: 4%;
}

.banner-content span {
  font-size: 20px;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  color: #fff;
}

.banner-content .heading {
  font-weight: 500;
  color: #fff;
}

.banner-content .subheading {
  color: #fff;
  font-size: 16px;
}

.banner-part .swiper-pagination .swiper-pagination-bullet {
  width: 10.22px;
  height: 10.22px;
  opacity: 1;
  border-radius: 100px;
  background: #ffffff;
}

.banner-part .swiper-pagination .swiper-pagination-bullet-active {
  background: #c95a9a;
  height: 10.44px;
  width: 19.81px;
  opacity: 1;
}

.banner-part .swiper-horizontal > .swiper-pagination-bullets,
.banner-part .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 43%;
}

.banner-part .monthly-edition {
  padding: 20px;
}

.monthly-edition {
  background-image: url(../images/monthly-edition.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 20px;
  border-radius: 10px;
  display: block;
  /* min-height: 450px; */
}

.edition-content {
  margin-top: 5px;
  text-align: center;
}

.edition-content .heading,
.edition-content .subheading {
  color: #fff;
}

/*============================= recent uploads =============================*/
.recent-upload {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.each-upload {
  background-color: #fdfafc;
  border-radius: 10px;
  position: relative;
}

.each-upload img {
  border-radius: 10px 10px 0 0;
}

.recent-content {
  border: 1px solid rgba(0, 0, 0, 0.102);
  padding: 31px 12px;
  border-radius: 0 0 10px 10px;
}

.recent-content .heading {
  font-size: 18px;
  color: #bd6cae;
  margin-bottom: 10px;
}

.recent-content .subheading {
  margin-bottom: 10px;
  min-height: 45px;
}

.upload-slider {
  margin: 28px 0px 0px 130px;
}

.upload-image {
  position: relative;
}

.tag {
  padding: 5px 10px;
  background-color: #bd6cae;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 109px;
  text-align: center;
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
}

.wishlist {
  position: absolute;
  top: 3%;
  color: #fff;
  right: 5%;
  transition: all 0.9s ease;
}
.wishlist.active {
  color: #ff0000;
}
.wishlist:hover {
  color: #ad0000;
}

.upload-part {
  position: relative;
}

.prev_next_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.prev_next_btn .prev_btn,
.prev_next_btn .next_btn {
  background-color: #ffff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.next_btn,
.prev_btn {
  font-size: 20px;
  color: #bd6cae;
}

.next_btn i,
.prev_btn i {
  height: 24px;
}

.prev_next_btn .prev_btn {
  margin-right: 15px;
}

.prev_next_btn .next_btn:hover,
.prev_next_btn .prev_btn:hover {
  background: #bd6cae;
  color: #ffffff;
}

/*============================= Our Categories =============================*/
.all-category.category-desktop {
  display: block;
}

.all-category.category-mobile {
  display: none;
}

.our-category {
  padding: 40px 0 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-category .heading {
  text-align: center;
}

.all-category {
  margin-top: 27px;
}

.each-category {
  max-width: 100% !important;
  height: 75px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 13px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.9s ease;
  width: 400px;
}

.each-category img {
  max-width: 40px;
}

.each-category .subheading {
  font-size: 20px;
  color: #000;
}

.all-category .swiper-wrapper {
  transition-timing-function: linear !important;
}

.each-category .swiper-wrapper {
  margin-bottom: 20px;
}

.category-top {
  margin: 5px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.each-category:hover {
  background-color: rgba(189, 108, 174, 0.8);
}

.each-category:hover img {
  filter: brightness(10);
}

.each-category:hover .subheading {
  color: #fff;
}

.category-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10.22px;
  height: 10.22px;
  opacity: 1;
  border-radius: 100px;
  background: #d4a5ca;
}

.category-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #c95a9a;
  height: 10.44px;
  width: 19.81px;
  opacity: 1;
}

.category-slider .swiper-slide {
  margin-bottom: 50px;
}
.subscription .btn {
  margin-top: 10px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 0;
}
/*============================= Categories Tab =============================*/
.category {
  padding: 40px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.category-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

.category-shape img,
.category-shape2 img {
  max-width: 310px;
}

.category-shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.portfolio-flters {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 30px 0;
  border-radius: 10px;
}

.portfolio-flters li {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #bd6cae;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  transition: all 0.9s ease;
  filter: blur(1px);
}

.portfolio-flters li.filter-active,
.portfolio-flters li:hover {
  border-bottom: 2px solid #bd6cae;
  filter: none;
}

.portfolio-flters li img {
  max-width: 38px;
  margin: 0 auto 10px;
}

.portfolio-details {
  margin-top: 56px;
}

.portfolio-container {
  display: none;
}

.each-portfolio {
  position: relative;
}
.portfolio-image {
  border-radius: 10px;
  position: relative;
}
.each-portfolio::after {
  content: "";
  /*background: linear-gradient(to bottom, rgba(91, 37, 108, 0), rgb(0 0 0 / 60%) 67%, rgb(0 0 0) 100%);*/
  background: linear-gradient(
    to bottom,
    rgba(91, 37, 108, 0),
    rgb(0 0 0 / 30%) 47%,
    rgb(0 0 0) 100%
  );
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}
.each-portfolio.each-portfolio-right::after {
  display: none;
}
.each-portfolio-image {
  position: relative;
}
.each-portfolio-image::after {
  content: "";
  /*background: linear-gradient(to bottom, rgba(91, 37, 108, 0), rgb(0 0 0 / 60%) 67%, rgb(0 0 0) 100%);*/
  background: linear-gradient(
    to bottom,
    rgba(91, 37, 108, 0),
    rgb(0 0 0 / 30%) 47%,
    rgb(0 0 0) 100%
  );
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-content .heading,
.portfolio-part .heading {
  font-size: 20px;
  color: #bd6cae;
  font-weight: 500;
  margin-bottom: 5px;
}

.portfolio-content .subheading {
  color: #cfcfcf;
  font-size: 16px;
  margin-bottom: 5px;
}

.portfolio-part .subheading {
  font-size: 16px;
  margin-bottom: 5px;
}

.portfolio-content {
  position: absolute;
  bottom: 8%;
  left: 5%;
  z-index: 1;
}

.portfolio-part {
  margin-top: 10px;
  display: block;
}

.each-wishlist {
  position: absolute;
  top: 3%;
  color: #fff;
  right: 3%;
  transition: all 0.9s ease;
  z-index: 1;
}

.each-wishlist:hover {
  color: #ad0000;
}

.date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px;
}

.calendar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.calendar p,
.date span {
  color: #989898;
  font-size: 14px;
}

.calendar img {
  max-width: 16px;
}

/*============================= Subscription =============================*/
.subscription {
  padding: 41px 0;
}

.subscription-bg {
  padding: 30px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.subscription-content .heading {
  color: #ca89be;
  font-size: 26px;
  font-weight: 400;
}
.input-with-icon i {
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
}

.subscription-content .form-control,
.contactForm .form-control {
  min-height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ca89be;
  border-radius: 0;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Tiro Devanagari Hindi", serif;
}

.contactForm .form-control {
  color: #000000 !important;
}

#exampleFormControlInput1::placeholder {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Tiro Devanagari Hindi", serif;
}

.form-control:focus {
  box-shadow: none;
}

/*============================= Hello popular authors =============================*/
.popular-authors {
  padding: 47px 0 82px;
}
.popular-authors .each-author{
    min-height: 145px;
}
.all-authors {
  margin-top: 36px;
  padding-left: calc((100% - 930px) / 4);
}

.each-author {
  padding: 16px 14px;
  background: linear-gradient(
    90deg,
    rgba(87, 49, 80, 1) 0%,
    rgba(189, 107, 173, 1) 100%
  );
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.each-author .heading {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.each-author .subheading {
  font-size: 14px;
  color: #ff95eb;
}

.number-posts {
  margin-top: 8px;
}

.number-posts .subheading {
  color: #ffe494;
}

.each-author img {
  width: 67px;
  height: 67px;
  border-radius: 50px;
}

/*============================= Hello popular authors =============================*/
.material {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 39px;
}

.all-materials {
  margin-top: 26px;
}

/*============================= Family =============================*/
.family {
  padding: 60px 0;
  position: relative;
}

.family-left .heading {
  color: #5b2768;
}

.family-heading {
  position: relative;
  display: inline-block;
  width: 100%;
}

.family-heading::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5b2768;
  transition: width 0.3s ease;
}

.family-bottom {
  margin-top: 25px;
}

.family-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.family-bottom img {
  max-width: 140px;
  border-radius: 10px;
}

.family-bottom .heading {
  font-size: 20px;
  color: #a84594;
}

.family-bottom .calendar img {
  max-width: 16px;
}

.family-bottom .subheading {
  color: #000;
  margin: 10px 0;
}

.family-bottom .date {
  margin: 14px 0 0;
}

/* ==============labour day special issue=================== */
.labor-day {
  padding: 44px 0 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.labor-day ._df_book-cover {
  background-size: cover;
}

.magazine-card {
  padding: 20px 25px;
  width: 100%;
  height: 100%;
  background-color: #ca89be;
}

.laborSwiper {
  width: 65.6%;
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}

.laborSwiper .swiper-slide {
  background: #ca89be;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  /*height: 559px;*/
  height: 523px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.laborSwiper .swiper-slide img,
.laborSwiper .swiper-slide ._df_thumb {
  width: 100%;
  height: 450px;
  object-fit: inherit;
  margin: 0px;
}

.left_right_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left_right_btn .left_btn,
.left_right_btn .right_btn {
  color: #d12fa1;
  position: absolute;
  top: 50%;
  font-size: 112px;
  transform: translateY(-50%);
}

.left_btn img,
.right_btn img {
  width: 35px;
}

.labor-day .left_btn {
  left: 17%;
}

.labor-day .right_btn {
  right: 17%;
}

.card-content {
  /* margin-top: 20px; */
  margin-top: 5px;
  text-align: center;
}

.card-content p {
  font-size: 24px;
  color: #fff;
}

.card-content span {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #fff;
}

/* ==============Instagram Part=================== */
.each-insta {
  position: relative;
}

/* ==============Footer=================== */
.footer-desktop {
  display: block;
}

.footer-mobile {
  display: none;
}

.footer {
  background-image: url(../images/footer-bg.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #c399ba;
}

.footer-top {
  padding: 60px 0 20px;
}

.footer-logo {
  max-width: 143px;
}

.footer-left .subheading {
  margin: 10px 0;
  color: #000;
  font-size: 16px;
  max-width: 372px;
}

.play-store {
  max-width: 130px;
}

.footer-right .heading {
  font-size: 25px;
  color: #bb6aab;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.footer-right .heading::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 81px;
  height: 2px;
  background-color: #bb6aab;
  transition: width 0.3s ease;
}

.footer-right .form-control {
  min-height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ca89be;
  border-radius: 0;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Tiro Devanagari Hindi", serif;
}

.footer-right i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #ca89be;
  cursor: pointer;
}

.footer-links {
  margin-top: 30px;
}

.footer-links li a {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-left: 10px;
}

.footer-links li + li {
  margin-top: 15px;
}

.footer-links li {
  position: relative;
}

.footer-links li::before {
  content: "\f59b";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.footer .input-with-icon {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-with-icon .form-control:focus {
  color: #bb6aab;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #ca89be;
  outline: 0;
  box-shadow: none;
}

.follow-us,
.social-part {
  margin-top: 30px;
}

.social-part img {
  max-width: 35px;
}

.social-part li {
  display: inline-block;
}

.social-part li + li {
  margin-left: 10px;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .subheading {
  font-size: 16px;
  color: #000;
  font-family: "Poppins", sans-serif !important;
}

.footer-bottom .subheading #year {
  color: #000;
  font-family: "Poppins", sans-serif !important;
}

.developby {
  color: #5e2767;
}

.developby:hover {
  color: #000;
}
.play-store {
  display: none;
}
/* ====================About US================== */
/* Aabha: Women's Monthly Magazine */
.monthly-magazine {
  padding: 60px 0;
}

.rt-image {
  position: relative;
  min-height: 690px;
  margin-right: 20px;
}

.rt-img-list li {
  position: absolute;
  overflow: hidden;
}

.rt-img-list li:nth-child(1) {
  left: 0;
  top: 0;
  max-width: 470px;
  width: 100%;
}

.rt-image img {
  position: relative;
  border-radius: 10px;
}

.rt-img-list li:nth-child(2) {
  right: -2.5%;
  top: 63px;
  max-width: 330px;
  width: 100%;
}

.rt-img-list li:nth-child(3) {
  right: -3%;
  bottom: 5%;
  max-width: 500px;
  width: 100%;
  border: 20px solid #fff;
  border-radius: 10px;
  box-shadow: 0 7px 70px 0 rgb(0 0 0 / 5%);
}

.shape-4 {
  position: absolute;
  right: 4%;
  top: 2%;
}

.shape-4 img {
  max-width: 73px;
}

.shape-5 {
  position: absolute;
  left: 28%;
  top: 50%;
  z-index: -1;
}

.shape-5 img {
  max-width: 113px;
}

.magazine-right {
  margin-left: 2%;
}

.magazine-right .heading {
  font-size: 35px;
  margin-bottom: 15px;
}

.magazine-right .subheading {
  font-size: 20px;
}

/* We want to put the power of publishing in everyone's hands */
.power-publishing {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 85.5px 0 245.5px;
}

.power-publishing::before {
  content: "";
  background: rgba(0, 0, 0, 0.46);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.power-publishing .heading {
  color: #fff;
  font-size: 35px;
  z-index: 1;
  position: relative;
  text-align: center;
}

/* Counter Part */
.counter {
  padding-bottom: 69px;
}

.all-counters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-top: -9%;
  z-index: 1;
  position: relative;
}

.each-counter {
  padding: 30px 40px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(200deg, #573150 0%, #bd6bad 100%);
  text-align: center;
  /* width: 274px;
  height: 243px; */
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.each-counter img {
  max-width: 58px;
  margin: 0 auto;
}

.counter-content {
  margin-top: 10px;
}

.counter-content h5 {
  font-size: 35px;
  font-weight: 600;
}

.counter-content .subheading {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

/* Human equality and universal brotherhood */
.human-equality {
  position: relative;
  padding: 32px 88px 31px;
  background-image: url(../images/human-equality.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.human-left {
  background-image: url(../images/latest-magazine.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 31px;
  border-radius: 10px;
  max-width: 407px;
  /* min-height: 496px; */
}

.human-equality ._df_thumb.magazine_img {
  margin: 0 !important;
  width: 340px !important;
  height: 450px !important;
}

.human-left img {
  width: 100%;
  max-width: 286px;
  max-height: 433.93px;
}

.human-right span.box {
  display: block;
  background-color: #fff;
  padding: 10px 29px;
  border-radius: 50px;
  max-width: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.human-right-content {
  margin-top: 30px;
}

.deputy-editor {
  display: flex;
  align-items: center;
  gap: 67px;
  margin: 17px 0;
}

.deputy-editor p {
  font-size: 20px;
}

.deputy-editor p span {
  color: #a84594;
}

.sahifa-khan .heading {
  font-size: 35px;
  color: #a84594;
  margin-bottom: 10px;
  font-weight: 600;
}

.brotherhood {
  display: flex;
  align-items: center;
  gap: 51px;
}

.brotherhood-list1 li {
  font-size: 20px;
  color: #a65e98;
  display: flex;
  align-items: center;
  gap: 17px;
}

.brotherhood-list1 li + li {
  /* margin-top: 20px; */
  margin-top: 10px;
}

.brotherhood-list1 span {
  width: 8px;
  height: 8px;
  background-color: #a65e98;
  display: block;
}

.universal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 61px;
}

/* ====================Contact Us================== */
.contact-us {
  padding: 40px 0;
  position: relative;
  margin: 36px 0;
}

.contact-part {
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(219, 163, 206, 0.6);
  padding: 50px 50px;
  border-radius: 30px;
}

.contact-left span {
  display: block;
  font-size: 25px;
  color: #000000;
  font-family: "Tiro Devanagari Hindi", serif;
}

.contact-left .heading {
  color: #000;
  margin-top: 10px;
}

.icon {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease, fill 0.3s ease;
  flex-shrink: 0;
}

.contact-list li:hover .icon {
  transform: scale(1.1);
}

.icon img {
  max-width: 36px;
}

.contact-list {
  margin-top: 40px;
}

.contact-list li {
  display: flex;
  align-items: center !important;
  gap: 20px;
}

.contact-list li + li {
  margin-top: 28px;
}

.address-part {
  max-width: 300px;
}

.contact-list h5 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.contact-list p,
.contact-list a {
  font-size: 16px;
  color: #000;
}

.contact-list a:hover {
  color: #682572;
}

.contact-right {
  padding: 28px 32px;
  background-color: rgba(255, 255, 255, 0.43);
  border-radius: 40px;
}
.contact-right br {
  display: none;
}

.contact-right .heading {
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-right .subheading {
  font-size: 16px;
  color: #000;
}

.contactForm {
  margin-top: 14px;
}

.each-input {
  position: relative;
  margin-bottom: 25px;
}

.each-input label {
  font-size: 18px;
  color: #000;
  font-family: "Hind", sans-serif;
  font-weight: 500;
}

.each-input input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.form-control:focus {
  border-color: #63246e;
  box-shadow: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.submit-btn-wrapper {
  text-align: center;
}

.submit-btn-wrapper .btn {
  display: inline-block;
}

/* ====================Article================== */
.article {
  padding: 36px 0 63px;
  position: relative;
  margin-bottom: 130px;
}

.custom-datepicker {
  position: relative;
  display: inline-block;
  width: 265px;
}

.custom-datepicker input {
  width: 100%;
  padding: 12px 45px 12px 15px;
  border: 1.5px solid #bd6cae;
  border-radius: 8px;
  font-size: 16px;
  color: #989898;
  background-color: #fff;
  min-height: 50px;
}

.custom-datepicker input::placeholder,
.select-part .form-select::placeholder {
  color: #989898;
  font-size: 16px;
  font-family: "Tiro Devanagari Hindi", serif;
}

.custom-datepicker .calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.calendar-icon img {
  max-width: 24px;
}

.custom-datepicker input:focus-visible {
  outline: none;
}

.custom-select-wrapper {
  position: relative;
  width: 265px;
}

.custom-select-wrapper select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background-color: #fff;
  border: 1.5px solid #bd6cae;
  border-radius: 8px;
  padding: 12px 45px 12px 15px;
  font-size: 16px;
  color: #989898;
  width: 100%;
  min-height: 50px;
  font-family: "Tiro Devanagari Hindi", serif;
}

.custom-select-wrapper select:focus {
  outline: none;
}

.custom-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-arrow img {
  max-width: 24px;
  height: auto;
}

.filter-part.filter-part-mobile {
  display: none;
}

.filter-part .btn {
  padding: 15px 47px;
  line-height: 1;
}

.filter-part {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.filter-part .form-select:focus {
  border-color: #bd6cae;
  box-shadow: none;
}

.articles-part {
  margin-top: 39px;
}

.articles-part ._df_thumb.magazine_img {
  display: block;
  margin: 0 auto !important;
}

.articles-part .edition-content {
  margin-top: 15px;
}

.articles-part .article-content .heading {
  min-height: 60px;
}

.article-list .row {
  --bs-gutter-y: 150px;
}

.article-img {
  position: relative;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-img .wishlist i {
  color: #ff0202;
}

.wishList.active i,
.eachWishlist.active i {
  color: #ff0000 !important;
}

.article-img .tag {
  bottom: 5%;
  left: 5%;
  transform: none;
  border-radius: 3px;
}

.article-content {
  margin-top: 16px;
}

.article-content .heading {
  font-weight: 400;
  line-height: 1.2;
  font-size: 25px;
}

.article-content .heading:hover {
  color: #bd6cae;
}

.author {
  margin: 10px 0 10px;
  display: inline-flex;
  gap: 11px;
}
.author-part .author-content .author-heading{
    color: #b879a7;
}
.author li img {
  max-width: 20px;
  margin-right: 7px;
}

.author li {
  /* font-size: 16px; */
  font-size: 13px;
  font-family: "Tiro Devanagari Hindi", serif;
  display: flex;
  color: #999999;
  align-items: center;
}

#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 73px;
}

#pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(98, 35, 110, 0.5);
  cursor: pointer;
  transition: all 0.9s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

#pagination li a.page-link {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
}

#pagination li:hover a.page-link {
  background: transparent;
  border: none;
}

#pagination li + li {
  margin-left: 10px;
}

#pagination li:hover,
#pagination li.active {
  background: #62236e;
}

#pagination li:hover a,
#pagination li.active a {
  background: #62236e;
}

.sidebar .monthly-edition img {
  max-width: 264px;
}

.popular-categories {
  margin-top: 35px;
  padding: 20px 25px;
}

.popular-categories .heading {
  font-size: 20px;
  color: #d8a2cc;
  font-weight: 500;
}

.authors-list .heading,
.recent-posts .heading {
  font-size: 25px;
  color: #d8a2cc;
  font-weight: 500;
}

.recent-posts .post-content .heading {
  font-size: 17px;
  color: #d8a2cc;
  font-weight: 500;
}

.category-list {
  margin-top: 10px;
}

.category-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #6d6d6d;
}

.category-list li:last-child .category-number {
  border-bottom: none;
}

.category-number h4,
.category-number p {
  color: #6d6d6d;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}

.categories-pagination {
  display: flex;
  align-items: center;
  justify-content: end;
}

.categories-pagination {
  display: flex;
  align-items: center;
  justify-content: end;
}

.categories-pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #62236e;
  cursor: pointer;
  color: #fff;
  transition: all 0.9s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.categories-pagination li a {
  color: #fff;
}

.categories-pagination li + li {
  margin-left: 10px;
}

.authors-list,
.recent-posts {
  padding: 20px 25px;
  margin-top: 28px;
}

.author-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.author-tags li {
  flex: 1 1 calc(50% - 10px);
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #bd6cae;
  text-align: center;
  box-sizing: border-box;
}

.author-tags li a {
  font-size: 14px;
  font-weight: 500;
  color: #bd6cae;
}

.all-recent {
  margin-top: 19px;
}

.each-recent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.recent-img {
  max-width: 100px;
  border-radius: 10px;
}

.post-content .date {
  margin-top: 10px;
}

.each-recent:first-child {
  margin-top: 0;
}

.getoff-part {
  /*background-image: url(../images/get-off-bg.png);*/
  background-image: url(../images/add.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 76px;
  position: relative;
  margin-top: 29px;
  background-color: rgba(215, 166, 201, 0.6);
}

.getoff-part::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(215, 166, 201, 0.6);
  z-index: 1;
}

.get-part {
  position: relative;
  z-index: 2;
  text-align: center;
}

.get-logo img {
  max-width: 158px;
  margin: 0 auto;
}

.get-part .heading {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin: 40px 0 58px;
}

/* ====================Article Details================== */
.article-details .subheading {
  margin-top: 23px;
  font-size: 16px;
  line-height: 28px;
}

.article-details .bold {
  color: #000;
}

.share-option {
  margin-top: 53px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #6d6d6d;
}

.share-option h5 {
  font-size: 30px;
  font-weight: 500;
  color: #a65e98;
}

.all-socials {
  margin-left: 27px;
}

.all-socials img {
  max-width: 30px;
}

.all-socials li + li {
  margin-left: 15px;
}

.all-socials li {
  display: inline-block;
  cursor: pointer;
}

.article-details .wishlist {
  right: 3%;
  font-size: 31px;
}

.humanequality {
  margin-top: 30px;
}

.humanequality .heading {
  color: #d9a7cd;
  font-weight: 500;
}

.all-equality .heading {
  color: #000;
  min-height: auto;
}

.all-equality {
  margin-top: 42px;
}

/* ====================Wishlist================== */
.all-wishlist {
  position: relative;
  padding: 100px 0 96px;
  margin-bottom: 50px;
}

.all-wishlist .row {
  /* --bs-gutter-y: 20px; */
  --bs-gutter-y: 130px;
}

/*============================= Terms & Conditions =============================*/
.terms {
  padding: 63px 0;
  position: relative;
}

.terms .subheading {
  font-size: 20px;
  color: #999;
  line-height: 1.6;
}

.terms .subheading a {
  font-weight: 500;
  color: #673677;
}

.condition-list {
  margin-top: 25px;
}

.condition-list li {
  position: relative;
}

.condition-list li::before {
  content: "";
  background-image: url(../images/snow.svg);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
}

.condition-list li + li {
  margin-top: 17px;
}

.condition-list li p {
  margin: 0;
  line-height: 1.6;
  font-size: 20px;
  color: #999999;
  display: flex;
  margin-left: 34px;
}

.number-listing {
  display: flex;
}

.total-listing .new-para {
  margin: 0;
  line-height: 1.6;
  font-size: 20px;
  color: #999999;
  display: block;
}

.condition-list li p span {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #d2a2c5;
  display: inline-block;
  margin-right: 15px;
  flex: 0 0 auto;
}

.condition-list ol.listing {
  list-style-type: decimal;
  padding-left: 12px;
}

.condition-list .listing {
  margin-top: 10px;
  font-size: 20px;
  color: #999999;
}

.condition-list .listing li + li {
  margin-top: 20px;
}

.listing li::before {
  display: none;
}

.email {
  color: #5f2b70;
  font-weight: 600;
  margin-left: 10px;
}

.phone {
  color: #999999;
  font-weight: 600;
  margin-left: 10px;
}

/*============================= Author =============================*/
.author-part {
  padding: 54px 0 118px;
  position: relative;
}

.author-top {
  padding: 33px 42px;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-top .mobile {
  display: none;
}
.author-top .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.author-content {
  max-width: 1052px;
}

.author-content .heading {
  /*color: #b879a7;*/
  color: #fff;
  font-weight: 500;
}

.author-content .subheading {
  font-size: 15px;
}

.social .subheading {
  font-size: 16px;
}

.socail-icons a img {
  max-width: 16px;
}

.social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.social li {
  display: inline-block;
}

.socail-icons,
.socail-icons li + li {
  margin-left: 11px;
  line-height: 1;
}

.total-numbers {
  padding: 9px 20px;
  background: #bd6bad;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-family: "Tiro Devanagari Hindi", serif;
  text-align: center;
  display: block;
  max-width: 150px;
  margin-top: 20px;
}

.total-numbers span {
  font-size: 25px;
  display: block;
}

.total-numbers:hover {
  color: #fff;
}

.author-bottom {
  margin-top: 52px;
}

.select-parts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select-part {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  padding: 12px 14px;
  background-color: #fff;
  color: #b879a7;
  border: 1px solid #e4e4e7;
  max-width: 170px;
}

.custom-select-part img {
  max-width: 16px;
  margin-right: 8px;
}

.custom-select-part .custom-select {
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 20px;
  color: #b879a7;
  font-weight: 500;
  font-size: 20px;
  background: transparent;
  appearance: none;
  width: 100%;
}

.ccustom-select-part .custom-select:focus {
  outline: none;
  box-shadow: none;
}

.custom-select-part .dropdown-icon {
  position: absolute;
  right: 12px;
  font-size: 20px;
  color: #b879a7;
  pointer-events: none;
}

.all-articles {
  margin-top: 61px;
}

.all-articles .row {
  --bs-gutter-y: 20px;
}

.all-articles #pagination {
  margin-top: 10px;
}

/*============================= magazine =============================*/
.magazine {
  padding: 52px 0;
}

.all-magazine {
  margin-top: 45px;
}

.all-magazine .each-magazine ._df_thumb.magazine_img {
  margin: 0 !important;
}

.magazine-part {
  margin-top: 30px;
}

.month {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
  gap: 10px;
}

.month img {
  max-width: 30px;
}

.month .heading {
  font-size: 18px;
  color: #a84598;
  font-weight: 500;
  margin-bottom: 0;
}

.all-magazine .row {
  --bs-gutter-y: 45px;
}

.hide-part {
  display: none;
}

.show-part {
  display: block;
}

.all-magazine .btn.show-more {
  max-width: 250px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-magazine .btn.show-more i {
  margin-right: 10px;
}

.all-magazine .btn {
  display: flex;
  align-items: center;
}

/*============================= Login =============================*/
.login-inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 0;
}

.login-inner:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/login-bg.jpg) top left repeat;
  z-index: -99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login .form-info {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 750px;
  margin: 0 auto;
}

.login .form-section {
  padding: 30px;
  border-radius: 10px 0 0 10px;
  text-align: left;
  position: relative;
}

.login .logo img {
  max-width: 120px;
}

.log_in_wrap {
  margin-top: 5px;
}

.log_in_wrap .heading {
  color: #66236f;
  font-size: 40px;
}

.log_in_wrap .subheading {
  font-size: 20px;
}

.login .form-section .each_input_item {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.login .form-section .each_input_field {
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
  height: 50px;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #a845940d;
  border-radius: 10px;
}

.inputIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #66236f;
  font-size: 20px;
}

form {
  margin-top: 0;
  display: block;
}

.form-label {
  margin-bottom: 10px;
}

form .row {
  --bs-gutter-y: 20px;
}

.login .form-section .checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.login .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #a845940d;
  border-radius: 3px;
  position: absolute;
  background-color: #a845940d;
}

.login .form-check-input:checked {
  background-color: #bf75b4;
}

.login .form-section .form-check-label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 16px;
  color: #535353;
}

.login .form-section a {
  font-size: 16px;
  color: #bf75b4;
}

.ripple-background .circle {
  position: absolute;
  border-radius: 50%;
  animation: ripple 15s infinite;
}

.ripple-background .xxlarge {
  width: 600px;
  height: 600px;
  left: -300px;
  top: -300px;
  z-index: -999;
}

.ripple-background .shade1 {
  background: #daa2cb42;
}

.ripple-background .xlarge {
  width: 400px;
  height: 400px;
  left: -200px;
  top: -200px;
  z-index: -999;
}

.ripple-background .shade2 {
  background: rgba(191, 105, 171, 0.51);
}

.ripple-background .large {
  width: 200px;
  height: 200px;
  left: -100px;
  top: -100px;
  z-index: -999;
}

.ripple-background .shade3 {
  background: #66236f;
}

.magazine_img {
  height: 373.547px !important;
  width: 246.203px !important;
  margin: 26px 30px !important;
}

._df_thumb {
  width: 100%;
  height: 450px;
}

.each-magazine ._df_thumb {
  margin: 0 auto;
}

.each-article {
  height: 220px !important;
}

.author-top.mobile {
  display: none;
}
/*====================================================== Responsive ========================================*/
@media screen and (max-width: 1600px) {
  .labor-day .left_btn {
    left: 10%;
  }

  .labor-day .right_btn {
    right: 10%;
  }

  .all-authors {
    padding-left: calc((100% - 1230px) / 4);
  }
}
@media only screen and (max-width: 1500px) {
  .labor-day .left_btn {
    left: 7%;
  }

  .labor-day .right_btn {
    right: 7%;
  }

  .all-authors {
    padding-left: calc((100% - 1330px) / 4);
  }
}
@media only screen and (max-width: 1440px) {
  .labor-day .left_btn {
    left: 7%;
  }
  .all-magazine .each-magazine ._df_thumb.magazine_img {
    margin: 0 auto !important;
    display: block;
    height: 290px !important;
    width: 196.203px !important;
  }
  .labor-day .right_btn {
    right: 7%;
  }

  .all-authors {
    padding-left: calc((100% - 1390px) / 4);
  }

  .get-part .btn {
    padding: 15px 36px;
  }

  .all-equality {
    margin-top: 10px;
  }
  .each-category {
    padding: 13px 10px;
    gap: 14px;
    width: 550px;
  }
  .each-category img {
    max-width: 35px;
  }
  .laborSwiper .swiper-slide ._df_thumb {
    height: 440px;
  }
  .laborSwiper .swiper-slide {
    /* height: 550px; */
    height: 100%;
  }

  .magazine_img {
    height: 315.547px !important;
    width: 206.203px !important;
  }
}
@media only screen and (max-width: 1367px){
     .laborSwiper .swiper-slide {
  height: 510px;
} 
}
@media only screen and (max-width: 991px) {
  .rsPadding {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .header-right .list-icon {
          padding-top: 4px;
  }
  .portfolio-details .row {
    --bs-gutter-y: 20px;
  }
  .author-top.desktop {
    display: none;
  }
  .author-top.mobile {
    display: block;
  }
  .author-top.mobile .total-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    max-width: 100%;
  }
  .social {
    margin-top: 10px;
  }
  .all-articles .each-article {
    height: 220px !important;
    margin-bottom: 115px;
  }
  .author-top.mobile .author-part {
    padding: 0 0 18px;
  }
  .author-top.mobile .total-numbers span {
    font-size: 20px;
    display: inline-flex;
  }
  .author-top.mobile .author-part {
    display: flex;
    gap: 30px;
  }
  .each-article {
    height: auto !important;
  }
  .article-page.article-list .row {
    --bs-gutter-y: 140px;
  }
  .article.rsPadding {
    margin-bottom: 0;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main_header {
    padding: 12px 0;
  }

  span.toggle-menu img {
    float: left;
  }

  .main_header {
    width: 100%;
    padding: 10px 0;
  }

  .main_header .cta {
    float: inline-end;
    padding: 6px 20px;
  }

  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 5px;
    display: block;
    cursor: pointer;
    background: #a84594;
    border-radius: 5px;
    margin-left: 20px;
    max-width: 34px;
  }

  .overlay {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .overlay.show {
    opacity: 1;
    visibility: visible;
  }

  .navigation_sec .nav_sec ul > li.active,
  .navigation_sec .nav_sec ul > li:hover {
    background-color: #ffff;
    border-radius: 0;
  }

  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    padding: 90px 0 0;
    background: #bd6cae;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }

  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }

  .navigation_sec .nav_sec > ul {
    text-align: left;
  }

  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    border-top: none !important;
  }

  .navigation_sec .nav_sec ul > li:hover {
    background-color: #000;
    border-radius: 0;
  }

  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }

  .navigation_sec .nav_sec ul > li a {
    color: #fff;
    padding: 11px 35px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }

  .main_header .logo {
    display: block;
  }

  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }

  .navigation_sec .nav_sec i {
    float: right;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }

  .navigation_sec .nav_sec ul > li:hover ul {
    display: block;
    background: #fff;
  }

  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }

  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #a84594;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }

  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #a84594;
  }

  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #a84594;
    font-size: 14px;
  }

  .navigation_sec .nav_sec ul ul > li:hover > a,
  .navigation_sec .nav_sec ul ul > li.active > a {
    background: #a84594;
    color: #fff;
  }

  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation_sec .nav_sec > ul > li:hover a,
  .navigation_sec .nav_sec > ul > li.active a {
    color: #682572;
  }

  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navigation_sec .nav_sec > ul > li a {
    font-size: 26px;
  }

  .monthly-edition {
    padding: 17px 0px;
  }

  .btn-wrapper {
    gap: 10px;
  }

  .brotherhood {
    gap: 0;
    justify-content: space-between;
  }

  .btn-wrapper .btn,
  .btn-wrapper .btn-1 {
    padding: 15px 41px;
  }

  .universal {
    gap: 30px;
  }

  .breadcrumbs {
    padding: 14px 20px;
  }

  .banner-part .monthly-edition {
    padding: 17px;
  }

  .edition-content .heading {
    font-size: 20px;
  }

  .inner-banner {
    height: 230px;
  }

  .banner-content .heading {
    font-size: 25px;
  }

  .monthly-edition img {
    max-width: 100px;
  }

  .banner-part .swiper-horizontal > .swiper-pagination-bullets,
  .banner-part .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 38%;
  }

  .each-category {
    gap: 0;
    padding: 13px 10px;
    width: 180px;
    max-width: 100% !important;
  }

  .each-category img {
    max-width: 30px;
    margin-right: 10px;
  }

  .each-category .subheading {
    font-size: 16px;
  }

  .portfolio-flters {
    overflow-x: scroll;
    gap: 20px;
  }

  .portfolio-container .row,
  .all-materials .row {
    --bs-gutter-y: 30px;
  }

  .portfolio-part {
    margin-top: 20px;
  }

  .wishlist {
    top: 4%;
    right: 3%;
  }

  .subscription-bg {
    padding: 40px;
  }

  .subscription-content .heading {
    font-size: 20px;
  }

  .subscription-content .form-control {
    padding: 5px;
  }

  .family-bottom {
    gap: 10px;
  }

  .family-bottom img {
    max-width: 90px;
    border-radius: 10px;
  }

  .family-bottom .date {
    margin: 8px 0 0;
  }

  .family-bottom .heading {
    min-height: auto;
    font-size: 16px;
  }

  .family-bottom .subheading {
    display: none;
  }

  .all-authors {
    padding-left: 1%;
  }

  .laborSwiper {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .footer-top {
    padding: 0px 0 20px;
  }

  .footer-left .subheading {
    max-width: 100%;
  }

  .all-links {
    margin-top: 30px;
  }

  .footer-bottom {
    padding: 30px 0 0;
    display: grid;
    justify-content: center;
    gap: 10px;
  }

  .magazine-right .heading {
    margin-bottom: 0;
  }

  .condition-list ol.listing {
    padding-left: 2%;
  }

  .total-listing {
    margin-left: 5%;
  }

  .condition-list li p span {
    max-width: 240px;
  }

  .rt-image {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .rt-img-list li:nth-child(1) {
    max-width: 400px;
  }

  .rt-img-list li:nth-child(2) {
    right: 0;
    max-width: 330px;
  }

  .login .form-info {
    max-width: 600px;
  }

  .rt-img-list li:nth-child(3) {
    right: 0;
    bottom: 0;
    max-width: 570px;
  }

  .power-publishing {
    padding: 85.5px 0 125.5px;
  }

  .contact-part {
    padding: 20px 20px;
  }

  .each-counter {
    padding: 10px;
    width: 100%;
    height: auto;
  }

  .counter-content h5 {
    font-size: 25px;
  }

  .articles-part {
    margin-top: 0;
  }

  .each-counter img {
    max-width: 48px;
  }

  .human-equality {
    padding: 32px 0 31px;
  }

  .human-left {
    padding: 31px 31px;
    max-width: 100%;
    min-height: auto;
  }

  .articles-part > .row,
  .sidebar > .row {
    --bs-gutter-y: 30px;
  }

  .sidebar .monthly-edition {
    max-width: 400px;
    margin: 0 auto;
  }

  .all-equality .heading {
    color: #000;
    font-size: 22px;
  }

  .author {
    flex-wrap: wrap;
  }

  .counter-content .subheading {
    font-size: 16px;
  }

  .custom-select-wrapper,
  .custom-datepicker {
    width: 100%;
  }

  .filter-part .btn {
    margin: 0 auto;
    display: block;
  }

  .popular-categories {
    margin-top: 0;
    height: 100%;
  }

  .authors-list,
  .recent-posts {
    margin-top: 0;
  }

  .filter-part {
    margin-bottom: 20px;
  }

  .filter-part .row {
    --bs-gutter-y: 20px;
  }

  .filter-part.filter-part-desktop {
    display: none;
  }

  .filter-part.filter-part-mobile {
    display: block;
  }

  .author-top {
    padding: 20px;
    display: grid;
  }

  .article-content .heading {
    font-size: 18px;
  }

  .articles-part .article-content .heading {
    min-height: 44px;
  }

  ._df_thumb {
    height: 340px;
  }

  .bannerSwipper .swiper-slide {
    min-height: 100%;
    height: 409px;
  }

  .each-banner img {
    min-height: 409px;
    object-fit: cover;
  }

  .upload-part .swiper-slide {
    margin-bottom: 20px;
  }

  .each-magazine {
    text-align: center;
  }

  .all-magazine .each-magazine ._df_thumb.magazine_img {
    width: 100% !important;
    height: 400px !important;
  }

  .getoff-part {
    margin-top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content span {
    font-size: 12px;
  }
  .author-top.mobile .author-part {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .all-articles .each-article {
    height: 210px !important;
    margin-bottom: 65px;
  }
  .author-content .heading {
    font-size: 24px;
  }
  .banner-content .heading {
    font-size: 20px;
  }

  .banner-content .subheading {
    font-size: 13px;
  }

  .banner-part .swiper-horizontal > .swiper-pagination-bullets,
  .banner-part .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 40%;
    bottom: 1%;
  }

  .banner-part .row,
  .all-links .row {
    --bs-gutter-y: 30px;
  }

  .monthly-edition img {
    max-width: 180px;
  }

  .shape-1 img {
    max-width: 112px;
  }

  .upload-slider {
    margin: 28px 0px 0px 100px;
  }

  .category-slider .swiper-slide {
    margin-bottom: 20px;
  }

  .category-slider .swiper-wrapper {
    flex-wrap: nowrap !important;
  }

  .category-slider .swiper-slide {
    width: auto !important;
  }

  .each-category {
    max-width: 100% !important;
    height: auto;
  }

  .category-top {
    margin: 5px 0 20px;
  }

  .each-category {
    max-width: 153px;
    margin-bottom: 18px;
  }

  .portfolio-flters li {
    text-align: center;
    min-height: 118px;
  }

  .portfolio-flters li span {
    min-height: 50px;
  }

  .portfolio-details {
    margin-top: 26px;
  }

  .subscription-bg {
    padding: 20px;
  }

  .family-bottom .heading {
    min-height: 50px;
  }

  .family-bottom .date {
    margin: 0;
  }

  .labor-day .right_btn {
    right: 0;
  }

  .labor-day .left_btn {
    left: 0;
  }

  .rt-img-list li:nth-child(2) {
    max-width: 330px;
  }

  .rt-img-list li:nth-child(1) {
    max-width: 400px;
  }

  .rt-img-list li:nth-child(3) {
    bottom: 0;
    max-width: 480px;
  }

  .shape-5 {
    left: 20%;
    top: 43%;
  }

  .rt-image {
    min-height: 570px;
  }

  .power-publishing .heading {
    font-size: 32px;
  }

  .each-counter {
    padding: 20px 10px;
  }

  .each-counter img {
    max-width: 36px;
  }

  .counter-content h5 {
    font-size: 26px;
  }

  .counter-content .subheading {
    font-size: 16px;
  }

  .universal {
    gap: 26px;
    flex-direction: column;
  }

  .human-left img {
    max-width: 100%;
    max-height: 100%;
  }

  .searchOverlay {
    height: 87px;
  }

  .contact-part .row,
  .all-equality > .row {
    --bs-gutter-y: 30px;
  }

  .filter-part {
    margin-bottom: 20px;
  }

  .getoff-part {
    margin-top: 0;
  }

  .home_magazine {
    cursor: pointer;
    height: 355px !important;
    width: 234px !important;
    margin: 0px auto !important;
    justify-content: center;
    display: flex;
  }

  /* .subscription-content .input-with-icon {
    margin-top: 30px;
  } */
  .subscription-content .input-with-icon {
    margin-top: 0;
  }

  .subscription-content .btn {
    padding: 15px 26px;
    font-size: 16px;
    line-height: 0;
  }

  .all-magazine .each-magazine ._df_thumb.magazine_img {
    height: 520px !important;
  }

  #pagination {
    margin-top: 0;
  }
  .article-list .row {
    --bs-gutter-y: 120px;
  }
  .article .humanequality .each-article {
    height: 380px !important;
  }
  .breadcrumbs li a {
    font-size: 20px;
  }
  .breadcrumbs li span {
    font-size: 20px;
  }
  .contact-part .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 575px) {
  .rsPadding {
    padding: 30px 0;
  }
      .author-content .heading {
        font-size: 18px;
    }
    .banner-part .edition-content{
            margin-top: 20px;
    }
    .each-author {
  min-height: 149px;
}
  .article.rsPadding {
    margin-bottom: 30px;
  }
  .all-wishlist .row{
    --bs-gutter-y: 10px;
  }
  .article-img img {
    height: auto;
  }
  .article-page.article-list .row {
    --bs-gutter-y: 10px;
  }
  .article-list.article-category .row {
    --bs-gutter-y: 10px;
  }
  .list-icon li a {
    height: 100%;
  }
  .contact-right br {
    display: block;
  }
  .main_header.header-desktop {
    display: none;
  }

  .main_header.header-mobile {
    display: block;
  }

  .rt-img-list li {
    position: relative;
  }

  .rt-img-list li:nth-child(1) {
    max-width: 100%;
  }

  .rt-img-list li:nth-child(2) {
    max-width: 100%;
    top: 0;
  }

  .rt-img-list li:nth-child(3) {
    max-width: 100%;
  }

  .rt-img-list {
    display: grid;
    gap: 30px;
  }

  .all-category.category-desktop {
    display: none;
  }

  .all-category.category-mobile {
    display: block;
  }

  .category-mobile-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10.22px;
    height: 10.22px;
    opacity: 1;
    border-radius: 100px;
    background: #d4a5ca;
  }

  .category-mobile-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #c95a9a;
    height: 10.44px;
    width: 19.81px;
    opacity: 1;
  }

  .category-mobile-slider .swiper-slide {
    margin-bottom: 20px;
  }

  .category-top {
    display: flex;
  }

  .each-category {
    max-width: 100% !important;
  }

  .footer-bottom {
    text-align: center;
  }

  .inner-content .heading {
    font-size: 22px;
  }
  .breadcrumbs {
    padding: 10px;
  }
  .breadcrumbs li + li:before {
    font-size: 16px;
  }

  .power-publishing {
    padding: 45.5px 0 55.5px;
  }

  .all-counters {
    flex-wrap: wrap;
  }

  .power-publishing .heading {
    font-size: 28px;
  }

  .btn {
    padding: 15px 25px;
  }

  .btn-1 {
    padding: 15px 50px;
  }

  .laborSwiper {
    width: 80%;
  }

  .laborSwiper .swiper-slide img {
    max-width: 220px;
    margin: 0 auto;
  }

  .left_btn img,
  .right_btn img {
    width: 25px;
  }

  .labor-day .right_btn {
    right: 2%;
  }

  .labor-day .left_btn {
    left: 2%;
  }

  .inner-banner {
    height: 284px;
  }

  .contact-part {
    padding: 30px 20px;
  }

  .main_header .logo img {
    margin: 0 auto;
  }

  .magazine {
    padding: 32px 0;
  }

  .custom-select-wrapper,
  .custom-datepicker {
    width: 100%;
  }

  .custom-datepicker input {
    padding: 12px 15px;
  }

  .article-content .heading {
    font-size: 22px;
  }

  .breadcrumbs li a,
  .breadcrumbs li span {
    font-size: 16px;
  }

  .get-part .btn {
    padding: 15px 55px;
  }

  .closeBtn {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .navigation_sec .nav_sec {
   width: 60%;
  }
  .inner-banner {
    height: 200px;
  }

  .all-authors {
    margin-top: 16px;
    padding: 0 10px;
  }

  .family .row {
    --bs-gutter-y: 20px;
  }

  .family-bottom .heading {
    min-height: 50px;
  }

  .footer-desktop {
    display: none;
  }

  .footer-mobile {
    display: block;
  }

  .social-play {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }

  .social-part {
    margin-top: 0;
  }

  .header-right {
    justify-content: space-around;
    gap: 20px;
    margin-top: 2px;
  }

  .deputy-editor {
    gap: 25px;
  }

  .month img {
    max-width: 20px;
  }

  .month .heading {
    font-size: 14px;
  }

  .all-magazine .row {
    --bs-gutter-y: 15px;
  }

  .contact-list {
    margin-top: 10px;
  }

  .contact-list li {
    gap: 10px;
    margin: 20px 0;
  }

  .icon {
    width: 40px;
    height: 40px;
  }

  .icon img {
    max-width: 24px;
  }

  .contact-right {
    padding: 20px 20px;
  }

  .condition-list li p {
    display: block;
    font-size: 16px;
    margin-left: 30px;
  }

  .total-listing .new-para {
    font-size: 16px;
  }

  .listing li,
  .terms .subheading {
    font-size: 16px;
  }

  .condition-list li p span {
    max-width: 100%;
  }

  .total-listing {
    margin-left: 2%;
  }

  .condition-list li p span {
    margin-right: 5px;
  }

  .contact-us {
    margin: 0;
  }

  .home_magazine {
    cursor: pointer;
    height: 355px !important;
    width: 234px !important;
    margin: 0px auto !important;
    justify-content: center;
    display: flex;
  }

  .magazine_img {
    height: 332.547px !important;
    width: 212.203px !important;
  }

  .human-equality .human-left {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .all-magazine .each-magazine ._df_thumb.magazine_img {
    height: 360px !important;
  }
  /*.human-equality .human-left.magazine-human ._df_thumb.magazine_img {*/
  /*  width: 400px !important;*/
  /*  height: 600px !important;*/
  /*}*/
      .human-equality .human-left.magazine-human ._df_thumb.magazine_img {
        width: 290px !important;
        height: 470px !important;
    }
  .human-equality ._df_thumb.magazine_img {
    width: 400px !important;
    height: 600px !important;
    text-align: center;
    margin: 0 auto !important;
    display: block;
  }
  .article .humanequality .each-article {
    height: 310px !important;
  }
  .moon-icon {
    line-height: auto;
  }
  .footer-right .btn {
    padding: 10px 20px;
  }
  .article-list .row {
    --bs-gutter-y: 150px;
  }
  .play-store {
    display: block;
  }
  .author-bottom {
    margin-top: 20px;
  }
  .all-articles .each-article {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .all-articles .row {
    --bs-gutter-y: 0;
  }
}
@media only screen and (max-width: 490px) {
  .get-part .heading {
    margin: 20px 0 20px;
    font-size: 40px;
  }

  .article-content .heading {
    font-size: 16px;
  }

  .inner-content .heading {
    font-size: 20px;
  }

  .breadcrumbs li a,
  .breadcrumbs li span,
  .breadcrumbs li + li:before {
    font-size: 15px;
  }

  .breadcrumbs {
    margin-top: 10px;
    padding: 10px 12px;
  }

  #pagination {
    margin-top: 0;
  }

  .all-articles {
    margin-top: 26px;
  }

  .home_magazine {
    cursor: pointer;
    height: 355px !important;
    width: 234px !important;
    margin: 0px auto !important;
    justify-content: center;
    display: flex;
  }

  .magazine_img {
    height: 230.547px !important;
    width: 150.203px !important;
  }

  .filter-part .btn {
    padding: 15px !important;
  }

  .all-magazine .each-magazine ._df_thumb.magazine_img {
    height: 340px !important;
  }

  .human-equality ._df_thumb.magazine_img {
    width: 334px !important;
    height: 506px !important;
  }

  .article-list .row {
    --bs-gutter-y: 180px;
  }

  .sidebar .monthly-edition .magazine_img {
    width: 264px !important;
    height: 400px !important;
  }

  .article .humanequality .each-article {
    height: 300px !important;
  }
  .all-magazine {
    margin-top: 25px;
  }
  .article-list .row {
    --bs-gutter-y: 140px;
  }
  .breadcrumbs {
    white-space: normal;
  }
  .contact-part {
    padding: 20px;
  }
  .submit-btn-wrapper .btn {
    padding: 10px 35px;
  }
  /* .contact-list li {
    display: grid;
  } */
  .icon {
    width: 50px;
    height: 50px;
  }
  .icon img {
    max-width: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .magazine-card {
    padding: 20px 35px;
    height: auto;
  }
  .laborSwiper .swiper-slide ._df_thumb {
    height: 420px;
  }
  .laborSwiper .swiper-slide {
    height: 490px;
  }
  .all-magazine .each-magazine ._df_thumb.magazine_img {
    height: 240px !important;
  }
  .human-equality ._df_thumb.magazine_img {
    width: 300px !important;
    height: 446px !important;
  }
  .brotherhood {
    align-items: baseline;
  }
  .human-equality.human-about ._df_thumb.magazine_img {
    width: 270px !important;
    height: 406px !important;
  }
  .btn-wrapper .btn,
  .btn-wrapper .btn-1 {
    padding: 12px 30px;
  }
  .article-list .row {
    --bs-gutter-y: 125px;
  }
  .share-option {
    justify-content: space-between;
  }
  .share-option h5 {
    font-size: 18px;
  }
  .all-socials img {
    max-width: 20px;
  }
  .article-img img {
    max-height: 160px;
  }
  .contact-right .heading {
    margin-bottom: 6px;
    font-size: 24px;
  }
  .contactForm {
    margin-top: 0;
  }
  .each-input {
    margin-bottom: 12px;
  }
  .submit-btn-wrapper .btn {
    padding: 10px 45px;
    margin-top: 10px;
  }
  .contact-list {
    margin-top: 0;
  }
  .contact-part .row {
    --bs-gutter-y: 20px;
  }
  .contact-list li + li {
    margin-top: 10px;
  }
  .closeBtn {
    right: 0;
    top: 6%;
    transform: none;
    font-size: 18px;
  }
  .list-icon li a {
    height: 100%;
  }
}
