:root {
    /* colors */
    --black: #000;
    --white: #fff;
    --primary-clr: #ED212C;
    --btn-clr: #e52e38;
    --secondary-font: "Poppins", sans-serif;
    --primary-font: "Urbanist", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0 !important;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.22;
}

p {
    line-height: 1.3;
    margin-bottom: 0;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

img {
    width: 100%;
}

/* Common Classes */

.btn-main {
    display: inline-block;
    padding: 21px 28px;
    padding-right: 100px;
    color: var(--white) !important;
    border-radius: 60px;
    background-color: var(--primary-clr);
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: var(--primary-font);
    text-transform: uppercase;
    transition: all ease 0.6s;
    border: none;
}

.arrow-icon {
    width: 40px;
    height: 40px;
    background-color: #0000001f;
    border-radius: 50%;
    position: absolute;
    left: auto;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
    transform: rotate(-45deg);
    transition: all ease 0.6s;
}

.btn-main:hover {
    color: var(--white);
    background-color: #dc444d;
}

.btn-main:hover .arrow-icon {
    color: var(--white);
    background-color: var(--primary-clr);
    transform: unset;
}

/* .btn-common-clr {
    padding: 12px 40px;
    font: normal normal 700 18px/40px var(--primary-font);
    background-color: var(--primary-clr);
    border-radius: 60px;
    color: var(--white);
}

.btn-common-light {
    font: normal normal 400 16px/24px var(--secondary-font);
    color: var(--white);
}

.btn-common-light i {
    border: 1px solid #D1D1D1;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-clr);
} */

.common-h1 {
    font: normal normal 700 79px/96px var(--primary-font);
}

.common-h2 {
    font: normal normal 700 45px/54px var(--primary-font);
}

.section-pd {
    padding: 60px 0;
}

/* Common Classes END  */

/* Typography */
/* Typography END  */

/* HEADER */
header {
    padding: 35px 0;
}

.navigation-list .nav-item a {
    color: var(--white);
    font: normal normal 500 18px/21.6px var(--primary-font);
    margin-right: 28px;
    padding: 0;
}

.navigation-list li:last-child a {
    margin-right: 74px;
}

/* HEADER END */

/* HERO */
.hero-txt h1 {
    color: var(--white);
    margin-bottom: 15px;
}

.hero-txt p {
    color: var(--white);
    font: normal normal 400 22px/36px var(--primary-font);
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    margin-bottom: 80px;
}

.satisfied-customer-img {
    position: relative;
}

.satisfied-customer-img img {
    max-width: 56px;
    max-height: 56px;
}

.hero-image {
    display: flex;
    justify-content: end;
    position: relative;
}

.hero-image .hero-men {
    max-width: 370px;
    max-height: 742px;
}

.hero-fitness {
    position: absolute;
    left: 150px;
    max-height: 694px;
    max-width: 250px;
    top: 35px;
}

/* .satisfied-customer-img .first{
    position: absolute;
} */
.satisfied-customer-img {
    margin-bottom: 12px;
}

.satisfied-customer-img .second {
    position: absolute;
    position: absolute;
    left: 35px;
}

.satisfied-customer-img .third {
    position: absolute;
    position: absolute;
    left: 70px;
}
.satisfied-customer p{
    font-weight: 400;
}
.satisfied-customer p span {
    font-weight: 700;
}

/* HERO END */

/* our-services */
.our-services {
    position: relative;
}

.our-services .heading-text h2 {
    color: var(--white);
    margin-bottom: 30px;
}

.our-services .heading-text p {
    font: normal normal 400 20px/24px var(--primary-font);
    margin-bottom: 52px;
    color: var(--white);
}

.services-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-card-img img {
    border-radius: 15px;
    max-width: 413px;
    max-height: 329px;
    margin-bottom: 20px;

}

.services-card-txt {
    max-width: 352px;
    margin: 0 auto;
}

.services-card-txt h4 {
    text-align: center;
    color: var(--white);
    font: normal normal 600 24px/24px var(--primary-font);
    margin-bottom: 20px;
}

.services-card-txt p {
    text-align: center;
    color: var(--white);
    font: normal normal 400 16px/30px var(--primary-font);
}

.our-services .owl-carousel .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}

.our-services .owl-carousel .owl-dot {
    background-color: #D9D9D9;
    width: 8px;
    border-radius: 50%;
    height: 8px;
}

.our-services .owl-carousel .owl-dot.active {
    background-color: var(--primary-clr);
    width: 24px;
    border-radius: 20px;
    height: 8px;
}

.our-services .owl-carousel .owl-nav.disabled {
    display: flex;
    gap: 10px;
}

.our-services .owl-carousel .owl-nav {
    position: absolute;
    color: #fff;
    top: -100px;
    right: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.our-services .owl-carousel .owl-nav .owl-prev {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-services .owl-carousel .owl-nav .owl-next {
    background-color: var(--primary-clr);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* our-services END */

/* meet-sihle */
.meet-sihle-txt {
    padding-left: 20px;
}

.meet-sihle-txt h2 span {
    color: var(--primary-clr);
}

.meet-sihle-txt h2 {
    color: var(--white);
    margin-bottom: 30px;
}

.meet-sihle-txt p {
    font: normal normal 400 18px/32px var(--primary-font);
    color: var(--white);
    margin-bottom: 30px;
}

.meet-sihle-txt:last-child p {
    margin-bottom: 50px;
}

.meet-sihle-img {
    position: relative;
}

.meet-first {
    max-width: 440px;
    max-height: 300px;
}

.meet-second {
    position: absolute;
    max-width: 300px;
    max-height: 264px;
    top: 7.5rem;
    right: 3.75rem;
}

.meet-third {
    max-width: 312px;
    max-height: 240px;
    top: 20.5rem;
    position: absolute;
    left: 11.25rem;
}

/* meet-sihle END */
/* transformation */
.transformation .img-gal {
    margin-top: -60px;
}

.img-gal img {
    max-width: 412px;
    max-height: 281px;
    border-radius: 12px;
}

/* transformation END */
/* join */
.join-img {
    border-radius: 20px;
    display: flex;
    justify-content: end;
}

.join-txt {
    position: relative;
}

.join-txt .process-img {
    position: absolute;
    left: 0;
    max-width: 200px;
    max-height: 580px;
}

.join-img img {
    max-width: 526px;
    max-height: 670px;
}

.join-features {
    margin-bottom: 60px;
    padding-left: 200px;
}

.join-features-img img {
    min-width: 32px;
    min-height: 32px;
}

.join-button {
    padding-left: 235px;
}

.join-features-txt h4 {
    color: var(--white);
    font: normal normal 600 24px/24px var(--primary-font);
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.join-features-txt p {
    color: var(--white);
    font: normal normal 400 16px/28.8px var(--primary-font);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* Join End */
/* Plans */
.plan-card {
    padding: 26px;
    border-radius: 25px;
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 1.1);
    transition: all ease 0.6s;
}

.plans .heading-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.plans .heading-txt h2 {
    color: var(--white);
    margin-bottom: 7px;
}

.plans .heading-txt p {
    color: var(--white);
    margin-bottom: 45px;
}

.plans .form-switch .form-check-input {
    margin-left: 0;
}

.plans .form-switch p {
    margin-bottom: 0;

}

.plans .form-check-input {
    width: 40px;
    height: 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.plans .form-check-input:checked {
    background-color: var(--primary-clr);
}

/* Styles for the label texts */
.plans .form-switch-label {
    font: normal normal 400 17px/21px var(--primary-font);
    transition: all ease 0.6s;
    color: var(--white);
}

.plans .form-check-input:checked {
    border-color: unset;
}

.plans .form-switch-label.active {
    font-weight: 700;
}

.plan-card h4 {
    font: normal normal 700 28.8px/24px var(--primary-font);
    color: var(--white);
    margin-bottom: 30px;
}

.plan-card ul li {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-bottom: 25px;
}

.plan-card ul li i {
    color: var(--primary-clr);
    font-size: 12px;
}

.plan-card ul li p {
    color: var(--white);
    margin-bottom: 0;
}

.plan-card .amount {
    font: normal normal 400 17px/21px var(--primary-font);
    color: var(--white);
    margin-bottom: 17px;
}

.amount span {
    font: normal normal 700 28px/33px var(--primary-font);
}

.card-btn .btn-common-clr {
    padding: 18px 88px;
    color: var(--black);
    background-color: var(--white);
    display: inline-block;
}

.plan-card.pro {
    position: relative;
}

.save-tag {
    background-color: #EFEFEF;
    padding: 6px 10px;
    border-radius: 34px;
    position: absolute;
    top: 20px;
    right: 22px;
    font: normal normal 700 12px/14px var(--primary-font);
    color: var(--primary-clr);
    display: none;
}

.plan-card:hover {
    background-color: var(--white);
    transform: translateY(-10%);
}

.plan-card:hover .card-btn .btn-common-clr {
    color: var(--white);
    background-color: var(--primary-clr);
}

.plan-card:hover .save-tag {
    display: block;
}

.plan-card:hover h4,
.plan-card:hover li p,
.plan-card:hover .amount {
    color: var(--black);

}

.plans-card {
    padding: 80px 0;
}

/* Plans End */
/* our-clients */
.our-clients h2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 50px;
}

.customers-img img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}

.customers-item {
    padding: 76px 26px 36px;
    position: relative;
    background-color: #111111;
    border-radius: 17px;
}

.our-clients .item {
    margin-top: 50px;
}

.customers-img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customers-txt {
    text-align: center;
    color: var(--white);
}

.customers-txt p {
    margin-bottom: 34px;
    font: normal normal 400 15px/28px var(--primary-font);
}

.customers-txt h5 {
    margin-bottom: 5px;
    font: normal normal 600 16px/19px var(--primary-font);
}

.customers-txt h6 {
    font: normal normal 400 12px/14px var(--primary-font);
}

.our-clients .owl-nav.disabled {
    display: block;
}

.our-clients .owl-next {
    position: absolute;
    right: -25px;
    top: 22%;
}

.our-clients .owl-prev {
    position: absolute;
    left: -25px;
    top: 22%;
}

.our-clients .owl-nav span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--primary-clr);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-clients .owl-carousel .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}

.our-clients .owl-carousel .owl-dot {
    background-color: #D9D9D9;
    width: 8px;
    border-radius: 50%;
    height: 8px;
}

.our-clients .owl-carousel .owl-dot.active {
    background-color: var(--primary-clr);
    width: 24px;
    border-radius: 20px;
    height: 8px;
}

/* our-clients */
/* join-me */
.join-me {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.join-me h2 {
    color: var(--white);
    margin-bottom: 20px;
}

.join-me p {
    color: var(--white);
    margin-bottom: 20px;
    font: normal normal 500 18px/30px var(--primary-font);
}

.join-me .form-label {
    color: var(--white);
    font: normal normal 600 16px/20px var(--primary-font);
}

.join-me input {
    border-radius: 50px;
    min-height: 50px;
    max-width: 525px !important;
    max-height: 60px !important;
    padding-left: 20px;
}

.join-me-txt {
    padding-right: 200px;
    position: relative;
}

.join-me-img {
    position: absolute;
    right: 3%;
    max-width: 200px;
    max-height: 580px;
}

/* join-me */
/* img-sec-footer */
.img-sec-footer h2 {
    color: var(--white);
    margin-bottom: 50px;
}

.img-sec-footer .sec-img-footer img {
    max-width: 317px;
    max-height: 363px;
}

/* img-sec-footer END */
/* FOOTER */
footer {
    padding: 50px 0;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo img {
    max-width: 180px;
    max-height: 180px;
}

.footer-wrap ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-wrap ul li {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: var(--primary-clr);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-wrap ul li i {
    color: var(--white);
    font-size: 18px;
}

.footer-wrap .right-txt {
    max-width: 300px;
}

.footer-wrap .right-txt a {
    font: normal normal 500 18px/30px var(--primary-font);
    color: var(--white);
}

/* FOOTER END */
.join-me .wpcf7-not-valid-tip {
    font-size: 16px !important;
    color: var(--primary-clr);

}

.join-me .wpcf7-response-output {
    color: var(--white);
    background-color: var(--primary-clr) !important;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: green !important;
}
.join-me-button{
    position: relative;
    display: inline-block;
}
.join-me-button p {
    margin: 0;
}
.join-me-button input{
    display: inline-block;
    padding: 21px 28px;
    padding-right: 100px;
    color: var(--white) !important;
    border-radius: 60px;
    background-color: var(--primary-clr);
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: var(--primary-font);
    text-transform: uppercase;
    transition: all ease 0.6s;
    border: none;
}
.join-me-button:hover  .arrow-icon-btn {
    color: var(--white);
    background-color: var(--primary-clr);
    transform: unset;
}
.arrow-icon-btn {
    position: absolute;
    right: 90px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #0000001f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: all ease 0.6s;
}