/*
Theme Name: لندینگو
Theme URI: https://codisa.ir
Author: Fatehi Ali
Author URI: https://codisa.ir
Description: LANDINGO
Version: 1.0.1
*/
:root {
  --height-wave-header: 200px;
  --bottom-wave-header: -200px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  background-color: #fff;
  direction: rtl;
  text-align: right;
}

ins {
  text-decoration: none;
}

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

.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.e-con-inner .container {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1365px;
  }
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #e9edf7;
}

*::-webkit-scrollbar-thumb {
  background-color: #e9edf7;
  border-radius: 20px;
  border: 3px solid #f03147;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #9cb5b5 #e7f3f3;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #e7f3f3;
}

*::-webkit-scrollbar-thumb {
  background-color: #9cb5b5;
  border-radius: 20px;
  border: 6px solid #9cb5b5;
}

.box-shadow-buttom-header {
  box-shadow: 8px 10px 15px 0px rgba(var(--color-primary-bg-rgb), 0.3);
}

.main-menu a {
  border-bottom: 2px solid transparent;
}
.main-menu li.active a,
.main-menu li:hover a {
  color: var(--color-primary-bg);
  border-color: var(--color-primary-bg);
}

.item-scroll-vip {
  box-shadow: 0px 464px 245px 308px rgb(255, 255, 255), inset 0px 0px 61px -20px rgba(0, 0, 0, 0.1490196078);
}
.item-scroll-vip::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0px -464px 245px 308px rgb(255, 255, 255);
}

.section-base {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-base.section-tracker {
  padding-top: 75px;
  padding-bottom: 75px;
}

.bg-attr-vip {
  -webkit-mask: url("./assets/img/mask_attr_vip.svg");
          mask: url("./assets/img/mask_attr_vip.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-size: 80%;
  background-position: center;
  transition: all 0.3s;
  position: relative;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.bg-attr-vip::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), linear-gradient(255.81deg, rgba(0, 0, 0, 0) 17.86%, rgba(255, 10, 38, 0.2) 82.14%), linear-gradient(84.63deg, rgba(77, 216, 77, 0) 1.41%, rgba(12, 14, 154, 0.2) 98.59%);
  transition: all 1s;
  opacity: 0.8;
}
.bg-attr-vip.view::before {
  opacity: 1;
}

.item-attr-2 {
  box-shadow: -25px 25px 50px -10px rgba(0, 0, 0, 0.0392156863), -16px 14px 84px -69px rgba(0, 0, 0, 0.2588235294) inset;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.tracker-container {
  position: relative;
  height: 70px;
}

.tracker-item {
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center;
}

.section-log-version .item-css {
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, rgba(238, 238, 238, 0.7) 0%, #FFFFFF 100%) border-box;
  box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
}
.section-log-version .item-css.current {
  box-shadow: 3px 4px 14px 0px rgba(0, 0, 0, 0.1882352941);
  background: #000;
  color: #fff;
}
.section-log-version .item-css.current .thunder {
  fill: white;
}
.section-log-version .item-css:hover:not(.current) {
  background: #fafafa;
}

.section-faqs .item-css {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, rgba(238, 238, 238, 0.7) 0%, #FFFFFF 100%) border-box;
  box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.3s;
  cursor: pointer;
}
.section-faqs .item-css .arrow {
  transition: all 0.3s;
}
.section-faqs .item-css .arrow svg {
  fill: #000;
}
.section-faqs .item-css.active {
  box-shadow: 3px 4px 14px 0px rgba(0, 0, 0, 0.1882352941);
  background: #000;
  color: #fff;
}
.section-faqs .item-css.active .arrow {
  border-color: #fff;
}
.section-faqs .item-css.active .arrow svg {
  rotate: 45deg;
  fill: #fff;
}
.section-faqs .item-css:hover:not(.active) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0509803922);
  background: #fbfbfb;
}

.transition-3s {
  transition: all 0.3s;
}

.swiper-log-version .swiper-slide {
  max-height: 66px;
}

.items-plugin {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.031372549);
  background: #FFFFFF;
}

.section-buy-now .inner-section {
  background-image: url("./assets/img/cover-add-to-cart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section-buy-now .link {
  position: relative;
}
.section-buy-now .link::before {
  position: absolute;
  content: "";
  left: 11px;
  right: 11px;
  bottom: -5px;
  top: 9px;
  background: inherit;
  filter: blur(44px);
  z-index: -1;
  opacity: 0.7;
}
.section-buy-now .link:hover {
  transform: translateY(-3px);
}
.section-buy-now .link:hover img {
  animation: soft-shake 1s ease-in-out 3;
}

.section-tab-demo .item-css {
  box-shadow: 0px 14px 12px -5px rgba(0, 0, 0, 0.0509803922), 0px 10px 14px -10px rgba(0, 0, 0, 0.0588235294) inset;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, rgba(238, 238, 238, 0.7) 0%, #FFFFFF 100%) border-box;
  border-radius: 15px;
  transition: all 0.3s;
}
.section-tab-demo .item-css img {
  transition: all 0.3s;
}
.section-tab-demo .item-css.active {
  background: var(--color-primary-bg);
  color: #fff;
}
.section-tab-demo .item-css.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(2%) hue-rotate(324deg) brightness(105%) contrast(100%);
}
.section-tab-demo .item-css:hover {
  transform: translateY(3px);
}
.section-tab-demo .item-content {
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #E4E4E4 0%, #E4E4E4 100%) border-box;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.0588235294);
}
.section-tab-demo .item-css-vip {
  box-shadow: -16px 14px 84px -69px rgba(0, 0, 0, 0.2588235294) inset;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.switch-button .btn.switch span {
  transform: translateX(5px);
  background-color: white;
  filter: drop-shadow(0px 3px 3px rgba(4, 81, 41, 0.2));
}

.item-demo .box-pic::before {
  content: "";
  box-shadow: 0px 0px 76px 71px #fff;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}

.nshow-scroll {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nshow-scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

.box-video-index .tab-content {
  position: relative;
}
.box-video-index .tab-content .plyr__control--overlaid {
  width: 140px !important;
  height: 140px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-primary-bg);
  border-radius: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.box-video-index .tab-content .plyr__control--overlaid::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 100%;
  height: 100%;
  filter: blur(32px);
  background: inherit;
  border-radius: 60px;
}
.box-video-index .tab-content > .plyr {
  width: 100%;
  height: 100%;
  position: relative;
}
.box-video-index .tab-content > .plyr::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.082397) 0.01%, rgba(0, 0, 0, 0.6) 80.5%);
}
.box-video-index .tab-content > .plyr .plyr__controls {
  opacity: 0;
  visibility: hidden;
}
.box-video-index .tab-content > .plyr.plyr--playing::before {
  opacity: 0;
}
.box-video-index .tab-content > .plyr.plyr--playing .plyr__controls {
  opacity: 1;
  visibility: visible;
}
.box-video-index .tab-content .plyr--playing + .swiper-tab-video {
  opacity: 0;
  visibility: hidden;
}
.box-video-index .tab-content .plyr__control--overlaid svg {
  width: 55px;
  height: 55px;
  fill: #fff;
  z-index: 99;
  left: 0 !important;
}
.box-video-index .tab-content .plyr--video .plyr__control:focus-visible,
.box-video-index .tab-content .plyr--video .plyr__control:hover,
.box-video-index .tab-content .plyr--video .plyr__control[aria-expanded=true] {
  background: unset;
}
.box-video-index .tab-content .plyr__poster {
  background-size: cover;
}

.plyr__sr-only {
  clip: unset;
  border: unset;
  height: unset;
  overflow: unset;
  padding: unset;
  position: unset;
  width: unset;
  text-indent: -9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plyr__sr-only:hover::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  animation: fade-4 2s 0.2s infinite;
  opacity: 0;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 214px;
  height: 214px;
  box-shadow: 0 0 2px 0 #fff;
}
.plyr__sr-only:hover::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  animation: fade2 2s 0.2s infinite;
  opacity: 0;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 162px;
  height: 162px;
  box-shadow: 0 0 2px 0 #fff;
}
.plyr__sr-only:hover::before {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  transition: 0.3s;
  animation: fade-3 2s infinite;
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  box-shadow: 0 0 2px 0 #fff;
}

.item-tab-video::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  filter: blur(14px);
  background: rgba(255, 255, 255, 0.15);
}
.item-tab-video:hover {
  background: rgba(255, 255, 255, 0.25);
}

.section-tab-video .item-tab.active .item-tab-video {
  background: var(--color-primary-bg);
}
.section-tab-video.playing-c .box-list-tabs,
.section-tab-video.playing-c .title-video {
  opacity: 0;
}

.eui-rtl-1c7pzer path:not(:first-of-type) {
  transform: translateX(6px) scaleX(0.8);
}

.item-widget {
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEA;
  cursor: pointer;
  transition: all 0.3s;
}
.item-widget.active, .item-widget:hover {
  background: #000000;
  color: #FFFFFF;
  border-color: transparent;
}
.item-widget.active img, .item-widget:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(76%) saturate(3127%) hue-rotate(75deg) brightness(113%) contrast(105%);
}

.section-base-elementor-edit {
  position: relative;
}
.section-base-elementor-edit::before {
  content: "";
  position: absolute;
  background-image: url(./assets/img/wave-elementor-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  right: -10px;
  left: 0;
  background-position: right;
  z-index: -1;
}
.section-base-elementor-edit::after {
  content: "";
  position: absolute;
  background-image: url(./assets/img/wave-elementor-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  right: 0;
  left: -10px;
  background-position: left;
  z-index: -1;
}

.access-fixed {
  white-space: nowrap;
}
.access-fixed .list-open {
  width: 0px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
.access-fixed.fixed-c {
  position: fixed;
  z-index: 999;
  top: 25px;
  right: 50%;
  transform: translateX(50%);
}

.section-feature-primary .title::before {
  content: "";
  position: absolute;
  background: var(--color-primary-bg);
  filter: blur(34px);
  top: 13px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.item-attr-bigger {
  box-shadow: -16px 14px 84px -69px rgba(0, 0, 0, 0.2588235294) inset, -25px 25px 50px -10px rgba(0, 0, 0, 0.0392156863);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.8);
}
.item-attr-bigger .inner {
  border: 1px solid #F0F0F0;
  background: #fff;
}

.section-widget-tab .item-tab {
  cursor: pointer;
}
.section-widget-tab .item-tab .title {
  box-shadow: 0px 14px 12px -5px rgba(0, 0, 0, 0.05), 0px 10px 14px -10px rgba(0, 0, 0, 0.06) inset;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, rgba(238, 238, 238, 0.7) 0%, #FFFFFF 100%) border-box;
  border-radius: 15px;
  transition: all 0.3s;
}
.section-widget-tab .item-tab.active .title, .section-widget-tab .item-tab:hover .title {
  background: var(--color-primary-bg);
  color: #FFFFFF;
}
.section-widget-tab .item-tab.active svg, .section-widget-tab .item-tab:hover svg {
  transform: translate(50%, 50%) scale(1);
  z-index: -1;
}

.section-internal-pages-demo .item {
  position: relative;
  box-shadow: 0px 17px 39px -9px rgba(238, 238, 238, 0.6980392157);
}
.section-internal-pages-demo .item::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #FFFFFF 0%, #EAEAEA 100%);
  width: calc(100% + 2px);
  height: 100%;
  top: -1px;
  right: -1px;
  bottom: 1px;
  left: -1px;
  z-index: -1;
  border-radius: inherit;
}
.section-internal-pages-demo .item .title {
  text-shadow: -1px -1px 0 rgba(187, 187, 187, 0.2), 1px -1px 0 rgba(187, 187, 187, 0.2), -1px 1px 0 rgba(187, 187, 187, 0.2), 1px 1px 0 rgba(187, 187, 187, 0.2);
}

.item-tab-setting-plugin {
  box-shadow: 7px 10px 21px 3px rgba(0, 0, 0, 0.0392156863);
  transition: all 0.3s;
  border: 1px solid transparent;
}
.item-tab-setting-plugin:hover, .item-tab-setting-plugin.active {
  box-shadow: 0 0 21px 0px rgba(0, 0, 0, 0.0392156863);
  border-color: #ddd;
}

.contents-setting-redux {
  box-shadow: 10px 14px 24px 0px rgba(0, 0, 0, 0.0392156863);
  position: relative;
}
.contents-setting-redux::before {
  position: absolute;
  content: "";
  background: linear-gradient(133.57deg, rgba(213, 204, 204, 0.2) 14.12%, rgba(255, 255, 255, 0.2) 85.88%);
  width: calc(100% + 2px);
  height: 100%;
  top: -1px;
  right: -1px;
  bottom: 1px;
  left: -1px;
  z-index: -1;
  border-radius: inherit;
}

.btn-buy-rtl {
  position: relative;
  transition: all 0.3s;
}
.btn-buy-rtl::before {
  content: "";
  position: absolute;
  background: inherit;
  opacity: 0.7;
  left: 25px;
  right: 25px;
  bottom: -5px;
  top: 40.4px;
  border-radius: inherit;
  z-index: -1;
  filter: blur(36px);
}
.btn-buy-rtl:hover {
  transform: translateY(-3px);
}
.btn-buy-rtl:hover img {
  animation: soft-shake 1s ease-in-out 3;
}

.e-con > .e-con-inner {
  max-width: 100% !important;
}

.header-responsive-shadow {
  filter: drop-shadow(0px 2px 0px #dce7e7);
  background-color: #ffffff;
}

.menu-main-mobile.active {
  display: flex;
}

.mobile-menu {
  box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, 0.05);
}
.mobile-menu .main-mobile {
  height: 100%;
  overflow: scroll;
}
.mobile-menu .main-mobile > ul > li::after {
  position: absolute;
  content: "";
  left: -30px;
  right: -30px;
  background: rgba(0, 0, 0, 0.04);
  height: 1px;
  bottom: 0;
  z-index: 9;
}
.mobile-menu .mobile_menu_ul_main > li {
  border-bottom: 1px solid #e9f3f3;
}
.mobile-menu .main-mobile ul li {
  position: relative;
}
.mobile-menu .main-mobile ul li.active {
  padding-bottom: 10px;
}
.mobile-menu .main-mobile ul li a {
  display: flex;
  position: relative;
  padding: 11px 0;
  margin-left: 45px;
  font-size: 14px;
  color: #233564;
  font-weight: 600;
  align-items: center;
  gap: 15px;
}
.mobile-menu .main-mobile ul li a img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu .main-mobile ul li.menu-item-has-children .childer {
  position: absolute;
  content: "\e94d";
  font-family: icomoon;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 66;
  cursor: pointer;
}
.mobile-menu .main-mobile ul li.menu-item-has-children.active::before {
  transform: rotate(180deg);
}
.mobile-menu .main-mobile ul li.menu-item-has-children.active > a {
  color: #233564;
}
.mobile-menu .main-mobile ul li.menu-item-has-children.active > a::before {
  transform: translateY(-50%) rotate(180deg);
  background: rgba(0, 0, 0, 0.04);
}
.mobile-menu .main-mobile ul li a:hover {
  color: #233564;
}
.mobile-menu .main-mobile ul li > .sub-menu {
  display: none;
  margin-right: 30px;
}
.mobile-menu .main-mobile ul li > .sub-menu li a {
  font-weight: 700;
  font-size: 13px;
  color: #666;
  padding: 5px 0;
}
.mobile-menu .main-mobile ul li > .sub-menu li a:hover {
  color: #1F4983;
}

.item-blog-index {
  box-shadow: -25px 25px 50px -10px rgba(0, 0, 0, 0.0392156863), -16px 14px 84px -69px rgba(0, 0, 0, 0.2588235294) inset;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 17px;
  position: relative;
  margin: auto;
  font-size: 21px;
  color: #000000;
  font-weight: 700;
}

.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  transition: all 0.3s;
  box-shadow: -4px 8px 14px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
}

.woocommerce-pagination .page-numbers.next svg,
.woocommerce-pagination .page-numbers.prev svg {
  width: 5px;
  height: 9px;
  fill: #969fae;
}

.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
  background: #000000;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .bg-attr-vip {
    -webkit-mask: none;
            mask: none;
    overflow: hidden;
    border-radius: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-base {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-base.section-tracker {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .box-video-index .tab-content .plyr__control--overlaid {
    width: 80px !important;
    height: 80px !important;
  }
  .box-video-index .tab-content .plyr__control--overlaid svg {
    width: 30px;
    height: 30px;
  }
  .woocommerce-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .woocommerce-pagination {
    font-family: 15px;
    gap: 10px;
  }
  .item-demo .box-pic::before {
    box-shadow: 0px 0px 70px 21px #fff;
  }
}
@keyframes soft-shake {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1px, 1px);
  }
  50% {
    transform: translate(1px, -1px);
  }
  75% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animated-list li {
  opacity: 0;
  transform: translateY(20px);
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-post,
.elementor-widget-text-editor {
  text-align: justify;
}
.content-post p,
.elementor-widget-text-editor p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}
.content-post h1 + p,
.content-post h2 + p,
.content-post h3 + p,
.content-post h4 + p,
.content-post h5 + p,
.content-post h6 + p,
.elementor-widget-text-editor h1 + p,
.elementor-widget-text-editor h2 + p,
.elementor-widget-text-editor h3 + p,
.elementor-widget-text-editor h4 + p,
.elementor-widget-text-editor h5 + p,
.elementor-widget-text-editor h6 + p {
  margin-top: 0;
}
.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6,
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  font-weight: 800;
  color: #000000;
}
.content-post h1,
.elementor-widget-text-editor h1 {
  font-size: 23px;
}
.content-post h2,
.elementor-widget-text-editor h2 {
  font-size: 22px;
  color: #000;
}
.content-post h3,
.elementor-widget-text-editor h3 {
  font-size: 21px;
}
.content-post h4,
.elementor-widget-text-editor h4 {
  font-size: 20px;
}
.content-post h5,
.elementor-widget-text-editor h5 {
  font-size: 19px;
}
.content-post h6,
.elementor-widget-text-editor h6 {
  font-size: 18px;
}
.content-post ul,
.elementor-widget-text-editor ul {
  padding: 5px 0 15px;
  line-height: 35px;
  list-style-type: none;
  color: #495666;
  font-size: 15px;
  margin-bottom: 30px;
}
.content-post ul li,
.elementor-widget-text-editor ul li {
  position: relative;
}
.content-post ul li::before,
.elementor-widget-text-editor ul li::before {
  content: "";
  background: #9dadc0;
  margin-left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
}
.content-post ol,
.elementor-widget-text-editor ol {
  display: flex;
  flex-direction: column;
  counter-reset: my-awesome-counter;
  color: #495666;
  font-size: 15px;
  margin-bottom: 20px;
}
.content-post ol li,
.elementor-widget-text-editor ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 5px;
}
.content-post ol li::before,
.elementor-widget-text-editor ol li::before {
  content: counter(my-awesome-counter) "  ";
  color: #9dadc0;
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
  min-width: 30px;
}
.content-post a,
.elementor-widget-text-editor a {
  color: #1f4983;
  border-bottom: 1px solid;
  margin: 0 4px;
}
.content-post img,
.elementor-widget-text-editor img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post .initial *,
.elementor-widget-text-editor .initial * {
  margin: initial;
  padding: initial;
  text-align: initial;
  line-height: initial;
}
.content-post .initial *::before, .content-post .initial *::after,
.elementor-widget-text-editor .initial *::before,
.elementor-widget-text-editor .initial *::after {
  content: initial;
}
.content-post blockquote,
.elementor-widget-text-editor blockquote {
  color: #606b78;
  border-radius: 10px;
  background-color: #f8f9fb;
  padding: 18px 80px 18px 30px;
  font-size: 15px;
  position: relative;
}
.content-post blockquote::before,
.elementor-widget-text-editor blockquote::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1366 1024"><path d="M25.203 48.859h555.655v555.87l-185.182 370.419h-277.827l185.182-370.419h-277.827zM1321.803 48.859v555.87l-185.236 370.419h-277.827l185.182-370.419h-277.827v-555.87z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(234%) hue-rotate(168deg) brightness(99%) contrast(90%);
  right: 30px;
  position: absolute;
  top: 32px;
}
.content-post blockquote p,
.elementor-widget-text-editor blockquote p {
  margin: unset;
  padding: unset;
}

.elementor-widget-text-editor {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 2.8;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .content-post,
  .elementor-widget-text-editor {
    font-size: 14px;
    line-height: 2.1;
  }
  .content-post ul,
  .content-post ol,
  .elementor-widget-text-editor ul,
  .elementor-widget-text-editor ol {
    font-size: 14px;
    line-height: 2;
  }
  .content-post h1,
  .elementor-widget-text-editor h1 {
    font-size: 20px;
    padding: 15px 0 10px;
  }
  .content-post h2,
  .elementor-widget-text-editor h2 {
    font-size: 18px;
    padding: 15px 0 10px;
    color: #213770;
  }
  .content-post h3,
  .elementor-widget-text-editor h3 {
    font-size: 16px;
  }
  .content-post h4,
  .elementor-widget-text-editor h4 {
    font-size: 15px;
  }
  .content-post h5,
  .elementor-widget-text-editor h5 {
    font-size: 14px;
  }
  .content-post h6,
  .elementor-widget-text-editor h6 {
    font-size: 13px;
  }
  .content-post h1,
  .content-post h2,
  .content-post h3,
  .content-post h4,
  .content-post h5,
  .content-post h6,
  .elementor-widget-text-editor h1,
  .elementor-widget-text-editor h2,
  .elementor-widget-text-editor h3,
  .elementor-widget-text-editor h4,
  .elementor-widget-text-editor h5,
  .elementor-widget-text-editor h6 {
    padding: 5px 0 5px;
  }
  .content-post blockquote,
  .elementor-widget-text-editor blockquote {
    padding: 15px 35px 15px 15px;
    font-size: 14px;
  }
  .content-post blockquote::before,
  .elementor-widget-text-editor blockquote::before {
    right: 5px;
    top: 18px;
  }
}
.breadcrumb-separator {
  color: #BEBEBE;
  font-size: 10px;
  font-weight: 600;
  margin: 0 10px;
}

.simplebar-track {
  left: 0 !important;
  right: unset;
}

.simplebar-track.simplebar-vertical {
  width: 9px;
}

.box-text-rtl-test {
  filter: drop-shadow(0px 10px 12px #fff);
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */