/*================================================
font
=================================================*/

@font-face {
    font-family: 'play';
    font-weight: 400;
    src: url(../assets/fonts/Play-Regular.ttf);
    src: url(../assets/fonts/Play-Regular.woff);
}

@font-face {
    font-family: 'play';
    font-weight: 700;
    src: url(../assets/fonts/Play-Bold.ttf);
    src: url(../assets/fonts/Play-Bold.woff);
}


/*================================================
Header CSS
=================================================*/
.wizard-meal {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #343335;
    border-radius: 8px;

}


.cat {
    margin: 4px;
    background-color: #414042;
    overflow: hidden;
    float: left;
}

.cat label {
    float: left;
    line-height: 3.0em;
    /*width: 8.0em; height: 3.0em;*/
}

.cat label span {
    text-align: center;
    border: 1px solid #fff;
    display: block;
    border-radius: 8px;

}

.cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

/* selects all of the text within the input element and changes the color of the text */
.cat label input + span {
    color: #fff;
    padding: 0 7px;
    width: 100%;
}


/* This will declare how a selected input will look giving generic properties */
.cat input:checked + span {
    box-sizing: border-box;
    color: #FFDE17;
    border: 1px solid #FFDE17;
    background-color: #FFDE1726;
}

/* This will declare how a selected input will look giving generic properties */

body, html {
    overflow-x: hidden;
}

body {
    font-family: "play";
}

li.select2-search {
    width: 100%;
}

.filterWorkoutButton {
    display: none
}

.blog-single-content h1, .blog-single-content h2, .blog-single-content h3, blog-single-content h4, .blog-single-content h5, .blog-single-content h6 {
    color: white;
}

.navbar-area.navbar-style.header-sticky.is-sticky .topnoch-nav {
    padding: 10px 0;
}

.topnotch-responsive-menu.mean-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.topnotch-responsive-nav .mean-container a.meanmenu-reveal {
    color: white;
}

h1.heading-h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
}

.main-banner .content-banner p {
    color: #B3B3B3;
}

.header-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
}

.profile-challenges .challenges-card {
    width: 180px;
    height: 280px;
}

.mean-container .mean-nav {
    width: 94%;
    display: flex;
    background: #343335;
}

.mean-container .mean-nav ul li a {
    color: #D9D9D9;
}

.mean-container .mean-nav ul li a.active {
    color: #FFDE17;
}

.topnoch-nav .navbar .navbar-nav .nav-item a.active {
    color: #FFDE17;
    border-bottom: 1px solid #FFDE17;
}

.mean-container a.meanmenu-reveal span {
    background: white;
}

.swiper-slide img {
    width: 100%;
    /*height: 400px;*/
    /*object-fit: cover;*/
}

.header-area.p-relative {
    position: relative;
    padding: 20px 0 10px 0;
}

.topnotch-responsive-nav {
    display: none;
}

.topnoch-nav {
    margin-top: -10px;
    background: #272628;
}

.plan .plan-item {
    width: auto;
    margin: 0;
}

.topnoch-nav .navbar {
    /* padding: 20px; */
    border-radius: 3px;
}

.wizard-meal .wizard-numbered {
    display: block;
}

.topnoch-nav .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.topnoch-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.topnoch-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.topnoch-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}

.topnoch-nav .navbar .navbar-nav .nav-item a {
    color: #D9D9D9;
    font-size: 16.5px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    margin-left: 13px;
    margin-right: 13px;
}

.navbar-brand.logo {
    width: 150px;

}

.topnoch-nav .navbar .navbar-nav .nav-item a i {
    font-size: 17px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.hiro-section {
    position: relative;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.bs-stepper-title {
    width: 26px;
    height: 6px;
    border-radius: 3px;
    background: wheat;
    margin: 0 !important;
}

span.bs-stepper-label {
    margin: 0 !important;
}

button.step-trigger {
    margin-right: -3px !important;
    padding: 0px !important;
}

.step.active .bs-stepper-title {
    background: #FFDE17;
}

.step.crossed .bs-stepper-title {
    background: #FFDE17;
}

.show-measure {
    color: white;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.topnoch-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.topnoch-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: #343335;
    border: 2px solid #414042;
    cursor: text;
    border-radius: 8px;
    height: auto;
    color: white;

}

input.select2-search__field {
    line-height: 32px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #272628;
}

.topnoch-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 82px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.topnoch-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.topnoch-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    display: block;
    color: #4a6f8a;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
    font-weight: 500;
}

.topnoch-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.topnoch-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.navbar-area.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-logo img {
    width: 100%;
}

.navbar-area.header-sticky .topnotch-nav {
    margin-top: 0;
}

.navbar-area.header-sticky .topnotch-nav .navbar {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
}

.navbar-area.header-sticky.is-sticky {
    opacity: 1;
    visibility: visible;
}

.navbar-area.header-sticky.scrollUp {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
    opacity: 0;
    visibility: hidden;
}


/*******main style****/

ul,
li {
    margin: 0;
    padding: 0;
}

.bg-main {
    background: #272628;
}

.workout-page, .privacy-page {
    min-height: 100vh;
}

.bg-secondary {
    background: #1A1A1A !important;
}

p {
    color: #D9D9D9;
    margin-bottom: 0;
    font-size: 16px;
}

.card-challenge-info h1,
.card-challenge-info h2,
.card-challenge-info h3,
.card-challenge-info h4,
.card-challenge-info h5,
.card-challenge-info h6,
.card-challenge-info ul,
.card-challenge-info li {
    color: #D9D9D9;
}

a {
    text-decoration: none;
}

.text-12-reg {
    font-size: 12px;
    font-weight: 400;
}

.text-16-reg {
    font-size: 16px;
    font-weight: 400;
}

.text-16-bold {
    font-size: 16px;
    font-weight: 600;
}

.text-18-reg {
    font-size: 18px;
    font-weight: 400;
}

.text-20-reg {
    font-size: 20px;
    font-weight: 400;
}

.text-24-reg {
    font-size: 24px;
    font-weight: 400;
}

.text-40-bold {
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
}

.text-36-bold {
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
}

.text-28-bold {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.text-24-bold {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.text-20-bold {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.text-18-bold {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.text-14-bold {
    font-size: 14px;
    font-weight: 600;
}

footer.footer-topnotch .row {
    align-items: center;
}

.header-area .navbar-light .navbar-toggler {
    color: rgb(233 233 233);
    border-color: rgb(255 255 255);
    border-radius: 50em;
    padding: 5px
}

.profile .challenges-wrapper a {
    height: 44px;
}

.primary-button {
    padding: 14px 16px;
    background: #FFDE17;
    border-radius: 8px;
    font-size: 16px;
    line-height: 14px;
    border: none;
    color: #332C05;
}

.black-button {
    padding: 14px 16px;
    background: #414042;
    border-radius: 8px;
    font-size: 16px;
    line-height: 14px;
    border: none;
    color: #332C05;
}

.header-area .navbar-light .navbar-nav .nav-link {
    color: white;
    padding: 8px 16px;
}

.header-area a.nav-link.active {
    color: #FFDE17 !important;
    border-bottom: 1px solid #FFDE17;
}

.secondary-button {
    border-radius: 8px;
    border: 1px solid #FFDE17;
    padding: 14px 16px;
    line-height: 14px;
    background: transparent;
    color: #FFDE17;
}

.social-items ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.video-sign-up video {
    width: 100%;
    height: 100%;
}

.share-section {
    background: #343335;
    padding: 16px;
    border-radius: 8px;
}

li.social-item {
    list-style-type: none;
}

li.social-item span {
    color: #9E9E9E;
    padding-right: 24px;
    font-size: 24px;
}

.main-banner .row {
    justify-content: center;
}

.main-banner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 0 120px;
    justify-content: space-between;
}

.hiro-images {
    width: 380px;
}

.hiro-images img {
    width: 100%;
}

.main-banner-container p {
    margin-right: 60px;
    max-width: 476px;
}

.workout .row:first-child {
    justify-content: center;
}


/* .advertising-container{
    background: url(../../assets/images/Banner.png);
    display: block;
    background-size: 100%;
    margin: auto;
    background-repeat: no-repeat;
    height: 136px;
    margin-top: -180px;
    border-radius: 8px;

} */

.card-workout-video video {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.video-page .card-workout-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.modal-plan {
    max-width: 800px;
}

.color-white {
    color: white;
}

.annual {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
}

.plan-item:last-child {
    background-image: url(../../assets/images/annual.svg);
    background-repeat: no-repeat;
}

.plan-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.text-gray {
    color: #B3B3B3;
}

.pass-change {
    color: #8D8C8E;
}

.form-control:focus {
    color: white;
}

.plan-item {
    width: 368px;
    background: #414042;
    border-radius: 8px;
    padding: 24px
}

.card-workout-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-coach-avatar {
    width: 54px;
    height: 54px;
    margin-right: 16px;
}

.card-workout-coach {
    display: flex;
    flex-direction: row;
}

p.card-coach-name {
    font-size: 20px;
    font-weight: 400;
}

.number-workout {
    font-size: 12px;
    font-weight: 400;
}

.card-coach-avatar img {
    width: 100%;
    border-radius: 50em;
    height: 100%;
    object-fit: cover;
}

.advertising-container-picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.advertising-container {
    position: relative;
    margin-top: 25px;
    height: 140px;
    z-index: 1;
}

.advertising-container-picture img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.advertising-container .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding-left: 25px;
    position: relative;
}

.advertising-container p {
    width: 350px;
    text-align: justify;
    margin-right: 35px;
}

.related-section {
    padding: 16px;
    background: #343335;
    border-radius: 8px;
    margin-top: 28px;
}

.card-horizental .card-workout-img img {
    border-radius: 8px;
}

.card-horizental .card-workout-title {
    color: white;
}

.card-workout.card-horizental .card-workout-content {
    flex-direction: column;
}

.card-workout-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
}


/********workouts*****/

.workout {
    padding: 30px 0 0;
}

.search-workout {
    width: 100%;
}

.search-top {
    width: 100%;
    margin-top: 24px;
}

.search-bottom {
    width: 100%;
    margin-bottom: 32px;
}

.search-items {
    display: flex;
    flex-direction: row;
    margin: 0 -4px;

}

.search-item {
    width: 19.5%;
    margin: 0 4px;
}

.search-style {
    background: #343335;
    border: 2px solid #414042;
    border-radius: 8px;
    height: 48px;
    color: white;
}

.heading-style:before {
    content: "";
    position: absolute;
    height: 18px;
    display: inline-block;
    background: #343335;
    width: 100%;
    bottom: -5px;
    z-index: -1;
}

.heading-style {
    position: relative;
    display: inline-block;
    z-index: 8;
}

.search-workout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 25px;
    padding: 0 1rem;
}

.search-style input {
    background: transparent;
    border-radius: 8px;
    border: none;
    color: white;
    width: 100%;
}

.search-item select {
    width: 100%;
    font-size: 16px;
    padding: 0 1rem;
}

.card-workout {
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #343335;
    border-radius: 8px;
    margin-bottom: 24px;
}

.card-workout-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-workout-info__left,
.card-workout-core {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-workout.card-horizental {
    flex-direction: column;
}

.card-workout-img img {
    width: 100%;
}

.card-workout-title {
    margin-top: 10px;
}

.bs-stepper-header .btn-prev {
    position: absolute;
    left: 0;
}

.bs-stepper-header {
    position: relative;
}

/* .form-check-input:checked[type=radio] {
    background-image: url(../../assets/images/circle-dot.svg);
} */
.card-workout-content p,
.card-workout-content span {
    color: #B3B3B3;
    display: contents;
}

.form-control:has(input:checked) {
    color: #FFDE17 !important;
    border: 1px solid #FFDE17;
}

.form-control:has(input:checked) label, .form-control:has(input:checked) span {
    color: #FFDE17 !important;
}

.btn-more {
    width: 100%;
    background: #414042;
    border: none;
    border-radius: 8px;
    line-height: 45px;
    color: #E6E6E6;
}

li {
    list-style-type: none !important;
}

.card-challenge-detail p {
    color: #9E9E9E;
}

.card-workout.card-horizental {
    flex-direction: row;
    padding: 0;
    margin-bottom: 16px;
}


/* .card-horizental .card-workout-img {
    width: 168px;
    flex: none;
} */

.card-horizental .card-workout-img img {
    width: 100%;
}


/*****challenges******/

.challenges {
    padding-bottom: 70px;
}

.customer-meal {
    position: relative;
    margin-top: -100px;
}

.challenges .col-lg-10 {
    margin: auto;
}

.customer-meal-picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.customer-meal-picture img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.customer-meal-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 180px;
    position: relative;
    padding: 0 50px;
}

.customer-meal-title {
    max-width: 400px;
    margin-right: 50px;
}

.challenges-card {
    border-radius: 8px;
    position: relative;
    /*width: 184px !important;*/
    height: 288px;
    overflow: hidden;
}

.challenges-container {
    margin-top: 32px;
    overflow: hidden;
}

.card-workout-img {
    border-radius: 8px;
    overflow: hidden;
}

.challenge-img img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}

.challenge-content {
    position: relative;
    height: 100%;
    justify-content: end;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 10000000;
}

.challenge-img {
    /*position: absolute;*/
    border-radius: 8px;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.challenge-content span {
    position: absolute;
    width: 100%;
    height: 33%;
    background: rgb(108 108 108 / 55%);
    display: block;
    bottom: 0;
    z-index: 1;
}

/*.challenge-content span {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(180deg, rgba(103, 102, 104, 0) 0%, #676668 85.94%);*/
/*    z-index: 10;*/
/*    display: block;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*}*/

.challenge-content span:hover {
    background: linear-gradient(180deg, rgba(95, 24, 150, 0) 0%, #5F1896 85.94%);
}

.challenge-content p {
    text-align: center;
    position: relative;
    z-index: 10;
}

.challenge-content .count-challenge {
    color: white;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 16px;
}

.workout-page {
    padding: 30px 0;
}


/******time*******/

.times-card .row {
    width: 100%;
}

.form-control:focus {
    background: #343335;
    border: 2px solid #414042 !important;
    border-radius: 8px;
    box-shadow: 0 0 8px -1px rgb(255 222 23 / 29%);
}

.time-university {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: -70px;
}

.credit-card-input {
    position: relative;
}

.credit-card-input span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #8D8C8E;
}

.pay-confirm button {
    color: #332C05;
}

.btn-primary:hover {
    background: #FFDE17;
    color: #332C05;
}

a.privacy-link {
    color: white;
    text-decoration: underline;
}

.change-plan option {
    background: #414042;
}

.change-plan select:hover {
    background: #414042;
}

.change-plan select:focus > .change-plan option:checked {
    background: red !important;
    color: red !important;
}

.time-card .challenge-content span:hover {
    Fill: Linear Gradient rgba(24, 150, 37, 0), 0% #189625, 100%;
    background: linear-gradient(180deg, rgba(24, 150, 37, 0) 0%, rgba(24, 150, 37, 0.9) 100%);
}

.pay-confirm {
    background: #414042;
    padding: 16px;
    border-radius: 8px;
}

.time-title {
    font-size: 48px;
    font-weight: 600;
}

.btn-outline-black {
    margin: auto;
    display: flex;
    justify-content: center;
    color: black;
    border: 1px solid black;
    background: transparent;
    padding: 10px 16px;
    border-radius: 8px;
    margin: 0;
    align-items: center;
}

.time-university-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}

.time-university-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.time-university-title h3 {
    font-size: 68px;
    font-weight: 600;
}

.time-university-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.time-bg-img {
    width: 30%;
}

.time-bg-img img {
    width: 100%;
}

.times-card {
    width: 70%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.time-card {
    width: 100%;
    border-radius: 50em;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.mean-container .mean-bar {
    right: 20px;
}

.time-card .challenge-img {
    height: 100%;
}

.time-card > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.time.bg-secondary {
    display: none;
}

.times-category {
    padding: 48px 0 80px;
}

.challenges-categories-page {
    padding-bottom: 0;
}

.card-challenge-page img {
    width: 100%;
}

.card-challenge-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-challenge-detail {
    display: flex;
}

/*.card-challenge-content button {*/
/*    max-width: 170px;*/
/*}*/

.card-challenge-page {
    border-radius: 8px;
}

.sidebar-challenge-title {
    color: #9E9E9E;
}

/*********review********/

.card-review {
    width: 25%;
}

.card-review {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #343335;
    padding: 16px 24px;
    background: linear-gradient(180deg, #343335 19.27%, rgba(52, 51, 53, 0) 94.79%);
}

.author p {
    color: #B3B3B3;
}

.reviews {
    padding: 48px 0;
}

.reviews-container {
    overflow: hidden;
}

.reviews-container:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    background-image: url(../../assets/images/linearArrow.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(180deg)
}

.reviews-container:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    background-image: url(../../assets/images/linearArrow.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 1;
}

.view-all {
    color: #E6E6E6;
    text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 30px;
}


/******footer*******/

.footer-topnotch {
    background: #1A1A1A;
    padding: 30px 0;
}

.footer-item a {
    color: #D9D9D9;
}

.social-media li {
    color: white;
    list-style-type: none;
    font-size: 24px;
    color: #E6E6E6;
}

.social-media span {
    color: white;
    font-size: 24px;
    color: #E6E6E6;
    margin-right: 24px;
}

.footer-logo {
    margin-bottom: 32px;
    width: 150px;
}


/*******about us page*********/

.equipment-container {
    overflow: hidden;
    margin-bottom: 32px;
}

.about-us-img {
    width: 100%;
    /*height: 500px;*/
}

.about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-us-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35%;
}

.equipment-card {
    display: flex;
    flex-direction: row;
}

.equipment-container:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    background-image: url(../../assets/images/linearArrow.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(180deg)
}

.equipment-container:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    background-image: url(../../assets/images/linearArrow.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 1;
}

.equipment-img {
    width: 100%;
    height: 190px;
}

.equipment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.funder-section {
    margin: 48px auto 56px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.funder-img {
    width: 80px;
    height: 80px;
    border-radius: 50em;
    flex: none;
    margin-right: 24px;
}

.funder-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**************audio pleyer*****************/
audio::-webkit-media-controls-enclosure {
    border-radius: 0;
}

audio#music-player {
    background-color: #191818 !important;
    height: 24px;
    box-shadow: none !important;
    border: none !important;
    width: 100%;

}

.music-player {
    width: 60%;
    margin: 0px 10px;
}

.audioplayer {
    border: none;
    background-color: rgb(25 24 24);
    border-radius: 0;
    direction: ltr;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.audioplayer-playpause {
    width: 24px;
    height: 24px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    border: 1px solid #f9f9f9;
}

.audioplayer-bar-played {
    background: #ffde17;
}

.audioplayer-bar-loaded {
    background: rgba(255, 255, 255, 0.1);
}

.audioplayer-volume {
    display: none;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 12px solid #ffffff;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    background-color: #ffffff;
}

.audioplayer-playing .audioplayer-playpause {
    border: 1px solid #ffffff;
}

.audioplayer-time.audioplayer-time-duration {
    display: none;
}

.audioplayer-time {
    color: white;
}

/**********wizard page*************/

.wizard-workout {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* .sliderlens.fixed:after {
    border-width: none;
    box-shadow: none;
} */

#current-weight + .range,
#current-weight ~ .handle .range {
    background: transparent;
}

#current-height + .range,
#current-height ~ .handle .range {
    background: transparent;
}

#age-user + .range,
#age-user ~ .handle .range {
    background: transparent;
}

.sliderlens > .handle:before {
    border-right: 2px solid #FFDE17;
    visibility: visible;
}

.sliderlens > .handle,
.sliderlens > .handle1,
.sliderlens > .handle2 {
    visibility: hidden;
}

.wizard-workout button span {
    display: block !important;
}

.wizard-start,
.wizard-numbered {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #343335;
    border-radius: 8px;
    padding: 25px 16px 48px;

}


.wizard-workout span,
.wizard-workout p,
.wizard-workout label,
.wizard-workout h6 {
    color: #E6E6E6;
}

.wizard-start-button {
    display: flex;
    flex-direction: column;
}

.wizard-start.hidden {
    display: none;
}

.wizard-numbered {
    display: none;
}

.wizard-numbered.show {
    display: block;
}

.wizard-workout .form-control {
    background-color: #414042 !important;
    border: none;
}

input.form-check-input:checked {
    background: #FFDE17;
    border: 1px solid #FFDE17;
}

.wizard-workout .btn-next SPAN {
    COLOR: #332C05;
}

.bs-stepper .bs-stepper-header {
    flex-direction: row;
    padding: 0;
    justify-content: center;
}

.bs-stepper .bs-stepper-content {
    padding: 0;
}

.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin: 0;
}

.bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step .step-trigger {
    margin: 0;
}

/******************blog page***************/
.page-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
    z-index: 0
}

.card-date p {
    color: #B3B3B3;
}

.page-banner {
    position: relative;
    height: 425px;
}

.page-banner p {
    z-index: 1110;
    position: relative;
    text-align: center;
    padding-top: 220px;
}

li.blog-item {
    display: flex;
    flex-direction: row;
    padding: 24px;
    background-color: #343335;
    border-radius: 8px;
    margin-bottom: 16px;
}

.blog-img {
    border-radius: 8px;
    width: 360px;
    overflow: hidden;
    margin-right: 16px;
    flex: none;

}

.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-desc p {
    color: #B3B3B3;
}

.blog-date {
    color: #B3B3B3;
    margin-top: 60px;
}

.blog-items {
    margin: 32px 0 48px;
}

li.page-number {
    width: 47px;
    height: 47px;
    border-radius: 8px;
    background-color: #414042;
    margin: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e6e6e6;
}

ul.page-numbers {
    display: flex;
    flex-direction: row;
    margin: 0 -8px;
}

li.page-number.active {
    border: 1px solid #ffde17;
    background-color: #332C05;
}

.parivacy-page-content li {
    color: white;
    font-size: 16px;
    font-weight: 400;

}

.disk-style li {
    list-style-type: disc !important;
}

.privacy-page {
    margin: 32px 0 48px;
}

li.similar-post .col-sm-6 {
    padding: 0 4px;
}

.similar-blog-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.single-main-img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.single-main-img img {
    width: 100%;
    object-fit: cover;
}

.related-section p {
    color: #9E9E9E;
}

/**************rating star************/


/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: flex;
}

.rating-stars ul > li.star {
    display: inline-block;
}


/* Idle State of the stars */

.rating-stars ul > li.star > i.fa {
    font-size: 16px;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}


/* Hover state of the stars */

.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}


/* Selected state of the stars */

.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}

/****************sign up page************/
.sidebar.sidebar-sign-up {
    background: #343335;
    padding: 32px 16px;
    border-radius: 8px;
}

.form-group.checkbox-sign-up {
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 80px;
    margin-right: 8px;
}

.sign-up, .login, .forgot {
    padding: 32px 0 48px;
}

.login .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 455px;
}

.forgot .sidebar {
    min-height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.login .form-group.checkbox-sign-up {
    margin-bottom: 24px
}

.video-sign-up {
    position: relative;
}

.forgot label {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.forgot-pass a {
    color: white;
    text-decoration: underline;
}

/*.video-sign-up:before, .card-workout-video:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 53px;*/
/*    height: 53px;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 3;*/
/*    background-size: contain;*/
/*    background-color: unset;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    opacity: 1;*/
/*    background-image: url(../assets/images/play.svg);*/
/*    border: none;*/
/*}*/

.peyment-method-content p {
    margin: 48px 0;
}

.peyment-method-content i {
    font-size: 80px;
    color: #616161;
}

.button-group .fa-pen {
    color: #8D8C8E;
}

.button-group .fa-trash {
    color: #E75760;
}

.peyment-method .primary-button {
    max-width: 360px;
}

.challenges-wrapper .fa-film-slash {
    font-size: 80px;
    text-align: center;
    color: #616161 !important;
}

/*.challenges-wrapper {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    padding: 48px 24px;*/
/*}*/

.profile .challenges-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: #343335;
    padding: 48px 24px;
    border-radius: 8px;
    align-items: center;
}

.profile-challenges .challenges-wrapper {
    justify-content: flex-start;
}

.peyment-method-list {
    background: #414042;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
}

.peyment-method-list .button-group {
    display: flex;
}

.plan-subscribe, .account-setting, .peyment-method {
    background: #343335;
    padding: 24px;
    border-radius: 8px;
}

.peyment-method-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.peyment-method {
    padding: 48px 24px;
}

.account-setting-item {
    position: relative;
}

i.show-pass {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: white;
}

.change-plan {
    background: transparent;
    border: none;
}

.plan-subscribe-title {
    display: flex;
    margin-bottom: 24px;
}

.plan-subscribe-title select {
    margin-left: 16px;
}

.title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

video#video-sign {
    border-radius: 8px;
}

.profile .layout-page {
    width: 100%;
    height: 100%;
}

.color-primary {
    color: #FFDE17;
}

.secondary-button {
    background: transparent;
    border: 1px solid #FFDE17;
}

.profile {
    padding: 32px 0 48px;
    min-height: 80vh;
}

.profile .challenges-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.form-wizard-workout .form-control {
    display: flex;

}

.form-wizard-workout .form-control input {
    margin-right: 15px;
    flex: none;
}

.profile .challenges-card {
    margin: 15px;
}

.sidebar.sidebar-profile {
    background: #343335;
    padding: 16px 0;
    border-radius: 8px;
}

.text-danger {
    color: #E75760;
}

.sidebar.sidebar-profile .menu-item-profile {
    padding: 14px 16px;
}

li.menu-item-profile.open {
    background-color: #414042;
}

.form-wizard-workout label {
    font-size: 15px;
    font-weight: 700;
}

.bs-stepper-content form, .bs-stepper-content, .bs-stepper-content .content {
    height: 100%;
}

.content-body {
    /*height: 80%;*/
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/*****************modal************/
#onload .modal-content {
    background: #343335;
    border-radius: 8px;
}

form.form-popup {
    margin-top: 48px;
}

#onload .modal-header {
    border-bottom: 0 !important;
    padding-bottom: 0;

}

.card-workout-video {
    position: relative;
}

#onload .modal-header button.close {
    background: transparent;
    border: navajowhite;
    color: white;
    margin-left: auto;

}

#onload .search-style input {
    line-height: 40px;
    padding-left: 20px;
}

#onload .modal-header span {
    font-size: 32px;
}

/*********************************/

@media (max-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    /*.mySwiper {*/
    /*    max-width: 1200px !important;*/
    /*}*/
    .about-us-img {
        width: 100%;
        height: 425px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 991px;
    }

    /*.navbar-brand.logo {*/
    /*    width: 20vw;*/
    /*}*/
    nav.navbar.navbar-expand-md {
        display: none;
    }

    .topnotch-responsive-nav {
        display: block;
    }

    .time-bg-img {
        width: 40%;
    }

    .times-card {
        width: 60%;
    }

    .time-card {
        margin: 10px 0;
    }

    .hiro-images {
        width: 300px;
    }

    .search-item {
        width: 100%;
        margin-bottom: 16px;
    }

    .search-items {
        flex-direction: column;
    }

    .search-workout.search-style {
        margin: 30px 0 16px;
    }

    .plan-item {
        padding: 16px;
        width: 300px;
    }

    .modal-plan {
        width: 663px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 768px;
    }

    .single-footer-widget.quick-access {
        margin-top: 40px;
    }

    ul.social-media {
        margin-top: 30px;
    }

    .challenges-card {
        height: 360px;
    }

    .card-workout-music {
        height: 60px;
    }

    .card-workout-description {
        margin-bottom: 20px;
    }

    .music-player {
        width: 100%;
    }

    .modal-plan {
        width: 95%;
    }

    .plan-item {
        width: 48%;
    }

    .search-item {
        width: 100%;
        margin: 10px auto;
    }

    .search-items {
        flex-direction: column;
        margin: auto;
    }

    .customer-meal-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .customer-meal-title {
        margin: 0 0 10px 0;
    }

    .heading-h3 {
        font-size: 20px;
    }

    .text-18-reg {
        font-size: 16px;
    }

    .advertising-container .content {
        padding: 10px;
    }

    li.blog-item {
        flex-direction: column;
    }

    .blog-img {
        width: 100%;
    }

    .blog-title {
        margin-top: 24px;
    }

    .main-banner-container {
        flex-direction: column;
    }

    .qV {
        display: none;
    }

    .filterWorkoutButton {
        display: block;
    }

    #filterWorkoutForm {
        display: none;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 576px;
    }

    .customer-meal {
        margin-top: -120px;
    }

    .workout {
        padding: 40px 0 10px;
    }

    .challenges-card {
        height: 470px;
    }

    .challenge-img img {
        object-fit: inherit;
    }

    .secondary-button {
        padding: 12px 14px;
        font-size: 14px;
    }

    .header-area.p-relative {
        padding: 5px 0;
    }

    .navbar-brand.logo {
        width: 110px;
    }

    /*.challenges-card{*/
    /*    height:400px;*/
    /*}*/
    .plan-items {
        flex-direction: column;
    }

    .plan-item {
        width: 100%;
        margin-bottom: 16px;
    }

    .sidebar-sign-up {
        margin-bottom: 32px;
    }

    .time-content {
        flex-direction: column;
    }

    .advertising-container .content {
        flex-direction: column;
    }

    .advertising-container p {
        width: auto;
        margin: auto;
    }

    .single-video-page .card-workout-content {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .card-horizental .card-workout-img {
        width: 100%;
    }

    .card-workout.card-horizental {
        flex-direction: column;
    }
}

.logoutButton {
    background: none;
    border: none;
}

.card-workout-music {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 32px;
    background: #191818;
    border-radius: 20px;
    align-items: center;
    padding: 8px;
}

.music-player audio {
    height: 24px;
}

audio::-webkit-media-controls-panel {
    background: #191818 !important;
    height: 24px;
}

.dropdown-music button {
    background: transparent;
    color: white;
    font-size: 14px;
    line-height: 11px;
}

.dropdown-music .dropdown-menu.show {
    background: #414042;
    color: white;


}

.dropdown-music .dropdown-item:focus, .dropdown-item:hover {
    background: #504F52;
    color: white;
}

.dropdown-music a.dropdown-item {
    color: white;
}

.challenges-workout .card-workout-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.form-switch .form-check-input:checked {
    background-repeat: no-repeat;
}

.challenges-workout input.form-check-input {
    background-color: transparent;
}

.challenges-workout input.form-check-input:checked {
    background-color: #FFDE17;
    border: 1px solid #FFDE17;
    background-image: url(../assets/images/switch-off.svg);
    background-size: contain;
}

.challenges-workout .form-switch .form-check-input {
    border: 1.5px solid rgb(255 255 255);
}

.challenges-workout .form-switch .form-check-input {
    background-image: url(../assets/images/switch-challenge.svg);
}

.form-switch .form-check-input {
    width: 30px;
}

.challenges-workout .card-workout-img {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.challenges-workout .card-workout-img img {
    height: 100%;
    object-fit: cover;
}

.btn.btn-end-challenge {
    border-radius: 8px;
    background: #414042;
    margin-top: 35px;
}

.text-gray-b3 {
    color: #B3B3B3;
}

.play.card-workout-video:before {
    display: none;
}


.pause.card-workout-video:before {
    background-image: url(../assets/images/pause.svg);
}

.discount {
    background-image: url(../assets/images/annual.svg) !important;
    background-repeat: no-repeat !important;
}

.video-js .vjs-big-play-button {
    background: transparent;
    border: none;
    font-size: 7em;
}

.video-js {
    width: 100%;
    margin-bottom: 16px;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background: transparent;
}

.swiper-container-pointer-events {
    overflow: hidden;
}


.sliderButton {
    position: absolute;
    bottom: 10%;
    left: 39%;
    margin: auto;
}

@media (max-width: 768px) {
    .sliderButton a {
        padding: 5px;
    }

    .sliderButton {
        position: absolute;
        bottom: 10%;
        right: 10%;
        left: unset;
        margin: auto;
    }

}

.challenges-container .swiper-button-prev, .challenges-container .swiper-button-next {
    background: white;
    width: 30px;
}

.challenges-container .swiper-button-prev:after, .challenges-container .swiper-button-next:after {
    font-size: 20px;
    color: black;
}


@media (max-width: 576px) {
    .d-xs-none {
        display: none !important;
    }

    d-sm-none {
        display: none;
    }
}


.col-half-offset {
    margin-left: 4.166666667%
}


/*================================================
new style
=================================================*/
.featured-logo-container {
    overflow: hidden;
    margin-top: 32px;
}

.sw {
    transition-timing-function: linear;
}


.featured-logo {
    padding: 48px 0 64px;
}

.your-gym {
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(180deg, #343335 19.27%, rgba(52, 51, 53, 0.00) 96%);
    padding: 30px;
}

.color-secondary {
    color: #FFDE17 !important;
}

.faq-section {
    padding: 30px 32px 48px 32px;
}

.accordion-item {
    max-width: 600px;
    margin: auto;
    margin-top: 8px;
    background: #343335;
    border-radius: 8px;
    color: white;
}

button.accordion-button {
    background: #343335;
    color: #B3B3B3;
    border-radius: 8px;
}

.accordion-button:not(.collapsed) {
    background: #343335;
    color: white;
    box-shadow: none;
    border-radius: 8px;
}

.maximize-result {
    padding: 32px 0 100px;
}

.before-after {
    padding: 80px 0 48px;
    overflow: hidden;
}

.before-after-content {
    margin-top: 32px;
}

.before-after-img {
    width: 288px;
}

.before-after-img img {
    width: 100%;
}

.card-review {

    background: #F2F2F2 !important;
}

.card-review p {
    color: #272628;
}

.reviews-container:before, .reviews-container:after {
    background: linear-gradient(90deg, rgba(39, 38, 40, 0.00) 0%, #272628 100%) !important;
}

.heading-line-style h2:before {
    content: "";
    width: 102px;
    height: 2px;
    background: white !important;
    display: block;
    position: absolute;
    left: -100px;
    z-index: 10000;
    /* border: 2px solid; */
    top: 40%;
}

.heading-line-style h2:after {
    content: "";
    width: 102px;
    height: 2px;
    background: white !important;
    display: block;
    position: absolute;
    right: -100px;
    z-index: 10000;
    /* border: 2px solid; */
    top: 40%;
}

.heading-line-style {
    position: relative;
    display: inline;
    width: auto;
    margin: auto;
}

.logo-img {
    /*max-width: 100px !important;*/
    height: 40px;
}

.logo-img img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.text-32-bold {
    font-size: 32px;
    font-weight: bold;
}

.accordion-body {
    min-height: 135px !important;
}

.sliderlens {
    width: 100% !important;
}

.personalize-coaching-conetnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.personalize-coaching-img {
    margin-top: -15px;
}

.personalize-coaching-btn {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;

}

.personalized-coach-img {
    display: flex;
    flex-direction: column;

}

.personalized-coach-img img {
    height: 320px;
    object-fit: contain;

}


/********** File Input Style starts here ********/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.text-gray {
    color: #8D8C8E;
}

/* style 2 */

.inputfile-2 + label {
    color: white;
    border: 2px solid currentColor;
}

.titleOfSection {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
}

.descOfSection {
    font-size: 20px;
    font-weight: 400;
}

.descOfProgram {
    font-size: 18px;
    font-weight: 400;
}


@media (max-width: 768px) {
    .titleOfSection {
        color: #FFFFFF;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
    }

    .descOfSection {
        font-size: 18px;
        line-height: 22px;
    }

    .descOfProgram {
        font-size: 16px;
        line-height: 20px;
    }

    .text-36-bold {
        font-size: 24px;
    }

    .reviews-container:before, .reviews-container:after {
        background: unset !important;
    }

    .reviews-container .swiper-button-prev, .reviews-container .swiper-button-next {
        color: rgb(0 0 0 / 50%)
    }

    .dropdown-music{
        margin: 0px auto;
    }
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.currentLesson{
    border: #FFDE17 1px solid;
    padding: 9px 0 0 0;
}
.banner__wrapper {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #343335;
    border-radius: 8px;
    gap:20px;
    padding: 20px;
    margin-top: 40px;
}
@media only screen and (min-width: 1024px){
    .banner__wrapper {
    flex-direction: row;
}
}
.banner__btn {
    padding: 14px 16px;
    background: #FFDE17;
    border-radius: 8px;
    font-size: 16px;
    line-height: 14px;
    border: none;
    color: #332C05;
}