/** Fonts */
body {
  font-family: 'Cabin', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;600;700&display=swap');
/** Main */
::-webkit-scrollbar {
    width: 30px;
    height: 15px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #C3C3C3;
    border: 2px solid #eee;
}

::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
.main-wrapper {
  height: 100%;
  padding: 0px;
}
.h-5 {
    height: 5%!important;
}
.h-10 {
    height: 10%!important;
}
.h-20 {
    height: 20%!important;
}
.h-80 {
    height: 80%!important;
}
.h-80 {
    height: 80%!important;
}
.w-30 {
    width: 30%!important;
}
.w-40 {
    width: 40%!important;
}
.videoelement2 {
  width: auto    !important;
  height: 100%   !important;
}
.middleworkoutimages {
  position: fixed;
}
.middleworkoutimages_inner {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .videoelement {
    width: 100%    !important;
    height: auto   !important;
  }
  .workout_overview_container_left {
    height: 50%;
    width: 100%;
  }
  .workout_container_left {
    height: 50%;
    width: 100%;
  }
  .workout_overview_container_right {
    height: 50%;
    width: 100%;
  }
  .workout_container_right {
    height: 50%;
    width: 100%;
  }
  .workout_container_inner {
    height: 100%;
    width: 100%;
  }
  .leftworkoutnumbers {
    position: fixed;
    height: 30vw;
    width: 30vw;
    bottom: 0;
    left: 0;
    background-color: #BC9F67;
    z-index: 999;
  }
  .middleworkoutimages {
    height: 30vw;
    width: 40vw;
    bottom: 0;
    right: 20vw;
    z-index: 999;
    overflow-x: scroll;
  }
  .rightworkoutforward {
    position: fixed;
    height: 30vw;
    width: 30vw;
    bottom: 0;
    right: 0;
    background-color: #BC9F67;
    z-index: 999;
  }
}
@media (min-width: 576px) {
  .videoelement {
    width: 100%    !important;
    height: auto   !important;
  }
  .workout_container_left {
    height: 50%;
    width: 100%;
  }
  .workout_container_right {
    height: 50%;
    width: 100%;
  }
  .rightworkoutforward {
    position: fixed;
    height: 20vw;
    width: 20vw;
    bottom: 0;
    right: 0;
    background-color: #BC9F67;
    z-index: 999;
  }
  .middleworkoutimages {
    height: 20vw;
    width: 0vw;
    bottom: 0;
    right: 20vw;
    z-index: 999;
  }
  .middleworkoutimages.open {
    height: 20vw;
    width: 70vw;
    bottom: 0;
    right: 20vw;
    z-index: 999;
  }
  .leftworkoutnumbers {
    position: fixed;
    height: 20vw;
    width: 20vw;
    bottom: 0;
    left: 0;
    background-color: #BC9F67;
    z-index: 999;
  }
}
@media (min-width: 767px) {
  .videoelement {
    width: auto    !important;
    height: 100%   !important;
  }
  .workout_container_left {
    height: 100%;
    /* width: 60%; */
    width: 100%;
  }
  .workout_container_left_overview {
    height: 100%;
    width: 60%;
  }
  .workout_container_right {
    position: absolute;
    right: 0;
    padding: 0;
    height: 100%;
    width: 35%;
    z-index: 50;
    overflow: hidden;
  }
  .workout_container_right_overview {
    padding: 0;
    height: 100%;
    width: 40%;
    overflow: hidden;
  }
  .workout_container_inner {
    width: 90%;
    max-height: 100vh;
    margin-bottom: 340px;
  }
  .leftworkoutnumbers {
    position: fixed;
    height: 15vw;
    width: 15vw;
    bottom: 0;
    left: 0;
    background-color: #BC9F67;
    z-index: 999;
  }
  .middleworkoutimages {
    height: 15vw;
    width: 0vw;
    bottom: 0;
    right: 15vw;
    z-index: 999;
    transition: all 0.5s ease-out;
  }
  .middleworkoutimages.open {
    height: 15vw;
    width: 70vw;
    bottom: 0;
    right: 15vw;
    z-index: 999;
    transition: all 0.5s ease-in-out;
  }
  .rightworkoutforward {
    position: fixed;
    height: 15vw;
    width: 15vw;
    bottom: 0;
    right: 0;
    background-color: #BC9F67;
    z-index: 999;
  }
}
@media (min-width: 992px) {

}
.fixedarrow {
  position: fixed;
  min-width: 200px;
  height: 15vw;
  width: 15vw;
  bottom: 0;
  left: 0;
  background-color: #BC9F67;
  z-index: 999;
}
.content-box {
  margin: auto;
  min-height: 200px;
  min-width: 200px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.content-box-inner {
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.img-quader-small {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  height: 7.5rem;
  width: 6.5rem;
  background-color: #000000;
}
.imageslider_item {
  width: 100%;
  height: 100%;
  background-color: #BC9F67;
  border-radius: 10px;
}
/** Lists */
.workouts_categories ul > li {
  display: inline;
  padding: 12px 24px 12px 24px;
  list-style-type: none;
  margin: 0;
}
.workouts_workout {
  position: relative;
  display: block;
  height: 100%;
  margin-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  overflow-y: scroll;
  --webkit-overflow-scrolling: touch;
}
.workouts_workout .item {
  position: relative;
  /**width: calc(100% / 3 - 1rem); */
  flex: 2;
  display: flex;
  flex-direction: column;
  background-color: white;
  backface-visibility: hidden;
  transform-origin: 10% 50%;
}
.workouts_workout .item .image {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
.workouts_workout ul {
  list-style-type: none;
  background-position: center;
}
.workouts_workout ul > li {
  padding: 12px 24px 12px 24px;
  list-style-type: none;
  margin: 0;
}

/** Cards */
.card-container-outer {

}
.card-container-inner {

}
.card-container-inner ul {

}
.workout_container_inner .swiper-slide {
  width: 200px;
  height: 300px;
  margin-right: 36px;
}
.middleworkoutimages_inner .swiper-wrapper {
  padding-left: 6px;
}
.middleworkoutimages_inner .swiper-slide {
  width: 120px;
  height: 120px;
  margin-top: 12px;
  margin-right: 12px;
}
.workout_overview .swiper-slide {
  width: 200px;
  height: 300px;
}
.exercise-card {
  max-width: 300px;
  min-height: 50%;
  height: 100%;
  min-width: 100%;
  margin: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  background-color: #BC9F67;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center;
}
.exercise-card img {
  --webkit-transition: all linear 0.25s;
  --moz-transition: all linear 0.25s;
  --o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.exercise-list-horizontal {
  list-style: none;
  text-align: center;
  padding: 0;
  display: inline;
}
.exercise-list-horizontal li {
  text-align: left;
  display: inline-block;
  list-style-type: none;
  padding-right: 20px;
  vertical-align: middle;
}
.exercise-card .name {
    position: absolute;
    left: 30px;
    top: 70px;
    font-size: 20px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    z-index: 900;
    --webkit-transition: all linear 0.25s;
    --moz-transition: all linear 0.25s;
    --o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
/** Buttons */
.badge-mycrogym-primary {
  background-color: #BC9F67;
  font-size: 22px !important;
  color: #ffffff;
}
.btn-mycrogym-primary {
  background-color: #BC9F67;
  padding: 12px 12px 12px 12px;
  color: #ffffff;
}
/** Workout Overlay */
.workoutoverview {
  height: 100vh;
}
.workout_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
/** nav_burgermenu */
.nav_burgermenu {
  z-index: 1000;
  position:fixed
}
.nav_burgermenu_opened {
  width: 100px;
  height: 100px;
}
.nav_burgermenu_opened ul {
  visibility: hidden;
  color: #ffffff;
  z-index: 1002;
}
.nav_burgermenu_opened ul > li {
  letter-spacing: -1px;
  text-align: right;
  text-decoration: none;
  list-style-type: none;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav_burgermenu_opened a {
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-decoration: none;
}
.nav_burgermenu_opened:before {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-clip-path: circle(30px at 47px 47px);
  clip-path: circle(30px at 47px 47px);
  z-index: 1001;
}
.nav-tgl {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  z-index: 1002;
  left: 12px;
  top: 12px;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.24);
  line-height: 0.6;
  text-align: center;
}
.nav-tgl > span {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 34px;
  border-radius: 1px;
  background: #293335;
  vertical-align: middle;
}
.nav-tgl > span:before, .nav-tgl > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #293335;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.nav-tgl > span:before {
  top: -11px;
  left: 3px;
  width: 28px;
}
.nav-tgl > span:after {
  top: 11px;
  left: 6px;
  width: 22px;
}
.nav-tgl:focus {
  outline: none;
}
.nav-tgl:hover > span:after, .nav-tgl:hover > span:before {
  width: 34px;
  left: 0;
}
.menu.active .nav_burgermenu_opened {
}
.menu.active .nav_burgermenu_opened:before {
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
}
.menu.active .nav_burgermenu_opened ul {
  visibility: visible;
  -webkit-transition: visibility 6s, opacity 0.5s linear;
  -moz-transition: visibility 6s, opacity 0.5s linear;
  -o-transition: visibility 6s, opacity 0.5s linear;
  transition: visibility 6s, opacity 0.5s linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 50%;
  right: 50%;
  position: fixed;
}
.menu.activemenu .nav-tgl > span {
  height: 0;
}
.menu.activemenu .nav-tgl > span:after, .menu.activemenu .nav-tgl > span:before {
  top: 0px;
  left: 0;
  width: 34px;
}
.menu.activemenu .nav-tgl > span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.activemenu .nav-tgl > span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
