/* Fonts */
@font-face {
  font-family: yekanBakh;
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Yekan Bakh EN 01 Hairline.eot");
  src: url("fonts/Yekan Bakh EN 01 Hairline.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 01 Hairline.woff") format("woff");
}
@font-face {
  font-family: yekanBakh;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/Yekan Bakh EN 02 Thin.eot");
  src: url("fonts/Yekan Bakh EN 02 Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 02 Thin.woff") format("woff");
}
@font-face {
  font-family: yekanBakh;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Yekan Bakh EN 03 Light.eot");
  src: url("fonts/Yekan Bakh EN 03 Light.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 03 Light.woff") format("woff");
}
@font-face {
  font-family: yekanBakh;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Yekan Bakh EN 04 Regular.eot");
  src: url("fonts/Yekan Bakh EN 04 Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 04 Regular.woff") format("woff");
}
@font-face {
  font-family: yekanBakh;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Yekan Bakh EN 05 Medium.eot");
  src: url("fonts/Yekan Bakh EN 05 Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 05 Medium.woff") format("woff");
}
@font-face {
  font-family: yekanBakh-bold;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Yekan Bakh EN 06 Bold.eot");
  src: url("fonts/Yekan Bakh EN 06 Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 06 Bold.woff") format("woff");
}
@font-face {
  font-family: yekanBakh;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Yekan Bakh EN 07 Heavy.eot");
  src: url("fonts/Yekan Bakh EN 07 Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 07 Heavy.woff") format("woff");
}
@font-face {
  font-family: yekanBakh;
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Yekan Bakh EN 08 Fat.eot");
  src: url("fonts/Yekan Bakh EN 08 Fat.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 08 Fat.woff") format("woff");
}
/* Common */
html, body {
  scroll-behavior: smooth;
  direction: rtl;
}

body {
  padding: 0;
  margin: 0;
  font-family: yekanBakh !important;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background-color: #1b1e21;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

input, textarea, button {
  font-family: yekanBakh !important;
}

input:focus, input:hover {
  box-shadow: none !important;
  outline: none;
  text-align: right;
}

ul, ol, li {
  list-style: none;
  padding: 0;
}

.container {
  max-width: 576px !important;
  margin: 0 auto;
  padding: 0 1rem 2rem 1rem;
}

/* Font sizes */
.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-md {
  font-size: 1.125rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-2xl {
  font-size: 1.875rem;
}

.text-3xl {
  font-size: 2.25rem;
}

.text-4xl {
  font-size: 3rem;
}

.text-5xl {
  font-size: 4rem;
}

.text-6xl {
  font-size: 6rem;
}

/* Pages */
.header img {
  width: 100%;
  height: auto;
}

.description {
  text-align: justify;
  margin-bottom: 1rem;
}

/* Register Page */
.register {
  background-image: url("../img/green-light.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  min-height: 100vh;
}
.register form .title {
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}
.register form input {
  display: block;
  width: 100%;
  height: 4rem;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
.register form .error-message {
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: red;
  display: none;
}
.register form button {
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #FFCD1E;
  color: #4F4B1C;
  border: 2px solid #ffffff;
  border-radius: 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
}

/* Weekly Page */
.weekly {
  min-height: 100vh;
}
.weekly .accordion .accordion-item {
  background-color: #75AD88;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.weekly .accordion .accordion-item .accordion-toggle {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  background-color: transparent;
  padding: 0;
  border: none;
  transition: 0.3s ease-in-out;
}
.weekly .accordion .accordion-item .accordion-toggle .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #64D98B;
  color: #3C995B;
  font-weight: 800;
  width: 50px;
  height: 100%;
  border-radius: 0.75rem 0 0 0.75rem;
  transition: 0.3s ease-in-out;
}
.weekly .accordion .accordion-item .accordion-toggle .day {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  padding: 0 0.5rem;
}
.weekly .accordion .accordion-item .accordion-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: rotate(90deg) translate(-50%, 0);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/svg/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.weekly .accordion .accordion-item .accordion-content {
  max-height: 0;
  background-color: #545E57;
  border-radius: 0 0 0.75rem 0.75rem;
  transition: 0.3s ease-in-out;
}
.weekly .accordion .accordion-item .accordion-content > div {
  padding: 1rem;
}
.weekly .accordion .accordion-item .accordion-content .error-message {
  text-align: center;
  font-weight: 500;
  color: red;
}
.weekly .accordion .accordion-item .accordion-content .video,
.weekly .accordion .accordion-item .accordion-content .img,
.weekly .accordion .accordion-item .accordion-content .audio,
.weekly .accordion .accordion-item .accordion-content .exercises,
.weekly .accordion .accordion-item .accordion-content .downloadable-files {
  margin-bottom: 0.5rem;
}
.weekly .accordion .accordion-item .accordion-content .video video {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.weekly .accordion .accordion-item .accordion-content .img img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.weekly .accordion .accordion-item .accordion-content .audio audio {
  width: 100%;
  height: 54px;
}
.weekly .accordion .accordion-item .accordion-content .exercises {
  background-color: #444A46;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
}
.weekly .accordion .accordion-item .accordion-content .exercises .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.weekly .accordion .accordion-item .accordion-content .exercises ul {
  color: #BDBDBD;
}
.weekly .accordion .accordion-item .accordion-content .exercises ul li {
  margin-bottom: 0.25rem;
}
.weekly .accordion .accordion-item .accordion-content .downloadable-files .title {
  padding: 0.5rem 1rem;
}
.weekly .accordion .accordion-item .accordion-content .downloadable-files ul {
  color: #C7C7C7;
}
.weekly .accordion .accordion-item .accordion-content .downloadable-files ul li {
  margin-bottom: 0.5rem;
}
.weekly .accordion .accordion-item .accordion-content .downloadable-files ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background-color: #444A46;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}
.weekly .accordion .accordion-item .accordion-content .downloadable-files ul li a svg {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin-right: 0.5rem;
}
.weekly .accordion .accordion-item.active .accordion-toggle .number {
  border-radius: 0;
}
.weekly .accordion .accordion-item.active .accordion-toggle:after {
  transform: translate(0, -50%);
}

.preload {
  display: none;
}
.preload .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.preload .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1001;
}
.preload .loading .circle {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 2px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  animation-name: loaderAnim;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.preload .loading .circle-2 {
  animation-delay: 0.25s;
}
.preload .loading .circle-3 {
  animation-delay: 0.5s;
}
.preload .loading .circle-4 {
  animation-delay: 0.75s;
}
@keyframes loaderAnim {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/*# sourceMappingURL=style.css.map */

.accordion-content {
    max-height: initial !important;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: #00000059;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
}
.loader::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}

