* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #47587b;
  font-family: iran !important;
 
}

body *{
  max-width: 1920px;

}
body{
  background-image: url("../../images/home-hero-background.svg");
  background-size: contain;
}
body.dashboard {
background-image: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

span {
  color: inherit;
}
.common-btn{
  background: #2E72ED;
  color: white;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* box-shadow  */
.line-through {
  text-decoration: line-through;
}
.all-text-white * {
  color: white !important;
}
.default-blue-shadow {
  box-shadow: 5px 10px 20px 2px #0b71ee33;
}
.big-blue-shadow {
  box-shadow: 5px 10px 20px 0px rgba(11, 113, 238, 0.2);
}
.default-blue-shadow {
  box-shadow: 5px 10px 20px 2px rgba(11, 113, 238, 0.2);
}
.default-shadow {
  box-shadow: 5px 5px 10px 2px rgba(11, 113, 238, 0.1);
}
/* Hide scrollbar for Chrome, Safari and Opera */
/* .no-scrollbar::-webkit-scrollbar {
  width: 2px;
} */

/* Hide scrollbar for IE, Edge and Firefox */

.iran {
  font-family: iran !important;
}
.iran-medium {
  font-family: iran-medium !important;
}
.iran-demibold {
  font-family: iran-demibold !important;
}
.iran-bold {
  font-family: iran-bold !important;
}
.iran-extrabold {
  font-family: iran-extrabold !important;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  width: 85%;
  gap: 30px;
  padding-bottom: 100px;
}

body {
  width: 100vw;
  direction: rtl;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow-x: hidden;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

.heaer-dropdown-menu {
  background-color: white;
  color: #304168;
}
.heaer-dropdown-menu a {
  width: 100%;
  border-radius: 5px;
  padding: 5px 15px;
  color: #6b7280 !important;
  font-family: iran-medium !important;
  /* border: 1px solid black; */
}

.heaer-dropdown-menu a:hover span {
  font-family: iran-medium !important;
}
.heaer-dropdown-menu a:hover {
  background-color: #7cadf240;
  color: #304168 !important;
}
.heaer-dropdown-menu a:hover * {
  color: #304168 !important;
}
.section-title {
  color: #162035;
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 48px;
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
.section-title.lg {
  font-size: 24px !important;
}

.section-description {
  font-family: iran;
  color: #47587b;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
}

.rtl-title {
  color: #162035;
  text-align: right;
  font-size: 18px;
}

.longEnough {
  max-height: 220px;
  width: 350px;
  overflow: auto;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #9CA3AF;
}
.text-validation-red {
  color: red !important;
}

.lightgray {
  color: #0b71ee;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.between-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.start-flex {
  display: flex;
  justify-content: start;
  align-items: center;
}
.around-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* general responsive */
/* // X-Large devices (large desktops, 1200px and up) xl*/
@media (min-width: 1200px) {
  .divide-right {
    position: relative;
  }
  .divide-right::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(71, 88, 123, 0.2);
    right: -20px;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) 2xl*/
@media (min-width: 1400px) {
  .top-strip {
    height: 90px;
  }
}
/* home-page start */

/* home responsive */
/* sm */
@media (min-width: 200px) {
  .home-page .hero-section .course-img {
    width: 140px;
    height: 80px;
  }
}
/* md  */
@media (min-width: 700px) {
  .home-page .hero-section .course-img {
    width: 200px;
    height: 120px;
  }
}
/* lg */
@media (min-width: 900) {
  .home-page .hero-section .course-img {
    width: 140px;
    height: 80px;
  }
}
/* xl*/
@media (min-width: 1200px) {
  .home-page .hero-section .course-img {
    width: 170px;
    height: 100px;
  }
}
@media (min-width: 1400px) {
  .home-page .hero-section .course-img {
    width: 220px;
    height: 130px;
  }
}

.default-shadow {
  box-shadow: 5px 10px 10vh 0px rgba(61, 69, 78, 0.2) !important;
}
.sm-full-lg-half {
  width: 100%;
}
.sm-center-lg-right {
  text-align: center;
}
.dark-text {
  color: #1e2842 !important;
  font-family: iran-demibold !important;
}
.light-text {
  color: #304168 !important;
  /* font-family: iran-medium !important; */
}
.bg-default-blue {
  background-color: #3366ff;
}
.center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.font-bold {
  font-family: iran-bold !important;
}

.font-demibold {
  font-family: iran-demibold !important;
}
.font-extrabold {
  font-family: iran-extrabold !important;
}
.font-medium {
  font-family: iran-medium !important;
}

.dark-text {
  color: #1e2842 !important;
}
.blue-text {
  color: #213ecb !important;
}
.light-blue-text {
  color: #2e72ed !important;
}
.red-text {
  color: #d53f3a !important;
}
/* select {
  -moz-appearance: none;
  -webkit-appearance: none;
} */
button:hover {
  opacity: 0.9;
}
.bg-default-blue {
  background-color: #3366ff !important;
}
.bg-gradient-green {
  /* background-color: #1D9A5E; */
  color: white;
  background: linear-gradient(90deg, #3bd189 1%, #1d9a5e 100%);
}
.bg-default-green {
  background-color: #3bd189 !important;
}
.x-small-text {
  font-size: 12px;
}
.small-text {
  font-size: 14px;
}
.x-medium-text {
  font-size: 16px;
}
.medium-text {
  font-size: 18px;
  /* font-family:iran-medium !important; */
}
.large-text {
  font-size: 20px;
  /* font-family:iran-medium !important; */
}
.x-large-text {
  font-size: 28px;
  /* font-family:iran-medium !important; */
}

.rounded-5 {
  border-radius: 5px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-15 {
  border-radius: 15px;
}
.rounded-20 {
  border-radius: 20px;
}

/* courses card */

.dark-dot-background * {
  color: white;
}
.dark-dot-background {
  width: 100vw;
  background-image: url("../../images/dot-background.svg");
  background-image: url("../../images/dot-background.svg"),
    linear-gradient(90deg, #091226 1%, #304168 100%);
  background-repeat: no-repeat;
  background-position: center;
}
.dot-background {
  width: 100vw;
  background-image: url("../../images/dot-background.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.card-slide .img-container img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.card-slide {
  background-color: white;
  margin-top: 20px;
  cursor: pointer;
}
.card-slide.big .avatar {
  height: 46px;
  width: 48px;
  border-radius: 100%;
}

.card-slide .card-body.dark {
  background-color: #1e2842 !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-slide .card-body.dark * {
  color: white !important;
}

.card-body.dark * {
  color: white !important;
}
.reverse-boxes-container img {
  width: 420px;
  height: 230px;
  border-radius: 10px;
}
.reverse-boxes-container .img-side {
  display: none !important;
}
.reverse-boxes-container .text-side {
  margin-top: 50px !important;
}
.border-blue-btn {
  border: 1px solid #4184f0;
  color: #2e72ed;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 12px;
}
@media (min-width: 1400px) {
  .border-blue-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.road-map-box-container > div {
  background-color: #25304f;
  cursor: pointer;
  color: white;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.cooperation-steps {
  padding: 5px;
  gap: 80px;
  /* background: url("../../images/dot-background.svg"); */
}
.timeline-side {
  margin: 0 auto;

  border: 1px solid #2e72ed;
  background: linear-gradient(90deg, #e9f2ff 10%, rgba(46, 113, 237, 0.3) 100%);
  width: 80% !important;
}
.timeline-side.dark {
  margin: 0 auto;
  background: linear-gradient(
    45deg,
    #091226 10%,
    rgba(46, 113, 237, 0.3) 60%,
    rgba(46, 114, 237, 0.3)
  );
  width: 80% !important;
}
.timeline-container {
  width: 90%;
  height: 90%;
  position: relative;
  padding: 0px 20px;
  margin-right: 18px;
}
.timeline::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #2fa1ed;
  height: 75%;
  top: 12%;
  right: 0%;
  margin-left: -3px;
}
.timeline .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.timeline.dark .content * {
  font-family: IRAN-demibold !important;
  color: white !important;
}
.timeline .content::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #3bd189;
  right: -5px;
  margin-left: -3px;
}
.default-timeline-btn {
  background: linear-gradient(90deg, #0b71ee 1%, #3d98ea 100%);
  border: none;
  outline: none;
  color: white;
  border-radius: 5px;
  height: 30px;
  width: 140px;
  font-size: 13px;
}
.default-timeline-btn.pink {
  background: linear-gradient(90deg, #ec4881 1%, #d91659 100%);
  width: 140px;
  box-shadow: 0px 4px 8px 2px rgba(236, 72, 129, 0.3) !important;
}
@media (min-width: 1023px) {
  .road-map-box-container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.default-header-btn {
  background: linear-gradient(90deg, #0b71ee 1%, #3d98ea 100%);
  border: none;
  outline: none;
  color: white;
  border-radius: 5px;
  height: 40px;
  width: 110px;
  font-size: 13px;
}
.default-header-btn.pink {
  background: linear-gradient(90deg, #ec4881 1%, #d91659 100%);
  width: 100px;
}
.default-header-btn.white {
  background: white !important;
  width: 100px;
  border: 1px solid #2e72ed !important;
  color: #2e72ed !important;
}

.roadmap-item {
  background-color: #1d045e;
  cursor: pointer;
}
.hover-item {
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
}
.roadmap-item:hover .hover-item {
  width: 100%;
  display: flex;
  position: absolute;
  height: 100%;
  opacity: 0.4;
  border-radius: 10px;
  background: rgb(31, 152, 234);
  background: linear-gradient(
    90deg,
    #1f98ea 0%,
    #1e2842 40%,
    #1e2842 60%,
    #3bd189 100%
  );
  box-shadow: -3px 4px 24px -8px rgb(31, 152, 234);
  background: linear-gradient(
    90deg,
    #1f98ea 0%,
    #1e2842 40%,
    #1e2842 60%,
    #3bd189 100%
  );
  box-shadow: -0 7px 20px -8px rgb(31, 152, 234);

  /* box-shadow: 0px 5px 15px 5px #1f98ea, 0px 0px 0px #3bd189 !important; */
}

.cooperation-steps {
  padding: 5px;
  gap: 80px;
}
/* // Large devices (desktops, 992px and up) lg*/
@media (min-width: 992px) {
  .cooperation-steps {
    height: 400px;
    gap: 0px;
  }
  .default-header-btn {
    background: linear-gradient(90deg, #0b71ee 1%, #3d98ea 100%);
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
    height: 40px;
    width: 130px;
    font-size: 13px;
  }
  .default-header-btn.pink {
    background: linear-gradient(90deg, #ec4881 1%, #d91659 100%);
    width: 130px;
  }
  .default-header-btn.white {
    background: white !important;
    width: 130px;
    border: 1px solid #2e72ed !important;
    color: #2e72ed !important;
  }
}

/* common question section start  */

.questions-wrapper {
  /* width: 60%; */
  padding: 40px 0;
  margin-top: 20px;
  gap: 15px;
  font-family: "Ravi-medium";
}

.questions-wrapper .box-title {
  font-family: "Ravi-bold";
  color: #162035;
}

.questions-wrapper .box-desc {
  color: #47587b;
  text-align: center;
}
/* 
.questions-wrapper .accordion {
  width: 100%;
} */

.questions-wrapper .accordion .accordion-item {
  background-color: white !important;
  margin: 15px;
  border-radius: 10px;
  border: 1px solid #9ca3af;
  padding: 5px;
}
.blue-vertical-divide {
  background: #2e72ed;
  width: 2px;
  height: 100%;
}
.questions-wrapper .accordion .accordion-item h2 .accordion-button {
  color: #162035;
  position: relative;
  border-radius: 10px;
}

.questions-wrapper .accordion .accordion-item h2 .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
/* @layer components { */
/* .questions-wrapper .section-title { */
/* @apply text-[20px] xl:text-[24px] 2xl:text-[26px] bg-red-400;/ */
/* } */
/* } */

.questions-wrapper .accordion .accordion-item h2 .accordion-button.collapsed {
  background-color: #d5e4f3 !important;
}

.questions-wrapper
  .accordion
  .accordion-item
  h2
  .accordion-button.collapsed::after {
  transform: translateY(-50%) scale(0.8) rotate(180deg);
}

.questions-wrapper .accordion .accordion-item h2 .accordion-button::after {
  transition: 0.4s;
  color: #47587b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  left: 18px;
}

.questions-wrapper .accordion .accordion-item h2 .accordion-button img {
  margin-left: 10px;
}

.questions-wrapper .accordion .accordion-item .accordion-body {
  text-align: justify;
  color: #47587b;
  line-height: 30px;
  padding: 12px 20px;
  position: relative;
  font-family: iran-medium !important;
}

.questions-wrapper .accordion .accordion-item .accordion-body::after {
  content: "";
  position: absolute;
  top: 0;
  width: 95%;
  height: 1px;
  border-radius: 5px;
  background-color: gray;
  left: 50%;
  transform: translateX(-50%);
}

/* custom accordio tyles */

/* Core styles/functionality */
.tab input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow-y: auto;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 12rem;
}

/* Visual styles */
.accordion {
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  cursor: pointer;
}

.tab__label::after {
  color: #47587b;
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}
.bg-gradient-blue {
  background: linear-gradient(90deg, #0b71ee 1%, #5693ed 100%);
  color: white;
}
.default-modal-btn {
  background: linear-gradient(90deg, #0b71ee 1%, #3d98ea 100%);
  border: none;
  outline: none;
  color: white;
  border-radius: 5px;
  height: 30px;
  width: 100px;
  font-size: 13px;
}
.default-modal-btn-gray {
  background: white;
  border: 1px solid #9ca3af;
  outline: none;
  color: #9ca3af;
  border-radius: 5px;
  height: 30px;
  width: 100px;
  font-size: 13px;
}
.default-modal-btn.pink {
  background: linear-gradient(90deg, #ec4881 1%, #d91659 100%);
  width: 100px;
}
.default-modal-btn.white {
  background: white !important;
  width: 100px;
  border: 1px solid #2e72ed !important;
  color: #2e72ed !important;
}

/* Arrow animation */

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}

/* sidenbar start */
.side-bar .menu .item a {
  color: #2e72ed;
  font-size: 16px;
}

.sidebar .sub-menu .mobile-nav-item {
  padding: 7px 20px;
  background: rgba(243, 243, 243, 0.274);
  /* color: #454d57 !important; */
  font-family: iran;
}
.sidebar .mobile-nav-item {
  display: block;
  padding: 12px 5px;
  color: #2e72ed;
  font-family: iran-medium;
}
.sidebar .mobile-nav-item.flex {
  display: flex !important;
  align-items: center;
}
.sidebar .sub-menu {
  display: none;
}
.sidebar .sub-btn {
  display: flex !important;
}
.sidebar .dropdown {
  transition: all 0.5s ease-in-out;
}
.sidebar{
  z-index: 999;
}
.backdrop{
  z-index: 990;
}

/* sidenbar end */
/* top btn */
.top-btn {
  position: fixed;
z-index: 1000;
  display: none;
}