:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --theme-color: #BEFF01;
    --light-white: #FAFAFA;
    --light-gray: #D3D3D3;
    --footer-border-color: #FFFFFF1A;
    --light-black: #111111;
    --gray-color: #8B8B8B;
    --bg-get-start: #1F1F1F;
    --people-content-border: #FFFFFF26;
    --btn-box-shadow: #BEFF0140;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--light-black);
    font-family: 'Unbounded';
    /* overflow-x: hidden; */
    /* font-size: 14px;
    color: var(--text-color); */
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/FontAwesome6Brands-Regular.woff") format("woff"),
        url("../fonts/FontAwesome6Brands-Regular.woff2") format("woff2"),
        url("../fonts/FontAwesome6Brands-Regular.eot") format("eot"),
        url("../fonts/FontAwesome6Brands-Regular.ttf") format("ttf"),
        url("../fonts/FontAwesome6Brands-Regular.svg") format("svg");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/FontAwesome6Free-Solid.woff") format("woff"),
        url("../fonts/FontAwesome6Free-Solid.woff2") format("woff2"),
        url("../fonts/FontAwesome6Free-Solid.eot") format("eot"),
        url("../fonts/FontAwesome6Free-Solid.ttf") format("ttf"),
        url("../fonts/FontAwesome6Free-Solid.svg") format("svg");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.eot") format("eot"),
        url("../fonts/Roboto-Regular.ttf") format("ttf"),
        url("../fonts/Roboto-Regular.svg") format("svg");
}

@font-face {
    font-family: 'Unbounded';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Unbounded-Bold.woff") format("woff"),
        url("../fonts/Unbounded-Bold.woff2") format("woff2"),
        url("../fonts/Unbounded-Bold.eot") format("eot"),
        url("../fonts/Unbounded-Bold.ttf") format("ttf"),
        url("../fonts/Unbounded-Bold.svg") format("svg");
}

@font-face {
    font-family: 'Unbounded';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Unbounded-Regular.woff") format("woff"),
        url("../fonts/Unbounded-Regular.woff2") format("woff2"),
        url("../fonts/Unbounded-Regular.eot") format("eot"),
        url("../fonts/Unbounded-Regular.ttf") format("ttf"),
        url("../fonts/Unbounded-Regular.svg") format("svg");
}

@font-face {
    font-family: 'Unbounded';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Unbounded-Light.woff") format("woff"),
        url("../fonts/Unbounded-Light.woff2") format("woff2"),
        url("../fonts/Unbounded-Light.eot") format("eot"),
        url("../fonts/Unbounded-Light.ttf") format("ttf"),
        url("../fonts/Unbounded-Light.svg") format("svg");
}

@font-face {
    font-family: 'Unbounded';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Unbounded-Medium.woff") format("woff"),
        url("../fonts/Unbounded-Medium.woff2") format("woff2"),
        url("../fonts/Unbounded-Medium.eot") format("eot"),
        url("../fonts/Unbounded-Medium.ttf") format("ttf"),
        url("../fonts/Unbounded-Medium.svg") format("svg");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/Poppins-SemiBold.eot") format("eot"),
        url("../fonts/Poppins-SemiBold.ttf") format("ttf"),
        url("../fonts/Poppins-SemiBold.svg") format("svg");
}

@font-face {
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins-Regular.eot") format("eot"),
        url("../fonts/Poppins-Regular.ttf") format("ttf"),
        url("../fonts/Poppins-Regular.svg") format("svg");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff") format("woff"),
        url("../fonts/Montserrat-Regular.woff2") format("woff2"),
        url("../fonts/Montserrat-Regular.eot") format("eot"),
        url("../fonts/Montserrat-Regular.ttf") format("ttf"),
        url("../fonts/Montserrat-Regular.svg") format("svg");
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: 'Raleway';
} */

h1 {
    font-size: 52px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 18px;
}

p {
    margin: 0 0 15px 0;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

ul li,
ol li {
    margin: 0;
    padding: 0px;
}

ul li a,
ol li a {
    text-decoration: none;
    transition: all 0.4s ease;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="subject"],
input[type="search"],
textarea,
select {
    width: 100%;
    /* height: 40px; */
    resize: none;
    outline: none;
    /* transition: all 0.5s ease; */
    /* padding: 10px 15px; */
    border-radius: 4px;
    /* border: 1px solid var(--border-color); */
    color: var(--white-color);
    background-color: transparent;
    border: 0;
}

button {
    border: 0;
    /* background-color: transparent; */
}

/* .links ul,
.links ul li {
    margin: 0;
} */

.wrapper {
    position: relative;
    overflow-x: hidden;
}

.backgroup_header {
    /* background-image: url('../img/bg_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 2732px;
    height: 3333.042px;
    left: 456px;
    top: -1569.662px;
    overflow: visible;
    z-index: -1; */
}

.backgroup_footer {
    /* background-image: url('../img/bg_image.png');
    width: 100%;
    height: 480px;
    position: absolute;
    bottom: 120px;
    left: -180px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    transform: scale(1.5);
    opacity: 0.3;
    z-index: 1; */

    /* z-index: -1; */




    background-image: url(../img/bg_image.png);
    width: 100%;
    /* height: 430px; */
    height: 350px;
    position: absolute;
    /* bottom: -130px; */
    /* bottom: 150px; */
    bottom: 123px;
    left: 240px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    transform: scale(1.7);
    opacity: 0.3;
    z-index: 1;
}

.mb_2 {
    margin-bottom: 2rem;
}

.get-start_btn_theme {
    font-weight: bold !important;
    color: var(--black-color) !important;
    background-color: var(--theme-color) !important;
    box-shadow: 4px 8px 16px var(--btn-box-shadow);
}

/** START OF : Header **/
.header_main {
    padding: 24px 0;
}

.header_main::before {
    content: '';
    position: absolute;
    width: 2732px;
    height: 3333.042px;
    left: 456px;
    top: -1569.662px;
    overflow: visible;
    z-index: -1;
    background-image: url('../img/bg_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header_main_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_main_inner_left {
    display: flex;
    align-items: center;
}

.header_logo {
    margin-right: 56px;
}

.header_logo_inner {
    display: flex;
    align-items: center;
}

.header_logo_inner h4 {
    margin: 0 0 0 7px;
    font-weight: bold;
    color: var(--theme-color);
}

.menu .menu_list {
    display: flex;
}

.menu .menu_list .menu_item {
    margin-right: 48px;
}

.menu .menu_list .menu_item:last-child {
    margin-right: 0;
}

.menu .menu_list .menu_item .menu_link {
    font-size: 11px;
    color: var(--white-color);
    font-weight: 300;
}

.header_main_inner_right {
    display: flex;
    align-items: center;
}

.header_main_inner_right .header_main_inner_right-icon {
    display: inline-block;
    color: var(--white-color);
    margin-right: 20px;
}

.header_main_inner_right .header_main_inner_right-icon i {
    font-size: 27px;
}

.header_main_inner_right .get-start_btn {
    display: inline-block;
    margin-left: 10px;
    color: var(--white-color);
    font-size: 13.4px;
    font-weight: 500;
}

/** END OF : Header **/

/** START OF : Main **/

/** START OF : Banner **/
section.sec-banner {
    /* padding: 4rem 0 11rem; */
    padding: 4rem 0 0 0;
}

.sec-banner .banner {
    text-align: center;
    color: var(--white-color);
}

.sec-banner .banner .banner_content {
    margin: 30px 0 40px;
}

.sec-banner .banner .banner_content h1 {
    font-weight: normal;
    color: var(--light-white);
}

.sec-banner .banner .banner_content h6 {
    font-family: 'Montserrat';
    font-weight: 400;
    color: var(--light-gray);
}

.banner_form {
    max-width: 576px;
    margin: 0 auto;
}

.banner_form_inner_content {
    /* border: 1px solid #FFFFFF00; */
    position: relative;
    border: 1px solid var(--white-color);
    /* padding: 8px 8px 8px 20px; */
    padding: 20px 8px 20px 20px;
    border-radius: 4px;
}

.banner_form_inner_content .banner_form_inner_content-input {
    font-family: 'Montserrat';
}

.banner_form_inner_content .banner_form-btn {
    color: var(--black-color);
    background-color: var(--theme-color);
    padding: 16px 22px;
    box-shadow: 4px 8px 16px var(--btn-box-shadow);
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.banner_form_inner_content-img-input {
    display: flex;
    align-items: center;
}

.banner_form_inner_content-img-input img {
    margin-right: 12px;
}

.banner_form_inner_content-btn {
    position: absolute;
    /* top: 5px; */
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.banner_form-text {
    font-family: 'Montserrat';
    margin-top: 14px;
    font-size: 12px;
}

.banner_form-text .terms-condition_link {
    color: var(--theme-color);
    text-decoration: underline;
}

/** END OF : Banner **/

/** START OF : Workout **/
.sec-workout {
    /* margin: 100px 0; */
    margin: 18rem 0 10.25rem 0;
}

.swiper-workout {
    width: 100%;
    height: 100%;
}

.swiper-workout .swiper-slide {
    display: flex;
    align-items: center;
}

.swiper-workout .swiper-slide .column {
    position: relative;
    flex: 1;
    padding: 10px;
    box-sizing: border-box;

    /* text-align: center; */
}

.swiper-workout .swiper-slide .column-center {
    text-align: center;
}

.swiper-workout .swiper-slide .column-content {
    max-width: 420px;
}

.swiper-workout .swiper-slide .column h2 {
    font-size: 28px;
    color: var(--white-color);
    font-weight: 300;
    line-height: 1.55;
    margin-bottom: 1.5rem;
}

.swiper-workout .swiper-slide .column p {
    font-family: 'Montserrat';
    color: var(--light-gray);
    font-size: 18px;
}

.swiper-workout .swiper-slide .column p span {
    font-weight: 700;
}

.swiper-workout .swiper-slide .column-center .column_main-img_02 {
    left: 13%;
    top: 56px;
}

.swiper-workout .swiper-slide .column-center .column_main-img_03 {
    left: 15.5%;
    top: 56px;
}

/* .swiper-workout .swiper-slide .column .column_img_fir {
    position: absolute;
    top: 130px;
    left: 160px;
}

.swiper-workout .swiper-slide .column .column_img_sec {
    position: absolute;
    top: 120px;
    right: 145px;
}

.swiper-workout .swiper-slide .column .column_img_thi {
    position: absolute;
    right: 160px;
    bottom: 60px;
} */

@keyframes img1Anim1 {
    0%  {left: 0px; top: 130px;}
    100%  {left: 450px; top: 130px;}
}

@keyframes img2Anim1 {
    0%  {left: 430px; top: 130px;}
    100%  {left: 430px; top: 420px;}
}

@keyframes img3Anim1 {
    0%  {left: 400px; top: 400px;}
    100% {left: 0px; top: 400px;}
}

/* @keyframes img1Anim1 {
    0%  {left: 12px; top: 130px;}
    100%  {left: 12px; top: 130px;}
}

@keyframes img2Anim1 {
    0%  {left: 430px; top: 126px;}
    100%  {left: 430px; top: 126px;}
}

@keyframes img3Anim1 {
    0%  {left: 350px; top: 420px;}
    100% {left: 350px; top: 420px;}
} */

.img1-class-1 {
    animation: img1Anim1 1.5s forwards;
}

.img2-class-1 {
    animation: img2Anim1 1.5s forwards;
}

.img3-class-1 {
    animation: img3Anim1 1.5s forwards;
}

@keyframes img4Anim2 {
    0%  {left: 400px; top: 0px;}
    100% {left: 400px; top: 400px;}
}

@keyframes img5Anim2 {
    0%  {left: 400px; top: 400px;}
    100% {left: 0px; top: 400px;}
}

@keyframes img6Anim2 {
    0%  {left: 0px; top: 400px;}
    100% {left: 0px; top: 0px;}
}

.img4-class-2 {
    animation: img4Anim2 1.5s forwards;
}

.img5-class-2 {
    animation: img5Anim2 1.5s forwards;
}

.img6-class-2 {
    animation: img6Anim2 1.5s forwards;
}

@keyframes img7Anim3 {
    0%  {left: 400px; top: 400px;}
    100% {left: 0px; top: 400px;}
}

@keyframes img8Anim3 {
    0%  {left: 0px; top: 400px;}
    100% {left: 0px; top: 0px;}
}

@keyframes img9Anim3 {
    0%  {left: 0px; top: 0px;}
    100% {left: 400px; top: 0px;}
}

.img7-class-3 {
    animation: img7Anim3 1.5s forwards;
}

.img8-class-3 {
    animation: img8Anim3 1.5s forwards;
}

.img9-class-3 {
    animation: img9Anim3 1.5s forwards;
}

.Oval {
    position: absolute;
    overflow: visible;
    width: 339px;
    height: 339px;
    /* left: 32%; */
    left: 44%;
    /* top: 22%; */
    top: 23%;
    z-index: 1;
    border: 15px solid var(--theme-color);
    border-radius: 100%;
}

#Oval {
    /* fill: transparent;
    stroke: rgba(190,255,1,1);
    stroke-width: 15px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto; */
}

.column_main-img {
    z-index: 1;
    position: relative;
}

.second-img-slide {
    z-index: 1;
    position: relative;
    width: 392px;
    height: 413px;
}

.column_img_fir {
    position: absolute;
    /* top: 20.50%;
    left: 24.50%; */
    /* top: 20%; */
    /* left: -10.5%; */
    /* left: 6%; */



    /* top: 21%;
    left: 2.5%; */



    background: #242323 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    opacity: 1;
    width: 146px;
    height: 122px;
}

.column_img_sec {
    position: absolute;
    /* right: -12%; */
    /* right: 8%;
    top: 20%; */



    /* right: 10.5%;
    top: 20%; */



}

.column_img_thi {
    position: absolute;
    /* right: -10%; */
    /* right: 0%; */
    /* right: 10%;
    bottom: 15%; */



    /* right: 14%;
    bottom: 8%; */



    background: #242323 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    opacity: 1;
    z-index: 2;
}

/** END OF : Workout **/


/** START OF : Service **/
.service-tabs .nav-tabs {
    /* display: block; */
    border-bottom: 0;
    justify-content: space-between;
    text-align: center;
}

.service-tabs .nav-tabs .nav-item .active {
    border: 0;
    border-bottom: 1px solid var(--theme-color);
    background-color: transparent;
}

.service-tabs .nav-tabs .nav-item .nav-link:hover,
.service-tabs .nav-tabs .nav-item .nav-link:focus {
    /* border-color: transparent; */
    border: 0;
    border-bottom: 1px solid var(--theme-color);
}

.service-tabs .nav-tabs .nav-item .nav-link {
    padding-bottom: 48px;
    height: 120px;
    margin-bottom: 0;
}

.service-tabs .nav-tabs .nav-item .nav-link span {
    display: block;
    margin-top: 14px;
    color: var(--white-color);
    font-size: 14px;
}

.service-tab-content {
    margin-top: 5.75rem;
}

.service-tab-content .service-tab-pane-content {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-column-gap: 3rem;
    grid-row-gap: 4.5rem; */
}

.service-tab-content .service-tab-pane-content .service-tab-content_inner {
    text-align: center;
    margin: 0 1.2rem 4.5rem 1.2rem;
}

.service-tab-content .service-tab-pane-content .service-tab-content_inner h6 {
    color: var(--white-color);
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.service-tab-content .service-tab-pane-content .service-tab-content_inner p {
    color: var(--gray-color);
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
}

/** END OF : Service **/

/** START OF : Health **/
.sec-health {
    margin: 2.5rem 0 4.25rem 0;
}

.health_content {
    max-width: 365px;
    /* margin: 0 120px 0 auto; */
    margin: 0 0 0 auto;
}

.health_content h4 {
    font-size: 28px;
    font-weight: normal;
    color: var(--white-color);
    line-height: 1.5;
    /* margin-bottom: 24px; */
}

.health_content p {
    color: var(--light-gray);
    font-size: 18px;
    margin: 24px 0 42px 0;
}

.health_content p a {
    color: var(--theme-color);
    text-decoration: underline;
}

.get-start_btn_bg {
    display: inline-block;
    padding: 13px 23px;
    color: var(--white-color);
    background-color: var(--bg-get-start);
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
}

.get-start_btn_bg:hover {
    color: var(--white-color);
}

.health_img {
    position: relative;
    padding-left: 3rem;
}

.health_img .health_img-sec {
    position: absolute;
    top: -14px;
    left: 36px;
    z-index: -1;
}

.health_img .health_img-sec::before {
    /* content: '';
    position: absolute;
    width: 420px;
    height: 138px;
    bottom: 0;
    left: -10px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent linear-gradient(180deg, var(--light-black) 0%, #11111100 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1; */

    content: '';
    position: absolute;
    width: 100%;
    height: 138px;
    bottom: -2px;
    left: 50%;
    transform: matrix(-1, 0, 0, -1, 0, 0) translateX(50%);
    background: transparent linear-gradient(180deg, var(--light-black) 0%, #11111100 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
}

/** END OF : Health **/

/** START OF : Health **/
.people .people-heading {
    text-align: center;
    color: var(--white-color);
    font-weight: normal;
    margin-bottom: 6.25rem;
}

.people_inner_content {
    font-family: 'Montserrat';
    text-align: center;
    border: 1px solid var(--people-content-border);
    border-radius: 4px;
    padding: 32px 32px;
    max-width: 368px;
    margin: 0 auto;
}

.people_inner_content .fa-quote-left {
    font-size: 30px;
    color: var(--theme-color);
}

.people_inner_content p {
    /* font-family: 'Montserrat'; */
    font-weight: 400;
    /* margin: 1.2rem 0 2.3rem 0; */
    margin: 0.5rem 0 2.3rem 0;
    color: var(--white-color);
    font-size: 22px;
}

.people_inner_content h6 {
    font-family: 'Poppins';
    font-weight: 600;
    color: var(--theme-color);
}

.people_inner_content-link {
    font-size: 15px;
}

.people_inner_content-link .people_inner_content-link-fir {
    color: var(--gray-color);
    border-bottom: 1px solid var(--gray-color);
}

.people_inner_content-link .people_inner_content-link-sec {
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

/** END OF : Health **/

/** START OF : Fitness **/
.sec-fitness {
    position: relative;
    /* padding: 5rem 0 20rem 0; */
    /* padding: 5rem 0 10rem 0; */
    padding: 5rem 0 10rem 0;
    /* margin: 2rem 0 10rem 0; */
    margin-top: 2rem;
    /* padding-top: 5rem; */
}

.sec-fitness::before {
    content: '';
    position: absolute;
    width: 100%;
    /* height: 100%; */
    height: 97%;
    /* top: 0; */
    top: 14px;
    left: 0;
    background-image: url('../img/fitness_01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* opacity: 0.5; */
    /* opacity: 0.3; */
    /* opacity: 0.15; */
    /* z-index: -1; */
}

.sec-fitness::after {
    content: '';
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/svg/workout-slider_02.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

























.fitness {
    position: relative;
    z-index: 2;
    text-align: center;
}

.fitness .fitness_titles .fitness-title {
    font-size: 57px;
    font-weight: bold;
    color: var(--theme-color);
}

.fitness .fitness_titles .fitness-title-sec {
    font-weight: normal;
    font-size: 28px;
    color: var(--white-color);
    max-width: 380px;
    margin: 1.75rem auto 2.5rem auto;
    line-height: 1.5;
}

.fitness_form .banner_form-text {
    color: var(--gray-color);
}

.responsive_backgroup_footer {
    display: none;
}

/** END OF : Fitness **/

/** END OF : Main **/




















/** START OF : Footer **/
.footer-main_div {
    display: none;
}

.footer-main {
    position: relative;
}

.footer-main::before {
    /* content: '';
    position: absolute;
    width: 100%;
    height: 800px;
    bottom: 0px;
    left: 0;
    background-image: url('../img/bg_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.footer-main_top {
    /* position: relative; */
    position: relative;
    /* margin-top: 20rem; */
    margin: 5rem 0 10rem 0;
    z-index: 9;
}

.footer-main_top::after {
    /* content: '';
    position: absolute;
    width: 100%;
    height: calc(100vh - -313px);
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
    background-image: url('../img/bg_image.png'); */

    /* content: '';
    position: absolute;
    top: 0;
    left: 482px;
    width: 931px;
    height: 998px;
    background-image: url('../img/bg_image.png'); */
}

.footer-main_top_inner_content {
    text-align: center;
}

.footer-main_top_inner_content h2 {
    color: var(--theme-color);
    font-weight: bold;
}

.footer-main_top_inner_content h4 {
    max-width: 276px;
    margin: 14px auto 40px;
    color: var(--white-color);
    font-weight: 300;
    font-size: 16px;
}

.footer-main_top_inner_social-icons {
    /* margin-bottom: 160px; */
}

.footer-main_top_inner_social-icons .footer-main_top-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-main_top_inner_social-icons .footer-main_top-social ul li {
    /* margin-right: 36px; */
    margin: 0 18px;
}

.footer-main_bottom {
    border-top: 1px solid var(--footer-border-color);
}

.footer-main_bottom {
    position: relative;
    padding: 78px 0;
    z-index: 9;
}

.footer-main_bottom_inner_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-main_bottom_inner_menu ul li {
    margin-right: 64px;
}

.footer-main_bottom_inner_menu ul li:last-child {
    margin-right: 0;
}

.footer-main_bottom_inner_menu ul li a {
    color: var(--white-color);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
}

.backgroup_footer {
    /* width: 120%;
    height: 420px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-image: url(../img/bg_image.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.5; */
}

.footer-main_top::before {
    /* content: '';
    position: absolute;
    width: 2732px;
    height: 3333.042px;
    left: 456px;
    top: -1569.662px;
    overflow: visible;
    z-index: -1;
    background-image: url('../img/bg_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

/** END OF : Footer **/



.asasas {
    position: absolute;
    width: 614px;
    height: 614px;
    top: 0;
    /* left: 0; */
    right: 0;
}

/* .column_img_fir {
    position: absolute;
    top: 0;
    left: 0;
}

.column_img_sec {
    position: absolute;
    top: 0;
    right: 0;
}

.column_img_thi {
    position: absolute;
    right: 0;
    bottom: 0;
} */

/* .rotate-90 {
    transform: rotate(90deg);
} */

/* @keyframes rotateFirst {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotateSecond {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

@keyframes rotateThird {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

.asasas {
    position: absolute;
    width: 614px;
    height: 614px;
    top: 0;
    left: 0;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.swiper-slide:nth-child(1) .asasas {
    animation-name: rotateFirst;
}

.swiper-slide:nth-child(2) .asasas {
    animation-name: rotateSecond;
}

.swiper-slide:nth-child(3) .asasas {
    animation-name: rotateThird;
} */

@media (min-width: 1200px) and (max-width: 1399px) {
    @keyframes img1Anim1 {
        0%  {left: 0px; top: 80px;}
        100%  {left: 490px; top: 80px;}
    }

    @keyframes img2Anim1 {
        0%  {left: 490px; top: 0px;}
        100%  {left: 490px; top: 400px;}
    }

    @keyframes img3Anim1 {
        0%  {left: 490px; top: 400px;}
        100% {left: 0px; top: 400px;}
    }

    @keyframes img4Anim2 {
        0%  {left: 440px; top: 0px;}
        100% {left: 440px; top: 380px;}
    }

    @keyframes img5Anim2 {
        0%  {left: 400px; top: 370px;}
        100% {left: 140px; top: 370px;}
    }

    @keyframes img6Anim2 {
        0%  {left: 80px; top: 370px;}
        100% {left: 80px; top: 0px;}
    }

    @keyframes img7Anim3 {
        0%  {left: 400px; top: 350px;}
        100% {left: 110px; top: 350px;}
    }

    @keyframes img8Anim3 {
        0%  {left: 130px; top: 400px;}
        100% {left: 130px; top: 40px;}
    }

    @keyframes img9Anim3 {
        0%  {left: 0px; top: 0px;}
        100% {left: 470px; top: 0px;}
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    @keyframes img1Anim1 {
        0%  {left: 0px; top: 0px;}
        100%  {left: 370px; top: 0px;}
    }

    @keyframes img2Anim1 {
        0%  {left: 370px; top: 130px;}
        100%  {left: 370px; top: 370px;}
    }

    @keyframes img3Anim1 {
        0%  {left: 400px; top: 330px;}
        100% {left: 0px; top: 330px;}
    }

    @keyframes img4Anim2 {
        0%  {left: 370px; top: 0px;}
        100% {left: 370px; top: 370px;}
    }

    @keyframes img5Anim2 {
        0%  {left: 400px; top: 370px;}
        100% {left: 0px; top: 370px;}
    }

    @keyframes img6Anim2 {
        0%  {left: 0px; top: 370px;}
        100% {left: 0px; top: 0px;}
    }

    @keyframes img7Anim3 {
        0%  {left: 400px; top: 350px;}
        100% {left: 60px; top: 350px;}
    }

    @keyframes img8Anim3 {
        0%  {left: 40px; top: 400px;}
        100% {left: 60px; top: 40px;}
    }

    @keyframes img9Anim3 {
        0%  {left: 0px; top: 0px;}
        100% {left: 340px; top: 0px;}
    }
}

/* @media (min-width: 768px) and (max-width: 1199px) */
/* @media (min-width: 768px) and (max-width: 1399px)  */
@media (min-width: 568px) and (max-width: 1399px)
{
    .Oval {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .asasas {
        width: 100%;
        height: 100%;
    }

    .img4-class-2,
    .img5-class-2,
    .img7-class-3,
    .img8-class-3 {
        z-index: 9;
    }

    .column_main-img_01 {
        /* left: -16%; */
        /* left: -3%; */
        left: -9%;
    }

    .swiper-workout .swiper-slide .column-center .column_main-img_02 {
        left: 0;
        top: 0;
    }

    .swiper-workout .swiper-slide .column-center .column_main-img_03 {
        left: 0;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sec-banner .banner .banner_content h1 {
        font-size: 40px;
    }

    /* .people_inner_content {
        margin-bottom: 20px;
    }  */

    @keyframes img4Anim2 {
        0%  {left: 320px; top: 0px;}
        100% {left: 320px; top: 310px;}
    }

    @keyframes img5Anim2 {
        0%  {left: 400px; top: 320px;}
        100% {left: -40px; top: 320px;}
    }

    @keyframes img6Anim2 {
        0%  {left: 0px; top: 280px;}
        100% {left: 0px; top: 0px;}
    }

    @keyframes img7Anim3 {
        0%  {left: 400px; top: 280px;}
        100% {left: 0px; top: 280px;}
    }

    @keyframes img8Anim3 {
        0%  {left: 0px; top: 280px;}
        100% {left: 0px; top: 0px;}
    }

    @keyframes img9Anim3 {
        0%  {left: 0px; top: 0px;}
        100% {left: 320px; top: 0px;}
    }
}

@media (min-width: 568px) and (max-width: 991px) {
    .header_main::before {
        width: 1440px;
        height: 730px;
        top: -320px;
        left: -76px;
    }

    .sec-workout {
        margin: 8rem 0 4rem 0;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .service-tabs .nav-tabs .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .service-tabs .nav-tabs .nav-item .nav-link span {
        font-size: 12px;
    }

    .service-tab-content .service-tab-pane-content .row .col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .service-tab-content .service-tab-pane-content .service-tab-content_inner h6 {
        font-size: 15px;
    }

    .service-tab-content .service-tab-pane-content .service-tab-content_inner p {
        font-size: 16px;
    }

    .health_content {
        /* max-width: 100%; */
        /* margin-bottom: 48px; */
        margin: 0 auto 48px;
    }

    .health_img {
        padding-left: 0;
        text-align: center;
    }

    .health_img .health_img-sec {
        position: absolute;
        top: -14px;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
    }

    .health_img .health_img-sec img {
        max-width: inherit;
    }

    .people .people-heading {
        font-size: 30px;
    }

    .sec-people .container .people .people_inner .row .col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .people_inner_content {
        /* margin-bottom: 20px; */
        padding: 18px 18px;
    }

    .footer-main_bottom_inner_menu ul li {
        margin-right: 48px;
    }

    .sec-banner .banner .banner_content h1 {
        font-size: 36px;
    }

    /* .sec-workout {
        margin: 8rem 0 0 0;
    } */

    /* .Oval {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .asasas {
        width: 100%;
        height: 100%;
    }

    .column_main-img_01 {
        left: 0%;
    } */

    .Oval {
        width: 300px;
        height: 300px;
    }

    .column_img_fir {
        width: 100px;
        height: 80px;
        object-fit: cover;
    }

    .column_img_thi {
        width: 160px;
        height: 130px;
        object-fit: cover;
    }

    @keyframes img1Anim1 {
        0%  {left: 0px; top: 60px;}
        100%  {left: 430px; top: 60px;}
    }

    @keyframes img2Anim1 {
        0%  {left: 370px; top: 0px;}
        100%  {left: 370px; top: 330px;}
    }

    @keyframes img3Anim1 {
        0%  {left: 370px; top: 330px;}
        100% {left: 0px; top: 330px;}
    }

    @keyframes img4Anim2 {
        0%  {left: 340px; top: 0px;}
        100% {left: 340px; top: 330px;}
    }

    @keyframes img5Anim2 {
        0%  {left: 340px; top: 290px;}
        100% {left: 10px; top: 290px;}
    }

    @keyframes img6Anim2 {
        0%  {left: 0px; top: 290px;}
        100% {left: 0px; top: 0px;}
    }

    @keyframes img7Anim3 {
        0%  {left: 340px; top: 310px;}
        100% {left: 0px; top: 310px;}
    }

    @keyframes img8Anim3 {
        0%  {left: 0px; top: 310px;}
        100% {left: 0px; top: 0px;}
    }

    @keyframes img9Anim3 {
        0%  {left: 0px; top: 0px;}
        100% {left: 310px; top: 0px;}
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 567px) {
    .service-tabs .nav-tabs .nav-item {
        min-width: 33.33%;
        box-sizing: border-box;
    }

    .column_main-img_01 {
        width: 90%;
        left: -10%;
    }

    .img1-class-1 {
        width: 90px;
        height: 60px;
        object-fit: cover;
    }

    .img2-class-1 {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .img3-class-1,
    .img9-class-3 {
        width: 140px;
        height: 120px;
        object-fit: cover;
    }

    .img4-class-2,
    .img5-class-2,
    .img7-class-3,
    .img8-class-3 {
        width: 120px;
        height: 75px;
        object-fit: contain;
    }

    .img6-class-2 {
        width: 140px;
        height: 120px;
        object-fit: cover;
    }

    .swiper-workout .swiper-slide .column-center .column_main-img_02,
    .swiper-workout .swiper-slide .column-center .column_main-img_03 {
        left: 0%;
        top: 0px;
        width: 55%;
    }

    @keyframes img1Anim1 {
        0%  {left: 0px; top: 60px;}
        100%  {left: 330px; top: 60px;}
    }

    @keyframes img2Anim1 {
        0%  {left: 280px; top: 0px;}
        100%  {left: 280px; top: 240px;}
    }

    @keyframes img3Anim1 {
        0%  {left: 280px; top: 240px;}
        100% {left: 0px; top: 240px;}
    }

    @keyframes img4Anim2 {
        0%  {left: 300px; top: 0px;}
        100% {left: 300px; top: 190px;}
    }

    @keyframes img5Anim2 {
        0%  {left: 300px; top: 190px;}
        100% {left: 50px; top: 190px;}
    }

    @keyframes img6Anim2 {
        0%  {left: 30px; top: 140px;}
        100% {left: 30px; top: -30px;}
    }

    @keyframes img7Anim3 {
        0%  {left: 280px; top: 180px;}
        100% {left: 0px; top: 180px;}
    }

    @keyframes img8Anim3 {
        0%  {left: 20px; top: 180px;}
        100% {left: 20px; top: 0px;}
    }

    @keyframes img9Anim3 {
        0%  {left: 0px; top: 0px;}
        100% {left: 280px; top: 0px;}
    }
}

@media (min-width: 320px) and (max-width: 567px) {
    .sec-banner .banner .banner_content h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .health_content h4 {
        font-size: 26px;
    }

    .people .people-heading {
        font-size: 30px;
    }

    .fitness .fitness_titles .fitness-title {
        font-size: 46px;
    }

    .fitness .fitness_titles .fitness-title-sec {
        font-size: 22px;
    }

    .swiper-workout .swiper-slide .column h2 {
        font-size: 22px;
    }

    .swiper-workout .swiper-slide .column p {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .swiper-workout .swiper-slide .column-center .column_main-img_02,
    .swiper-workout .swiper-slide .column-center .column_main-img_03 {
        left: 0%;
        top: 0px;
        width: 90%;
    }

    .img1-class-1,
    .img4-class-2,
    .img7-class-3  {
        width: 90px;
        height: 70px;
        object-fit: contain;
    }

    .img2-class-1,
    .img5-class-2,
    .img8-class-3 {
        width: 70px;
        height: 60px;
        object-fit: contain;
    }

    .img3-class-1,
    .img6-class-2,
    .img9-class-3 {
        width: 120px;
        height: 100px;
        object-fit: contain;
    }

    @keyframes img1Anim1 {
        0%  {left: 0px; top: 0px;}
        100%  {left: 190px; top: 0px;}
    }

    @keyframes img2Anim1 {
        0%  {left: 210px; top: 0px;}
        100%  {left: 210px; top: 200px;}
    }

    @keyframes img3Anim1 {
        0%  {left: 160px; top: 160px;}
        100% {left: 0px; top: 160px;}
    }

    @keyframes img4Anim2 {
        0%  {left: 190px; top: 0px;}
        100% {left: 190px; top: 190px;}
    }

    @keyframes img5Anim2 {
        0%  {left: 215px; top: 190px;}
        100% {left: 0px; top: 190px;}
    }

    @keyframes img6Anim2 {
        0%  {left: 0px; top: 120px;}
        100% {left: 0px; top: -30px;}
    }

    @keyframes img7Anim3 {
        0%  {left: 190px; top: 230px;}
        100% {left: 0px; top: 230px;}
    }

    @keyframes img8Anim3 {
        0%  {left: 0px; top: 230px;}
        100% {left: 0px; top: 0px;}
    }

    @keyframes img9Anim3 {
        0%  {left: 0px; top: 0px;}
        100% {left: 160px; top: 0px;}
    }
}

@media (min-width: 280px) and (max-width: 767px) {
    .swiper-workout .swiper-slide {
        /* flex-direction: column-reverse; */
    }
}

@media (min-width: 280px) and (max-width: 567px) {
    .header_main::before {
        width: 1000px;
        height: 730px;
        top: -320px;
        left: -76px;
    }

    .sec-banner {
        padding: 4rem 0 6rem;
    }

    .banner_form_inner_content {
        border: 0;
        padding: 20px 0;
        border-radius: 0px;
    }

    .banner_form_inner_content-btn {
        position: relative;
        top: 0%;
        transform: translateY(-0%);
        right: 0;
    }

    .banner_form_inner_content-img-input {
        border: 1px solid #707070;
        margin-bottom: 16px;
        border-radius: 4px;
        padding: 5px 8px;
    }

    .banner_form_inner_content .banner_form_inner_content-input {
        font-size: 11px;
    }

    .banner_form_inner_content .banner_form-btn {
        display: block;
        width: 100%;
        font-size: 11px;
        padding: 7px 8px;
    }

    .banner_form-text {
        display: none;
    }

    .sec-health {
        margin: 0rem 0 4.25rem 0;
    }

    .sec-health .container .health .row {
        flex-direction: column-reverse;
    }

    .health_img {
        padding: 0 16px;
        margin-bottom: 40px;
        text-align: center;
    }

    .health_img .health_img-sec {
        /* position: absolute;
        top: -14px;
        left: 0;
        z-index: -1; */

        position: absolute;
        width: 100%;
        top: -14px;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
    }

    .people_inner_content h6 {
        font-size: 16px;
    }

    .footer-main_bottom_inner_menu ul {
        display: block;
        text-align: center;
    }

    .footer-main_bottom_inner_menu ul li {
        /* margin-right: 0; */
        margin: 0 0 24px 0;
    }

    .footer-main_bottom_inner_menu ul li:last-child {
        margin-bottom: 0;
    }

    .footer-main_div {
        display: block !important;
    }

    .footer-main {
        display: none;
    }

    .footer-main_top {
        margin-top: 0rem;
    }

    /* .service-tabs .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    } */

    .service-tabs .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;

        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .service-tabs .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .sec-workout {
        margin: 4rem 0 5rem 0;
    }

    .swiper-workout .swiper-slide {
        /* display: block; */
        /* flex-direction: column-reverse; */
    }

    .health_content {
        margin: 0 auto;
    }

    .responsive_backgroup_footer {
        display: block;
        width: 100%;
        height: 200px;
        bottom: 40px;
        left: 40px;
        transform: scale(1.4);
    }





    .Oval {
        width: 200px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* .swiper-workout .swiper-slide .column-center .column_main-img_02,
    .swiper-workout .swiper-slide .column-center .column_main-img_03 {
        left: 0%;
        top: 0px;
        width: 55%;
    } */

    .asasas {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 280px) and (max-width: 480px) {
    /* .sec-service .container .service .service-tabs .nav-tabs .row {
        overflow-y: hidden;
        overflow-x: scroll;
        flex-wrap: inherit;
    }

    .sec-service .container .service .service-tabs .nav-tabs .row .col-lg-2 {
        flex: 0 0 auto;
        width: 50%;
    } */

    /* .service-tabs .nav-tabs {
        display: block;
    }

    .service-tabs .nav-tabs .nav-item {
        width: 50%;
    } */

    .service-tabs .nav-tabs .nav-item {
        min-width: 50%;
        box-sizing: border-box;
    }

    .column_main-img_01 {
        left: -16%;
    }

    .swiper-workout .swiper-slide .column-center {
        margin-bottom: 3.5rem;
    }
}

@media (min-width: 280px) and (max-width: 319px) {
    .sec-banner .banner .banner_content h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sec-banner .banner .banner_content h6 {
        font-size: 14px;
    }

    .service-tab-content .service-tab-pane-content .service-tab-content_inner h6 {
        font-size: 14px;
    }

    .service-tab-content .service-tab-pane-content .service-tab-content_inner p {
        font-size: 13px;
    }

    .health_content h4 {
        font-size: 20px;
    }

    .health_content p {
        font-size: 14px;
    }

    .people .people-heading {
        font-size: 25px;
    }

    .people_inner_content {
        padding: 24px 24px;
        /* margin-bottom: 20px; */
    }

    .people_inner_content p {
        font-size: 16px;
    }

    .fitness .fitness_titles .fitness-title {
        font-size: 37px;
    }

    .fitness .fitness_titles .fitness-title-sec {
        font-size: 16px;
    }

    .footer-main_top_inner_social-icons .footer-main_top-social ul li {
        margin: 0 16px;
    }

    .swiper-workout .swiper-slide .column h2 {
        font-size: 19px;
    }

    .swiper-workout .swiper-slide .column p {
        font-size: 13px;
    }

    .service-tab-content .service-tab-pane-content .service-tab-content_inner {
        margin: 0 0.5rem 4.5rem 0.5rem;
    }
}


@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 991px) {
    .mobile-hamburger {
        position: relative;
        width: 36px;
        height: 24px;
        border: 0;
        /* border: 1px solid red; */
        border-radius: 4px;
        box-shadow: none;
        padding: 0;
        background-color: transparent;
    }

    .mobile-hamburger .bars {
        display: block;
        width: 100%;
        background-color: var(--theme-color);
        height: 3px;
        margin-bottom: 4px;
        border-radius: 10px;
    }

    .mobile-hamburger .bars:last-child {
        margin-bottom: 0;
    }

    .menu {
        position: absolute;
        width: 100%;
        height: auto;
        top: -100%;
        left: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease;
        background-color: var(--light-black);
    }

    .menu .menu_list {
        display: block;
    }

    .menu .menu_list .menu_item {
        margin: 0;
        padding: 10px 20px;
    }

    .is-open-menu .menu {
        top: 82px;
        opacity: 1;
        visibility: visible;
    }

    .header_main_inner_right {
        display: none;
    }

    .people_inner_content {
        margin-bottom: 20px;
    }

    .swiper-workout .swiper-slide {
        flex-direction: column-reverse;
    }
}



@media(min-width: 767px) {

}

.copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: small;
  margin-top: 50px
}
