@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.contact-us {
  margin-top: 0;
  margin-bottom: 9rem;
}
.contact-us iframe {
  margin: 5% 0 !important;
  border: none;
  width: 100%;
  height: 300px;
  padding: 0;
  box-shadow: 0 0 5px #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact-us__img {
  margin: auto;
  width: 400px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us__img {
    width: 100%;
  }
}
.contact-us__sub-title {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.contact-us .main-btn {
  padding: 13px 25px;
  transition: all 300ms linear;
}
.contact-us .main-btn:hover {
  background-color: rgb(81.84, 17.16, 44.88);
}
.contact-us .main-btn__text {
  font-size: 13.5px;
  color: #fff !important;
}

.contact-info__title {
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.contact-info__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-flow: column;
  font-size: 15px;
}
.contact-info__list-item {
  color: #6e6e6e;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.contact-info__list-item:hover .contact-info__list-icon {
  color: rgb(137.1, 48.9, 86.7);
}
.contact-info__list-text {
  color: rgb(25.5, 25.5, 25.5);
  margin: 0px;
}
.contact-info__list-text:hover {
  color: #7C1A44;
}
.contact-info__list-icon {
  font-size: 18px;
  color: #7C1A44;
  margin-left: 7px;
  transition: all 300ms linear;
}
.contact-info .contact-social {
  margin-top: 15px;
}
.contact-info .contact-social__text {
  color: #333;
  line-height: 1.9;
}

.social-media {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.social-media__icon {
  padding: 5px;
  transition: all 300ms linear;
}
.social-media__item {
  margin: 5px;
}
.social-media__item:first-child .social-media__icon {
  padding-left: 0;
}

.blog {
  background: transparent;
  /* blog text */
}
.blog__title {
  font-size: 25px;
  font-weight: 600;
  color: #7C1A44;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .blog__title {
    font-size: 16px;
  }
}
.blog__date {
  color: rgb(121.6, 121.6, 121.6);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blog__date-icon {
  font-size: 16px;
  margin-left: 7px;
  margin-top: -5px;
}
.blog__studyDuration {
  color: #797878;
  font-size: 14px;
  font-weight: 300;
}
.blog__studyDuration i {
  font-size: 15px;
  margin-left: 4px;
}
.blog__studyDuration span:first-of-type {
  margin-left: 4px;
}
.blog__content {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.9;
  text-align: justify;
  font-weight: 300;
}
.blog__content > img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-left: 0;
  height: auto;
  border-radius: 5px;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .blog__content > img {
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
.blog__text img {
  max-width: 100%;
}
.blog iframe {
  margin-top: 25px;
  width: 100%;
  border: none;
  min-height: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
.blog .blog-video__tag {
  margin-top: 25px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media (max-width: 991.98px) {
  .blog .blog-video__tag {
    height: auto;
  }
}
.blog .main-btn {
  padding: 10px 20px;
}

.post-meta .author-meta {
  display: flex;
  align-items: center;
  color: #7a7a7a;
}
.post-meta .author-meta .meta-author-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  overflow: hidden;
  margin-left: 12px;
}
.post-meta .author-meta .meta-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-meta .blog__date {
  color: #7a7a7a;
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 0;
}
.post-meta .icon.icon-star {
  color: yellow;
}

.blog-detail-slider .common-card__body {
  border-radius: unset;
}
.blog-detail-slider .common-card__body:before {
  content: unset;
}
.blog-detail-slider .common-card__discount {
  display: none;
}

.toc-toggle {
  background: unset;
  border: unset;
  color: cornsilk;
  font-weight: 900;
}

.table-contents {
  background-color: #f9f9f9;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  max-width: 320px;
  margin-bottom: 2rem;
}
.table-contents a {
  display: block;
  padding: 0.35rem 0;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px dashed #ddd;
}
.table-contents a:hover {
  color: #0077cc;
}
.table-contents .sub-heading {
  padding-left: 1.2rem;
  font-size: 0.85rem;
  color: #666;
}
.table-contents .toc-hidden {
  display: none;
  margin-top: 0.5rem;
}
.table-contents .toc-toggle {
  background-color: transparent;
  border: none;
  color: #d8aa54;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.table-contents .toc-toggle .icon {
  font-size: 0.8rem;
}

.table-contents a {
  display: block;
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.toc-hidden {
  display: none;
}

.toc-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: blue;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toc-title {
  font-weight: 900;
  color: #d8aa54;
  font-size: 17px;
}

.toc-toggle {
  background-color: transparent;
  border: none;
  color: #d8aa54;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.toc-toggle .icon {
  font-size: 0.9rem;
}

.common-card__body {
  background-color: #f2f2f2 !important;
}

.common-card__price {
  color: #807b7b !important;
}

.page-item {
  width: 100%;
}

@media screen and (max-width: 480.98px) {
  .common-card__footer {
    flex-direction: column;
    gap: 0 !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 480.98px) {
  .common-card__title {
    height: 20px !important;
  }
}

.img-blog-detail {
  margin: 37px auto;
  border-radius: 5px;
  aspect-ratio: 3/2;
  width: 600px;
}

@media screen and (max-width: 480.98px) {
  .unavailable {
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 767.98px) {
  .common-card__body {
    padding: 2px 4px;
  }
}

.main-btn {
  color: #000000;
}

.blogSlider {
  margin: 30px 0;
}

.blog__author {
  flex-wrap: wrap;
  background-color: #7C1A44;
  padding: 6px 10px;
  border-radius: 20px;
  height: fit-content;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: fit-content;
  gap: 5px;
}
.blog__author .name {
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 575.98px) {
  .item-neme-blog {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 767.98px) {
  .auhor-name {
    justify-content: unset !important;
  }
}

.swiper-button-next:after {
  font-size: 15px;
  color: aliceblue;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
  color: aliceblue;
}

.swiper-button-prev {
  background: #d8aa54;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.swiper-button-next {
  background: #d8aa54;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 991.98px) {
  .name-blog {
    flex-direction: column;
  }
}

.swiper-wrapper {
  display: flex !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.img-blog-detail {
  margin: 37px auto;
  border-radius: 5px;
  aspect-ratio: 3/2;
  width: 600px !important;
}

.installment img {
  width: 100% !important;
}
.installment .installment-title {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #f6f6f6;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}

#myForm {
  background: #7c1a44;
  padding: 14px;
  border-radius: 11px;
}
#myForm h3 {
  font-size: 25px;
  color: white;
}
#myForm .main-btn-primary {
  background-color: #7C1A44;
  border: 1px solid #ffffff;
}
#myForm .main-btn {
  color: #ffffff !important;
}
#myForm label {
  color: #FFFFFF;
}
#myForm button {
  width: 151px;
  height: 1px;
  padding: 21px;
  margin-top: 11px;
}
@media screen and (max-width: 767.98px) {
  #myForm .my-form {
    flex-direction: column;
  }
  #myForm .my-form .form-card__field {
    width: 100%;
  }
}

.product-comment {
  /* product comment header */
  /* product comment title */
  /* product comment text */
  /* product comment not found main btn */
  /* product comment comment form */
}
.product-comment__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.product-comment__text {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin-bottom: 10px;
}
.product-comment .not-found {
  align-items: center;
  justify-content: left;
  margin-bottom: 0 !important;
  padding: unset !important;
  box-shadow: unset !important;
  /* not found main btn */
}
.product-comment .not-found .main-btn {
  padding: 15px 22px;
}
.product-comment #comment-form {
  display: none;
}

/* product comment */
.form-card__title {
  margin-bottom: 0 !important;
}

.star-rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #d8aa54;
}
.star-rating input:checked ~ label {
  color: #d8aa54;
}

.comment-nav {
  /* comment nav simple */
  /* comment nav item */
  /* comment nav link */
  /* comment nav replay */
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
  padding: 10px;
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
  /* comment nav replay teacher */
}
.comment-nav__replay .comment-box {
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box {
  padding: 15px;
  background-color: rgb(243.525, 243.525, 243.525);
  border-radius: 15px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 130px;
}

/* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* show more text */
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #7C1A44;
}

/* show more */
.comment-box {
  margin-bottom: 10px;
  /* comment box header */
  /* comment box text */
  /* comment box reply */
  /* comment box logo */
  /* comment box header name */
  /* comment box header date */
  /* comment box text */
  /* comment box img wrapper */
  /* comment box img */
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
  /* comment box header item */
  /* comment box header review */
  /* comment box header name */
  /* comment box header suggest */
  /* comment box header date */
  /* comment box header date */
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item {
    margin-bottom: 5px;
  }
}
.comment-box__header__item.header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* comment box header review box */
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #6e6e6e;
  /* review box icon */
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #f31313;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: auto;
  border-radius: 15px;
}
.comment-box__header__suggest.success {
  background-color: rgb(232.4090909091, 246.0909090909, 233.0454545455);
  color: #388e3c;
}
.comment-box__header__suggest.error {
  background-color: white;
  color: #f31313;
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 400;
  /* comment box reply title */
  /* comment box reply text */
}
@media only screen and (max-width: 575.98px) {
  .comment-box__reply {
    flex-direction: column;
  }
  .comment-box__reply .comment-box__reply__title {
    margin-bottom: 7px;
  }
}
.comment-box__reply__title {
  min-width: 100px;
  margin-left: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #4D4853;
  font-size: 12px;
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box__img {
  display: block;
  width: 55px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item.header {
    flex-wrap: wrap;
  }
  .comment-box__header__name {
    order: 1;
  }
  .comment-box__header__suggest {
    order: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .comment-box__header__review {
    order: 2;
  }
}

/* comment comment box */
.comments-form-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(110, 117, 136, 0.1);
  margin: 15px 0px;
  padding: 20px;
  border-radius: 10px;
}

/* Rating Star Widgets Style */
.rating-stars .star-list {
  list-style-type: none;
  padding: 0;
  direction: ltr;
}
.rating-stars .star-list .star {
  display: inline-block;
}
.rating-stars .star-list .star .icon {
  font-size: 1.5em;
  color: #ccc;
}
@media screen and (max-width: 575.98px) {
  .rating-stars .star-list .star .icon {
    font-size: 1.2em;
  }
}
.rating-stars .star-list .star.hover > .icon {
  color: #FF912C;
}
.rating-stars .star-list .star.selected > .icon {
  color: #FF912C !important;
}

.star-1 {
  display: inline-block;
}
.star-1 .icon {
  font-size: 15px !important;
  color: #ccc;
}

.star-2 {
  display: inline-block;
}
.star-2 .icon {
  font-size: 20px !important;
  color: #ccc;
}

.star-3 {
  display: inline-block;
}
.star-3 .icon {
  font-size: 25px !important;
  color: #ccc;
}

.star-4 {
  display: inline-block;
}
.star-4 .icon {
  font-size: 30px !important;
  color: #ccc;
}

.star-5 {
  display: inline-block;
}
.star-5 .icon {
  font-size: 35px !important;
  color: #ccc;
}

.score .icon-star {
  color: #FF912C;
}

.about-auther {
  background: #fff;
  border-radius: 15px;
  padding: 10px 10px 10px 24px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .about-auther {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about-auther .author-container {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  .about-auther .author-container {
    flex-direction: column;
  }
}
.about-auther .author-container .author-avatar img {
  width: 130px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.about-auther .author-container .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.about-auther .author-container .author-info .author-name {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #dacfcf;
  padding-bottom: 5px;
}
.about-auther .author-container .author-info .author-social {
  display: flex;
}
.about-auther .author-container .author-info .author-social__link {
  color: #d8aa54;
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
}
.about-auther .author-container .author-info .author-social__link:hover {
  transform: scale(1.2) rotate(10deg);
}
.about-auther .author-bio {
  flex: 2;
  line-height: 28px;
  text-align: justify;
  font-size: 15px;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 767.98px) {
  .about-auther .author-bio {
    font-size: 14px;
    padding-right: 0;
  }
}
.about-auther .author-bio::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d8aa54;
}
@media screen and (max-width: 991.98px) {
  .about-auther .author-bio::after {
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    width: 50%;
    top: -1rem;
  }
}

.border-author {
  border: 2px solid #d8aa54;
}

.text-gmail {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 160px;
}

.author-info {
  direction: ltr !important;
  text-align: left !important;
  overflow-x: auto !important;
  font-size: 13px;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin-bottom: 30px;
}
.post-meta .author-meta {
  display: flex;
  align-items: center;
  color: #7a7a7a;
}
.post-meta .author-meta .meta-author-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  overflow: hidden;
  margin-left: 12px;
}
.post-meta .author-meta .meta-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table-content {
  width: 64%;
}
@media screen and (max-width: 991.98px) {
  .table-content {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .table-content {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .table-content {
    width: 57%;
  }
}
.table-content .acc-table-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #7C1A44;
  color: #FFFFFF;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease;
}
.table-content .acc-table-content .title {
  margin-bottom: 0;
}
.table-content .acc-table-content .arrow {
  color: #FFFFFF;
  font-size: 20px;
  transition: 0.25s ease;
  transform: rotate(0deg);
}
.table-content .acc-table-content .arrow-animate {
  transform: rotate(-180deg);
  opacity: 1;
}
.table-content ul {
  display: none;
  padding: 20px;
  color: #222222;
  background: #f8f8f8;
  border-radius: 0 0 5px 5px;
}
.table-content ul li {
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.table-content ul li a {
  color: #7C1A44;
}

.blog-card {
  display: flex;
  flex-direction: column;
}
.blog-card:hover .blog-card__title {
  color: #7C1A44;
}
.blog-card:hover .view span {
  color: #6e6e6e;
}
.blog-card__img {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 10/7;
  border-radius: 15px;
}
.blog-card__body {
  padding: 15px;
}
.blog-card__body .main-btn-flat {
  color: #7C1A44;
  font-size: 12px;
}
.blog-card__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.blog-card__title .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  color: black;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .blog-card__title .title {
    font-size: 14px;
    height: 44px;
  }
}
@media screen and (max-width: 767.98px) {
  .blog-card__title .title {
    font-size: 12px;
    height: 37px;
  }
}
.blog-card__title .rate {
  direction: ltr;
}
.blog-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  height: 45px;
  line-height: 1.8;
  color: #797878;
}

.available-product .product-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-shadow: none;
  transition: all 0.5s;
  padding-left: 15px;
  /* product card price */
}
.available-product .product-card:hover {
  transition: all 0.5s;
}
.available-product .product-card:hover .product-card__img img {
  filter: blur(3px);
}
.available-product .product-card:hover .hover-btn {
  opacity: 1;
}
.available-product .product-card:hover .product-card__title {
  color: #7C1A44;
  transition: all 0.5s;
}
.available-product .product-card__body {
  height: 60px;
}
.available-product .product-card__title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.available-product .product-card__title .rate {
  direction: ltr;
}
.available-product .product-card__title .title {
  width: 90%;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  height: 60px;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 991.98px) {
  .available-product .product-card__title .title {
    font-size: 12px;
    height: 45px;
  }
}
.available-product .product-card__img {
  overflow: hidden;
}
.available-product .product-card__img:after {
  content: attr(data-discount);
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  padding: 4px 10px;
  border-radius: 0 0 3px 0;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: all 300ms linear;
}
.available-product .product-card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: fill;
  transition: all 0.5s;
}
@media screen and (min-width: 480.98px) and (max-width: 575.98px) {
  .available-product .product-card__img img {
    width: 75%;
  }
}
.available-product .product-card__img__footer {
  margin-top: 15px;
  transition: all 0.5s;
  margin-top: 2px;
}
.available-product .product-card .product-card-off-percent {
  position: absolute;
  top: 0;
  left: 30px;
  background-size: 100% 100%;
  border-radius: 0 0 25px 25px;
  width: 40px;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #7C1A44;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .available-product .product-card .product-card-off-percent {
    width: 37px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1199.98px) {
  .available-product .product-card .product-card-off-percent {
    top: 0px;
    left: 25px;
  }
}
.available-product .product-card__price {
  border-radius: 0 15px 0 15px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: all 1s;
  /* product card unavailable */
}
.available-product .product-card__price.unavailable {
  /* unavailable after */
}
.available-product .product-card__price.unavailable:after {
  content: "ناموجود";
  font-size: 13px;
  font-weight: 600;
  color: rgb(250.4032258065, 164.5967741935, 164.5967741935);
}
.available-product .product-card__price:has(.oldPrice) {
  justify-content: space-between;
}
.available-product .product-card__price:not(:has(.oldPrice)) {
  justify-content: flex-end;
}
.available-product .product-card__price .oldPrice {
  background: #4D4853;
  padding: 3px 10px;
  border-radius: 15px;
  color: #121212;
}
.available-product .product-card__price .old-price {
  color: #fff;
  text-decoration: line-through;
  font-size: 12px;
}
@media screen and (max-width: 480.98px) {
  .available-product .product-card__price .old-price {
    font-size: 10px;
  }
}
.available-product .product-card__price .unit-price {
  /* price after */
}
.available-product .product-card__price .unit-price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
  margin: 0 5px;
}
@media screen and (max-width: 991.98px) {
  .available-product .product-card__price .unit-price {
    font-size: 11px;
  }
}
.available-product .product-card .hover-btn {
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  min-height: 34px;
  border-radius: 50%;
  background-color: #7C1A44;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  transition: all 1s;
  opacity: 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
}
@media screen and (min-width: 480px) and (max-width: 767.98px) {
  .available-product .product-card .hover-btn {
    transform: translate(-30%, -50%);
  }
}
@media screen and (max-width: 479.98px) {
  .available-product .product-card .hover-btn {
    width: 35px;
    height: 35px;
    transform: translate(-33%, -90%);
  }
}
.available-product .product-archive-page {
  position: relative;
}
.available-product .product-archive-page.available-product:before, .available-product .product-archive-page.available-product:after {
  background-repeat: repeat;
  background-size: auto;
}
@keyframes cube {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.productSlider .swiper-button-next, .productSlider .swiper-button-prev {
  border: none;
  box-shadow: 0px 2px 10px rgba(17, 17, 17, 0.1294117647);
  background-color: white;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}
.productSlider .swiper-button-next::after, .productSlider .swiper-button-prev::after {
  font-size: 12px !important;
  position: absolute;
  color: black;
}

.productSlider .swiper-wrapper {
  aspect-ratio: 3/4;
  max-height: 296px;
}
@media screen and (min-width: 576px) {
  .productSlider .swiper-wrapper {
    max-height: 342px;
  }
}
@media screen and (min-width: 786px) {
  .productSlider .swiper-wrapper {
    max-height: 361px;
  }
}
@media screen and (min-width: 992px) {
  .productSlider .swiper-wrapper {
    max-height: 468px;
  }
}
@media screen and (min-width: 1200px) {
  .productSlider .swiper-wrapper {
    max-height: 426px;
  }
}
@media screen and (min-width: 1400px) {
  .productSlider .swiper-wrapper {
    max-height: 486px;
  }
}

.swiper-wrapper-hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.swiper {
  width: 100%;
}

.sidebar {
  position: sticky;
  top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .sidebar {
    position: static;
  }
}

.toc-sidebar {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.expandable-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.expandable-list li {
  margin-bottom: 0.5rem;
}
.expandable-list .toggle-btn {
  background-color: unset;
  color: black;
  padding: 0.4rem 0rem;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.more-toggle span {
  font-size: 12px;
}

.footer-list__link {
  font-size: 12px !important;
}

.color-text {
  font-weight: 400;
  color: #3f4346;
}

.toc-item {
  list-style: none;
  text-align: center;
}

.arrow {
  color: #7C1A44;
}

.toc-toggle {
  background: unset;
  border: unset;
}

.blog-color-btn {
  color: whitesmoke;
}

.captcha__link {
  top: -38px !important;
}

/*# sourceMappingURL=pages.css.map */
