/* hide scrollbar but allow scrolling */
element {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

element::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

/* fonts */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: url(../images/bg.jpg) #000;
    background-size:     cover;                
    background-repeat:   no-repeat;
    background-position: center center; 
}

.image_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50vw;
}

.image_container img {
    vertical-align: middle;
}

.container {
    max-width: 1190px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

/* header start here */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 32px;
}

header .logo {
    width: 10%;
}

header .logo img {
    max-width: 60px;
}

header nav ul {
    width: 100%;
}

header nav ul li {
    padding: 0 21px;
}

header nav ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}

header .get_app {
    width: 10%;
    display: flex;
    justify-content: end;
}

a.head-btn {
    font-family: 'Gilroy';
    font-size: 15px;
    font-weight: 700;
    color: #F9F9F9;
    outline: none;
    border: 0px solid transparent;
    background: linear-gradient(to right, #FE2389, #FE2389, #FE2389, #ED786A);
    border-radius: 8px;
    min-height: 44px;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header end here */

/* banner */
.banner {
    padding: 80px 0 0;
}

.banner h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(to right, #FE2389, #FE2389, #FE2389, #FF8A54, #FFA944);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 60px;
}

.banner .banner-col {
    display: flex;
    justify-content: center;
}

.banner .banner-col img {
    max-width: 440px;
    width: 100%;
    margin-bottom: -510px;
    position: relative;
    z-index: 1;
}

.banner .head-btn {
    max-width: 171px;
    min-height: 55px;
    margin: 0 auto;
    display: none;
}

/* banner */

/* post covid */
.post-covid {
    background: url(../images/Group\ 1543.png);
    background-size: cover;
    padding: 174px 0 137px;
}

.post-covid .col-left {
    max-width: 276px;
    width: 100%;
    text-align: right;
}

.post-covid .col-left span {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.post-covid .col-right {
    position: relative;
    margin-right: 55px;
}

.post-covid .col-right h3 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.post-covid .col-right::after {
    content: "";
    background: url(../images/Group\ 1545.png);
    background-size: cover;
    position: absolute;
    width: 390px;
    top: -112px;
    height: 165px;
    left: -110px;
}

/* post covid */

/* workout builder */
.workout-builder {
    padding: 175px 0 80px;
}

.workout-builder .title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
}

.workout-builder .title span {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

.workout-library {
    display: flex;
    border-radius: 30px;
    background: #dcdcdc75;
    padding: 120px 100px;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.workout-builder .col-left {
    max-width: 300px;
    width: 100%;
    text-align: right;
}

.workout-builder .col-left h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    margin-bottom: 10px;
    background: linear-gradient(to right, #FE2389, #FE2389, #FF7760);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.workout-builder .col-left span {
    font-size: 18px;
    font-weight: 500;
    color: #818181;
}

.workout-builder .col-right {
    position: relative;
}

.workout-builder .col-right img {
    max-width: 418px;
    width: 100%;
}

.workout-builder .col-right::after {
    content: "";

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 64px;
    height: 64px;
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 40px;
    left: -100px;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-prev span {
    font-size: 24px;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #000;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 64px;
    height: 64px;
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 40px;
    right: -100px;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-next span {
    font-size: 24px;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #000;
}

.owl-dot {
    background-color: #8080806b !important;
    margin: 0 4px;
}

/* workout builder */

/* build workouts */
.build-workouts {
    background: linear-gradient(11.45deg, #FE2489 -46.45%, #022238 72.91%);
    padding: 100px 0 60px;
}

.build-workouts .container {
    max-width: 1130px;
}

.build-workouts .title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 100px;
}

.build-workouts .title span {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}

.build-workouts .warap {
    justify-content: space-between;
}

.build-workouts .col-left {
    display: flex;
    flex-direction: column;
}

.build-workouts .col-left .build-group {
    text-align: center;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    display: flex;
    padding-left: 120px;
    flex-direction: column;
}

.build-workouts .col-left .timer {
    font-size: 70px;
    line-height: 60px;
    font-weight: bold;
    background: linear-gradient(to right, #FE2389, #FF8A54);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.build-workouts .col-left .timer span {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.build-workouts .col-left .timer2 {
    font-size: 70px;
    line-height: 60px;
    font-weight: bold;
    background: #C26496;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.build-workouts .col-left .timer2 span {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.build-workouts .col-left span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.build-workouts .col-left .client-Gr img {
    max-width: 496px;
    width: 100%;
    margin-top: -85px;
}

.build-workouts .col-right .build-group {
    text-align: center;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    display: flex;
    padding-left: 120px;
    flex-direction: column;
}

.build-workouts .true_coach {
    max-width: 990px;
    padding: 60px 0 40px;
}

.true_coach .true_content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.true_coach .true_content .logo img {
    max-width: 60px;
}

.true_coach .true_content span.vs {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin: 0 68px;
}

.true_coach .true_content .tabs .tablinks {
    font-size: 18px;
    color: #C26496;
    font-weight: bold;
    margin: 0 25px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.true_coach .true_content .tabs .tablinks.active {
    color: #fff;
}

.build-workouts p.content {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffad;
    text-align: center;
    padding: 0 66px;
}

.panels .panel {
    display: none;
}

/* new code start here */
.gain-result {
    position: relative;
    display: inline-block;
}

.gain-result::after {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    content: "";
    left: -25px;
    position: absolute;
    background-color: #0000;
    top: -25px;
}

.tabcontent:not(:nth-child(2)) {
    display: none;

}

.logogain2 .imgactive {
    display: none;
}

/* build workouts */

/* client schedule */
.client-schedule {
    background: linear-gradient(179deg, #bfc4c799 0%, rgba(3, 35, 57, 0) 100%);
    padding: 120px 0 0;
}

.client-schedule .container {
    max-width: 970px;
}

.client-schedule .col-left img {
    max-width: 120px;
    width: 100%;
}

.client-schedule .col-right {
    padding-right: 45px;
    margin-bottom: 120px;
}

.client-schedule .col-right .content {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.client-schedule .col-right .content span {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.client-schedule .col-right .info {
    font-size: 17px;
    font-weight: 500;
    color: gray;
}

.client-schedule .col-right .info span {
    color: #7e7676;
    font-weight: bold;
    font-size: 17px;
}

.client-schedule .membership-cards {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 42px 40px;
    text-align: center;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, .05);
    ;
}

.client-schedule .free-client {
    background-color: #dbdbdb30;
    box-shadow: 0 0;
}

.client-schedule .membership-cards h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
    color: gray;
}

.client-schedule .membership-cards .cost {
    font-size: 32px;
    font-weight: bold;
}

.client-schedule .membership-cards .description {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #808080;
    margin-top: 16px;
    padding: 0 18px;
}

.client-schedule .membership-cards .description span {
    color: #000;
}

.client-schedule .membership-cards .title {
    background: linear-gradient(to right, #F83E8F, #FF886F);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/* client schedule */

/* fitech */
.fitech {
    padding: 120px 0;
}

.fitech .container {
    max-width: 850px;
}

.fitech .col-left h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    background: linear-gradient(to right, #FE2389, #FF7760);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.fitech .col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fitech .col-right ul li {
    margin: 0 8px;
}

.fitech .description {
    font-size: 17px;
    font-weight: normal;
    margin-top: 24px;
}

/* fitech */

/* better tech */
.better-tech {
    background: url(../images/Rectangle\ 760.jpg);
    background-size: cover;
    padding: 279px 0 121px;
}

.better-tech .col-left h2 {
    width: 400px;
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
    background: linear-gradient(to right, #F83E8F, #F83E8F, #FF886F);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 32px;
}

.better-tech .col-left .tech {
    max-width: 152px;
}

/* better tech */

/* footer */
.footer {
    background: #252525;
    padding: 57px 0 73px;
}

.footer .container {
    max-width: 1260px;
}

.footer .logo img {
    max-width: 60px;
}

.footer-menu {
    margin-left: auto;
}

.footer-menu li {
    margin: 0 18px;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    font-size: 14px;
    color: gray;
}

.footer-menu li a:hover {
    color: #fff;
}

/* footer */

/* responsive */
@media (max-width: 1200px) {
    .banner .banner-col img {
        max-width: 420px;
    }

    .workout-library {
        max-width: 790px;
        padding: 44px 35px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -18px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -18px;
    }
}

@media (max-width: 1024px) {
    .banner .banner-col img {
        max-width: 400px;
        margin-bottom: -465px;
    }

    .post-covid {
        padding: 168px 0 110px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .build-workouts .warap .col-left {
        margin-left: 10px;
    }

    .build-workouts .warap .col-right {
        margin-right: 20px;
    }

    .client-schedule .membership-cards {
        margin: 4px 0;
    }

    .fitech .container {
        max-width: 970px;
    }

    .fitech .description {
        text-align: center;
    }

    .better-tech {
        padding: 223px 0 102px;
    }
}

@media (max-width: 991px) {
    .banner .banner-col img {
        max-width: 350px;
        margin-bottom: 0;
    }

    .post-covid .col-right {
        margin-right: 0;
    }

    .post-covid .col-left {
        text-align: center;
        margin-top: 50px;
    }

    .post-covid {
        background: linear-gradient(27.4deg, #FF886F 10.6%, #F83E8F 23.88%, #022238 90.27%);
    }

    .workout-library {
        max-width: 635px;
    }

    .workout-builder .col-right {
        margin-left: 24px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        width: 43px;
        height: 43px;
    }

    .owl-carousel .owl-nav button.owl-next {
        width: 43px;
        height: 43px;
    }

    .build-workouts .col-left .build-group {
        max-width: 502px;
    }

    .build-workouts .col-right .build-group {
        padding-left: 95px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    a.head-btn {
        min-width: 117px;
    }

    .banner {
        padding: 40px 0 80px;
    }

    .banner h1 {
        font-size: 45px;
        line-height: 56px;
    }

    .banner .banner-col img {
        max-width: 285px;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    button.owl-dot.active {
        background-color: #000 !important;
    }

    button.owl-dot {
        width: 10px;
        height: 10px;
        background-color: green;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .build-workouts .outer {
        overflow-x: scroll;
    }

    .build-workouts .outer .wrap {
        width: 690px;
    }

    .workout-library {
        flex-direction: column;
    }

    .workout-builder .col-left {
        text-align: center;
        margin-bottom: 30px;
    }

    .client-schedule .col-right {
        padding-right: 0;
        margin-bottom: 80px;
        text-align: center;
    }

    .true_coach .true_content span.vs {
        display: none;
    }

    .true_coach .true_content .logo {
        margin-right: 20px;
    }

    .fitech .col-left h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .fitech .col-right {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .better-tech .col-left h2 {
        width: 100%;
    }

    .build-workouts .title {
        font-size: 37px;
        margin-bottom: 80px;
    }

    .workout-builder .col-left span {
        font-size: 17px;
    }

    header {
        justify-content: center;
    }

    nav {
        display: none;
    }

    header .get_app {
        display: none;
    }

    .banner .head-btn {
        display: flex;
    }

    .banner {
        padding-bottom: 80px;
    }

    .banner h1 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .banner .banner-col {
        margin-bottom: 40px;
    }

    .banner .banner-col img {
        max-width: 230px;
    }

    .post-covid .col-right::after {
        background: url(../images/Group\ 1547.png);
        left: -51px;
        top: -20px;
        background-repeat: no-repeat;
    }

    .post-covid {
        padding: 120px 0 100px;
    }

    .post-covid .col-left span {
        font-size: 20px;
    }

    .workout-builder {
        padding: 60px 0;
    }

    .workout-builder .title {
        font-size: 32px;
        line-height: 40px;
        margin: 0px 40px 60px;
    }

    .workout-builder .title span {
        font-size: 32px;
        line-height: 40px;
    }

    .workout-builder .col-left h3 {
        font-size: 30px;
    }

    .build-workouts .title span {
        font-size: 33px;
    }


    .build-workouts p.content {
        font-size: 15px;
        padding: 0 0px;
        margin: 10px 24px;
    }

    .build-workouts .col-left span {
        font-size: 13px;
    }

    .build-workouts .col-right .build-group {
        max-width: 502px;
        padding-left: 100px;
    }

    .build-workouts .outer .wrap .gain .col-right {
        display: none;
    }

    .build-workouts .outer .wrap .london .col-left {
        display: none;
    }

    .build-workouts .outer .wrap .london .col-right {
        display: block;
        margin-right: 0;
        margin-left: 10px;
    }

    .build-workouts .outer .wrap .paris .col-left {
        display: none;
    }

    .build-workouts .outer .wrap .paris .col-right {
        display: block;
        margin-right: 0;
        margin-left: 10px;
    }

    .build-workouts .outer .wrap .tokyo .col-left {
        display: none;
    }

    .build-workouts .outer .wrap .tokyo .col-right {
        display: block;
        margin-right: 0;
        margin-left: 10px;
    }

    .build-workouts .outer .wrap {
        width: 100%;
    }

    .build-workouts .true_coach {
        overflow-x: scroll;
    }

    .true_coach .true_content {
        width: 552px;
    }

    .client-schedule {
        padding-top: 80px;
    }

    .client-schedule .col-right {
        margin: 32px 32px 80px 40px;
    }

    .client-schedule .membership-cards {
        padding: 32px 32px;
        text-align: start;
    }

    .client-schedule .membership-cards .cost {
        display: flex;
        justify-content: end;
        font-size: 25px;
    }

    .client-schedule .membership-cards h5 {
        margin-bottom: 0;
    }

    .client-schedule .membership-cards .description {
        padding: 0;
        margin-top: -15px;
    }

    .client-schedule .free-client {
        background: #fff;
    }

    .fitech {
        padding: 80px 40px;
    }

    .fitech .col-left h3 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 40px;
    }

    .fitech .col-right ul {
        flex-direction: column;
    }

    .fitech .col-right ul .socail {
        margin-top: 20px;
    }

    .fitech .description {
        font-size: 16px;
        margin-top: 40px;
    }

    .better-tech {
        padding: 180px 0 120px;
        background-position: 40% center;
    }

    .better-tech .col-left h2 {
        font-size: 39px;
        line-height: 46px;
        text-align: center;
    }

    .better-tech .col-left .tech {
        margin: 0 auto;
    }

    .footer {
        padding: 40px 0 60px;
    }

    .footer .container {
        justify-content: center;
    }

    .footer a.logo {
        display: none;
    }

    .footer-menu {
        margin-left: 0;
        flex-direction: column;
    }

    .footer-menu li {
        margin: 0 10px;
    }
    .gain-result{
        margin: 0 30px;
    }
    .gain-result::after {
        display: none;
    }

    .tabcontent:nth-child(1) {
        display: block;
    }

    .tabcontent:not(:nth-child(1)) {
        display: none;
    }

    .logogain2 .imgactive {
        display: block;
    }

    .logogain2 .imgunactive {
        display: none;
    }

    .logogain2.active .imgactive {
        display: none;
    }

    .logogain2.active .imgunactive {
        display: block;
    }

    .true_coach .true_content .tabs {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 400px) {
    .build-workouts .col-left .timer {}

    .build-workouts .col-left .build-group {
        max-width: 502px;
        margin-bottom: 40px;
    }

    .build-workouts .col-right .build-group {
        max-width: 502px;
    }
}