
body {
  font-family: "Vazirmatn";
}

.width-100 {
  width: 100%;
}

.single-videos > div {
  padding: 10px;
}
.single-videos > div .lesson {
  margin-bottom: 20px;
}
.single-videos > div img {
  height: 260px;
}
.single-videos > div > div {
  cursor: pointer;
  border: 1px solid black;
}
.single-videos > div > div:hover {
  border: 3px solid darkgreen;
}
.single-videos > div > div img {
  margin-bottom: 10px;
}
.single-videos > div > div > div {
  text-align: center;
}
.single-videos > div > div > a {
  width: 100%;
}

.quantity {
  margin-left: 10px;
}

.quantity .cart-plus-minus {
  height: 45px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 150px;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  text-align: center;
  width: 150px;
}

.quantity .cart-plus-minus > .qtybutton {
  align-items: center;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  position: absolute;
  text-align: center;
  transition: 0.3s;
  vertical-align: middle;
  width: 35px;
}

.quantity .cart-plus-minus > .qtybutton:hover {
  background-color: var(--theme-color3);
  color: #fff;
  transition: 0.3s;
}

.quantity .cart-plus-minus > .qtybutton.dec {
  border-right: 1px solid #ddd;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quantity .cart-plus-minus > .qtybutton.inc {
  border-left: 1px solid #ddd;
  display: flex;
  height: 100%;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.multiselect {
  z-index: 20 !important;
}

.qtybutton {
  color: black !important;
}

.single-main-image {
  display: relative;
  margin-bottom: 10px;
}
.single-main-image > img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50%;
}

.others-option-for-responsive ul li {
  margin-left: 10px;
}
.others-option-for-responsive ul li:first-of-type {
  transform: translateY(8px);
}

.single-images {
  text-align: center;
}
.single-images > div {
  padding: 10px;
}
.single-images > div > a > img {
  border: 1px solid black;
  height: 220px;
}
.single-images > div > a:hover img {
  border: 4px solid darkgreen;
}

.lg-container {
  direction: ltr !important;
}

.ltr {
  direction: ltr !important;
}

.rtl {
  direction: rtl !important;
}

.global-video-container {
  position: relative;
}
.global-video-container #global-video-video {
  width: 100%;
}
.global-video-container .global-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.clear-both {
  clear: both;
}

[class*=ri-] {
  color: rgba(253, 149, 25, 0.8) !important;
}

.video-btn [class*=ri-] {
  color: white !important;
}

.search-button [class*=ri-] {
  color: white !important;
}

.hidden {
  display: none;
}

.text-orange {
  color: orange !important;
}

.bg-orange {
  background: rgba(253, 149, 25, 0.8) !important;
}

.width-height-60 {
  width: 60px;
  height: 60px;
}

.text-justify {
  text-align: justify;
}

.my-desc {
  padding: 10px;
  text-align: justify;
  line-height: 35px;
}
.my-desc h2,
.my-desc h3,
.my-desc h4,
.my-desc h5,
.my-desc h6 {
  color: var(--theme-color2);
}
.my-desc h2 *,
.my-desc h3 *,
.my-desc h4 *,
.my-desc h5 *,
.my-desc h6 * {
  color: var(--theme-color2);
}
.my-desc * {
  text-align: justify;
  line-height: 35px;
}
.my-desc figure.image {
  text-align: center;
}
.my-desc img {
  width: 80%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #000;
  margin-left: auto;
  margin-right: auto;
}

.width-33-percent {
  width: 33%;
}

.list-section-title {
  margin-bottom: 10px !important;
}

.float-right {
  float: right !important;
}

.transform-to-bottom {
  transform: translateY(3px);
}

.footer-logo {
  width: 50%;
  padding: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.w65-h65 {
  width: 65px;
  height: 65px;
}

.max-none {
  max-width: none !important;
}

.slider-container {
  padding-bottom: 40px;
}

.index-slider {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  background: white;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.index-slider .owl-item > div {
  direction: ltr;
}
.index-slider .owl-item > div .image {
  direction: rtl;
  height: 100%;
}
.index-slider .owl-item > div .image img {
  width: 100%;
  height: 100%;
}
.index-slider .owl-item > div > div.desc {
  direction: rtl;
  background: white;
  text-align: right;
  padding-top: 50px;
  padding-right: 100px;
}
.index-slider .owl-item > div > div.desc .title {
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
.index-slider .owl-item > div > div.desc .subtitle {
  color: black;
  font-size: 20px;
  margin-bottom: 50px;
}
.index-slider .owl-item .my-btn {
  padding: 20px 40px;
  background: #d2cece;
  color: black !important;
  opacity: 0.9;
  transition: all 1s;
}
.index-slider .owl-item .my-btn:hover {
  opacity: 0.7;
}
.index-slider .owl-dots {
  position: absolute;
  top: 10px;
  right: 10px;
}
.index-slider .owl-dots .owl-dot {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c2cbce;
}
.index-slider .owl-dots .owl-dot.active {
  opacity: 1;
  background: #ff00c8;
}
.index-slider .owl-prev,
.index-slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  left: auto;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  font-size: 80px;
  background: #f1f1f1;
}
.index-slider .owl-prev i,
.index-slider .owl-next i {
  font-size: 30px;
  color: black;
}
.index-slider .owl-prev {
  background: #f1f1f1 !important;
  transform: translateY(-50%);
  left: 16px !important;
  right: auto !important;
}
.index-slider .owl-next {
  background: #f1f1f1 !important;
  right: 0px;
}

.index-socials-container .single-counter-item.style-icon {
  border-radius: 10px;
  padding: 40px;
  display: inline-block;
  margin-bottom: 0px;
}
.index-socials-container .single-counter-item.style-icon h2 {
  transform: translateY(-24px);
  padding-right: 40px;
  color: white;
}
.index-socials-container .title {
  padding: 0px !important;
  margin-bottom: 10px;
  text-align: center;
}
.index-socials-container .title a {
  padding: 0px !important;
  color: white;
}

.global-popup {
  position: fixed;
  left: 0px;
  display: none;
  top: 0px;
  height: 100vh;
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.1), black);
  z-index: 1000;
}
.global-popup .form-group {
  margin-bottom: 10px;
}
.global-popup label {
  font-weight: bold;
}
.global-popup input {
  padding: 10px;
  height: 40px;
}
.global-popup > div {
  max-width: 100%;
  width: 800px;
  background: white;
  border: 2px solid var(--theme-color2);
  border-radius: 20px;
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.global-popup > div .close-div {
  position: absolute;
  right: 10px;
  top: 10px;
}
.global-popup > div .close-div .close-btn {
  width: 50px;
  height: 50px;
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: red;
  border-radius: 100%;
  border: 2px solid rgba(255, 0, 0, 0.7);
}
.global-popup > div .close-div .close-btn:hover {
  background: white;
}
.global-popup > div .close-div .close-btn > i {
  font-size: 30px;
}
.global-popup > div .submit-btn {
  width: 100%;
}
.global-popup > div div img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.global-popup > div .content {
  padding: 30px;
}

.back-black {
  background: black;
}

.my-page-desc {
  text-align: justify;
  font-size: 16px;
  line-height: 35px;
}
.my-page-desc p {
  font-size: 16px;
}
.my-page-desc * {
  line-height: 35px;
  text-align: justify;
}

.social-link i {
  font-size: 40px !important;
  color: black !important;
}

[class*=ri-] {
  color: #80f0e9 !important;
}

.specific-carousel-image-height .single-category-item {
  border: 1px solid black;
  border-radius: 10px;
  overflow: hidden !important;
}
.specific-carousel-image-height .single-category-item img {
  height: 237px !important;
  width: 100% !important;
}
.specific-carousel-image-height .single-category-item .category-content {
  background: #FFCFD4 !important;
  padding: 20px !important;
}

.home-comment-image {
  width: 60px !important;
  height: 60px !important;
}

.slider-btn {
  background: #23085a;
  color: white;
  border-radius: 40px;
  font-size: 18px;
  padding: 10px;
  max-width: 100%;
  transition: none;
}
.slider-btn:hover {
  background: #d0343e;
  color: #23085a;
}

.courses-video-img > img {
  width: 100%;
}

.single-courses-item .courses-content {
  padding-bottom: 10px !important;
}

.font-size-20 {
  font-size: 24px !important;
}

.sign-in {
  color: #80f0e9 !important;
}

.goup {
  transform: translateY(-6px);
  position: relative;
  display: inline-block;
  font-size: 14px !important;
}

.single-audio {
  width: 100%;
}

.single-courses-item.is_free .courses-img img {
  height: 400px !important;
}

.overview-content {
  unicode-bidi: plaintext;
  text-align: start;
}
.overview-content * {
  unicode-bidi: plaintext;
  text-align: start;
}
.overview-content h2,
.overview-content h3,
.overview-content h4,
.overview-content h5,
.overview-content h6 {
  color: #d0343e !important;
}

.vertical-top {
  vertical-align: top;
}

.about-content {
  max-width: none;
  margin-right: 0px;
}

.about-img-7 {
  text-align: center;
  background: #d0343e;
}
.about-img-7 img {
  max-width: 400px;
}

.is-free-image {
  height: 400px !important;
}

.t-main {
  color: #d0343e;
}

.text-child-justify {
  text-align: justify;
}
.text-child-justify * {
  text-align: justify;
}

.my-new-list-item {
  padding: 4px;
  margin-bottom: 4px;
  width: calc(33% - 10px);
  display: inline-block;
  vertical-align: top;
}
.my-new-list-item > div {
  padding: 10px;
  background: #d0343e;
  border-radius: 10px;
  text-align: center;
}
.my-new-list-item > div a {
  color: white;
}
.my-new-list-item > div:hover {
  background: black;
}
.my-new-list-item.free > div {
  background: rgb(8, 158, 58);
}

.my-single-desc figure.image {
  width: 100% !important;
  text-align: center;
  margin-bottom: 20px;
}
.my-single-desc figure.image img {
  width: 90%;
}

@media (min-width: 722px) {
  .home-first-banner .free-courses {
    padding: 10px !important;
    right: 50% !important;
    transform: translate(-81%, 27px);
  }
  .home-first-banner .free-courses .video-btn {
    height: 52px !important;
    width: 80px !important;
  }
}
@media (max-width: 721px) {
  .single-courses-item.is_free .courses-img img {
    height: 200px !important;
  }
  .single-courses-item .courses-fee span {
    font-size: 14px !important;
  }
  .single-courses-item .courses-content {
    padding: 4px !important;
  }
  .single-courses-item .courses-content h3 {
    margin-bottom: 0px !important;
  }
  .single-courses-item .courses-content h3 a {
    font-size: 14px !important;
  }
  .logo {
    width: 44px !important;
  }
  .index-slider {
    margin-top: 20px !important;
  }
  .index-slider .owl-item > div > div.desc {
    text-align: center;
    background: rgb(239, 239, 239);
    padding: 20px;
    padding-bottom: 60px;
    width: 100%;
  }
  .index-slider .owl-item > div > div.desc .title {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
  .index-slider .owl-item > div > div.desc .subtitle {
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .index-slider .owl-item .my-btn {
    padding: 10px;
  }
  .index-slider .owl-dots {
    background: white !important;
    top: 0px;
    right: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-top: 2px;
    padding-right: 6px;
  }
  .slider-btn {
    font-size: 16px;
    padding: 10px 60px;
  }
  .index-socials-container {
    margin-bottom: 20px;
  }
  .index-socials-container .counter-bg {
    padding-top: 20px;
    border-radius: 0px;
  }
  .index-socials-container .col-3 {
    padding: 0px !important;
  }
  .index-socials-container .single-counter-item.style-icon {
    border: none !important;
    padding: 4px;
  }
  .index-socials-container .single-counter-item.style-icon h2 {
    margin-top: 20px;
    font-size: 16px;
    transform: translate(18px, -18px);
  }
  .index-socials-container .single-counter-item.style-icon img {
    width: 30px;
  }
  .index-socials-container .title {
    margin-top: -10px;
  }
  .single-images > div > img {
    height: 200px;
  }
  .padding-top-mobile {
    padding-top: 60px;
  }
  .home-first-banner {
    padding-bottom: 0px !important;
  }
  .home-first-banner .free-courses {
    transform: translateY(100%);
    width: 100% !important;
  }
  .home-first-banner .free-courses * {
    text-align: right;
  }
  .home-first-banner .free-courses .video-btn {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .home-first-banner .free-courses .video-btn span {
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    text-align: center !important;
  }
  .my-video-btn {
    background: transparent !important;
    padding-left: 0px !important;
    width: 210px !important;
  }
  .my-video-btn .video-btn {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .my-video-btn .video-btn span {
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    text-align: center !important;
  }
  .mean-bar {
    left: 0px !important;
    width: 80% !important;
  }
  .navbar-nav {
    max-height: 100vh !important;
  }
  .mobile-menu-socials {
    text-align: center;
    background: #d0343e;
  }
  .mobile-menu-socials a {
    width: 22% !important;
    color: white !important;
    text-align: center;
  }
  .mobile-menu-socials a i {
    display: block !important;
    color: white !important;
    text-align: center;
    font-size: 30px;
  }
  .mobile-padding-top {
    padding-top: 170px;
  }
  .font-size-20 {
    font-size: 20px !important;
  }
  .mobile-basket-icon {
    position: relative;
    font-size: 20px;
  }
  .mobile-basket-icon span {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #d0343e;
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    transition: all ease 0.5s;
  }
  .single-main-flex {
    flex-direction: column-reverse !important;
  }
}
