@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url("/font/IRANSansWeb_Medium.woff") format("woff");
  /* All Major Browsers */
  font-weight: normal;
}
@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url("/font/IRANSansWeb_Bold.woff") format("woff");
  /* All Major Browsers */
  font-weight: bold;
}
@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url("/font/IRANSansWeb_Light.woff") format("woff");
  /* All Major Browsers */
  font-weight: 300;
}
.transparent-overlay {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}

:root {
  font-size: 13px !important;
}

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

body {
  font-family: "iranSans" !important;
  font-weight: normal !important;
  background-color: #f5f5f5 !important;
  overflow-x: hidden !important;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f0f0f1;
}
body::-webkit-scrollbar-thumb {
  background-color: #c0c2c5;
  border-radius: 20px;
  width: 8px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}

header .date {
  background-color: #08b2a7;
  padding: 2px 5px;
  position: relative;
  z-index: 2;
}
header .date .shamsi-date {
  color: white;
  font-size: 0.95rem;
}
header .main-header {
  background-image: url("/img/main_header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px 5px;
}

html[dir=rtl] .lang:before {
  right: -4px;
}

html[dir=ltr] .lang:before {
  left: -4px;
}

.lang {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -9px;
  padding: 0 0;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  background-color: #08b2a7;
  border-radius: 0px 0px 9px 9px;
  color: white;
  font-weight: bold;
  z-index: 1;
  width: 34px;
  text-align: center;
}
.lang .lang-name {
  display: inline-block;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 4.5px;
}
.lang:before {
  content: "";
  display: inline-block;
  width: calc(100% + 8px);
  height: 20px;
  background-color: #08b2a7;
  position: absolute;
  border-radius: 20px;
  top: -0.8846rem;
  z-index: 0;
}

ul.lang-list {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-start: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  padding: 5px 4px;
  color: black;
  cursor: default;
}
ul.lang-list li {
  list-style-type: none;
}
ul.lang-list li .lang-item {
  display: block;
  color: black;
  text-decoration: none;
  padding: 5px 8px;
  white-space: nowrap;
  border-radius: 8px;
}
ul.lang-list li .lang-item:hover {
  background-color: #08b2a7;
}
ul.lang-list li .lang-item.disable {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
ul.lang-list li .lang-itema {
  cursor: pointer !important;
}

.options {
  margin-top: 10px;
  padding: 0;
}
.options li {
  display: inline-block;
}
.options li a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

header .logo {
  text-align: center;
}
header .logo a {
  text-decoration: none;
  display: inline-block;
}

.search-box {
  background-color: white;
  border-radius: 100px;
  overflow: hidden;
  padding: 6.5px 0;
  -webkit-padding-start: 13px;
          padding-inline-start: 13px;
  -webkit-padding-end: 7.5px;
          padding-inline-end: 7.5px;
  width: 100%;
}
.search-box input {
  border: none;
  outline: none;
  display: inline-block;
  width: calc(100% - 20px);
}
.search-box .search-icon {
  background-color: transparent;
  background-image: url("/img/search_icon.svg");
  background-size: contain;
  background-position: center;
  display: inline-block;
  outline: none;
  border: none;
  width: 20px;
  height: 20px;
}

.shop-card {
  direction: rtl;
  display: inline-block;
  padding: 0 10px 0 12px;
  border-radius: 50px;
  text-decoration: none;
  color: white !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.shop-card .shop-count-card,
.shop-card .shop-icon {
  display: inline-block;
  vertical-align: middle;
}
.shop-card .shop-count-card {
  font-size: 1.1rem;
  background-color: #eca018;
  border-radius: 50px;
  width: 35px;
  text-align: center;
  padding: 3.5px 0;
}
.shop-card .shop-icon {
  display: inline-block;
  background-image: url("/img/shop_icon_gold.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.account {
  padding: 5px 9px;
  background-color: white;
  display: inline-block;
  border-radius: 50px;
}
.account .login-btn,
.account .register-btn,
.account .user-icon {
  display: inline-block;
  vertical-align: middle;
}
.account .login-btn,
.account .register-btn {
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.account .login-btn:before,
.account .register-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
}
.account .login-btn {
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  -webkit-border-end: 1.5px solid #d5d6d6;
          border-inline-end: 1.5px solid #d5d6d6;
}
.account .login-btn:before {
  inset-inline-end: 0;
  width: calc(100% + 26px);
}
.account .register-btn {
  -webkit-padding-end: 6px;
          padding-inline-end: 6px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}
.account .register-btn:before {
  inset-inline-start: 0;
}
.account .user-icon {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-image: url("/img/user_icon.svg");
  width: 17px;
  height: 17px;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 1.1rem;
}
.navbar li a:hover {
  color: black !important;
}
.navbar li:last-child {
  border: none !important;
}

.section-header {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.section-header .section-title-bar {
  padding: 7px 15px;
  white-space: nowrap;
}
.section-header .section-title-bar .section-icon,
.section-header .section-title-bar .section-title,
.section-header .section-title-bar .line-svg {
  vertical-align: middle;
}
.section-header .section-title-bar .section-title {
  font-size: 1.45rem;
  color: #707070;
  display: inline-block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.section-header .section-title-bar .section-icon {
  display: inline-block;
  position: relative;
  width: 3.35rem;
  height: 3.35rem;
}
.section-header .section-title-bar .section-icon .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-header .section-title-bar .line-svg {
  display: inline-block;
  height: 5px;
  width: 47px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/line.png");
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.activity-item {
  background-color: #e9e9e9;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 0 10px 0 #0000002e;
  cursor: default;
}
.activity-item:hover {
  box-shadow: 0 0 10px 0 #00000060;
  transform: translate(0, -12px);
}
.activity-item .activity-image {
  overflow: hidden;
}
.activity-item .activity-image .black-layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.66);
  opacity: 0;
  transition: 0.4s;
}
.activity-item .activity-image .info-img {
  position: absolute;
  font-size: 1.7rem;
  top: calc(50% + 300px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 0.3s;
  transition: 0.5s;
}
.activity-item .activity-image .info-img .title-img {
  display: inline-block;
  vertical-align: middle;
}
.activity-item .activity-image .info-img .icon-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.9rem;
  height: 2.9rem;
  -webkit-margin-end: 0.8rem;
          margin-inline-end: 0.8rem;
  vertical-align: middle;
}
.activity-item .activity-image:hover .black-layout {
  opacity: 1;
}
.activity-item .activity-image:hover .info-img {
  transform: translate(-50%, calc(-50% - 300px));
}
.activity-item .activity-content .activity-content-title {
  border-bottom: 1px solid #ecb024;
  padding-bottom: 0.85rem;
  font-size: 1.48rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.activity-item .activity-content .activity-content-desc {
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1.8rem;
  height: 5.4rem;
  overflow: hidden;
}
.activity-item .activity-more {
  background-color: #08b2a7;
  color: white;
  text-shadow: 0 0 1px #000;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 1.1rem 0;
  font-size: 1.28rem;
  text-decoration: none;
}

.ratio_4-3 {
  padding-top: 75%;
  position: relative;
}
.ratio_4-3 .child-ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

html[dir=ltr] .shop-main .shop-item .shop-item-view::after {
  transform: scalex(-1);
}

@media only screen and (max-width: 575.9999px) {
  .ratio_2 {
    padding-top: 72% !important;
    background-position: right !important;
  }
}
.top-section {
  margin-top: 7rem;
}

.shop-main {
  background-color: #08b2a7;
  background-image: linear-gradient(45deg, #08b2a7, #1DC6E1);
}
.shop-main .shop-item {
  margin-top: 11px;
  margin-bottom: 11px;
}
.shop-main .shop-item .ratio {
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-main .shop-item .child {
  background-color: rgba(0, 0, 0, 0.57);
  overflow: hidden;
}
.shop-main .shop-item .child .shop-item-title {
  position: absolute;
  display: inline-block;
  color: white;
  padding: 5px 9px;
  font-size: 1.3rem;
  margin: 0;
  z-index: 2;
  top: 10px;
  background-image: linear-gradient(45deg, #0F6371, #1DC6E1);
  color: white;
  border-radius: 8px;
  inset-inline-start: 10px;
  text-shadow: 0 1px 2px #00000055;
}
.shop-main .shop-item .child .shop-item-view {
  display: inline-block;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.3rem;
  position: absolute;
  padding: 12px 6px;
  bottom: 0;
  transition: 0.3s;
  transition-delay: 0.25s;
}
.shop-main .shop-item .child .shop-item-view::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/arrow.svg");
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
.shop-main .shop-item .child .shop-item-desc {
  display: inline-block;
  width: 100%;
  color: white;
  position: absolute;
  bottom: -150px;
  z-index: 1;
  padding: 5px 13px;
  transition: 0.6s;
}
.shop-main .shop-item .child:hover .shop-item-desc {
  transform: translateY(-190px);
}
.shop-main .shop-item.camera-shop .ratio_1-1 {
  padding-top: calc(72% + 6.8px);
}
.shop-main .shop-item.flag-shop .ratio {
  background-image: url("/img/flag-shop-img.jpg");
}
.shop-main .shop-item.camera-shop .ratio {
  background-image: url("/img/camera-shop-img.jpg");
}
.shop-main .shop-item.hijab-shop .ratio {
  background-image: url("/img/hijab-shop-img.jpg");
}
.shop-main .shop-item.accessory-shop .ratio {
  background-image: url("/img/accessory-shop-img.jpg");
}
.shop-main .shop-item.watch-shop .ratio {
  background-image: url("/img/watch-shop-img.jpg");
}

.ratio_1 {
  padding-top: 72%;
  position: relative;
}

.ratio_1 .child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ratio_2 {
  padding-top: 36%;
  position: relative;
}

.ratio_2 .child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 576px) {
  .courses .arrow {
    z-index: 3;
  }
  .courses .arrow.left-arrow {
    left: 5px !important;
  }
  .courses .arrow.right-arrow {
    right: 5px !important;
  }
  .courses .course-col {
    min-width: 315px !important;
    margin-right: calc(50% - 157px);
    margin-left: calc(50% - 157px);
  }
}
.courses {
  position: relative;
}
.courses .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: cetner;
  background-repeat: no-repeat;
  cursor: pointer;
}
.courses .arrow.disable {
  opacity: 0.3 !important;
  cursor: default;
}
.courses .arrow.left-arrow {
  left: -15px;
  background-image: url("/img/left-arrow.svg");
}
.courses .arrow.right-arrow {
  right: -15px;
  background-image: url("/img/left-arrow.svg");
  transform: scaleX(-1);
}
.courses .courses-scroll {
  list-style-type: none;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  padding-top: 12px;
  margin-top: -20px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.courses .courses-scroll::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.courses .courses-scroll .course-col {
  display: inline-block;
  width: 33.3333%;
  min-width: 315px;
}
.courses .courses-scroll .course-col .course-item {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  transition: 0.3s;
}
.courses .courses-scroll .course-col .course-item:hover {
  transform: translateY(-9px);
  box-shadow: 0 0 10px 0 #00000060;
}
.courses .courses-scroll .course-col .course-item .course-img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  padding-top: 67%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
.courses .courses-scroll .course-col .course-item .course-img .course-ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.courses .courses-scroll .course-col .course-item .course-img .course-ratio img {
  height: 100%;
}
.courses .courses-scroll .course-col .course-item .course-img .course-ratio .black-layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.courses .courses-scroll .course-col .course-item .course-img .course-ratio .course-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
  background-color: #08b2a799;
  color: white;
  padding: 3px 8px;
  z-index: 2;
}
.courses .courses-scroll .course-col .course-item .course-img .course-ratio .play-el {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #de1b1b;
  color: white;
  border-radius: 50px;
  padding: 4px 10px;
  z-index: 2;
}
.courses .courses-scroll .course-col .course-item .course-img .course-ratio .play-el .play-text {
  vertical-align: middle;
  font-size: 0.9rem;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.courses .courses-scroll .course-col .course-item .course-img .course-ratio .play-el .play-icon {
  vertical-align: middle;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/play-icon-white.svg");
}

@media only screen and (max-width: 576px) {
  .poems-categories .arrow {
    transition: 0.3s;
  }
  .poems-categories .arrow.left-arrow {
    left: 5px !important;
  }
  .poems-categories .arrow.right-arrow {
    right: 5px !important;
  }
  .poems-categories .cat-item {
    min-width: 315px !important;
    margin-right: calc(50% - 157px);
    margin-left: calc(50% - 157px);
  }
}
.poems-main {
  background-image: url("/img/cultural-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.poems-main .poems-categories {
  position: relative;
}
.poems-main .poems-categories .cat-scroll {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.poems-main .poems-categories .cat-scroll::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.poems-main .poems-categories .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: cetner;
  background-repeat: no-repeat;
  cursor: pointer;
}
.poems-main .poems-categories .arrow.disable {
  opacity: 0.4;
  cursor: default;
}
.poems-main .poems-categories .arrow.left-arrow {
  left: -15px;
  background-image: url("/img/left-arrow.svg");
}
.poems-main .poems-categories .arrow.right-arrow {
  right: -15px;
  background-image: url("/img/left-arrow.svg");
  transform: scaleX(-1);
}
.poems-main .poems-categories .cat-item {
  display: inline-block;
  width: 33.3333%;
  min-width: 315px !important;
}
.poems-main .poems-categories .poems-category {
  background-color: white;
  padding: 10px 20px;
  border-radius: 30px;
}
.poems-main .poems-categories .poems-category .category-title {
  text-align: center;
}
.poems-main .poems-categories .poems-category .category-title a {
  color: #d5164a;
  font-size: 1.2rem;
  text-decoration: none;
}
.poems-main .poems-categories .poems-category .poems .poem-item {
  border-bottom: 3px solid #10a7a2;
  padding-bottom: 10px;
}
.poems-main .poems-categories .poems-category .poems .poem-item:last-child {
  border-bottom: none;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-link {
  color: black;
  text-decoration: none;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-img {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  width: 62px;
  height: 62px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  vertical-align: middle;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-info {
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: middle;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-info .poem-title {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4rem;
  height: 2.9rem;
  overflow: hidden;
  transition: 0.2s;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-info .poem-title:hover {
  color: #00a537;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-options {
  display: block !important;
  border-top: 2.5px dotted #cfcfcf !important;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-options .option-item {
  display: inline-block !important;
  width: 17px !important;
  height: 17px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 4px 3px !important;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-options .option-item.heart-icon {
  background-image: url("/img/gray-heart.svg") !important;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-options .option-item.comment-icon {
  background-image: url("/img/gray-comment.svg") !important;
}
.poems-main .poems-categories .poems-category .poems .poem-item .poem-options .option-item.print-icon {
  background-image: url("/img/gray-print.svg") !important;
}
.poems-main .send-poems {
  text-align: center;
}
.poems-main .send-poems .send-poems-box {
  background-color: white;
  border-radius: 50px;
  padding: 5px 50px;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.poems-main .send-poems .send-poems-box .send-icon {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/send-icon.svg");
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.poems-main .send-poems .send-poems-box .send-text {
  vertical-align: middle;
  color: black;
  font-size: 1.15rem;
  font-weight: 400;
  text-decoration: none;
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}

html[dir=rtl] .introduction .introduction-container {
  border-radius: 80px 217px 217px 0;
}

html[dir=ltr] .introduction .introduction-container {
  border-radius: 217px 80px 0 217px;
}
html[dir=ltr] .introduction .introduction-container .introduction-image img {
  transform: scaleX(-1);
}

@media only screen and (max-width: 469.9999px) {
  .introduction-over {
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }

  .introduction-container {
    border: none !important;
    text-align: center !important;
    padding: 10px 20px !important;
  }

  .introduction-content {
    width: 100% !important;
    padding: 10px 0 !important;
  }

  .introduction-image {
    width: 100% !important;
  }
  .introduction-image img {
    width: 100% !important;
    position: static !important;
  }
}
@media only screen and (min-width: 470px) and (max-width: 575.99999px) {
  .introduction-over {
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }

  .introduction-container {
    border: none !important;
    text-align: center !important;
    padding: 10px 70px !important;
  }

  .introduction-content {
    width: 100% !important;
    padding: 10px 0 !important;
  }

  .introduction-image {
    width: 100% !important;
  }
  .introduction-image img {
    width: 100% !important;
    position: static !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.99999px) {
  .introduction-over {
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }

  .introduction-content {
    width: calc(100% - 228px) !important;
    padding: 10px 13px !important;
  }

  .introduction-image img {
    width: 219px !important;
    inset-inline-start: 24px !important;
    top: 26px !important;
  }
}
.introduction .introduction-over {
  -webkit-padding-start: 75px;
          padding-inline-start: 75px;
  position: relative;
}
.introduction .introduction-container {
  border: 6px solid #08b2a7;
}
.introduction .introduction-container .introduction-image {
  display: inline-block;
  width: 320px;
}
.introduction .introduction-container .introduction-image img {
  position: absolute;
  width: 345px;
  inset-inline-start: 0px;
  top: -15px;
}
.introduction .introduction-container .introduction-content {
  display: inline-block;
  width: calc(100% - 246px);
  padding: 10px 20px;
  font-size: 1.14rem;
  line-height: 2.4rem;
}
.introduction .introduction-container .introduction-content .introduction-text {
  display: inline-block;
  height: 156px;
  overflow: hidden;
}
.introduction .introduction-container .introduction-content .gradient-aqua-btn {
  display: inline-block;
  background-image: linear-gradient(to right, #1dc6e1, #0f6371);
  padding: 6px 20px;
  color: white;
  border-radius: 12px !important;
  text-decoration: none;
  text-shadow: 0px 0 5px #00000094;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.29);
}

.button {
  transition: 0.3s;
}
.button:hover {
  transform: translateY(-6px);
}

.statistics {
  background-image: url("/img/gold-baner-shrine.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}
.statistics .statistics-title {
  margin-top: 23px;
  margin-bottom: 8px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.statistics .statistics-image {
  margin-top: 30px;
  max-width: 400px;
  width: 100%;
}
.statistics .statistics-main .statistics-item {
  border: 5px solid #08b2a7;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 10px;
  width: 150px;
  height: 150px;
  -webkit-border-end: solid white;
          border-inline-end: solid white;
}
.statistics .statistics-main .statistics-item .img-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.statistics .statistics-main .statistics-item .count-item {
  font-size: 2.2rem;
  font-weight: bold;
}
.statistics .statistics-main .statistics-item .title-item {
  font-size: 1.1rem;
}

html[dir=rtl] footer .bottom-footer .quick-access ul li::before {
  transform: rotate(-45deg) !important;
}

@media only screen and (max-width: 991.9999999px) {
  footer .bottom-footer .support {
    border: none !important;
  }
  footer .bottom-footer .work-time {
    border: none !important;
  }
}
footer .logo {
  width: 170px !important;
}
footer .top-footer {
  padding-bottom: 194px;
  background-image: url("/img/footer_city_background.svg"), url("/img/footer_backgrond.svg");
  background-position: center bottom, center center;
  background-repeat: no-repeat;
  background-size: contain, cover;
}
footer .top-footer .news-letters {
  padding-right: 20px;
  padding-left: 20px;
}
footer .top-footer .news-letters .news-letters-title {
  color: #ecb024;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}
footer .top-footer .news-letters .news-letters-description {
  color: white;
  font-size: 1.05rem;
  font-weight: 300;
  display: block;
}
footer .top-footer .news-letters .news-letters-input {
  background-color: white;
  border-radius: 50px;
  width: 400px;
  align-items: center;
}
footer .top-footer .news-letters .news-letters-input .email-span {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
footer .top-footer .news-letters .news-letters-input input {
  width: 100%;
  border: none;
  outline: none;
}
footer .top-footer .news-letters .news-letters-input .news-letters-join {
  background-color: #ecb024;
  color: white;
  border-radius: 50px;
  white-space: nowrap;
  padding: 2px 8px;
  border: none;
  outline: none;
}
footer .top-footer .news-letters .news-letters-input .news-letters-join:hover {
  background-color: #e2861d;
}
footer .bottom-footer {
  background-color: #373636;
  font-size: 1.13rem;
  color: #b8bfbf;
}
footer .bottom-footer .footer-title {
  color: #e2930c;
  font-weight: bold;
  font-size: 1.15rem;
  display: inline-block;
  margin-bottom: 0.6rem;
  cursor: default;
  vertical-align: middle;
}
footer .bottom-footer .quick-access ul {
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}
footer .bottom-footer .quick-access ul li {
  list-style-type: none;
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 1.2rem;
}
footer .bottom-footer .quick-access ul li::before {
  content: "";
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  -webkit-margin-start: -1.5rem;
          margin-inline-start: -1.5rem;
  -webkit-margin-end: 0.48rem;
          margin-inline-end: 0.48rem;
  margin-top: 0.5rem;
  border-top: 2px solid #e2930c;
  border-left: 2px solid #e2930c;
  transform: rotate(135deg);
}
footer .bottom-footer .quick-access ul li:hover {
  color: white;
}
footer .bottom-footer .quick-access ul li a {
  color: inherit;
  text-decoration: none;
}
footer .bottom-footer .support {
  border-right: 1px #d8d8d8 solid;
  border-left: 1px #d8d8d8 solid;
  padding: 0 15px;
}
footer .bottom-footer .support .support-icon {
  background-image: url("/img/support.svg");
}
footer .bottom-footer .support .support-des {
  font-size: 0.95rem;
}
footer .bottom-footer .work-time {
  border-right: 1px #d8d8d8 solid;
  border-left: 1px #d8d8d8 solid;
  padding: 0 15px;
  font-size: 0.985rem;
}
footer .bottom-footer .work-time .time-icon {
  background-image: url("/img/time.svg");
}
footer .bottom-footer .work-time .work-time-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.95rem;
}
footer .bottom-footer .contact-us {
  text-align: center;
}
footer .bottom-footer .contact-us .contact-icon {
  background-image: url("/img/contact-us.svg");
}
footer .bottom-footer .contact-us .email,
footer .bottom-footer .contact-us .sms {
  display: block;
}
footer .bottom-footer .contact-us .email-icon {
  background-image: url("/img/email.svg");
}
footer .bottom-footer .contact-us .sms-icon {
  background-image: url("/img/sms.svg");
}
footer .bottom-footer .application {
  margin-top: 10px;
}
footer .bottom-footer .application .application-title {
  margin-bottom: 10px;
}
footer .bottom-footer .application a {
  cursor: pointer;
  display: inline-block;
  background-color: #575756;
  border-radius: 50px;
  padding: 4px 12px;
  color: white;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
footer .bottom-footer .application a:hover {
  background-color: #727272;
}
footer .bottom-footer .application a:first-child {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
footer .bottom-footer .application a .android-icon {
  background-image: url("/img/android.svg");
}
footer .bottom-footer .application a .ios-icon {
  background-image: url("/img/ios.svg");
}
footer .bottom-footer .application a .icon {
  width: 20px;
  height: 20px;
}
footer .bottom-footer .location .location-icon {
  background-image: url("/img/location.svg");
}
footer .bottom-footer .location .location-img {
  border-radius: 20px;
  max-width: 250px;
  overflow: hidden;
}
footer .bottom-footer .location .location-img img {
  display: inline-block;
  margin: 0;
  width: 100%;
}
footer .bottom-footer .icon {
  vertical-align: middle;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-bottom: 5px;
  -webkit-margin-end: 0.1rem;
          margin-inline-end: 0.1rem;
}
footer .end-footer {
  padding: 0 8px;
  background-color: #20413c;
  color: white;
}
footer .end-footer .end-footer-btn {
  display: inline-block;
  background-color: #1e2e2c;
  padding: 9px 40px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
}
footer .end-footer .end-footer-btn:hover {
  background-color: #394644;
}

ul.social-media {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  margin-top: 8px;
  padding: 0;
}
ul.social-media li {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 3px;
  margin-bottom: 3px;
}
ul.social-media li a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-decoration: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
ul.social-media li a:hover {
  opacity: 0.95;
}

.black-overlay {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  transition: opacity 1s;
}

.black-overlay.show {
  visibility: visible;
  opacity: 0.5;
}

@media only screen and (min-width: 0px) {
  .login-register-popup {
    width: 95%;
  }
  .login-register-popup .content-popup .tab-content .tab-pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 320px) {
  .login-register-popup {
    width: 90%;
  }
  .login-register-popup .content-popup .tab-content .tab-pane {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 576px) {
  .login-register-popup {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .login-register-popup {
    width: 730px;
  }
}
@media only screen and (min-width: 992px) {
  .login-register-popup {
    width: 800px;
  }
}
.login-register-popup {
  visibility: hidden;
  opacity: 0;
  background-color: white;
  height: 605px;
  border-radius: 12px;
  margin: 0 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-height: 90%;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-out;
}
.login-register-popup.show {
  visibility: visible !important;
  opacity: 1;
}
.login-register-popup .img-login-register {
  max-height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("/img/login_img.jpg");
  padding: 50px 20px;
  text-align: center;
}
.login-register-popup .img-login-register .emam8-logo-popup {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/img/Emam8-logo.png");
  width: 173px;
  height: 95px;
  margin: auto;
}
.login-register-popup .img-login-register .emam8-text-popup {
  display: inline-block;
  margin-top: 20px;
  color: white;
  font-size: 1.17rem;
  line-height: 2.5rem;
  font-weight: 300;
}
.login-register-popup .content-popup {
  height: 100%;
  overflow: hidden;
  padding: 0px !important;
}
.login-register-popup .content-popup .nav-link {
  width: 50%;
  color: #2fae5a;
  height: 3.5rem;
}
.login-register-popup .content-popup .tab-content {
  height: calc(100% - 3.5rem);
}
.login-register-popup .content-popup .tab-content .tab-pane {
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.login-register-popup .content-popup .tab-content .tab-pane::-webkit-scrollbar {
  width: 8px;
}
.login-register-popup .content-popup .tab-content .tab-pane::-webkit-scrollbar-track {
  background-color: #f0f0f1;
}
.login-register-popup .content-popup .tab-content .tab-pane::-webkit-scrollbar-thumb {
  background-color: #c0c2c5;
  border-radius: 20px;
  width: 8px;
}
.login-register-popup .content-popup .tab-content .tab-pane::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}
.login-register-popup .content-popup .title-content-popup {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
.login-register-popup .content-popup .des-content-popup {
  display: block;
  color: #90a0b4;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  font-weight: 300;
}
.login-register-popup .content-popup form {
  display: block;
}
.login-register-popup .content-popup form input[type=text],
.login-register-popup .content-popup form input[type=password] {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cad6e2;
  padding: 7px 15px;
  margin-bottom: 10px;
  font-weight: normal;
  width: 100%;
}
.login-register-popup .content-popup form .remember-label {
  color: #90a0b4;
}
.login-register-popup .content-popup form .form-submit-btn {
  background-color: #22ab50;
  color: white;
  border-radius: 8px;
  width: 100%;
  padding: 10px 0;
}
.login-register-popup .content-popup .google-login {
  border-top: 1.5px dashed #7a8899;
  text-align: center;
  margin-top: 28px;
  position: relative;
}
.login-register-popup .content-popup .google-login .google-login-title {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 8px;
  background-color: white;
  white-space: nowrap;
  color: #90a0b4;
  top: -1.2rem;
  font-size: 1.05rem;
}
.login-register-popup .content-popup .google-login .google-login-btn {
  display: block;
  width: 90%;
  margin: auto;
  padding: 7px 10px;
  margin-top: 10px;
  border: 1px solid #3c81f8;
  color: #3c81f8;
  margin-top: 25px;
  border-radius: 7px;
  text-decoration: none;
}
.login-register-popup .content-popup .google-login .google-login-btn:hover {
  background-color: #beddff;
}
.login-register-popup .content-popup .google-login .google-login-btn .google-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/google_account.svg");
  vertical-align: middle;
}
.login-register-popup .content-popup .google-login .google-login-btn .google-title-btn {
  vertical-align: middle;
}
.login-register-popup .content-popup .new-member {
  color: #90a0b4;
}
.login-register-popup .green-link {
  color: #2fae5a !important;
  text-decoration: none;
  cursor: pointer;
}

.landing-course {
  font-size: 1.15rem;
}
.landing-course .error-msg {
  display: block;
  margin-top: 0;
  color: #c80000;
}
.landing-course .seminar-banner {
  width: 100%;
}
.landing-course .form-cnt {
  border-radius: 25px;
  border: 2px solid black;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.landing-course .title-course {
  display: inline-block;
  color: #150083;
  margin-bottom: 10px;
  position: relative;
  top: -22px;
  background-color: #f5f5f5;
  padding: 5px 15px;
}
.landing-course label {
  cursor: pointer;
}
.landing-course input[type=text] {
  border-radius: 8px;
  padding: 7px 10px;
  border: 2px solid #7a8899;
  margin-top: 10px;
  width: 300px;
  max-width: 100%;
  background-color: transparent;
}
.landing-course input[type=text]:focus {
  outline: none;
  border: 2px solid #f6b10b;
}
.landing-course .form-submit-btn {
  background-color: #150083 !important;
  color: white !important;
  border-radius: 8px;
  width: 300px;
  max-width: 100%;
  padding: 10px 0;
  border: 2px solid transparent;
}
.landing-course .more-des {
  color: #7a8899;
  font-size: 0.95rem;
}
.landing-course .support .whatapp-link {
  background-color: #00c800;
  padding: 13px 10px 13px 20px;
  border-radius: 9px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 1px 2px #000;
}

.landing-result {
  text-align: center;
}
.landing-result .succss-msg {
  color: #2fae5a;
  font-size: 1.3rem;
  font-weight: bold;
}

