/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font ExtraBlack";
  src: url("../fonts/movafaghiat-ExtraBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "movafaghiat-font";
  src: url("../fonts/movafaghiat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "movafaghiat-font";
  line-height: 1.65;
  font-size: 15px;
  background-color: #f3f0e9;
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 13px;
  }
}

.btn {
  font-size: 14px;
}

a {
  text-decoration: none;
}

input {
  font-family: "movafaghiat-font";
}

.nostyle-button {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.container.bordered {
  border: 1px solid #999;
  border-radius: 1rem;
}
.container.overfow {
  overflow-x: hidden;
}
.container.inner-footer {
  padding-bottom: 10rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(141, 173, 164, 0.2);
}

img {
  max-width: 100%;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.font-size-1x {
  font-size: 1em !important;
}
.font-size-2x {
  font-size: 1.25em !important;
}
.font-size-3x {
  font-size: 1.5em !important;
}
.font-size-4x {
  font-size: 2em !important;
}
.font-size-5x {
  font-size: 2.5em !important;
}
.font-size-6x {
  font-size: 3em !important;
}
@media (max-width: 768px) {
  .font-size-2x {
    font-size: 1.1em !important;
  }
  .font-size-3x {
    font-size: 1.25em !important;
  }
  .font-size-4x {
    font-size: 1.6em !important;
  }
  .font-size-5x {
    font-size: 2.1em !important;
  }
  .font-size-6x {
    font-size: 2.5em !important;
  }
}

.w-20 {
  width: 20%;
}

.ltr {
  direction: ltr !important;
  text-align: left !important;
}

.rtl {
  direction: rtl !important;
  text-align: right !important;
}

@media (min-width: 992px) and (max-width: 1201px) {
  .col-md-4-5 {
    flex: 0 0 auto;
    width: 37%;
  }
}
.special-color {
  color: #881477 !important;
}

.text-color {
  color: #70716c !important;
}

.black-color {
  color: #101010 !important;
}

.primary-color {
  color: #d91a1d !important;
}

.third-color {
  color: #cb4040 !important;
}

.blog_list_side_product_slider {
  position: relative;
  padding: 0 2rem;
}
.blog_list_side_product_slider .owl-nav {
  position: absolute;
  top: 30%;
  right: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_list_side_product_slider .owl-nav .slider-btn {
  width: 2rem;
  height: 2rem;
  background-color: #d91a1d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.blog_list_side_product_slider .owl-nav .slider-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/white-angle-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.blog_list_side_product_slider .owl-nav .slider-btn:hover {
  background-color: #cc4041;
}
.blog_list_side_product_slider .owl-nav .slider-btn.slider-next-btn::after {
  transform: rotate(-90deg);
}
.blog_list_side_product_slider .owl-nav button:hover {
  background-color: unset !important;
}

.shared_popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.65);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.shared_popup_box {
  overflow: hidden;
  border-radius: 1rem;
  border: 2px solid #d91a1d;
  background-color: #ffffff;
  max-width: 970px;
  transform: translateY(30px);
  transition: 0.4s;
}
.shared_popup_header {
  background-color: #d91a1d;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25em;
  font-weight: 600;
  color: #ffffff;
}
.shared_popup_header p {
  margin-bottom: 0;
}
.shared_popup_header button {
  border: 1px solid #ffffff;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
}
.shared_popup_body {
  padding: 1rem;
  text-align: justify;
}
.shared_popup.active {
  opacity: 1;
  visibility: visible;
}
.shared_popup.active .shared_popup_box {
  transform: translateY(0px);
}
.shared_ads img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .shared_ads {
    display: flex;
    justify-content: space-between;
  }
}
.shared_player .play-btn {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 50%;
  background-color: #414143;
  margin-right: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.shared_player .play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 10px solid transparent;
  margin-left: 5px;
}
.shared_player .play-btn.paused::before, .shared_player .play-btn.paused::after {
  content: "";
  display: block;
  border: unset;
  width: 5px;
  height: 18px;
  background-color: #ffffff;
  margin: 0 2.5px;
  border-radius: 2px;
}
.shared_player .play-btn:hover {
  background-color: #d91a1d;
}
.shared_player .play-wrapper {
  width: 100%;
}
.shared_player .timer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  direction: ltr;
  text-align: left;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.shared_player .timer .current::after {
  content: "|";
  margin: 0 0.25rem;
}
.shared_list_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.shared_list_title .title {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  color: #6c7071;
  white-space: nowrap;
}
.shared_list_title hr {
  width: 100%;
  color: #70716c;
  margin: 0 0.5rem;
}
.shared_list_title .more {
  color: #70716c;
  font-weight: 400;
  font-size: 0.8em;
  white-space: nowrap;
  transition: all 0.3s ease-in;
}
.shared_list_title .more:hover {
  color: #d91a1d;
}
.shared_list_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.shared_list_more hr {
  width: 100%;
  color: #70716c;
  margin-left: 1rem;
}
.shared_list_more .more {
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid #101010;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 400;
  color: #70716c;
  transition: all 0.3s ease-in;
}
.shared_list_more .more:hover {
  background-color: #70716c;
  border-color: #70716c;
  color: #ffffff;
}
.shared_top_btn {
  margin-top: 2rem;
}
.shared_top_btn .to-top {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ce3f45;
  border-radius: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.shared_top_btn .to-top img {
  width: 15px;
  height: auto;
}
.shared_top_btn .to-top:hover {
  background-color: #d91a1d;
}
.shared_submit_btn {
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #cb4040;
  background-color: #cb4040;
  font-weight: 500;
  font-size: 1em;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.shared_submit_btn:hover {
  background-color: #ffffff;
  color: #cb4040;
}
@media only screen and (max-width: 768px) {
  .shared_ads img {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .shared_ads {
    align-items: center;
    justify-content: center;
  }
  .shared_ads img {
    margin-left: 0 !important;
    margin: 0 0.25rem;
  }
}

.header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  padding-top: 1rem;
}
.header ul {
  padding-right: 0;
  list-style-type: none;
  margin: 0;
}
.header_toggle {
  width: 2rem;
  height: 2rem;
  border: 1px solid #999;
  border-radius: 5px;
  margin-left: 0.5rem;
  padding: 6px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: none;
}
.header_toggle img {
  width: 100%;
  height: auto;
}
.header_toggle:hover {
  border-color: #d91a1d;
}
.header .logo img {
  display: block;
}
.header_menu {
  flex-grow: 1;
  border-bottom: 1px solid #999;
}
.header_menu ul li {
  display: inline-block;
}
.header_menu ul li > a {
  display: block;
  padding: 1rem 0.75rem;
  color: #101010;
  transition: 0.3s;
  font-weight: 500;
}
.header_menu ul li > a:hover {
  color: #d91a1d;
}
.header_menu ul li ul {
  box-shadow: 0px 6px 20px -6px rgba(16, 16, 16, 0.4);
  border-radius: 1rem;
}
.header_menu ul li.normal-menu {
  position: relative;
}
.header_menu ul li.normal-menu > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icons/angle-down.svg");
  margin-right: 0.25rem;
  width: 0.7rem;
  height: 0.7rem;
  opacity: 0.8;
  transition: all 0.3s;
}
.header_menu ul li.normal-menu > ul {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  width: 280px;
  transition: max-height 0.8s ease;
  max-height: 0;
  z-index: 997;
  overflow: hidden;
}
.header_menu ul li.normal-menu > ul li {
  display: block;
  margin-left: 0;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}
.header_menu ul li.normal-menu > ul li a {
  padding: 0 1rem;
  font-size: 0.95em;
  font-weight: 400;
}
.header_menu ul li.normal-menu > ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.header_menu ul li.normal-menu.width-50 > ul {
  width: 160px;
}
.header_menu ul li.normal-menu:hover > a::after {
  transform: rotate(180deg);
}
.header_menu ul li.normal-menu:hover > ul {
  max-height: 3000px;
}
.header_menu ul li.normal-menu.new-menu > ul li {
  padding-bottom: 0;
  border-bottom: unset;
}
.header_menu ul li.normal-menu.new-menu > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}
.header_menu ul li.normal-menu.new-menu > ul li a:hover {
  background-color: #cb4040;
  color: #ffffff;
}
.header_menu ul li.mega-menu > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icons/angle-down.svg");
  margin-right: 0.25rem;
  width: 0.7rem;
  height: 0.7rem;
  opacity: 0.8;
}
.header_menu ul li.mega-menu > ul {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  transition: max-height 0.8s ease;
  max-height: 0;
  overflow: hidden;
  display: flex;
}
.header_menu ul li.mega-menu > ul > * {
  flex: 1;
  padding: 1rem;
  margin: 0;
}
.header_menu ul li.mega-menu > ul > * a {
  padding: 0;
  text-align: center;
}
.header_menu ul li.mega-menu > ul > * a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
}
.header_menu ul li.mega-menu:hover > ul {
  max-height: 3000px;
}
.header_menu ul li.active a {
  position: relative;
  display: flex;
  color: #cb4040;
}
.header_menu ul li.active a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-image: url("../images/forMenu.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.header_actions {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-right: 1rem;
}
.header_actions .btn-holder {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.header_actions .btn-holder .btn-primary {
  background-color: #d91a1d;
  border-color: #d91a1d;
}
.header_actions .btn-holder .btn-primary:hover {
  background-color: #cb4040;
  border-color: #cb4040;
}
.header_actions .btn-holder .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(203, 64, 64, 0.5);
}
.header_actions .user {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  max-width: 110px;
}
.header_actions .user .user-name {
  color: #101010;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
  margin-left: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header_actions .user .user-icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 50%;
  background-color: #ca4242;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_actions .user .user-icon img {
  width: 17px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(27deg) brightness(104%) contrast(99%);
}
.header_search_form {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  margin-top: 1rem;
  max-width: 970px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
.header_search_form input.form-control {
  flex-grow: 1;
  background-color: transparent;
  border: 0;
  margin: 0.5rem;
  margin-left: 1rem;
  width: calc(100% - 10rem);
  transition: all 0.3s ease-in;
}
.header_search_form input.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.header_search_form input.form-control:focus + .search_social::after {
  transform: scaleX(1);
}
.header_search_form button {
  margin-right: 1rem;
  min-width: 2rem;
}
.header_search_form button img {
  filter: invert(82%) sepia(0%) saturate(17%) hue-rotate(179deg) brightness(87%) contrast(84%);
}
.header_search_form button.close-btn {
  margin-right: 0;
  margin-left: 1rem;
}
.header_search_form button.close-btn img {
  width: 1.8rem;
  border-right: 2px solid #70716c;
  transition: all 0.3s ease-in;
}
.header_search_form button.close-btn:hover img {
  filter: invert(22%) sepia(36%) saturate(5319%) hue-rotate(346deg) brightness(101%) contrast(75%);
}
.header_search_form.active {
  max-height: 200px;
  padding-bottom: 1rem;
}
.header_search_form .search_social {
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.header_search_form .search_social li {
  margin: 0 0.5rem;
}
.header_search_form .search_social li img {
  filter: invert(22%) sepia(36%) saturate(5319%) hue-rotate(346deg) brightness(101%) contrast(75%);
  transition: all 0.3s ease-in;
}
.header_search_form .search_social li:hover img {
  filter: invert(42%) sepia(63%) saturate(5760%) hue-rotate(341deg) brightness(87%) contrast(80%);
  transform: scale(1.1);
}
.header_search_form .search_social::after, .header_search_form .search_social::before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: 2px;
  position: absolute;
  right: 1rem;
  left: 1rem;
  top: 3rem;
  background-color: #70716c;
  z-index: 1;
}
.header_search_form .search_social::after {
  z-index: 2;
  background-color: #d91a1d;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in;
}
.header_search_btn {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header_search_btn .search-icon {
  display: inline-block;
}
.header_search_btn .close-icon {
  display: none;
  transform: scale(1.3);
}
.header_search_btn.active .search-icon {
  display: none;
}
.header_search_btn.active .close-icon {
  display: inline-block;
}
.header_search_list {
  width: 100%;
  padding-top: 0.5rem;
  position: relative;
}
.header_search_list > div {
  display: block;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1rem;
  color: #70716c;
  font-weight: 400;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.header_search_list > div strong {
  font-weight: 600;
}
.header_search_list > div::before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  background-image: url("../images/icons/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  filter: invert(82%) sepia(0%) saturate(17%) hue-rotate(179deg) brightness(87%) contrast(84%);
  transition: all 0.3s ease-in;
}
.header_search_list > div:hover, .header_search_list > div.autocomplete-active {
  background-color: rgba(217, 26, 29, 0.2);
}
.header_search_list > div:hover::before, .header_search_list > div.autocomplete-active::before {
  filter: invert(42%) sepia(63%) saturate(5760%) hue-rotate(341deg) brightness(87%) contrast(80%);
}
.header_search_list > span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
}
.header_overlay {
  display: none;
}
.header_cart_btn {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .header {
    align-items: center;
  }
  .header_toggle {
    display: flex;
  }
  .header_menu > ul {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 70%;
    max-width: 350px;
    background-color: #f3f0e9;
    z-index: 999;
    padding: 2rem 1rem;
    overflow-y: scroll;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    right: -100%;
  }
  .header_menu > ul li {
    display: block;
    border-bottom: 1px solid #d1d1d1;
  }
  .header_menu > ul li.normal-menu > ul {
    position: unset;
    width: 100%;
    background-color: #f3f0e9;
    border-radius: 0;
    box-shadow: unset;
  }
  .header_menu > ul li.normal-menu > ul li a {
    padding-right: 1.5rem;
  }
  .header_menu > ul li.normal-menu.width-50 > ul {
    width: 100%;
  }
  .header_menu > ul li.mega-menu > ul {
    position: unset;
    flex-direction: column;
  }
  .header_search_form {
    top: 105%;
  }
  .header_overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(16, 16, 16, 0.7);
    z-index: 998;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
  }
  .header.active .header_menu > ul {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .header.active .header_overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 576px) {
  .header_actions .btn-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .header_actions .btn-wrapper .header_cart_btn,
  .header_actions .btn-wrapper .header_search_btn {
    margin-top: 0.5rem;
  }
}

.home_intro {
  padding: 3rem 1rem;
}
.home_intro_sidebar {
  margin-right: -33px;
  position: relative;
  min-width: 323px;
  height: 100%;
  min-height: 670px;
  overflow: hidden;
}
.home_intro_sidebar > img {
  position: absolute;
  top: 0;
  right: -320px;
  bottom: 0;
  width: 640px;
  max-width: unset;
  height: auto;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.home_intro_sidebar .main-title {
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.25;
  color: #c9252c;
}
.home_intro_sidebar_links a {
  position: absolute;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25em;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  transition: all 0.3s ease-in;
}
.home_intro_sidebar_links a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.home_intro_sidebar_links a:nth-child(1) {
  top: 14%;
  right: 18%;
}
.home_intro_sidebar_links a:nth-child(2) {
  top: 38%;
  right: 61%;
}
.home_intro_sidebar_links a:nth-child(3) {
  top: 62%;
  right: 57%;
}
.home_intro_sidebar_links a:nth-child(4) {
  top: 78%;
  right: 17%;
}
.home_intro_sidebar_links a:nth-child(5) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar_links a:nth-child(6) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar_links a:nth-child(7) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar_links a:nth-child(8) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(8) {
  right: 18%;
  top: 14%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(1) {
  top: 38%;
  right: 61%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(2) {
  top: 62%;
  right: 57%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(3) {
  top: 78%;
  right: 17%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(4) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(5) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(6) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(7) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(7) {
  right: 18%;
  top: 14%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(8) {
  top: 35%;
  right: 59%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(1) {
  top: 62%;
  right: 53%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(2) {
  top: 79%;
  right: 16%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(3) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(4) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(5) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(6) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(6) {
  right: 14%;
  top: 12%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(7) {
  top: 32%;
  right: 58%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(8) {
  top: 60%;
  right: 55%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(1) {
  top: 79%;
  right: 13%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(2) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(3) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(4) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(5) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(5) {
  right: 12%;
  top: 12%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(6) {
  top: 30%;
  right: 59%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(7) {
  top: 58%;
  right: 58%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(8) {
  top: 79%;
  right: 16%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(1) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(2) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(3) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(4) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(4) {
  right: 16%;
  top: 13%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(5) {
  top: 29%;
  right: 55%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(6) {
  top: 56%;
  right: 61%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(7) {
  top: 78%;
  right: 20%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(8) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(1) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(2) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(3) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(3) {
  right: 24%;
  top: 14%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(4) {
  top: 31%;
  right: 59%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(5) {
  top: 56%;
  right: 59%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(6) {
  top: 78%;
  right: 26%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(7) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(8) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(1) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(2) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(2) {
  right: 25%;
  top: 14%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(3) {
  top: 33%;
  right: 63%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(4) {
  top: 58%;
  right: 58%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(5) {
  top: 78%;
  right: 25%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(6) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(7) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(8) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(1) {
  top: 14%;
  right: -43%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(1) {
  right: 18%;
  top: 14%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(2) {
  top: 38%;
  right: 61%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(3) {
  top: 62%;
  right: 57%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(4) {
  top: 78%;
  right: 17%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(5) {
  top: 78%;
  right: -31%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(6) {
  top: 62%;
  right: -75%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(7) {
  top: 36%;
  right: -79%;
}
.home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(8) {
  top: 14%;
  right: -43%;
}
.home_intro_banner {
  position: relative;
}
.home_intro_banner > img {
  display: table;
  margin: auto;
  border-radius: 15rem;
  box-shadow: 120px 120px 120px -85px rgba(217, 26, 29, 0.35);
}
.home_intro_banner .number {
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 20%;
  margin: auto;
  width: 5rem;
  height: 5rem;
  padding-top: 0.25rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #d91a1d;
  font-size: 1.75em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d91a1d;
  box-shadow: 7px 7px 0 0px #d91a1d;
}
.home_intro_acc > img {
  display: block;
  margin-bottom: 1rem;
  border-radius: 10rem;
}
.home_banner a {
  display: block;
  width: 100%;
}
.home_banner a img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.home_podcast {
  padding: 3rem 1rem;
}
.home_podcast_box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 1rem;
}
.home_podcast_box > img {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  margin-left: 1rem;
}
.home_podcast_box .txt .btn {
  border-radius: 3rem;
  padding: 0.5rem 1rem;
}
.home_podcast.is-test {
  position: relative;
}
.home_podcast.is-test::before {
  content: "";
}
.home_category {
  padding: 3rem 1rem;
}
.home_category_item {
  border: 1px solid #ccc;
  padding: 2rem 2.5rem;
  border-radius: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  margin: auto;
  height: 100%;
}
.home_category_item_badge {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  font-size: 3em;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 26, 29, 0.5);
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.home_category_item .title {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.2em;
}
.home_category_item .desc {
  font-weight: 300;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.home_category_item.red {
  border-color: #c9252c;
}
.home_category_item.red .home_category_item_badge {
  background-color: #c9252c;
}
.home_category_item.red .title {
  color: #c9252c;
}
.home_category_item.purple {
  border-color: #8e116d;
}
.home_category_item.purple .home_category_item_badge {
  background-color: #8e116d;
}
.home_category_item.purple .title {
  color: #8e116d;
}
.home_category_item.blue {
  border-color: #00a9bc;
}
.home_category_item.blue .home_category_item_badge {
  background-color: #00a9bc;
}
.home_category_item.blue .title {
  color: #00a9bc;
}
.home_category_item.yellow {
  border-color: #e6c46a;
}
.home_category_item.yellow .home_category_item_badge {
  background-color: #e6c46a;
}
.home_category_item.yellow .title {
  color: #e6c46a;
}
.home_category_item.green {
  border-color: #346667;
}
.home_category_item.green .home_category_item_badge {
  background-color: #346667;
}
.home_category_item.green .title {
  color: #346667;
}
.home_category_item.havy-blue {
  border-color: #4b5eaa;
}
.home_category_item.havy-blue .home_category_item_badge {
  background-color: #4b5eaa;
}
.home_category_item.havy-blue .title {
  color: #4b5eaa;
}
.home_magazines {
  padding: 3rem 1rem;
}
.home_magazines_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d91a1d;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 3rem;
}
.home_magazines_box {
  background-color: #e7e2dc;
  border-radius: 1.5rem;
  padding: 3rem 9rem;
  padding-bottom: 10rem;
  max-width: 970px;
  margin: auto;
  position: relative;
}
.home_magazines_box .bg {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 100%;
  height: auto;
  z-index: 0;
}
.home_magazines_box .content {
  position: relative;
  z-index: 1;
}
.home_magazines_item {
  position: relative;
}
.home_magazines_item .btn {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.home_users {
  padding: 3rem 1rem;
}
.home_users_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #101010;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8rem;
  padding: 2.5rem 3rem;
  max-width: 360px;
  margin: auto;
}
.home_users_item:hover {
  color: #101010;
}
.home_users_item img {
  display: block;
  margin-bottom: 1.25rem;
}
.home_users_item .title {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #d91a1d;
}
.home_users_item .desc {
  font-weight: 300;
}
.home_blog {
  padding: 3rem 1rem;
}
.home_blog .btn {
  border-radius: 2rem;
  min-width: 120px;
}
.home_blog .btn img {
  max-width: 20px;
}
.home_blog_item {
  display: block;
  padding: 4.5rem 1rem 1.5rem;
  background-color: #ffffff;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  margin-bottom: 1rem;
  position: relative;
}
.home_blog_item .category {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #d91a1d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25em;
  overflow: hidden;
}
.home_blog_item .category.red {
  background-color: #c9252c;
}
.home_blog_item .category.navy-blue {
  background-color: #4b5eaa;
}
.home_blog_item .category.blue {
  background-color: #00a9bc;
}
.home_blog_item .category.green {
  background-color: #346667;
}
.home_blog_item .category.yellow {
  background-color: #e6c46a;
}
.home_blog_item .category.purple {
  background-color: #8e116d;
}
.home_blog_item > img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.home_blog_item .title {
  font-weight: 700;
  color: #101010;
  font-size: 1.25em;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_blog_item .desc {
  font-weight: 300;
  text-align: justify;
  margin-bottom: 0;
  font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1201px) {
  .home_intro_sidebar {
    margin-top: 4rem;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(8) {
    right: 8%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(1) {
    top: 36%;
    right: 21%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(2) {
    top: 62%;
    right: 20%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(3) {
    top: 78%;
    right: 7%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(7) {
    right: 6%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(8) {
    top: 34%;
    right: 20%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(1) {
    top: 62%;
    right: 19%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(2) {
    top: 79%;
    right: 5%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(6) {
    right: 6%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(7) {
    top: 32%;
    right: 20%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(8) {
    top: 60%;
    right: 19%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(1) {
    top: 79%;
    right: 5%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(5) {
    right: 5%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(6) {
    top: 30%;
    right: 20%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(7) {
    top: 58%;
    right: 20%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(8) {
    top: 79%;
    right: 5%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(4) {
    right: 6%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(5) {
    top: 29%;
    right: 20%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(6) {
    top: 56%;
    right: 22%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(7) {
    top: 78%;
    right: 7%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(3) {
    right: 9%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(4) {
    top: 31%;
    right: 20%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(5) {
    top: 56%;
    right: 21%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(6) {
    top: 78%;
    right: 9%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(2) {
    right: 9%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(3) {
    top: 33%;
    right: 22%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(4) {
    top: 58%;
    right: 21%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(5) {
    top: 77%;
    right: 9%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(1) {
    right: 7%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(2) {
    top: 36%;
    right: 22%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(3) {
    top: 62%;
    right: 21%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(4) {
    top: 78%;
    right: 8%;
  }
}
@media only screen and (max-width: 992px) {
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(8) {
    right: 9%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(1) {
    top: 36%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(2) {
    top: 62%;
    right: 26%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(3) {
    top: 78%;
    right: 9%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(7) {
    right: 8%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(8) {
    top: 34%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(1) {
    top: 62%;
    right: 24%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(2) {
    top: 79%;
    right: 7%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(6) {
    right: 7%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(7) {
    top: 32%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(8) {
    top: 60%;
    right: 26%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(1) {
    top: 79%;
    right: 6%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(5) {
    right: 5%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(6) {
    top: 30%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(7) {
    top: 58%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(8) {
    top: 79%;
    right: 7%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(4) {
    right: 7%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(5) {
    top: 29%;
    right: 25%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(6) {
    top: 56%;
    right: 29%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(7) {
    top: 78%;
    right: 10%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(3) {
    right: 11%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(4) {
    top: 31%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(5) {
    top: 56%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(6) {
    top: 78%;
    right: 12%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(2) {
    right: 13%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(3) {
    top: 34%;
    right: 30%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(4) {
    top: 58%;
    right: 28%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(5) {
    top: 77%;
    right: 12%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(1) {
    right: 11%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(2) {
    top: 36%;
    right: 29%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(3) {
    top: 61%;
    right: 28%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(4) {
    top: 78%;
    right: 11%;
  }
  .home_podcast_box {
    flex-direction: column;
  }
  .home_podcast_box > img {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .home_category_item {
    max-width: 270px;
  }
  .home_category_item .title {
    text-align: center;
  }
  .home_users_item {
    padding: 2rem 1.5rem;
    height: 100%;
  }
  .home_magazines_box {
    padding: 3rem 6rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(8) {
    right: 12%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(1) {
    top: 36%;
    right: 36%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(2) {
    top: 62%;
    right: 35%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(3) {
    top: 79%;
    right: 12%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(7) {
    right: 10%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(8) {
    top: 34%;
    right: 37%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(1) {
    top: 62%;
    right: 32%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(2) {
    top: 80%;
    right: 8%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(6) {
    right: 10%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(7) {
    top: 32%;
    right: 36%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(8) {
    top: 60%;
    right: 33%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(1) {
    top: 79%;
    right: 8%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(5) {
    right: 8%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(6) {
    top: 30%;
    right: 36%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(7) {
    top: 58%;
    right: 36%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(8) {
    top: 79%;
    right: 9%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(4) {
    right: 11%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(5) {
    top: 29%;
    right: 35%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(6) {
    top: 56%;
    right: 39%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(7) {
    top: 78%;
    right: 13%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(3) {
    right: 15%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(4) {
    top: 31%;
    right: 37%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(5) {
    top: 56%;
    right: 37%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(6) {
    top: 78%;
    right: 17%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(2) {
    right: 16%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(3) {
    top: 34%;
    right: 39%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(4) {
    top: 58%;
    right: 37%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(5) {
    top: 77%;
    right: 16%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(1) {
    right: 14%;
    top: 15%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(2) {
    top: 36%;
    right: 40%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(3) {
    top: 61%;
    right: 37%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(4) {
    top: 78%;
    right: 13%;
  }
  .home_blog .btn,
  .home_blog .text-end, .home_blog_item {
    max-width: 400px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .home_magazines {
    display: none;
  }
  .home_category_item {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .home_intro {
    padding-bottom: 2rem;
    margin-top: 3rem;
  }
  .home_intro_sidebar {
    min-height: 103vw;
    min-width: 320px;
  }
  .home_intro_sidebar > img {
    width: 100%;
    right: 0;
    min-width: unset;
  }
  .home_intro_sidebar_links a {
    font-size: 1em;
  }
  .home_intro_sidebar .main-title {
    right: unset;
    font-size: 1.5em;
    text-align: center;
    max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(8) {
    right: 59%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(1) {
    top: 36%;
    right: 79%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(2) {
    top: 62%;
    right: 78%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(3) {
    top: 79%;
    right: 59%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(4) {
    top: 80%;
    right: 32%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(5) {
    top: 62%;
    right: 10%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(6) {
    top: 36%;
    right: 10%;
  }
  .home_intro_sidebar#rotate-0 .home_intro_sidebar_links a:nth-child(7) {
    top: 14%;
    right: 28%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(7) {
    right: 58%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(8) {
    top: 34%;
    right: 78%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(1) {
    top: 62%;
    right: 76%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(2) {
    top: 80%;
    right: 57%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(3) {
    top: 79%;
    right: 31%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(4) {
    top: 61%;
    right: 12%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(5) {
    top: 36%;
    right: 9%;
  }
  .home_intro_sidebar#rotate-1 .home_intro_sidebar_links a:nth-child(6) {
    top: 14%;
    right: 28%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(6) {
    right: 57%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(7) {
    top: 32%;
    right: 78%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(8) {
    top: 60%;
    right: 76%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(1) {
    top: 80%;
    right: 55%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(2) {
    top: 78%;
    right: 27%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(3) {
    top: 58%;
    right: 12%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(4) {
    top: 34%;
    right: 10%;
  }
  .home_intro_sidebar#rotate-2 .home_intro_sidebar_links a:nth-child(5) {
    top: 14%;
    right: 26%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(5) {
    right: 55%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(6) {
    top: 30%;
    right: 79%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(7) {
    top: 57%;
    right: 78%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(8) {
    top: 80%;
    right: 57%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(1) {
    top: 78%;
    right: 25%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(2) {
    top: 56%;
    right: 11%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(3) {
    top: 31%;
    right: 13%;
  }
  .home_intro_sidebar#rotate-3 .home_intro_sidebar_links a:nth-child(4) {
    top: 14%;
    right: 29%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(4) {
    right: 57%;
    top: 12%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(5) {
    top: 29%;
    right: 78%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(6) {
    top: 56%;
    right: 80%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(7) {
    top: 79%;
    right: 59%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(8) {
    top: 78%;
    right: 26%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(1) {
    top: 56%;
    right: 8%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(2) {
    top: 29%;
    right: 12%;
  }
  .home_intro_sidebar#rotate-4 .home_intro_sidebar_links a:nth-child(3) {
    top: 12%;
    right: 33%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(3) {
    right: 62%;
    top: 13%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(4) {
    top: 31%;
    right: 78%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(5) {
    top: 56%;
    right: 79%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(6) {
    top: 78%;
    right: 63%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(7) {
    top: 80%;
    right: 30%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(8) {
    top: 57%;
    right: 8%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(1) {
    top: 30%;
    right: 10%;
  }
  .home_intro_sidebar#rotate-5 .home_intro_sidebar_links a:nth-child(2) {
    top: 13%;
    right: 35%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(2) {
    right: 63%;
    top: 14%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(3) {
    top: 34%;
    right: 81%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(4) {
    top: 58%;
    right: 79%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(5) {
    top: 77%;
    right: 62%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(6) {
    top: 80%;
    right: 34%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(7) {
    top: 61%;
    right: 11%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(8) {
    top: 31%;
    right: 9%;
  }
  .home_intro_sidebar#rotate-6 .home_intro_sidebar_links a:nth-child(1) {
    top: 14%;
    right: 32%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(1) {
    right: 61%;
    top: 15%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(2) {
    top: 36%;
    right: 81%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(3) {
    top: 61%;
    right: 80%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(4) {
    top: 79%;
    right: 61%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(5) {
    top: 80%;
    right: 33%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(6) {
    top: 62%;
    right: 13%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(7) {
    top: 35%;
    right: 10%;
  }
  .home_intro_sidebar#rotate-7 .home_intro_sidebar_links a:nth-child(8) {
    top: 14%;
    right: 30%;
  }
  .home_intro_banner > img {
    margin-bottom: 3rem;
    box-shadow: 60px 100px 120px -55px rgba(217, 26, 29, 0.5);
  }
  .home_intro_banner .number {
    bottom: 7rem;
  }
  .home_blog {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .home_blog_item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
  }
  .home_category {
    padding-right: 0;
    padding-left: 0;
  }
  .home_category_item {
    padding: 0.5rem;
    padding-bottom: 1rem;
  }
  .home_users {
    padding-right: 0;
    padding-left: 0;
  }
  .home_users_item {
    padding: 0.5rem;
    padding-bottom: 1rem;
  }
}

.footer {
  position: relative;
}
.footer_bg {
  position: relative;
  z-index: 0;
}
.footer_bg img {
  display: block;
  width: 100%;
  height: auto;
}
.footer_box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 600px;
  background-color: #f3f0e9;
}
.footer_box a {
  color: #9f9071;
}
.footer_box_ads {
  background-color: #9f9071;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding: 0.25rem 1rem;
}
.footer_box_ads li {
  display: flex;
  align-items: center;
}
.footer_box_ads li .dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4b5eaa;
}
.footer_box_ads li a {
  font-weight: 600;
  color: #ffffff;
}
.footer_box_social {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.footer_box_title {
  background-color: #cc4041;
  color: #ffffff;
  padding: 0.25rem 0.6rem;
  font-weight: 600;
}
.footer_box_list {
  padding-right: 0.5rem;
  list-style-type: none;
}
.footer_box_list li {
  margin-bottom: 0.25rem;
}
.footer_box_list li a {
  font-size: 1.125em;
  color: #cc4041;
}
.footer_box_copyright {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  background-color: #cc4041;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 1rem;
}
.footer_box_copyright p {
  margin-bottom: 0;
}
.footer_box_copyright a {
  color: #ffffff;
}
@media (max-width: 576px) {
  .footer_box {
    position: relative;
    margin-top: -2rem;
  }
  .footer_box_copyright {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-bottom: 2rem;
  }
}
.footer.inner-footer {
  margin-bottom: 10rem;
  padding-bottom: 0.5rem;
}
.footer.inner-footer .footer_bg {
  display: none;
}
.footer.inner-footer .footer_box {
  background-color: transparent;
}
.footer.inner-footer .col-4 {
  background-color: #f3f0e9;
  border-right: 1px solid #999;
}
@media only screen and (max-width: 576px) {
  .footer.inner-footer {
    position: relative;
    top: -5rem;
    margin-bottom: 0;
  }
  .footer_box .col-8 .d-flex:nth-child(2) {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .footer_box .col-8 .d-flex:nth-child(2) span {
    margin: 0 0.5rem;
  }
}

.category_intro {
  padding: 10rem 0;
}
.category_intro_img img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.category_intro_content {
  width: 400px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category_intro_content .title-img {
  width: 100%;
  height: auto;
}
.category_intro_content .title {
  background-color: #d91a1d;
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.2em;
  font-weight: 900;
}
.category_intro_content .desc {
  font-size: 1em;
  font-weight: 500;
  color: #101010;
  padding-top: 1rem;
}
.category_content {
  margin: 10rem 0;
  padding: 1rem 0;
  position: relative;
}
.category_content .movie {
  width: 80%;
  max-width: 470px;
  min-height: 230px;
  height: calc(100% - 2rem);
  border-radius: 2rem;
  background-color: #d91a1d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}
.category_content .movie .play-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in;
}
.category_content .movie .play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #d91a1d;
  border-bottom: 10px solid transparent;
  margin-left: 5px;
}
.category_content .movie .play-btn:hover {
  transform: scale(1.1);
}
.category_content .movie .img-content {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.category_content .movie.has-img {
  max-height: 280px;
}
.category_content .content {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 2rem;
  width: 80%;
  max-width: 470px;
  height: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.category_content .content .title {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3em;
  font-weight: 600;
  color: #101010;
}
.category_content .content .desc {
  font-size: 1em;
  font-weight: 400;
  color: #101010;
  margin: 0.5rem 0;
  height: 100%;
}
.category_content .content .link {
  font-size: 1.1em;
  font-weight: 500;
  color: #101010;
  transition: all 0.3s ease-in;
}
.category_content .content .link:hover {
  color: #d91a1d;
}
.category_content .content .top-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #d91a1d;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}
.category_content::before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle at 2.5px, #d91a1d 1.25px, rgba(0, 0, 0, 0) 2.5px), radial-gradient(circle, #d91a1d 1.25px, rgba(0, 0, 0, 0) 2.5px), radial-gradient(circle at 2.5px, #d91a1d 1.25px, rgba(0, 0, 0, 0) 2.5px), radial-gradient(circle, #d91a1d 1.25px, rgba(0, 0, 0, 0) 2.5px);
  background-position: top, right, bottom, left;
  background-size: 15px 5px, 5px 15px;
  background-repeat: repeat-x, repeat-y;
}
.category .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  width: 80%;
  max-width: 470px;
  height: 1rem;
}
.category .arrow-wrapper .left-arrow,
.category .arrow-wrapper .right-arrow {
  margin: 0 0.5rem;
}
.category .arrow-wrapper .left-arrow img,
.category .arrow-wrapper .right-arrow img {
  width: 3rem;
  height: auto;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.category .arrow-wrapper .left-arrow img:hover {
  transform: scale(1.2);
}
.category .arrow-wrapper .right-arrow img {
  transform: rotate(180deg);
}
.category .arrow-wrapper .right-arrow img:hover {
  transform: rotate(180deg) scale(1.2);
}
.category::after {
  content: "";
  display: block;
  position: absolute;
}
.category.movie_category {
  position: relative;
}
.category.movie_category .category_intro_content .title {
  background-color: #346667;
  color: #ffffff;
}
.category.movie_category .category_intro_content .desc {
  padding-right: 1.5rem;
  position: relative;
}
.category.movie_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 10px;
  width: 5px;
  height: calc(100% - 10px);
  background-color: #346667;
}
.category.movie_category .category_content .movie {
  background-color: #346667;
}
.category.movie_category .category_content .movie .play-btn::after {
  border-left-color: #346667;
}
.category.movie_category::after {
  right: -8rem;
  bottom: -12rem;
  width: 20rem;
  height: 10rem;
  background-image: url("../images/category/movie-doodle.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.category.guest_category {
  position: relative;
}
.category.guest_category .category_intro_content .title {
  background-color: #c9252c;
  color: #ffffff;
}
.category.guest_category .category_intro_content .desc {
  padding-right: 0.5rem;
  position: relative;
}
.category.guest_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: -10px;
  bottom: 10px;
  width: 10px;
  height: calc(100% + 100px);
  background-color: #c9252c;
}
.category.guest_category .category_content .movie {
  background-color: #c9252c;
}
.category.guest_category .category_content .movie .play-btn::after {
  border-left-color: #c9252c;
}
.category.guest_category .category_content .content .top-circle {
  font-size: 22px;
  background-color: #c9252c;
}
.category.guest_category::after {
  left: -2rem;
  bottom: -27rem;
  width: 15rem;
  height: 20rem;
  background-image: url(../images/category/guest-doodle.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.category.job_category {
  position: relative;
}
.category.job_category .category_intro_content {
  position: relative;
  margin-right: 9rem;
}
.category.job_category .category_intro_content .title-img {
  position: absolute;
  width: 250px;
  height: auto;
  right: -191px;
  top: -111px;
}
@media only screen and (max-width: 992px) {
  .category.job_category .category_intro_content .title-img {
    width: 210px;
    right: -162px;
  }
}
.category.job_category .category_intro_content .title {
  background-color: #4b5eaa;
  color: #ffffff;
}
.category.job_category .category_intro_content .desc {
  padding-right: 0.5rem;
  position: relative;
}
.category.job_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  right: -10px;
  bottom: 10px;
  width: 15px;
  height: calc(100% + 120px);
  background-color: #4b5eaa;
}
.category.job_category .category_content .movie {
  background-color: #4b5eaa;
}
.category.job_category .category_content .movie .play-btn::after {
  border-left-color: #4b5eaa;
}
.category.job_category::after {
  right: -8rem;
  bottom: -14rem;
  width: 20rem;
  height: 10rem;
  background-image: url("../images/category/job-doodle.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 768px) {
  .category.job_category .category_intro_img img {
    margin-top: 2rem;
  }
  .category.job_category .category_intro .d-flex {
    flex-direction: column;
  }
  .category.job_category .category_intro_content {
    margin-right: 0;
  }
  .category.job_category .category_intro_content .title-img {
    top: -128px;
    right: -13px;
  }
}
.category.plus_category {
  position: relative;
}
.category.plus_category .category_intro_content {
  position: relative;
  margin-right: 4rem;
}
.category.plus_category .category_intro_content .title-img {
  position: absolute;
  width: 260px;
  top: -103px;
  right: -99px;
}
.category.plus_category .category_intro_content .title {
  background-color: #e8c569;
  color: #ffffff;
}
.category.plus_category .category_intro_content .desc {
  padding-right: 0.5rem;
  position: relative;
}
.category.plus_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -62px;
  right: -5px;
  bottom: 10px;
  width: 5px;
  height: calc(100% + 53px);
  background-color: #e8c569;
}
.category.plus_category .category_content .movie {
  background-color: #e8c569;
}
.category.plus_category .category_content .movie .play-btn::after {
  border-left-color: #e8c569;
}
.category.plus_category .category_content .content .top-circle {
  font-size: 26px;
  background-color: #e8c569;
}
.category.plus_category::after {
  right: -8rem;
  top: 30rem;
  width: 20rem;
  height: 25rem;
  background-image: url(../images/category/plus-doodle.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.category.life_category {
  position: relative;
}
.category.life_category .category_intro_content {
  position: relative;
  margin-right: 4rem;
}
.category.life_category .category_intro_content .title-img {
  position: absolute;
  width: 260px;
  top: -152px;
  right: -162px;
}
.category.life_category .category_intro_content .title {
  background-color: #00abbd;
  color: #ffffff;
}
.category.life_category .category_intro_content .desc {
  padding-right: 0.5rem;
  position: relative;
}
.category.life_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -91px;
  right: -10px;
  bottom: 10px;
  width: 10px;
  height: calc(100% + 91px);
  background-color: #00abbd;
}
.category.life_category .category_content .movie {
  background-color: #00abbd;
}
.category.life_category .category_content .movie .play-btn::after {
  border-left-color: #00abbd;
}
.category.life_category .category_content .content .top-circle {
  font-size: 26px;
  background-color: #00abbd;
}
.category.life_category::after {
  left: 14rem;
  bottom: -32rem;
  width: 6rem;
  height: 25rem;
  background-image: url(../images/category/life-doodle.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.category.special_category {
  position: relative;
  margin-top: 4rem;
}
.category.special_category .category_intro_content {
  position: relative;
  margin-right: 2rem;
}
.category.special_category .category_intro_content .title-img {
  position: absolute;
  width: 190px;
  top: -193px;
  right: -72px;
}
.category.special_category .category_intro_content .title {
  background-color: #881477;
  color: #ffffff;
}
.category.special_category .category_intro_content .desc {
  padding-right: 0.5rem;
  position: relative;
}
.category.special_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -140px;
  right: -10px;
  bottom: 10px;
  width: 10px;
  height: calc(100% + 140px);
  background-color: #881477;
}
.category.special_category .category_intro_img img {
  max-width: 400px;
}
.category.special_category .category_content {
  margin-top: 0;
}
.category.special_category .category_content .movie {
  background-color: #881477;
}
.category.special_category .category_content .movie .play-btn::after {
  border-left-color: #881477;
}
.category.special_category .category_content .content .top-circle {
  font-size: 30px;
  background-color: #881477;
}
.category.special_category::after {
  left: 0;
  bottom: -22rem;
  width: 20rem;
  height: 24rem;
  background-image: url(../images/category/special-case-doodle.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.category.shivana_category {
  position: relative;
  margin-top: 4rem;
}
.category.shivana_category .category_intro_content {
  position: relative;
}
.category.shivana_category .category_intro_content .title-img {
  position: absolute;
  width: 230px;
  top: -103px;
  right: 0;
}
.category.shivana_category .category_intro_content .title {
  background-color: #a1af95;
  color: #ffffff;
}
.category.shivana_category .category_intro_content .desc {
  padding-right: 0.5rem;
  position: relative;
}
.category.shivana_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -62px;
  right: -5px;
  bottom: 15px;
  width: 10px;
  height: calc(100% + 62px);
  background-color: #a1af95;
}
.category.shivana_category .category_intro_img img {
  max-width: 400px;
}
.category.shivana_category .category_content {
  margin-top: 0;
}
.category.shivana_category .category_content .movie {
  background-color: #a1af95;
}
.category.shivana_category .category_content .movie .play-btn::after {
  border-left-color: #a1af95;
}
.category.shivana_category .category_content .content .top-circle {
  font-size: 22px;
  background-color: #a1af95;
}
.category.shivana_category .category_content .content .link:hover {
  color: #a1af95;
}
.category.shivana_category::after {
  content: unset;
}
.category.teenager_category {
  position: relative;
  margin-top: 4rem;
}
.category.teenager_category .category_intro_content {
  position: relative;
  margin-right: 4rem;
}
.category.teenager_category .category_intro_content .title-img {
  position: absolute;
  width: 240px;
  top: -108px;
  right: -81px;
}
.category.teenager_category .category_intro_content .title {
  background-color: #fe8939;
  color: #ffffff;
}
.category.teenager_category .category_intro_content .desc {
  padding-right: 0.5rem;
  position: relative;
}
.category.teenager_category .category_intro_content .desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -62px;
  right: -5px;
  bottom: 15px;
  width: 10px;
  height: calc(100% + 62px);
  background-color: #fe8939;
}
.category.teenager_category .category_intro_img img {
  max-width: 400px;
}
.category.teenager_category .category_content {
  margin-top: 0;
}
.category.teenager_category .category_content .movie {
  background-color: #fe8939;
}
.category.teenager_category .category_content .movie .play-btn::after {
  border-left-color: #fe8939;
}
.category.teenager_category .category_content .content .top-circle {
  font-size: 20px;
  background-color: #fe8939;
}
.category.teenager_category .category_content .content .link:hover {
  color: #fe8939;
}
.category.teenager_category::after {
  content: unset;
}
@media only screen and (max-width: 992px) {
  .category_intro {
    padding-bottom: 7rem;
  }
  .category_content .movie {
    margin-left: auto;
  }
  .category_content .movie.has-img {
    max-height: 230px;
  }
  .category_content .content {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5rem;
  }
  .category_content .arrow-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .category_content::before {
    width: 80%;
    max-width: 500px;
    height: 5px;
    top: 310px;
    right: unset;
    bottom: unset;
  }
  .category_content.has-circle::before {
    top: 300px;
  }
  .category.life_category .category_intro_content {
    margin-right: 0;
  }
  .category.life_category .category_intro_content .title-img {
    top: -174px;
    right: 0;
  }
  .category.plus_category .category_intro_content {
    margin-right: 5rem;
  }
  .category.plus_category::after {
    top: 24rem;
  }
}
@media only screen and (max-width: 768px) {
  .category_intro_content .title {
    font-size: 1.1em;
  }
  .category_content {
    margin: 7rem 0;
  }
  .category.guest_category::after {
    left: 0;
  }
  .category.life_category .category_intro_content .title-img {
    top: -132px;
    width: 200px;
  }
  .category.life_category::after {
    left: 5rem;
    bottom: -27rem;
  }
  .category.plus_category .category_intro_content .title-img {
    top: -92px;
    right: -90px;
  }
  .category.plus_category .category_intro_content .desc::before {
    top: -58px;
    height: calc(100% + 38px);
  }
  .category.plus_category::after {
    width: 16rem;
  }
  .category.special_category .category_intro .d-flex {
    flex-direction: column;
  }
  .category.shivana_category .category_intro_content .desc::before {
    top: -83px;
    height: calc(100% + 83px);
  }
  .category.teenager_category .category_intro_content .title-img {
    width: 180px;
    top: -81px;
    right: -64px;
  }
  .category.teenager_category .category_intro_content .desc::before {
    top: -83px;
    height: calc(100% + 83px);
  }
}
@media only screen and (max-width: 576px) {
  .category_intro_img img {
    margin-top: 2rem;
  }
  .category_intro .d-flex {
    flex-direction: column;
  }
  .category.plus_category .category_intro_content {
    margin-right: 0;
  }
  .category.plus_category .category_intro_content .title-img {
    width: 230px;
    top: -130px;
    right: 0;
  }
  .category.plus_category .category_intro_content .desc::before {
    top: -56px;
  }
  .category.special_category .category_intro_content {
    margin-right: 0;
  }
  .category.special_category .category_intro_content .title-img {
    right: 0;
  }
  .category.special_category .category_intro_content .desc::before {
    right: 65px;
    bottom: unset;
    top: -140px;
    height: 140px;
    z-index: -1;
  }
  .category.special_category::after {
    width: 15rem;
    height: 18rem;
    bottom: -19rem;
  }
  .category.shivana_category .align-items-end {
    align-items: center !important;
  }
  .category.shivana_category .category_intro_content .desc::before {
    top: -56px;
    height: calc(100% + 56px);
  }
  .category.teenager_category .category_intro_content .title-img {
    top: -118px;
    right: 0;
  }
  .category.teenager_category .category_intro_content .desc::before {
    top: -56px;
    height: calc(100% + 56px);
  }
}

.short_story {
  margin: 10rem 2rem;
}
.short_story_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.short_story_title .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.short_story_title .user-info .name {
  background-color: #d91a1d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3em;
  padding: 0.5rem 1rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
}
.short_story_title .user-info .user-image {
  width: 220px;
  height: 260px;
  border-radius: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.short_story_content {
  position: relative;
  left: 15rem;
  top: -4rem;
  width: calc(100% - 15rem);
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .short_story_content {
    position: unset;
    width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .short_story_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .short_story_title .user-info {
    width: 100%;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 576px) {
  .short_story_title .user-info {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
  .short_story_title .user-info .name {
    margin-top: 1rem;
    text-align: center;
    padding-left: 1rem;
  }
}

.gallery {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.gallery_wrapper .img-wrapper {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.gallery_wrapper .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_wrapper .img-wrapper img:not(:last-child) {
  margin-bottom: 1rem;
}
.gallery_wrapper .img-wrapper img.height-10 {
  height: calc(10% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-20 {
  height: calc(20% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-30 {
  height: calc(30% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-40 {
  height: calc(40% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-50 {
  height: calc(50% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-60 {
  height: calc(60% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-70 {
  height: calc(70% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-80 {
  height: calc(80% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-90 {
  height: calc(90% - 1rem);
}
.gallery_wrapper .img-wrapper img.height-100 {
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
}

.audience {
  margin: 5rem 0;
}
.audience_row {
  border: 1px solid #d91a1d;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  height: 100%;
}
.audience_row_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}
.audience_row_header .title {
  font-size: 1.1em;
  font-weight: 500;
  color: #d91a1d;
  margin-left: 1rem;
}
.audience_row_header .img {
  border: 1px solid #d91a1d;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.audience_row_header .img img {
  width: 35px;
  height: 35px;
}
.audience_row .desc {
  color: #101010;
  font-weight: 600;
  margin: 1rem;
}
.audience_row .album_img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9rem;
}
.audience_row .album_arrow {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.audience_row .album_arrow .text {
  color: #d91a1d;
  font-weight: 400;
  font-size: 1em;
  margin-left: 0.5rem;
}
.audience_row .album_arrow .arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #d91a1d;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.audience_row .album_arrow .arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transition: all 0.3s ease-in;
}
.audience_row .album_arrow .arrow.arrow-top {
  margin-bottom: 0.5rem;
}
.audience_row .album_arrow .arrow.arrow-top::after {
  border-bottom: 14px solid #d91a1d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-bottom: 3px;
}
.audience_row .album_arrow .arrow.arrow-down::after {
  border-top: 14px solid #d91a1d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-top: 3px;
}
.audience_row .album_arrow .arrow:hover {
  background-color: #d91a1d;
}
.audience_row .album_arrow .arrow:hover.arrow-top::after {
  border-bottom: 14px solid #f3f0e9;
}
.audience_row .album_arrow .arrow:hover.arrow-down::after {
  border-top: 14px solid #f3f0e9;
}
.audience_row .comment_item {
  width: 100%;
  height: auto;
  min-height: 210px;
  border-radius: 8rem;
  border: 1px solid #d91a1d;
  position: relative;
  margin-top: 2rem;
}
.audience_row .comment_item .comment_top {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #d91a1d;
  background-color: #f3f0e9;
}
.audience_row .story_wrapper {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 0.5rem;
  padding-bottom: 3rem;
}
.audience_row .story_wrapper .story-oval {
  width: 100%;
  height: 7rem;
  background-color: #c9252c;
  border-radius: 100%;
}
.audience_row .story_wrapper .story-btn {
  border: 1px solid rgba(217, 26, 29, 0.4);
  padding: 0 1rem;
  border-radius: 2rem;
  height: 3rem;
  max-width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}
.audience_row .story_wrapper .custom-btn {
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  border: 1px solid #d91a1d;
  color: #d91a1d;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  display: block;
  transition: all 0.3s ease-in;
}
.audience_row .story_wrapper .custom-btn:hover {
  background-color: #d91a1d;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .audience .row {
    justify-content: center;
  }
  .audience .row .col-12 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .audience_row {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.psychology_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7rem 0;
  padding-left: 250px;
}
.psychology_content_img {
  max-width: 450px;
  height: auto;
}
.psychology_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 7rem;
  left: 0;
  width: 250px;
  height: 250px;
  background-image: url("../images/psychology/psychology-eye.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.psychology_content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: -4rem;
  width: 600px;
  height: 150px;
  background-image: url("../images/psychology/psychology-doodle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.psychology_tests {
  padding: 5rem 0;
  padding-right: 6rem;
}
.psychology_tests_wrapper {
  width: calc(100% - 6rem);
  max-width: 700px;
  height: auto;
  background-color: #cc403f;
  border-radius: 10rem 0 0 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 3rem;
  padding-right: 0;
}
.psychology_tests_wrapper > .tests:hover > .test-item img {
  filter: grayscale(1);
}
.psychology_tests_wrapper > .tests:hover > .test-item .desc {
  opacity: 0.7;
}
.psychology_tests_wrapper .tests {
  height: 100%;
  width: 100%;
  max-width: 350px;
  max-height: 260px;
  margin-left: 1rem;
}
.psychology_tests_wrapper .tests .test-item {
  position: relative;
}
.psychology_tests_wrapper .tests .test-item .text-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0;
}
.psychology_tests_wrapper .tests .test-item img {
  height: 70px;
  width: auto;
  border-radius: 2.5rem 0 0 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.psychology_tests_wrapper .tests .test-item .desc {
  margin: 0;
  margin-right: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease-in;
}
.psychology_tests_wrapper .tests .test-item .extra-test {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fee1d2;
  z-index: 2;
  transition: all 0.3s ease-in;
  transform: rotateX(90deg);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
}
.psychology_tests_wrapper .tests .test-item .extra-test .tests {
  max-height: unset !important;
  min-height: unset !important;
  height: 100% !important;
}
.psychology_tests_wrapper .tests .test-item .extra-test .tests .test-item {
  border-color: #d91a1d;
}
.psychology_tests_wrapper .tests .test-item .extra-test .tests .test-item .desc {
  color: #101010;
}
.psychology_tests_wrapper .tests .test-item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.psychology_tests_wrapper .tests .test-item:hover img {
  filter: grayscale(0);
}
.psychology_tests_wrapper .tests .test-item:hover .desc {
  opacity: 1;
}
.psychology_tests_wrapper .tests .test-item:hover > .text-link > .desc {
  transform: translateX(-1rem);
}
.psychology_tests_wrapper .tests .test-item:hover .extra-test {
  transform: rotateX(0);
  opacity: 1;
  visibility: visible;
}
.psychology_tests_wrapper .tests .vertical-slider {
  height: 350px;
  width: 260px;
  position: relative;
  top: -43px;
  right: 45px;
  transform: rotate(90deg);
}
.psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer {
  height: 350px;
}
.psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer .owl-item {
  height: 350px;
}
.psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer .owl-item .vertical-item {
  transform: rotate(-90deg);
  width: 100%;
}
.psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer .owl-item .vertical-item .test-item {
  width: 350px;
}
.psychology_tests_wrapper .tests .vertical-slider .owl-nav .slider-btn {
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.psychology_tests_wrapper .tests .vertical-slider .owl-nav .slider-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/gray-angle-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.psychology_tests_wrapper .tests .vertical-slider .owl-nav .slider-btn:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.psychology_tests_wrapper .tests .vertical-slider .owl-nav .slider-btn.slider-next-btn::after {
  transform: rotate(-90deg);
}
.psychology_tests_wrapper .tests .vertical-slider .owl-nav button:hover {
  background-color: unset !important;
}
.psychology_tests_wrapper .head-img {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .psychology_content {
    padding-left: 0;
  }
  .psychology_content_img {
    max-width: 280px;
  }
  .psychology_content::before {
    width: 150px;
    height: 150px;
    top: 0;
  }
  .psychology_content::after {
    width: 400px;
    height: 100px;
  }
  .psychology_tests {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .psychology_tests_wrapper {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .psychology_tests_wrapper .head-img {
    width: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .psychology_content {
    flex-direction: column;
  }
  .psychology_content_img {
    max-width: 75%;
    margin-bottom: 2rem;
  }
  .psychology_content::before {
    width: 80px;
    height: 80px;
    top: 2rem;
  }
  .psychology_content::after {
    width: 250px;
    max-width: 70%;
  }
  .psychology_tests {
    padding-right: 0;
  }
  .psychology_tests_wrapper {
    flex-direction: column;
    border-radius: 0 0 14rem 14rem;
    padding-left: 0;
  }
  .psychology_tests_wrapper .head-img {
    width: 150px;
    max-width: 50%;
    margin-top: 3rem;
  }
  .psychology_tests_wrapper .tests {
    margin-left: 0;
    width: 100%;
    align-self: flex-start;
  }
  .psychology_tests_wrapper .tests .test-item img {
    max-width: 80px;
    height: auto;
  }
  .psychology_tests_wrapper .tests .vertical-slider {
    height: 317px;
    top: -42px;
    right: 28px;
    position: relative;
  }
  .psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer {
    height: 275px;
  }
  .psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer .owl-item {
    height: 275px;
  }
  .psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer .owl-item .vertical-item {
    width: 100%;
  }
  .psychology_tests_wrapper .tests .vertical-slider .owl-stage-outer .owl-item .vertical-item .test-item {
    width: 275px;
  }
  .psychology_tests_wrapper .tests .vertical-slider .owl-nav {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 45px;
    height: 275px;
    position: absolute;
    top: 0;
    left: unset;
    right: -48px;
  }
  .psychology_tests_wrapper .tests .vertical-slider .owl-nav .slider-btn::after {
    transform: rotate(0);
  }
  .psychology_tests_wrapper .tests .vertical-slider .owl-nav .slider-btn.slider-next-btn::after {
    transform: rotate(180deg);
  }
}

.podcast_intro {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.podcast_intro_title {
  width: 200px;
  max-width: 75%;
  height: auto;
}
.podcast_intro_content .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.podcast_intro_content .content-wrapper .desc {
  margin-left: 2rem;
  margin-bottom: 2rem;
  color: #101010;
  font-size: 1em;
  font-weight: 500;
}
.podcast_intro_content .content-wrapper .title {
  width: 100%;
  max-width: 520px;
  padding: 1rem 2rem;
  margin-bottom: 9rem;
  font-size: 2em;
  font-weight: 900;
  color: #ffffff;
  background-color: #cc403f;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.podcast_intro_content img {
  width: 100%;
  height: auto;
  border-radius: 20rem 20rem 0 0;
}
.podcast_intro .shared_player {
  position: relative;
  top: -2.5rem;
}
.podcast_content {
  padding: 5rem 0;
}
.podcast_content_row {
  position: relative;
}
.podcast_content_row .col-12 {
  padding-right: 2rem;
  padding-left: 2rem;
}
.podcast_content_row.right-img > .row {
  flex-direction: row-reverse;
}
.podcast_content_row .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
  font-weight: 500;
}
.podcast_content_row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-right: 1px solid rgba(217, 26, 29, 0.2);
  z-index: -1;
}
.podcast_content_row:first-child .date {
  top: 85%;
}
.podcast_content_row:first-child::before {
  top: 70%;
  height: 30%;
}
.podcast_content_row:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #cc403f;
  transform: translate(-50%, -50%);
}
.podcast_content_row:last-child {
  padding-bottom: 3rem;
}
.podcast_content_row:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #cc403f;
  transform: translate(-50%, -50%);
}
.podcast_content img {
  width: 100%;
  height: auto;
}
.podcast_content .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.podcast_content .text-wrapper .title {
  font-size: 4em;
  font-weight: 600;
  color: #d91a1d;
  margin-bottom: 1rem;
}
.podcast_content .text-wrapper .desc {
  font-size: 1em;
  font-weight: 500;
  color: #101010;
}
.podcast_content .text-wrapper .read-more {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 7rem;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 2rem;
  border-radius: 2rem;
  border: 1px solid #d91a1d;
  color: #d91a1d;
  font-weight: 500;
  color: #d91a1d;
  transition: all 0.3s ease-in;
}
.podcast_content .text-wrapper .read-more::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4rem;
  right: -1rem;
  width: 4.5rem;
  height: 5rem;
  background-image: url("../images/podcast/headphone.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.podcast_content .text-wrapper .read-more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 2.5rem;
  background-image: url("../images/icons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transition: all 0.3s ease-in;
}
.podcast_content .text-wrapper .read-more:hover {
  background-color: #d91a1d;
  color: #ffffff;
}
.podcast_content .text-wrapper .read-more:hover::after {
  bottom: -5rem;
}
@media only screen and (max-width: 768px) {
  .podcast_intro_title {
    margin-bottom: 2rem;
  }
  .podcast_intro .content-wrapper .title {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
  .podcast_intro .row {
    flex-direction: column-reverse;
  }
  .podcast_content_row {
    padding-bottom: 3rem;
    margin-right: 2rem;
  }
  .podcast_content_row .date {
    left: unset;
    right: -3.5rem;
  }
  .podcast_content_row::after, .podcast_content_row::before {
    left: unset !important;
    right: -2rem;
  }
  .podcast_content_row::after {
    transform: translate(50%, -50%) !important;
  }
}
@media only screen and (max-width: 576px) {
  .podcast_content_row {
    margin-right: 0;
  }
  .podcast_content_row .date {
    display: none;
  }
  .podcast_content_row::after, .podcast_content_row::before {
    content: unset;
  }
}

.blog_list_intro {
  padding-top: 4rem;
}
.blog_list_intro_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.blog_list_intro_header .title {
  color: #d91a1d;
  font-size: 1.8em;
  font-weight: 900;
}
.blog_list_intro_header .hashtag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_list_intro_header .hashtag_title {
  margin: 0;
  font-size: 0.9em;
  font-weight: 400;
  color: #101010;
  margin-left: 0.5rem;
  padding-bottom: 1rem;
  white-space: nowrap;
}
.blog_list_intro_header .hashtag_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-bottom: 0.5rem;
  overflow-x: scroll;
}
.blog_list_intro_header .hashtag_list::-webkit-scrollbar-track {
  border-radius: 10px;
}
.blog_list_intro_header .hashtag_list::-webkit-scrollbar {
  height: 8px;
}
.blog_list_intro_header .hashtag_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
}
.blog_list_intro_header .hashtag_list_item {
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  border: 1px solid #63635b;
  border-radius: 0.9rem;
  display: block;
  color: #70716c;
  font-size: 1em;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.3s ease-in;
}
.blog_list_intro_header .hashtag_list_item.active {
  background-color: #d91a1d;
  border-color: #d91a1d;
  color: #ffffff;
}
.blog_list_intro_header .hashtag_list_item:hover {
  background-color: #ca4242;
  border-color: #ca4242;
  color: #ffffff;
}
.blog_list_intro_header .hashtag.header_hashtag {
  max-width: calc(100% - 350px);
}
.blog_list_intro_header .user {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_list_intro_header .user .user-name {
  color: #101010;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.blog_list_intro_header .user .user-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ca4242;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_list_intro_header .user .user-icon img {
  width: 17px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(27deg) brightness(104%) contrast(99%);
}
.blog_list_intro_menu {
  border: 1px solid #999;
  border-radius: 1rem;
  padding: 1rem 0.5rem;
}
.blog_list_intro_menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.blog_list_intro_menu ul li {
  width: 100%;
}
.blog_list_intro_menu ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #70716c;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in;
}
.blog_list_intro_menu ul li a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #70716c;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in;
}
.blog_list_intro_menu ul li a:hover {
  color: #d91a1d;
}
.blog_list_intro_menu ul li a:hover::before {
  background-color: #d91a1d;
}
.blog_list_intro .shop-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2rem;
  background-color: #9f9071;
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.75rem 0;
  margin-top: 1rem;
  height: 45px;
  transition: all 0.3s ease-in;
}
.blog_list_intro .shop-btn:hover {
  font-size: 0.85em;
}
.blog_list_intro .small-blogs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1201px) {
  .blog_list_intro_header {
    flex-wrap: wrap;
  }
  .blog_list_intro_header .hashtag {
    order: 2;
    margin-top: 0.5rem;
    max-width: 100% !important;
    width: 100%;
  }
  .blog_list_intro_header .user {
    order: 1;
  }
  .blog_list_intro .small-blogs {
    margin-top: 1rem;
    flex-direction: row;
  }
  .blog_list_intro .small-blogs .blog_list_item:nth-child(1) {
    margin-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .blog_list_intro .small-blogs .blog_list_item:nth-child(2) {
    margin-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media only screen and (max-width: 992px) {
  .blog_list_intro_menu {
    width: calc(50% - 1rem);
    min-width: 280px;
    max-width: 100%;
    margin: 0 0.5rem;
    margin-top: 2rem;
  }
  .blog_list_intro .shop-btn {
    max-width: 50%;
  }
  .blog_list_intro .col-lg-3 {
    order: 1;
  }
}
@media only screen and (max-width: 576px) {
  .blog_list_intro_menu {
    margin: 0;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .blog_list_intro .shop-btn {
    width: 100%;
    max-width: unset;
  }
  .blog_list_intro .small-blogs {
    flex-direction: column;
    margin-top: 0;
  }
  .blog_list_intro .small-blogs .blog_list_item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .blog_list_intro .blog_list_item {
    margin-bottom: 1rem;
    height: calc(100% - 1rem) !important;
  }
}
.blog_list_item {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 350px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.blog_list_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.blog_list_item .content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  padding-bottom: 1rem;
  z-index: 3;
}
.blog_list_item .content .title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog_list_item .content .desc {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog_list_item .content .meta {
  font-size: 0.75em;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 31px;
  line-height: 31px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog_list_item .content .meta img {
  width: 0.5rem;
  height: auto;
  margin-left: 0.25rem;
}
.blog_list_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.blog_list_item:hover {
  color: #ffffff;
}
.blog_list_item:hover img {
  transform: scale(1.1);
}
.blog_list_item.item-sm .content .title {
  font-size: 1.1em;
}
.blog_list_item.item-sm .content .desc {
  font-size: 0.9em;
}
.blog_list_item.item-sm .content .meta {
  font-size: 0.5em;
}
.blog_list_item.h-100 {
  max-height: unset;
}
.blog_list_item.h-sm {
  max-height: 250px;
}
.blog_list_slider {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.blog_list_slider_owl .blog_list_slider_item {
  margin-bottom: 0;
}
.blog_list_slider_owl .blog_list_slider_item .blog_list_item {
  max-height: 180px !important;
}
.blog_list_slider_owl .owl-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_list_slider_owl .owl-nav .slider-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #d91a1d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.blog_list_slider_owl .owl-nav .slider-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/white-angle-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.blog_list_slider_owl .owl-nav .slider-btn:hover {
  background-color: #cc4041;
}
.blog_list_slider_owl .owl-nav .slider-btn.slider-next-btn::after {
  transform: rotate(-90deg);
}
.blog_list_slider_owl .owl-nav button:hover {
  background-color: unset !important;
}
.blog_list_content {
  display: block;
}
@media only screen and (max-width: 576px) {
  .blog_list_content .col-12 {
    height: -moz-max-content;
    height: max-content;
  }
}
.blog_list_side_blog {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1rem 0.5rem;
}
.blog_list_side_blog .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_list_side_blog .item img {
  width: 130px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.blog_list_side_blog .item .content {
  margin-right: 1rem;
}
.blog_list_side_blog .item .content .title {
  font-size: 1em;
  font-weight: 600;
  color: #101010;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in;
}
.blog_list_side_blog .item .content .desc {
  font-size: 0.9em;
  font-weight: 500;
  color: #70716c;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog_list_side_blog .item:not(:last-child) {
  margin-bottom: 1rem;
}
.blog_list_side_blog .item:hover .content .title {
  color: #d91a1d;
}
@media only screen and (max-width: 992px) {
  .blog_list_side_blog {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
.blog_list_side_comments {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1rem 0.5rem;
}
.blog_list_side_comments .item {
  color: #70716c;
  display: block;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in;
}
.blog_list_side_comments .item .name {
  font-weight: 500;
  white-space: nowrap;
}
.blog_list_side_comments .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.blog_list_side_comments .item:hover {
  color: #101010;
}
@media only screen and (max-width: 992px) {
  .blog_list_side_comments {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
.blog_list_slider_item {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.blog_list_slider_item .blog_list_item {
  max-height: 250px;
  margin-bottom: 1rem;
}
.blog_list_slider_item .more-btn {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #cc4041;
  border: 1px solid #cc4041;
  border-radius: 2rem;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  transition: all 0.3s ease-in;
}
.blog_list_slider_item .more-btn:hover {
  background-color: #f3f0e9;
  color: #cc4041;
}
.blog_list_slider_item .date-btn {
  border: 1px solid #cc4041;
  color: #cc4041;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.5rem;
  display: flex;
  margin-right: auto;
}
.blog_list_slider_item .date-btn img {
  width: 20px;
  height: auto;
  margin-left: 0.25rem;
}
.blog_list_slider_item.special-color .more-btn {
  background-color: #881477;
  border-color: #881477;
}
.blog_list_slider_item.special-color .more-btn:hover {
  background-color: #f3f0e9;
  color: #881477;
}
.blog_list_slider_item.special-color .date-btn {
  border-color: #881477;
  color: #881477;
}
.blog_list_slider_item.shivana-color .more-btn {
  background-color: #a1af95;
  border-color: #a1af95;
}
.blog_list_slider_item.shivana-color .more-btn:hover {
  background-color: #f3f0e9;
  color: #a1af95;
}
.blog_list_slider_item.shivana-color .date-btn {
  border-color: #a1af95;
  color: #a1af95;
}
.blog_list_slider_item.teenager-color .more-btn {
  background-color: #fe8939;
  border-color: #fe8939;
}
.blog_list_slider_item.teenager-color .more-btn:hover {
  background-color: #f3f0e9;
  color: #fe8939;
}
.blog_list_slider_item.teenager-color .date-btn {
  border-color: #fe8939;
  color: #fe8939;
}
@media only screen and (max-width: 992px) {
  .blog_list_slider_item .date-btn {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .blog_list_slider_item {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog_list_slider_item .date-btn {
    justify-content: center;
  }
}
.blog_list_products .product_item {
  text-align: center;
}
.blog_list_products .product_item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.blog_list_products .product_item .title {
  font-size: 1.25em;
  font-weight: 600;
  color: #101010;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog_list_products .product_item .desc {
  font-size: 1em;
  font-weight: 400;
  color: #70716c;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list_products .product_item_btn {
  width: 100%;
  display: block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #cb4040;
  border: 1px solid #cb4040;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  transition: all 0.3s ease-in;
}
.blog_list_products .product_item_btn:hover {
  background-color: #ffffff;
  color: #cb4040;
}

.blog_single {
  padding: 3rem 0;
}
.blog_single_content .writer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #70716c;
  font-size: 1em;
  font-weight: 500;
}
.blog_single_content .writer img {
  width: 3rem;
  height: 3rem;
  min-height: unset;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 0.5rem;
}
.blog_single_content .writer span {
  color: #101010;
}
.blog_single_content .has-audio {
  position: relative;
}
.blog_single_content .has-audio .audio-play {
  position: absolute;
  right: 2rem;
  bottom: 0;
  width: 3.5rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d23d43;
  border-radius: 3rem 3rem 0 0;
}
.blog_single_content .has-audio .audio-play img {
  width: 2rem;
  height: auto;
  min-height: unset;
  margin-top: 0.25rem;
}
.blog_single_content img {
  width: 100%;
  height: auto;
  max-height: 300px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  display: inline-block;
}
.blog_single_content hr {
  color: #999;
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 576px) {
  .blog_single_content img {
    margin-bottom: 1rem;
  }
}
.blog_single_commets_share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_single_commets_share .title {
  font-size: 1em;
  font-weight: 400;
  color: #70716c;
  margin: 0;
  margin-left: 1rem;
}
.blog_single_commets_share .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_single_commets_share .links .item {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #6b7075;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in;
}
.blog_single_commets_share .links .item img {
  height: 1rem;
  width: auto;
}
.blog_single_commets_share .links .item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.blog_single_commets_box {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 5rem;
  padding-bottom: 3rem;
}
.blog_single_commets_box .comment_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
}
.blog_single_commets_box .comment_item img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 1rem;
}
.blog_single_commets_box .comment_item .content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.blog_single_commets_box .comment_item .content .head .name {
  color: #101010;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 0;
}
.blog_single_commets_box .comment_item .content .head .date {
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  direction: ltr;
  text-align: left;
  color: #101010;
  font-weight: 400;
  font-size: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_single_commets_box .comment_item .content .head .date::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #101010;
}
.blog_single_commets_box .comment_item .content .body .text {
  font-size: 1em;
  font-weight: 500;
  color: #70716c;
}
.blog_single_commets_box .comment_item .content .footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_single_commets_box .comment_item .content .footer_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog_single_commets_box .comment_item .content .footer_item .text {
  color: #70716c;
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 0.5rem;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  direction: ltr;
  text-align: left;
}
.blog_single_commets_box .comment_item .content .footer_item img {
  width: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_single_commets_box .comment_item .content .footer_item:not(:first-child) {
  margin-right: 5rem;
}
.blog_single_categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 2rem;
}
.blog_single_categories .item {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #d91a1d;
  font-size: 1.25em;
  font-weight: 900;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.blog_single_categories .item.guest {
  background-color: #c9252c;
  font-size: 22px;
}
.blog_single_categories .item.special {
  background-color: #881477;
  font-size: 32px;
}
.blog_single_categories .item.life {
  background-color: #00abbd;
  font-size: 24px;
}
.blog_single_categories .item.plus {
  background-color: #e8c569;
  font-size: 27px;
}
.blog_single_categories .item.job {
  background-color: #4b5eaa;
  font-size: 39px;
}
.blog_single_categories .item.movie {
  background-color: #346667;
  font-size: 28px;
}
.blog_single_categories .item:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  .blog_single_categories {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .blog_single_categories .item {
    margin: 0 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .blog_single_categories .item {
    margin: 1rem;
    margin-bottom: 1rem;
  }
}

.products_category {
  padding: 4rem 0;
}
.products_category_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.products_category_wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.products_category_wrapper .item .img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #686764;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.products_category_wrapper .item .img img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_category_wrapper .item .text {
  color: #686764;
  margin-top: 0.5rem;
  transition: all 0.3s ease-in;
}
.products_category_wrapper .item:hover .img {
  background-color: #cb4040;
}
.products_category_wrapper .item:hover .text {
  transform: scale(1.1);
}
.products_category_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.products_category_title .products_list_title {
  margin: 0;
}
.products_category_title hr {
  color: #999;
  width: 100%;
  margin: 0 1rem;
}
.products_category_title .more {
  color: #70716c;
  font-size: 0.8em;
  font-weight: 400;
}
.products_list {
  margin-bottom: 4rem;
}
.products_list_title {
  color: #cb4040;
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 3rem;
  margin-top: 2rem;
  white-space: nowrap;
}
.products_list_item {
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  margin-bottom: 3rem;
  transition: all 0.3s ease-in;
}
.products_list_item .img {
  position: relative;
  background-color: #f3f0e9;
  padding: 0.75rem;
  overflow: hidden;
}
.products_list_item .img > img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in;
}
.products_list_item .img .discount-amount {
  position: absolute;
  top: 0;
  left: 2rem;
  background-color: #cb4040;
  width: 3rem;
  height: 3rem;
  border-radius: 0 0 3rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  z-index: 9;
}
.products_list_item .img .has-book {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 2rem;
  background-color: rgba(165, 165, 167, 0.4588235294);
  width: 3rem;
  height: 3rem;
  border-radius: 3rem 3rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.products_list_item .img .has-book img {
  width: 2rem;
}
.products_list_item .content {
  background-color: #ffffff;
  padding: 2rem 1rem;
  padding-bottom: 1rem;
}
.products_list_item .content .text {
  font-size: 1em;
  font-weight: 500;
  color: #101010;
  margin-bottom: 0.5rem;
}
.products_list_item .content .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.products_list_item .content .rating .star {
  width: auto;
  height: 1.25rem;
}
.products_list_item .content .rating .rate {
  line-height: 1.25rem;
  font-size: 1em;
  font-weight: 500;
  color: #101010;
  margin-right: 0.5rem;
}
.products_list_item .content .items_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.products_list_item .content .items_wrapper .item {
  width: 31%;
  border-radius: 2rem;
  padding: 0.25rem 0;
  background-color: #efeff0;
  color: #101010;
  text-align: center;
  font-size: 0.75em;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
.products_list_item .content .items_wrapper .item:hover {
  background-color: #cb4040;
  color: #ffffff;
}
.products_list_item .content .price {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ebebec;
  display: flex;
  align-items: center;
}
.products_list_item .content .price span {
  font-size: 1em;
  font-weight: 500;
  color: #101010;
}
.products_list_item .content .price span.discount {
  color: #70716c;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 0.5rem;
}
.products_list_item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.products_list_item:hover .img > img {
  transform: scale(1.2);
}
.products_list .products-slider {
  position: relative;
}
.products_list .products-slider .owl-stage-outer {
  margin: 0 1rem;
}
.products_list .products-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  justify-content: space-between;
}
.products_list .products-slider .owl-nav .slider-btn {
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.products_list .products-slider .owl-nav .slider-btn.slider-next-btn {
  left: 3rem;
}
.products_list .products-slider .owl-nav .slider-btn.slider-perv-btn {
  right: 3rem;
}
.products_list .products-slider .owl-nav .slider-btn::after {
  background-image: url("../images/icons/gray-angle-down.svg");
}
.products_banner {
  margin-top: 1rem;
}
.products_banner img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.products_banner .owl-dots .owl-dot span {
  width: 1rem !important;
  height: 1rem !important;
  background-color: #686764 !important;
  border: 2px solid #686764;
  transition: all 0.3s ease-in;
}
.products_banner .owl-dots .owl-dot.active span {
  background-color: #f3f0e9 !important;
  width: 1.75rem !important;
}
.products_banner .owl-dots .owl-dot:hover span {
  background-color: rgba(104, 103, 100, 0.8) !important;
}
@media only screen and (max-width: 768px) {
  .products_category_wrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .products_category_wrapper .item {
    width: 33.33%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .products_category_wrapper .item {
    width: 50%;
  }
  .products_list_item {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.product_single_title {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.product_single_title .category-title {
  color: #cb4040;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 1.15rem;
}
.product_single_title .breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.5rem;
}
.product_single_title .breadcrumb li a,
.product_single_title .breadcrumb li span {
  color: #70716c;
  font-size: 1em;
  font-weight: 500;
}
.product_single_title .breadcrumb li a {
  transition: all 0.3s ease-in;
}
.product_single_title .breadcrumb li a:hover {
  color: #3aa7af;
}
.product_single_title .breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
}
.product_single_body {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
}
.product_single_body .image-wrapper {
  height: 100%;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product_single_body .image-wrapper .previw-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in;
}
.product_single_body .image-wrapper .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: -2rem;
  left: -2rem;
  width: calc(100% + 4rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: -1;
}
.product_single_body .image-wrapper .owl-carousel .owl-nav .slider-btn {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.product_single_body .image-wrapper .owl-carousel .owl-nav .slider-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/gray-angle-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.product_single_body .image-wrapper .owl-carousel .owl-nav .slider-btn.slider-next-btn::after {
  transform: rotate(-90deg);
}
.product_single_body .image-wrapper .owl-carousel .owl-nav button:hover {
  background-color: unset !important;
}
.product_single_body .content {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.product_single_body .content_main {
  width: 100%;
}
.product_single_body .content_main .title {
  color: #101010;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #a4a4bb;
}
.product_single_body .content_main .info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_single_body .content_main .info .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_single_body .content_main .info .rating img {
  width: auto;
  height: 1.25rem;
}
.product_single_body .content_main .info .rating .rate {
  line-height: 1.25rem;
  font-size: 1em;
  font-weight: 500;
  color: #101010;
  margin-right: 0.5rem;
}
.product_single_body .content_main .info .rating::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #7c7575;
  margin: 0 0.5rem;
}
.product_single_body .content_main .info .views {
  font-size: 1em;
  font-weight: 400;
  color: #70716c;
}
.product_single_body .content_main .text {
  font-size: 1.1em;
  font-weight: 500;
  color: #101010;
  margin-top: 1rem;
}
.product_single_body .content_footer {
  width: 100%;
}
.product_single_body .content_footer .price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.product_single_body .content_footer .price .discounted {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product_single_body .content_footer .price .discounted span {
  font-size: 1.2em;
  font-weight: 500;
  color: #70716c;
  text-decoration: line-through;
}
.product_single_body .content_footer .price .discounted .percent {
  background-color: #cb4040;
  padding: 0.25rem 1rem;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 400;
  margin-right: 1rem;
}
.product_single_body .content_footer .price span {
  font-size: 1.3em;
  font-weight: 500;
  color: #101010;
  margin-top: 1rem;
}
.product_single_body .content_footer .but-btn {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background-color: #cb4040;
  border: 1px solid #d91a1d;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  margin-top: 2rem;
  transition: all 0.3s ease-in;
}
.product_single_body .content_footer .but-btn:hover {
  color: #cb4040;
  background: #ffffff;
}
.product_single_text {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #bab9b5;
}
.product_single_text img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .product_single_body .image-wrapper {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .product_single_title .category-title {
    text-align: center;
  }
  .product_single_title .breadcrumb {
    margin-right: 0;
    justify-content: center;
    text-align: center;
  }
  .product_single_body .image-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.test_intro {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.test_intro .main-img {
  display: block;
  margin: 4rem 0;
  width: 100%;
  border-radius: 2rem;
}
.test_intro .title {
  font-size: 3em;
  font-weight: 700;
  color: #cb4040;
}
.test_intro_content {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  padding-bottom: 2.5rem;
  border-radius: 2rem;
  margin-bottom: 13rem;
  margin-top: 4rem;
}
.test_intro_content .desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  color: #101010;
  margin-bottom: 3rem;
}
.test_intro_content .desc img {
  width: 0.8rem;
  height: auto;
  margin-left: 0.5rem;
}
.test_intro_content .shared_player .timer {
  justify-content: flex-start;
}
.test_intro_content .start-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0.25rem 2rem;
  border-radius: 2rem;
  background-color: #d91a1d;
  border: 1px solid #d91a1d;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  transition: all 0.3s ease-in;
}
.test_intro_content .start-btn:hover {
  color: #d91a1d;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .test_intro {
    width: 85%;
  }
}
@media only screen and (max-width: 576px) {
  .test_intro {
    width: 100%;
  }
}
.test_accordion {
  width: 70%;
  margin: 0 auto;
}
.test_accordion .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.test_accordion .list > li {
  border-bottom: 1.5px solid #d91a1d;
  padding: 0.75rem 0;
  position: relative;
}
.test_accordion .list > li .title {
  cursor: pointer;
  width: 100%;
  display: block;
}
.test_accordion .list > li .plus {
  position: absolute;
  left: 0.5rem;
  top: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #d91a1d;
}
.test_accordion .list > li .plus::before, .test_accordion .list > li .plus::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.test_accordion .list > li .plus::after {
  transform: translate(-50%) rotate(90deg);
  transition: all 0.3s ease-in;
}
.test_accordion .list > li.active .plus::after {
  transform: translate(-50%) rotate(0);
}
.test_accordion .list > li:first-child {
  border-top: 1.5px solid #d91a1d;
}
.test_accordion .sub-list {
  list-style: none;
  padding-right: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  display: none;
}
.test_accordion .sub-list li a {
  color: #70716c;
  font-weight: 500;
  font-size: 1em;
  transition: all 0.3s ease-in;
}
.test_accordion .sub-list li a:hover {
  color: #cb4040;
}
@media only screen and (max-width: 768px) {
  .test_accordion {
    width: 85%;
  }
}
@media only screen and (max-width: 576px) {
  .test_accordion {
    width: 100%;
  }
}
.test_main {
  padding: 6rem 0;
  width: 70%;
  margin: 0 auto;
}
.test_main .title {
  font-size: 3em;
  font-weight: 700;
  color: #cb4040;
}
.test_main .test-wrapper .question-counter {
  font-size: 1em;
  font-weight: 500;
  color: #70716c;
  padding-top: 1rem;
}
.test_main .test-wrapper .question-counter::after {
  content: ".";
}
.test_main .test-wrapper .question-text {
  min-height: 100px;
  font-size: 1em;
  font-weight: 500;
  color: #70716c;
  margin-bottom: 0;
  padding-bottom: 1rem;
  position: relative;
}
.test_main .test-wrapper .question-text p {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
  right: -50px;
  opacity: 0;
  visibility: hidden;
}
.test_main .test-wrapper .question-text p.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.test_main .test-wrapper .question-buttons {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1rem;
}
.test_main .test-wrapper .question-buttons .question-btn {
  display: block;
  background-color: #f3f0e9;
  border: 1px solid #606060;
  outline: none !important;
  border-radius: 0.5rem;
  width: 100%;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1em;
  font-weight: 400;
  color: #70716c;
  transition: all 0.3s ease-in;
}
.test_main .test-wrapper .question-buttons .question-btn.selected {
  background-color: #d91a1d;
  border-color: #d91a1d;
  color: #ffffff;
}
.test_main .test-wrapper .question-buttons .question-btn:hover {
  background-color: #cb4040;
  border-color: #cb4040;
  color: #f3f0e9;
}
.test_main .test-wrapper .counter {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4rem 0;
  position: relative;
}
.test_main .test-wrapper .counter .arrow {
  position: relative;
  min-width: 22px;
  transition: all 0.3s ease-in;
  bottom: 0;
}
.test_main .test-wrapper .counter .arrow .number {
  position: absolute;
  left: 9px;
  bottom: 0;
  color: #cb4040;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.test_main .test-wrapper .counter .arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 22px 22px;
  border-color: transparent transparent #101010 transparent;
  position: absolute;
  top: 0;
  left: -11px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.3s ease-in;
}
.test_main .test-wrapper .counter .arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #f3f0e9 transparent;
  position: absolute;
  top: 1px;
  left: -9px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.3s ease-in;
}
.test_main .test-wrapper .counter .arrow:last-child {
  width: 22px;
}
.test_main .test-wrapper .counter .arrow.active {
  bottom: 11px;
}
.test_main .test-wrapper .counter .arrow.active .number {
  opacity: 1;
  visibility: visible;
}
.test_main .test-wrapper .counter .arrow.active::before, .test_main .test-wrapper .counter .arrow.active::after {
  transform: rotate(0);
  border-color: transparent transparent #cb4040 transparent;
}
.test_main .test-wrapper .counter::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #101010;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 53px;
}
.test_main .test-wrapper .btn-wrapper {
  display: flex;
  justify-content: space-between;
}
.test_main .test-wrapper .btn-wrapper .btn {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #606060;
  color: #606060;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.test_main .test-wrapper .btn-wrapper .btn:hover {
  background-color: #cb4040;
  border-color: #cb4040;
  color: #ffffff;
}
.test_main .test-wrapper .btn-wrapper .btn.end-btn {
  background-color: #606060;
  color: #ffffff;
}
.test_main .test-wrapper .btn-wrapper .btn.end-btn:hover {
  background-color: #f3f0e9;
  color: #606060;
}
.test_main .test-wrapper .btn-wrapper .btn.hidden-btn {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1201px) {
  .test_main .test-wrapper .question-buttons .question-btn {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 992px) {
  .test_main .test-wrapper .question-buttons {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .test_main .test-wrapper .question-buttons .question-btn {
    width: 30%;
    min-height: 60px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .test_main {
    width: 85%;
  }
}
@media only screen and (max-width: 576px) {
  .test_main {
    width: 100%;
  }
  .test_main .test-wrapper .question-buttons {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .test_main .test-wrapper .question-buttons .question-btn {
    width: 100%;
    max-width: 200px;
    margin-right: 0;
    margin-left: 0;
    min-height: unset;
    padding: 1rem;
  }
}
.test_end {
  padding-top: 5rem;
}
.test_end_intro {
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 3rem;
}
.test_end_intro .result {
  font-size: 2em;
  font-weight: 900;
  color: #cb4040;
  margin-bottom: 2rem;
}
.test_end_intro .gradient-bar {
  position: relative;
  width: 100%;
  height: 3rem;
  border-radius: 2rem;
  background: rgb(44, 151, 114);
  background: linear-gradient(90deg, rgb(44, 151, 114) 0%, rgb(255, 149, 0) 50%, rgb(204, 64, 64) 100%);
}
.test_end_intro .gradient-bar .bar-pointer {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #939089;
  border: 5px solid #ffffff;
  position: absolute;
  top: -0.25rem;
  left: 0;
}
.test_end_intro .bar-stats {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-content: center;
  margin-top: 1rem;
}
.test_end_intro .bar-stats .value {
  padding: 1rem 0.5rem;
  font-size: 1em;
  font-weight: 400;
  color: #70716c;
  width: 33.33%;
  text-align: center;
}
.test_end_intro .bar-stats .value:not(:last-child) {
  border-right: 1px solid #cdcdcd;
}
.test_end_intro .desc {
  font-size: 1.3em;
  font-weight: 600;
  color: #70716c;
  text-align: center;
  margin-top: 4rem;
}
.test_end_intro .desc .low-text {
  color: #2c9772;
}
.test_end_intro .desc .mid-text {
  color: #ff9500;
}
.test_end_intro .desc .high-text {
  color: #cc4040;
}
.test_end_intro .reset-test {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 2rem;
  background-color: #606060;
  border: 1px solid #606060;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
  transition: all 0.3s ease-in;
}
.test_end_intro .reset-test:hover {
  background-color: #ffffff;
  color: #606060;
}
.test_end_analysis {
  padding-bottom: 4rem;
}
.test_end_analysis .title {
  font-size: 1.8em;
  font-weight: 700;
  color: #cb4040;
  margin-bottom: 0.5rem;
}
.test_end_analysis .desc {
  font-size: 1em;
  font-weight: 500;
  color: #70716c;
}
.test_end_analysis .shared_player {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.test_end_analysis .shared_player .timer {
  justify-content: flex-start;
}
.test_end_slider .products_list_item {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .test_end_intro .gradient-bar {
    height: 2rem;
  }
  .test_end_intro .gradient-bar .bar-pointer {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .test_end_intro .result {
    font-size: 1.75em;
    text-align: center;
  }
  .test_end_intro .desc {
    font-size: 1.1em;
    margin-top: 3rem;
  }
}

.side_cart_box {
  height: 100vh;
  width: 90vw;
  max-width: 400px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in;
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
.side_cart_header {
  padding: 1rem;
  padding-bottom: 0;
}
.side_cart_header .title {
  font-size: 1.3em;
  font-weight: 500;
  color: #101010;
  text-align: center;
  margin-bottom: 0.5rem;
}
.side_cart_body {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1.5rem 1rem;
}
.side_cart_body .products_list_item {
  display: flex;
  margin-bottom: 2rem;
}
.side_cart_body .products_list_item .img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_cart_body .products_list_item .img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side_cart_body .products_list_item .content {
  width: 60%;
}
.side_cart_body .products_list_item .content .price {
  flex-direction: column;
}
.side_cart_footer {
  padding: 1rem;
  padding-top: 0;
}
.side_cart_footer .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 0;
}
.side_cart_footer .price .key {
  font-size: 0.9em;
  font-weight: 400;
  color: #70716c;
}
.side_cart_footer .price .value {
  font-size: 1.1em;
  font-weight: 500;
  color: #101010;
}
.side_cart_footer .price .value .discount {
  color: #70716c;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 0.5rem;
}
.side_cart_footer .cart-btn {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #cc4041;
  border: 1px solid #cc4041;
  border-radius: 2rem;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  transition: all 0.3s ease-in;
}
.side_cart_footer .cart-btn:hover {
  background-color: #ffffff;
  color: #cc4041;
}
.side_cart_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.side_cart.active .side_cart_box {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.side_cart.active .side_cart_overlay {
  opacity: 1;
  visibility: visible;
}

.author_profile {
  margin: 6rem 0;
}
.author_profile .author-img {
  position: relative;
}
.author_profile .author-img img {
  width: 250px;
  max-width: 100%;
  height: auto;
  border-radius: 10rem 10rem 0 0;
}
.author_profile .author-img .author-bg {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.author_profile .author-img .author-front {
  position: absolute;
  bottom: 0;
  right: 0;
}
.author_profile .author-img .img-author {
  position: absolute;
  bottom: 0;
  left: -0.75rem;
  background-color: #cb4040;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  padding: 0.25rem;
}
.author_profile .author-img .img-author::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #ffffff transparent;
  margin: 0 0.5rem;
  position: relative;
  top: 3px;
}
.author_profile .author-title {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.author_profile .author-title .socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #a09172;
  padding: 0.5rem;
  width: 250px;
  max-width: 100%;
  border-radius: 2rem 0 0 2rem;
  position: relative;
}
.author_profile .author-title .socials a {
  display: block;
  margin: 0 0.5rem;
}
.author_profile .author-title .socials a img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in;
}
.author_profile .author-title .socials a:hover img {
  transform: scale(1.1);
}
.author_profile .author-title .socials::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  height: 100%;
  width: 50vw;
  background-color: #a09172;
}
.author_profile .author-title .title {
  font-size: 1.8em;
  font-weight: 900;
  color: #cb4040;
  margin-right: 1rem;
  margin-bottom: 0;
}
.author_profile .author-info-content {
  margin-top: 4rem;
  max-height: 280px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.author_profile .author-info-content .title {
  font-size: 1.5em;
  font-weight: 700;
  color: #cb4040;
  margin-bottom: 1.5rem;
}
.author_profile .author-info-content p {
  font-size: 1em;
  font-weight: 500;
  color: #70716c;
}
.author_profile .author-info-content .num-list {
  list-style: none;
  counter-reset: list;
  padding-right: 4rem;
  margin-bottom: 0;
}
.author_profile .author-info-content .num-list li {
  font-size: 1em;
  font-weight: 500;
  color: #70716c;
}
.author_profile .author-info-content .num-list li::before {
  counter-increment: list;
  content: counter(list);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #cb4040;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.5rem;
  margin-left: 0.5rem;
  padding-top: 3px;
}
.author_profile .author-info-content .num-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.author_profile .author-info-content .seperator {
  background: radial-gradient(ellipse at center, #d2232a 0%, #d2232a 30%, transparent 30%);
  background-size: 20px 20px;
  background-repeat: repeat-x;
  background-position: 5px center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 1rem 0;
  margin-right: 5.8rem;
}
.author_profile .author-info-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f0e9;
  background: linear-gradient(0deg, #f3f0e9 25%, rgba(0, 0, 0, 0) 100%);
}
.author_profile .author-info-content.no-after {
  max-height: unset;
}
.author_profile .author-info-content.no-after::after {
  content: unset;
}
.author_profile .author-info-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.author_profile .author-info-btn .show-more {
  font-size: 1em;
  font-weight: 500;
  color: #d91a1d;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.author_profile .author-info-btn .show-more .btn-text-more {
  display: block;
}
.author_profile .author-info-btn .show-more .btn-text-less {
  display: none;
}
.author_profile .author-info-btn .show-more img {
  width: 1rem;
  height: auto;
  margin-left: 0.25rem;
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
  filter: invert(12%) sepia(65%) saturate(7083%) hue-rotate(353deg) brightness(95%) contrast(90%);
}
.author_profile .author-info-btn .show-more:hover {
  transform: scale(0.9);
}
.author_profile .author-info-btn .share-btn {
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #101010;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.author_profile .author-info-btn .share-btn img {
  width: 1rem;
  height: auto;
  transition: all 0.3s ease-in;
}
.author_profile .author-info-btn .share-btn:hover {
  background-color: #cb4040;
  border-color: #cb4040;
}
.author_profile .author-info-btn .share-btn:hover img {
  filter: invert(81%) sepia(2%) saturate(1373%) hue-rotate(328deg) brightness(123%) contrast(90%);
}
.author_profile .author-info.height-full .author-info-content {
  max-height: 100%;
}
.author_profile .author-info.height-full .author-info-content::after {
  content: unset;
}
.author_profile .author-info.height-full .author-info-btn .show-more .btn-text-more {
  display: none;
}
.author_profile .author-info.height-full .author-info-btn .show-more .btn-text-less {
  display: block;
}
.author_profile .author-info.height-full .author-info-btn .show-more img {
  transform: rotate(0);
}
.author_profile .author-more {
  margin-top: 6rem;
}
.author_profile .author-more .more-title {
  font-size: 1.5em;
  font-weight: 900;
  color: #cb4040;
  margin-bottom: 2rem;
}
.author_profile .author-more .title-bg {
  background-color: #d91a1d;
  padding: 0.5rem;
  border-radius: 4rem 0 0 4rem;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
}
.author_profile .author-more .title-bg img {
  width: 3rem;
  height: auto;
  margin-right: 2rem;
}
.author_profile .author-more .title-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  height: 100%;
  width: 50vw;
  background-color: #d91a1d;
}
.author_profile .author-more .blog_list_slider_item {
  margin-bottom: 2rem;
}
.author_profile .author-more .row {
  max-height: 595px;
  overflow: hidden;
}
.author_profile .author-more.height-full .row {
  max-height: unset;
}
.author_profile .author-more.height-full .author-info-btn .show-more .btn-text-more {
  display: none;
}
.author_profile .author-more.height-full .author-info-btn .show-more .btn-text-less {
  display: block;
}
.author_profile .author-more.height-full .author-info-btn .show-more img {
  transform: rotate(0);
}
@media only screen and (max-width: 992px) {
  .author_profile .author-img .author-front {
    position: unset;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .author_profile .author-title {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }
  .author_profile .author-title .socials {
    min-width: 150px;
    width: unset;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .author_profile .author-title .title {
    margin: 1rem 0;
    width: 100%;
  }
  .author_profile .num-list {
    padding-right: 0 !important;
  }
  .author_profile .seperator {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .author_profile .author-img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .author_profile .author-title .title {
    text-align: center;
  }
}

.login_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
}
.login_box .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login_box .form-group .login_label {
  font-size: 1em;
  font-weight: 400;
  color: #70716c;
  text-align: center;
  margin-bottom: 0.5rem;
}
.login_box .form-group .login_input {
  padding: 0 1rem;
  text-align: center;
  width: 300px;
  max-width: 100%;
  height: 43px;
  border-radius: 2rem;
  outline: none !important;
  border: 1px solid #606060;
  transition: all 0.3s ease-in;
}
.login_box .form-group .login_input:hover {
  border-color: #d91a1d;
}
.login_box .form-group .login_input:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 64, 64, 0.25);
  border-color: #cb4040;
}
.login_box .form-group .digits {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
}
.login_box .form-group .digits input {
  width: calc(25% - 0.5rem);
  margin: 0 0.25rem;
  height: 43px;
  background-color: #f3f0e9;
  border: unset;
  border-bottom: 1px solid #101010;
  text-align: center;
  outline: none !important;
  transition: all 0.3s ease-in;
}
.login_box .form-group .digits input:focus {
  border-color: #cb4040;
}
.login_box .form-group .login_btn {
  width: 300px;
  max-width: 100%;
  height: 43px;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
  background-color: #cb4040;
  border-radius: 2rem;
  border: 1px solid #cb4040;
  outline: none !important;
  transition: all 0.3s ease-in;
}
.login_box .form-group .login_btn:hover {
  background-color: #f3f0e9;
  color: #d91a1d;
}
.login_box .form-group.right-form {
  text-align: right;
  align-items: flex-start;
}
.login_box .form-group.right-form .login_input {
  text-align: right;
}
.login_box .form-group.password-input {
  position: relative;
}
.login_box .form-group.password-input img {
  position: absolute;
  top: 2.75rem;
  left: 1rem;
  width: 1.5rem;
  height: auto;
  cursor: pointer;
}
.login_box .form-group:not(:last-child) {
  margin-bottom: 1.5rem;
}
.login_img {
  width: 70%;
  max-width: 150px;
  height: auto;
  margin-bottom: 2rem;
  border-radius: 10rem 10rem 0 0;
}
.login_title {
  font-size: 1.5em;
  font-weight: 600;
  color: #70716c;
  text-align: center;
  margin-bottom: 1.5rem;
}
.login_footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  text-align: center;
}
.login_footer .or {
  color: #bdbab5;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 1rem;
}
.login_footer .google {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 500;
  color: #70716c;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in;
}
.login_footer .google img {
  width: 1.5rem;
  height: auto;
  margin-left: 0.5rem;
}
.login_footer .google:hover {
  color: #cb4040;
  transform: scale(1.1);
}
.login_footer .extra-link {
  font-size: 1em;
  font-weight: 500;
  color: #70716c;
  margin-bottom: 1rem;
}
.login_footer .extra-link a {
  color: #cb4040;
  transition: all 0.3s ease-in;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.login_footer .extra-link a img {
  width: 1rem;
  height: auto;
  margin: 0 0.5rem;
}
.login_footer .extra-link a:hover {
  color: #d66868;
}

.cycle_info .cycle_box {
  border: 1px solid #cec7bd;
  border-radius: 3rem;
  padding: 3rem;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
}
.cycle_info .cycle_box .title {
  font-size: 2.5em;
  font-weight: 900;
  color: #cb4040;
  margin-bottom: 0;
}
.cycle_info .cycle_box .desc {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-size: 1em;
  font-weight: 400;
  color: #101010;
}
.cycle_info .cycle_box .cycle_img {
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  display: block;
}
.cycle_info .cycle_box::before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  background-color: #ffffff;
  border-radius: 3.25rem;
  z-index: -1;
}
.cycle_info.cycle_family .cycle_box {
  position: relative;
}
.cycle_info.cycle_family .cycle_box .cycle_img {
  position: absolute;
  top: -150px;
  right: -150px;
  background-color: #f3f0e9;
  border-radius: 100%;
  padding: 0.25rem;
}
.cycle_info.cycle_family .cycle_box .title {
  margin-right: 110px;
}
.cycle_info.cycle_family .cycle_box .desc {
  padding-right: 60px;
}
.cycle_info.cycle_society .cycle_box {
  position: relative;
}
.cycle_info.cycle_society .cycle_box .cycle_img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  right: -130px;
  padding: 0.25rem;
}
.cycle_info.cycle_society .cycle_box .title {
  margin-right: 60px;
}
.cycle_info.cycle_society .cycle_box .desc {
  padding-right: 60px;
}
.cycle_info.cycle_personal .cycle_box {
  position: relative;
}
.cycle_info.cycle_personal .cycle_box .cycle_img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -40px;
  left: -80px;
  padding: 0.25rem;
}
.cycle_info.cycle_personal .cycle_box .title {
  margin-left: 100px;
}
.cycle_info.cycle_personal .cycle_box .desc {
  padding-left: 100px;
}
.cycle_info.cycle_spiritual .cycle_box {
  position: relative;
}
.cycle_info.cycle_spiritual .cycle_box .cycle_img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem;
}
.cycle_info.cycle_job .cycle_box {
  position: relative;
}
.cycle_info.cycle_job .cycle_box .cycle_img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -145px;
  left: 50px;
  padding: 0.25rem;
}
.cycle_info.cycle_money .cycle_box {
  position: relative;
}
.cycle_info.cycle_money .cycle_box .cycle_img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -145px;
  right: 180px;
  padding: 0.25rem;
}
.cycle_info.cycle_science .cycle_box {
  position: relative;
}
.cycle_info.cycle_science .cycle_box .cycle_img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -145px;
  left: 50px;
  padding: 0.25rem;
}
.cycle_info.cycle_body .cycle_box {
  position: relative;
}
.cycle_info.cycle_body .cycle_box .cycle_img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -145px;
  left: 50px;
  padding: 0.25rem;
}
@media only screen and (max-width: 1201px) {
  .cycle_info .cycle_box .cycle_img {
    width: 200px;
    height: 200px;
  }
  .cycle_info.cycle_family .cycle_box {
    position: relative;
  }
  .cycle_info.cycle_family .cycle_box .cycle_img {
    top: -70px;
    right: -70px;
  }
  .cycle_info.cycle_society .cycle_box {
    position: relative;
  }
  .cycle_info.cycle_society .cycle_box .cycle_img {
    width: 200px;
    height: 200px;
    top: 40px;
    right: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .cycle_info.cycle_spiritual .cycle_box {
    position: relative;
  }
  .cycle_info.cycle_spiritual .cycle_box .cycle_img {
    top: -180px;
  }
}
@media only screen and (max-width: 576px) {
  .cycle_info .cycle_box {
    padding: 3rem 2rem;
  }
  .cycle_info .cycle_box .cycle_img {
    position: unset !important;
    height: auto !important;
    margin-bottom: 1rem;
  }
  .cycle_info .cycle_box .title,
  .cycle_info .cycle_box .desc {
    text-align: center;
  }
  .cycle_info.cycle_family .cycle_box .title {
    margin-right: 0;
  }
  .cycle_info.cycle_family .cycle_box .desc {
    padding-right: 0 !important;
  }
  .cycle_info.cycle_personal .cycle_box .title {
    margin-left: 0;
  }
  .cycle_info.cycle_personal .cycle_box .desc {
    padding-left: 0 !important;
  }
  .cycle_info.cycle_spiritual .cycle_box {
    position: relative;
  }
  .cycle_info.cycle_spiritual .cycle_box .cycle_img {
    transform: unset;
  }
}

.dashboard {
  margin: 3rem 0;
}
.dashboard_wrapper {
  display: flex;
  justify-content: flex-start;
}
.dashboard_sidebar {
  background-color: #cb4040;
  max-width: 25%;
  min-width: 280px;
}
.dashboard_sidebar_item {
  padding: 0.5rem 0;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
}
.dashboard_sidebar_item .img-holder {
  background-color: #ffffff;
  padding: 0.75rem;
  padding-right: 3rem;
  border-radius: 3rem 0 0 3rem;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in;
}
.dashboard_sidebar_item .img-holder img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.dashboard_sidebar_item.active {
  background-color: #b63131;
}
.dashboard_sidebar_item:hover .img-holder {
  margin-left: 1rem;
}
.dashboard_sidebar_item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.dashboard_content {
  width: 100%;
}
.dashboard_content .user-info {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.dashboard_content .user-info .user-img {
  background-color: #cb4040;
  border-radius: 5.5rem 0 0 5.5rem;
  padding: 0.5rem;
  padding-right: 5rem;
  width: 100%;
}
.dashboard_content .user-info .user-img img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50% 50% 0 50%;
}
.dashboard_content .user-info .user-name {
  background-color: #606060;
  padding: 1rem 2rem;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  border-radius: 1.25rem 0 0 1.25rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.dashboard_content .user-info .exit-btn {
  border: 1px solid #d91a1d;
  padding: 0.5rem 1.5rem;
  border-radius: 0.75rem;
  font-size: 1em;
  font-weight: 400;
  color: #d91a1d;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1rem;
  transition: all 0.3s ease-in;
}
.dashboard_content .user-info .exit-btn:hover {
  background-color: #d91a1d;
  color: #ffffff;
}
.dashboard_content .main-content {
  background-color: #ffffff;
  margin-right: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
}
.dashboard_content .main-content .table-title {
  font-size: 1.4em;
  font-weight: 700;
  color: #101010;
  text-align: center;
  margin-bottom: 1rem;
}
.dashboard_content .main-content .table-wrapper {
  overflow-x: auto;
}
.dashboard_content .main-content .table-wrapper .table tr,
.dashboard_content .main-content .table-wrapper .table td {
  min-width: 80px;
}
.dashboard_content .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.dashboard_content .form-group .form_label {
  font-size: 1em;
  font-weight: 400;
  color: #70716c;
  margin-bottom: 0.5rem;
}
.dashboard_content .form-group .form_input {
  padding: 0 1rem;
  width: 300px;
  max-width: 100%;
  height: 43px;
  border-radius: 2rem;
  outline: none !important;
  border: 1px solid #606060;
  transition: all 0.3s ease-in;
}
.dashboard_content .form-group .form_input:hover {
  border-color: #d91a1d;
}
.dashboard_content .form-group .form_input:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 64, 64, 0.25);
  border-color: #cb4040;
}
.dashboard_content .form-group .form_btn {
  width: 300px;
  max-width: 100%;
  height: 43px;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
  background-color: #cb4040;
  border-radius: 2rem;
  border: 1px solid #cb4040;
  outline: none !important;
  transition: all 0.3s ease-in;
}
.dashboard_content .form-group .form_btn:hover {
  background-color: #f3f0e9;
  color: #d91a1d;
}
@media only screen and (max-width: 992px) {
  .dashboard_wrapper {
    flex-wrap: wrap;
  }
  .dashboard_sidebar {
    width: 280px;
    max-width: 100%;
  }
  .dashboard_content {
    width: 100%;
  }
  .dashboard_content .user-info {
    width: 280px;
    min-width: 280px;
    max-width: 100%;
  }
  .dashboard_content .user-info .user-img {
    border-radius: 0 0 10rem 10rem;
    padding-right: 0.5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .dashboard_content .user-info .user-img img {
    border-radius: 50% 0 50% 50%;
  }
  .dashboard_content .user-info .user-name {
    border-radius: 1.25rem;
    text-align: center;
    justify-content: center;
  }
}

.chart-wrapper {
  position: relative;
}
.chart-wrapper .custom-chart {
  max-width: 100% !important;
}/*# sourceMappingURL=style.css.map */