@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
figure {
  margin-bottom: 0;
}

* {
  transition: none;
}

img {
  height: auto;
}

.fw-semibold {
  font-weight: 600;
}

.exercise h3 {
  font-size: calc(1rem + 0.5vw);
}
.exercise .back_button {
  display: inline-block;
}
.exercise .back_button a {
  padding: .4rem 1rem;
  background: #ffffff;
  border-radius: 2rem;
  display: flex;
  gap: 6px;
  font-size: 13px;
  align-items: center;
  text-decoration: none;
  margin-bottom: 2rem;
  cursor: pointer;
}
.exercise .back_button a img {
  width: 12px !important;
  height: 12px !important;
}

.container-badge, .exercises .body-part-exercise-container, .exercises .equipment-exercise {
  display: grid;
  grid-template: auto/calc((100% - 50px)/2) calc((100% - 50px)/2);
  column-gap: 50px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .container-badge, .exercises .body-part-exercise-container, .exercises .equipment-exercise {
    grid-template: auto/auto;
  }
}
.container-badge .body_part_workout, .exercises .body-part-exercise-container .body_part_workout, .exercises .equipment-exercise .body_part_workout {
  padding: 2rem;
  display: grid;
  grid-template: auto/calc(((100% - 60px)/5)*1.5) calc(((100% - 60px)/5)*3) calc(((100% - 60px)/5)*.5);
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: 18px;
}
.container-badge .body_part_workout .workout_image img, .exercises .body-part-exercise-container .body_part_workout .workout_image img, .exercises .equipment-exercise .body_part_workout .workout_image img {
  width: 100%;
  border-radius: 18px;
}
.container-badge .body_part_workout .workout_name, .exercises .body-part-exercise-container .body_part_workout .workout_name, .exercises .equipment-exercise .body_part_workout .workout_name {
  font-size: calc(100% + .3vw);
}
.container-badge .body_part_workout .badge, .exercises .body-part-exercise-container .body_part_workout .badge, .exercises .equipment-exercise .body_part_workout .badge {
  background: #A9D237;
  border-radius: .5rem;
}
.container-badge .body_part_workout .explore-workout, .exercises .body-part-exercise-container .body_part_workout .explore-workout, .exercises .equipment-exercise .body_part_workout .explore-workout {
  color: #c3c3c1;
}

.bg-gray {
  background-color: #c3c3c1;
}

.text-gray {
  color: #c3c3c1;
}

.text-theme {
  color: #000000;
}
.text-theme:hover {
  color: #000000;
}

.text-theme-light {
  color: #ceff45;
}
.text-theme-light:hover {
  color: #ceff45;
}

p {
  margin-bottom: 0;
}

.bg-theme {
  background-color: #ceff45;
}

.btn-theme {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem 0;
  background-color: #000000;
  color: #ceff45;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 100%;
}
.btn-theme:hover {
  color: #ceff45;
}

.btn-theme-inline {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem 0;
  border: 1px solid #ceff45;
  background-color: #ceff45;
  color: #000000;
  text-transform: capitalize;
  font-weight: 400;
  font-size: calc(1rem + .3vw);
}
.btn-theme-inline:hover {
  color: #000000;
}

.banner-item {
  padding: 2rem 0 0 5rem;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  border-radius: 28px;
  margin-top: 3rem;
}
.banner-item .banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding: 50px;
  direction: ltr;
}
@media (max-width: 768px) {
  .banner-item .banner-caption {
    padding: 16px;
  }
}
.banner-item .banner-image-container {
  text-align: right;
  width: 100%;
  height: 100%;
}
.banner-item .banner-image-container img {
  width: auto;
  height: 300px;
  margin-left: auto;
  z-index: -1;
  position: relative;
}
@media (max-width: 768px) {
  .banner-item .banner-image-container img {
    height: 150px;
  }
}
.banner-item .banner-heading {
  font-size: 45px;
}
@media (max-width: 912px) {
  .banner-item .banner-heading {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .banner-item .banner-heading {
    font-size: 30px;
  }
}
@media (max-width: 668px) {
  .banner-item .banner-heading {
    font-size: 24px;
    margin-top: 0;
  }
}
.banner-item .banner_btn {
  display: inline-block;
  padding: 1.5rem;
  background: #ceff45;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.banner-item .banner_btn img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .banner-item .banner_btn img {
    width: 15px;
    height: 15px;
  }
}
.banner-item.banner-one {
  background-color: #0E0E0E;
  overflow: hidden;
}
.banner-item.banner-one .banner-heading {
  color: #ffffff;
}
.banner-item.banner-one .banner_btn {
  background: #ceff45;
}
.banner-item.banner-one .banner_image {
  transform: translate(2px, 2px);
}
.banner-item.banner-two {
  background-color: #ceff45;
  overflow: hidden;
}
.banner-item.banner-two .banner_btn {
  background: #0E0E0E;
}
.banner-item.banner-two .banner-heading {
  color: #0E0E0E;
}
.banner-item.banner-two .banner_image {
  transform: translateY(20px);
}

.carousel_nex_btn {
  display: inline-block;
  padding: 1.5rem;
  box-shadow: 3px 3px 10px 0 #44444452;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -80%);
  cursor: pointer;
  z-index: 2;
}
.carousel_nex_btn .next-arrow {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .carousel_nex_btn {
    display: none;
  }
}

.section {
  margin-bottom: 1rem;
  position: relative;
}
.section .explore-all-header, .section .explore-btn {
  text-decoration: none;
}

.explore-btn {
  text-decoration: none;
}
.explore-btn:hover {
  text-decoration: none;
}

.explore_all_button, .workOutsByGoal .explore-all-header .all_button, .workOutsByBodyParts .explore-all-header .all_button {
  font-weight: 800;
  color: #44444470;
  font-size: 15px;
}

.d-flex {
  display: flex;
}
.d-flex.justify-content-center {
  align-items: center;
  justify-content: center;
}
.d-flex.flex-column {
  flex-direction: column;
}

.d-none {
  display: none;
}

.section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
  color: #000000;
  padding: 1rem 0 1rem 0;
  border-radius: .5rem;
  text-decoration: none;
}
.section_header .h1, .section_header .h2, .section_header .h3, .section_header h1, .section_header h2, .section_header h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.section_header h4 {
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.5rem;
}
.section_header .all_button a {
  color: #ceff45;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  font-size: 24px;
}

.gradientRight, .workOutsByGoal .owl-stage-outer, .workOutsByEq .overly, .workOutsByBodyParts .owl-stage-outer, .workout_banner, .main-banner-workouts .exc_div {
  position: relative;
}
.gradientRight:after, .workOutsByGoal .owl-stage-outer:after, .workOutsByEq .overly:after, .workOutsByBodyParts .owl-stage-outer:after, .workout_banner:after, .main-banner-workouts .exc_div:after {
  content: '';
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15%;
}
@media (min-width: 992px) {
  .gradientRight:after, .workOutsByGoal .owl-stage-outer:after, .workOutsByEq .overly:after, .workOutsByBodyParts .owl-stage-outer:after, .workout_banner:after, .main-banner-workouts .exc_div:after {
    width: 5%;
  }
}
@media (max-width: 772px) {
  .gradientRight:after, .workOutsByGoal .owl-stage-outer:after, .workOutsByEq .overly:after, .workOutsByBodyParts .owl-stage-outer:after, .workout_banner:after, .main-banner-workouts .exc_div:after {
    display: none;
  }
}

.exc_div {
  position: relative;
  border-radius: 16px;
  cursor: pointer;
}
.exc_div figure img {
  border-radius: 16px;
}
.exc_div figcaption {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.478));
  position: absolute;
  text-align: left;
  border: 0;
  left: 0;
  right: 0;
  z-index: 46;
  border-radius: 16px;
  padding: 0.5rem 1rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.exc_div figcaption .text {
  padding: 1rem 2rem;
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
.exc_div figcaption .text .attr-title {
  margin-top: 0;
  margin-bottom: .8rem;
  font-size: calc(2rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .exc_div figcaption .text .attr-title {
    font-size: 1.5rem;
  }
}
.exc_div figcaption .text .workout-count {
  color: #c3c3c1;
}
.exc_div.by_goal figcaption .text .attr-title {
  color: #ffffff;
}

.level-container {
  display: grid;
  gap: 20px;
  grid-template: auto/ auto auto;
  margin-bottom: 3rem;
}
@media (max-width: 772px) {
  .level-container {
    grid-template: auto/auto;
  }
}
.level-container .level_div {
  background: rgba(223, 225, 216, 0.6);
  border: 1px solid #c6cbb5;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}
.level-container .level_div .level {
  padding: 1.5rem 2rem;
}
.level-container .level_div .level .level-title {
  color: #000000;
}
.level-container .level_div .level .workout-count, .level-container .level_div .level .level-title {
  text-decoration: none;
}
.level-container .level_div figure {
  position: relative;
  z-index: 0;
  height: 100%;
}
.level-container .level_div figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.workOutsByEq .byEquipment {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  flex-direction: column;
}
.workOutsByEq .byEquipment::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
.workOutsByEq .byEquipment::-webkit-scrollbar-thumb {
  background: #A9D237;
  border-radius: 1rem;
}
.workOutsByEq .overly {
  position: absolute;
  top: 44%;
  right: 0;
  transform: translateY(-55%);
  height: 200px;
  width: 15%;
  z-index: 2;
}
.workOutsByEq .overly:after {
  width: 100%;
}
.workOutsByEq .equipment_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.workOutsByEq .equipment_div figure {
  height: 200px;
  width: 200px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workOutsByEq .equipment_div figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.workOutsByEq .equipment_div figure:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E8ECDE;
  z-index: -1;
  border-radius: 100%;
}
.workOutsByEq .equipment_div .eq-title {
  color: #000000;
  text-align: center;
  font-size: 18px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.workOutsByBodyParts {
  position: relative;
}
.workOutsByBodyParts .by_body_part {
  box-shadow: 0 25px 56px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}
.workOutsByBodyParts .by_body_part figure img {
  border-radius: 16px 16px 0 0;
}
.workOutsByBodyParts .by_body_part .text {
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  padding: 1rem 2rem;
}
.workOutsByBodyParts .by_body_part .text .part_name {
  color: #000000;
}

.gradientRightBottom:after, .workout_banner:after, .main-banner-workouts .exc_div:after {
  top: unset;
  left: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffffff);
}

.workout_banner {
  position: relative;
  margin-bottom: 5rem;
}
.workout_banner figure img {
  height: 300px;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 668px) {
  .workout_banner figure img {
    height: 100%;
    width: 100%;
  }
}
.workout_banner figcaption {
  position: absolute;
  text-align: left;
  border: 0;
  left: 0;
  right: 0;
  padding: .5rem 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.workout_banner figcaption .back_button {
  position: absolute;
  top: 40px;
  left: 40px;
}
.workout_banner figcaption .caption-div {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  transform: translateY(50%);
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .workout_banner figcaption .caption-div {
    flex-direction: column;
    align-items: start;
  }
}
.workout_banner figcaption .caption-div .caption-tag {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.workout_banner figcaption .caption-div .caption-tag .badge {
  display: inline-block;
}
.workout_banner figcaption .caption-div .title {
  margin: 0;
  font-size: 2rem;
  flex: 2;
}
@media (max-width: 768px) {
  .workout_banner figcaption .caption-div .title {
    font-size: 1.5rem;
    flex: 2;
  }
}

.days {
  padding-top: 1rem;
  overflow: hidden;
}
.days .day {
  font-size: 18px;
  padding: 1.5rem 3rem 1.5rem 3rem;
  border: 1px solid rgba(49, 66, 3, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ECECEC;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .days .day {
    font-size: 15px;
  }
}
.days .day .day-dot {
  height: 8px;
  width: 8px;
  background: #A9D237;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2rem;
}
.days .day .minus {
  display: none;
  width: 15px;
  height: 15px;
}
.days .day .plus {
  width: 15px;
  height: 15px;
  display: none;
}
.days .day.collapsed .plus {
  display: inline-block;
}
.days .day:not(.collapsed) .minus {
  display: inline-block;
}
.days .day-container {
  margin-bottom: 2rem;
}
.days .day-details-container {
  border-radius: 16px;
  background-color: #ECECEC;
  border: 1px solid rgba(49, 66, 3, 0.1);
  padding: 4rem 2rem 2rem 2rem;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.days .day-details-container .start_now {
  padding-left: 4rem;
  margin-top: 2rem;
}
.days .day-details-container .start_now .btn {
  margin-bottom: 2rem;
  padding: .8rem 4rem;
  background: #000000;
  color: #ffffff;
  display: flex;
  width: 300px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.days .day-details {
  counter-reset: items;
}
.days .day-details .item .item-div {
  color: #000000;
  font-size: calc(100%);
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 1rem 2rem 1rem 8rem;
  display: grid;
  gap: 20px;
  grid-template: auto/0 calc(((100% - 20px) / 4) * 1) calc(((100% - 20px) / 4) * 2.8);
}
@media (max-width: 768px) {
  .days .day-details .item .item-div {
    grid-template: auto/0 calc(((100% - 20px) / 4) * 1.8) calc(((100% - 20px) / 4) * 2);
    padding: 1rem 2rem 1rem 6rem;
  }
}
.days .day-details .item .item-div .item-image {
  width: 100%;
}
.days .day-details .item .item-div .count {
  counter-increment: items;
  content: counter(items);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #000000;
  color: #000000;
  width: 25px;
  height: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .days .day-details .item .item-div .count {
    font-size: 11px;
    width: 20px;
    height: 20px;
  }
}
.days .day-details .item .item-div .count:after, .days .day-details .item .item-div .count:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  height: 200px;
  border: 1px dashed rgba(0, 0, 0, 0.478);
  width: 2px;
}
.days .day-details .item .item-div .count:after {
  top: 100%;
}
.days .day-details .item .item-div .count:before {
  bottom: 100%;
}
.days .day-details .item .item-div .item-image {
  border-radius: 16px;
}
.days .day-details .item:first-child .count:before {
  display: none;
}
.days .day-details .item:last-child .count:after {
  display: none;
}

.day-page {
  background: #ffffff;
  padding-bottom: 2rem;
  border-radius: .5rem;
}

.day_title {
  background-color: #ffffff;
  padding: 2rem 1rem 0rem;
  margin-bottom: 0;
  text-align: center;
}

.item img {
  max-width: calc(100px + 2vw);
  height: initial;
  object-fit: cover;
  object-position: center;
}
.item .exercise_title {
  font-size: calc(100% + .2vw);
}

.workout-day {
  background-color: #ffffff;
  padding: 16px;
}

.ex_video {
  position: relative;
  margin-bottom: 7rem;
}
.ex_video figure {
  position: relative;
}
.ex_video figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ex_video figure figcaption .play-btn {
  font-size: calc(2rem + 2vw);
  color: #ceff45;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  line-height: 1;
  left: 50%;
  opacity: 0;
  transition: .3s ease;
}
.ex_video figure figcaption .play-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0000005c;
  border-radius: 50%;
  top: 0;
  z-index: -1;
  left: 0;
  transform: scale(1.5);
}
.ex_video figure:hover figcaption .play-btn {
  opacity: 1;
}
@media screen and (max-width: 668px) {
  .ex_video figure {
    height: 100%;
  }
}

.counter {
  color: #000000;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  transform: translateY(60%);
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .counter {
    left: 5%;
    right: 5%;
  }
}
.counter > div {
  display: flex;
  align-items: center;
}
.counter > div img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .counter > div img {
    width: 40px;
    height: 40px;
  }
}
.counter .times {
  font-weight: 500;
}
@media (max-width: 768px) {
  .counter .times .t {
    display: none;
  }
}
.counter .title-attribute {
  color: rgba(0, 0, 0, 0.478);
}
.counter > div span {
  position: relative;
  font-size: calc(1rem + .8vw);
}
.counter > div span .dot-r::after {
  content: "";
  position: absolute;
}
.counter > div p {
  font-size: calc(80% + .3vw);
}

.ex_details .ex_title {
  font-size: 2rem;
}
.ex_details .ex_tags .tag_two {
  padding-left: 2rem;
  position: absolute;
}
.ex_details .ex_tags .tag_two:before {
  left: 10px;
  content: '';
  height: 8px;
  width: 8px;
  background: rgba(0, 0, 0, 0.478);
  border-radius: 50%;
  display: inline-block;
  margin-right: 2rem;
}
.ex_details .details {
  margin: 25px 0 12px 0;
}
.ex_details .details .collapse-button {
  padding: 0.6rem 1rem;
  width: 100%;
  color: #ceff45;
  font-weight: 500;
  transition: 0.3s ease;
  background-color: #000000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(100% + .3vw);
}
.ex_details .details .collapse-button i {
  transition: 0.3s ease;
}
.ex_details .details .collapse-button.active i {
  transform: rotateZ(180deg);
}
.ex_details .details .nav {
  display: flex;
  margin-bottom: 2rem;
}
.ex_details .details .nav .nav-item {
  flex: 1;
  margin: 0;
  background: #E8E8E8;
}
.ex_details .details .nav .nav-item .nav-link {
  height: unset;
  text-align: center;
  padding: 1rem;
  transition: .3s ease;
  border-radius: 16px;
}
.ex_details .details .nav .nav-item.active .nav-link {
  background: #000000;
}
.ex_details .details .collapse_div {
  padding: 1.5rem;
  border-radius: 16px;
  font-size: calc(100% + .1vw);
  transition: padding, max-height 0.2s ease-out;
  background-color: #ffffff;
}
.ex_details .details .collapse_div ol, .ex_details .details .collapse_div ul {
  list-style: invert;
}
.ex_details .details .collapse_div .title {
  font-weight: 500;
}
.ex_details .details .collapse_div.show {
  padding: 1rem;
}
.ex_details .details .collapse_div.show.information {
  padding-left: 3rem;
}

.start {
  text-align: center;
  display: flex;
  padding: 2rem 0rem;
  justify-content: center;
  background-color: white;
}
.start .btn {
  border-radius: 2rem;
  background-color: #ceff45;
  padding: .8rem 4rem;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: calc(1rem + .3vw);
}
.start .btn:hover {
  background-color: #ceff45;
}
.start .btn:focus {
  background-color: #ceff45;
}
.start .btn:active {
  background-color: #ceff45 !important;
}

.np {
  background-color: white;
  padding: 1rem 0rem 5rem;
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.np .next, .np .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-size: calc(1rem + .1vw);
}
.np .ex-count .count.active {
  font-weight: bold;
}

.start_all {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0;
  color: #ceff45;
  background-color: #000000;
}
.start_all .start-all-container.row {
  display: flex;
  margin: 0;
}
.start_all .start-all-container.row > div {
  flex: 1;
  text-align: center;
}
.start_all .start-all-container.row > div p {
  margin-bottom: 0;
  font-size: calc(1rem + 1vw);
}
.start_all .start-all-container.row > div p:last-child {
  font-size: calc(1rem + .4vw);
  font-weight: 500;
}
.start_all .ex_title {
  margin: 0;
  font-size: calc(1rem + .9vw);
  text-align: center;
}

#ex_details .section_header {
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rest {
  height: 20vh;
}
.rest .rest-icon {
  font-size: calc(2rem + 0.8vw);
  line-height: 1;
  color: #ceff45;
}

.badge-style, .workout_banner figcaption .caption-div .caption-tag .badge, .ex_details .badge, .workOuts .workout_div .text .sub-title .badge {
  background-color: #A9D237;
  padding: 5px 10px;
  border-radius: .5rem;
  margin-right: 8px;
}

.main-banner-workouts {
  margin-bottom: 4rem;
}
.main-banner-workouts .by_level {
  background: rgba(132, 164, 41, 0.1);
}
.main-banner-workouts .by_level figure figcaption .text .attr-title {
  color: #000000;
}
.main-banner-workouts .by_level figure figcaption .text .workout-count {
  color: rgba(0, 0, 0, 0.478);
}
@media (max-width: 767px) {
  .main-banner-workouts .by_level figure figcaption .text .attr-title {
    font-size: 16px;
  }
  .main-banner-workouts .by_level figure figcaption .text .workout-count {
    font-size: 16px;
  }
}
.main-banner-workouts .exc_div {
  cursor: auto;
  border-radius: 0;
}
.main-banner-workouts .exc_div figure {
  text-align: center;
  height: 400px;
}
.main-banner-workouts .exc_div figure img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner-workouts .exc_div figure figcaption {
  background: unset;
  border-radius: 0;
}
.main-banner-workouts .exc_div figure figcaption .text {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .main-banner-workouts .exc_div figure figcaption .text {
    padding-bottom: 0;
  }
}

.workOuts .workouts-container {
  display: grid;
  grid-template: auto/calc(50% - 10px) calc(50% - 10px);
  gap: 20px;
}
.workOuts .workouts-container a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .workOuts .workouts-container {
    grid-template: auto/auto;
  }
}
.workOuts .workout_div {
  box-shadow: 0 25px 56px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}
.workOuts .workout_div figure img {
  border-radius: 16px 16px 0 0;
}
.workOuts .workout_div .text {
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  padding: 1rem 2rem;
}
.workOuts .workout_div .text .div-title {
  color: #000000;
  font-size: 2rem;
}
.workOuts .workout_div .text .sub-title {
  margin-bottom: 1rem;
}

.exercises .body_part figure {
  position: relative;
}
.exercises .body_part figure img {
  border-radius: 5px;
}
.exercises .body_part figure figcaption {
  justify-content: end;
}
.exercises .body_part figure figcaption .parts_name {
  padding-bottom: .4rem;
  position: relative;
}
.exercises .body_part figure figcaption .parts_name::after {
  content: "";
  background-color: #ceff45;
  position: absolute;
  height: 4px;
  width: calc(1rem + 1vw);
  bottom: 0;
  left: 0;
}

.exercises-body-part .body-part-container {
  display: grid;
  grid-template: auto/calc((100% - 20px)/4) calc((100% - 20px)/4) calc((100% - 20px)/4) calc((100% - 20px)/4);
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .exercises-body-part .body-part-container {
    grid-template: auto/calc((100% - 20px)/3) calc((100% - 20px)/3) calc((100% - 20px)/3);
  }
}
@media (max-width: 668px) {
  .exercises-body-part .body-part-container {
    grid-template: auto/calc((100% - 20px)/2) calc((100% - 20px)/2);
  }
}
.exercises-body-part .body-part-container .div_body_part {
  box-shadow: 0 25px 56px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}
.exercises-body-part .body-part-container .div_body_part figure img {
  border-radius: 16px 16px 0 0;
}
.exercises-body-part .body-part-container .div_body_part .text {
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  padding: 1rem 2rem;
}
.exercises-body-part .body-part-container .div_body_part .text .part_name {
  color: #000000;
}

.dites {
  cursor: pointer;
}
.dites .all_button .btn-theme {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.dites .exc_div figcaption {
  justify-content: end;
}
.dites .exc_div figcaption .diet_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exercises .equipments-main-banner, .exercises .main-banner {
  background: #B8DE48;
  position: relative;
  z-index: 0;
  border-radius: 18px;
  margin-bottom: 5rem;
}
.exercises .equipments-main-banner .exc_div:after, .exercises .main-banner .exc_div:after {
  display: none;
}
.exercises .equipments-main-banner .exc_div figure, .exercises .main-banner .exc_div figure {
  text-align: right;
}
.exercises .equipments-main-banner .exc_div figure img, .exercises .main-banner .exc_div figure img {
  width: auto;
  height: 230px;
}
.exercises .equipments-main-banner .exc_div figure:after, .exercises .main-banner .exc_div figure:after {
  right: 0;
  content: url("./../../img/eq-circle-one.svg");
  z-index: -2;
  position: absolute;
  bottom: -5px;
}
.exercises .equipments-main-banner .exc_div figure:before, .exercises .main-banner .exc_div figure:before {
  content: url("./../../img/eq-circle-zero.svg");
  right: 5%;
  z-index: -1;
  position: absolute;
  bottom: -5px;
}
.exercises .equipments-main-banner .exc_div figure figcaption, .exercises .main-banner .exc_div figure figcaption {
  background: transparent;
}
.exercises .equipments-main-banner .exc_div figure figcaption .text, .exercises .main-banner .exc_div figure figcaption .text {
  padding-left: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.exercises .equipments-main-banner .exc_div figure figcaption .text .attr-title, .exercises .main-banner .exc_div figure figcaption .text .attr-title {
  color: #000000;
  font-size: 36px;
}
.exercises .equipments-main-banner .exc_div figure figcaption .text .eq-description, .exercises .main-banner .exc_div figure figcaption .text .eq-description {
  color: rgba(0, 0, 0, 0.478);
  font-size: 16px;
  text-transform: capitalize;
}

.dite_category img {
  width: calc(100px + 3vw);
  height: calc(100px + 3vw);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.dite_category p.workout_name {
  font-size: calc(1rem + .3vw);
  text-align: start;
  margin-bottom: 8px;
}
.dite_category p.workout_level {
  font-size: calc(.8rem + .2vw);
  text-align: start;
  font-weight: 400;
}

.goals .section_header {
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.goals .goal-container {
  display: grid;
  grid-template: auto/calc(100%/4) auto auto auto;
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .goals .goal-container {
    grid-template: auto/calc(100%/3) auto auto;
  }
}
@media (max-width: 668px) {
  .goals .goal-container {
    grid-template: auto/calc(100%/2) auto;
  }
}
.goals .goal-container .by_goal {
  height: 100%;
}
.goals .goal-container .by_goal figure {
  height: 100%;
}
.goals .goal-container .by_goal figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.levels_section .row {
  margin-right: -5px;
  margin-left: -5px;
}
.levels_section .row > div {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.levels_section .exc_div {
  margin-bottom: 16px;
  margin-top: 16px;
}
.levels_section .exc_div figure img {
  width: 100%;
}
.levels_section .exc_div figure figcaption {
  padding: 0;
}
.levels_section .exc_div figure figcaption .text {
  width: 100%;
  padding: 0;
  bottom: 0 !important;
}
.levels_section .exc_div figure figcaption .text p {
  border-radius: 0 0 .5rem .5rem;
  width: 100%;
  text-align: center;
  padding: 1rem 0rem;
  background-color: rgba(0, 0, 0, 0.478);
  position: relative;
}
.levels_section .exc_div figure figcaption .text p::after {
  content: '';
  width: 50px;
  position: absolute;
  height: 4px;
  top: -4px;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ceff45;
}

.equipments .items .item > .row > div:first-child {
  flex: 25;
}
.equipments .items .item > .row > div:nth-child(2) {
  flex: 25;
}
.equipments .items .item > .row > div:nth-child(3) {
  flex: 50;
  text-align: right;
}
